2007-08-22 [colin] 2.10.0cvs149
[claws.git] / ChangeLog
1 2007-08-22 [colin]      2.10.0cvs149
2
3         * src/ldapquery.c
4                 Finish previous fix
5
6 2007-08-22 [colin]      2.10.0cvs148
7
8         * src/ldapquery.c
9                 Fix wrong assertions
10
11 2007-08-22 [colin]      2.10.0cvs147
12
13         * src/ldaputil.c
14                 Fix test (set ldap v3 if bindDN is set or TLS is set)
15
16 2007-08-22 [colin]      2.10.0cvs146
17
18         * src/editldap.c
19         * src/ldaputil.c
20                 Fix wrong "Connected successfully to server". Connection only succeeds if
21                 we can get the base DN.
22
23 2007-08-21 [wwp]        2.10.0cvs145
24
25         * src/browseldap.c
26         * src/editldap.c
27         * src/ldapctrl.c
28         * src/ldapquery.c
29         * src/ldapserver.c
30         * src/ldapupdate.c
31         * src/ldaputil.c
32                 More sanity checks in ldap functions.
33
34 2007-08-21 [wwp]        2.10.0cvs144
35
36         * src/prefs_account.c
37                 Don't return a value in a void function().
38
39 2007-08-21 [paul]       2.10.0cvs143
40
41         * src/messageview.c
42                 add check for ftp: to messageview_list_urls()
43
44 2007-08-21 [colin]      2.10.0cvs142
45
46         * src/editldap.c
47         * src/ldapctrl.c
48         * src/ldapctrl.h
49         * src/ldapquery.c
50         * src/ldapupdate.c
51                 Fix bug 1293, 'LDAP address book not working'
52                 Search only on specified fields, but fetch 
53                 every field possible. People will have to 
54                 reset the searched Attributes in their LDAP
55                 servers properties.
56
57 2007-08-21 [wwp]        2.10.0cvs141
58
59         * src/addr_compl.c
60         * src/addrbook.c
61         * src/addrcache.c
62         * src/addrcindex.c
63         * src/addressbook.c
64         * src/addrindex.c
65         * src/browseldap.c
66         * src/crash.c
67         * src/editaddress_other_attributes_ldap.c
68         * src/exporthtml.c
69         * src/folder.c
70         * src/folderview.c
71         * src/imap.c
72         * src/jpilot.c
73         * src/ldapserver.c
74         * src/ldapupdate.c
75         * src/ldif.c
76         * src/main.c
77         * src/mainwindow.c
78         * src/matcher.c
79         * src/mh.c
80         * src/msgcache.c
81         * src/mutt.c
82         * src/pine.c
83         * src/pop.c
84         * src/prefs_customheader.c
85         * src/prefs_msg_colors.c
86         * src/procmime.c
87         * src/textview.c
88         * src/vcard.c
89         * src/wizard.c
90         * src/common/log.c
91         * src/common/socket.c
92         * src/common/ssl_certificate.c
93         * src/common/utils.c
94         * src/common/utils.h
95         * src/gtk/description_window.c
96         * src/plugins/demo/demo.c
97         * src/plugins/pgpcore/prefs_gpg.c
98         * src/plugins/spamassassin/libspamc.c
99                 Make sure we use glib functions to send text messages (information,
100                 debug, warning, errors) to stdout/stderr - no more direct puts
101                 fputs printf fprintf to stdout/stderr when it can be done using
102                 g_log*() and g_print/g_printerr. Doing this, we make sure every
103                 stdout/stderr message is saved to log in Windows.
104
105
106 2007-08-21 [wwp]        2.10.0cvs140
107
108         * src/main.c
109         * src/common/utils.h
110                 Route glib's stdout/stderr messages to a log file (Windows only),
111                 instead of loosing them.
112
113 2007-08-21 [paul]       2.10.0cvs139
114
115         * src/mainwindow.c
116                 replace deprecated g_strncasecmp()
117         * src/messageview.c
118                 fix 'List URLS'
119
120 2007-08-20 [ticho]      2.10.0cvs138
121
122         * src/account.c
123         * src/prefs_account.h
124                 Copy all account preferences in account_clone() - some
125                 were missing.
126         * src/prefs_account.c
127                 Handle empty privacy system combobox gracefully (warning
128                 instead of a crash).
129
130 2007-08-20 [colin]      2.10.0cvs137
131
132         * src/ldapctrl.c
133                 Fix a leak
134
135 2007-08-20 [paul]       2.10.0cvs136
136
137         * src/browseldap.c
138         * src/editldap.c
139         * src/ldapctrl.c
140         * src/ldapquery.c
141         * src/ldapquery.h
142         * src/ldapserver.c
143         * src/ldaputil.c
144                 add debug_prints
145                 patch by Michael Rasmussen
146
147 2007-08-19 [colin]      2.10.0cvs135
148
149         * src/imap.c
150                 Fix previous commit. Sensitivity update is needed
151                 for "Cancel receiving". However when batching we
152                 don't need to do it for every message flag change,
153                 just once at the start and once at the end.
154
155 2007-08-19 [colin]      2.10.0cvs134
156
157         * src/imap.c
158                 Remove useless menu updates on session lock/unlock
159
160 2007-08-19 [colin]      2.10.0cvs133
161
162         * src/etpan/imap-thread.c
163                 Make all fetch logs less verbose
164
165 2007-08-19 [paul]       2.10.0cvs132
166
167         * src/foldersel.c
168         * src/folderview.c
169         * src/summaryview.c
170                 fix bug 1286, 'Can't move a folder into a "Folders
171                 Only" folder'
172
173 2007-08-18 [ticho]      2.10.0cvs131
174
175         * src/editaddress_other_attributes_ldap.c
176                 Converted option menu for other ldap attributes to GtkComboBox.
177
178 2007-08-18 [colin]      2.10.0cvs130
179
180         * src/compose.c
181         * src/prefs_common.c
182         * src/prefs_common.h
183         * src/prefs_send.c
184         * src/send_message.c
185                 Revert 'send_dialog_mode' meaning to 
186                 'send_dialog_invisible', so that the 
187                 new checkbox doesn't change the 
188                 existing behaviour.
189
190 2007-08-18 [paul]       2.10.0cvs129
191
192         * src/summaryview.c
193                 add missing menu update
194
195 2007-08-17 [colin]      2.10.0cvs128
196
197         * src/folder.c
198                 Set batching after getting flags - maybe fixes
199                 bug 1292, 'CM crashes on writing mail'
200
201 2007-08-16 [ticho]      2.10.0cvs127
202
203         * src/prefs_send.c
204                 Convert two GtkOptionMenu widgets to new GtkComboBox.
205         * src/gtk/combobox.h
206         * src/gtk/gtkutils.c
207                 Allow NULL for GtkComboBox menuitem label, rendering such
208                 items as row separators.
209
210 2007-08-16 [paul]       2.10.0cvs126
211
212         * src/plugins/trayicon/trayicon.c
213                 remove wrongly used gettextisation
214
215 2007-08-15 [ticho]      2.10.0cvs125
216
217         * src/importldif.c
218                 Fixed a runtime warning where an attempt to pack an
219                 already packed GtkLabel was made.
220
221 2007-08-15 [ticho]      2.10.0cvs124
222
223         * src/prefs_compose_writing.c
224                 Convert the insert-or-attach-dragged-files GtkOptionMenu
225                 into GtkComboBox.
226
227 2007-08-14 [ticho]      2.10.0cvs123
228
229         * src/messageview.c
230         * src/gtk/gtkutils.c
231                 Changed return receipt account selector to GtkComboBox.
232                 Fixed a runtime warning where GTK tried to parse
233                 "name <email@address" as a Pango markup in an alertpanel label.
234
235 2007-08-14 [ticho]      2.10.0cvs122
236
237         * src/prefs_logging.c
238                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
239
240 2007-08-14 [wwp]        2.10.0cvs121
241
242         * tools/Makefile.am
243         * tools/README
244         * tools/popfile-link.sh
245                 Added a new tool: POPFile helper, to open
246                 selected messages in POPFile control center,
247                 in order to change the messages' status.
248
249 2007-08-14 [ticho]      2.10.0cvs120
250
251         * src/compose.c
252         * src/prefs_common.c
253         * src/prefs_common.h
254         * src/prefs_send.c
255         * src/send_message.c
256                 Change "Show send dialog" optionmenu to a checkbutton.
257         * src/prefs_receive.c
258                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
259
260 2007-08-13 [wwp]        2.10.0cvs119
261
262         * src/addr_compl.c
263         * src/addressbook.c
264         * src/addrindex.c
265         * src/compose.c
266         * src/filtering.c
267         * src/folderview.c
268         * src/inc.c
269         * src/matcher.c
270         * src/mh.c
271         * src/partial_download.c
272         * src/prefs_gtk.c
273         * src/procmsg.c
274         * src/stock_pixmap.c
275         * src/summaryview.c
276         * src/common/utils.c
277         * src/gtk/gtkaspell.c
278         * src/gtk/menu.c
279                 Make sure we never pass NULL pointers for %s substitutions
280                 (prevent from crashing in Windows).
281
282 2007-08-13 [wwp]        2.10.0cvs118
283
284         * src/msgcache.c
285                 Re-enable mmap_reads in Windows with some missing
286                 CloseHandle of mapping objects, thanks to
287                 Marcus Brinkmann.
288
289 2007-08-13 [paul]       2.10.0cvs117
290
291         * src/common/utils.c
292                 fix bug 1287, 'Compile time problem on Solaris
293                 (nexenta gnu/Solaris) utils.c'
294                 Thanks to Piotr Chrzczonowicz
295
296 2007-08-12 [wwp]        2.10.0cvs116
297
298         * src/plugins/pgpcore/prefs_gpg.c
299                 Don't try to unset a GPG_AGENT_INFO that was not
300                 set (and don't use a NULL string in Windows, it was
301                 crashing with --debug if GPG_AGENT_INFO was not set).
302
303 2007-08-12 [wwp]        2.10.0cvs115
304
305         * src/privacy.h
306                 Make gcc type-check arguments passed to privacy_set_error().
307
308 2007-08-12 [ticho]      2.10.0cvs114
309
310         * src/prefs_folder_item.c
311                 Make sure that folder default account combobox always has some
312                 account preselected.
313         * src/gtk/combobox.c
314                 Handle empty combobox gracefully (warning instead of crash).
315
316 2007-08-12 [ticho]      2.10.0cvs114
317
318         * src/prefs_folder_item.c
319                 Make sure that folder default account combobox is not empty.
320         * src/gtk/combobox.c
321                 Handle empty combobox gracefully (warning instead of crash).
322
323 2007-08-11 [paul]       2.10.0cvs113
324
325         * src/addrgather.c
326         * src/folderview.c
327                 use 'subfolder' instead of 'sub-folder', matching
328                 everywhere else the term is used
329         * src/imap_gtk.c
330                 fix engrish
331
332 2007-08-10 [wwp]        2.10.0cvs112
333
334         * src/msgcache.c
335                 Disable mmap reads in Windows only (at least temporarily), they
336                 prevent from renaming/removing target cache files.
337
338 2007-08-10 [paul]
339
340         3.0.0-rc2 released
341
342 2007-08-10 [wwp]        2.10.0cvs111
343
344         * src/msgcache.c
345                 fix unpredictable crashes in Windows due to broken
346                 cache/mark/tags files writting (file were opened for
347                 writing in text mode).
348
349         * src/recv.c
350                 use gettimeofday() from w32lib.h on Windows.
351
352 2007-08-10 [colin]      2.10.0cvs110
353
354         * src/imap.c
355         * src/etpan/imap-thread.c
356         * src/etpan/imap-thread.h
357                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
358
359 2007-08-09 [colin]      2.10.0cvs109
360
361         * src/editldap.c
362                 Fix port being reset to 636 on SSL
363         * src/folder.c
364                 Fix folder_item_get_msg_num_by_file
365                 on drafts/queue folders
366
367 2007-08-09 [wwp]        2.10.0cvs108
368
369         * src/folder.c
370                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
371                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
372
373
374 2007-08-09 [colin]      2.10.0cvs107
375
376         * src/folderview.c
377         * src/summaryview.c
378         * src/gtk/prefswindow.c
379                 A few Maemo layout fixes
380
381 2007-08-09 [paul]       2.10.0cvs106
382
383         * src/prefs_account.c
384                 remove the hyphen from plug-ins to
385                 match everywhere else
386
387 2007-08-08 [wwp]        2.10.0cvs105
388
389         * src/prefs_folder_item.c
390                 Fix an extraneous stealth ^L char.
391
392 2007-08-08 [wwp]        2.10.0cvs104
393
394         * src/prefs_folder_item.c
395                 Better fix, group variables declarations (USE_ASPELL).
396
397 2007-08-08 [wwp]        2.10.0cvs103
398
399         * src/prefs_folder_item.c
400                 Fix compilation w/ USE_ASPELL set (broken
401                 by 2.10.0cvs102).
402
403 2007-08-08 [ticho]      2.10.0cvs102
404
405         * src/prefs_folder_item.c
406                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
407
408 2007-08-08 [colin]      2.10.0cvs101
409
410         * src/imap.c
411         * src/etpan/imap-thread.c
412         * src/etpan/imap-thread.h
413                 Close selected mailbox before doing
414                 status on it.
415
416 2007-08-08 [colin]      2.10.0cvs100
417
418         * src/html.c
419                 Complete symbol table, thanks to wwp.
420                 Fixes bug 1284, 'The html -> text 
421                 converter ignores entities'
422         * src/msgcache.c
423                 Fix possible fd leak
424
425 2007-08-08 [colin]      2.10.0cvs99
426
427         * src/imap.c
428                 Better way to fetch UIDs on non-UIDPLUS servers
429
430 2007-08-07 [colin]      2.10.0cvs98
431
432         * src/imap.c
433                 fix bug 1275, 'auto-saved draft messages not 
434                 always being removed'; Also, make multiple
435                 copy (in the same account) faster by matching
436                 source/destination message UIDs.
437         * src/messageview.c
438                 Don't try to reshow deleted mail
439         * src/msgcache.c
440                 Fix leak on error path
441
442 2007-08-07 [wwp]        2.10.0cvs97
443
444         * manual/account.xml
445         * manual/advanced.xml
446         * manual/fr/account.xml
447         * manual/fr/advanced.xml
448                 Updated the reference manual and the French translation to
449                 reflect 2.10.0cvs84: enable running folder Processing
450                 rules on demand.
451
452 2007-08-06 [wwp]        2.10.0cvs96
453
454         * src/prefs_common.c
455         * src/prefs_common.h
456         * src/textview.c
457                 Allow changing the emphasis color used to highlight
458                 the newsreader/x-mailer header value when it matches
459                 our preferred mail agent (hidden pref 'emphasis_col' added
460                 to clawsrc).
461
462 2007-08-06 [colin]      2.10.0cvs95
463
464         * src/compose.c
465         * src/compose.h
466                 Re-commit 2.10.0cvs86, with a protection
467                 against Pango bug. Also, try to fix 
468                 bug 1275, 'auto-saved draft messages not 
469                 always being removed'
470
471 2007-08-06 [wwp]        2.10.0cvs94
472
473         * src/gtk/quicksearch.c
474                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
475
476 2007-08-06 [ticho]      2.10.0cvs93
477
478         * src/prefs_account.c
479         * src/gtk/combobox.c
480                 Use GtkComboBox instead of GtkOptionMenu for privacy system
481                 selection in account preferences.
482
483 2007-08-06 [wwp]        2.10.0cvs92
484
485         * src/plugins/pgpcore/plugin.def
486                 Apply one more chunk from gpg4win's 03-w32-port patch.
487
488 2007-08-05 [colin]      2.10.0cvs91
489
490         * src/compose.c
491         * src/compose.h
492                 reverting buggy patch for now
493
494 2007-08-05 [colin]      2.10.0cvs90
495
496         * src/folder.c
497                 Fix slowdown
498
499 2007-08-04 [colin]      2.10.0cvs89
500
501         * src/prefs_summaries.c
502         * src/summary_search.c
503                 Replace deprecated widgets. Patch by
504                 Andrej.
505
506 2007-08-04 [colin]      2.10.0cvs88
507
508         * src/mh.c
509                 Refresh GUI only every 2000 mails on mh_get_last_num
510                 This is fast (readdir) and done only once per 
511                 session/folder
512
513 2007-08-03 [colin]      2.10.0cvs87
514
515         * src/prefs_account.c
516         * src/gtk/combobox.h
517         * src/gtk/gtkutils.c
518                 Fix a deprecated widget. Patch by
519                 Andrej
520
521 2007-08-03 [colin]      2.10.0cvs86
522
523         * src/compose.c
524         * src/compose.h
525                 Make colorisation and wrapping algorithms
526                 faster. Fixes bug 1246, 'compose becomes 
527                 increasingly slow replying to complex emails'
528
529 2007-08-03 [paul]       2.10.0cvs85
530
531         * src/mh.c
532                 keep the window painted
533
534 2007-08-02 [paul]       2.10.0cvs84
535
536         * src/folderview.c
537         * src/mainwindow.c
538         * src/mainwindow.h
539                 enable running folder Processing
540                 rules on demand
541
542 2007-08-02 [paul]       2.10.0cvs83
543
544         * src/textview.c
545                 speed up/clean up rendering of larger
546                 msgs
547                 Thanks to Colin
548
549 2007-08-01 [paul]       2.10.0cvs82
550
551         * src/mainwindow.h
552                 clean up cruft
553         * src/toolbar.c
554                 change default toolbar layout on maemo
555         * src/pixmaps/close.xpm
556                 make the red cross a grey cross
557         * src/pixmaps/jpilot.xpm
558                 make icon smaller so it fits better
559
560 2007-07-31 [paul]       2.10.0cvs81
561
562         * src/setup.c
563         * src/gtk/gtkutils.c
564                 fix crash on maemo on first launch
565
566 2007-07-30 [paul]       2.10.0cvs80
567
568         * src/prefs_matcher.c
569                 specify the units of age and size
570
571 2007-07-30 [paul]       2.10.0cvs79
572
573         * src/main.c
574                 Fix IMAP timeout setting
575
576 2007-07-30 [colin]      2.10.0cvs78
577
578         * src/prefs_account.c
579                 Fix a deprecated widget. Patch by
580                 Andrej
581
582 2007-07-27 [paul]       2.10.0cvs77
583
584         * src/matcher_parser_parse.y
585         * src/prefs_filtering_action.c
586         * src/prefs_matcher.c
587                 these changes forgotten in cvs74's
588                 'watch thread' feature
589
590 2007-07-27 [paul]       2.10.0cvs76
591
592         * src/compose.c
593                 fix potential crasher
594                 thanks to Colin
595
596 2007-07-27 [paul]       2.10.0cvs75
597
598         * src/mainwindow.c
599         * src/manual.c
600         * src/manual.h
601         * src/gtk/gtkutils.c
602                 make mainwindow's /Help/Manual point to the
603                 remote copy if the local copy doesn't exist
604
605 2007-07-27 [paul]       2.10.0cvs74
606
607         * src/Makefile.am
608         * src/filtering.c
609         * src/folder.c
610         * src/mainwindow.c
611         * src/matcher.c
612         * src/matcher.h
613         * src/matcher_parser_parse.y
614         * src/procmsg.c
615         * src/procmsg.h
616         * src/stock_pixmap.c
617         * src/stock_pixmap.h
618         * src/summaryview.c
619         * src/summaryview.h
620         * src/toolbar.c
621         * src/toolbar.h
622         * src/pixmaps/watchthread.xpm
623                 add 'watch thread' feature
624
625 2007-07-27 [paul]       2.10.0cvs73
626
627         * src/prefs_folder_item.c
628                 adjust labels, add tooltips
629
630 2007-07-27 [colin]      2.10.0cvs72
631
632         * src/summaryview.c
633                 Maemo: Remove less used menu items
634
635 2007-07-26 [colin]      2.10.0cvs71
636
637         * src/messageview.c
638                 Maemo: destroy messageview after trashing mail.
639                 Maybe should be done on X11 too
640
641 2007-07-26 [colin]      2.10.0cvs70
642
643         * src/folderview.c
644         * src/mainwindow.c
645         * src/prefs_common.c
646         * src/prefs_common.h
647         * src/summaryview.c
648                 Add View/Show or Hide/Column headers
649
650 2007-07-26 [colin]      2.10.0cvs69
651
652         * src/procmime.c
653                 Fix unwanted output
654
655 2007-07-26 [colin]      2.10.0cvs68
656
657         * src/ldapserver.c
658                 Fix possible crash on cache invalidation
659         * src/compose.c
660         * src/procmime.c
661         * src/procmime.h
662         * src/quote_fmt_parse.y
663                 Make replying to mails with big attachments
664                 much faster. Fixes bug 1224, 'The process of 
665                 Replying to emails with large attachments 
666                 seems unreasonably long...'
667
668 2007-07-26 [colin]      2.10.0cvs67
669
670         * src/mimeview.c
671         * src/matcher.c
672         * src/common/ssl.c
673                 Fix threads use on BSDs
674
675 2007-07-26 [paul]       2.10.0cvs66
676
677         * src/gtk/prefswindow.c
678                 fix account prefs breakage
679                 thanks to Colin
680
681 2007-07-26 [paul]       2.10.0cvs65
682
683         * configure.ac
684                 standardise ./configure --help messages
685
686 2007-07-26 [colin]      2.10.0cvs64
687
688         * src/addressbook.c
689         * src/editaddress.c
690                 Fix two vCard-related crashes
691
692 2007-07-25 [colin]      2.10.0cvs63
693
694         * src/inc.c
695         * src/prefs_common.c
696         * src/prefs_common.h
697         * src/prefs_receive.c
698                 Maemo: Add a better way to notify of
699                 new mails
700         * src/mainwindow.c
701         * src/statusbar.h
702         * src/summaryview.c
703         * src/toolbar.c
704                 Maemo: Various layout fixes
705         * src/gtk/prefswindow.c
706                 Maemo: Better prefs layout
707
708 2007-07-25 [paul]       2.10.0cvs62
709
710         * src/textview.c
711                 fix the layout on maemo
712                 thanks to Colin
713
714 2007-07-25 [iwkse]      2.10.0cvs61
715
716         * src/summaryview.c
717                 add 'o' shortcut on summaryview
718
719 2007-07-25 [iwkse]      2.10.0cvs60
720
721         * src/textview.c
722                 fix o shortcut
723
724 2007-07-24 [colin]      2.10.0cvs59
725
726         * src/mh.c
727                 Fix missing timestamp update on source
728                 folder when moving
729         * src/textview.c
730         * src/textview.h
731                 Better text layout on part's choices
732
733 2007-07-23 [colin]      2.10.0cvs58
734
735         * src/mimeview.c
736         * src/textview.c
737                 Maemo: Automatically choose the correct application
738                 to open parts
739         * src/gtk/quicksearch.c
740                 Make search run on GDK_KP_Enter too
741
742 2007-07-23 [wwp]        2.10.0cvs57
743
744         * src/quote_fmt_lex.l
745                 Revert accidentaly committed lines (account_sig) in
746                 2.10.0cvs56.
747
748 2007-07-23 [wwp]        2.10.0cvs56
749
750         * src/quote_fmt_lex.l
751                 Fix typos around long form expressions in the quote lexer.
752
753 2007-07-23 [paul]
754
755         3.0.0-rc1 released
756
757 2007-07-23 [colin]      2.10.0cvs55
758
759         * src/addr_compl.c
760                 Fix auto-completion on Maemo
761
762 2007-07-23 [colin]      2.10.0cvs54
763
764         * src/statusbar.c
765                 Maemo: Fix sticking statusbars
766
767 2007-07-22 [colin]      2.10.0cvs53
768
769         * src/main.c
770                 Maemo: Fix the strange "top_application" info
771                 at startup. We should do something when 
772                 receiving such a message.
773
774 2007-07-20 [paul]       2.10.0cvs52
775
776         * src/news_gtk.c
777                 add missing #include "statusbar.h"
778
779 2007-07-20 [colin]      2.10.0cvs51
780
781         * src/folder.c
782         * src/folder.h
783         * src/folder_item_prefs.c
784         * src/folder_item_prefs.h
785         * src/folderview.c
786         * src/imap.c
787         * src/imap_gtk.c
788         * src/imap_gtk.h
789         * src/news.c
790         * src/news_gtk.c
791         * src/news_gtk.h
792         * src/prefs_folder_item.c
793                 Implement age-based caching: allow to
794                 specify a threshold for the offline synchronisation
795                 feature, and whether old cached bodies should 
796                 be removed
797         * src/toolbar.c
798         * src/toolbar.h
799                 Fix label/tooltips
800         * src/plugins/dillo_viewer/dillo_viewer.c
801                 Check that Dillo's installed
802
803 2007-07-20 [wwp]        2.10.0cvs50
804
805         * src/mimeview.c
806         * src/stock_pixmap.c
807                 Draw a frame around the selected mimeview part icon (instead of the
808                 shifted 'dancing' icon).
809
810 2007-07-20 [colin]      2.10.0cvs49
811
812         * src/main.c
813                 Unref stuff even on error
814         * src/wizard.c
815                 disconnect signals only at the very
816                 end of the wizard save.
817
818 2007-07-20 [colin]      2.10.0cvs48
819
820         * src/mainwindow.c
821         * src/messageview.c
822         * src/toolbar.c
823         * src/toolbar.h
824                 Fix random crashes while navigating
825                 (GTK_EVENTS_FLUSH)
826
827 2007-07-19 [colin]      2.10.0cvs47
828
829         * configure.ac
830         * src/main.c
831         * src/prefs_common.c
832         * src/prefs_common.h
833         * src/wizard.c
834         * src/common/defs.h
835         * src/common/utils.c
836                 Maemo: add an easy way to store data (mails
837                 and IMAP/NNTP caches) on one of the SD cards,
838                 and protect against unmounts if needed
839
840 2007-07-19 [paul]       2.10.0cvs46
841
842         * src/Makefile.am
843         * src/stock_pixmap.c
844         * src/gtk/about.c
845         * src/pixmaps/claws-mail_logo-small.xpm
846                 implement a (slightly) different About
847                 dialog for maemo and add a small version
848                 of the logo for it
849         * src/wizard.c
850                 use a scrolled window for wizard page 1
851                 on maemo
852
853 2007-07-19 [paul]       2.10.0cvs45
854
855         * src/Makefile.am
856                 too soon for this line
857
858 2007-07-19 [paul]       2.10.0cvs44
859
860         * src/Makefile.am
861                 fix build on n800
862
863 2007-07-19 [colin]      2.10.0cvs43
864
865         * src/wizard.c
866                 Solve Mail/Mailbox name when specifying
867                 full /path/to/Mail.
868
869 2007-07-18 [colin]      2.10.0cvs42
870
871         * src/inc.c
872         * configure.ac
873                 Fix build on n770
874
875 2007-07-18 [colin]      2.10.0cvs41
876
877         * src/inc.c
878                 Maemo: plug the online/offline system into
879                 maemo's interfaces to have Claws automatically
880                 switch according to the system status
881         * src/statusbar.c
882                 Maemo: use HildonBanners to display status
883                 messages. Renders the main statusbar useless.
884
885 2007-07-18 [paul]       2.10.0cvs40
886
887         * src/filtering.c
888                 fix screen blanking on moving/copying many msgs
889         * src/folder.c
890                 fix processing progressbar and screen blanking
891                 during processing
892
893 2007-07-18 [paul]       2.10.0cvs39
894
895         * src/messageview.c
896                 revert cvs37, breakage on maemo
897
898 2007-07-18 [paul]       2.10.0cvs38
899
900         * src/gtk/gtkutils.c
901                 make sure we can still build with older GTK's
902
903 2007-07-18 [colin]      2.10.0cvs37
904
905         * src/messageview.c
906                 Only hide the small layout's messageview, instead
907                 of destroying it when closing
908         * src/gtk/gtkutils.c
909                 Use gtk_window_present_with_time to popup windows,
910                 it seems to make things better with modern WMs
911                 (actually focusing)
912
913 2007-07-17 [colin]      2.10.0cvs36
914
915         * src/editaddress.c
916                 Simplify layout on Maemo
917         * src/folder.c
918                 Fix possible crash
919         * src/prefs_display_header.c
920                 Remove some headers by default on Maemo
921
922 2007-07-17 [paul]       2.10.0cvs35
923
924         * src/prefs_common.c
925         * src/prefs_common.h
926         * src/prefs_logging.c
927         * src/common/log.c
928                 add options to stop/enable writing logs to disc
929
930 2007-07-17 [paul]       2.10.0cvs34
931
932         * src/edittags.c
933                 fix some issues with the Apply tags window:
934                 - set search column (enables autocompl in the treeview)
935                 - apply tag from "New tag" if it existed
936                 - clears New tag entry when adding it with the button
937                 Thanks to Colin
938
939 2007-07-17 [paul]       2.10.0cvs33
940
941         * src/edittags.c
942                 fix 'apply tags' dialogue weirdness
943
944 2007-07-16 [colin]      2.10.0cvs32
945
946         * src/toolbar.c
947                 Fix double-loading of mails on Maemo
948
949 2007-07-16 [colin]      2.10.0cvs31
950
951         * src/messageview.c
952                 Prevent double-loading of the same part under some
953                 conditions; hide statusbar on Maemo
954
955 2007-07-16 [colin]      2.10.0cvs30
956
957         * src/edittags.c
958         * src/edittags.h
959         * src/mainwindow.c
960         * src/summaryview.c
961                 Improve the tag interface - allow
962                 to set/unset tags from a special
963                 window.
964         * src/gtk/gtkvscrollbutton.c
965         * src/mimeview.c
966         * src/mimeview.h
967         * src/stock_pixmap.c
968                 Fix Mimeview's ugly hacks in the
969                 icon list. 
970
971 2007-07-16 [paul]       2.10.0cvs29
972
973         * src/wizard.c
974                 rework dialog
975         * src/gtk/icon_legend.c
976                 put it all in a scrolled window
977
978 2007-07-15 [colin]      2.10.0cvs28
979
980         * src/mainwindow.c
981                 Maemo: force layout to be Small screen; the
982                 others don't make sense
983
984 2007-07-14 [colin]      2.10.0cvs27
985
986         * src/mimeview.c
987         * src/gtk/gtkvscrollbutton.c
988                 Maemo: Fix mimeview's buttons size
989
990 2007-07-14 [colin]      2.10.0cvs26
991
992         * src/toolbar.c
993                 Fix the button workaround fix.
994                 (Use the correct variable)
995
996 2007-07-14 [colin]      2.10.0cvs25
997
998         * src/mainwindow.c
999         * src/toolbar.c
1000                 Maemo: put the progress bar in the
1001                 toolbar
1002
1003 2007-07-14 [colin]      2.10.0cvs24
1004
1005         * src/prefs_common.c
1006                 Maemo: hide statusbar by default
1007         * src/Makefile.am
1008         * src/stock_pixmap.c
1009         * src/stock_pixmap.h
1010         * src/toolbar.c
1011         * src/pixmaps/go_folders.xpm
1012                 Maemo: Add a specific icon to go back to
1013                 folder list
1014
1015 2007-07-14 [colin]      2.10.0cvs23
1016
1017         * src/toolbar.c
1018                 Don't set homogeneous finally
1019
1020 2007-07-14 [colin]      2.10.0cvs22
1021
1022         * src/toolbar.c
1023                 Fix button show/hide issues
1024
1025 2007-07-14 [colin]      2.10.0cvs21
1026
1027         * src/toolbar.c
1028                 Fix huge arrows
1029                 Fix button workaround to be able to click
1030                 if mouse was on button when it went un-
1031                 sensitive.
1032                 Revert previous commit, gtk_tool_item_set_homogeneous
1033                 doesn't mean what it seems to mean ;-)
1034
1035 2007-07-14 [paul]       2.10.0cvs20
1036
1037         * src/toolbar.c
1038                 make homogeneous FALSE always
1039
1040 2007-07-13 [colin]      2.10.0cvs19
1041
1042         * src/toolbar.c
1043         * src/toolbar.h
1044                 Rework to fit the non-deprecated API
1045         * src/compose.c
1046         * src/folderview.c
1047         * src/mainwindow.c
1048         * src/messageview.c
1049         * src/summaryview.c
1050                 Maemo layout changes. Better toolbars,
1051                 removal of CTree headers. 
1052
1053 2007-07-13 [paul]       2.10.0cvs18
1054
1055         * src/gtk/colorlabel.c
1056                 fix bug 1261, '[DE] coloring messages in overview 
1057                 keys are not localised'
1058                 the string is now included in claws-mail.pot
1059
1060 2007-07-13 [colin]      2.10.0cvs17
1061
1062         * src/summaryview.c
1063                 Fix bug 1267, 'printing mutliple messages 
1064                 opens one message-dialog after the other'
1065                 Ask for confirmation when printing 10
1066                 messages or more.
1067
1068 2007-07-11 [colin]      2.10.0cvs16
1069
1070         * COPYING
1071         * README
1072         * autogen.sh
1073         * manual/claws-mail-manual.xml
1074         * manual/gpl.xml
1075         * manual/es/claws-mail-manual.xml
1076         * manual/es/gpl.xml
1077         * manual/fr/claws-mail-manual.xml
1078         * manual/fr/gpl.xml
1079         * manual/pl/gpl.xml
1080         * src/account.c
1081         * src/account.h
1082         * src/action.c
1083         * src/action.h
1084         * src/adbookbase.h
1085         * src/addr_compl.c
1086         * src/addr_compl.h
1087         * src/addrbook.c
1088         * src/addrbook.h
1089         * src/addrcache.c
1090         * src/addrcache.h
1091         * src/addrcindex.c
1092         * src/addrcindex.h
1093         * src/addrclip.c
1094         * src/addrclip.h
1095         * src/addrdefs.h
1096         * src/addressadd.c
1097         * src/addressadd.h
1098         * src/addressbook.c
1099         * src/addressbook.h
1100         * src/addressbook_foldersel.c
1101         * src/addressbook_foldersel.h
1102         * src/addressitem.h
1103         * src/addrgather.c
1104         * src/addrgather.h
1105         * src/addrharvest.c
1106         * src/addrharvest.h
1107         * src/addrindex.c
1108         * src/addrindex.h
1109         * src/addritem.c
1110         * src/addritem.h
1111         * src/addrquery.c
1112         * src/addrquery.h
1113         * src/addrselect.c
1114         * src/addrselect.h
1115         * src/alertpanel.c
1116         * src/alertpanel.h
1117         * src/browseldap.c
1118         * src/browseldap.h
1119         * src/codeconv.c
1120         * src/codeconv.h
1121         * src/compose.c
1122         * src/compose.h
1123         * src/crash.c
1124         * src/crash.h
1125         * src/customheader.c
1126         * src/customheader.h
1127         * src/displayheader.c
1128         * src/displayheader.h
1129         * src/editaddress.c
1130         * src/editaddress.h
1131         * src/editaddress_other_attributes_ldap.c
1132         * src/editaddress_other_attributes_ldap.h
1133         * src/editbook.c
1134         * src/editbook.h
1135         * src/editgroup.c
1136         * src/editgroup.h
1137         * src/editjpilot.c
1138         * src/editjpilot.h
1139         * src/editldap.c
1140         * src/editldap.h
1141         * src/editldap_basedn.c
1142         * src/editldap_basedn.h
1143         * src/edittags.c
1144         * src/edittags.h
1145         * src/editvcard.c
1146         * src/editvcard.h
1147         * src/enriched.c
1148         * src/enriched.h
1149         * src/exphtmldlg.c
1150         * src/exphtmldlg.h
1151         * src/expldifdlg.c
1152         * src/expldifdlg.h
1153         * src/export.c
1154         * src/export.h
1155         * src/exporthtml.c
1156         * src/exporthtml.h
1157         * src/exportldif.c
1158         * src/exportldif.h
1159         * src/filtering.c
1160         * src/filtering.h
1161         * src/folder.c
1162         * src/folder.h
1163         * src/folder_item_prefs.c
1164         * src/folder_item_prefs.h
1165         * src/foldersel.c
1166         * src/foldersel.h
1167         * src/folderutils.c
1168         * src/folderutils.h
1169         * src/folderview.c
1170         * src/folderview.h
1171         * src/gedit-print.c
1172         * src/gedit-print.h
1173         * src/grouplistdialog.c
1174         * src/grouplistdialog.h
1175         * src/headerview.c
1176         * src/headerview.h
1177         * src/html.c
1178         * src/html.h
1179         * src/image_viewer.c
1180         * src/image_viewer.h
1181         * src/imap.c
1182         * src/imap.h
1183         * src/imap_gtk.c
1184         * src/imap_gtk.h
1185         * src/import.c
1186         * src/import.h
1187         * src/importldif.c
1188         * src/importldif.h
1189         * src/importmutt.c
1190         * src/importmutt.h
1191         * src/importpine.c
1192         * src/importpine.h
1193         * src/inc.c
1194         * src/inc.h
1195         * src/jpilot.c
1196         * src/jpilot.h
1197         * src/ldapctrl.c
1198         * src/ldapctrl.h
1199         * src/ldaplocate.c
1200         * src/ldaplocate.h
1201         * src/ldapquery.c
1202         * src/ldapquery.h
1203         * src/ldapserver.c
1204         * src/ldapserver.h
1205         * src/ldapupdate.c
1206         * src/ldapupdate.h
1207         * src/ldaputil.c
1208         * src/ldaputil.h
1209         * src/ldif.c
1210         * src/ldif.h
1211         * src/localfolder.c
1212         * src/localfolder.h
1213         * src/main.c
1214         * src/main.h
1215         * src/mainwindow.c
1216         * src/mainwindow.h
1217         * src/manual.c
1218         * src/manual.h
1219         * src/matcher.c
1220         * src/matcher.h
1221         * src/matcher_parser.h
1222         * src/matcher_parser_lex.l
1223         * src/matcher_parser_parse.y
1224         * src/mbox.c
1225         * src/mbox.h
1226         * src/message_search.c
1227         * src/message_search.h
1228         * src/messageview.c
1229         * src/messageview.h
1230         * src/mh.c
1231         * src/mh.h
1232         * src/mh_gtk.c
1233         * src/mh_gtk.h
1234         * src/mimeview.c
1235         * src/mimeview.h
1236         * src/msgcache.c
1237         * src/msgcache.h
1238         * src/mutt.c
1239         * src/mutt.h
1240         * src/news.c
1241         * src/news.h
1242         * src/news_gtk.c
1243         * src/news_gtk.h
1244         * src/noticeview.c
1245         * src/noticeview.h
1246         * src/partial_download.c
1247         * src/partial_download.h
1248         * src/pine.c
1249         * src/pine.h
1250         * src/pop.c
1251         * src/pop.h
1252         * src/prefs_account.c
1253         * src/prefs_account.h
1254         * src/prefs_actions.c
1255         * src/prefs_actions.h
1256         * src/prefs_common.c
1257         * src/prefs_common.h
1258         * src/prefs_compose_writing.c
1259         * src/prefs_compose_writing.h
1260         * src/prefs_customheader.c
1261         * src/prefs_customheader.h
1262         * src/prefs_display_header.c
1263         * src/prefs_display_header.h
1264         * src/prefs_ext_prog.c
1265         * src/prefs_ext_prog.h
1266         * src/prefs_filtering.c
1267         * src/prefs_filtering.h
1268         * src/prefs_filtering_action.c
1269         * src/prefs_filtering_action.h
1270         * src/prefs_folder_column.c
1271         * src/prefs_folder_column.h
1272         * src/prefs_folder_item.c
1273         * src/prefs_folder_item.h
1274         * src/prefs_fonts.c
1275         * src/prefs_fonts.h
1276         * src/prefs_gtk.c
1277         * src/prefs_gtk.h
1278         * src/prefs_image_viewer.c
1279         * src/prefs_image_viewer.h
1280         * src/prefs_logging.c
1281         * src/prefs_logging.h
1282         * src/prefs_matcher.c
1283         * src/prefs_matcher.h
1284         * src/prefs_message.c
1285         * src/prefs_message.h
1286         * src/prefs_msg_colors.c
1287         * src/prefs_msg_colors.h
1288         * src/prefs_other.c
1289         * src/prefs_other.h
1290         * src/prefs_quote.c
1291         * src/prefs_quote.h
1292         * src/prefs_receive.c
1293         * src/prefs_receive.h
1294         * src/prefs_send.c
1295         * src/prefs_send.h
1296         * src/prefs_spelling.c
1297         * src/prefs_spelling.h
1298         * src/prefs_summaries.c
1299         * src/prefs_summaries.h
1300         * src/prefs_summary_column.c
1301         * src/prefs_summary_column.h
1302         * src/prefs_summary_open.c
1303         * src/prefs_summary_open.h
1304         * src/prefs_template.c
1305         * src/prefs_template.h
1306         * src/prefs_themes.c
1307         * src/prefs_themes.h
1308         * src/prefs_toolbar.c
1309         * src/prefs_toolbar.h
1310         * src/prefs_wrapping.c
1311         * src/prefs_wrapping.h
1312         * src/privacy.c
1313         * src/privacy.h
1314         * src/procheader.c
1315         * src/procheader.h
1316         * src/procmime.c
1317         * src/procmime.h
1318         * src/procmsg.c
1319         * src/procmsg.h
1320         * src/quote_fmt.c
1321         * src/quote_fmt_lex.l
1322         * src/quote_fmt_parse.y
1323         * src/recv.c
1324         * src/recv.h
1325         * src/remotefolder.c
1326         * src/remotefolder.h
1327         * src/send_message.c
1328         * src/send_message.h
1329         * src/setup.c
1330         * src/setup.h
1331         * src/simple-gettext.c
1332         * src/sourcewindow.c
1333         * src/sourcewindow.h
1334         * src/ssl_manager.c
1335         * src/ssl_manager.h
1336         * src/statusbar.c
1337         * src/statusbar.h
1338         * src/stock_pixmap.c
1339         * src/stock_pixmap.h
1340         * src/summary_search.c
1341         * src/summary_search.h
1342         * src/summaryview.c
1343         * src/summaryview.h
1344         * src/textview.c
1345         * src/textview.h
1346         * src/toolbar.c
1347         * src/toolbar.h
1348         * src/undo.c
1349         * src/undo.h
1350         * src/unmime.c
1351         * src/unmime.h
1352         * src/uri_opener.c
1353         * src/uri_opener.h
1354         * src/vcard.c
1355         * src/vcard.h
1356         * src/wizard.c
1357         * src/wizard.h
1358         * src/common/base64.c
1359         * src/common/base64.h
1360         * src/common/claws.c
1361         * src/common/claws.h
1362         * src/common/defs.h
1363         * src/common/fnmatch.c
1364         * src/common/fnmatch.h
1365         * src/common/fnmatch_loop.c
1366         * src/common/hooks.c
1367         * src/common/hooks.h
1368         * src/common/log.c
1369         * src/common/log.h
1370         * src/common/md5.c
1371         * src/common/md5.h
1372         * src/common/mgutils.c
1373         * src/common/mgutils.h
1374         * src/common/nntp.c
1375         * src/common/nntp.h
1376         * src/common/passcrypt.c
1377         * src/common/passcrypt.h.in
1378         * src/common/plugin.c
1379         * src/common/plugin.h
1380         * src/common/prefs.c
1381         * src/common/prefs.h
1382         * src/common/progressindicator.c
1383         * src/common/progressindicator.h
1384         * src/common/quoted-printable.c
1385         * src/common/quoted-printable.h
1386         * src/common/session.c
1387         * src/common/session.h
1388         * src/common/smtp.c
1389         * src/common/smtp.h
1390         * src/common/socket.c
1391         * src/common/socket.h
1392         * src/common/ssl.c
1393         * src/common/ssl.h
1394         * src/common/ssl_certificate.c
1395         * src/common/ssl_certificate.h
1396         * src/common/string_match.c
1397         * src/common/string_match.h
1398         * src/common/stringtable.c
1399         * src/common/stringtable.h
1400         * src/common/tags.c
1401         * src/common/tags.h
1402         * src/common/template.c
1403         * src/common/template.h
1404         * src/common/timing.h
1405         * src/common/utils.c
1406         * src/common/utils.h
1407         * src/common/uuencode.c
1408         * src/common/uuencode.h
1409         * src/common/version.h.in
1410         * src/common/w32_dirent.c
1411         * src/common/w32_reg.c
1412         * src/common/w32_signal.c
1413         * src/common/w32_stat.c
1414         * src/common/w32_stdlib.c
1415         * src/common/w32_string.c
1416         * src/common/w32_time.c
1417         * src/common/w32_unistd.c
1418         * src/common/w32_wait.c
1419         * src/common/w32lib.h
1420         * src/common/xml.c
1421         * src/common/xml.h
1422         * src/common/xmlprops.c
1423         * src/common/xmlprops.h
1424         * src/etpan/etpan-errors.h
1425         * src/etpan/etpan-thread-manager-types.h
1426         * src/etpan/etpan-thread-manager.c
1427         * src/etpan/etpan-thread-manager.h
1428         * src/etpan/imap-thread.c
1429         * src/etpan/imap-thread.h
1430         * src/gtk/about.c
1431         * src/gtk/about.h
1432         * src/gtk/colorlabel.c
1433         * src/gtk/colorlabel.h
1434         * src/gtk/colorsel.c
1435         * src/gtk/colorsel.h
1436         * src/gtk/combobox.c
1437         * src/gtk/combobox.h
1438         * src/gtk/description_window.c
1439         * src/gtk/description_window.h
1440         * src/gtk/filesel.c
1441         * src/gtk/filesel.h
1442         * src/gtk/foldersort.c
1443         * src/gtk/foldersort.h
1444         * src/gtk/gtkaspell.c
1445         * src/gtk/gtkaspell.h
1446         * src/gtk/gtksctree.c
1447         * src/gtk/gtkshruler.c
1448         * src/gtk/gtkshruler.h
1449         * src/gtk/gtksourceprintjob.c
1450         * src/gtk/gtksourceprintjob.h
1451         * src/gtk/gtkutils.c
1452         * src/gtk/gtkutils.h
1453         * src/gtk/gtkvscrollbutton.c
1454         * src/gtk/gtkvscrollbutton.h
1455         * src/gtk/icon_legend.c
1456         * src/gtk/icon_legend.h
1457         * src/gtk/inputdialog.c
1458         * src/gtk/inputdialog.h
1459         * src/gtk/logwindow.c
1460         * src/gtk/logwindow.h
1461         * src/gtk/manage_window.c
1462         * src/gtk/manage_window.h
1463         * src/gtk/menu.c
1464         * src/gtk/menu.h
1465         * src/gtk/pluginwindow.c
1466         * src/gtk/pluginwindow.h
1467         * src/gtk/prefswindow.c
1468         * src/gtk/prefswindow.h
1469         * src/gtk/progressdialog.c
1470         * src/gtk/progressdialog.h
1471         * src/gtk/quicksearch.c
1472         * src/gtk/quicksearch.h
1473         * src/gtk/sslcertwindow.c
1474         * src/gtk/sslcertwindow.h
1475         * src/plugins/bogofilter/bogofilter.c
1476         * src/plugins/bogofilter/bogofilter.h
1477         * src/plugins/bogofilter/bogofilter_gtk.c
1478         * src/plugins/clamav/clamav_plugin.c
1479         * src/plugins/clamav/clamav_plugin.h
1480         * src/plugins/clamav/clamav_plugin_gtk.c
1481         * src/plugins/demo/demo.c
1482         * src/plugins/dillo_viewer/dillo_prefs.c
1483         * src/plugins/dillo_viewer/dillo_prefs.h
1484         * src/plugins/dillo_viewer/dillo_viewer.c
1485         * src/plugins/pgpcore/passphrase.c
1486         * src/plugins/pgpcore/passphrase.h
1487         * src/plugins/pgpcore/pgp_viewer.c
1488         * src/plugins/pgpcore/pgp_viewer.h
1489         * src/plugins/pgpcore/plugin.c
1490         * src/plugins/pgpcore/prefs_gpg.c
1491         * src/plugins/pgpcore/prefs_gpg.h
1492         * src/plugins/pgpcore/select-keys.c
1493         * src/plugins/pgpcore/select-keys.h
1494         * src/plugins/pgpcore/sgpgme.c
1495         * src/plugins/pgpcore/sgpgme.h
1496         * src/plugins/pgpinline/pgpinline.c
1497         * src/plugins/pgpinline/pgpinline.h
1498         * src/plugins/pgpinline/plugin.c
1499         * src/plugins/pgpmime/pgpmime.c
1500         * src/plugins/pgpmime/pgpmime.h
1501         * src/plugins/pgpmime/plugin.c
1502         * src/plugins/spamassassin/spamassassin.c
1503         * src/plugins/spamassassin/spamassassin.h
1504         * src/plugins/spamassassin/spamassassin_gtk.c
1505         * src/plugins/trayicon/trayicon.c
1506         * src/plugins/trayicon/trayicon_prefs.c
1507         * src/plugins/trayicon/trayicon_prefs.h
1508         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1509         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1510         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1511         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1512         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1513         * tools/OOo2claws-mail.pl
1514         * tools/README.sylprint
1515         * tools/acroread2claws-mail.pl
1516         * tools/claws-mail-compose-insert-files.pl
1517         * tools/convert_mbox.pl
1518         * tools/filter_conv.pl
1519         * tools/filter_conv_new.pl
1520         * tools/fix_date.sh
1521         * tools/freshmeat_search.pl
1522         * tools/google_search.pl
1523         * tools/kmail-mailbox2claws-mail.pl
1524         * tools/kmail2claws-mail.pl
1525         * tools/kmail2claws-mail_v2.pl
1526         * tools/mairix.sh
1527         * tools/make.themes.project
1528         * tools/multiwebsearch.pl
1529         * tools/nautilus2claws-mail.sh
1530         * tools/outlook2claws-mail.pl
1531         * tools/textviewer.sh
1532         * tools/thunderbird-filters-convertor.pl
1533         * tools/update-po
1534         * tools/uuooffice
1535         * tools/vcard2xml.py
1536         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1537                 Upgrade to GPLv3 or later.
1538
1539 2007-07-10 [wwp]        2.10.0cvs15
1540
1541         * src/main.c
1542                 Fix re-opening of all composing messages that were
1543                 opened when closing the previous instance, thanks
1544                 to Colin.
1545
1546 2007-07-10 [paul]       2.10.0cvs14
1547
1548         * src/editaddress_other_attributes_ldap.c
1549         * src/ldapupdate.c
1550                 fix crash on selecting 'other attributes' combo
1551                 for either a new entry or an old entry with no
1552                 existing attributes.
1553                 fix bug on editing multiple attributes which
1554                 resulted them all having the value of the last
1555                 one changed.
1556                 Thanks to Colin
1557
1558 2007-07-10 [colin]      2.10.0cvs13
1559
1560         * src/editaddress.c
1561         * src/editaddress_other_attributes_ldap.h
1562         * src/ldapupdate.c
1563                 Fix --disable-ldap build
1564
1565 2007-07-09 [colin]      2.10.0cvs12
1566
1567         * src/Makefile.am
1568         * src/addritem.c
1569         * src/addritem.h
1570         * src/editaddress.c
1571         * src/editaddress_other_attributes_ldap.c
1572         * src/editaddress_other_attributes_ldap.h
1573         * src/editldap.c
1574         * src/ldapctrl.c
1575         * src/ldapctrl.h
1576         * src/ldapupdate.c
1577                 Add capability to edit all inetOrgPerson
1578                 attributes on LDAP. Patch by Michael 
1579                 Rasmussen
1580
1581 2007-07-09 [colin]      2.10.0cvs11
1582
1583         * src/Makefile.am
1584         * src/exporthtml.c
1585         * src/mbox.c
1586         * src/msgcache.c
1587         * src/prefs_summaries.c
1588         * src/prefs_themes.c
1589         * src/procheader.c
1590         * src/common/Makefile.am
1591         * src/common/log.c
1592         * src/common/timing.h
1593         * src/common/utils.c
1594         * src/common/utils.h
1595         * src/common/w32_account.c
1596         * src/common/w32lib.h
1597         * src/gtk/Makefile.am
1598         * src/gtk/colorlabel.c
1599         * src/plugins/pgpcore/Makefile.am
1600         * src/plugins/pgpcore/claws.def
1601         * src/plugins/pgpcore/passphrase.c
1602         * src/plugins/pgpcore/pgp_viewer.c
1603         * src/plugins/pgpcore/plugin.def
1604         * src/plugins/pgpcore/sgpgme.c
1605         * src/plugins/pgpinline/Makefile.am
1606         * src/plugins/pgpinline/claws.def
1607         * src/plugins/pgpinline/mypgpcore.def
1608         * src/plugins/pgpinline/plugin.def
1609         * src/plugins/pgpmime/Makefile.am
1610         * src/plugins/pgpmime/claws.def
1611         * src/plugins/pgpmime/mypgpcore.def
1612         * src/plugins/pgpmime/plugin.def
1613                 Commit win32 patch, from Werner Koch and
1614                 Marcus Brinkmann
1615
1616 2007-07-09 [colin]      2.10.0cvs10
1617
1618         * src/prefs_toolbar.c
1619                 Fix crash when no actions exist
1620
1621 2007-07-07 [paul]       2.10.0cvs9
1622
1623         * COPYING
1624         * manual/claws-mail-manual.xml
1625                 update copyright year
1626         * po/fi.po
1627                 updated by Flammie Pirinen
1628
1629 2007-07-05 [wwp]        2.10.0cvs8
1630
1631         * src/plugins/clamav/clamav_plugin_gtk.c
1632                 Make vertical spacing like in other plugin prefs pages.
1633
1634 2007-07-05 [wwp]        2.10.0cvs7
1635
1636         * src/quote_fmt.c
1637                 It's %am that works, not %ae (this doc incoherence has been
1638                 introduced with 2.9.2cvs13).
1639
1640 2007-07-04 [wwp]        2.10.0cvs6
1641
1642         * src/plugins/bogofilter/bogofilter.c
1643                 Gettext-ize an occurrence of "Any" that wasn't.
1644
1645 2007-07-04 [colin]      2.10.0cvs5
1646
1647         * po/POTFILES.in
1648                 Fix untranslated strings; thanks
1649                 to Pader Rezso.
1650
1651 2007-07-03 [colin]      2.10.0cvs4
1652
1653         * src/folder.c
1654         * src/mainwindow.c
1655                 Fix saving of sort mode for tags and
1656                 thread date. Thanks to Pierre Ossman.
1657                 Completes fix for bug 1233
1658
1659 2007-07-03 [paul]       2.10.0cvs3
1660
1661         * src/compose.c
1662                 fix auto-save
1663         * src/summaryview.c
1664                 fix build warnings
1665         Thanks to Colin
1666
1667 2007-07-02 [colin]      2.10.0cvs2
1668
1669         * src/folder.h
1670         * src/mainwindow.c
1671         * src/procmsg.h
1672         * src/summaryview.c
1673                 Add View/Sort/by Thread date
1674                 Fixes bug 1233, 'Capability to sort 
1675                 threads by most recent message'
1676                 Based on a patch by Paul Rolland
1677
1678 2007-07-02 [colin]      2.10.0cvs1
1679
1680         * src/Makefile.am
1681         * src/compose.c
1682         * src/edittags.c
1683         * src/edittags.h
1684         * src/filtering.c
1685         * src/folder.c
1686         * src/folder.h
1687         * src/headerview.c
1688         * src/headerview.h
1689         * src/main.c
1690         * src/mainwindow.c
1691         * src/mainwindow.h
1692         * src/manual.h
1693         * src/matcher.c
1694         * src/matcher.h
1695         * src/matcher_parser_parse.y
1696         * src/mimeview.c
1697         * src/msgcache.c
1698         * src/msgcache.h
1699         * src/prefs_common.c
1700         * src/prefs_common.h
1701         * src/prefs_filtering_action.c
1702         * src/prefs_matcher.c
1703         * src/prefs_summary_column.c
1704         * src/procmsg.c
1705         * src/procmsg.h
1706         * src/quote_fmt.c
1707         * src/quote_fmt_lex.l
1708         * src/quote_fmt_parse.y
1709         * src/summaryview.c
1710         * src/summaryview.h
1711         * src/textview.c
1712         * src/common/Makefile.am
1713         * src/common/defs.h
1714         * src/common/tags.c
1715         * src/common/tags.h
1716         * src/gtk/quicksearch.c
1717         * src/gtk/quicksearch.h
1718                 Add Tags implementation. Tags are arbitrary labels
1719                 that can be applied to messages. It is possible 
1720                 to create, edit, remove tags; apply them to mails;
1721                 filter on tags or tag presence; apply or unset
1722                 tags via filtering actions; reference tags in
1723                 reply templates.
1724
1725 2007-07-02 [paul]       2.10.0
1726
1727         * NEWS
1728         * README
1729         * RELEASE_NOTES
1730                 2.10.0 released
1731
1732 2007-07-02 [paul]       2.9.2cvs78
1733
1734         * po/de.po
1735         * po/en_GB.po
1736         * po/es.po
1737         * po/fr.po
1738         * po/hu.po
1739         * po/pt_BR.po
1740         * po/ru.po
1741         * po/zh_CN.po
1742                 updated by Stephan Sachse, me, Ricardo Mones
1743                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1744                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1745
1746 2007-07-02 [paul]       2.9.2cvs77
1747
1748         * AUTHORS
1749                 updated
1750
1751 2007-06-29 [wwp]        2.9.2cvs76
1752
1753         * src/gtk/headers.h
1754                 Fix a typo (thanks to Ricardo for finding this out).
1755
1756 2007-06-28 [paul]       2.9.2cvs75
1757
1758         * src/folderview.c
1759                 fix build warnings
1760
1761 2007-06-28 [paul]       2.9.2cvs74
1762
1763         * tools/Makefile.am
1764                 fix bug in the autotools build system.
1765                 Files cataloged under EXTRA_DIST were never
1766                 automatically copied to the build tree.
1767                 (fix 'make distcheck')
1768                 Patch by Michael Rasmussen.
1769
1770 2007-06-24 [colin]      2.9.2cvs73
1771
1772         * src/news_gtk.c
1773                 Fix bug 1249, 'Error handling for 
1774                 news errors needs modification'
1775                 Only popup error if the according
1776                 pref in Prefs/Receive is set.
1777
1778 2007-06-21 [colin]      2.9.2cvs72
1779
1780         * src/common/plugin.c
1781         * src/common/plugin.h
1782                 Change plugin API to know whether it's safe to 
1783                 unload plugins or whether we should just hide
1784                 them. Fixes bug 1248, 'Core dumps after 
1785                 unloading plugin and clicking on load plugins'
1786         * src/plugins/bogofilter/bogofilter.c
1787         * src/plugins/clamav/clamav_plugin.c
1788         * src/plugins/demo/demo.c
1789         * src/plugins/dillo_viewer/dillo_viewer.c
1790         * src/plugins/pgpcore/plugin.c
1791         * src/plugins/pgpinline/plugin.c
1792         * src/plugins/pgpmime/plugin.c
1793         * src/plugins/spamassassin/spamassassin.c
1794         * src/plugins/trayicon/trayicon.c
1795                 Update API
1796
1797 2007-06-19 [colin]      2.9.2cvs71
1798
1799         * src/compose.c
1800         * src/messageview.c
1801                 Fix crash mentioned in bug 1246
1802                 Race condition when automatically drafting
1803                 due to insertion on reedit.
1804
1805 2007-06-18 [wwp]        2.9.2cvs70
1806
1807         * src/importldif.c
1808                 LDIF import: use a "Proceed" button to complete
1809                 the process.
1810
1811 2007-06-18 [paul]       2.9.2cvs69
1812
1813         * configure.ac
1814                 use pkgconfig to check for gtk and glib
1815
1816 2007-06-17 [wwp]        2.9.2cvs68
1817
1818         * src/ldif.c
1819         * src/importldif.c
1820                 LDIF import: better error handling, minor code
1821                 and UI cleanup, and renamed the Save button
1822                 to Close, as imported stuff is already saved
1823                 when the Save button is shown.
1824
1825 2007-06-17 [colin]      2.9.2cvs67
1826
1827         * src/prefs_summaries.c
1828         * src/procmsg.c
1829                 Don't set as read when forwarded, only replied to
1830
1831 2007-06-17 [paul]       2.9.2cvs66
1832
1833         * src/alertpanel.c
1834                 add missing #include
1835
1836 2007-06-16 [colin]      2.9.2cvs65
1837
1838         * src/prefs_summaries.c
1839         * src/procmsg.c
1840                 Change the pref "Only mark as read when opened
1841                 in new window" to "..., replied to or forwarded".
1842                 Based on a patch by Paul Rolland.
1843
1844 2007-06-16 [paul]       2.9.2cvs64
1845
1846         * src/gtk/authors.h
1847                 alphabetical order! :)
1848
1849 2007-06-16 [colin]      2.9.2cvs63
1850
1851         * AUTHORS
1852         * src/gtk/authors.h
1853                 Add Michael Rasmussen in authors list
1854
1855 2007-06-16 [colin]      2.9.2cvs62
1856
1857         * src/messageview.c
1858                 Fix messageview_copy_clipboard to take advantage
1859                 of plugins' get_selection.
1860
1861 2007-06-15 [colin]      2.9.2cvs61
1862
1863         * src/action.c
1864         * src/addr_compl.c
1865         * src/addressbook.c
1866         * src/folderview.c
1867         * src/message_search.c
1868         * src/mimeview.c
1869         * src/summary_search.c
1870         * src/summaryview.c
1871         * src/textview.c
1872                 Allow GDK_KP_Enter to do the same as GDK_Return
1873                 Patch by Michael Rasmussen
1874
1875 2007-06-15 [paul]       2.9.2cvs60
1876
1877         * src/compose.c
1878                 fix bug when closing a compose window
1879                 during autosave
1880
1881 2007-06-14 [paul]       2.9.2cvs59
1882
1883         * src/main.c
1884         * src/common/defs.h
1885                 migrate sylpheed config
1886
1887 2007-06-14 [wwp]        2.9.2cvs58
1888
1889         * src/gtk/pluginwindow.c
1890                 Yet another attempt to fix sizing/alignment of the
1891                 button bar in plugins window.
1892
1893 2007-06-12 [colin]      2.9.2cvs57
1894
1895         * po/POTFILES.in
1896         * src/Makefile.am
1897         * src/folderview.c
1898         * src/prefs_common.c
1899         * src/prefs_common.h
1900         * src/prefs_summaries.c
1901         * src/prefs_summary_open.c
1902         * src/prefs_summary_open.h
1903         * src/summaryview.c
1904                 Make "when entering a folder" actions more personalisable
1905
1906 2007-06-12 [wwp]        2.9.2cvs56
1907
1908         * tools/README
1909                 Use short description from Paul (mairix.sh).
1910
1911 2007-06-12 [wwp]        2.9.2cvs55
1912
1913         * tools/README
1914                 Updated info about mairix.sh.
1915
1916 2007-06-11 [paul]       2.9.2cvs54
1917
1918         * src/prefs_logging.c
1919                 rework log window length widgets
1920                 and some sensitivity fixes
1921
1922 2007-06-11 [paul]       2.9.2cvs53
1923
1924         * src/mainwindow.c
1925         * src/prefs_logging.c
1926                 rename 'Protocol Log' to 'Network Log'
1927                 and some function renaming
1928
1929 2007-06-10 [wwp]        2.9.2cvs52
1930
1931         * src/gtk/pluginwindow.c
1932                 Revert 2.9.2cvs51.
1933
1934 2007-06-10 [wwp]        2.9.2cvs51
1935
1936         * src/gtk/pluginwindow.c
1937                 Fix button bar in plugin window, was centered and not
1938                 behaving like other dialogs w/ such button bar.
1939
1940 2007-06-08 [wwp]        2.9.2cvs50
1941
1942         * src/compose.c
1943         * src/compose.h
1944         * src/main.c
1945         * src/mainwindow.c
1946         * src/mainwindow.h
1947                 Provide a way out of automatic draft saving on IMAP, when
1948                 exiting offline.
1949                 Prevent drafting while sending and quitting while sending.
1950                 Thanks for Colin.
1951
1952
1953
1954 2007-06-08 [wwp]        2.9.2cvs49
1955
1956         * src/prefs_account.c
1957         * src/gtk/prefswindow.c
1958         * src/gtk/prefswindow.h
1959                 Activate the Basic page when opening account prefs.
1960
1961 2007-06-08 [wwp]        2.9.2cvs48
1962
1963         * src/common/socket.c
1964                 Don't crash if fork() fails, thanks to Colin.
1965
1966 2007-06-08 [wwp]        2.9.2cvs47
1967
1968         * src/gtk/prefswindow.c
1969                 Wrap some long lines, and reset horizontal scroller's adjusment
1970                 (this was already done, vertically), when changing tab (not page)
1971                 in prefs windows.
1972
1973 2007-06-08 [paul]       2.9.2cvs46
1974
1975         * src/common/utils.c
1976                 use gethostname() instead of uname()
1977                 based on a patch by Michael Hughes
1978                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1979
1980 2007-06-07 [wwp]        2.9.2cvs45
1981
1982         * src/prefs_common.c
1983                 Fix some useless warnings, thanks to Colin.
1984
1985 2007-06-06 [colin]      2.9.2cvs44
1986
1987         * src/ldapupdate.c
1988                 Fix strange allocations. 
1989
1990 2007-06-06 [colin]      2.9.2cvs43
1991
1992         * src/ldapupdate.c
1993                 Patch by Michael Rasmussus to help
1994                 bug 1232
1995
1996 2007-06-05 [wwp]        2.9.2cvs42
1997
1998         * src/prefs_account.c
1999         * src/prefs_folder_item.c
2000         * src/prefs_quote.c
2001         * src/quote_fmt.c
2002         * src/quote_fmt.h
2003                 Per-folder templates can now be applied recursively.
2004                 Always save per-folder templates (formats were erroneously
2005                 saved only if they were enabled).
2006                 Check for validity of quotation marks everywhere there
2007                 are defined.
2008
2009 2007-06-05 [wwp]        2.9.2cvs41
2010
2011         * src/inc.c
2012                 Fix incoming messages from local accounts always getting filtered
2013                 (even if the account prefs say don't), thanks to Colin.
2014
2015 2007-06-05 [wwp]        2.9.2cvs40
2016
2017         * src/compose.c
2018         * src/compose.h
2019                 Use per-folder/per-account quote chars when applying a
2020                 template or inserting text as well. Const'ify some
2021                 vars more.
2022
2023 2007-06-04 [colin]      2.9.2cvs39
2024
2025         * src/compose.c
2026                 More work for wwp :)
2027
2028 2007-06-04 [wwp]        2.9.2cvs38
2029
2030         * src/compose.c
2031                 Same as 2.9.2cvs36 but for forwarding.
2032
2033 2007-06-04 [colin]      2.9.2cvs37
2034
2035         * src/compose.c
2036                 Use original mail file for forward/redirect
2037                 Fixes some forwarded mails to be attached as
2038                 application/octet-stream (when they have binary
2039                 parts), and incidentally fixes bug 848
2040                 'Redirect breaks GnuPG'
2041
2042 2007-06-04 [wwp]        2.9.2cvs36
2043
2044         * src/compose.c
2045                 Fix quote mark mis-initialisation when replying/forwarding
2046                 (introduced w/ 2.9.2cvs20).
2047
2048 2007-06-04 [wwp]        2.9.2cvs35
2049
2050         * src/prefs_compose_writing.c
2051         * src/prefs_quote.c
2052                 Fix a bug where Quotation characters (prefs/compose/writing)
2053                 was cleared (introduced w/ 2.9.2cvs26).
2054
2055 2007-06-04 [wwp]        2.9.2cvs34
2056
2057         * src/prefs_account.c
2058         * src/prefs_account.h
2059                 Better fix for compiling w/o aspell (rollbacks
2060                 2.9.2cvs31).
2061
2062 2007-06-04 [wwp]        2.9.2cvs33
2063
2064         * src/account.c
2065         * src/prefs_account.c
2066         * src/prefs_account.h
2067         * src/procmsg.c
2068                 It's now possible to disable mail filtering plugins
2069                 on a per-account basis.
2070
2071 2007-06-04 [wwp]        2.9.2cvs32
2072
2073         * src/procheader.c
2074         * src/common/utils.c
2075         * src/common/utils.h
2076                 Support CRLF in headers part of messages.
2077                 Support few more date formats (RFC3339 subsets).
2078
2079 2007-06-04 [wwp]        2.9.2cvs31
2080
2081         * src/prefs_account.c
2082                 Fix compiling w/o aspell support.
2083
2084 2007-06-03 [wwp]        2.9.2cvs30
2085
2086         * src/prefs_gtk.c
2087                 Don't decode leading ENV_ and ~ in P_PASSWORD
2088                 values.
2089
2090 2007-06-03 [wwp]        2.9.2cvs29
2091
2092         * src/prefs_gtk.c
2093                 Don't decode leading ENV_ and ~ in P_PASSWORD
2094                 values.
2095
2096 2007-06-03 [wwp]        2.9.2cvs28
2097
2098         * src/prefs_account.c
2099         * src/gtk/prefswindow.c
2100         * src/gtk/prefswindow.h
2101                 Added a way to force preloading of all pages
2102                 (prefswindow).
2103                 Moved tabs to pages in account prefs.
2104
2105 2007-06-02 [colin]      2.9.2cvs27
2106
2107         * src/addressbook.c
2108                 Fix possible crash, fix ldap write bugs
2109         * src/ldapupdate.c
2110                 Fix ldap write bugs - patch by Michael
2111                 Rasmussen
2112         * src/alertpanel.c
2113         * src/alertpanel.h
2114                 Add a hook whenever alertpanel opens/closes
2115
2116 2007-05-31 [wwp]        2.9.2cvs26
2117
2118         * src/prefs_compose_writing.c
2119         * src/prefs_quote.c
2120                 Re-organized writing options a bit:
2121                  - renamed the Quoting page to Templates
2122                  - moved all composing templates to that page
2123                  - moved non-templates options to the Writing one,
2124                    grouped reply-related options, reordered reply and
2125                    forward options.
2126
2127 2007-05-31 [wwp]        2.9.2cvs25
2128
2129         * src/compose.c
2130                 Removed unused code.
2131
2132 2007-05-31 [colin]      2.9.2cvs24
2133
2134         * src/addressbook.c
2135                 Fix missing display name when modifying
2136                 LDAP. Patch by Michael Rasmussen
2137
2138 2007-05-31 [wwp]        2.9.2cvs23
2139
2140         * src/plugins/bogofilter/Makefile.am
2141         * src/plugins/clamav/Makefile.am
2142         * src/plugins/demo/Makefile.am
2143         * src/plugins/dillo_viewer/Makefile.am
2144         * src/plugins/spamassassin/Makefile.am
2145                 Fix building of those plugins in Mac OS X.
2146
2147 2007-05-30 [wwp]        2.9.2cvs22
2148
2149         * src/gtk/quicksearch.c
2150                 Fix missing initialization.
2151
2152 2007-05-30 [wwp]        2.9.2cvs21
2153
2154         * src/procheader.c
2155                 Revert accidental commit (debug outputs).
2156
2157 2007-05-30 [wwp]        2.9.2cvs20
2158
2159         * src/compose.c
2160         * src/folder_item_prefs.c
2161         * src/folder_item_prefs.h
2162         * src/prefs_account.c
2163         * src/prefs_account.h
2164         * src/prefs_folder_item.c
2165         * src/prefs_gtk.c
2166         * src/prefs_gtk.h
2167                 Implemented per-account and per-folder
2168                 compose/reply/forward formats.
2169
2170 2007-05-30 [wwp]        2.9.2cvs19
2171
2172         * src/prefs_compose_writing.c
2173         * src/prefs_quote.c
2174         * src/procheader.c
2175         * src/quote_fmt.c
2176         * src/quote_fmt.h
2177                 Internal API changes (factorize quote format
2178                 prefs and checks).
2179
2180 2007-05-30 [colin]      2.9.2cvs18
2181
2182         * src/compose.c
2183                 Fix race where it's possible to re-click Send
2184                 between end of SMTP session and end of "move to
2185                 sent folder" when sending an email with send
2186                 dialog enabled.
2187
2188 2007-05-30 [colin]      2.9.2cvs17
2189
2190         * src/crash.c
2191                 Ask for backtrace on all threads. Patch by
2192                 Pawel
2193         * src/folderview.c
2194                 Fix stale news statusbar when scanning fails.
2195                 Patch by Pawel
2196         * src/ldapupdate.c
2197                 Fix some LDAP write updates bugs. Patch
2198                 by Michael Rasmussen
2199
2200 2007-05-29 [colin]      2.9.2cvs16
2201
2202         * src/imap.c
2203                 Fix loss of local flags when moving mails
2204                 on IMAP in high-bandwidth mode (UID FETCH)
2205
2206 2007-05-25 [paul]       2.9.2cvs15
2207
2208         * src/common/socket.c
2209                 fix sometimes crasher on cancelling
2210                 message sending
2211
2212 2007-05-25 [colin]      2.9.2cvs14
2213
2214         * src/imap.c
2215                 Fix a memory leak
2216         * src/imap_gtk.c
2217                 Be more helpful in the subscription
2218                 message
2219
2220 2007-05-23 [wwp]        2.9.2cvs13
2221
2222         * src/compose.c
2223         * src/prefs_compose_writing.c
2224         * src/prefs_quote.c
2225         * src/prefs_template.c
2226         * src/prefs_template.h
2227         * src/quote_fmt.c
2228         * src/quote_fmt.h
2229         * src/quote_fmt_lex.l
2230         * src/quote_fmt_parse.y
2231                 Introduced new syntax elements (symbols and commands)
2232                 in templates/quote_fmt. Compatibility w/ old
2233                 symbols is kept.
2234                 Updated and reworked the corresponding Information
2235                 dialog.
2236                 Display the line number in dialogs that talk about
2237                 parser errors (in addition to the error message in
2238                 output).
2239
2240 2007-05-23 [wwp]        2.9.2cvs12
2241
2242         * src/quote_fmt_parse.y
2243                 Fix 2.9.2cvs11, probably a paste accident ;).
2244
2245 2007-05-23 [wwp]        2.9.2cvs11
2246
2247         * src/compose.c
2248         * src/prefs_template.c
2249         * src/quote_fmt.h
2250         * src/quote_fmt_parse.y
2251                 Fix 2.9.2cvs10, which broke --disable-aspell.
2252
2253 2007-05-22 [wwp]        2.9.2cvs10
2254
2255         * src/compose.c
2256         * src/prefs_template.c
2257         * src/quote_fmt.c
2258         * src/quote_fmt.h
2259         * src/quote_fmt_lex.l
2260         * src/quote_fmt_parse.y
2261         * src/gtk/gtkaspell.c
2262         * src/gtk/gtkaspell.h
2263                 Added template/quote format syntactical elements
2264                 to show and query:
2265                         - current dictionary
2266                           %T to show (shows empty if not set or not enabled),
2267                           ?T and !T to check if the default dictionary is
2268                           enabled and set
2269                         - current account's default dictionary
2270                           %aT to show (empty if not set or not enabled),
2271                           ?aT and !aT to check if it's enabled and set
2272                         - name completion for an address, from the address
2273                           book
2274                           %ABf, %ABt, %ABc respectively show the full name got
2275                           from the address book if From, To or Cc match a single
2276                           contact.
2277                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2278                           matches any contact and if the full name is non-empty.
2279                           If From, To or Cc are lists of email addresses, only
2280                           the first address will be checked.
2281                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2282                 that could show a trailing ','.
2283                 Also, template/quote_fmt parser now shows the line number in case
2284                 of parser error.
2285
2286 2007-05-15 [colin]      2.9.2cvs9
2287
2288         * src/main.c
2289         * src/main.h
2290                 Add a public function to know whether Claws
2291                 crashed last time
2292                 Store opened folder when exiting
2293         * src/folder.c
2294         * src/folder.h
2295                 Store last opened message in each FolderItem;
2296                 Reset last seen messages if Claws crashed, so 
2297                 that one can't go in an infinite crash in case 
2298                 a particular mail crashes Claws.
2299         * src/messageview.c
2300         * src/prefs_common.c
2301         * src/prefs_common.h
2302         * src/summaryview.c
2303         * src/prefs_summaries.c
2304                 Add "Select last opened message" when entering
2305                 a folder
2306                 Add "Select last opened folder" at startup.
2307
2308 2007-05-14 [colin]      2.9.2cvs8
2309
2310         * manual/xml2pdf
2311                 Fix bashism, search for xml catalog 
2312                 in /usr/local/share/xml/catalog too
2313                 Patch by Pawel
2314
2315 2007-05-13 [wwp]        2.9.2cvs7
2316
2317         * src/gtk/logwindow.c
2318                 fix raising log windows when they are either minimized or
2319                 in background.
2320
2321 2007-05-11 [colin]      2.9.2cvs6
2322
2323         * src/gtk/filesel.c
2324                 Use Hildon's file chooser on Maemo. Patch
2325                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2326                 'File attachment "manipulation" bugs...'
2327
2328 2007-05-10 [wwp]        2.9.2cvs5
2329
2330         * src/prefs_common.c
2331         * src/prefs_common.h
2332         * src/gtk/quicksearch.c
2333                 Add a quicksearch option to automatically run
2334                 a search selected from the history (this option
2335                 is exclusive towards type-ahead).
2336
2337 2007-05-10 [colin]      2.9.2cvs4
2338
2339         * src/imap.c
2340                 Fix g_warnings, thanks to Brian
2341                 Morrison
2342
2343 2007-05-09 [colin]      2.9.2cvs3
2344
2345         * src/crash.c
2346         * src/exporthtml.c
2347         * src/mbox.c
2348         * src/prefs_summaries.c
2349         * src/procheader.c
2350         * src/common/log.c
2351         * src/common/utils.c
2352         * src/gtk/gtksourceprintjob.c
2353         * src/gtk/sslcertwindow.c
2354                 Use the re-entrant variant of time functions
2355                 Probably fixes bug 1217, 'reentrancy problems 
2356                 with time functions'
2357
2358 2007-05-09 [colin]      2.9.2cvs2
2359
2360         * src/imap.c
2361                 Fix crasher when reconnection fails
2362
2363 2007-05-08 [paul]       2.9.2cvs1
2364
2365         * NEWS
2366         * README
2367         * RELEASE_NOTES
2368         * configure.ac
2369                 bump version number following
2370                 stable release
2371
2372 2007-05-08 [paul]       2.9.1cvs48
2373
2374         * src/plugins/demo/demo.c
2375         * src/plugins/dillo_viewer/dillo_prefs.c
2376         * src/plugins/dillo_viewer/dillo_prefs.h
2377         * src/plugins/dillo_viewer/dillo_viewer.c
2378         * src/plugins/pgpcore/pgp_viewer.c
2379         * src/plugins/pgpcore/pgp_viewer.h
2380         * src/plugins/pgpcore/plugin.c
2381         * src/plugins/pgpcore/prefs_gpg.c
2382         * src/plugins/pgpcore/prefs_gpg.h
2383         * src/plugins/pgpcore/sgpgme.c
2384         * src/plugins/pgpcore/sgpgme.h
2385         * src/plugins/pgpinline/plugin.c
2386         * src/plugins/pgpmime/pgpmime.c
2387         * src/plugins/pgpmime/pgpmime.h
2388         * src/plugins/pgpmime/plugin.c
2389         * src/plugins/spamassassin/spamassassin.c
2390         * src/plugins/spamassassin/spamassassin.h
2391         * src/plugins/spamassassin/spamassassin_gtk.c
2392         * src/plugins/trayicon/README
2393         * tools/README
2394         * tools/README.sylprint
2395         * tools/outlook2claws-mail.pl
2396         * tools/sylprint.pl
2397         * tools/tb2claws-mail
2398         * tools/tbird2claws.py
2399         * tools/update-po
2400         * tools/vcard2xml.py
2401         * tools/kdeservicemenu/README
2402                 cleanups and corrections
2403
2404 2007-05-06 [wwp]        2.9.1cvs47
2405
2406         * tools/uudec
2407                 Fix missing dash to `display` command-line, reported
2408                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2409
2410 2007-05-06 [colin]      2.9.1cvs46
2411
2412         * src/Makefile.am
2413         * src/stock_pixmap.c
2414         * src/stock_pixmap.h
2415         * src/pixmaps/printer.xpm
2416                 Add a printer icon
2417
2418 2007-05-06 [paul]       2.9.1cvs45
2419
2420         * src/compose.c
2421         * src/ldapquery.c
2422         * src/privacy.h
2423         * src/summary_search.c
2424         * src/summaryview.c
2425                 fix build warnings
2426
2427 2007-05-05 [wwp]        2.9.1cvs44
2428
2429         * src/messageview.c
2430         * src/mh.c
2431         * src/prefs_actions.c
2432         * src/prefs_gtk.c
2433         * src/summaryview.c
2434         * src/common/xml.c
2435                 Fix "faild" typos everywhere and capitalization of
2436                 some g_warnings.
2437
2438 2007-05-04 [colin]      2.9.1cvs43
2439
2440         * src/compose.c
2441         * src/privacy.c
2442         * src/privacy.h
2443         * src/plugins/pgpcore/prefs_gpg.c
2444         * src/plugins/pgpcore/prefs_gpg.h
2445         * src/plugins/pgpinline/pgpinline.c
2446         * src/plugins/pgpmime/pgpmime.c
2447                 Add an API to warn about encryption limits,
2448                 and allow to disable these warnings
2449
2450 2007-05-03 [colin]      2.9.1cvs42
2451
2452         * src/summaryview.c
2453         * src/mainwindow.c
2454                 Fix bug 1213, 'Delete more than 
2455                 one thread at once'
2456
2457 2007-05-03 [wwp]        2.9.1cvs41
2458
2459         * src/prefs_common.c
2460         * src/prefs_filtering.c
2461         * src/prefs_template.c
2462         * src/common/template.c
2463         * src/common/template.h
2464         * src/gtk/gtkutils.c
2465         * src/gtk/gtkutils.h
2466                 Templates are no longer automatically sorted
2467                 by name, but can be sorted manually using
2468                 |< < > >| buttons as well as drag'n'drop.
2469
2470 2007-05-03 [wwp]        2.9.1cvs40
2471
2472         * src/plugins/spamassassin/spamassassin.c
2473         * src/plugins/spamassassin/spamassassin.h
2474         * src/plugins/spamassassin/spamassassin_gtk.c
2475         * src/plugins/bogofilter/bogofilter.c
2476         * src/plugins/bogofilter/bogofilter.h
2477         * src/plugins/bogofilter/bogofilter_gtk.c
2478                 Added an option to conditionally mark saved spam
2479                 as read (default is and was to do so).
2480                 Satisfies feature request 1708539 on sf.net tracker.
2481
2482 2007-05-03 [colin]      2.9.1cvs39
2483
2484         * src/inc.c
2485                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2486
2487 2007-05-02 [colin]      2.9.1cvs38
2488
2489         * src/textview.c
2490                 Fix bug 1209, 'Clicking on address 
2491                 in header (mailto uri) selects 
2492                 default account'. Patch adapted from
2493                 G.P. Halkes' patch.
2494
2495 2007-05-02 [colin]      2.9.1cvs37
2496
2497         * src/grouplistdialog.c
2498                 Set cursor to wait cursor while loading
2499                 groups.
2500
2501 2007-05-02 [paul]       2.9.1cvs36
2502
2503         * src/folder.c
2504         * src/common/defs.h
2505                 rename cache and mark files
2506                 (data is preserved)
2507
2508 2007-04-30 [paul]       2.9.1cvs35
2509
2510         * manual/glossary.xml
2511         * manual/plugins.xml
2512                 updates. Patch by Ricardo
2513
2514 2007-04-29 [wwp]        2.9.1cvs34
2515
2516         * src/mainwindow.c
2517         * configure.ac
2518                 Fix few grammatical errors (patch by David Relson < relson at
2519                 osagesoftware dot com >).
2520
2521 2007-04-28 [colin]      2.9.1cvs33
2522
2523         * src/account.c
2524         * src/pop.c
2525         * src/prefs_account.c
2526         * src/prefs_account.h
2527                 Drop the "Download all" preference. It's
2528                 stupidly useless and confuses people from
2529                 time to time.
2530
2531 2007-04-27 [wwp]        2.9.1cvs32
2532
2533         * src/account.c
2534         * src/prefs_account.c
2535         * src/prefs_account.h
2536                 Don't reflect accounts changes to the mainwindow when it's
2537                 not necessary.
2538
2539 2007-04-27 [colin]      2.9.1cvs31
2540
2541         * src/folder.c
2542                 Freeze/thaw when sync'ing flags
2543         * src/imap.c
2544         * src/prefs_account.c
2545         * src/prefs_account.h
2546         * src/etpan/imap-thread.c
2547         * src/etpan/imap-thread.h
2548                 Add a way to use UID FETCH instead
2549                 of searches to fetch message lists
2550                 and flags. More expensive towards
2551                 bandwidth, less expensive towards
2552                 server's CPU. Probably fixes 
2553                 bug 1158, 'Scanning new folders on 
2554                 Exchange 2007 extremely slow'.
2555                 Patch 95% by Hoa.
2556
2557 2007-04-27 [paul]       2.9.1cvs30
2558
2559         * src/mainwindow.c
2560         * src/prefs_logging.c
2561                 improvements to english usage
2562
2563 2007-04-27 [colin]      2.9.1cvs29
2564
2565         * src/imap.c
2566                 Fix build without libetpan (my bad!)
2567
2568 2007-04-26 [colin]      2.9.1cvs28
2569
2570         * src/imap.c
2571         * src/imap.h
2572                 Fix uselessly exported function
2573         * src/textview.c
2574                 Consider "- -- \n" as signature separator
2575                 (that's what signature separators look like
2576                  in PGP/Inline signed mails)
2577
2578 2007-04-26 [colin]      2.9.1cvs27
2579
2580         * configure.ac
2581                 libetpan-0.49 is now required
2582         * src/procmime.c
2583                 Fix double fetching of mails if
2584                 first try failed
2585         * src/imap.c
2586                 Make offline sync faster, by
2587                 remembering last change time, and
2588                 last sync time.
2589
2590 2007-04-26 [hoa]        2.9.1cvs26
2591
2592         * src/imap.c
2593         * src/imap.h
2594         * src/mainwindow.c
2595         * src/toolbar.c
2596         * src/etpan/imap-thread.c
2597         * src/etpan/imap-thread.h
2598                 cancellation of IMAP operations is now allowed.
2599                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2600
2601 2007-04-26 [colin]      2.9.1cvs25
2602
2603         * src/folder.c
2604                 Always fetch body+headers in folders that are
2605                 synched for offline use, if "Synchronise as
2606                 soon as possible" is set.
2607                 Fixes bug 1200, 'Add option to always retrieve full 
2608                 messages'
2609
2610 2007-04-25 [colin]      2.9.1cvs24
2611
2612         * src/compose.c
2613                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2614                 persists...'
2615
2616 2007-04-24 [colin]      2.9.1cvs23
2617
2618         * src/folderview.c
2619                 Fix bug 1195, 'Hardware key navigation' 
2620                 Make GDK_Enter toggle expansion (Maemo)
2621
2622 2007-04-24 [wwp]        2.9.1cvs22
2623
2624         * src/compose.c
2625                 Fix few compiler warnings.
2626
2627 2007-04-24 [paul]       2.9.1cvs21
2628
2629         * src/Makefile.am
2630         * src/stock_pixmap.c
2631         * src/stock_pixmap.h
2632                 complete last commit
2633
2634 2007-04-24 [paul]       2.9.1cvs20
2635
2636         * src/gtk/about.c
2637         * src/pixmaps/active.xpm
2638         * src/pixmaps/checkbox_off.xpm
2639         * src/pixmaps/checkbox_on.xpm
2640         * src/pixmaps/inactive.xpm
2641                 kick out the blobs
2642                 remove transparent border from checkbox icons
2643
2644 2007-04-24 [wwp]        2.9.1cvs19
2645
2646         * src/textview.c
2647         * src/textview.h
2648                 Fix a crash in textview, thanks to Colin.
2649
2650 2007-04-23 [wwp]        2.9.1cvs18
2651
2652         * src/prefs_common.c
2653                 Fix 2.9.1cvs5: no header was being translated at all.
2654
2655 2007-04-23 [colin]      2.9.1cvs17
2656
2657         * src/Makefile.am
2658         * src/stock_pixmap.c
2659         * src/stock_pixmap.h
2660         * src/summaryview.c
2661         * src/summaryview.h
2662         * src/gtk/gtksctree.c
2663         * src/gtk/gtksctree.h
2664         * src/pixmaps/selection.xpm
2665                 Fix bug 1193, 'Need a way to multi-select
2666                 items'. Add a toggle button to the summaryview
2667                 to switch between normal and multiple selection
2668                 (Maemo)
2669
2670 2007-04-23 [colin]      2.9.1cvs16
2671
2672         * src/Makefile.am
2673         * src/stock_pixmap.c
2674         * src/stock_pixmap.h
2675         * src/summaryview.c
2676         * src/summaryview.h
2677         * src/gtk/gtksctree.c
2678         * src/gtk/gtksctree.h
2679         * src/pixmaps/selection.xpm
2680                 Fix bug 1193, 'Need a way to multi-
2681                 select items'
2682                 Add a toggle button in the summaryview
2683                 to enable normal or multiple selection.
2684                 (Maemo)
2685
2686 2007-04-23 [colin]      2.9.1cvs15
2687
2688         * src/compose.c
2689                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2690
2691 2007-04-21 [colin]      2.9.1cvs14
2692
2693         * src/gtk/quicksearch.c
2694                 Fix previous commit (actually use correct
2695                 parameter)
2696
2697 2007-04-21 [colin]      2.9.1cvs13
2698
2699         * src/gtk/quicksearch.c
2700                 Fix changing quicksearch type (after Esc,
2701                 after changing Recursive, ...)
2702
2703 2007-04-20 [wwp]        2.9.1cvs12
2704
2705         * src/gtk/Makefile.am
2706                 Added headers.h (completes 2.9.1cvs5).
2707
2708 2007-04-20 [wwp]        2.9.1cvs11
2709
2710         * src/addressbook.c
2711                 Fix the use of display name in name column,
2712                 it has been overriden w/ the use of nickname
2713                 by 2.9.0cvs3. Now nickname is used (if any)
2714                 in case of LDAP books only.
2715
2716 2007-04-20 [colin]      2.9.1cvs10
2717
2718         * src/mimeview.c
2719         * src/summaryview.c
2720         * src/textview.c
2721                 Add handling of 'a' to loop in a mail's
2722                 mimeparts
2723
2724 2007-04-20 [colin]      2.9.1cvs9
2725
2726         * src/toolbar.c
2727                 Fix bug 1190, 'dir_open' button doesn't work'
2728                 (Maemo)
2729
2730 2007-04-20 [colin]      2.9.1cvs8
2731
2732         * src/folderview.c
2733         * src/mainwindow.c
2734                 Fix bug 1194, 'Hardware keys move from email 
2735                 list to account/directory list, but not back 
2736                 to email list...' (Maemo)
2737
2738 2007-04-20 [colin]      2.9.1cvs7
2739
2740         * src/compose.h
2741                 complete previous commit
2742
2743 2007-04-20 [colin]      2.9.1cvs6
2744
2745         * src/compose.c
2746                 Fix bug 1187, 'Reply-to addressee disappears 
2747                 when reply-to text box is clicked...' (Maemo)
2748
2749 2007-04-20 [wwp]        2.9.1cvs5
2750
2751         * po/POTFILES.in
2752         * src/addressbook.c
2753         * src/compose.c
2754         * src/filtering.c
2755         * src/headerview.c
2756         * src/matcher.c
2757         * src/prefs_common.c
2758         * src/prefs_common.h
2759         * src/prefs_display_header.c
2760         * src/prefs_matcher.c
2761         * src/summaryview.c
2762         * src/gtk/headers.h
2763         * src/gtk/quicksearch.c
2764                 Translate more header names according to the relevant option value,
2765                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2766                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2767                 to prefs_common_translated_header_name().
2768                 Added a headers.h reference file that contains known header names
2769                 (RFC2822 and others) to the translation process' input, so that
2770                 translated header names will still exist even if no occurrence of
2771                 _("headername") is found anymore in the sources.
2772                 Don't translate column name 'Number' following to trans_hdr option
2773                 value as it's not a header name.
2774
2775 2007-04-20 [colin]      2.9.1cvs4
2776
2777         * src/gtk/quicksearch.c
2778         * src/gtk/quicksearch.h
2779                 Add "From, To or Subject" quicksearch
2780                 type. Patch by ulfschaper@users.sf.net
2781
2782 2007-04-20 [colin]      2.9.1cvs3
2783
2784         * src/matcher.c
2785                 Implement proper references filtering condition.
2786                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2787
2788 2007-04-19 [wwp]        2.9.1cvs2
2789
2790         * src/prefs_display_header.c
2791         * src/message_search.c
2792                 Fix few warnings (g_free of const gchar*).
2793
2794 2007-04-19 [paul]       2.9.1cvs1
2795
2796         * NEWS
2797         * README
2798         * RELEASE_NOTES
2799         * configure.ac
2800                 bump version number following
2801                 stable release
2802
2803 2007-04-19 [paul]       2.9.0cvs9
2804
2805         * manual/advanced.xml
2806         * manual/glossary.xml
2807                 fix typos
2808
2809 2007-04-18 [paul]       2.9.0cvs8
2810
2811         * src/pop.c
2812                 fix for CVE-2007-1558 (APOP)
2813                 Thanks to Colin
2814
2815 2007-04-18 [paul]       2.9.0cvs7
2816
2817         * src/messageview.c
2818         * src/mimeview.c
2819         * src/summaryview.c
2820         * src/gtk/filesel.c
2821                 Fix encoding woes wrt saving of
2822                 mails and parts
2823                 Thanks to Colin
2824
2825 2007-04-18 [colin]      2.9.0cvs6
2826
2827         * src/gtk/pluginwindow.c
2828                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2829
2830 2007-04-17 [wwp]        2.9.0cvs5
2831
2832         * src/addressadd.c
2833         * src/addressbook.c
2834         * src/addrindex.c
2835         * src/ldapupdate.c
2836                 Fix --disable-ldap build,
2837                 fix some LDAP annoyances on 
2838                 searches, thanks to Colin.
2839
2840 2007-04-17 [wwp]        2.9.0cvs4
2841
2842         * src/ldapupdate.c
2843                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2844                 like gcc 2.9x. Thanks to Colin.
2845
2846 2007-04-17 [wwp]        2.9.0cvs3
2847
2848         * src/Makefile.am
2849         * src/addressadd.c
2850         * src/addressbook.c
2851         * src/addrindex.c
2852         * src/addritem.c
2853         * src/addritem.h
2854         * src/editaddress.c
2855         * src/ldapctrl.c
2856         * src/ldapctrl.h
2857         * src/ldapquery.c
2858         * src/ldapserver.c
2859         * src/ldapserver.h
2860         * src/ldapupdate.c
2861         * src/ldapupdate.h
2862                 Add LDAP write support. Patch mostly by 
2863                 Michael <mir at datanom dot net>
2864
2865 2007-04-17 [wwp]        2.9.0cvs2
2866
2867         * src/compose.c
2868                 Prepend "Add to address book" to the context menu of compose window's sender and
2869                 recipient fields.
2870
2871 2007-04-16 [paul]       2.9.0cvs1
2872
2873         * src/gtk/authors.h
2874                 add Pader Rezso
2875
2876 2007-04-16 [paul]       2.9.0
2877
2878         * NEWS
2879         * README
2880         * RELEASE_NOTES
2881                 2.9.0 released
2882
2883 2007-04-16 [paul]       2.8.1cvs102
2884
2885         * po/fr.po
2886                 updated by Fabien Vantard
2887
2888 2007-04-16 [paul]       2.8.1cvs101
2889
2890         * po/ca.po
2891         * po/cs.po
2892         * po/de.po
2893         * po/hu.po
2894         * po/pl.po
2895         * po/pt_BR.po
2896         * po/sr.po
2897         * po/zh_CN.po
2898                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2899                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2900                 Aleksandar Urosevic, and Ralgh Young
2901
2902 2007-04-15 [mones]      2.8.1cvs100
2903
2904         * po/es.po
2905                 Updated for release
2906
2907 2007-04-14 [colin]      2.8.1cvs99
2908
2909         * src/message_search.c
2910         * src/prefs_display_header.c
2911         * src/summary_search.c
2912         * src/gtk/combobox.c
2913                 Fix allocations
2914
2915 2007-04-14 [wwp]        2.8.1cvs98
2916
2917         * src/gtk/combobox.c
2918         * src/message_search.c
2919         * src/summary_search.c
2920         * src/prefs_display_header.c
2921                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2922                 returns NULL, get the text value directly from the GtkEntry child.
2923
2924 2007-04-13 [colin]      2.8.1cvs97
2925
2926         * src/gtk/quicksearch.c
2927                 Give the focus back to summaryview when
2928                 emptying the quicksearch with Esc
2929
2930 2007-04-13 [colin]      2.8.1cvs96
2931
2932         * src/message_search.c
2933         * src/prefs_display_header.c
2934         * src/summary_search.c
2935                 Fix possibles crashes when getting text
2936                 from gtk combos
2937
2938 2007-04-13 [colin]      2.8.1cvs95
2939
2940         * src/pop.c
2941                 Add some UIDL debugging
2942
2943 2007-04-12 [colin]      2.8.1cvs94
2944
2945         * src/folder.c
2946                 Force folder scan if necessary after
2947                 copying mails, to be able to reapply
2948                 flags.
2949
2950 2007-04-11 [colin]      2.8.1cvs93
2951
2952         * src/main.c
2953                 don't scan for new mail on startup if --select
2954                 is specified (or race conditions arise). If so,
2955                 do both sequentially.
2956
2957 2007-04-09 [colin]      2.8.1cvs92
2958
2959         * src/common/defs.h
2960                 Use leafpad by default on Maemo. Patch
2961                 by Jean-Luc Biord.
2962
2963 2007-04-06 [colin]      2.8.1cvs91
2964
2965         * src/pixmaps/queue_close.xpm
2966         * src/pixmaps/queue_close_hrm.xpm
2967         * src/pixmaps/queue_close_hrm_mark.xpm
2968         * src/pixmaps/queue_close_mark.xpm
2969         * src/pixmaps/queue_open.xpm
2970         * src/pixmaps/queue_open_hrm.xpm
2971         * src/pixmaps/queue_open_hrm_mark.xpm
2972         * src/pixmaps/queue_open_mark.xpm
2973                 Move the clock one pixel down :)
2974
2975 2007-04-05 [colin]      2.8.1cvs90
2976
2977         * src/mainwindow.c
2978                 Don't sync when switching offline from
2979                 command line - it's usually too late :)
2980
2981 2007-04-05 [paul]       2.8.1cvs89
2982
2983         * src/Makefile.am
2984         * src/stock_pixmap.c
2985         * src/pixmaps/dir_close_hrm.xpm
2986         * src/pixmaps/dir_close_hrm_mark.xpm
2987         * src/pixmaps/drafts_close.xpm
2988         * src/pixmaps/drafts_close_mark.xpm
2989         * src/pixmaps/drafts_open.xpm
2990         * src/pixmaps/drafts_open_mark.xpm
2991         * src/pixmaps/inbox.xpm
2992         * src/pixmaps/inbox_close.xpm
2993         * src/pixmaps/inbox_close_hrm.xpm
2994         * src/pixmaps/inbox_close_hrm_mark.xpm
2995         * src/pixmaps/inbox_close_mark.xpm
2996         * src/pixmaps/inbox_hrm.xpm
2997         * src/pixmaps/inbox_hrm_mark.xpm
2998         * src/pixmaps/inbox_mark.xpm
2999         * src/pixmaps/inbox_open.xpm
3000         * src/pixmaps/inbox_open_hrm.xpm
3001         * src/pixmaps/inbox_open_hrm_mark.xpm
3002         * src/pixmaps/inbox_open_mark.xpm
3003         * src/pixmaps/outbox.xpm
3004         * src/pixmaps/outbox_close.xpm
3005         * src/pixmaps/outbox_close_hrm.xpm
3006         * src/pixmaps/outbox_close_hrm_mark.xpm
3007         * src/pixmaps/outbox_close_mark.xpm
3008         * src/pixmaps/outbox_hrm.xpm
3009         * src/pixmaps/outbox_hrm_mark.xpm
3010         * src/pixmaps/outbox_mark.xpm
3011         * src/pixmaps/outbox_open.xpm
3012         * src/pixmaps/outbox_open_hrm.xpm
3013         * src/pixmaps/outbox_open_hrm_mark.xpm
3014         * src/pixmaps/outbox_open_mark.xpm
3015         * src/pixmaps/queue_close.xpm
3016         * src/pixmaps/queue_close_hrm.xpm
3017         * src/pixmaps/queue_close_hrm_mark.xpm
3018         * src/pixmaps/queue_close_mark.xpm
3019         * src/pixmaps/queue_open.xpm
3020         * src/pixmaps/queue_open_hrm.xpm
3021         * src/pixmaps/queue_open_hrm_mark.xpm
3022         * src/pixmaps/queue_open_mark.xpm
3023                 updated, added and replaced icons
3024                 Icons by Colin
3025
3026 2007-04-04 [colin]      2.8.1cvs88
3027
3028         * src/imap.c
3029                 Fix build without libetpan
3030
3031 2007-04-03 [colin]      2.8.1cvs87
3032
3033         * src/imap.c
3034                 Fix crash with Citadel, and try to make
3035                 things work. this server (and specifically 
3036                 STATUS and APPEND at least) seems broken.
3037
3038 2007-04-03 [colin]      2.8.1cvs86
3039
3040         * src/folderview.c
3041                 Fix icons on folder close
3042
3043 2007-04-03 [colin]      2.8.1cvs85
3044
3045         * src/inc.c
3046                 Fix double-ask of offline override in
3047                 certain cases
3048         * src/imap.c
3049         * src/imap.h
3050         * src/imap_gtk.c
3051                 Much more efficient way to synchronise
3052                 for offline use
3053         * src/etpan/imap-thread.c
3054                 Fix possible segs
3055         * src/folder.c
3056         * src/gtk/quicksearch.c
3057                 Fix some GUI lags
3058
3059 2007-04-03 [paul]       2.8.1cvs84
3060
3061         * src/filtering.c
3062         * src/folder.c
3063         * src/folder.h
3064         * src/prefs_common.c
3065         * src/prefs_common.h
3066         * src/prefs_other.c
3067                 Fix sync being done too late
3068                 Thanks to Colin
3069
3070 2007-04-02 [colin]      2.8.1cvs83
3071
3072         * src/summaryview.c
3073                 Maemo: Put status and quicksearch at the top
3074         * src/plugins/bogofilter/bogofilter.c
3075         * src/plugins/spamassassin/spamassassin.c
3076                 Derive trash from inbox if possible
3077
3078 2007-04-02 [paul]       2.8.1cvs82
3079
3080         * src/plugins/bogofilter/bogofilter_gtk.c
3081                 a few English changes
3082
3083 2007-04-02 [paul]
3084
3085         2.9.0-rc1 released
3086
3087 2007-04-02 [colin]      2.8.1cvs81
3088
3089         * src/image_viewer.c
3090                 Fix transparent images by using
3091                 GtkImage
3092         * src/messageview.c
3093                 Flush events (on new windows) to avoid
3094                 having the textview's image resize fail
3095                 to know the available width
3096
3097 2007-04-01 [colin]      2.8.1cvs80
3098
3099         * src/prefs_account.c
3100                 If no MH mailbox exist, when creating a POP/Local
3101                 account, just create and use the default one 
3102                 instead of bailing with a "Mailbox doesn't exist"
3103                 error
3104
3105 2007-03-31 [colin]      2.8.1cvs79
3106
3107         * src/prefs_account.c
3108                 Create signature file if it doesn't exist
3109                 before editing
3110         * src/prefs_toolbar.c
3111                 Maemo: Move "Use default" on the left so
3112                 that people can find it
3113         * src/common/defs.h
3114                 Maemo: make default editor "Maemopad", 
3115                 default signature file "MyDocs/signature.txt"
3116
3117 2007-03-31 [colin]      2.8.1cvs78
3118
3119         * src/prefs_account.c
3120                 Maemo: rework account prefs so
3121                 that less horizontal scrolling
3122                 is required
3123
3124 2007-03-31 [colin]      2.8.1cvs77
3125
3126         * src/folderview.c
3127         * src/prefs_common.c
3128         * src/prefs_common.h
3129                 Fix bug 1167, 'Allow not displaying zeros 
3130                 in folder list'. Patch by MartinP
3131
3132 2007-03-31 [colin]      2.8.1cvs76
3133
3134         * AUTHORS
3135                 Add Jean-Luc Biord
3136
3137 2007-03-31 [colin]      2.8.1cvs75
3138
3139         * src/imap.c
3140                 Apply patch from bug 1172, direct
3141                 access to the folder's session instead
3142                 of using getter. Patch by MartinP
3143
3144 2007-03-31 [paul]       2.8.1cvs74
3145
3146         * src/gtk/authors.h
3147                 no need to list Fabien twice!
3148
3149 2007-03-31 [colin]      2.8.1cvs73
3150
3151         * src/inc.c
3152                 If we're currently "overriding for %d minutes",
3153                 don't ask
3154
3155 2007-03-31 [colin]      2.8.1cvs72
3156
3157         * src/compose.c
3158         * src/imap.c
3159         * src/inc.c
3160         * src/inc.h
3161         * src/messageview.c
3162         * src/news.c
3163         * src/plugins/spamassassin/spamassassin.c
3164                 Offline override: Add a parameter to allow
3165                 asking even if the override timer is running.
3166                 Allows to ask every time the user makes an
3167                 explicit action needing online access (such
3168                 as Get Mail), and not when the action is 
3169                 implicit (such as opening an IMAP folder)
3170
3171 2007-03-31 [colin]      2.8.1cvs71
3172
3173         * src/inc.c
3174                 Override offline: "No" answer shouldn't
3175                 re-ask after 3 seconds, but 10 minutes. 
3176
3177 2007-03-30 [colin]      2.8.1cvs70
3178
3179         * src/common/socket.c
3180                 Better error reporting on unix socket
3181                 failure (bind usually)
3182         * src/gtk/gtkutils.c
3183         * src/gtk/gtkutils.h
3184                 Label window: add a pulsing progress
3185                 bar to show we're not hung :)
3186         * src/folderview.c
3187         * src/main.c
3188         * src/plugins/pgpcore/sgpgme.c
3189                 Update API
3190
3191 2007-03-30 [colin]      2.8.1cvs69
3192
3193         * src/pop.c
3194         * src/prefs_common.c
3195                 Fix possible trashing of history and uidl
3196                 files on disk full problems
3197
3198 2007-03-30 [paul]       2.8.1cvs68
3199
3200         * src/mainwindow.c
3201         * src/summaryview.c
3202         * src/summaryview.h
3203                 update summary when changing layout type
3204                 (fixes wrong folder icon being displayed)
3205                 Thanks to Colin
3206
3207 2007-03-29 [colin]      2.8.1cvs67
3208
3209         * src/prefs_ext_prog.c
3210                 The browser pref is irrelevant on Maemo
3211
3212 2007-03-29 [colin]      2.8.1cvs66
3213
3214         * src/compose.c
3215         * src/compose.h
3216                 Maemo: dynamically switch headers/text position
3217         * src/prefs_common.c
3218                 Maemo: hide compose's ruler by default
3219         * src/common/socket.c
3220         * src/common/socket.h
3221                 Fix build warning
3222
3223 2007-03-29 [colin]      2.8.1cvs65
3224
3225         * src/common/socket.c
3226         * src/common/socket.h
3227                 Fix build when MAEMO_CFLAGS contains
3228                 _X_OPENSOURCE (resolv.h errors as long
3229                 as we don't add _BSD_SOURCE. Ugly).
3230
3231 2007-03-29 [wwp]        2.8.1cvs64
3232
3233         * src/prefs_logging.c
3234                 Fix sensitivity of clip-log widgets in prefs/logging,
3235                 thanks to Fabien.
3236
3237 2007-03-29 [wwp]        2.8.1cvs63
3238
3239         * po/POTFILES.in
3240                 Updated files list for translations, thanks to Fabien.
3241
3242 2007-03-29 [colin]      2.8.1cvs62
3243
3244         * src/main.c
3245         * src/common/Makefile.am
3246         * src/common/utils.c
3247                 Maybe make URI opening work in Maemo
3248                 Requires testing :)
3249
3250 2007-03-28 [colin]      2.8.1cvs61
3251
3252         * src/folder.c
3253         * src/folder.h
3254         * src/folderview.c
3255                 Add the possibility to sort folders arbitrarily
3256                 (via editing of folderlist.xml only). Patch by
3257                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3258                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3259                 be changed by the user'
3260
3261 2007-03-28 [colin]      2.8.1cvs60
3262
3263         * src/mimeview.c
3264                 Add popup menu for mime icons
3265
3266 2007-03-28 [colin]      2.8.1cvs59
3267
3268         * src/mainwindow.c
3269                 Fix a layout issue when presenting
3270                 mainwindow in Small screen layout
3271         * src/toolbar.c
3272         * src/toolbar.h
3273                 Add a "Go to folder list" button for
3274                 mainwindow, and make it default in
3275                 the Maemo build
3276
3277 2007-03-28 [colin]      2.8.1cvs58
3278
3279         * src/compose.c
3280                 Don't dynamically update title on Maemo
3281                 Patch by Jean-Luc Biord
3282
3283 2007-03-27 [colin]      2.8.1cvs57
3284
3285         * src/compose.c
3286         * src/folderview.c
3287         * src/summaryview.c
3288                 Enable tap-and-hold on Maemo
3289
3290 2007-03-26 [colin]      2.8.1cvs56
3291
3292         * src/compose.c
3293                 More popup-menu (in attachments list)
3294
3295 2007-03-26 [colin]      2.8.1cvs55
3296
3297         * src/compose.c
3298                 Enable popup-menu signal
3299
3300 2007-03-26 [colin]      2.8.1cvs54
3301
3302         * src/plugins/pgpinline/pgpinline.c
3303                 Fix bug 1111, 'PGP/inline plugin hides text 
3304                 around encrypted text block'. Patch based on
3305                 a patch from Michal Cihar.
3306
3307 2007-03-26 [wwp]        2.8.1cvs53
3308
3309         * src/procmsg.c
3310                 Fix getting a false error when sending queued message
3311                 whereas the sending was fine (if there are subfolders
3312                 in the queue folder), thanks to Colin.
3313
3314 2007-03-26 [paul]       2.8.1cvs52
3315
3316         * src/wizard.c
3317                 update FACE header in welcome message
3318
3319 2007-03-25 [colin]      2.8.1cvs51
3320
3321         * src/Makefile.am
3322                 Fix make dist
3323
3324 2007-03-25 [colin]      2.8.1cvs50
3325
3326         * src/main.c
3327                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3328
3329 2007-03-24 [colin]      2.8.1cvs49
3330
3331         * src/main.c
3332                 Fix a few launch problems on Maemo
3333                 Patch by Jean-Luc Biord
3334
3335 2007-03-24 [wwp]        2.8.1cvs48
3336
3337         * src/alertpanel.c
3338         * src/alertpanel.h
3339         * src/messageview.c
3340         * src/summaryview.c
3341                 Fix wrong action performed when closing the
3342                 "ask about account specific filtering rules
3343                 when filtering manually" dialog by pressing Escape.
3344                 Fix wrong order of buttons in the "return receipt
3345                 notification - the message was sent to several of
3346                 your accounts" dialog.
3347
3348 2007-03-24 [paul]       2.8.1cvs47
3349
3350         * src/folderview.c
3351                 an improvement to English usage
3352         * tools/kdeservicemenu/README
3353                 updated Claws url
3354
3355 2007-03-24 [paul]       2.8.1cvs46
3356
3357         * src/Makefile.am
3358         * src/stock_pixmap.c
3359         * src/pixmaps/edit_extern.xpm
3360         * src/pixmaps/mail_sign.xpm
3361                 rescue long lost icons
3362
3363 2007-03-24 [paul]       2.8.1cvs45
3364
3365         * src/toolbar.c
3366                 fix toolbar (broken in 2.8.1cvs42)
3367
3368 2007-03-23 [colin]      2.8.1cvs44
3369
3370         * src/imap.c
3371                 Correctly unsubscribe/resubscribe after
3372                 RENAME
3373
3374 2007-03-23 [colin]      2.8.1cvs43
3375
3376         * src/prefs_common.c
3377                 Maemo: as the platform is light on RAM, allow
3378                 caches to be discarded faster.
3379
3380 2007-03-23 [colin]      2.8.1cvs42
3381
3382         * src/Makefile.am
3383         * src/compose.c
3384         * src/compose.h
3385         * src/stock_pixmap.c
3386         * src/stock_pixmap.h
3387         * src/summaryview.c
3388         * src/summaryview.h
3389         * src/toolbar.c
3390         * src/toolbar.h
3391         * src/pixmaps/open_mail.xpm
3392                 Maemo changes: Add the possibility to have
3393                 "Open Email" and "Close Window" buttons on 
3394                 toolbars (and use them in Maemo's default
3395                 toolbars)
3396
3397 2007-03-23 [wwp]        2.8.1cvs41
3398
3399         * src/action.c
3400                 Reverted that part of the action dialog closure logics, to
3401                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3402                 done later in a different way (or may not).
3403
3404 2007-03-22 [wwp]        2.8.1cvs40
3405
3406         * src/action.c
3407                 Fix sticky action dialog when got no output but action command
3408                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3409
3410 2007-03-22 [colin]      2.8.1cvs39
3411
3412         * src/prefs_filtering.c
3413         * src/gtk/combobox.h
3414                 Fix escaping account names in filtering prefs
3415
3416 2007-03-22 [colin]      2.8.1cvs38
3417
3418         * src/addrindex.c
3419         * src/ldapctrl.h
3420         * src/ldapquery.c
3421                 Add any attribute specified in LDAP servers'
3422                 Search attributes to the Other Attributes tab
3423                 of contacts; Add 'telephoneNumber' in the
3424                 default list.
3425
3426 2007-03-22 [colin]      2.8.1cvs37
3427
3428         * src/folderview.c
3429         * src/folderview.h
3430         * src/mainwindow.c
3431                 Try to prevent race conditions when
3432                 changing the folder list
3433         * src/summaryview.c
3434                 Fix possible red folder icon when
3435                 switching from Small screen layout
3436                 to any other
3437
3438 2007-03-22 [colin]      2.8.1cvs36
3439
3440         * src/mainwindow.c
3441         * src/mainwindow.h
3442         * src/summaryview.c
3443                 Rename "little screen" to "Small screen"
3444         * src/gtk/Makefile.am
3445         * src/common/utils.c
3446         * src/mh.c
3447                 Fix Maemo-related compilation problems
3448
3449 2007-03-21 [colin]      2.8.1cvs35
3450
3451         * configure.ac
3452                 Fix previous commit
3453         * claws-mail.desktop
3454                 Remove .png from the Icon, it's useless
3455
3456 2007-03-21 [colin]      2.8.1cvs34
3457
3458         * configure.ac
3459         * src/Makefile.am
3460                 Add the necessary lib checking for 
3461                 Maemo
3462
3463 2007-03-21 [colin]      2.8.1cvs33
3464
3465         * src/main.c
3466                 Fix unconditional "error happened" when
3467                 sending via command-line. "lol @ myself"
3468
3469 2007-03-21 [colin]      2.8.1cvs32
3470
3471         * claws-mail-40x40.png
3472         * claws-mail-26x26.png
3473         * src/account.c
3474         * src/addressbook.c
3475         * src/compose.c
3476         * src/folderview.c
3477         * src/folderview.h
3478         * src/main.c
3479         * src/mainwindow.c
3480         * src/mainwindow.h
3481         * src/messageview.c
3482         * src/prefs_account.c
3483         * src/prefs_common.c
3484         * src/summary_search.c
3485         * src/summaryview.c
3486         * src/summaryview.h
3487         * src/gtk/authors.h
3488         * src/gtk/gtkutils.c
3489         * src/gtk/gtkutils.h
3490         * src/gtk/logwindow.c
3491         * src/gtk/menu.c
3492         * src/gtk/prefswindow.c
3493                 Add Maemo port (patch mainly by Jean-Luc Biort)
3494                 Add a new 'Little screen' layout to help on such
3495                 platforms (patch by me)
3496                 Make some default preferences different (more
3497                 adapted) on Maemo (patch by me)
3498
3499 2007-03-21 [wwp]        2.8.1cvs31
3500
3501         * src/prefs_logging.c
3502         * src/prefs_logging.h
3503                 Fixed copyright header of newly added files.
3504
3505 2007-03-21 [wwp]        2.8.1cvs30
3506
3507         * src/Makefile.am
3508         * src/filtering.c
3509         * src/filtering.h
3510         * src/folder.c
3511         * src/folderview.c
3512         * src/imap.c
3513         * src/inc.c
3514         * src/main.c
3515         * src/mainwindow.c
3516         * src/mainwindow.h
3517         * src/matcher.c
3518         * src/messageview.c
3519         * src/news.c
3520         * src/pop.c
3521         * src/prefs_common.c
3522         * src/prefs_common.h
3523         * src/prefs_logging.c
3524         * src/prefs_logging.h
3525         * src/prefs_other.c
3526         * src/procmsg.c
3527         * src/send_message.c
3528         * src/summaryview.c
3529         * src/common/log.c
3530         * src/common/log.h
3531         * src/common/nntp.c
3532         * src/common/session.c
3533         * src/common/smtp.c
3534         * src/common/socket.c
3535         * src/etpan/imap-thread.c
3536         * src/gtk/logwindow.c
3537         * src/gtk/logwindow.h
3538         * src/plugins/bogofilter/bogofilter.c
3539         * src/plugins/spamassassin/spamassassin.c
3540                 Added debugging of filtering/processing rules.
3541                 The debug log is here 'Tools/Filtering debug window',
3542                 the options there 'Configuration/Preferences/Other/Logging',
3543                 and the log file is ~/.claws-mail/filtering.log.
3544                 Moved protocol log prefs to 'Other/Logging' as well.
3545                 To support such debugging feature, the existing log API has
3546                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3547                 this impacts many external modules (commits follow).
3548
3549 2007-03-21 [paul]       2.8.1cvs29
3550
3551         * src/etpan/Makefile.am
3552         * src/etpan/imap-thread.c
3553                 add missing #include
3554
3555 2007-03-21 [colin]      2.8.1cvs28
3556
3557         * src/procmime.c
3558                 Fix bug 1157, 'some broken messages confuse 
3559                 mime parser'. Make sure we can't have MimeInfos
3560                 with negative sizes.
3561
3562 2007-03-20 [colin]      2.8.1cvs27
3563
3564         * src/main.c
3565                 Fix missing \0 on buffer
3566
3567 2007-03-20 [colin]      2.8.1cvs26
3568
3569         * src/mh.c
3570                 Use make_dir_hier instead of make_dir 
3571                 to create the MH mailbox
3572
3573 2007-03-20 [colin]      2.8.1cvs25
3574
3575         * src/folder.c
3576         * src/folder.h
3577         * src/prefs_account.c
3578         * src/wizard.c
3579                 Fix default inbox weirdnesses (after wizard,
3580                 if path is Mail, mailbox identifier is #mh/Mailbox,
3581                 and when creating new accounts)
3582
3583 2007-03-20 [colin]      2.8.1cvs24
3584
3585         * src/account.c
3586                 Write folderlist after adding/deleting accounts
3587                 that have folders
3588
3589 2007-03-20 [colin]      2.8.1cvs23
3590
3591         * src/imap.c
3592         * src/remotefolder.h
3593                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3594                 selected while scanning prior to update'
3595
3596 2007-03-17 [paul]       2.8.1cvs22
3597
3598         * src/main.c
3599                 fix a typo, and be a little more verbose.
3600
3601 2007-03-17 [wwp]        2.8.1cvs21
3602
3603         * src/inc.c
3604                 Fix a compiler warning.
3605
3606 2007-03-16 [wwp]        2.8.1cvs20
3607
3608         * tools/Makefile.am
3609         * tools/README
3610                 Updated to deal w/ the new mairix.sh tool.
3611
3612 2007-03-16 [wwp]        2.8.1cvs19
3613
3614         * src/action.c
3615                 Fix logics issues around the action IO dialog:
3616                 - disable entry widget and exec button when
3617                   the exec button is clicked (don't wait for any
3618                   output line) - fix possible disabling/re-enabling/
3619                   re-disabling of those widgets
3620                 - raise an error if executing a %as{} action either
3621                   empty or invalid, instead of failing silently
3622                 - don't close the dialog if the abort button has been
3623                   clicked and if there was no output yet
3624                 - set focus to the abort button when the exec button
3625                   is clicked
3626                 - fix capitalization of a warning message
3627
3628 2007-03-16 [wwp]        2.8.1cvs18
3629
3630         * tools/mairix.sh
3631                 Added a wrapper to mairix to the tools folder.
3632
3633 2007-03-16 [colin]      2.8.1cvs17
3634
3635         * src/messageview.c
3636         * src/mimeview.h
3637                 Allow mimeviewer plugins to print
3638                 their stuff
3639
3640 2007-03-16 [colin]      2.8.1cvs16
3641
3642         * .cvsignore
3643                 Ignore *.patchset
3644
3645 2007-03-15 [colin]      2.8.1cvs15
3646
3647         * src/messageview.c
3648         * src/mimeview.h
3649                 Add a way for mimeviewer plugins to
3650                 implement body search
3651
3652 2007-03-15 [paul]       2.8.1cvs14
3653
3654         * src/prefs_spelling.c
3655                 fix English usage
3656
3657 2007-03-15 [paul]       2.8.1cvs13
3658
3659         * src/common/quoted-printable.c
3660                 fix decoding of quoted-printable parts
3661
3662 2007-03-14 [wwp]        2.8.1cvs12
3663
3664         * src/gtk/logwindow.h
3665                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3666
3667 2007-03-14 [wwp]        2.8.1cvs11
3668
3669         * src/gtk/logwindow.h
3670                 Complete 2.8.1cvs10.
3671
3672 2007-03-14 [colin]      2.8.1cvs10
3673
3674         * src/gtk/logwindow.c
3675                 Probably fix bug 1149, crash on logwindow
3676                 close - at the expense of performance once
3677                 logwin has been opened
3678
3679 2007-03-14 [colin]      2.8.1cvs9
3680
3681         * src/main.c
3682                 If claws-mail is running on another
3683                 display, warn instead of popping it up
3684                 on the other display
3685
3686 2007-03-12 [colin]      2.8.1cvs8
3687
3688         * src/wizard.c
3689                 Fix bug 1145, 'Setting a different name 
3690                 for the Mailbox name isn't reflected in 
3691                 default account settings'. Patch by wwp
3692
3693 2007-03-12 [colin]      2.8.1cvs7
3694
3695         * src/summaryview.c
3696                 Fix bug 1143, 'Add number of messages to be 
3697                 deleted to confirmation dialog'
3698
3699 2007-03-12 [wwp]        2.8.1cvs6
3700
3701         * src/folderview.c
3702         * src/prefs_common.c
3703         * src/prefs_common.h
3704         * src/prefs_summaries.c
3705                 Changed the option that displays unread messages count
3706                 next to the folder name in folder list: it is now
3707                 possible to either display nothing, display the
3708                 unread messages number only or the unread and total messages
3709                 numbers. The patch includes this extra feature as well
3710                 as some minor fixes by rewriting the algo in folderview.c.
3711                 Thanks to Paul for the original idea and implementation, plus
3712                 testing and proof-reading!
3713
3714 2007-03-09 [paul]       2.8.1cvs5
3715
3716         * tools/Makefile.am
3717         * tools/README
3718         * tools/claws-mail-compose-insert-files.pl
3719                 added a script which enables inserting files
3720                 into the message body of a new Claws Mail
3721                 Compose window from the command line. Additionally
3722                 To, Cc, Subject and files to attach to the message
3723                 can be specified.
3724
3725 2007-03-09 [wwp]        2.8.1cvs4
3726
3727         * src/addr_compl.c
3728         * src/addr_compl.h
3729         * src/filtering.c
3730                 Optimize matching of addresses in the addressbook
3731                 (filtering/processing 'found_in_addressbook' condition).
3732
3733 2007-03-07 [wwp]        2.8.1cvs3
3734
3735         * src/quote_fmt.c
3736         * src/quote_fmt_lex.l
3737         * src/quote_fmt_parse.y
3738                 Add a new quote format symbol: %A to insert the
3739                 sender email address (just the address itself).
3740
3741 2007-03-06 [wwp]        2.8.1cvs2
3742
3743         * src/gtk/gtkutils.c
3744         * src/plugins/trayicon/trayicon_prefs.h
3745         * src/plugins/trayicon/trayicon_prefs.c
3746         * src/plugins/trayicon/trayicon.c
3747         * src/mainwindow.h
3748         * src/mainwindow.c
3749                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3750                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3751
3752
3753 2007-03-06 [paul]       2.8.1cvs1
3754
3755         * NEWS
3756         * README
3757         * RELEASE_NOTES
3758         * configure.ac
3759                 bump version number following
3760                 stable release
3761
3762 2007-03-06 [paul]       2.8.0cvs24
3763
3764         * po/cs.po
3765                 corrected by by Tim <timbrain@post.cz>
3766
3767 2007-03-05 [colin]      2.8.0cvs23
3768
3769         * src/Makefile.am
3770         * src/procmime.c
3771                 Fix mime/globs path on NetBSD
3772                 patch by George Michaelson
3773
3774 2007-03-05 [wwp]        2.8.0cvs22
3775
3776         * src/addr_compl.c
3777                 Remove debug statement (accidentally committed w/ cvs14).
3778
3779 2007-03-05 [paul]       2.8.0cvs21
3780
3781         * src/plugins/pgpcore/prefs_gpg.c
3782                 fix compiler warning
3783
3784 2007-03-05 [wwp]        2.8.0cvs20
3785
3786         * src/matcher_parser_parse.y
3787                 Fix mismerge between cvs17 and cvs19.
3788
3789 2007-03-05 [wwp]        2.8.0cvs19
3790
3791         * src/matcher_parser_parse.y
3792         * src/prefs_filtering_action.c
3793         * src/matcher.c
3794         * src/matcher.h
3795         * src/filtering.c
3796         * src/filtering.h
3797                 Add new 'add_to_addressbook' filtering/processing action.
3798
3799 2007-03-05 [wwp]        2.8.0cvs18
3800
3801         * src/filtering.c
3802                 Fix mark_as_ham filtering/processing action: spam flag
3803                 was not unset.
3804
3805 2007-03-04 [colin]      2.8.0cvs17
3806
3807         * src/filtering.c
3808         * src/matcher.c
3809         * src/matcher.h
3810         * src/matcher_parser_parse.y
3811         * src/prefs_filtering_action.c
3812                 Add 'Mark as spam' and 'Mark as ham' filtering
3813                 actions. Fixes bug 1138.
3814
3815 2007-03-04 [colin]      2.8.0cvs16
3816
3817         * src/imap.c
3818                 Fix bug 1140, wrong return value
3819                 without libetpan
3820
3821 2007-03-04 [wwp]        2.8.0cvs15
3822
3823         * src/addr_compl.c
3824                 Rollback cvs14: don't free stuff that is managed in g_list.
3825
3826 2007-03-04 [wwp]        2.8.0cvs14
3827
3828         * src/addr_compl.c
3829                 Fix a leak in address completion code.
3830
3831 2007-03-04 [colin]      2.8.0cvs13
3832
3833         * src/addr_compl.c
3834                 Maybe fix bug 1136, 'Crash in group 
3835                 address completion'
3836
3837 2007-03-04 [iwkse]      2.8.0cvs12
3838
3839         * src/imap.c
3840                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3841
3842 2007-03-03 [colin]      2.8.0cvs11
3843
3844         * src/plugins/pgpinline/pgpinline.c
3845                 Fix off-by-one, fix double-free. Fixes
3846                 bug 1135, 'cm-segfault on decrypting 
3847                 with PGP/inline'
3848
3849 2007-03-03 [colin]      2.8.0cvs10
3850
3851         * configure.ac
3852         * src/main.c
3853         * src/common/plugin.c
3854                 Fix bug 1134, 'Valgrind macros unhandled 
3855                 by Irix's cc'
3856
3857 2007-03-02 [colin]      2.8.0cvs9
3858
3859         * src/mbox.c
3860                 Don't error out on EAGAIN. Fixes 
3861                 bug 1129, '"local mbox file" account 
3862                 isn't retrieving mails'
3863
3864 2007-03-01 [wwp]        2.8.0cvs8
3865
3866         * src/mainwindow.c
3867         * src/gtk/colorlabel.c
3868                 Remove accels for extra color labels until we set better
3869                 and definitive ones.
3870
3871 2007-02-28 [wwp]        2.8.0cvs7
3872
3873         * src/mainwindow.c
3874         * src/matcher_parser_parse.y
3875         * src/prefs_common.c
3876         * src/prefs_msg_colors.c
3877         * src/procmsg.h
3878         * src/gtk/colorlabel.c
3879         * src/gtk/colorlabel.h
3880                 Add more customizable color labels. Cleaned up a bit
3881                 the color label API to avoid duplicate defines of
3882                 the max number of colors.
3883
3884 2007-02-27 [colin]      2.8.0cvs6
3885
3886         * src/mainwindow.c
3887         * src/common/utils.c
3888         * src/common/utils.h
3889                 Fix '+' in mailto URIs for List-* headers
3890
3891 2007-02-27 [colin]      2.8.0cvs5
3892
3893         * src/gtk/gtkutils.c
3894                 Use gtk_window_set_role instead of 
3895                 _set_wmclass
3896
3897 2007-02-27 [colin]      2.8.0cvs4
3898
3899         * src/inc.c
3900                 Fix "After receiving new mail, go to inbox" on IMAP,
3901                 and make it work only on manual reception
3902
3903 2007-02-27 [wwp]        2.8.0cvs3
3904
3905         * src/prefs_filtering.c
3906         * src/prefs_filtering_action.c
3907         * src/prefs_matcher.c
3908                 Update filtering matcher's and action's color label menus
3909                 when re-opening those dialogs (reflect any change to the
3910                 color labels list in the preferences).
3911
3912 2007-02-27 [colin]      2.8.0cvs2
3913
3914         * src/imap.c
3915         * src/etpan/etpan-thread-manager-types.h
3916         * src/etpan/etpan-thread-manager.c
3917         * src/etpan/imap-thread.c
3918                 Log imap ALERTs as errors in the log.
3919
3920 2007-02-26 [paul]       2.8.0cvs1
3921
3922         * tools/claws.i18n.status.pl
3923                 updated
3924
3925 2007-02-26 [paul]       2.7.2cvs75
3926
3927         * po/ca.po
3928         * po/cs.po
3929         * po/de.po
3930         * po/en_GB.po
3931         * po/fi.po
3932         * po/fr.po
3933         * po/hu.po
3934         * po/pl.po
3935         * po/pt_BR.po
3936         * po/sk.po
3937         * po/sr.po
3938         * po/zh_CN.po
3939                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3940                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3941                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3942                 Aleksandar Urosevic, and Ralgh Young
3943
3944 2007-02-25 [mones]      2.7.2cvs74
3945
3946         * po/es.po
3947                 Updated for release
3948
3949 2007-02-25 [colin]      2.7.2cvs73
3950
3951         * src/main.c
3952                 Clearing the list is only useful
3953                 to prevent a valgrind false-positive
3954
3955 2007-02-25 [paul]       2.7.2cvs72
3956
3957         * tools/Makefile.am
3958         * tools/README
3959         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3960         * tools/maildir2claws-mail.pl  **REMOVED**
3961                 renamed the script, fixed a couple bugs
3962
3963 2007-02-23 [colin]      2.7.2cvs71
3964
3965         * src/addressbook.c
3966                 Fix a leak, check for a few improbable nulls
3967
3968 2007-02-23 [colin]      2.7.2cvs70
3969
3970         * src/main.c
3971         * src/main.h
3972         * src/plugins/trayicon/trayicon.c
3973                 Fix blinking mainwin when starting in tray
3974                 (show mainwindow later in the startup process,
3975                  apart if restarting post-crash)
3976
3977 2007-02-23 [colin]      2.7.2cvs69
3978
3979         * src/folderview.c
3980         * src/imap_gtk.c
3981                 Fix crash when unsubscribing the currently
3982                 selected/opened folder
3983
3984 2007-02-23 [colin]      2.7.2cvs68
3985
3986         * src/compose.c
3987                 Fix bug that prevented colorization to
3988                 work without wrap quotation option
3989
3990 2007-02-23 [colin]      2.7.2cvs67
3991
3992         * src/addr_compl.c
3993                 Fix refcounting, start and end completion who
3994                 behaved as if there couldn't be any other current
3995                 user of completion
3996
3997 2007-02-23 [wwp]        2.7.2cvs66
3998
3999         * src/addressbook.c
4000         * src/addrindex.c
4001                 Address completion fixes: fix addressbook_peek_folder_exists() in
4002                 which the algorithm was ridiculously over-obfuscated and broken.
4003                 Fix addrindex_load_completion() as well, to load addresses in
4004                 completion list with regards to what addressbook_peek_folder_exists()
4005                 returns now.
4006
4007 2007-02-23 [wwp]        2.7.2cvs65
4008
4009         * src/addr_compl.c
4010                 Add addresses to completion when they're non-empty (thanks to Colin).
4011
4012 2007-02-23 [paul]       2.7.2cvs64
4013
4014         * src/plugins/pgpcore/passphrase.c
4015                 remove 'const '
4016
4017 2007-02-23 [colin]      2.7.2cvs63
4018
4019         * src/plugins/pgpcore/prefs_gpg.c
4020         * src/plugins/pgpcore/prefs_gpg.h
4021         * src/plugins/pgpcore/sgpgme.c
4022         * src/plugins/pgpinline/pgpinline.c
4023         * src/plugins/pgpmime/pgpmime.c
4024                 Try harder to respect user's choice wrt
4025                 gpg-agent even with gpg2, by unsetting
4026                 GPG_AGENT_INFO when necessary.
4027
4028 2007-02-22 [paul]       2.7.2cvs62
4029
4030         * src/plugins/pgpcore/sgpgme.c
4031         * src/plugins/pgpcore/sgpgme.h
4032         * src/plugins/pgpcore/passphrase.c
4033         * src/plugins/pgpinline/pgpinline.c
4034         * src/plugins/pgpmime/pgpmime.c
4035                 Fix a leak - gpgme_data_release_and_get_mem
4036                 leaks in recent gpgme. Workaround by using
4037                 our own function.
4038
4039 2007-02-22 [paul]       2.7.2cvs61
4040
4041         * src/gtk/quicksearch.c
4042                 Abandon dynamic search when pressing
4043                 Enter
4044
4045 2007-02-21 [colin]      2.7.2cvs60
4046
4047         * src/procmsg.c
4048         * src/plugins/pgpcore/passphrase.c
4049                 Fix little memory leaks
4050         * src/main.c
4051                 Fix false-positive leak at exit
4052         * src/gtk/quicksearch.c
4053                 Fix potentially big leak in recursive
4054                 Quicksearch
4055
4056 2007-02-21 [wwp]        2.7.2cvs59
4057
4058         * src/summaryview.c
4059                 Add missing newline to a debug message.
4060
4061 2007-02-20 [colin]      2.7.2cvs58
4062
4063         * src/Makefile.am
4064         * src/mimeview.c
4065         * src/stock_pixmap.c
4066         * src/stock_pixmap.h
4067         * src/pixmaps/mime_pgpsig.xpm
4068                 Add icon for application/pgp-signature
4069
4070 2007-02-20 [colin]      2.7.2cvs57
4071
4072         * src/Makefile.am
4073         * src/main.c
4074         * src/mimeview.c
4075         * src/stock_pixmap.c
4076         * src/stock_pixmap.h
4077         * src/pixmaps/mime_calendar.xpm
4078         * src/pixmaps/mime_pdf.xpm
4079         * src/pixmaps/mime_ps.xpm
4080                 Add icons for text/calendar, application/pdf
4081                 and application/postscript
4082
4083 2007-02-20 [colin]      2.7.2cvs56
4084
4085         * autogen.sh
4086         * src/matcher_parser_parse.y
4087         * src/matcher_parser_lex.l
4088                 Fix big memory leak in flex, and
4089                 require flex 2.5.31
4090
4091 2007-02-20 [wwp]        2.7.2cvs55
4092
4093         * src/matcher_parser_parse.y
4094                 Fix a duplicate token definition (thanks to iwkse).
4095
4096 2007-02-20 [wwp]        2.7.2cvs54
4097
4098         * src/matcher_parser_lex.l
4099         * src/quote_fmt_lex.l
4100                 Use proper flex options instead of direct use of #define,
4101                 make the flex-generated C lighter.
4102
4103 2007-02-20 [colin]      2.7.2cvs53
4104
4105         * src/summaryview.c
4106                 Grab focus in message list after hiding
4107                 the quicksearch, instead of leaving it
4108                 "somewhere"
4109
4110 2007-02-19 [colin]      2.7.2cvs52
4111
4112         * src/folderview.c
4113                 Fix bug 1033, 'Automatically refresh 
4114                 message list when new messages arrives'
4115                 Looks like folderview->opened can sometimes
4116                 be wrong...
4117
4118 2007-02-19 [paul]       2.7.2cvs51
4119
4120         * tools/Makefile.am
4121         * tools/README
4122         * tools/thunderbird-filters-convertor.pl
4123                 add new script which converts thunderbird filter
4124                 rules to Claws filter rules
4125
4126 2007-02-18 [paul]       2.7.2cvs50
4127
4128         * src/plugins/pgpcore/prefs_gpg.c
4129         * src/plugins/pgpcore/prefs_gpg.h
4130         * src/plugins/pgpcore/sgpgme.c
4131         * src/plugins/pgpinline/pgpinline.c
4132         * src/plugins/pgpmime/pgpmime.c
4133                 improved GUI interoperability with gpg-agent
4134
4135 2007-02-18 [paul]       2.7.2cvs49
4136
4137         * src/prefs_account.c
4138                 Privacy options sensitivity fix
4139
4140 2007-02-17 [colin]      2.7.2cvs48
4141
4142         * src/messageview.c
4143                 Reset icon to warning in the noticeview
4144
4145 2007-02-15 [colin]      2.7.2cvs47
4146
4147         * src/folderview.c
4148                 Fix a manifestation of bug 1033 (summaryview failing
4149                 to update for new mails), which happens after editing
4150                 account preferences or preferences that cause a 
4151                 folderview reload.
4152
4153 2007-02-15 [colin]      2.7.2cvs46
4154
4155         * src/addressbook.c
4156                 Probably fix bug 1123, 'Segmentation 
4157                 fault while opening address book'. I get
4158                 g_warnings if the saved paned position is
4159                 not greater than 0. Also, save position
4160                 when hiding the addressbook instead of
4161                 via signal.
4162
4163 2007-02-14 [colin]      2.7.2cvs45
4164
4165         * src/plugins/pgpcore/prefs_gpg.c
4166         * src/plugins/pgpcore/prefs_gpg.h
4167         * src/plugins/pgpcore/sgpgme.c
4168         * src/plugins/pgpinline/pgpinline.c
4169         * src/plugins/pgpmime/pgpmime.c
4170                 Add an option "Use gpg-agent if available". Fixes
4171                 annoyances with distro-installed gpg-agent, when
4172                 no pinentry program is installed, and the user's 
4173                 at a loss on why "decryption failed". Makes more
4174                 clear why passphrase isn't saved when gpg-agent is
4175                 used. Defaults to true, to avoid changing the 
4176                 current behaviour.
4177
4178 2007-02-14 [wwp]        2.7.2cvs44
4179
4180         * src/matcher_parser_parse.y
4181                 Fix missing line number reset (wrong line number might appear
4182                 when re-loading filtering rules if there's a parser error).
4183
4184 2007-02-13 [colin]      2.7.2cvs43
4185
4186         * src/common/utils.c
4187                 Don't encode ',' in URIs before passing it
4188                 to the browser command-line. It was probably
4189                 done at a time where commas in URIs made
4190                 mozilla -remote 'openurl(%s,new-window)'
4191                 bug.
4192
4193 2007-02-13 [wwp]        2.7.2cvs42
4194
4195         * src/prefs_matcher.c
4196         * src/plugins/bogofilter/bogofilter_gtk.c
4197                 A bit of string factorization around "Select ..." buttons.
4198
4199 2007-02-11 [colin]      2.7.2cvs41
4200
4201         * src/alertpanel.c
4202                 Make sure to escape the title
4203
4204 2007-02-11 [colin]      2.7.2cvs40
4205
4206         * src/codeconv.c
4207                 Recognize .utf8 locales as .UTF-8 ones
4208
4209 2007-02-11 [colin]      2.7.2cvs39
4210
4211         * src/compose.c
4212                 Fix code conversion when dragging a file
4213
4214 2007-02-09 [colin]      2.7.2cvs38
4215
4216         * src/plugins/clamav/clamav_plugin.c
4217                 Complete Paul's patch with conditional
4218                 compilation to avoid breaking compilation
4219                 on old Dapper and Edgy... Maybe other
4220                 distros too.
4221
4222 2007-02-09 [paul]       2.7.2cvs37
4223
4224         * src/plugins/clamav/clamav_plugin.c
4225                 fix for the upstream changes in libclamav
4226
4227 2007-02-09 [paul]       2.7.2cvs36
4228
4229         * src/main.c
4230         * src/mainwindow.c
4231         * src/procmsg.c
4232         * src/procmsg.h
4233                 fix "warn if there are queued messages" (on exit)
4234                 option, which only checked the first mailbox's
4235                 queue
4236                 don't ask before emptying trash if there are no
4237                 messages in trash, also check and empty all trash
4238                 folders
4239         * src/prefs_other.c
4240                 move "Ask before emptying trash" option
4241                 outside of the "On exit" frame as it's
4242                 not only an "On exit" option
4243
4244 2007-02-09 [paul]       2.7.2cvs35
4245
4246         * src/addrgather.c
4247         * src/alertpanel.c
4248         * src/editldap.c
4249         * src/prefs_account.c
4250         * src/prefs_folder_item.c
4251         * src/prefs_gtk.h
4252         * src/prefs_matcher.c
4253         * src/prefs_message.c
4254         * src/prefs_msg_colors.c
4255         * src/prefs_summaries.c
4256         * src/wizard.c
4257         * src/gtk/inputdialog.c
4258         * src/plugins/bogofilter/bogofilter_gtk.c
4259                 pedantic commit: use 'checkbtn' everywhere
4260                 instead of a mixture of 'checkbtn' and 'chkbtn'
4261
4262 2007-02-09 [paul]       2.7.2cvs34
4263
4264         * src/compose.c
4265                 fix default hotkeys
4266         * src/prefs_other.c
4267         * src/prefs_send.c
4268                 move "Never send Return Receipts" from
4269                 prefs_other to prefs_send
4270                 add an option "Ask about account specific
4271                 filtering rules..." to prefs_other
4272         * src/gtk/gtkutils.c
4273                 fix a compiler warning
4274
4275 2007-02-08 [colin]      2.7.2cvs33
4276
4277         * src/plugins/pgpinline/pgpinline.c
4278                 Fix bug 1110, 'pgpmime fails to process 
4279                 encapsulated openpgp mime (rfc 3156, 6.1 
4280                 -> rfc1847)'
4281                 It was due to an interaction between PGP/Mime
4282                 and PGP/Inline plugin. 
4283
4284 2007-02-08 [colin]      2.7.2cvs32
4285
4286         * src/inc.c
4287         * src/mbox.c
4288         * src/mbox.h
4289                 Fix bug 1117, 'fcntl locking code 
4290                 does not work in mbox.c'
4291
4292 2007-02-08 [colin]      2.7.2cvs31
4293
4294         * src/prefs_account.c
4295                 Fix Gentoo bug 165819, 'can't create 
4296                 a "local mbox file" account'. Patch
4297                 by Olivier <castan.o@free.fr>
4298
4299 2007-02-07 [colin]      2.7.2cvs30
4300
4301         * src/ldapquery.c
4302                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4303                 autocompletion was used'
4304
4305 2007-02-07 [paul]       2.7.2cvs29
4306
4307         * src/folder.c
4308                 cut down on unnecessary debug_prints
4309         * src/imap_gtk.c
4310                 fix menu_set_active() on 'Show only
4311                 subscribed folders'
4312
4313 2007-02-07 [paul]       2.7.2cvs28
4314
4315         * src/plugins/clamav/clamav_plugin.c
4316         * src/plugins/clamav/clamav_plugin.h
4317         * src/plugins/clamav/clamav_plugin_gtk.c
4318                 fix copyright header
4319
4320 2007-02-07 [paul]       2.7.2cvs27
4321
4322         * src/procheader.c
4323                 fix bug 1116, 'summary view allow a 
4324                 subject line break'
4325
4326 2007-02-06 [colin]      2.7.2cvs26
4327
4328         * src/summaryview.c
4329                 Fix delete thread
4330
4331 2007-02-05 [fabien]     2.7.2cvs25
4332
4333         * po/POTFILES.in
4334         * src/uri_opener.c
4335                 i18n related - 1 fix and 1 message for translators.
4336
4337 2007-02-05 [colin]      2.7.2cvs24
4338
4339         * src/gtk/quicksearch.c
4340                 Don't reload summary list if quicksearch wasn't
4341                 active on hiding; move currently selected mail in
4342                 the visible area when showing the quicksearch
4343
4344 2007-02-05 [colin]      2.7.2cvs23
4345
4346         * src/folderview.c
4347                 Add debug to try to solve bug 1104
4348
4349 2007-02-05 [paul]       2.7.2cvs22
4350
4351         * src/mainwindow.c
4352                 confirm before emptying trash on exit is
4353                 a Yes or No answer, use Yes or No in the
4354                 dialog
4355
4356 2007-02-04 [colin]      2.7.2cvs21
4357
4358         * src/compose.c
4359         * src/plugins/pgpcore/passphrase.c
4360         * src/plugins/pgpcore/select-keys.c
4361                 Set wmclass on new windows
4362
4363 2007-02-04 [colin]
4364
4365         2.8.0-rc1 released
4366
4367 2007-02-04 [colin]      2.7.2cvs20
4368
4369         * src/compose.c
4370         * src/compose.h
4371                 Auto save drafts on exit, reopen them
4372                 at startup, instead of asking
4373         * src/account.c
4374         * src/addressadd.c
4375         * src/addressbook.c
4376         * src/addressbook_foldersel.c
4377         * src/addrgather.c
4378         * src/crash.c
4379         * src/editaddress.c
4380         * src/editbook.c
4381         * src/editgroup.c
4382         * src/editjpilot.c
4383         * src/editldap.c
4384         * src/editldap_basedn.c
4385         * src/editvcard.c
4386         * src/exphtmldlg.c
4387         * src/expldifdlg.c
4388         * src/export.c
4389         * src/foldersel.c
4390         * src/gedit-print.c
4391         * src/import.c
4392         * src/importldif.c
4393         * src/importmutt.c
4394         * src/importpine.c
4395         * src/main.c
4396         * src/mainwindow.c
4397         * src/message_search.c
4398         * src/messageview.c
4399         * src/prefs_actions.c
4400         * src/prefs_customheader.c
4401         * src/prefs_display_header.c
4402         * src/prefs_filtering.c
4403         * src/prefs_filtering_action.c
4404         * src/prefs_folder_column.c
4405         * src/prefs_gtk.c
4406         * src/prefs_matcher.c
4407         * src/prefs_other.c
4408         * src/prefs_summaries.c
4409         * src/prefs_summary_column.c
4410         * src/prefs_template.c
4411         * src/sourcewindow.c
4412         * src/ssl_manager.c
4413         * src/summary_search.c
4414         * src/uri_opener.c
4415         * src/gtk/about.c
4416         * src/gtk/description_window.c
4417         * src/gtk/foldersort.c
4418         * src/gtk/gtkutils.c
4419         * src/gtk/gtkutils.h
4420         * src/gtk/icon_legend.c
4421         * src/gtk/logwindow.c
4422         * src/gtk/pluginwindow.c
4423         * src/gtk/prefswindow.c
4424                 Give different wmclass to different
4425                 windows - thanks to sed ;)
4426
4427 2007-02-04 [colin]      2.7.2cvs19
4428
4429         * src/main.c
4430                 Revert previous patch, can't reproduce
4431                 it anymore. 
4432
4433 2007-02-03 [colin]      2.7.2cvs18
4434
4435         * src/main.c
4436                 Don't save the mainwindow size and
4437                 position on emergency exit (libSM's
4438                 "die" callback), Xfce seems to make
4439                 the window smaller just before the
4440                 size's saved.
4441
4442 2007-02-03 [colin]      2.7.2cvs17
4443
4444         * src/plugins/bogofilter/bogofilter.c
4445         * src/plugins/bogofilter/bogofilter.h
4446         * src/plugins/bogofilter/bogofilter_gtk.c
4447         * src/plugins/pgpinline/pgpinline.c
4448         * src/plugins/pgpinline/pgpinline.h
4449                 Fix more copyrights
4450
4451 2007-02-03 [colin]      2.7.2cvs16
4452
4453         * src/partial_download.c
4454         * src/partial_download.h
4455         * src/ssl_manager.c
4456         * src/ssl_manager.h
4457         * src/uri_opener.c
4458         * src/uri_opener.h
4459         * src/wizard.c
4460         * src/wizard.h
4461         * src/common/ssl_certificate.c
4462         * src/common/ssl_certificate.h
4463         * src/gtk/quicksearch.c
4464         * src/gtk/quicksearch.h
4465         * src/gtk/sslcertwindow.c
4466         * src/gtk/sslcertwindow.h
4467                 Fix copyright on my files
4468
4469 2007-02-02 [colin]      2.7.2cvs15
4470
4471         * src/Makefile.am
4472         * src/mainwindow.c
4473         * src/messageview.c
4474         * src/messageview.h
4475         * src/textview.c
4476         * src/textview.h
4477         * src/uri_opener.c
4478         * src/uri_opener.h
4479                 Add Tools/List URIs to allow
4480                 opening any URI in the current mail
4481
4482 2007-02-02 [colin]      2.7.2cvs14
4483
4484         * src/common/valgrind.h ** NEW FILE **
4485         * src/common/Makefile.am
4486         * src/common/plugin.c
4487                 Don't dlclose the plugins if we're running
4488                 under valgrind. (doesn't require valgrind
4489                 either at compile time or run time).
4490
4491 2007-02-01 [paul]       2.7.2cvs13
4492
4493         * AUTHORS
4494         * src/gtk/authors.h
4495         * tools/freshmeat_search.pl
4496         * tools/google_search.pl
4497         * tools/multiwebsearch.pl
4498                 add support for non ISO-8859-1 compatible locales
4499                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4500
4501 2007-02-01 [colin]      2.7.2cvs12
4502
4503         * src/prefs_other.c
4504         * src/prefs_summaries.c
4505                 Move keybinding prefs to the Other page
4506
4507 2007-02-01 [wwp]        2.7.2cvs11
4508
4509         * src/plugins/trayicon/trayicon.c
4510                 Fix a raising issue within KDE.
4511
4512 2007-02-01 [colin]      2.7.2cvs10
4513
4514         * src/codeconv.c
4515                 Fix stray quotes in encoded strings
4516         * src/addressadd.c
4517                 Fix wrong call causing g_warnings
4518         * src/textview.c
4519                 Remove useless message
4520
4521 2007-01-31 [wwp]        2.7.2cvs9
4522
4523         * src/plugins/trayicon/trayicon.c
4524                 fix buggy hiding of main window when closing if close-to-tray
4525                 is not set (bad logics  in the trayicon hook code).
4526                 Changed the quit confirmation message too.
4527
4528 2007-01-30 [colin]      2.7.2cvs8
4529
4530         * src/main.c
4531                 Fix hidden mainwindow after clicking on
4532                 the X close button, if compose windows
4533                 exist and the user chooses not to quit
4534
4535 2007-01-30 [colin]      2.7.2cvs7
4536
4537         * src/main.c
4538         * src/compose.c
4539                 Handle local URIs to attach files (file:///...)
4540                 Fixes attaching files from Thunar for example
4541
4542 2007-01-30 [colin]      2.7.2cvs6
4543
4544         * src/prefs_ext_prog.c
4545                 Add 'mousepad' to the list of text editors.
4546                 Mousepad is XFCE's text editor
4547
4548 2007-01-29 [wwp]        2.7.2cvs5
4549
4550         * po/POTFILES.in
4551         * src/plugins/trayicon/trayicon_prefs.c
4552                 trayicon i18n fixes, thanks to Fabien.
4553
4554 2007-01-28 [wwp]        2.7.2cvs4
4555
4556         * src/mainwindow.c
4557         * src/mainwindow.h
4558         * src/plugins/trayicon/trayicon.c
4559         * src/plugins/trayicon/trayicon_prefs.c
4560         * src/plugins/trayicon/trayicon_prefs.h
4561                 Added a new TrayIcon plugin option to close to tray
4562                 (WM's hotkey and [X] button will hide the window instead
4563                 of closing it - closing CM can be done using the tray icon
4564                 menu or the File menu).
4565                 Improved visibility handling in trayicon, clicking the
4566                 trayicon now raise the window to current desktop when it
4567                 was either minimized/shaded/on another desktop.
4568                 Thanks to Paul for testing and fixing a strange behaviour
4569                 in KDE ;-).
4570
4571 2007-01-27 [paul]       2.7.2cvs3
4572
4573         * src/prefs_folder_item.c
4574         * src/prefs_receive.c
4575         * src/plugins/pgpcore/prefs_gpg.c
4576                 use 'start-up' instead of 'startup' in labels
4577
4578 2007-01-26 [wwp]        2.7.2cvs2
4579
4580         * src/plugins/trayicon/Makefile.am
4581         * src/plugins/trayicon/trayicon.c
4582         * src/plugins/trayicon/trayicon_prefs.c
4583         * src/plugins/trayicon/trayicon_prefs.h
4584                 Add a new TrayIcon option to hide the main window at
4585                 start-up.
4586                 Fix trayicon.c copyright header.
4587
4588 2007-01-26 [paul]       2.7.2cvs1
4589
4590         * NEWS
4591         * README
4592         * RELEASE_NOTES
4593         * configure.ac
4594                 bump up version number following
4595                 stable release
4596
4597 2007-01-25 [mones]      2.7.1cvs60
4598
4599         * po/es.po
4600                 updated thousands of strings (well, probably less ;-)
4601
4602 2007-01-25 [colin]      2.7.1cvs59
4603
4604         * src/matcher.c
4605                 Fix 2nd-run loss of matcherrc on new
4606                 configurations. 
4607
4608 2007-01-25 [wwp]        2.7.1cvs58
4609
4610         * src/mimeview.c
4611                 fix handling of empty value in attach_save_directory too, thanks
4612                 to Colin.
4613
4614 2007-01-25 [wwp]        2.7.1cvs57
4615
4616         * src/gtk/filesel.c
4617                 fix handling of empty value in attach_load_directory,
4618                 thanks to Colin.
4619
4620 2007-01-25 [wwp]        2.7.1cvs56
4621
4622         * src/plugins/dillo_viewer/dillo_prefs.h
4623                 fix a typo.
4624
4625 2007-01-25 [colin]      2.7.1cvs55
4626
4627         * src/matcher.c
4628         * src/matcher.h
4629         * src/matcher_parser_parse.y
4630         * src/prefs_matcher.c
4631                 Add matching on the spam flag
4632
4633 2007-01-24 [colin]      2.7.1cvs54
4634
4635         * src/folder.c
4636         * src/common/xml.c
4637         * src/common/xml.h
4638                 Make sure folderlist.xml is correctly
4639                 written before overwriting it.
4640         * src/procmsg.c
4641         * src/procmsg.h
4642         * src/summaryview.c
4643         * src/plugins/bogofilter/bogofilter.c
4644         * src/plugins/bogofilter/bogofilter.h
4645         * src/plugins/bogofilter/bogofilter_gtk.c
4646         * src/plugins/spamassassin/spamassassin.c
4647         * src/plugins/spamassassin/spamassassin.h
4648         * src/plugins/spamassassin/spamassassin_gtk.c
4649                 Move spam to the correct trash folder after
4650                 learning, if spam directory isn't set.
4651
4652 2007-01-23 [paul]       2.7.1cvs53
4653
4654         * src/plugins/bogofilter/bogofilter_gtk.c
4655                 fix sensitivity of "Insert X-Bogosity header"
4656                 option
4657
4658 2007-01-23 [colin]      2.7.1cvs52
4659
4660         * src/toolbar.c
4661                 Translate toolbar items text if
4662                 they're translatable (default)
4663         * src/addrcache.c
4664         * src/addrcache.h
4665         * src/addritem.c
4666         * src/addritem.h
4667         * src/codeconv.c
4668         * src/codeconv.h
4669         * src/jpilot.c
4670         * src/jpilot.h
4671         * src/ldapctrl.c
4672         * src/ldapctrl.h
4673         * src/ldapquery.h
4674         * src/ldif.c
4675         * src/ldif.h
4676         * src/etpan/etpan-thread-manager.c
4677         * src/etpan/etpan-thread-manager.h
4678         * src/gtk/gtkutils.c
4679         * src/gtk/gtkutils.h
4680                 More static functions
4681
4682 2007-01-22 [fabien]     2.7.1cvs51
4683
4684         * src/gtk/gtkutils.c
4685                 gtkut_get_options_frame() : ability to pass
4686                 a 'NULL' value in frame pointer parameter if
4687                 we don't need it.
4688
4689 2007-01-22 [colin]      2.7.1cvs50
4690
4691         * src/procmsg.c
4692         * src/procmsg.h
4693         * src/plugins/bogofilter/bogofilter.c
4694         * src/plugins/bogofilter/bogofilter_gtk.c
4695         * src/plugins/spamassassin/spamassassin.c
4696         * src/plugins/spamassassin/spamassassin_gtk.c
4697                 Allow moving spams to the account's trash
4698                 instead of default one
4699
4700 2007-01-21 [colin]      2.7.1cvs49
4701
4702         * src/ldapquery.c
4703         * src/ldapquery.h
4704                 Revert a static function that shouldn't
4705                 have been
4706
4707 2007-01-21 [colin]      2.7.1cvs48
4708
4709         * src/ldapquery.c
4710         * src/ldapquery.h
4711                 Same
4712
4713 2007-01-21 [colin]      2.7.1cvs47
4714
4715         * src/procmsg.c
4716         * src/procmsg.h
4717                 Same
4718
4719 2007-01-21 [colin]      2.7.1cvs46
4720
4721         * src/common/socket.c
4722         * src/common/socket.h
4723                 Same
4724
4725 2007-01-21 [colin]      2.7.1cvs45
4726
4727         * src/crash.c
4728         * src/exporthtml.c
4729         * src/exporthtml.h
4730         * src/exportldif.c
4731         * src/exportldif.h
4732         * src/folder.c
4733         * src/folder.h
4734         * src/folder_item_prefs.c
4735         * src/folder_item_prefs.h
4736         * src/folderview.c
4737         * src/folderview.h
4738         * src/gedit-print.c
4739         * src/gedit-print.h
4740         * src/main.c
4741         * src/main.h
4742         * src/common/socket.c
4743         * src/common/socket.h
4744         * src/gtk/gtkaspell.c
4745         * src/gtk/gtkaspell.h
4746         * src/gtk/quicksearch.c
4747         * src/gtk/quicksearch.h
4748                 Same
4749
4750 2007-01-21 [colin]      2.7.1cvs44
4751
4752         * src/common/utils.c
4753         * src/common/utils.h
4754         * src/etpan/etpan-thread-manager.c
4755         * src/etpan/etpan-thread-manager.h
4756                 Same (Funny that etpan_thread_unbind
4757                 is called but not etpan_thread_bind)
4758
4759 2007-01-21 [colin]      2.7.1cvs43
4760
4761         * src/addrselect.c
4762         * src/addrselect.h
4763         * src/codeconv.c
4764         * src/codeconv.h
4765         * src/compose.c
4766         * src/compose.h
4767         * src/etpan/Makefile.am
4768         * src/gtk/colorlabel.c
4769         * src/gtk/colorlabel.h
4770         * src/gtk/sslcertwindow.c
4771         * src/gtk/sslcertwindow.h
4772         * src/etpan/etpan-log.c ** REMOVED **
4773         * src/etpan/etpan-log.h ** REMOVED **
4774                 Same
4775
4776 2007-01-20 [colin]      2.7.1cvs42
4777
4778         * src/addritem.c
4779         * src/addritem.h
4780                 Same
4781
4782 2007-01-20 [colin]      2.7.1cvs41
4783
4784         * src/account.c
4785         * src/account.h
4786         * src/addrbook.c
4787         * src/addrbook.h
4788         * src/addrcache.c
4789         * src/addrcache.h
4790         * src/addrclip.c
4791         * src/addrclip.h
4792         * src/addressbook.c
4793         * src/addressbook.h
4794         * src/addrharvest.c
4795         * src/addrharvest.h
4796         * src/addrindex.c
4797         * src/addrindex.h
4798         * src/editaddress.c
4799         * src/editaddress.h
4800                 Make functions that aren't used in other
4801                 files static
4802
4803 2007-01-20 [colin]      2.7.1cvs40
4804
4805         * src/account.c
4806         * src/addrbook.c
4807         * src/addrcache.c
4808         * src/addressbook.c
4809         * src/addrgather.c
4810         * src/addrindex.c
4811         * src/addrquery.c
4812         * src/addrselect.c
4813         * src/browseldap.c
4814         * src/compose.c
4815         * src/editbook.c
4816         * src/editjpilot.c
4817         * src/editldap.c
4818         * src/editldap_basedn.c
4819         * src/editvcard.c
4820         * src/exporthtml.c
4821         * src/exportldif.c
4822         * src/folder.c
4823         * src/folderview.c
4824         * src/image_viewer.c
4825         * src/imap.c
4826         * src/importmutt.c
4827         * src/importpine.c
4828         * src/jpilot.c
4829         * src/ldapquery.c
4830         * src/main.c
4831         * src/mainwindow.c
4832         * src/matcher.c
4833         * src/messageview.c
4834         * src/mh.c
4835         * src/mimeview.c
4836         * src/msgcache.c
4837         * src/mutt.c
4838         * src/news.c
4839         * src/pine.c
4840         * src/prefs_account.c
4841         * src/prefs_common.c
4842         * src/prefs_compose_writing.c
4843         * src/prefs_ext_prog.c
4844         * src/prefs_folder_item.c
4845         * src/prefs_fonts.c
4846         * src/prefs_message.c
4847         * src/prefs_msg_colors.c
4848         * src/prefs_other.c
4849         * src/prefs_quote.c
4850         * src/prefs_receive.c
4851         * src/prefs_send.c
4852         * src/prefs_spelling.c
4853         * src/prefs_summaries.c
4854         * src/prefs_toolbar.c
4855         * src/prefs_wrapping.c
4856         * src/privacy.c
4857         * src/procmime.c
4858         * src/procmsg.c
4859         * src/ssl_manager.c
4860         * src/statusbar.c
4861         * src/summaryview.c
4862         * src/toolbar.c
4863         * src/vcard.c
4864         * src/common/hooks.c
4865         * src/common/log.c
4866         * src/common/passcrypt.c
4867         * src/common/socket.c
4868         * src/common/ssl.c
4869         * src/common/ssl_certificate.c
4870         * src/common/template.c
4871         * src/common/utils.c
4872         * src/etpan/imap-thread.c
4873         * src/gtk/sslcertwindow.c
4874         * src/gtk/sslcertwindow.h
4875                 Make functions that could be static, static
4876
4877 2007-01-20 [colin]      2.7.1cvs39
4878
4879         * src/editldap.c
4880                 Fix tooltip
4881
4882 2007-01-20 [colin]      2.7.1cvs38
4883
4884         * src/ldapquery.c
4885         * src/ldaputil.c
4886         * src/ldaputil.h
4887                 Fix bug 1102, 'claws-mail-2.7.1 
4888                 makes use of deprecated ldap 
4889                 functions'
4890
4891 2007-01-20 [colin]      2.7.1cvs37
4892
4893         * src/mainwindow.c
4894         * src/mainwindow.h
4895         * src/summaryview.c
4896         * src/gtk/quicksearch.c
4897                 Add Wide message list layout
4898
4899 2007-01-19 [fabien]     2.7.1cvs36
4900
4901         * src/textview.c
4902                 make sure a font change is considered in links of
4903                 headerview.
4904
4905 2007-01-19 [colin]      2.7.1cvs35
4906
4907         * src/main.c
4908         * src/mainwindow.c
4909         * src/mainwindow.h
4910         * src/messageview.c
4911         * src/messageview.h
4912         * src/prefs_common.c
4913         * src/prefs_common.h
4914         * src/summaryview.c
4915         * src/summaryview.h
4916         * src/gtk/quicksearch.c
4917         * src/gtk/quicksearch.h
4918                 Drop 'Separate Folder tree' and 'Separate
4919                 Message View'. Put three layouts in place
4920                 of it.
4921
4922 2007-01-19 [paul]       2.7.1cvs34
4923
4924         * src/prefs_msg_colors.c
4925                 more use of Q_ for translators
4926
4927 2007-01-19 [paul]       2.7.1cvs33
4928
4929         * src/imap_gtk.c
4930         * src/prefs_account.c
4931                 a few changes to the English
4932
4933 2007-01-19 [fabien]     2.7.1cvs32
4934
4935         * src/wizard.c
4936                 factorize translatable string
4937
4938 2007-01-18 [colin]      2.7.1cvs31
4939
4940         * src/main.c
4941                 Don't error out on --sync option. Although
4942                 we don't do anything with it, gtk+ handles
4943                 it, and it's useful for debugging X errors
4944
4945 2007-01-18 [fabien]     2.7.1cvs30
4946
4947         * src/prefs_other.c
4948                 ability to apply on the fly the recent added
4949                 'gtk_can_change_accels' pref (no need to restart).
4950
4951 2007-01-18 [fabien]     2.7.1cvs29
4952
4953         * src/plugins/bogofilter/bogofilter_gtk.c
4954         * src/plugins/bogofilter/bogofilter.c
4955         * src/plugins/spamassassin/spamassassin_gtk.c
4956         * src/addr_compl.c
4957         * src/prefs_account.c
4958                 factorize or rewrite some translatable strings.
4959
4960 2007-01-18 [fabien]     2.7.1cvs28
4961
4962         * src/prefs_gtk.h
4963         * src/compose.c
4964                 set a 4pix space between "Subject:" label and subject entry in
4965                 compose window.
4966
4967 2007-01-18 [wwp]        2.7.1cvs27
4968
4969         * src/addressbook.c
4970                 fix conflicting address-copy/paste when focus is set
4971                 to the embedded edit-person form.
4972  
4973
4974 2007-01-18 [wwp]        2.7.1cvs26
4975
4976         * src/addressbook.h
4977                 complete 2.7.1cvs23 (one more file was missing from that
4978                 commit).
4979
4980 2007-01-18 [colin]      2.7.1cvs25
4981
4982         * src/main.c
4983                 Provide a way to migrate without backup
4984                 Re-ask for migration on next start if 
4985                 it has been refused and wizard has been 
4986                 cancelled after.
4987
4988 2007-01-18 [wwp]        2.7.1cvs24
4989
4990         * src/editaddress.c
4991                 complete 2.7.1.cvs23 (file was missing from previous
4992                 commit).
4993
4994 2007-01-18 [wwp]        2.7.1cvs23
4995
4996         * src/addressbook.c
4997                 fix potential crashes in address book's focus_in/out signal handlers,
4998                 force focus to the edit-person form when clicked the Edit menu entry or
4999                 button (this only matters if the edit-person form is embedded to the
5000                 AB window, in that case, focus is not set when browsing the contacts
5001                 list w/ keys or mouse clicks).
5002
5003 2007-01-18 [paul]       2.7.1cvs22
5004
5005         * src/main.c
5006                 add command line options:
5007                 -h for --help
5008                 -q and --quit for --exit
5009                 -v for --version
5010                 print "Unknown option" for unknown options
5011
5012 2007-01-18 [paul]       2.7.1cvs21
5013
5014         * po/ru.po
5015                 updated by Pavlo Bohmat
5016
5017 2007-01-18 [paul]       2.7.1cvs20
5018
5019         * src/mainwindow.c
5020                 fix sensitivity issues of Mark as Spam/Ham
5021
5022 2007-01-17 [fabien]     2.7.1cvs19
5023
5024         * src/prefs_other.c
5025         * src/prefs_common.c
5026         * src/prefs_common.h
5027         * src/main.c
5028                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5029                 control the corresponding gtk property. It could be used to lock
5030                 all shortcuts (avoid to set one of them by inadvertency).
5031
5032 2007-01-17 [colin]      2.7.1cvs18
5033
5034         * src/summaryview.c
5035                 Fix bug 1100, 'Highlighted e-mail data not visible 
5036                 when color label applied.'. Use a weighted average
5037                 between normal selected foreground color and color
5038                 label instead of a simple one (3/1 instead 1/1).
5039
5040 2007-01-17 [colin]      2.7.1cvs17
5041
5042         * src/messageview.c
5043                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5044                 crash' - don't prevent mail switching while loading
5045
5046 2007-01-17 [colin]      2.7.1cvs16
5047
5048         * src/folder.c
5049         * src/folder.h
5050         * src/folderview.c
5051         * src/folderview.h
5052         * src/imap.c
5053         * src/imap.h
5054         * src/imap_gtk.c
5055                 Manage recursive search of unsubscribed folders
5056                 Rescan tree without checking for new messages 
5057                 after subscriptions changed
5058
5059 2007-01-17 [paul]       2.7.1cvs15
5060
5061         * src/prefs_common.c
5062         * src/gtk/pluginwindow.c
5063                 fix bug 1101, '"Load plugin" button is
5064                 accidentally hidden'
5065                 unset (-1) initial width in prefs_common,
5066                 fix overlapping buttons,
5067                 and other cleanups
5068
5069 2007-01-17 [paul]       2.7.1cvs14
5070
5071         * src/procmime.c
5072                 add #include <errno.h>, it's needed
5073                 on some systems
5074
5075 2007-01-17 [paul]       2.7.1cvs13
5076
5077         * src/common/defs.h
5078         * tools/make.themes.project
5079                 rename .sylpheed_themeinfo to .claws_themeinfo
5080                 and use it
5081         * src/etpan/etpan-errors.h
5082         * src/etpan/etpan-log.c
5083         * src/etpan/etpan-log.h
5084         * src/etpan/etpan-thread-manager-types.h
5085         * src/etpan/etpan-thread-manager.c
5086         * src/etpan/etpan-thread-manager.h
5087         * src/etpan/imap-thread.c
5088         * src/etpan/imap-thread.h
5089                 add copyright header
5090
5091 2007-01-17 [colin]      2.7.1cvs12
5092
5093         * src/plugins/pgpcore/select-keys.c
5094         * src/gtk/pluginwindow.c
5095         * src/prefs_account.c
5096                 Fix warnings
5097
5098 2007-01-16 [colin]      2.7.1cvs11
5099
5100         * src/imap.c
5101         * src/imap.h
5102         * src/imap_gtk.c
5103                 Manage subscribing to subfolders when only
5104                 subscribed folders are shown.
5105
5106 2007-01-16 [colin]      2.7.1cvs10
5107
5108         * src/folderview.c
5109                 Fix annoying vscrollbar going back to top
5110                 on Check for new folders
5111
5112 2007-01-16 [colin]      2.7.1cvs9
5113
5114         * src/imap.c
5115                 Remove printf
5116
5117 2007-01-16 [colin]      2.7.1cvs8
5118
5119         * src/filtering.c
5120                 Bigger buffer for errors
5121         * src/imap.c
5122         * src/imap.h
5123         * src/imap_gtk.c
5124         * src/prefs_account.c
5125         * src/prefs_account.h
5126         * src/wizard.c
5127         * src/etpan/imap-thread.c
5128         * src/etpan/imap-thread.h
5129         * manual/handling.xml
5130                 Add subscriptions management. What it changes:
5131                 Creating a folder subscribes to it
5132                 Deleting a folder unsubscribes it
5133                 New contextual menu item allowing to switch between
5134                 All folders and Subscribed folders, subscribe, and
5135                 unsubscribe. "Creating" an existing but unsubscribed
5136                 folder will subscribe it.
5137                 By default for new accounts, only subscribed folders 
5138                 are shown.
5139
5140
5141 2007-01-16 [paul]       2.7.1cvs7
5142
5143         * src/summaryview.c
5144                 Allow folder classes to specify only sort_key or
5145                 sort_type instead of both or none.
5146
5147 2007-01-16 [paul]       2.7.1cvs6
5148
5149         * src/action.c
5150         * src/compose.c
5151         * src/mimeview.c
5152         * src/procmime.c
5153         * src/textview.c
5154                 Save and use errno for procmime_get_part
5155
5156 2007-01-16 [colin]      2.7.1cvs5
5157
5158         * src/imap.c
5159                 Never remove INBOX when scanning for
5160                 new folders. It's a special folder
5161                 that has to exist.
5162
5163 2007-01-15 [colin]      2.7.1cvs4
5164
5165         * src/imap.c
5166                 Fix 'Check for new folders' when IMAP subdirectory
5167                 is set
5168         * src/etpan/imap-thread.c
5169                 Fix build
5170
5171 2007-01-15 [colin]      2.7.1cvs3
5172
5173         * src/etpan/imap-thread.c
5174                 Fix invalid free on command-connection
5175                 error
5176
5177 2007-01-15 [wwp]        2.7.1cvs2
5178
5179         * src/matcher_parser_lex.l
5180         * src/quote_fmt_lex.l
5181         * src/matcher_parser_parse.y
5182                 fix copyright header in lexers and parsers.
5183
5184 2007-01-15 [paul]       2.7.1cvs1
5185
5186         * NEWS
5187         * README
5188         * RELEASE_NOTES
5189         * configure.ac
5190                 bump up version number following
5191                 stable release
5192
5193 2007-01-15 [paul]       2.7.0cvs31
5194
5195         * AUTHORS
5196         * src/gtk/authors.h
5197                 add Fabien to the Team list
5198                 add the recent contributors
5199                 make a few corrections
5200
5201 2007-01-15 [paul]       2.7.0cvs30
5202
5203         * src/mainwindow.c
5204                 fix compiler warning
5205         * src/plugins/pgpcore/prefs_gpg.c
5206         * src/plugins/pgpcore/prefs_gpg.h
5207                 add missing include
5208                 fix copyright header
5209
5210 2007-01-14 [colin]      2.7.0cvs29
5211
5212         * src/gtk/filesel.c
5213                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5214                 two benefits: faster to open, will fix strange
5215                 dbus-related crash. Thanks to Pascal Terjan.
5216
5217 2007-01-14 [colin]      2.7.0cvs28
5218
5219         * src/etpan/imap-thread.c
5220                 Delete the old imap just after allocating
5221                 the new one. Makes sure we don't get the
5222                 same pointer by sheer luck, which feels
5223                 strange in the debug log.
5224
5225 2007-01-14 [colin]      2.7.0cvs27
5226
5227         * src/gtk/inputdialog.c
5228                 Make sure we don't print passwords in
5229                 clear text when in debug mode
5230
5231 2007-01-14 [colin]      2.7.0cvs26
5232
5233         * src/gtk/gtksctree.c
5234                 Fix bug 1098, 'bogus last row display 
5235                 after expanding a thread'. Patch by
5236                 Jindrich Makovicka <makovick@gmail.com>
5237
5238 2007-01-14 [colin]      2.7.0cvs25
5239
5240         * src/etpan/imap-thread.c
5241                 Close socket manually before
5242                 freeing the imap struct
5243
5244 2007-01-14 [colin]      2.7.0cvs24
5245
5246         * src/etpan/imap-thread.c
5247                 Maybe fix new reconnection issues
5248
5249 2007-01-13 [colin]      2.7.0cvs23
5250
5251         * src/summaryview.c
5252                 Freeze/thaw on thread selection
5253
5254 2007-01-13 [paul]       2.7.0cvs22
5255
5256         * src/mainwindow.c
5257         * src/summaryview.c
5258         * src/summaryview.h
5259                 add 'Edit/Delete thread'
5260
5261 2007-01-13 [colin]      2.7.0cvs21
5262
5263         * src/prefs_account.c
5264         * src/prefs_compose_writing.c
5265         * src/prefs_message.c
5266         * src/prefs_msg_colors.c
5267         * src/prefs_other.c
5268         * src/prefs_receive.c
5269         * src/prefs_spelling.c
5270         * src/prefs_summaries.c
5271         * src/prefs_themes.c
5272         * src/gtk/gtkutils.c
5273         * src/gtk/gtkutils.h
5274         * src/plugins/pgpcore/prefs_gpg.c
5275         * src/plugins/spamassassin/spamassassin_gtk.c
5276                 Factorize gtk frame creation
5277                 Patch by Pawel
5278
5279 2007-01-13 [colin]      2.7.0cvs20
5280
5281         * src/message_search.c
5282         * src/summary_search.c
5283                 Fix Enter in search windows
5284         * src/messageview.c
5285                 Fix body search starting at the
5286                 end of the mail (and asking for loop)
5287
5288 2007-01-13 [colin]      2.7.0cvs19
5289
5290         * src/etpan/imap-thread.c
5291                 Make sure we don't free the same imap
5292                 twice
5293
5294 2007-01-13 [colin]      2.7.0cvs18
5295
5296         * commitHelper
5297                 Allow multiple commitHelpers to
5298                 run at once
5299
5300 2007-01-12 [colin]      2.7.0cvs17
5301
5302         * src/etpan/imap-thread.c
5303                 Make sure we get rid of the previous mailimap
5304                 when connecting - just in case disconnect was
5305                 unclean
5306
5307 2007-01-12 [paul]       2.7.0cvs16
5308
5309         * src/compose.c
5310                 Strip S/MIME signatures when re-editing
5311                 S/MIME signed messages.
5312
5313 2007-01-12 [paul]       2.7.0cvs15
5314
5315         * configure.ac
5316         * src/addressbook.c
5317         * src/foldersel.c
5318         * src/folderview.c
5319         * src/main.c
5320                 no need to define CLAWS anymore, remove
5321                 all that stuff
5322
5323 2007-01-12 [paul]       2.7.0cvs14
5324
5325         * src/mimeview.c
5326                 check if the mail's signed as
5327                 it can change the mail structure
5328                 Thanks to Colin
5329
5330 2007-01-12 [paul]       2.7.0cvs13
5331
5332         * src/procmime.c
5333                 fix Forwarding msgs with attachments
5334                 that have dos line endings
5335                 Thanks to Colin
5336
5337 2007-01-12 [wwp]        2.7.0cvs12
5338
5339         * configure.ac
5340                 Revert accidentally committed extra version tag.
5341
5342 2007-01-12 [wwp]        2.7.0cvs11
5343
5344         * src/prefs_account.c
5345                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5346
5347 2007-01-11 [colin]      2.7.0cvs10
5348
5349         * src/imap.c
5350                 move g_warning to debug_print
5351                 it scares people for no reason
5352
5353 2007-01-11 [colin]      2.7.0cvs9
5354
5355         * po/POTFILES.in
5356                 Fix files to translate. Patch by
5357                 Fabien
5358
5359 2007-01-11 [paul]       2.7.0cvs8
5360
5361         * src/imap.c
5362                 Fix recursion when server lists the
5363                 current subfolder in the response
5364         * src/mimeview.c
5365                 Fix updating of icon_list/ctree
5366         * src/plugins/pgpcore/select-keys.c
5367                 Fix a few annoyances when choosing
5368                 keys for the CMS (S/MIME) protocol
5369
5370 2007-01-11 [wwp]        2.7.0cvs7
5371
5372         * src/compose.c
5373         * src/prefs_account.c
5374         * src/prefs_account.h
5375                 Add per-account spellcheck default dictionaries settings.
5376
5377 2007-01-10 [colin]      2.7.0cvs6
5378
5379         * src/prefs_folder_item.c
5380                 Factorize strings - patch by Fabien
5381
5382 2007-01-10 [colin]      2.7.0cvs5
5383
5384         * src/mainwindow.c
5385                 Fix bug 1095, 'Crash while changing folder 
5386                 columns during incorporation'
5387
5388 2007-01-09 [colin]      2.7.0cvs4
5389
5390         * src/gtk/pluginwindow.c
5391                 Set the plugin window transient. Seems
5392                 like some window managers hide it in
5393                 the background after "load plugin"...
5394
5395 2007-01-09 [colin]      2.7.0cvs3
5396
5397         * src/gtk/filesel.c
5398                 Use the same type for alloc and free
5399
5400 2007-01-08 [paul]       2.7.0cvs2
5401
5402         * po/nl.po
5403                 updated by Tim Dijkstra
5404
5405 2007-01-08 [paul]       2.7.0cvs1
5406
5407         * src/prefs_themes.c
5408         * src/common/utils.c
5409                 Fix resource leaks
5410
5411 2007-01-08 [paul]       2.7.0
5412
5413         * NEWS
5414         * README
5415         * RELEASE_NOTES
5416                 2.7.0 released
5417
5418 2007-01-08 [paul]       2.6.1cvs119
5419
5420         * doc/man/claws-mail.1
5421                 another correction
5422
5423 2007-01-08 [paul]       2.6.1cvs118
5424
5425         * doc/man/claws-mail.1
5426                 corrections
5427         * manual/advanced.xml
5428                 improved English usage
5429
5430 2007-01-08 [paul]       2.6.1cvs117
5431
5432         * po/ca.po
5433         * po/de.po
5434         * po/en_GB.po
5435         * po/fi.po
5436         * po/it.po
5437         * po/pt_BR.po
5438         * po/sk.po
5439         * po/sr.po
5440         * po/zh_CN.po
5441                 updated by Miquel Oliete, Stephan Sachse, me,
5442                 Tommi Pirinen, Andrea Spadaccini, Frederico
5443                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5444                 Urosevic, and Ralgh Young
5445
5446 2007-01-07 [mones]      2.6.1cvs116
5447
5448         * manual/es/advanced.xml
5449         * po/es.po
5450                 Synced manual (unhide mark_as_read_delay)
5451                 and updated translation for release
5452
5453 2007-01-07 [paul]       2.6.1cvs115
5454
5455         * src/prefs_matcher.c
5456                 make the hbox content fit better under
5457                 various languages
5458
5459 2007-01-07 [colin]      2.6.1cvs114
5460
5461         * src/messageview.c
5462                 Fix bug 1088, 'Ctrl-h produces repeatable
5463                 crash'
5464
5465 2007-01-06 [colin]      2.6.1cvs113
5466
5467         * src/etpan/imap-thread.c
5468                 Add casts to int to get certs. Fixes
5469                 bug 1064, 'crash @ etpan_certificate_check() 
5470                 when opening an IMAP folder', with latest
5471                 libetpan CVS or >= 0.49
5472         * src/mainwindow.c
5473         * src/mainwindow.h
5474         * src/imap_gtk.c
5475         * src/news_gtk.c
5476         * src/prefs_folder_item.c
5477                 Grey out the "synchronise" menu items if
5478                 there's nothing to synchronise.
5479         * src/plugins/pgpcore/sgpgme.c
5480                 Make an error clearer than "Unknown error"
5481
5482 2007-01-06 [colin]      2.6.1cvs112
5483
5484         * src/messageview.c
5485                 Don't try to show a message if updating
5486                 Maybe fixes bug 1088, 'ctrl-h produces
5487                 repeatable crash'.
5488
5489 2007-01-06 [colin]      2.6.1cvs111
5490
5491         * src/summaryview.c
5492                 Disable Control-Space (handle it as Space).
5493
5494 2007-01-05 [paul]       2.6.1cvs110
5495
5496         * src/imap.c
5497                 Fix bug 934, 'sylpheed claws 2.1 
5498                 doesn't show Exchanges Public Folders'
5499                 Thanks to Hoa and Colin
5500         * src/msgcache.c
5501                 Refuse to allocate more than 2 MB for a 
5502                 single field, it's a good indication of
5503                 cache corruption.
5504
5505 2007-01-05 [colin]      2.6.1cvs109
5506
5507         * src/mainwindow.c
5508                 Allow --select'ing emails by Message-ID too
5509
5510 2007-01-05 [colin]      2.6.1cvs108
5511
5512         * src/common/quoted-printable.c
5513                 Uh! Third fix :)
5514
5515 2007-01-05 [colin]      2.6.1cvs107
5516
5517         * src/common/quoted-printable.c
5518                 Fix previous commit about bug 1089
5519                 Thanks to Ralf
5520
5521 2007-01-05 [colin]      2.6.1cvs106
5522
5523         * src/common/quoted-printable.c
5524                 Fix my previous commit on bug 1089
5525                 - Thanks to Ralf :)
5526
5527 2007-01-04 [colin]      2.6.1cvs105
5528
5529         * src/common/quoted-printable.c
5530                 Fix bug 1089, 'NUL characters in Subject 
5531                 line are misinterpreted'. Not a pain to
5532                 fix in fact.
5533
5534 2007-01-04 [colin]      
5535
5536         2.7.0-rc3 released
5537
5538 2007-01-04 [wwp]        2.6.1cvs104
5539
5540         * src/image_viewer.c
5541                 Force operator precedence (fix a compiler warning).
5542
5543 2007-01-04 [colin]      2.6.1cvs103
5544
5545         * src/image_viewer.c
5546                 Be cautious there too (same fix as the one
5547                 in textview from cvs33)
5548         * src/messageview.c
5549                 Don't use any MimeViewer plugin when showing
5550                 all headers
5551
5552 2007-01-03 [wwp]        2.6.1cvs102
5553
5554         * src/html.c
5555         * src/html.h
5556                 fixed "cent" sign (use the existing ASCII one),
5557                 decode more HTML entities,
5558                 converted table ASCII entries to UTF-8,
5559                 moved a switch() into a hashtable.
5560
5561 2007-01-03 [paul]       2.6.1cvs101
5562
5563         * src/compose.c
5564         * src/messageview.c
5565         * src/procmsg.c
5566         * src/procmsg.h
5567                 When possible, use move_msg instead of
5568                 copy_msg + remove_msg to move sent mail
5569                 from Queue to Sent. 
5570
5571 2007-01-03 [paul]       2.6.1cvs100
5572
5573         * src/html.c
5574                 add more html entity recognition:
5575                 pounds, euros, and cents
5576
5577 2007-01-03 [colin]      2.6.1cvs99
5578
5579         * src/imap_gtk.c
5580                 Don't display an error on NOSELECT
5581                 folders when synchronising
5582
5583 2007-01-03 [paul]       2.6.1cvs98
5584
5585         * tools/maildir2claws-mail.pl
5586                 only substitute 'sent-mail' if it's
5587                 the full directory name
5588
5589 2007-01-03 [paul]       2.6.1cvs97
5590
5591         * ChangeLog
5592         * ChangeLog.pre2.0.0
5593         * Makefile.am
5594                 archive a chunk of ChangeLog in
5595                 ChangeLog.pre2.0.0
5596         * ChangeLog.gtk1
5597         * doc/src/ChangeLog.claws-pre0.8.0
5598                 remove ChangeLog.claws-pre0.8.0, adding
5599                 its contents to ChangeLog.gtk1
5600
5601 2007-01-03 [paul]       2.6.1cvs96
5602
5603         * src/account.c
5604         * src/account.h
5605         * src/action.c
5606         * src/action.h
5607         * src/adbookbase.h
5608         * src/addr_compl.c
5609         * src/addr_compl.h
5610         * src/addrbook.c
5611         * src/addrcache.c
5612         * src/addrcache.h
5613         * src/addrcindex.c
5614         * src/addrcindex.h
5615         * src/addrclip.c
5616         * src/addrclip.h
5617         * src/addrdefs.h
5618         * src/addressadd.c
5619         * src/addressadd.h
5620         * src/addressbook.c
5621         * src/addressbook.h
5622         * src/addressbook_foldersel.c
5623         * src/addressbook_foldersel.h
5624         * src/addrgather.c
5625         * src/addrgather.h
5626         * src/addrharvest.c
5627         * src/addrharvest.h
5628         * src/addrindex.c
5629         * src/addrindex.h
5630         * src/addritem.c
5631         * src/addritem.h
5632         * src/addrquery.c
5633         * src/addrquery.h
5634         * src/addrselect.c
5635         * src/addrselect.h
5636         * src/alertpanel.c
5637         * src/alertpanel.h
5638         * src/browseldap.c
5639         * src/browseldap.h
5640         * src/codeconv.c
5641         * src/codeconv.h
5642         * src/compose.c
5643         * src/compose.h
5644         * src/customheader.c
5645         * src/customheader.h
5646         * src/displayheader.c
5647         * src/displayheader.h
5648         * src/editaddress.c
5649         * src/editaddress.h
5650         * src/editbook.c
5651         * src/editbook.h
5652         * src/editgroup.c
5653         * src/editgroup.h
5654         * src/editjpilot.c
5655         * src/editjpilot.h
5656         * src/editldap.c
5657         * src/editldap.h
5658         * src/editldap_basedn.c
5659         * src/editldap_basedn.h
5660         * src/editvcard.c
5661         * src/editvcard.h
5662         * src/exphtmldlg.c
5663         * src/exphtmldlg.h
5664         * src/expldifdlg.c
5665         * src/expldifdlg.h
5666         * src/export.c
5667         * src/export.h
5668         * src/exporthtml.c
5669         * src/exporthtml.h
5670         * src/exportldif.c
5671         * src/exportldif.h
5672         * src/filtering.c
5673         * src/filtering.h
5674         * src/folder.c
5675         * src/folder.h
5676         * src/folder_item_prefs.c
5677         * src/folder_item_prefs.h
5678         * src/foldersel.c
5679         * src/foldersel.h
5680         * src/folderutils.c
5681         * src/folderutils.h
5682         * src/folderview.c
5683         * src/folderview.h
5684         * src/grouplistdialog.c
5685         * src/grouplistdialog.h
5686         * src/headerview.c
5687         * src/html.c
5688         * src/html.h
5689         * src/image_viewer.c
5690         * src/image_viewer.h
5691         * src/imap.c
5692         * src/imap.h
5693         * src/imap_gtk.c
5694         * src/imap_gtk.h
5695         * src/import.c
5696         * src/import.h
5697         * src/importldif.c
5698         * src/importldif.h
5699         * src/importmutt.c
5700         * src/importmutt.h
5701         * src/importpine.c
5702         * src/importpine.h
5703         * src/inc.c
5704         * src/inc.h
5705         * src/jpilot.c
5706         * src/jpilot.h
5707         * src/ldapctrl.c
5708         * src/ldapctrl.h
5709         * src/ldaplocate.c
5710         * src/ldaplocate.h
5711         * src/ldapquery.c
5712         * src/ldapquery.h
5713         * src/ldapserver.c
5714         * src/ldapserver.h
5715         * src/ldaputil.c
5716         * src/ldaputil.h
5717         * src/ldif.c
5718         * src/ldif.h
5719         * src/main.c
5720         * src/main.h
5721         * src/mainwindow.c
5722         * src/mainwindow.h
5723         * src/manual.c
5724         * src/manual.h
5725         * src/mbox.c
5726         * src/message_search.c
5727         * src/message_search.h
5728         * src/messageview.c
5729         * src/messageview.h
5730         * src/mh.c
5731         * src/mh.h
5732         * src/mh_gtk.c
5733         * src/mh_gtk.h
5734         * src/mimeview.c
5735         * src/mimeview.h
5736         * src/msgcache.c
5737         * src/msgcache.h
5738         * src/mutt.c
5739         * src/mutt.h
5740         * src/news.c
5741         * src/news.h
5742         * src/news_gtk.c
5743         * src/news_gtk.h
5744         * src/partial_download.c
5745         * src/partial_download.h
5746         * src/pine.c
5747         * src/pine.h
5748         * src/pop.c
5749         * src/pop.h
5750         * src/prefs_account.c
5751         * src/prefs_account.h
5752         * src/prefs_actions.c
5753         * src/prefs_actions.h
5754         * src/prefs_common.c
5755         * src/prefs_common.h
5756         * src/prefs_compose_writing.c
5757         * src/prefs_compose_writing.h
5758         * src/prefs_customheader.c
5759         * src/prefs_customheader.h
5760         * src/prefs_display_header.c
5761         * src/prefs_display_header.h
5762         * src/prefs_filtering.c
5763         * src/prefs_filtering.h
5764         * src/prefs_filtering_action.c
5765         * src/prefs_filtering_action.h
5766         * src/prefs_folder_column.c
5767         * src/prefs_folder_column.h
5768         * src/prefs_folder_item.c
5769         * src/prefs_folder_item.h
5770         * src/prefs_fonts.c
5771         * src/prefs_fonts.h
5772         * src/prefs_gtk.c
5773         * src/prefs_gtk.h
5774         * src/prefs_image_viewer.c
5775         * src/prefs_image_viewer.h
5776         * src/prefs_matcher.c
5777         * src/prefs_matcher.h
5778         * src/prefs_message.c
5779         * src/prefs_msg_colors.c
5780         * src/prefs_msg_colors.h
5781         * src/prefs_other.c
5782         * src/prefs_quote.c
5783         * src/prefs_receive.c
5784         * src/prefs_send.c
5785         * src/prefs_spelling.c
5786         * src/prefs_spelling.h
5787         * src/prefs_summaries.c
5788         * src/prefs_summaries.h
5789         * src/prefs_summary_column.c
5790         * src/prefs_summary_column.h
5791         * src/prefs_template.c
5792         * src/prefs_template.h
5793         * src/prefs_themes.c
5794         * src/prefs_themes.h
5795         * src/prefs_toolbar.c
5796         * src/prefs_toolbar.h
5797         * src/prefs_wrapping.c
5798         * src/prefs_wrapping.h
5799         * src/privacy.c
5800         * src/privacy.h
5801         * src/procheader.c
5802         * src/procheader.h
5803         * src/procmime.c
5804         * src/procmime.h
5805         * src/procmsg.c
5806         * src/procmsg.h
5807         * src/quote_fmt.c
5808         * src/quote_fmt_parse.y
5809         * src/recv.c
5810         * src/recv.h
5811         * src/remotefolder.c
5812         * src/remotefolder.h
5813         * src/send_message.c
5814         * src/send_message.h
5815         * src/setup.c
5816         * src/setup.h
5817         * src/sourcewindow.c
5818         * src/sourcewindow.h
5819         * src/ssl_manager.c
5820         * src/ssl_manager.h
5821         * src/statusbar.c
5822         * src/statusbar.h
5823         * src/stock_pixmap.c
5824         * src/stock_pixmap.h
5825         * src/summary_search.c
5826         * src/summary_search.h
5827         * src/summaryview.c
5828         * src/summaryview.h
5829         * src/textview.c
5830         * src/textview.h
5831         * src/toolbar.c
5832         * src/toolbar.h
5833         * src/undo.c
5834         * src/undo.h
5835         * src/unmime.c
5836         * src/unmime.h
5837         * src/vcard.c
5838         * src/vcard.h
5839         * src/wizard.c
5840         * src/wizard.h
5841         * src/common/base64.c
5842         * src/common/base64.h
5843         * src/common/defs.h
5844         * src/common/hooks.c
5845         * src/common/hooks.h
5846         * src/common/log.c
5847         * src/common/log.h
5848         * src/common/mgutils.c
5849         * src/common/mgutils.h
5850         * src/common/nntp.c
5851         * src/common/nntp.h
5852         * src/common/passcrypt.c
5853         * src/common/passcrypt.h.in
5854         * src/common/plugin.c
5855         * src/common/plugin.h
5856         * src/common/prefs.c
5857         * src/common/prefs.h
5858         * src/common/progressindicator.c
5859         * src/common/progressindicator.h
5860         * src/common/quoted-printable.c
5861         * src/common/quoted-printable.h
5862         * src/common/session.c
5863         * src/common/session.h
5864         * src/common/smtp.c
5865         * src/common/smtp.h
5866         * src/common/socket.c
5867         * src/common/socket.h
5868         * src/common/ssl.c
5869         * src/common/ssl.h
5870         * src/common/ssl_certificate.c
5871         * src/common/ssl_certificate.h
5872         * src/common/stringtable.c
5873         * src/common/stringtable.h
5874         * src/common/template.c
5875         * src/common/template.h
5876         * src/common/timing.h
5877         * src/common/utils.c
5878         * src/common/utils.h
5879         * src/common/version.h.in
5880         * src/common/xml.c
5881         * src/common/xml.h
5882         * src/common/xmlprops.c
5883         * src/common/xmlprops.h
5884         * src/gtk/about.c
5885         * src/gtk/colorlabel.c
5886         * src/gtk/colorsel.c
5887         * src/gtk/colorsel.h
5888         * src/gtk/combobox.c
5889         * src/gtk/combobox.h
5890         * src/gtk/description_window.c
5891         * src/gtk/description_window.h
5892         * src/gtk/filesel.c
5893         * src/gtk/filesel.h
5894         * src/gtk/foldersort.c
5895         * src/gtk/foldersort.h
5896         * src/gtk/gtksctree.c
5897         * src/gtk/gtkutils.c
5898         * src/gtk/gtkutils.h
5899         * src/gtk/inputdialog.c
5900         * src/gtk/inputdialog.h
5901         * src/gtk/logwindow.c
5902         * src/gtk/logwindow.h
5903         * src/gtk/manage_window.c
5904         * src/gtk/manage_window.h
5905         * src/gtk/menu.c
5906         * src/gtk/menu.h
5907         * src/gtk/pluginwindow.c
5908         * src/gtk/pluginwindow.h
5909         * src/gtk/prefswindow.c
5910         * src/gtk/prefswindow.h
5911         * src/gtk/progressdialog.c
5912         * src/gtk/progressdialog.h
5913         * src/gtk/sslcertwindow.c
5914         * src/gtk/sslcertwindow.h
5915         * src/plugins/bogofilter/bogofilter.c
5916         * src/plugins/bogofilter/bogofilter.h
5917         * src/plugins/bogofilter/bogofilter_gtk.c
5918         * src/plugins/clamav/clamav_plugin.c
5919         * src/plugins/clamav/clamav_plugin.h
5920         * src/plugins/clamav/clamav_plugin_gtk.c
5921         * src/plugins/demo/demo.c
5922         * src/plugins/dillo_viewer/dillo_prefs.c
5923         * src/plugins/dillo_viewer/dillo_prefs.h
5924         * src/plugins/dillo_viewer/dillo_viewer.c
5925         * src/plugins/pgpcore/passphrase.c
5926         * src/plugins/pgpcore/passphrase.h
5927         * src/plugins/pgpcore/pgp_viewer.c
5928         * src/plugins/pgpcore/pgp_viewer.h
5929         * src/plugins/pgpcore/plugin.c
5930         * src/plugins/pgpcore/select-keys.c
5931         * src/plugins/pgpcore/select-keys.h
5932         * src/plugins/pgpcore/sgpgme.c
5933         * src/plugins/pgpcore/sgpgme.h
5934         * src/plugins/pgpinline/pgpinline.c
5935         * src/plugins/pgpinline/pgpinline.h
5936         * src/plugins/pgpinline/plugin.c
5937         * src/plugins/pgpmime/pgpmime.c
5938         * src/plugins/pgpmime/pgpmime.h
5939         * src/plugins/pgpmime/plugin.c
5940         * src/plugins/spamassassin/spamassassin.c
5941         * src/plugins/spamassassin/spamassassin.h
5942         * src/plugins/spamassassin/spamassassin_gtk.c
5943         * src/plugins/trayicon/trayicon.c
5944                 it's 2007, update the year in the copyright headers
5945
5946 2007-01-03 [paul]       2.6.1cvs95
5947
5948         * src/gtk/about.c
5949                 it is 2007, use it in the copyright string
5950
5951 2007-01-03 [paul]       2.6.1cvs94
5952
5953         * src/html.c
5954                 html entity conversion:
5955                 move &#153; to a more suitable place
5956                 add &bull; and &ndash;
5957                 make sure &mdash; and &#8212; are both
5958                 converted the same
5959
5960 2007-01-02 [colin]      2.6.1cvs93
5961
5962         * src/addrbook.c
5963                 Fix leak
5964         * src/common/plugin.c
5965                 Add comment
5966         * src/etpan/imap-thread.c
5967                 Fix warning
5968
5969 2006-12-31 [paul]       2.6.1cvs92
5970
5971         * src/prefs_summaries.c
5972                 use gtk_button_new_from_stock()
5973
5974 2006-12-30 [colin]      2.6.1cvs91
5975
5976         * src/folder.c
5977         * src/imap_gtk.c
5978         * src/mh_gtk.c
5979                 Don't update filtering and account paths 
5980                 when copying folders
5981
5982 2006-12-30 [colin]      2.6.1cvs90
5983
5984         * src/prefs_compose_writing.c
5985         * src/prefs_quote.c
5986         * src/prefs_template.c
5987                 Use message font for Writing and 
5988                 Quoting prefs, as well as Templates.
5989
5990 2006-12-30 [colin]      2.6.1cvs89
5991
5992         * src/prefs_summaries.c
5993                 Rework GUI; patch by Pawel
5994
5995 2006-12-29 [colin]      2.6.1cvs88
5996
5997         * src/prefs_folder_item.c
5998                 Fix bug 1085, 'Apply to subfolder 
5999                 doesn't work' - I was mistaken saying
6000                 it worked in every case
6001
6002 2006-12-28 [colin]      2.6.1cvs87
6003
6004         * src/gtk/gtkaspell.c
6005                 Don't assert if use_alternate is true
6006                 and alt_dictionary isn't set -- this 
6007                 is what happens on upgrade! Rather,
6008                 do with it.
6009
6010 2006-12-28 [colin]      2.6.1cvs86
6011
6012         * Makefile.am
6013                 Fix desktop/icon simplification
6014
6015 2006-12-28 [colin]      2.6.1cvs85
6016
6017         * Makefile.am
6018                 Make desktop and icon not 
6019                 dependant on the desktop
6020
6021 2006-12-28 [wwp]        2.6.1cvs84
6022
6023         * src/plugins/pgpmime/claws.def
6024                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6025
6026 2006-12-28 [wwp]        2.6.1cvs83
6027
6028         * src/prefs_folder_item.c
6029                 Fix coloring of "simplify subject regexp" (folder prefs),
6030                 which might be left to red whereas the regexp gets empty.
6031
6032 2006-12-28 [wwp]        2.6.1cvs82
6033
6034         * src/prefs_common.c
6035         * src/prefs_common.h
6036         * src/addressbook.c
6037         * src/addressitem.h
6038                 Save addressbook mainwindow's horizontal and vertical splitter position.
6039
6040 2006-12-27 [wwp]        2.6.1cvs81
6041
6042         * src/gtk/gtkaspell.c
6043         * src/gtk/gtkaspell.h
6044         * src/compose.c
6045                 Fix assignment of compose's default and alternate dictionary from
6046                 account or folder settings. Now gtkaspell_change_dict does rotate
6047                 dicts only when it's called from a menu cb.
6048
6049 2006-12-27 [wwp]        2.6.1cvs80
6050
6051         * src/folder_item_prefs.c
6052                 Fix randomly initialized default-alt-dictionary (folder prefs),
6053                 complete 2.6.1cvs72.
6054
6055 2006-12-27 [paul]       2.6.1cvs79
6056
6057         * src/imap_gtk.c
6058         * src/mh_gtk.c
6059                 Add Copy folder in the folder's contextual
6060                 menu
6061
6062 2006-12-27 [wwp]        2.6.1cvs78
6063
6064         * src/imap.c
6065                 Clean up session locking, thanks to Colin.
6066
6067 2006-12-26 [colin]      2.6.1cvs77
6068
6069         * src/statusbar.c
6070                 Revert previous patch
6071
6072 2006-12-26 [colin]      2.6.1cvs76
6073
6074         * src/folder.c
6075         * src/folderview.c
6076         * src/imap.c
6077         * src/statusbar.c
6078         * src/etpan/imap-thread.c
6079                 Fix previous commit warnings
6080                 Make statusbar update every second if total < 20
6081                 Make IMAP APPEND faster by simplifying log              
6082
6083 2006-12-26 [colin]      2.6.1cvs75
6084
6085         * src/folder.c
6086         * src/folder.h
6087         * src/folderview.c
6088         * src/folderview.h
6089         * src/imap_gtk.c
6090         * src/mh_gtk.c
6091                 Make it possible to copy folders accross
6092                 mailboxes (this was an arbitrary limitation).
6093                 Still make it impossible to move folders 
6094                 accross mailboxes.
6095
6096 2006-12-26 [colin]      2.6.1cvs74
6097
6098         * src/etpan/imap-thread.c
6099                 Fix bug 1081, 'claws-mail 
6100                 segfaults when going offline 
6101                 while it transfers mails via 
6102                 imap'
6103
6104 2006-12-26 [colin]      2.6.1cvs73
6105
6106         * src/folder_item_prefs.c
6107                 Don't forget alt dictionary when
6108                 renaming/moving folders
6109
6110 2006-12-26 [wwp]        2.6.1cvs72
6111
6112         * src/folder_item_prefs.c
6113                 Add missing defaults for per-folder alt dict
6114                 (forgotten in 2.6.1cvs61).
6115
6116 2006-12-26 [colin]      2.6.1cvs71
6117
6118         * src/wizard.c
6119                 Add tooltip to state that specifying
6120                 full path to mailbox is possible
6121
6122 2006-12-26 [wwp]        2.6.1cvs70
6123
6124         * src/partial_download.c
6125         * src/gtk/gtkvscrollbutton.c
6126         * src/plugins/pgpinline/plugin.c
6127                 Fix for few compiler warnings that matter.
6128
6129 2006-12-25 [colin]      2.6.1cvs69
6130
6131         * src/partial_download.c
6132                 Fix marking for download or deletion
6133                 when the header isn't the first
6134         * src/gtk/logwindow.c
6135                 Fix start of scrolling
6136
6137 2006-12-23 [paul]       2.6.1cvs68
6138
6139         * src/compose.c
6140                 change last commit to use the 'academic'
6141                 method instead. Thanks to wwp
6142
6143 2006-12-23 [paul]       2.6.1cvs67
6144
6145         * src/compose.c
6146                 don't warn about empty subject when
6147                 redirecting
6148
6149 2006-12-22 [colin]      2.6.1cvs66
6150
6151         * src/summary_search.c
6152                 Fix previous patch
6153
6154 2006-12-22 [colin]      2.6.1cvs65
6155
6156         * src/gtk/gtkutils.c
6157         * src/imap.c
6158         * src/jpilot.c
6159         * src/summary_search.c
6160                 A few warning fixes
6161
6162 2006-12-23 [paul]       
6163
6164         2.7.0-rc2 released
6165
6166 2006-12-22 [colin]      2.6.1cvs64
6167
6168         * src/toolbar.c
6169         * src/toolbar.h
6170                 Add a combo to the learn spam button
6171         * src/plugins/bogofilter/bogofilter.c
6172         * src/plugins/bogofilter/bogofilter_gtk.c
6173         * src/plugins/bogofilter/bogofilter.h
6174                 Allow to store Unsure mails in a specific
6175                 folder to make better teaching easier
6176
6177 2006-12-21 [wwp]        2.6.1cvs63
6178
6179         * src/compose.c
6180         * src/prefs_common.c
6181         * src/prefs_common.h
6182         * src/prefs_spelling.c
6183         * src/gtk/gtkaspell.c
6184         * src/gtk/gtkaspell.h
6185                 Allow spell-checking using both current and alternate dictionaries
6186                 (thanks to Colin).
6187
6188 2006-12-21 [wwp]        2.6.1cvs62
6189
6190         * src/gtk/gtkaspell.c
6191                 Apply recheck_when_changing_dict (highlight all mispelled words)
6192                 when switching to alternate dictionary.
6193
6194 2006-12-21 [wwp]        2.6.1cvs61
6195
6196         * src/compose.c
6197         * src/folder_item_prefs.h
6198         * src/prefs_common.c
6199         * src/prefs_common.h
6200         * src/prefs_folder_item.c
6201         * src/prefs_spelling.c
6202         * src/gtk/gtkaspell.c
6203         * src/gtk/gtkaspell.h
6204                 Add global and per-folder prefs to set the default
6205                 alternate dictionary.
6206
6207 2006-12-21 [colin]      2.6.1cvs60
6208
6209         * src/folder.c
6210                 Look for folders by path in all folders
6211         * src/html.c
6212                 add &mdash;
6213
6214 2006-12-20 [colin]      2.6.1cvs59
6215
6216         * src/gtk/quicksearch.c
6217                 Make sure in_typing is false when clearing
6218
6219 2006-12-20 [wwp]        2.6.1cvs58
6220
6221         * configure.ac
6222                 change manual's target dir to be LFH-compliant (thanks to Colin).
6223
6224 2006-12-20 [wwp]        2.6.1cvs57
6225
6226         * src/prefs_common.c
6227         * src/prefs_summaries.c
6228                 i18n fix and factorize patch, thanks to Fabien.
6229
6230 2006-12-20 [paul]       2.6.1cvs56
6231
6232         * configure.ac
6233                 last of the renaming (??)
6234         * src/main.c
6235                 correct --help info of --status-full
6236         * src/plugins/bogofilter/bogofilter.c
6237                 make FALSE default of whitelist_ab
6238
6239 2006-12-19 [colin]      2.6.1cvs55
6240
6241         * src/jpilot.c
6242                 Same as before, without depending on
6243                 pisock >= 0.12
6244
6245 2006-12-19 [colin]      2.6.1cvs54
6246
6247         * src/jpilot.c
6248                 Fix bug 1059, 'Better jpilot charset 
6249                 handling'. Use libpisync's charset conversion
6250                 if possible
6251
6252 2006-12-19 [colin]      2.6.1cvs53
6253
6254         * po/fr.po
6255                 Updated by Fabien
6256
6257 2006-12-19 [wwp]        2.6.1cvs52
6258
6259         * src/gtk/about.c
6260                 Add missing #include (thanks to Colin).
6261
6262 2006-12-19 [wwp]        2.6.1cvs51
6263
6264         * src/prefs_receive.c
6265                 Better spacing between widgets in prefs.
6266
6267 2006-12-18 [colin]      2.6.1cvs50
6268
6269         * src/imap.c
6270                 Fix failure to get separator on LIST "" ""
6271                 Try LIST "" "INBOX" too.
6272
6273 2006-12-18 [wwp]        2.6.1cvs49
6274
6275         * src/common/session.c
6276                 Fix a compiler warning (thanks to Fabien).
6277
6278 2006-12-18 [wwp]        2.6.1cvs48
6279
6280         * src/compose.c
6281         * src/prefs_quote.c
6282                 Factorize some strings for translation (it's about error
6283                 messages when applying or checking template/quote format).
6284
6285 2006-12-18 [colin]      2.6.1cvs47
6286
6287         * Makefile.am
6288         * src/common/defs.h
6289         * src/gtk/Makefile.am
6290         * src/gtk/about.c
6291                 Add a Release notes tab from the contents of
6292                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6293
6294 2006-12-17 [colin]      2.6.1cvs46
6295
6296         * src/mimeview.c
6297         * src/textview.c
6298         * src/gtk/filesel.c
6299                 Correctly convert from/to UTF8/filename encoding
6300                 when loading and saving files. Probably fixes
6301                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6302                 for a file to attach and is blocked...'
6303
6304 2006-12-17 [colin]      2.6.1cvs45
6305
6306         * src/gtk/logwindow.c
6307                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6308                 IMAP folder and is blocked on main thread': 
6309                 make sure we put utf8 in the log.
6310
6311 2006-12-16 [colin]      2.6.1cvs44
6312
6313         * src/toolbar.c
6314         * src/toolbar.h
6315                 Fix bug 1055, 'Add the 'cancel receive' 
6316                 in the available events for the toolbar buttons'
6317
6318 2006-12-16 [colin]      2.6.1cvs43
6319
6320         * po/POTFILES.in
6321         * src/imap.c
6322         * src/common/nntp.c
6323         * src/common/session.c
6324                 Log error when SSL handshakes fail. 
6325                 Fixes bug 1082, 'incorrect / imprecise 
6326                 error message when imap server provides 
6327                 ssl only through STARTTLS but SSL is 
6328                 selected'
6329
6330 2006-12-15 [wwp]        2.6.1cvs42
6331
6332         * src/plugins/bogofilter/bogofilter_gtk.c
6333                 set proper sensitivity to widgets I've recently added.
6334
6335 2006-12-15 [colin]      
6336
6337         2.7.0-rc1 released
6338
6339 2006-12-15 [wwp]        2.6.1cvs41
6340
6341         * src/plugins/bogofilter/bogofilter.c
6342         * src/plugins/bogofilter/bogofilter.h
6343         * src/plugins/bogofilter/bogofilter_gtk.c
6344                 bogofilter's whitelist can now use a subset of
6345                 the addressbook (either a book, a subfolder of a book,
6346                 or the whole addressbook by using "Any"). Re-used there
6347                 some pref_matcher widgets and mechanisms to match a subset
6348                 of the addressbook.
6349
6350 2006-12-15 [wwp]        2.6.1cvs40
6351
6352         * src/wizard.c
6353         * src/common/plugin.c
6354         * src/common/plugin.h
6355         * src/gtk/about.c
6356         * src/plugins/bogofilter/bogofilter.c
6357         * src/plugins/clamav/clamav_plugin.c
6358         * src/plugins/demo/demo.c
6359         * src/plugins/dillo_viewer/dillo_viewer.c
6360         * src/plugins/pgpcore/plugin.c
6361         * src/plugins/pgpinline/plugin.c
6362         * src/plugins/pgpmime/plugin.c
6363         * src/plugins/spamassassin/spamassassin.c
6364         * src/plugins/trayicon/trayicon.c
6365                 factorize some translatable strings (plugins-related),
6366                 fix missing punctuation in several places,
6367                 remove useless translatable \n in about.c,
6368                 and factorize plugin init code w/ a new function
6369                 check_plugin_version() in common/plugin.c.
6370                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6371
6372 2006-12-15 [wwp]        2.6.1cvs39
6373
6374         * src/plugins/bogofilter/bogofilter.c
6375         * src/plugins/bogofilter/bogofilter_gtk.c
6376                 flag whitelisted spams as spam, but don't filter it to the spam
6377                 folder. Thanks to Colin.
6378
6379 2006-12-15 [ticho]      2.6.1cvs38
6380
6381         * src/plugins/bogofilter/bogofilter.c
6382         * src/plugins/bogofilter/bogofilter.h
6383         * src/plugins/bogofilter/bogofilter_gtk.c
6384                 Add option to whitelist senders found in addressbook. Patch by colin.
6385
6386 2006-12-15 [paul]       2.6.1cvs37
6387
6388         * src/folderview.c
6389                 add missing #include "log.h"
6390
6391 2006-12-15 [paul]       2.6.1cvs36
6392
6393         * src/plugins/bogofilter/bogofilter.c
6394         * src/plugins/bogofilter/bogofilter.h
6395         * src/plugins/bogofilter/bogofilter_gtk.c
6396                 Add an option to allow inserting an
6397                 X-Claws-Bogosity header (on MH folders
6398                 only). Patch by Colin
6399
6400 2006-12-14 [colin]      2.6.1cvs35
6401
6402         * src/main.c
6403                 "Yes" should be the default choice for
6404                 migration configuration
6405
6406 2006-12-14 [paul]       2.6.1cvs34
6407
6408         * src/prefs_summaries.c
6409         * manual/advanced.xml
6410                 Unhide mark_as_read_delay
6411
6412 2006-12-14 [paul]       2.6.1cvs33
6413
6414         * src/messageview.c
6415         * src/messageview.h
6416         * src/mimeview.c
6417         * src/mimeview.h
6418         * src/summaryview.c
6419         * src/textview.c
6420         * src/textview.h
6421                 Fix printing of selection
6422                 Fix printing of message parts
6423                 Fix printing of images
6424         * src/gtk/gtksourceprintjob.c
6425                 Fix page count when there are images
6426
6427 2006-12-14 [wwp]        2.6.1cvs32
6428
6429         * src/mainwindow.c
6430         * src/summaryview.c
6431         * src/summaryview.h
6432         * src/gtk/quicksearch.c
6433                 fix quicksearch 'magnify' button status when QS is closed
6434                 using the Escape key, thanks to Colin.
6435
6436 2006-12-14 [wwp]        2.6.1cvs31
6437
6438         * src/mainwindow.c
6439         * src/summaryview.c
6440         * src/summaryview.h
6441         * src/gtk/quicksearch.c
6442                 fix quicksearch 'magnify' button status when QS is closed
6443                 using the Escape key, thanks to Colin.
6444
6445 2006-12-13 [colin]      2.6.1cvs30
6446
6447         * src/ldapquery.c
6448         * src/ldaputil.c
6449                 Use the binary safe version of ldap_get_values,
6450                 to make sure we manipulate null-terminated 
6451                 strings. Maybe fixes bug 1075, 'claws mail 
6452                 segfault when completing ldap adresses'
6453         * src/syldap.c ** REMOVED **
6454         * src/syldap.h ** REMOVED **
6455                 Remove dead files
6456
6457 2006-12-13 [mones]      2.6.1cvs29
6458
6459         * po/es.po
6460                 Fixed piped strings, fixed click translation
6461
6462 2006-12-13 [paul]       2.6.1cvs28
6463
6464         * src/main.c
6465                 don't translate these strings
6466
6467 2006-12-13 [paul]       2.6.1cvs27
6468
6469         * po/en_GB.po
6470                 updated
6471
6472 2006-12-13 [colin]      2.6.1cvs26
6473
6474         * src/main.c
6475         * src/main.h
6476                 Add claws_is_starting()
6477
6478 2006-12-13 [mones]      2.6.1cvs25
6479
6480         * manual/es/advanced.xml
6481         * po/es.po
6482                 Synced manual and updated translation
6483
6484 2006-12-12 [colin]      2.6.1cvs24
6485
6486         * src/wizard.c
6487                 Add an option to use STARTTLS in the
6488                 welcome wizard. Fixes bug 1080, 
6489                 'Using SSL option in wizard for incoming 
6490                 server does not activate SSL with STARTTLS'
6491
6492 2006-12-12 [colin]      2.6.1cvs23
6493
6494         * src/main.c
6495                 Don't exit when there's an incomplete
6496                 mailbox configured - leaves a chance 
6497                 to fix a failing IMAP account. Exit
6498                 if no mailbox at all is loaded (case
6499                 of missing plugin).
6500                 Completes bug 1077's fix (I was wrong
6501                 in this bug's comment #3).
6502
6503 2006-12-12 [colin]      2.6.1cvs22
6504
6505         * src/gtk/menu.h
6506                 Add another menu data type
6507         * src/prefs_account.c
6508                 Complete the completion of bug 1076
6509                 (doesn't lose the pref on apply)
6510
6511 2006-12-12 [paul]       2.6.1cvs21
6512
6513         * src/prefs_account.c
6514                 complete the fix of bug 1076
6515                 also be more verbose with the text
6516
6517 2006-12-12 [paul]       2.6.1cvs20
6518
6519         * src/gtk/combobox.c
6520                 fix compilation warning
6521
6522 2006-12-11 [colin]      2.6.1cvs19
6523
6524         * src/wizard.c
6525                 Document :port in server entry tooltips
6526
6527 2006-12-11 [colin]      2.6.1cvs18
6528
6529         * src/main.c
6530                 Fix compile
6531
6532 2006-12-11 [colin]      2.6.1cvs17
6533
6534         * src/main.c
6535                 Add failing IMAP as a reason for no
6536                 mailbox
6537
6538 2006-12-11 [colin]      2.6.1cvs16
6539
6540         * src/prefs_account.c
6541                 Check for existence of inbox for local
6542                 accounts too
6543         * src/wizard.c
6544                 Allow setting the port to use for servers
6545                 by using the usual "server.example.com:port"
6546                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6547                 not start when IMAP server is unavailable'
6548
6549 2006-12-11 [colin]      2.6.1cvs15
6550
6551         * src/prefs_account.c
6552                 Prevent use of non-existing default inbox
6553
6554 2006-12-11 [colin]      2.6.1cvs14
6555
6556         * src/prefs_account.c
6557                 Fix sensitivity. Fixes bug 1076, 'privacy 
6558                 options are displayed even when pgp plugin 
6559                 not loaded / available'
6560
6561 2006-12-09 [colin]      2.6.1cvs13
6562
6563         * manual/advanced.xml
6564         * src/prefs_common.c
6565         * src/prefs_common.h
6566         * src/common/ssl_certificate.c
6567                 Add a new hidden preference, 'unsafe_ssl_certs',
6568                 which allows to store multiple certificates per
6569                 server/port. This is disabled by default because
6570                 it's less secure (presenting a new certificate
6571                 instead of a changed one raises less alarms).
6572                 This will cause Claws to ask about an unknown
6573                 certificate for people who have used 2.6.1cvs8
6574                 or greater.
6575
6576 2006-12-09 [colin]      2.6.1cvs12
6577
6578         * src/action.c
6579                 Fix cache updating after action
6580
6581 2006-12-07 [wwp]        2.6.1cvs11
6582
6583         * src/compose.c
6584                 fix email address comparison when replying to all
6585                 (avoid replying to ourselves), thanks to Colin.
6586
6587 2006-12-06 [paul]       2.6.1cvs10
6588
6589         * src/addrharvest.c
6590         * src/editldap.c
6591         * src/expldifdlg.c
6592         * src/news.c
6593         * src/toolbar.c
6594         * src/common/utils.c
6595                 ...and more renaming
6596                 Thanks to Colin
6597
6598 2006-12-06 [paul]       2.6.1cvs9
6599
6600         * src/compose.c
6601         * src/messageview.c
6602         * src/procheader.c
6603         * src/procmime.c
6604         * src/procmsg.c
6605         * src/textview.c
6606                 more renaming
6607                 Thanks to Colin
6608
6609 2006-12-06 [colin]      2.6.1cvs8
6610
6611         * src/ssl_manager.c
6612         * src/common/ssl_certificate.c
6613         * src/common/ssl_certificate.h
6614                 Handle multiple certificates per host/port
6615
6616 2006-12-06 [colin]      2.6.1cvs7
6617
6618         * src/etpan/imap-thread.c
6619                 Fix certificate checking on IMAP
6620
6621 2006-12-06 [colin]      2.6.1cvs6
6622
6623         * src/folderview.c
6624                 Fix bug 1072, 'Claws stops fetching newsgroups 
6625                 from server when newsgroup got deleted': continue
6626                 checking other groups
6627
6628 2006-12-05 [wwp]        2.6.1cvs5
6629
6630         * src/message_search.c
6631         * src/summary_search.c
6632         * src/gtk/combobox.c
6633         * src/gtk/combobox.h
6634         * src/gtk/gtkutils.c
6635         * src/gtk/gtkutils.h
6636                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6637                 behave like w/ old comboboxes (summary and message search only).
6638
6639 2006-12-05 [paul]       2.6.1cvs4
6640
6641         * src/wizard.c
6642                 encode headers
6643                 Thanks to Colin
6644
6645 2006-12-05 [paul]       2.6.1cvs3
6646
6647         * tools/README
6648         * tools/textviewer.pl
6649                 script updated and description added
6650
6651 2006-12-04 [colin]      2.6.1cvs2
6652
6653         * src/compose.c
6654                 Run pre-send hook only when checking
6655                 everything
6656
6657 2006-12-04 [paul]       2.6.1cvs1
6658
6659         * NEWS
6660         * README
6661         * RELEASE_NOTES
6662         * configure.ac
6663         * tools/README
6664                 bump up version number following stable release
6665
6666 2006-12-04 [paul]       2.6.0cvs83
6667
6668         * README
6669                 updates and corrections
6670
6671 2006-12-04 [colin]      2.6.0cvs82
6672
6673         * src/common/utils.c
6674                 Probably fix bug 1066, 'Incorrect mailbox 
6675                 size displayed'
6676
6677 2006-12-04 [colin]      2.6.0cvs81
6678
6679         * src/common/utils.c
6680                 Trim tabs from mailcap file too.
6681
6682 2006-12-02 [paul]       2.6.0cvs80
6683
6684         * src/exphtmldlg.c
6685                 fix broken GUI under certain languages
6686         * src/expldifdlg.c
6687                 put the Cancel button to the right
6688
6689 2006-12-01 [paul]       2.6.0cvs79
6690
6691         * tools/Makefile.am
6692                 remove reference to removed file
6693
6694 2006-12-01 [wwp]        2.6.0cvs78
6695
6696         * src/addressbook.c
6697         * src/editaddress.c
6698                 remove forgotten debug statements.
6699
6700 2006-12-01 [wwp]        2.6.0cvs77
6701
6702         * manual/advanced.xml
6703         * manual/fr/advanced.xml
6704         * src/addressbook.c
6705         * src/addressbook.h
6706         * src/addressitem.h
6707         * src/editaddress.c
6708         * src/editaddress.h
6709         * src/prefs_common.c
6710         * src/prefs_common.h
6711         * src/gtk/gtkutils.c
6712         * src/gtk/gtkutils.h
6713                 add a hidden option to allow embedding the editaddress (edit contact details)
6714                 dialog into the addressbook's window. This doesn't change the default
6715                 behaviour.
6716
6717 2006-12-01 [wwp]        2.6.0cvs76
6718
6719         * src/message_search.c
6720         * src/summary_search.c
6721                 fix more focus issues (don't set focus to combobox's entry widget when
6722                 entry's value changed, if entry widget has focus already).
6723
6724 2006-12-01 [wwp]        2.6.0cvs75
6725
6726         * src/gtk/quicksearch.c
6727                 revert last changes to the quicksearch gtk_combo_box, this needs more
6728                 tuning and testing.
6729
6730 2006-12-01 [paul]       2.6.0cvs74
6731
6732         * tools/kdeservicemenu/README
6733         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6734         * tools/kdeservicemenu/install.sh
6735         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6736         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6737                 simplify this stuff, and in so doing,
6738                 fix it. (possibly re-extend it again at
6739                 a later date)
6740
6741 2006-12-01 [wwp]        2.6.0cvs73
6742
6743         * src/gtk/quicksearch.c
6744                 adapt quicksearch code to use modern gtk_combo_box'es.
6745
6746 2006-12-01 [wwp]        2.6.0cvs72
6747
6748         * src/common/defs.h
6749         * src/prefs_common.c
6750         * src/prefs_common.h
6751         * src/message_search.c
6752         * src/summary_search.c
6753         * src/gtk/combobox.c
6754         * src/gtk/combobox.h
6755                 add history combos to all message and summary search fields.
6756
6757 2006-12-01 [wwp]        2.6.0cvs71
6758
6759         * src/summaryview.c
6760                 As the list may change while the mark as read delay
6761                 runs, we can't rely on the 'row' pointer, which can
6762                 be invalid when the timeout is called. As the mark
6763                 as read is only done if the message is still selected,
6764                 use summaryview->selected instead. Thanks to Colin.
6765
6766 2006-11-30 [paul]       2.6.0cvs70
6767
6768         * src/textview.c
6769                 give emphasis to "Sylpheed-Claws"
6770                 as well as "Claws Mail"
6771
6772 2006-11-30 [colin]      2.6.0cvs69
6773
6774         * src/wizard.c
6775                 Put the SSL checkboxes in the receiving
6776                 and sending server pages.
6777
6778 2006-11-29 [colin]      2.6.0cvs68
6779
6780         * src/gtk/gtkutils.c
6781         * src/gtk/gtkvscrollbutton.c
6782                 Revert some deprecated fixes - they seem to
6783                 deprecate stuff as soon as a new one gets out.
6784                 g_object_ref_sink needed glib-2.10.
6785
6786 2006-11-29 [colin]      2.6.0cvs67
6787
6788         * src/common/utils.c
6789                 Create .mailcap if it doesn't exist
6790
6791 2006-11-29 [colin]      2.6.0cvs66
6792
6793         * src/compose.c
6794                 Followup to cvs60: use original list
6795                 of recipients if replying to a mail
6796                 in Sent Drafts or Queue.
6797
6798 2006-11-27 [paul]       2.6.0cvs65
6799
6800         * src/image_viewer.c
6801                 revert the last change for now (it's broken)
6802
6803 2006-11-27 [paul]       2.6.0cvs64
6804
6805         * Makefile.am
6806         * configure.ac
6807         * m4/aclocal-include.m4
6808         * m4/check-type.m4
6809         * src/Makefile.am
6810         * src/addr_compl.c
6811         * src/compose.c
6812         * src/crash.c
6813         * src/export.c
6814         * src/exporthtml.c
6815         * src/exportldif.c
6816         * src/imap.c
6817         * src/import.c
6818         * src/main.c
6819         * src/main.h
6820         * src/matcher.c
6821         * src/mimeview.c
6822         * src/procmsg.c
6823         * src/textview.c
6824         * src/common/Makefile.am
6825         * src/common/claws.c
6826         * src/common/claws.h
6827         * src/common/ssl.c
6828         * src/common/sylpheed.c
6829         * src/common/sylpheed.h
6830         * src/etpan/Makefile.am
6831         * src/gtk/Makefile.am
6832         * src/gtk/claws-marshal.list
6833         * src/gtk/filesel.c
6834         * src/gtk/gtksctree.c
6835         * src/gtk/quicksearch.c
6836         * src/gtk/sylpheed-marshal.list
6837         * src/plugins/bogofilter/bogofilter.c
6838         * src/plugins/bogofilter/bogofilter_gtk.c
6839         * src/plugins/clamav/clamav_plugin.c
6840         * src/plugins/clamav/clamav_plugin_gtk.c
6841         * src/plugins/demo/demo.c
6842         * src/plugins/dillo_viewer/dillo_viewer.c
6843         * src/plugins/pgpcore/Makefile.am
6844         * src/plugins/pgpcore/claws.def
6845         * src/plugins/pgpcore/pgp_viewer.c
6846         * src/plugins/pgpcore/plugin.c
6847         * src/plugins/pgpcore/sylpheed.def
6848         * src/plugins/pgpinline/Makefile.am
6849         * src/plugins/pgpinline/claws.def
6850         * src/plugins/pgpinline/plugin.c
6851         * src/plugins/pgpinline/sylpheed.def
6852         * src/plugins/pgpmime/Makefile.am
6853         * src/plugins/pgpmime/claws.def
6854         * src/plugins/pgpmime/plugin.c
6855         * src/plugins/pgpmime/sylpheed.def
6856         * src/plugins/spamassassin/spamassassin.c
6857         * src/plugins/spamassassin/spamassassin_gtk.c
6858         * src/plugins/trayicon/trayicon.c
6859                 yet more renaming
6860                 remove deprecated gtk_tooltips_set_delay()
6861
6862 2006-11-26 [paul]       2.6.0cvs63
6863
6864         * src/expldifdlg.c
6865         * src/folderview.c
6866         * src/image_viewer.c
6867         * src/mainwindow.c
6868         * src/gtk/gtkutils.c
6869         * src/gtk/gtkvscrollbutton.c
6870         * src/gtk/prefswindow.c
6871         * src/plugins/pgpcore/prefs_gpg.c
6872                 replace more deprecated GTK+ functions
6873
6874 2006-11-26 [paul]       2.6.0cvs62
6875
6876         * src/addr_compl.c
6877         * src/addressbook.c
6878         * src/browseldap.c
6879                 replace deprecated gtk_idle_... functions
6880
6881 2006-11-26 [paul]       2.6.0cvs61
6882
6883         * src/compose.c
6884         * src/folderview.c
6885         * src/inc.c
6886         * src/summaryview.c
6887         * src/gtk/gtkvscrollbutton.c
6888         * src/gtk/quicksearch.c
6889         * src/plugins/pgpcore/passphrase.c
6890                 replace deprecated gtk_timeout_add and
6891                 gtk_timeout_remove
6892
6893 2006-11-26 [paul]       2.6.0cvs60
6894
6895         * src/compose.c
6896                 fix bug that caused the wrong recipient
6897                 to be selected when replying to a msg
6898                 which is From one of our accounts to
6899                 another of our accounts
6900
6901 2006-11-25 [paul]       2.6.0cvs59
6902
6903         * src/summaryview.c
6904                 don't change the From column title to
6905                 To if the To column is visible
6906
6907 2006-11-24 [paul]       2.6.0cvs58
6908
6909         * src/compose.c
6910                 fix bug 1069, 'Sent mails disappear, BCC
6911                 or locking problem?'
6912
6913 2006-11-21 [wwp]        2.6.0cvs57
6914
6915         * src/compose.c
6916                 fix spelling menu when replying (same as 2.3.1cvs39):
6917                 discrepancy between context menu and top menu when
6918                 folder's dictionary isn't the default one.
6919
6920 2006-11-19 [paul]       2.6.0cvs56
6921
6922         * src/summaryview.c
6923                 obey always_show_msg option when
6924                 marking as spam
6925         * src/plugins/bogofilter/bogofilter.c
6926                 fix typo
6927
6928 2006-11-18 [paul]       2.6.0cvs55
6929
6930         * AUTHORS
6931         * README
6932         * debian/copyright
6933         * manual/ack.xml
6934         * manual/es/ack.xml
6935         * manual/fr/ack.xml
6936         * manual/pl/ack.xml
6937         * src/gtk/authors.h
6938         * src/gtk/icon_legend.c
6939         * src/gtk/icon_legend.h
6940         * tools/OOo2claws-mail.pl
6941         * tools/README
6942         * tools/acroread2claws-mail.pl
6943         * tools/claws.i18n.status.pl
6944         * tools/filter_conv.pl
6945         * tools/filter_conv_new.pl
6946         * tools/freshmeat_search.pl
6947         * tools/google_search.pl
6948         * tools/kmail2claws-mail.pl
6949         * tools/kmail2claws-mail_v2.pl
6950         * tools/maildir2claws-mail.pl
6951         * tools/make.themes.project
6952         * tools/multiwebsearch.pl
6953         * tools/outlook2claws-mail.pl
6954         * tools/tb2claws-mail
6955         * tools/kdeservicemenu/README
6956         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6957                 update mine and wwp's email addresses in
6958                 several places
6959                 Patch by wwp
6960         * src/prefs_compose_writing.c
6961                 set sensitivity on 'new message format' frame
6962
6963 2006-11-17 [paul]       2.6.0cvs54
6964
6965         * src/gtk/about.c
6966                 more reworking of the GUI
6967                 Patch by Fabien Vantard
6968
6969 2006-11-16 [paul]       2.6.0cvs53
6970
6971         * src/gtk/about.c
6972                 set a minimum size for the window, allow
6973                 it to automatically expand as necessary
6974
6975 2006-11-16 [wwp]        2.6.0cvs52
6976
6977         * src/gtk/about.c
6978                 better wrap of copyright info on some systems.
6979
6980 2006-11-16 [paul]       2.6.0cvs51
6981
6982         * src/gtk/about.c
6983                 move the tech info from the upper panel
6984                 to the Info tab
6985                 use a gtk_text_view for the features tab
6986
6987 2006-11-16 [paul]       2.6.0cvs50
6988
6989         * po/Makevars
6990                 update my email address
6991         * src/addressbook.c
6992         * src/compose.c
6993         * src/imap_gtk.c
6994         * src/mh_gtk.c
6995         * src/news_gtk.c
6996         * src/summaryview.c
6997         * src/plugins/trayicon/trayicon.c
6998                 don't offer simple menu separators
6999                 for translation
7000         * src/folderview.c
7001                 add separator between 'mark all read'
7002                 and 'search folder'
7003
7004 2006-11-15 [wwp]        2.6.0cvs49
7005
7006         * src/gtk/authors.h
7007                 updated manuals authors.
7008
7009 2006-11-14 [paul]       2.6.0cvs48
7010
7011         * src/compose.c
7012                 Fix Options/Reply mode after draft save
7013
7014 2006-11-14 [paul]       2.6.0cvs47
7015
7016         * src/Makefile.am
7017                 Fix make DESTDIR=...
7018         * src/mbox.c
7019                 Optimise speed
7020         * src/plugins/pgpinline/pgpinline.c
7021                 Probably fix bug 1061
7022
7023 2006-11-14 [paul]       2.6.0cvs46
7024
7025         * po/Makevars
7026                 enable Q_ macro
7027         * src/Makefile.am
7028         * src/stock_pixmap.c
7029         * src/stock_pixmap.h
7030         * src/gtk/about.c
7031         * src/pixmaps/active.xpm
7032         * src/pixmaps/inactive.xpm
7033                 add a new page, 'Features', to the About dialog
7034                 showing which features are compiled in and which
7035                 are not
7036
7037 2006-11-14 [paul]       2.6.0cvs45
7038
7039         * po/ru.po
7040                 updated by Pavlo Bohmat
7041
7042 2006-11-14 [colin]      2.6.0cvs44
7043
7044         * src/compose.c
7045         * src/inc.c
7046         * src/messageview.c
7047         * src/news.c
7048         * src/pop.c
7049         * src/procmsg.c
7050         * src/gtk/gtkaspell.c
7051                 Fix 64-bit-related warnings
7052         * src/ssl_manager.c
7053                 Fix possible infinite loop
7054         * src/plugins/pgpcore/sgpgme.c
7055                 Remove useless check
7056
7057 2006-11-13 [colin]      2.6.0cvs43
7058
7059         * src/gtk/Makefile.am
7060                 authors.h isn't generated
7061
7062 2006-11-13 [colin]      2.6.0cvs42
7063
7064         * src/plugins/pgpinline/pgpinline.c
7065         * src/plugins/pgpmime/pgpmime.c
7066                 Very probably fix bug 1061, 'crash on 
7067                 opening signed email'. Another cast
7068                 problem
7069
7070 2006-11-13 [colin]      2.6.0cvs41
7071
7072         * src/plugins/pgpcore/sgpgme.c
7073                 Maybe fix bug 1061, 'crash on opening 
7074                 signed email'
7075
7076 2006-11-13 [wwp]        2.6.0cvs40
7077
7078         * src/plugins/pgpinline/pgpinline.c
7079                 fix candidate for bug #1057, thanks to Colin.
7080
7081 2006-11-13 [wwp]        2.6.0cvs39
7082
7083         * src/compose.c
7084         * src/quote_fmt_parse.y
7085                 fix bug 1052: current parser buffer was not always 
7086                 allocated, ptr to this buffer could be returned as 
7087                 NULL whereas no parser error has occurred. in 
7088                 consequence, defining a template body as "%d" 
7089                 (w/o the quotes) for the first time of the instance 
7090                 of claws-mail, was reporting a parser error. make 
7091                 sure that the buffer is always allocated, even to 
7092                 an empty string.
7093                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7094                 unescaping of the fmt string was always done 
7095                 whereas it must be done *only* when receiving 
7096                 quote format strings issued from the prefs 
7097                 (compose new message, reply, forward, redirect 
7098                 formats), *not* when applying templates.  in 
7099                 consequences, applying templates w/ sequences 
7100                 like \\|p{echo} were failing. make sure that 
7101                 unescaping is done only when necessary.
7102
7103 2006-11-12 [colin]      2.6.0cvs38
7104
7105         * po/de.po
7106                 Fix typo (s/KB/MB)
7107
7108 2006-11-12 [colin]      2.6.0cvs37
7109
7110         * src/plugins/pgpinline/pgpinline.c
7111         * src/plugins/pgpmime/pgpmime.c
7112                 Release GPG context at the latest 
7113                 possible moment. Maybe fixes 
7114                 bug 1057, 'crash on sending signed 
7115                 message to a newsgroup'
7116                 
7117
7118 2006-11-12 [colin]      2.6.0cvs36
7119
7120         * src/plugins/pgpcore/sgpgme.c
7121                 Tell a bit more when gpg's status doesn't
7122                 contain any signature
7123
7124 2006-11-12 [colin]      2.6.0cvs35
7125
7126         * src/compose.c
7127                 Fix bug 1060, 'compilation error with 
7128                 Irix's cc'
7129
7130 2006-11-12 [paul]       2.6.0cvs34
7131
7132         * doc/man/claws-mail.1
7133         * src/prefs_gtk.c
7134         * src/plugins/clamav/README
7135         * src/plugins/spamassassin/README
7136         * tools/README
7137         * tools/freshmeat_search.pl
7138         * tools/google_search.pl
7139         * tools/multiwebsearch.pl
7140                 more renaming
7141         * src/plugins/trayicon/trayicon.c
7142                 fix compiliation warning
7143
7144 2006-11-11 [colin]      2.6.0cvs33
7145
7146         * src/folderview.c
7147                 Forbid drag and drop from/to different
7148                 folders of type F_UNKNOWN
7149
7150 2006-11-11 [colin]      2.6.0cvs32
7151
7152         * src/plugins/pgpinline/pgpinline.c
7153                 Fix typo in previous commit:
7154                 - gpgme_new(&ctx);
7155                 + if ((err = gpgme_new(&data->ctx)) ...)
7156
7157 2006-11-11 [colin]      2.6.0cvs31
7158
7159         * src/plugins/pgpinline/pgpinline.c
7160         * src/plugins/pgpmime/pgpmime.c
7161                 Check success after calling gpgme_new
7162                 Maybe fixes bug 1057, 'crash on sending 
7163                 signed message to a newsgroup'
7164
7165 2006-11-11 [colin]      2.6.0cvs30
7166
7167         * src/undo.c
7168                 init undostruct to 0s (from
7169                 valgrind log of bug 1057)
7170
7171 2006-11-10 [colin]      2.6.0cvs29
7172
7173         * src/mainwindow.c
7174                 Set cursor to wait before filtering
7175                 duplicates in all folders
7176         * src/plugins/bogofilter/bogofilter.c
7177         * src/plugins/bogofilter/bogofilter.h
7178         * src/plugins/bogofilter/bogofilter_gtk.c
7179                 Completely thread away the bogofilter
7180                 filtering
7181
7182 2006-11-10 [mones]      2.6.0cvs28
7183
7184         * src/compose.c
7185         * src/compose.h
7186                 added COMPOSE_CHECK_BEFORE_SEND hook
7187
7188 2006-11-10 [paul]       2.6.0cvs27
7189
7190         * src/crash.c
7191                 more renaming
7192                 add libSM to get_compiled_in_features()
7193         * src/main.c
7194                 more renaming
7195
7196 2006-11-10 [colin]      2.6.0cvs26
7197
7198         * src/etpan/imap-thread.c
7199                 Add a reference to libetpan's sasl engine
7200                 so that sasl_done() doesn't get called by
7201                 libetpan, and doesn't break openssl.
7202                 Should fix bug 1053, 'SC fails to reestablish 
7203                 a secure connection'
7204                 Patch by Hoa
7205
7206 2006-11-10 [colin]      2.6.0cvs25
7207
7208         * manual/addrbook.xml
7209         * manual/advanced.xml
7210         * manual/faq.xml
7211         * manual/intro.xml
7212                 Some more renaming
7213
7214 2006-11-09 [colin]      2.6.0cvs24
7215
7216         * src/plugins/bogofilter/bogofilter_gtk.c
7217                 Add comment about annoyance
7218
7219 2006-11-09 [colin]      2.6.0cvs23
7220
7221         * src/plugins/bogofilter/bogofilter.c
7222         * src/plugins/bogofilter/bogofilter_gtk.c
7223                 Prepare things needed to thread bogofilter
7224                 filtering: separate bogo stuff and possible GUI
7225                 stuff. 
7226
7227 2006-11-09 [colin]      2.6.0cvs22
7228
7229         * src/account.c
7230         * src/compose.c
7231                 Search for one of our accounts in Delivered-To
7232                 (helps for auto-account selection when 
7233                  replying/forwarding)
7234         * src/folderview.c
7235         * src/mainwindow.c
7236         * src/mainwindow.h
7237         * src/plugins/trayicon/trayicon.c
7238                 Allow opening a new mail with any account from
7239                 the contextual menu
7240
7241 2006-11-09 [wwp]        2.6.0cvs21
7242
7243         * src/compose.c
7244         * src/prefs_common.c
7245         * src/prefs_common.h
7246         * src/prefs_compose_writing.c
7247                 add a compose new message format (in prefs/compose/writing), it's a
7248                 simple subject+body template to use when opening a new composition
7249                 window. It's similar to the existent reply and forward formats.
7250
7251                 enhanced the template/format % symbols substitution mechanism to
7252                 use current composition window information when % are used in
7253                 the compose new message format or in templates applied to new
7254                 messages (there were useless in that situations before). When
7255                 applied to new messages, %d corresponds to the system time/date.
7256
7257 2006-11-09 [paul]       2.6.0cvs20
7258
7259         * src/gtk/authors.h
7260                 fix last commit
7261
7262 2006-11-09 [paul]       2.6.0cvs19
7263
7264         * src/gtk/authors.h
7265                 keep tje alphabetical order
7266
7267 2006-11-08 [colin]      2.6.0cvs18
7268
7269         * src/etpan/imap-thread.c
7270                 Fix bug 1054, 'Slowness logging big 
7271                 data chunks'
7272
7273 2006-11-08 [paul]       2.6.0cvs17
7274
7275         * tools/Makefile.am
7276                 fix the renaming
7277
7278 2006-11-08 [paul]       2.6.0cvs16
7279
7280         * src/common/defs.h
7281                 update BUGZILLA_URI
7282
7283 2006-11-08 [paul]       2.6.0cvs15
7284
7285         * tools/Makefile.am
7286         * tools/OOo2claws-mail.pl
7287         * tools/OOo2sylpheed.pl
7288         * tools/README
7289         * tools/acroread2claws-mail.pl
7290         * tools/acroread2sylpheed.pl
7291         * tools/kmail2claws-mail.pl
7292         * tools/kmail2claws-mail_v2.pl
7293         * tools/kmail2sylpheed.pl
7294         * tools/kmail2sylpheed_v2.pl
7295         * tools/maildir2claws-mail.pl
7296         * tools/maildir2sylpheed.pl
7297         * tools/nautilus2claws-mail.sh
7298         * tools/nautilus2sylpheed.sh
7299         * tools/outlook2claws-mail.pl
7300         * tools/outlook2sylpheed.pl
7301         * tools/tb2claws-mail
7302         * tools/tb2sylpheed
7303         * tools/tbird2claws.py
7304         * tools/tbird2syl.py
7305         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7306         * tools/kdeservicemenu/install.sh
7307         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7308         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7309         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7310         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7311         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7312                 renamed (removed, added) tools files
7313
7314 2006-11-08 [paul]       2.6.0cvs14
7315
7316         * src/main.c
7317         * src/common/defs.h
7318                 Migrate sylpheedrc to clawsrc, and fix the standard
7319                 plugins path in the process
7320
7321 2006-11-07 [colin]      2.6.0cvs13
7322
7323         * src/Makefile.am
7324                 Symlink sylpheed-claws relative to 
7325                 claws-mail
7326
7327 2006-11-07 [colin]      2.6.0cvs12
7328
7329         * src/compose.c
7330                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7331
7332 2006-11-07 [paul]       2.6.0cvs11
7333
7334         * src/gtk/about.c
7335                 Fix a missed occurence of
7336                 Sylpheed-Claws
7337
7338 2006-11-07 [paul]       2.6.0cvs10
7339
7340         * src/Makefile.am
7341                 Fix symlink installation
7342
7343 2006-11-07 [paul]       2.6.0cvs9
7344
7345         * src/Makefile.am
7346                 Symlink claws-mail to sylpheed-claws
7347         * src/common/utils.c
7348                 Fix migrating symlinks
7349         * src/etpan/imap-thread.c
7350                 check certificate only when there's
7351                 no error
7352
7353 2006-11-07 [paul]       2.6.0cvs8
7354
7355         * Makefile.am
7356                 Fix icon breakages with Gtk, which needs a 
7357                 cache updated to see them.
7358
7359 2006-11-07 [paul]       2.6.0cvs7
7360
7361         * .cvsignore
7362         * AUTHORS
7363         * COPYING
7364         * INSTALL
7365         * Makefile.am
7366         * NEWS
7367         * README
7368         * RELEASE_NOTES
7369         * autogen.sh
7370         * claws-mail-128x128.png
7371         * claws-mail-64x64.png
7372         * claws-mail.ico
7373         * claws-mail.pc.in
7374         * claws-mail.png
7375         * configure.ac
7376         * sylpheed-claws-128x128.png
7377         * sylpheed-claws-64x64.png
7378         * sylpheed-claws.desktop
7379         * sylpheed-claws.ico
7380         * sylpheed-claws.pc.in
7381         * sylpheed-claws.png
7382         * debian/README.Debian
7383         * debian/changelog
7384         * debian/claws-mail.desktop
7385         * debian/claws-mail.menu
7386         * debian/claws-mail.postinst.debhelper
7387         * debian/claws-mail.postrm.debhelper
7388         * debian/control
7389         * debian/copyright
7390         * debian/files
7391         * debian/rules
7392         * debian/sylpheed-claws.desktop
7393         * debian/sylpheed-claws.menu
7394         * debian/sylpheed-claws.postinst.debhelper
7395         * debian/sylpheed-claws.postrm.debhelper
7396         * doc/man/Makefile.am
7397         * doc/man/claws-mail.1
7398         * doc/man/sylpheed-claws.1
7399         * doc/src/ChangeLog.claws-pre0.8.0
7400         * manual/Makefile.am
7401         * manual/account.xml
7402         * manual/ack.xml
7403         * manual/addrbook.xml
7404         * manual/advanced.xml
7405         * manual/claws-mail-manual.xml
7406         * manual/faq.xml
7407         * manual/glossary.xml
7408         * manual/handling.xml
7409         * manual/intro.xml
7410         * manual/keyboard.xml
7411         * manual/plugins.xml
7412         * manual/starting.xml
7413         * manual/sylpheed-claws-manual.xml
7414         * manual/xml2pdf
7415         * manual/dist/.cvsignore
7416         * manual/dist/html/.cvsignore
7417         * manual/dist/html/Makefile.am
7418         * manual/dist/pdf/.cvsignore
7419         * manual/dist/pdf/Makefile.am
7420         * manual/dist/ps/.cvsignore
7421         * manual/dist/ps/Makefile.am
7422         * manual/dist/txt/.cvsignore
7423         * manual/dist/txt/Makefile.am
7424         * manual/es/Makefile.am
7425         * manual/es/advanced.xml
7426         * manual/es/claws-mail-manual.xml
7427         * manual/es/faq.xml
7428         * manual/es/glossary.xml
7429         * manual/es/handling.xml
7430         * manual/es/intro.xml
7431         * manual/es/plugins.xml
7432         * manual/es/sylpheed-claws-manual.xml
7433         * manual/es/dist/.cvsignore
7434         * manual/es/dist/html/.cvsignore
7435         * manual/es/dist/html/Makefile.am
7436         * manual/es/dist/pdf/.cvsignore
7437         * manual/es/dist/pdf/Makefile.am
7438         * manual/es/dist/ps/.cvsignore
7439         * manual/es/dist/ps/Makefile.am
7440         * manual/es/dist/txt/.cvsignore
7441         * manual/es/dist/txt/Makefile.am
7442         * manual/fr/Makefile.am
7443         * manual/fr/account.xml
7444         * manual/fr/ack.xml
7445         * manual/fr/addrbook.xml
7446         * manual/fr/advanced.xml
7447         * manual/fr/claws-mail-manual.xml
7448         * manual/fr/faq.xml
7449         * manual/fr/glossary.xml
7450         * manual/fr/handling.xml
7451         * manual/fr/intro.xml
7452         * manual/fr/keyboard.xml
7453         * manual/fr/plugins.xml
7454         * manual/fr/starting.xml
7455         * manual/fr/sylpheed-claws-manual.xml
7456         * manual/fr/dist/.cvsignore
7457         * manual/fr/dist/html/.cvsignore
7458         * manual/fr/dist/html/Makefile.am
7459         * manual/fr/dist/pdf/.cvsignore
7460         * manual/fr/dist/pdf/Makefile.am
7461         * manual/fr/dist/ps/.cvsignore
7462         * manual/fr/dist/ps/Makefile.am
7463         * manual/fr/dist/txt/.cvsignore
7464         * manual/fr/dist/txt/Makefile.am
7465         * manual/pl/Makefile.am
7466         * manual/pl/account.xml
7467         * manual/pl/ack.xml
7468         * manual/pl/addrbook.xml
7469         * manual/pl/advanced.xml
7470         * manual/pl/claws-mail-manual.xml
7471         * manual/pl/faq.xml
7472         * manual/pl/glossary.xml
7473         * manual/pl/handling.xml
7474         * manual/pl/intro.xml
7475         * manual/pl/keyboard.xml
7476         * manual/pl/plugins.xml
7477         * manual/pl/starting.xml
7478         * manual/pl/sylpheed-claws-manual.xml
7479         * manual/pl/dist/.cvsignore
7480         * manual/pl/dist/html/.cvsignore
7481         * manual/pl/dist/html/Makefile.am
7482         * manual/pl/dist/pdf/.cvsignore
7483         * manual/pl/dist/pdf/Makefile.am
7484         * manual/pl/dist/ps/.cvsignore
7485         * manual/pl/dist/ps/Makefile.am
7486         * manual/pl/dist/txt/.cvsignore
7487         * manual/pl/dist/txt/Makefile.am
7488         * po/.cvsignore
7489         * po/Makevars
7490         * src/.cvsignore
7491         * src/Makefile.am
7492         * src/account.c
7493         * src/account.h
7494         * src/action.c
7495         * src/action.h
7496         * src/adbookbase.h
7497         * src/addr_compl.c
7498         * src/addr_compl.h
7499         * src/addrbook.c
7500         * src/addrcache.c
7501         * src/addrcache.h
7502         * src/addrcindex.c
7503         * src/addrcindex.h
7504         * src/addrclip.c
7505         * src/addrclip.h
7506         * src/addrdefs.h
7507         * src/addressadd.c
7508         * src/addressadd.h
7509         * src/addressbook.c
7510         * src/addressbook.h
7511         * src/addressbook_foldersel.c
7512         * src/addressbook_foldersel.h
7513         * src/addrgather.c
7514         * src/addrgather.h
7515         * src/addrharvest.c
7516         * src/addrharvest.h
7517         * src/addrindex.c
7518         * src/addrindex.h
7519         * src/addritem.c
7520         * src/addritem.h
7521         * src/addrquery.c
7522         * src/addrquery.h
7523         * src/addrselect.c
7524         * src/addrselect.h
7525         * src/alertpanel.c
7526         * src/alertpanel.h
7527         * src/browseldap.c
7528         * src/browseldap.h
7529         * src/codeconv.c
7530         * src/codeconv.h
7531         * src/compose.c
7532         * src/crash.c
7533         * src/crash.h
7534         * src/customheader.c
7535         * src/customheader.h
7536         * src/displayheader.c
7537         * src/displayheader.h
7538         * src/editaddress.c
7539         * src/editaddress.h
7540         * src/editbook.c
7541         * src/editbook.h
7542         * src/editgroup.c
7543         * src/editgroup.h
7544         * src/editjpilot.c
7545         * src/editjpilot.h
7546         * src/editldap.c
7547         * src/editldap.h
7548         * src/editldap_basedn.c
7549         * src/editldap_basedn.h
7550         * src/editvcard.c
7551         * src/editvcard.h
7552         * src/exphtmldlg.c
7553         * src/exphtmldlg.h
7554         * src/expldifdlg.c
7555         * src/expldifdlg.h
7556         * src/export.c
7557         * src/exporthtml.c
7558         * src/exporthtml.h
7559         * src/exportldif.c
7560         * src/exportldif.h
7561         * src/filtering.c
7562         * src/filtering.h
7563         * src/folder.c
7564         * src/folder.h
7565         * src/folder_item_prefs.c
7566         * src/folder_item_prefs.h
7567         * src/foldersel.c
7568         * src/foldersel.h
7569         * src/folderutils.c
7570         * src/folderutils.h
7571         * src/folderview.c
7572         * src/folderview.h
7573         * src/grouplistdialog.c
7574         * src/grouplistdialog.h
7575         * src/html.c
7576         * src/html.h
7577         * src/image_viewer.c
7578         * src/image_viewer.h
7579         * src/imap.c
7580         * src/imap.h
7581         * src/imap_gtk.c
7582         * src/imap_gtk.h
7583         * src/import.c
7584         * src/import.h
7585         * src/importldif.c
7586         * src/importldif.h
7587         * src/importmutt.c
7588         * src/importmutt.h
7589         * src/importpine.c
7590         * src/importpine.h
7591         * src/inc.c
7592         * src/inc.h
7593         * src/jpilot.c
7594         * src/jpilot.h
7595         * src/ldapctrl.c
7596         * src/ldapctrl.h
7597         * src/ldaplocate.c
7598         * src/ldaplocate.h
7599         * src/ldapquery.c
7600         * src/ldapquery.h
7601         * src/ldapserver.c
7602         * src/ldapserver.h
7603         * src/ldaputil.c
7604         * src/ldaputil.h
7605         * src/ldif.c
7606         * src/ldif.h
7607         * src/localfolder.c
7608         * src/localfolder.h
7609         * src/main.c
7610         * src/main.h
7611         * src/mainwindow.c
7612         * src/mainwindow.h
7613         * src/manual.c
7614         * src/manual.h
7615         * src/matcher.c
7616         * src/matcher.h
7617         * src/matcher_parser.h
7618         * src/matcher_parser_lex.l
7619         * src/matcher_parser_parse.y
7620         * src/mbox.c
7621         * src/mbox.h
7622         * src/message_search.c
7623         * src/message_search.h
7624         * src/messageview.c
7625         * src/messageview.h
7626         * src/mh.c
7627         * src/mh.h
7628         * src/mh_gtk.c
7629         * src/mh_gtk.h
7630         * src/mimeview.c
7631         * src/mimeview.h
7632         * src/msgcache.c
7633         * src/msgcache.h
7634         * src/mutt.c
7635         * src/mutt.h
7636         * src/news.c
7637         * src/news.h
7638         * src/news_gtk.c
7639         * src/news_gtk.h
7640         * src/noticeview.c
7641         * src/noticeview.h
7642         * src/partial_download.c
7643         * src/partial_download.h
7644         * src/pine.c
7645         * src/pine.h
7646         * src/pop.c
7647         * src/pop.h
7648         * src/prefs_account.c
7649         * src/prefs_account.h
7650         * src/prefs_actions.c
7651         * src/prefs_actions.h
7652         * src/prefs_common.c
7653         * src/prefs_common.h
7654         * src/prefs_compose_writing.c
7655         * src/prefs_compose_writing.h
7656         * src/prefs_customheader.c
7657         * src/prefs_customheader.h
7658         * src/prefs_display_header.c
7659         * src/prefs_display_header.h
7660         * src/prefs_ext_prog.c
7661         * src/prefs_ext_prog.h
7662         * src/prefs_filtering.c
7663         * src/prefs_folder_column.c
7664         * src/prefs_folder_column.h
7665         * src/prefs_folder_item.c
7666         * src/prefs_folder_item.h
7667         * src/prefs_fonts.c
7668         * src/prefs_fonts.h
7669         * src/prefs_gtk.c
7670         * src/prefs_gtk.h
7671         * src/prefs_image_viewer.c
7672         * src/prefs_image_viewer.h
7673         * src/prefs_matcher.c
7674         * src/prefs_matcher.h
7675         * src/prefs_message.c
7676         * src/prefs_message.h
7677         * src/prefs_msg_colors.c
7678         * src/prefs_msg_colors.h
7679         * src/prefs_other.c
7680         * src/prefs_other.h
7681         * src/prefs_quote.c
7682         * src/prefs_quote.h
7683         * src/prefs_receive.c
7684         * src/prefs_receive.h
7685         * src/prefs_send.c
7686         * src/prefs_send.h
7687         * src/prefs_spelling.c
7688         * src/prefs_spelling.h
7689         * src/prefs_summaries.c
7690         * src/prefs_summaries.h
7691         * src/prefs_summary_column.c
7692         * src/prefs_summary_column.h
7693         * src/prefs_template.c
7694         * src/prefs_template.h
7695         * src/prefs_themes.c
7696         * src/prefs_themes.h
7697         * src/prefs_toolbar.c
7698         * src/prefs_toolbar.h
7699         * src/prefs_wrapping.c
7700         * src/prefs_wrapping.h
7701         * src/privacy.c
7702         * src/privacy.h
7703         * src/procheader.c
7704         * src/procheader.h
7705         * src/procmime.c
7706         * src/procmime.h
7707         * src/procmsg.c
7708         * src/procmsg.h
7709         * src/quote_fmt.c
7710         * src/quote_fmt_parse.y
7711         * src/recv.c
7712         * src/recv.h
7713         * src/remotefolder.c
7714         * src/remotefolder.h
7715         * src/send_message.c
7716         * src/send_message.h
7717         * src/setup.c
7718         * src/setup.h
7719         * src/sourcewindow.c
7720         * src/sourcewindow.h
7721         * src/ssl_manager.c
7722         * src/ssl_manager.h
7723         * src/statusbar.c
7724         * src/statusbar.h
7725         * src/stock_pixmap.c
7726         * src/stock_pixmap.h
7727         * src/summary_search.c
7728         * src/summary_search.h
7729         * src/summaryview.c
7730         * src/summaryview.h
7731         * src/syldap.c
7732         * src/syldap.h
7733         * src/textview.c
7734         * src/textview.h
7735         * src/toolbar.c
7736         * src/toolbar.h
7737         * src/undo.c
7738         * src/undo.h
7739         * src/unmime.c
7740         * src/unmime.h
7741         * src/vcard.c
7742         * src/vcard.h
7743         * src/wizard.c
7744         * src/wizard.h
7745         * src/common/base64.c
7746         * src/common/base64.h
7747         * src/common/defs.h
7748         * src/common/hooks.c
7749         * src/common/hooks.h
7750         * src/common/log.c
7751         * src/common/log.h
7752         * src/common/mgutils.c
7753         * src/common/mgutils.h
7754         * src/common/nntp.c
7755         * src/common/nntp.h
7756         * src/common/passcrypt.c
7757         * src/common/passcrypt.h.in
7758         * src/common/plugin.c
7759         * src/common/plugin.h
7760         * src/common/prefs.c
7761         * src/common/prefs.h
7762         * src/common/progressindicator.c
7763         * src/common/progressindicator.h
7764         * src/common/quoted-printable.c
7765         * src/common/quoted-printable.h
7766         * src/common/session.c
7767         * src/common/session.h
7768         * src/common/smtp.c
7769         * src/common/smtp.h
7770         * src/common/socket.c
7771         * src/common/socket.h
7772         * src/common/ssl.c
7773         * src/common/ssl.h
7774         * src/common/stringtable.c
7775         * src/common/stringtable.h
7776         * src/common/sylpheed.c
7777         * src/common/sylpheed.h
7778         * src/common/template.c
7779         * src/common/template.h
7780         * src/common/timing.h
7781         * src/common/utils.c
7782         * src/common/utils.h
7783         * src/common/version.h.in
7784         * src/common/xml.c
7785         * src/common/xml.h
7786         * src/common/xmlprops.c
7787         * src/common/xmlprops.h
7788         * src/gtk/about.c
7789         * src/gtk/colorlabel.c
7790         * src/gtk/colorlabel.h
7791         * src/gtk/colorsel.c
7792         * src/gtk/colorsel.h
7793         * src/gtk/combobox.c
7794         * src/gtk/combobox.h
7795         * src/gtk/description_window.c
7796         * src/gtk/description_window.h
7797         * src/gtk/filesel.c
7798         * src/gtk/filesel.h
7799         * src/gtk/foldersort.c
7800         * src/gtk/foldersort.h
7801         * src/gtk/gtkaspell.c
7802         * src/gtk/gtkaspell.h
7803         * src/gtk/gtksctree.c
7804         * src/gtk/gtkshruler.c
7805         * src/gtk/gtkshruler.h
7806         * src/gtk/gtkutils.c
7807         * src/gtk/gtkutils.h
7808         * src/gtk/icon_legend.c
7809         * src/gtk/icon_legend.h
7810         * src/gtk/logwindow.c
7811         * src/gtk/logwindow.h
7812         * src/gtk/manage_window.c
7813         * src/gtk/manage_window.h
7814         * src/gtk/pluginwindow.c
7815         * src/gtk/pluginwindow.h
7816         * src/gtk/prefswindow.c
7817         * src/gtk/prefswindow.h
7818         * src/gtk/quicksearch.c
7819         * src/gtk/quicksearch.h
7820         * src/pixmaps/claws-mail.xpm
7821         * src/pixmaps/claws-mail_icon.xpm
7822         * src/pixmaps/claws-mail_logo.xpm
7823         * src/pixmaps/sylpheed-claws.xpm
7824         * src/pixmaps/sylpheed-claws_icon.xpm
7825         * src/pixmaps/sylpheed-claws_logo.xpm
7826         * src/plugins/bogofilter/Makefile.am
7827         * src/plugins/bogofilter/bogofilter.c
7828         * src/plugins/bogofilter/bogofilter.h
7829         * src/plugins/bogofilter/bogofilter_gtk.c
7830         * src/plugins/clamav/Makefile.am
7831         * src/plugins/clamav/clamav_plugin.c
7832         * src/plugins/clamav/clamav_plugin.h
7833         * src/plugins/clamav/clamav_plugin_gtk.c
7834         * src/plugins/demo/Makefile.am
7835         * src/plugins/demo/demo.c
7836         * src/plugins/dillo_viewer/Makefile.am
7837         * src/plugins/dillo_viewer/README
7838         * src/plugins/dillo_viewer/dillo_prefs.c
7839         * src/plugins/dillo_viewer/dillo_prefs.h
7840         * src/plugins/dillo_viewer/dillo_viewer.c
7841         * src/plugins/pgpcore/Makefile.am
7842         * src/plugins/pgpcore/passphrase.c
7843         * src/plugins/pgpcore/passphrase.h
7844         * src/plugins/pgpcore/pgp_viewer.c
7845         * src/plugins/pgpcore/pgp_viewer.h
7846         * src/plugins/pgpcore/plugin.c
7847         * src/plugins/pgpcore/prefs_gpg.c
7848         * src/plugins/pgpcore/prefs_gpg.h
7849         * src/plugins/pgpcore/select-keys.c
7850         * src/plugins/pgpcore/select-keys.h
7851         * src/plugins/pgpcore/sgpgme.c
7852         * src/plugins/pgpcore/sgpgme.h
7853         * src/plugins/pgpcore/sylpheed.def
7854         * src/plugins/pgpcore/version.rc
7855         * src/plugins/pgpinline/Makefile.am
7856         * src/plugins/pgpinline/pgpinline.c
7857         * src/plugins/pgpinline/pgpinline.h
7858         * src/plugins/pgpinline/plugin.c
7859         * src/plugins/pgpinline/sylpheed.def
7860         * src/plugins/pgpinline/version.rc
7861         * src/plugins/pgpmime/Makefile.am
7862         * src/plugins/pgpmime/pgpmime.c
7863         * src/plugins/pgpmime/pgpmime.h
7864         * src/plugins/pgpmime/plugin.c
7865         * src/plugins/pgpmime/sylpheed.def
7866         * src/plugins/pgpmime/version.rc
7867         * src/plugins/spamassassin/Makefile.am
7868         * src/plugins/spamassassin/README
7869         * src/plugins/spamassassin/spamassassin.c
7870         * src/plugins/spamassassin/spamassassin.h
7871         * src/plugins/spamassassin/spamassassin_gtk.c
7872         * src/plugins/trayicon/Makefile.am
7873         * src/plugins/trayicon/trayicon.c
7874         * tools/OOo2sylpheed.pl
7875         * tools/README
7876         * tools/README.sylprint
7877         * tools/acroread2sylpheed.pl
7878         * tools/claws.i18n.status.pl
7879         * tools/filter_conv.pl
7880         * tools/filter_conv_new.pl
7881         * tools/freshmeat_search.pl
7882         * tools/google_search.pl
7883         * tools/kmail2sylpheed.pl
7884         * tools/kmail2sylpheed_v2.pl
7885         * tools/make.themes.project
7886         * tools/multiwebsearch.pl
7887         * tools/nautilus2sylpheed.sh
7888         * tools/outlook2sylpheed.pl
7889         * tools/sylprint.pl
7890         * tools/sylprint.rc
7891         * tools/tb2sylpheed
7892         * tools/textviewer.sh
7893         * tools/vcard2xml.py
7894         * tools/kdeservicemenu/README
7895         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7896         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7897         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7898                 Change name to Claws Mail. Announce to follow...
7899
7900 2006-11-06 [wwp]        2.6.0cvs6
7901
7902         * src/prefs_template.c
7903                 unify messages related to quote format/template errors (fix
7904                 capitalization), again.
7905
7906 2006-11-06 [wwp]        2.6.0cvs5
7907
7908         * src/prefs_quote.c
7909                 unify messages related to quote format/template errors.
7910
7911 2006-11-06 [wwp]        2.6.0cvs4
7912
7913         * src/prefs_msg_colors.c
7914                 more uses of Q_ macro for contextual translations, thanks
7915                 to Fabien (fzzzzz).
7916
7917 2006-11-06 [wwp]        2.6.0cvs3
7918
7919         * src/compose.c
7920         * src/common/utils.c
7921         * src/common/utils.h
7922                 show an alertpanel to make sure users are aware that sensitive
7923                 files are attached (it's file blacklist-based). This will fix
7924                 interaction w/ GoogleEarth for instance, thanks to Colin.
7925
7926 2006-11-06 [wwp]        2.6.0cvs2
7927
7928         * src/prefs_quote.c
7929         * src/prefs_template.c
7930         * src/prefs_template.h
7931                 check quote format when applying/closing prefs. For now this only
7932                 shows up an error dialog box, not preventing the user from using
7933                 a broken quote (reply, forwards) format.
7934
7935 2006-11-06 [wwp]        2.6.0cvs1
7936
7937         * src/prefs_template.c
7938                 fix missing checks of some template fields.
7939
7940 2006-11-06 [paul]       2.6.0
7941
7942         * NEWS
7943         * README
7944         * RELEASE_NOTES
7945                 2.6.0 released
7946
7947 2006-11-06 [paul]       2.5.6cvs22
7948
7949         * manual/advanced.xml
7950         * manual/es/advanced.xml
7951                 put 'respect_flowed_format' info in the correct
7952                 place
7953
7954 2006-11-06 [mones]      2.5.6cvs21
7955
7956         * po/es.po
7957                 Minor fixes for release
7958
7959 2006-11-06 [paul]       2.5.6cvs20
7960
7961         * po/cs.po
7962         * po/de.po
7963         * po/fr.po
7964         * po/it.po
7965         * po/nl.po
7966         * po/pt_BR.po
7967         * po/sk.po
7968         * po/sv.po
7969         * po/zh_CN.po
7970                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7971                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7972                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7973                 Young
7974
7975 2006-11-02 [colin]      2.5.6cvs19
7976
7977         * src/imap.c
7978         * src/imap.h
7979         * src/prefs_account.c
7980         * src/etpan/imap-thread.c
7981                 Add GSSAPI support - fixes Debian bug #383274
7982
7983 2006-11-01 [colin]      2.5.6cvs18
7984
7985         * src/jpilot.c
7986                 Handle libpisock12 support. Probably
7987                 fixes bug 1046, 'jpilot AddressDB.pdb 
7988                 import fail'
7989
7990 2006-11-01 [colin]      2.5.6cvs17
7991
7992         * src/folderutils.c
7993                 debug_print() folderutils_mark_all_read()
7994
7995 2006-11-01 [colin]      2.5.6cvs16
7996
7997         * COPYING
7998                 Add missed files to the Apache exception
7999
8000 2006-10-31 [colin]      2.5.6cvs15
8001
8002         * src/folder.c
8003         * src/folder.h
8004                 Add a copy_private_data() func to FolderClasses
8005                 Doesn't break the feature freeze, because we 
8006                 won't use it (right now) in the core.
8007
8008 2006-10-31 [colin]      2.5.6cvs14
8009
8010         * COPYING
8011                 Allow linking with the Apache licensed files in
8012                 src/plugins/spamassassin. Hopefully fixes 
8013                 bug 1048, 'Spamassassin plugin license problem'
8014
8015 2006-10-31 [wwp]        2.5.6cvs13
8016
8017         * src/compose.c
8018                 fix and optimize trimming of leading linefeeds in body loop.
8019
8020 2006-10-31 [colin]      2.5.6cvs12
8021
8022         * src/etpan/imap-thread.c
8023         * src/imap.c
8024                 Make really sure to have NULL sets in case
8025                 of error
8026
8027 2006-10-30 [wwp]        2.5.6cvs11
8028
8029         * src/prefs_common.c
8030         * src/prefs_common.h
8031         * src/compose.c
8032                 fix broken storage of quote format template when it contains \-escape
8033                 sequences. The application of such sequences is also fixed now (\t
8034                 in quote format will be a real tab instead of a 't', for instance).
8035
8036 2006-10-27 [colin]      2.5.6cvs10
8037
8038         * src/compose.c
8039                 Probably fix bug 1045, 'sylpheed-claws 
8040                 doesn't remove the mail from the IMAP 
8041                 Queue folder after sending'. From
8042                 2.5.6cvs3-stable
8043
8044 2006-10-27 [colin]      2.5.6cvs9
8045
8046         * configure.ac
8047                 Require libetpan-0.48. I'm so annoying,
8048                 I know ;-)
8049
8050 2006-10-27 [colin]      2.5.6cvs8
8051
8052         * src/folder.c
8053         * src/imap.c
8054                 Probably fix bug 1044, 'sylpheed-claws 
8055                 segfaults while moving mails' - Fix relation
8056                 usage when moving to an IMAP mailbox from another
8057                 mailbox
8058
8059 2006-10-26 [paul]       2.5.6cvs7
8060
8061         * src/gtk/about.c
8062                 add libSM to compiled-in features
8063                 list
8064
8065 2006-10-24 [colin]      2.5.6cvs6
8066
8067         * src/textview.c
8068         * src/gtk/gtkutils.c
8069                 Fix crash when printing emails with an
8070                 xface
8071
8072 2006-10-24 [mones]      2.5.6cvs5
8073
8074         * manual/es/advanced.xml
8075                 Synchronize hidden option respect_flowed_format
8076         * po/es.po
8077                 Updated translation
8078
8079 2006-10-21 [paul]       2.5.6cvs4
8080
8081         * src/gtk/authors.h
8082         * src/plugins/pgpcore/pgp_viewer.c
8083         * src/plugins/pgpcore/sgpgme.c
8084                 fix building on BSDs
8085                 Thanks to Michael Hughes
8086                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8087
8088 2006-10-20 [colin]      2.5.6cvs3
8089
8090         * configure.ac
8091                 Bump up libetpan requirement
8092                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8093         * src/common/utils.c
8094         * src/common/utils.h
8095                 Add convenience get_file_mtime()
8096         * src/imap.c
8097         * src/etpan/imap-thread.c
8098         * src/etpan/imap-thread.h
8099                 Implement UIDPLUS support if the server
8100                 supports it - faster sending in this case
8101
8102 2006-10-19 [colin]      2.5.6cvs2
8103
8104         * src/gtk/quicksearch.c
8105                 Fix emptying in type-ahead+extended mode
8106         * src/mainwindow.c
8107         * src/mainwindow.h
8108                 Add a hook for offline state change
8109         * src/plugins/trayicon/trayicon.c
8110                 Use it to display offline icons
8111         * src/plugins/trayicon/Makefile.am
8112         * src/plugins/trayicon/newmail.offline.xpm
8113         * src/plugins/trayicon/newmarkedmail.offline.xpm
8114         * src/plugins/trayicon/nomail.offline.xpm
8115         * src/plugins/trayicon/unreadmail.offline.xpm
8116         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8117                 Add the icons
8118
8119 2006-10-12 [paul]       2.5.6cvs1
8120
8121         * NEWS
8122         * README
8123         * configure.ac
8124                 Update version number following
8125                 stable release
8126
8127 2006-10-19 [colin]      2.5.5cvs18
8128
8129         * manual/handling.xml
8130                 Add type-ahead search
8131
8132 2006-10-18 [colin]      2.5.5cvs17
8133
8134         * src/gtk/quicksearch.c
8135                 Remove "save to history only if there's
8136                 no syntax error", it breaks for some 
8137                 reason which I'll investigate later.
8138
8139 2006-10-18 [colin]      2.5.5cvs16
8140
8141         * src/prefs_common.c
8142         * src/prefs_common.h
8143         * src/summaryview.c
8144         * src/gtk/quicksearch.c
8145         * src/gtk/quicksearch.h
8146                 Add a type-ahead option for fast searches
8147                 Patch by Fabien Vantard
8148
8149 2006-10-18 [colin]      2.5.5cvs15
8150
8151         * src/compose.c
8152         * src/compose.h
8153                 Add Options/Reply mode/ menu to be able to
8154                 change the recipients of a reply on the fly
8155
8156 2006-10-18 [colin]      2.5.5cvs14
8157
8158         * src/compose.c
8159                 Fix redirecting of our own sent mails
8160
8161 2006-10-17 [wwp]        2.5.5cvs13
8162
8163         * src/send_message.c
8164                 Fix duplicate error messages when sending, and missing
8165                 newline in such error messages.
8166
8167 2006-10-17 [colin]      2.5.5cvs12
8168
8169         * src/compose.c
8170                 Compare addresses case-insensitive
8171
8172 2006-10-17 [colin]      2.5.5cvs11
8173
8174         * src/plugins/pgpcore/sgpgme.c
8175                 Fix return status
8176
8177 2006-10-17 [colin]      2.5.5cvs10
8178
8179         * src/plugins/pgpcore/pgp_viewer.c
8180                 Fix return status
8181
8182 2006-10-17 [colin]      2.5.5cvs9
8183
8184         * src/quote_fmt.c
8185                 Fix a typo (thanks to Fabien)
8186
8187 2006-10-16 [colin]      2.5.5cvs8
8188
8189         * src/textview.c
8190                 Fix problem with quote-folding when emails
8191                 don't convert cleanly to UTF-8
8192
8193 2006-10-14 [colin]      2.5.5cvs7
8194
8195         * src/prefs_template.c
8196                 Reset fields when reopening
8197                 the window
8198
8199 2006-10-13 [paul]       2.5.5cvs6
8200
8201         * manual/advanced.xml
8202         * src/prefs_message.c
8203                 make 'respect_flowed_format' a hidden
8204                 option, and add a manual entry for it
8205                 Thanks to Colin
8206
8207 2006-10-12 [colin]      2.5.5cvs5
8208
8209         * src/codeconv.c
8210                 Revert part of 2.5.2cvs21:
8211                 Don't optimise by reusing the 
8212                 last iconv converter if possible:
8213                 it seems slightly broken in a 
8214                 very hard way to reproduce
8215
8216 2006-10-12 [colin]      2.5.5cvs4
8217
8218         * src/prefs_common.c
8219         * src/prefs_common.h
8220         * src/prefs_message.c
8221         * src/procmime.c
8222                 Fix bug 1035, 'Incorrect handling 
8223                 of flowed lines'. We now optionnaly
8224                 handle this format (preference is in
8225                 Message View/Text options section)
8226
8227 2006-10-12 [colin]      2.5.5cvs3
8228
8229         * po/POTFILES.in
8230                 Add new file
8231         * src/plugins/pgpcore/pgp_viewer.c
8232         * src/plugins/pgpcore/sgpgme.c
8233                 Don't try to import without asking
8234
8235 2006-10-12 [colin]      2.5.5cvs2
8236
8237         * src/compose.c
8238                 Fix bug 1036, 'Forwarding a mutlipart
8239                 mail with a "text/html" block to ms
8240                 outlook users leeds to freeze of
8241                 outlook'. Poor outlook users...
8242
8243 2006-10-12 [paul]       2.5.5cvs1
8244
8245         * NEWS
8246         * README
8247         * configure.ac
8248                 Update version number following
8249                 stable release
8250
8251 2006-10-11 [paul]       2.5.4cvs1
8252
8253         * NEWS
8254         * README
8255         * configure.ac
8256                 Update version number following
8257                 stable release
8258
8259 2006-10-11 [paul]       2.5.3cvs32
8260
8261         * src/textview.c
8262                 fix bug 1032, 'Segmentation fault when showing
8263                 message' (bug in quote folding)
8264                 Thanks to Colin
8265
8266 2006-10-10 [colin]      2.5.3cvs31
8267
8268         * src/quote_fmt.c
8269                 Rephrase english a bit
8270
8271 2006-10-10 [colin]      2.5.3cvs30
8272
8273         * src/prefs_compose_writing.c
8274                 Stop making the page larger than the window
8275
8276 2006-10-10 [wwp]        2.5.3cvs29
8277
8278         * src/compose.c
8279         * src/prefs_template.c
8280         * src/quote_fmt.c
8281         * src/quote_fmt.h
8282         * src/quote_fmt_lex.l
8283         * src/quote_fmt_parse.y
8284                 Extend the quote parser a bit: allow to get access to
8285                 basic (composing) account info.
8286
8287 2006-10-10 [colin]      2.5.3cvs28
8288
8289         * src/procheader.c
8290                 Fix this \t problem in subject
8291
8292 2006-10-09 [colin]      2.5.3cvs27
8293
8294         * src/main.c
8295         * src/prefs_gtk.c
8296                 Prepare cache a bit later
8297                 If section already exists, skip the new one 
8298                 (as previously); avoid writing the same block
8299                 twice - if we find a second block with the 
8300                 same id, skip it.
8301         * src/plugins/pgpcore/pgp_viewer.c
8302                 Set cursor to busy when retrieving a key
8303         * src/plugins/pgpcore/sgpgme.c
8304                 allow 5 seconds for gpg to export the key
8305                 
8306
8307 2006-10-09 [colin]      2.5.3cvs26
8308
8309         * configure.ac
8310         * src/msgcache.c
8311         * src/prefs_gtk.c
8312                 Check for existence of fgets_unlocked
8313                 and fwrite_unlocked
8314
8315 2006-10-09 [paul]       2.5.3cvs25
8316
8317         * src/prefs_summaries.c
8318                 replace strftime() with fast_strftime() and in
8319                 the consequence fix the bug in the display of
8320                 AM/PM in the 'Example' string
8321
8322 2006-10-09 [ticho]      2.5.3cvs24
8323
8324         * po/sk.po
8325                 Updated (and fixed up somewhat) Slovak translation.
8326
8327 2006-10-08 [colin]      2.5.3cvs23
8328
8329         * src/prefs_folder_item.c
8330                 Explain why prefs in the top-level folder
8331                 aren't retained, but are still useful
8332
8333 2006-10-08 [colin]      2.5.3cvs22
8334
8335         * src/prefs_gtk.c
8336                 Don't cache anything if caching fails
8337
8338 2006-10-08 [colin]      2.5.3cvs21
8339
8340         * src/common/utils.c
8341                 always include gi18n.h
8342
8343 2006-10-07 [colin]      2.5.3cvs20
8344
8345         * src/plugins/pgpcore/pgp_viewer.c
8346                 Kill gpg after 5 seconds wait
8347
8348 2006-10-07 [colin]      2.5.3cvs19
8349
8350         * src/plugins/pgpcore/pgp_viewer.c
8351         * src/plugins/pgpcore/pgp_viewer.h
8352                 Fix copyright
8353
8354 2006-10-07 [colin]      2.5.3cvs18
8355
8356         * src/plugins/pgpcore/pgp_viewer.c
8357         * src/plugins/pgpcore/pgp_viewer.h
8358                 Actually add the files to CVS
8359
8360 2006-10-07 [colin]      2.5.3cvs17
8361
8362         * src/plugins/pgpcore/sgpgme.c
8363                 Be sure not to crash on 'application/pgp-signature' that
8364                 are not application/pgp-signatures
8365
8366 2006-10-07 [colin]      2.5.3cvs16
8367
8368         * src/textview.c
8369         * src/textview.h
8370                 Make a bit more of the API available
8371         * src/plugins/pgpcore/Makefile.am
8372         * src/plugins/pgpcore/plugin.c
8373         * src/plugins/pgpcore/sgpgme.c
8374                 Add basic key import/export
8375
8376 2006-10-07 [colin]      2.5.3cvs15
8377
8378         * src/folderview.c
8379         * src/imap.c
8380         * src/prefs_account.c
8381         * src/wizard.c
8382                 Warn users *everywhere* if libetpan's not
8383                 linked in
8384
8385 2006-10-06 [mones]      2.5.3cvs14
8386
8387         * po/de.po
8388         * po/es.po
8389                 updated by Stephan Sachse and me
8390
8391 2006-10-06 [colin]      2.5.3cvs13
8392
8393         * src/main.c
8394         * src/common/sylpheed.c
8395                 Don't load common plugins if --exit is passed
8396         * src/prefs_gtk.c
8397         * src/prefs_gtk.h
8398                 Implement a cache to avoid reading the same
8399                 files over and over again at startup
8400
8401 2006-10-06 [colin]      2.5.3cvs12
8402
8403         * src/summaryview.c
8404         * src/gtk/quicksearch.c
8405                 Update display every 5k mails on fast searches
8406
8407 2006-10-06 [colin]      2.5.3cvs11
8408
8409         * src/textview.c
8410                 Don't do quote folding on HTML or ERTF.
8411                 May fix the Cygwin issues if they were
8412                 happening with HTML mails?
8413
8414 2006-10-05 [colin]      2.5.3cvs10
8415
8416         * src/prefs_gtk.c
8417                 Oops, forgot one
8418
8419 2006-10-05 [colin]      2.5.3cvs9
8420
8421         * src/prefs_gtk.c
8422                 Use unlocked_stdio here too
8423
8424 2006-10-05 [colin]      2.5.3cvs8
8425
8426         * src/folderview.c
8427                 Fix go to next * after preferences apply
8428         * src/msgcache.c
8429                 Do the fd lock/unlock ourselves instead of
8430                 letting the libc do it at each write 
8431
8432 2006-10-05 [colin]      2.5.3cvs7
8433
8434         * src/common/utils.c
8435                 Faster division, thanks to Jean Diraison
8436
8437 2006-10-05 [paul]       2.5.3cvs6
8438
8439         * src/common/utils.c
8440                 fix building with --disable-nls
8441
8442 2006-10-04 [colin]      2.5.3cvs5
8443
8444         * src/folder.c
8445                 Maybe fix a segfault
8446
8447 2006-10-04 [wwp]        2.5.3cvs4
8448
8449         * src/prefs_folder_item.c
8450                 Fine-tune layouts in folder item prefs. Suggested by
8451                 Fabien Vantard <fzzzzz@gmail.com>.
8452
8453 2006-10-04 [wwp]        2.5.3cvs3
8454
8455         * src/prefs_folder_item.c
8456                 Kill the clandestine passengers. You didn't see anything.
8457
8458 2006-10-04 [wwp]        2.5.3cvs2
8459
8460         * src/prefs_folder_item.c
8461                 Add a way to test the subject simplify regexp in
8462                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8463                 w/ few layout changes.
8464
8465 2006-20-04 [paul]       2.5.3cvs1
8466
8467         * NEWS
8468         * README
8469         * configure.ac
8470                 Update version number following
8471                 stable release
8472
8473 2006-10-04 [colin]      2.5.2cvs42
8474
8475         * src/folder.c
8476         * src/folder.h
8477         * src/summaryview.c
8478                 Provide a way for folder classes to set their sort
8479                 type and key
8480
8481 2006-10-03 [colin]      2.5.2cvs41
8482
8483         * src/mh.c
8484                 Don't use strlen() to know if the
8485                 string's empty
8486
8487 2006-10-03 [colin]      2.5.2cvs40
8488
8489         * src/mh.c
8490                 Fix "check for new folders" with accentued folders
8491
8492 2006-10-03 [ticho]      2.5.2cvs39
8493
8494         * src/filtering.c
8495         * src/folder.c
8496         * src/inc.c
8497         * src/mbox.c
8498                 Colin's fix for "copy" filtering rules.
8499
8500 2006-10-02 [colin]      2.5.2cvs38
8501
8502         * src/folderview.c
8503                 Fix for double-click too
8504
8505 2006-10-02 [colin]      2.5.2cvs37
8506
8507         * src/folderview.c
8508                 correct fix for cvs36
8509
8510 2006-10-02 [colin]      2.5.2cvs36
8511
8512         * src/folderview.c
8513                 Fix 'goto next unread' after collapsing/expanding 
8514                 a node.
8515
8516 2006-10-02 [colin]      2.5.2cvs35
8517
8518         * src/summaryview.c
8519                 Fix double freeze/thaw
8520         * src/common/utils.c
8521         * src/common/utils.h
8522                 Reimplement strftime
8523         * src/procheader.c
8524                 Use it
8525
8526
8527 2006-10-02 [colin]      2.5.2cvs34
8528
8529         * src/mh.c
8530                 Time mh_write_sequences() - it's fast
8531         * src/summaryview.c
8532                 Init a variable to shut up gcc
8533
8534 2006-10-01 [colin]      2.5.2cvs33
8535
8536         * src/folder.c
8537         * src/mh.c
8538         * src/mh.h
8539         * src/msgcache.c
8540                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8541                 Add fsync but disable it, it's slow as hell
8542
8543 2006-10-01 [colin]      2.5.2cvs32
8544
8545         * src/mh.c
8546         * src/msgcache.c
8547                 fflush() caches and mh_sequences before
8548                 fclose()ing
8549
8550 2006-10-01 [colin]      2.5.2cvs31
8551
8552         * src/msgcache.c
8553                 Don't ftruncate when not using mmap
8554
8555 2006-09-30 [colin]      2.5.2cvs30
8556
8557         * src/main.c
8558                 Write folder list *after* saving caches
8559
8560 2006-09-30 [colin]      2.5.2cvs29
8561
8562         * src/folder.c
8563         * src/mh.c
8564                 Debug forced mtime changes
8565
8566 2006-09-30 [colin]      2.5.2cvs28
8567
8568         * src/folder.c
8569         * src/main.c
8570                 Remove useless debug_print()s (code
8571                 well-tested)
8572
8573 2006-09-30 [colin]      2.5.2cvs27
8574
8575         * src/mh.c
8576                 Do stuff faster when writing mh_sequences
8577
8578 2006-09-30 [colin]      2.5.2cvs26
8579
8580         * src/mh.c
8581                 Don't let the writing of .mh_sequences, which
8582                 can change the folder's mtime, let us think
8583                 we need to scan.
8584
8585 2006-09-30 [colin]      2.5.2cvs25
8586
8587         * src/folder.c
8588                 Move a debug_print where it belongs 
8589                 (processing)
8590         * src/summaryview.c
8591                 Don't mess with a huge slow subject
8592                 table if we're not threading by
8593                 subject
8594
8595 2006-09-30 [colin]      2.5.2cvs24
8596
8597         * src/msgcache.c
8598                 Reenable mmaped reads (*not* writes!)
8599         * src/procmsg.c
8600                 Don't destroy and recreate hashtables just
8601                 for fun
8602         * src/common/utils.c
8603                 Remove useless reply prefixes (it's case
8604                 unsensitive)
8605
8606 2006-09-30 [wwp]        2.5.2cvs23
8607
8608         * tools/fix_date.sh
8609                 Fixed a minor bug in date value extraction, added a switch
8610                 to replace non RFC-compliant Date: value, added a switch
8611                 to use strict RFC matching patterns for dates.
8612
8613 2006-09-29 [colin]      2.5.2cvs22
8614
8615         * src/matcher_parser.h
8616         * src/matcher_parser_parse.y
8617         * src/prefs_filtering.c
8618         * src/statusbar.c
8619         * src/summary_search.c
8620         * src/summaryview.c
8621         * src/gtk/quicksearch.c
8622         * src/gtk/quicksearch.h
8623                 Optimise searches by setting different
8624                 refresh intervals (depending if the 
8625                 search is fast or not)
8626
8627 2006-09-29 [colin]      2.5.2cvs21
8628
8629         * src/codeconv.c
8630                 Optimise by reusing the last iconv converter
8631                 if possible
8632         * src/textview.c
8633                 Optimise a bit (the foldable quotes feature
8634                 still has an awful O(n^2) algo
8635
8636 2006-09-29 [colin]      2.5.2cvs20
8637
8638         * src/gtk/gtksctree.c
8639         * src/gtk/gtksctree.h
8640                 Optimise de-selection via up/down or
8641                 another key
8642
8643 2006-09-28 [colin]      2.5.2cvs19
8644
8645         * src/action.c
8646         * src/compose.c
8647         * src/folderview.c
8648         * src/mainwindow.c
8649         * src/messageview.c
8650         * src/summary_search.c
8651         * src/toolbar.c
8652                 Avoid using summaryview->ctree directly
8653
8654 2006-09-28 [colin]      2.5.2cvs18
8655
8656         * src/summaryview.c
8657         * src/summaryview.h
8658                 Add helpers to freeze/thaw/grab_focus
8659                 Factorize calls to freeze/thaw/grab_focus
8660                 
8661
8662 2006-09-28 [colin]      2.5.2cvs17
8663
8664         * src/main.c
8665                 More guards for the session management
8666
8667 2006-09-28 [colin]      2.5.2cvs16
8668
8669         * src/folderview.c
8670         * src/gtk/gtksctree.c
8671         * src/gtk/gtksctree.h
8672                 Make expanding not recursive in folderview
8673
8674 2006-09-28 [colin]      2.5.2cvs15
8675
8676         * src/addressbook.c
8677                 If nothing is selected in the list (right part)
8678                 and a group is selected in the tree (left part),
8679                 mail this group.
8680
8681 2006-09-28 [colin]      2.5.2cvs14
8682
8683         * src/Makefile.am
8684                 Actually use SM_LIBS
8685
8686 2006-09-28 [ticho]      2.5.2cvs13
8687
8688         * src/export.c
8689         * src/messageview.c
8690         * src/mimeview.c
8691         * src/news.c
8692         * src/pop.c
8693         * src/prefs_themes.c
8694         * src/procmsg.c
8695                 Small i18n string optimization.
8696         * src/send_message.c
8697         * src/summaryview.c
8698         * src/common/session.c
8699         * src/common/smtp.c
8700         * src/common/ssl_certificate.c
8701         * src/common/utils.c
8702                 Use "Couldn't" instead of "Can't" in UI messages,
8703                 where appropriate.
8704
8705 2006-09-28 [colin]      2.5.2cvs12
8706
8707         * configure.ac
8708                 Possibly fix link errors
8709
8710 2006-09-27 [wwp]        2.5.2cvs11
8711
8712         * src/gtk/authors.h
8713         * doc/man/sylpheed-claws.1
8714         * manual/ack.xml
8715         * manual/es/ack.xml
8716         * manual/fr/ack.xml
8717         * manual/pl/ack.xml
8718                 Updated authors info (me, myself and I).
8719
8720 2006-09-27 [colin]      2.5.2cvs10
8721
8722         * src/addressbook.c
8723                 Remove useless printf
8724
8725 2006-09-27 [wwp]        2.5.2cvs9
8726
8727         * src/editgroup.c
8728         * src/send_message.c
8729         * src/inc.c
8730         * src/prefs_common.c
8731         * src/prefs_common.h
8732         * src/gtk/progressdialog.c
8733                 remember more windows' sizes (send dialog, received dialog,
8734                 edit group in addressbook).
8735
8736 2006-09-27 [colin]      2.5.2cvs8
8737
8738         * configure.ac
8739         * src/main.c
8740         * src/mainwindow.h
8741                 Use libSM to communicate with the session
8742                 manager, so that we can know when the 
8743                 session ends, save our caches, and draft
8744                 our compose windows.
8745
8746 2006-09-27 [colin]      2.5.2cvs7
8747
8748         * src/addressbook.c
8749                 Fix issues:
8750                 o Allow Book and Group creation from the tree's
8751                   contextual menu
8752                 o Do not actually delete the contacts when 
8753                   deleting groups from the tree (duh!)
8754
8755 2006-09-27 [colin]      2.5.2cvs6
8756
8757         * src/compose.c
8758         * src/compose.h
8759         * src/mainwindow.c
8760         * src/textview.c
8761         * src/toolbar.c
8762                 o Allow passing an email address to 
8763                   compose_new_with_folderitem
8764                 o Update callers
8765                 o Use current folderitem when clicking
8766                   on a TextView mailto: link
8767                 o Fix a possible leak in TextView
8768
8769 2006-09-27 [colin]      2.5.2cvs5
8770
8771         * src/html.c
8772                 Use UTF-8 chars to replace HTML entities
8773
8774 2006-09-27 [colin]      2.5.2cvs4
8775
8776         * AUTHORS
8777         * src/prefs_account.c
8778         * src/gtk/authors.h
8779                 Fix bug #1024 (Array index out of
8780                 range in sylpheed-claws-2.5.2)
8781                 Patch by Ales Nosek <anosek@suse.cz>
8782
8783 2006-09-27 [colin]      2.5.2cvs3
8784
8785         * src/addr_compl.c
8786                 Actually do the test
8787
8788 2006-09-27 [colin]      2.5.2cvs2
8789
8790         * src/addr_compl.c
8791         * src/addr_compl.h
8792                 Allow completing with comma (in certain cases: vCalendar
8793                 for example doesn't support that)
8794                 Patch by Fabien Vantard
8795
8796 2006-09-26 [colin]      2.5.2cvs1
8797
8798         * src/Makefile.am
8799         * src/addr_compl.c
8800         * src/addr_compl.h
8801         * src/addrbook.c
8802         * src/addrbook.h
8803         * src/addressbook.c
8804         * src/addrindex.c
8805         * src/addrindex.h
8806         * src/compose.c
8807         * src/prefs_common.c
8808         * src/prefs_filtering_action.c
8809         * src/prefs_folder_item.c
8810         * src/prefs_template.c
8811         * src/stock_pixmap.c
8812         * src/stock_pixmap.h
8813         * src/pixmaps/addr_one.xpm
8814         * src/pixmaps/addr_two.xpm
8815                 Add auto-completion on groups
8816
8817 2006-09-26 [colin]      2.5.2
8818
8819         * NEWS
8820         * README
8821         * RELEASE_NOTES
8822                 2.5.2 released
8823
8824 2006-09-26 [colin]      2.5.1cvs5
8825
8826         * src/matcher.c
8827                 Fix condition
8828
8829 2006-09-26 [colin]      2.5.1cvs4
8830
8831         * src/mbox.c
8832                 Revert cvs1 (useless as the message is printed 
8833                 every 500 mails)
8834
8835 2006-09-26 [colin]      2.5.1cvs3
8836
8837         * src/partial_download.c
8838                 Fix crasher found by Alexsandar Urosevic
8839
8840 2006-09-26 [colin]      2.5.1cvs2
8841
8842         * src/summaryview.c
8843                 Fix bug #1023 (Sylpheed deletes too much messages)
8844
8845 2006-09-26 [ticho]      2.5.1cvs1
8846
8847         * src/mbox.c
8848                 Make use of gettext's multiple plurals for statusbar
8849                 progress message.
8850
8851 2006-09-25 [paul]       2.5.1
8852
8853         * NEWS
8854         * README
8855         * RELEASE_NOTES
8856                 2.5.1 released
8857
8858 2006-09-25 [colin]      2.5.0cvs3
8859
8860         * src/plugins/bogofilter/bogofilter.c
8861         * src/plugins/clamav/clamav_plugin.c
8862         * src/plugins/spamassassin/spamassassin.c
8863                 BogoFilter, Spamassassin: Fix double hook registering after
8864                 visiting preferences
8865                 Spamassassin, Clamav: Just set the mails to move instead of
8866                 doing the move - caller will move the things at once.
8867
8868 2006-09-25 [colin]      2.5.0cvs2
8869
8870         * src/imap.c
8871         * src/etpan/imap-thread.c
8872                 Use UID SEARCH ALL instead of UID 1:*
8873                 (braindead servers can't figure out that's
8874                 the same...)
8875
8876 2006-09-25 [wwp]        2.5.0cvs1
8877
8878         * src/message_search.c
8879                 Added the ability to stop a running search (in message body).
8880
8881 2006-09-25 [paul]       2.5.0
8882
8883         * NEWS
8884         * README
8885         * RELEASE_NOTES
8886                 2.5.0 released
8887
8888 2006-09-25 [paul]       2.4.0cvs214
8889
8890         * po/cs.po
8891         * po/de.po
8892         * po/fi.po
8893         * po/fr.po
8894         * po/nl.po
8895         * po/pt_BR.po
8896         * po/sk.po
8897         * po/sr.po
8898         * po/zh_CN.po
8899                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8900                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8901                 Ticho, Aleksander Urosevic, Ralgh Young
8902
8903 2006-09-24 [mones]      2.4.0cvs213
8904
8905         * po/es.po
8906                 Updated for release
8907
8908 2006-09-23 [colin]      2.4.0cvs212
8909
8910         * src/gtk/inputdialog.c
8911                 Fix [ ] remember this appearing in normal
8912                 input dialogs after it's been used by
8913                 mimeview.
8914         * src/folder.c
8915         * src/folderview.c
8916         * src/msgcache.c
8917         * src/procmsg.c
8918         * src/summaryview.c
8919         * src/textview.c
8920         * src/common/timing.h
8921                 Enable timings in debug mode and make it
8922                 look prettier.
8923
8924 2006-09-22 [colin]      2.4.0cvs211
8925
8926         * README
8927                 Revert test change
8928         * commitHelper
8929                 ping the correct URI
8930
8931 2006-09-22 [colin]      2.4.0cvs210
8932
8933         * README
8934                 Let's see if bug #1022 is fixed
8935
8936 2006-09-21 [colin]      2.4.0cvs209
8937
8938         * src/wizard.c
8939         * src/common/plugin.c
8940                 Prepare infra to load predefined plugins when
8941                 no configuration existed. Don't actually load
8942                 anything yet (feat. freeze)
8943
8944 2006-09-21 [wwp]        2.4.0cvs208
8945
8946         * manual/fr/faq.xml
8947                 Partial sync w/ 2.4.0cvs72:
8948                 wrap file and minor updates.
8949
8950 2006-09-21 [wwp]        2.4.0cvs207
8951
8952         * tools/fix_date.sh
8953                 several fixes and enhancements. A new --force switch has been
8954                 added to prevent overriding by default Date: header when
8955                 already existing.
8956
8957 2006-09-21 [paul]       2.4.0cvs206
8958
8959         * src/common/utils.c
8960                 add Chinese UTF8 Re prefix
8961
8962 2006-09-21 [wwp]        2.4.0cvs205
8963
8964         * tools/Makefile.am
8965                 Fics alfabettical order.
8966
8967 2006-09-21 [wwp]        2.4.0cvs204
8968
8969         * tools/fix_date.sh
8970         * tools/Makefile.am
8971                 Added an action tool to fix missing Date field in emails.
8972                 Updated Makefile.am to reflect those last two additions.
8973
8974 2006-09-21 [wwp]        2.4.0cvs203
8975
8976         * tools/uuooffice
8977                 Added a action tool to open uuencoded docs w/
8978                 OpenOffice (based on uudec method).
8979
8980 2006-09-21 [colin]      2.4.0cvs202
8981
8982         * src/compose.c
8983         * src/textview.c
8984                 Workaround possible GTK crash: remove selection 
8985                 clipboard before destroying widget, or GTK+-2.10
8986                 dies. Thanks to Hiro.
8987
8988 2006-09-20 [colin]      2.4.0cvs201
8989
8990         * src/compose.c
8991                 Fix free-after-use in some cases (when 
8992                 procmime_encode_content() frees mimeinfo->data.mem
8993                 and turns it to a temp file)
8994
8995 2006-09-20 [colin]      2.4.0cvs200
8996
8997         * src/folderview.c
8998         * src/summaryview.c
8999         * src/gtk/gtksctree.c
9000         * src/gtk/gtksctree.h
9001                 Add tooltips in the folderview and summaryview
9002                 (Doesn't break string freeze as they already
9003                 exist)
9004         * src/toolbar.c
9005                 Put the spam button in the default configuration
9006                 if compiled with bogo plugin too
9007
9008 2006-09-19 [colin]      2.4.0cvs199
9009
9010         * src/summaryview.c
9011         * src/summaryview.h
9012                 Update folder name label on folder rename
9013         * src/prefs_matcher.c
9014         * src/gtk/logwindow.h
9015                 Fix warnings
9016                 Patches by Fabien
9017
9018 2006-09-19 [wwp]        2.4.0cvs198
9019
9020         * src/summary_search.c
9021                 fix can't click forward/backward buttons in the
9022                 search messages.
9023
9024 2006-09-18 [paul]       2.4.0cvs197
9025
9026         * src/wizard.c
9027                 add missing bracket, capitalise the A of
9028                 'SpamAssassin'
9029
9030 2006-09-18 [paul]       2.4.0cvs196
9031
9032         * src/compose.c
9033                 fix bug 1012 'crashed upon sending mail
9034                 from compose window'
9035                 Thanks to Colin
9036
9037 2006-09-16 [colin]      2.4.0cvs195
9038
9039         * src/folderview.c
9040                 Fix "real-time" sorting by freezing/thawing
9041
9042 2006-09-16 [colin]      2.4.0cvs194
9043
9044         * manual/faq.xml
9045                 Fix the anti-spam entry a bit
9046
9047 2006-09-16 [colin]      2.4.0cvs193
9048
9049         * src/wizard.c
9050                 Make sure reviewers have no excuse when stating
9051                 Sylpheed-Claws doesn't have antispam capabilities.
9052
9053 2006-09-16 [colin]      2.4.0cvs192
9054
9055         * src/main.c
9056                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9057                 as if the SIGPIPE comes from etpan's thread we could
9058                 trigger a GUI update from this thread.
9059
9060 2006-09-16 [colin]      2.4.0cvs191
9061
9062         * src/summaryview.c
9063                 Init all members of the struct
9064
9065 2006-09-16 [paul]       2.4.0cvs190
9066
9067         * src/account.c
9068                 improvements to the English
9069
9070 2006-09-15 [colin]      2.4.0cvs189
9071
9072         * src/summaryview.c
9073                 HIG order on dialog
9074
9075 2006-09-14 [colin]      2.4.0cvs188
9076
9077         * src/common/socket.c
9078         * src/common/socket.h
9079         * src/common/ssl.c
9080         * src/common/ssl_certificate.c
9081         * src/common/ssl_certificate.h
9082         * src/etpan/imap-thread.c
9083                 the get_fqdn() call done to get canonical name when
9084                 checking an SSL certificate is blocking, which is
9085                 sad as we just did a non-blocking lookup to connect.
9086                 Fix that by letting the fqdn available to the SockInfo,
9087                 and use that in ssl_certificate_check(). For IMAP,
9088                 we don't do it as the lookup's done by libetpan, but
9089                 it's less annoying as IMAP connections as much more
9090                 rare than POP3 connections.
9091
9092 2006-09-14 [paul]       2.4.0cvs187
9093
9094         * manual/advanced.xml
9095                 improvements to the English,
9096                 properly place the new hidden options
9097                 within the alphabetical order
9098         * src/gtk/pluginwindow.c
9099                 improvements to the English
9100
9101 2006-09-14 [colin]      2.4.0cvs186
9102
9103         * src/prefs_common.c
9104         * src/prefs_common.h
9105         * src/gtk/gtksctree.c
9106         * manual/advanced.xml
9107                 New hidden pref, stripes_color_offset, to change
9108                 the value added/substracted to normal bgcolor to
9109                 create the stripes in summaries
9110
9111 2006-09-13 [colin]      2.4.0cvs185
9112
9113         * src/gedit-print.c
9114         * src/messageview.c
9115         * src/messageview.h
9116         * src/summaryview.c
9117         * src/textview.c
9118                 Fix misc. printing issues: 
9119                 - Bad font for linkified headers
9120                 - Different font if the mail was displayed or not
9121                 - Factorize the thing
9122
9123 2006-09-13 [colin]      2.4.0cvs184
9124
9125         * src/common/ssl_certificate.c
9126                 Only get FQDN once when checking certificate
9127
9128 2006-09-13 [colin]      2.4.0cvs183
9129
9130         * src/account.c
9131         * src/gtk/pluginwindow.c
9132                 Misc. GUI fixes by Fabien
9133
9134 2006-09-13 [wwp]        2.4.0cvs182
9135
9136         * configure.ac
9137         * src/common/utils.h
9138         * src/common/utils.c
9139                 get rid of unused wide-char functions.
9140
9141 2006-09-13 [wwp]        2.4.0cvs181
9142
9143         * src/plugins/pgpinline/sylpheed.def
9144         * src/textview.c
9145                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9146                 add privacy_reset_error to the .def file,
9147                 do not fork for an external textviewer.
9148
9149 2006-09-13 [wwp]        2.4.0cvs180
9150
9151         * src/prefs_common.c
9152                 fix broken font entry in prefs (patch issued by the gpg4win team,
9153                 probably by Marcus Brinkmann <marcus@g10code.de>).
9154
9155 2006-09-13 [colin]      2.4.0cvs179
9156
9157         * src/folder.h
9158                 Fix a warning in summaryview.c
9159         * src/mainwindow.c
9160         * src/summaryview.c
9161         * src/summaryview.h
9162                 Add missing Mark/* elements in the
9163                 main menu
9164
9165 2006-09-12 [colin]      2.4.0cvs178
9166
9167         * src/prefs_actions.c
9168         * src/prefs_filtering_action.c
9169         * src/prefs_matcher.c
9170                 Use (New) instead of New everywhere
9171
9172 2006-09-12 [wwp]        2.4.0cvs177
9173
9174         * manual/fr/addrbook.xml
9175         * manual/fr/handling.xml
9176                 updated some quotes in the fr manual to match the fr translation.
9177
9178 2006-09-12 [wwp]        2.4.0cvs176
9179
9180         * src/prefs_matcher.c
9181                 don't store translated string elements in matcher expressions.
9182                 Also fixed a misused of Q_().
9183
9184 2006-09-11 [wwp]        2.4.0cvs175
9185
9186         * src/plugins//bogofilter/bogofilter.c
9187         * src/plugins//clamav/clamav_plugin.c
9188         * src/plugins//demo/demo.c
9189         * src/plugins//dillo_viewer/dillo_viewer.c
9190         * src/plugins//pgpcore/plugin.c
9191         * src/plugins//pgpinline/plugin.c
9192         * src/plugins//pgpmime/plugin.c
9193         * src/plugins//spamassassin/spamassassin.c
9194                 gettext-ize more strings (mostly plugin error messages).
9195
9196 2006-09-11 [colin]      2.4.0cvs174
9197
9198         * src/alertpanel.c
9199                 Make maximum buffer size bigger to avoid
9200                 truncating translated messages. Patch by
9201                 Fabien
9202
9203 2006-09-11 [colin]      2.4.0cvs173
9204
9205         * src/etpan/imap-thread.c
9206                 Fix compilation on OpenBSD, thanks to 
9207                 Landry
9208
9209 2006-09-10 [wwp]        2.4.0cvs172
9210
9211         * manual/account.xml
9212         * manual/addrbook.xml
9213         * manual/handling.xml
9214         * manual/es/handling.xml
9215         * manual/fr/account.xml
9216         * manual/fr/addrbook.xml
9217         * manual/fr/handling.xml
9218                 documented addressbook matching (condition configuration):
9219                   addrbook.xml, en fr
9220                 documented per-account filtering rules (handling/filtering
9221                   section, account section):
9222                   account.xml, handling.xml, en fr
9223                 slightly updated the handling/searching section to tell few
9224                   words about the extended search ability:
9225                   handling.xml, en fr
9226                 added missing <quote></quotes> to Quick Search:
9227                   handling.xml, en fr es
9228                 fixed a typo (auomatically):
9229                   handling.xml, en
9230                 changes revisited by Paul.
9231
9232 2006-09-10 [paul]       2.4.0cvs171
9233
9234         * src/prefs_actions.c
9235         * src/prefs_filtering.c
9236         * src/prefs_template.c
9237                 adjustments to the gui
9238                 Patch by Fabien Vantard (slightly modified)
9239
9240 2006-09-10 [colin]      2.4.0cvs170
9241
9242         * src/summaryview.c
9243                 Check folderitem/summaryview consistency
9244                 (basically automates Update summary). Fixes
9245                 #1011 (wrong (negative) count on unread 
9246                 messages)
9247
9248 2006-09-10 [colin]      2.4.0cvs169
9249
9250         * src/gtk/gtksctree.c
9251                 Fix recursive expansion via mouse
9252         * src/plugins/bogofilter/bogofilter.c
9253                 Use normal filtering way of moving
9254                 messages (batching), possibly fixing
9255                 bug #1015 (Bogofilter plugin doubles 
9256                 new messages)
9257
9258 2006-09-09 [wwp]        2.4.0cvs168
9259
9260         * src/prefs_filtering.c
9261                 better place for this fix.
9262
9263 2006-09-09 [wwp]        2.4.0cvs167
9264
9265         * src/prefs_filtering.c
9266                 fix a minor bug when the enabled status of a filtering/processing
9267                 rule always got set to TRUE when replacing this rule. That still
9268                 make sense when adding a new rule, but now when replacing, we
9269                 don't override the value of 'enabled'.
9270                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9271                 to prefs_filtering_list_view_get_info() as this function not only
9272                 returns the name, but also the account_id and the enabled status.
9273
9274 2006-09-09 [mones]      2.4.0cvs166
9275
9276         * manual/glossary.xml
9277         * manual/plugins.xml
9278                 Minor format corrections
9279         * manual/gpl.xml
9280                 Fix misplaced NO WARRANTY section
9281         * manual/es/advanced.xml
9282         * manual/es/faq.xml
9283         * manual/es/glossary.xml
9284         * manual/es/gpl.xml
9285         * manual/es/handling.xml
9286         * manual/es/plugins.xml
9287         * manual/es/starting.xml
9288                 Incorporate changes from English version
9289         * manual/fr/ack.xml
9290         * manual/pl/ack.xml
9291         * manual/es/ack.xml
9292                 Fix address, (add translation credits in es version)
9293         * po/es.po
9294                 Updated translation
9295
9296 2006-09-09 [wwp]        2.4.0cvs165
9297
9298         * src/prefs_filtering.c
9299                 fix a crash when opening filtering prefs, if matcherrc file contains
9300                 broken data (non-existing account id, which is theoretically not
9301                 possible).
9302
9303 2006-09-08 [colin]      2.4.0cvs164
9304
9305         * src/folder.c
9306                 Wrong assert, make it an if()
9307         * src/gtk/gtksctree.c
9308                 Fix bug #1013 (expand selected thread 
9309                 tree) - expanding is now recursive
9310
9311 2006-09-07 [wwp]        2.4.0cvs163
9312
9313         * src/prefs_matcher.c
9314                 make better sentences about addressbook matching in the
9315                 matcher prefs. This should make translators' work easier
9316                 too.
9317
9318 2006-09-07 [wwp]        2.4.0cvs162
9319
9320         * src/prefs_filtering.c
9321                 code simplification (get rid of dup var. assignment).
9322
9323 2006-09-07 [wwp]        2.4.0cvs161
9324
9325         * src/summaryview.c
9326                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9327                 <fzzzzz@gmail.com>.
9328
9329 2006-09-07 [paul]       2.4.0cvs160
9330
9331         * src/mimeview.c
9332                 fix compilation warnings
9333                 Thanks to Colin
9334
9335 2006-09-07 [paul]       2.4.0cvs159
9336
9337         * src/mimeview.c
9338                 select the mimepart icon when
9339                 displaying as text
9340                 Thanks to Colin
9341
9342 2006-09-06 [paul]       2.4.0cvs158
9343
9344         * src/prefs_filtering.c
9345                 fix labels and table element spacing
9346                 Patch by Fabien Vantard
9347
9348 2006-09-06 [paul]
9349
9350         2.5.0-rc3 released
9351
9352 2006-09-06 [paul]       2.4.0cvs157
9353
9354         * manual/es/advanced.xml
9355                 fix typo
9356
9357 2006-09-06 [wwp]        2.4.0cvs156
9358
9359         * src/mainwindow.c
9360                 fix an dup launch issue when iconified, thanks to Colin.
9361
9362 2006-09-06 [wwp]        2.4.0cvs155
9363
9364         * src/gtk//gtksctree.h
9365                 oops, forgot that one!
9366
9367 2006-09-06 [wwp]        2.4.0cvs154
9368
9369         * manual/pl/advanced.xml
9370         * manual/advanced.xml
9371         * manual/es/advanced.xml
9372         * manual/fr/advanced.xml
9373         * src/prefs_customheader.c
9374         * src/prefs_filtering_action.c
9375         * src/foldersel.c
9376         * src/prefs_summaries.c
9377         * src/prefs_filtering.c
9378         * src/account.c
9379         * src/compose.c
9380         * src/prefs_summary_column.c
9381         * src/addr_compl.c
9382         * src/prefs_actions.c
9383         * src/prefs_folder_column.c
9384         * src/ssl_manager.c
9385         * src/prefs_template.c
9386         * src/prefs_display_header.c
9387         * src/prefs_common.h
9388         * src/prefs_matcher.c
9389         * src/prefs_common.c
9390         * src/prefs_toolbar.c
9391         * src/summaryview.c
9392         * src/folderview.c
9393         * src/gtk/gtksctree.c
9394         * src/gtk/pluginwindow.c
9395         * src/gtk/progressdialog.c
9396         * src/gtk/prefswindow.c
9397                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9398                 to make its meaning more obvious (all versions of the manual reflect
9399                 the change).
9400                 added an extra hidden option use_stripes_in_summary to allow
9401                 discarding these stripes in mainwindow's folder and message lists;
9402                 en and fr manuals only are OK towards this.
9403
9404 2006-09-06 [colin]      2.4.0cvs153
9405
9406         * src/textview.c
9407                 Hide Sylpheed-Claws' internal queue headers
9408                 when showing all headers. They'll be present
9409                 only in Source window.
9410
9411 2006-09-05 [colin]      2.4.0cvs152
9412
9413         * src/plugins/trayicon/trayicon.c
9414                 Fix crash at exit - we have to disconnect
9415                 our handlers
9416         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9417                 Update eggtrayicon - patch adapted from a
9418                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9419                 on Sylpheed's ML
9420
9421 2006-09-05 [colin]      2.4.0cvs151
9422
9423         * src/mainwindow.c
9424         * src/gtk/logwindow.c
9425                 Fix race condition when something writes
9426                 to the log too soon during init. Thanks
9427                 to Fabien Vantard
9428
9429 2006-09-05 [colin]      2.4.0cvs150
9430
9431         * src/mimeview.c
9432                 Don't select part on right-click either
9433
9434 2006-09-05 [paul]       2.4.0cvs149
9435
9436         * src/mimeview.c
9437                 completion of previous commit
9438                 Thanks to Colin
9439
9440 2006-09-05 [colin]      2.4.0cvs148
9441
9442         * src/mimeview.c
9443                 Don't force selection on middle-click, just open
9444
9445 2006-09-04 [colin]      2.4.0cvs147
9446
9447         * src/mimeview.c
9448                 Looks like gtk_notebook_set_current_page()
9449                 sometimes steals focus, and this annoys us
9450                 in MimeViewers as it renders navigation
9451                 keys useless. Take back focus after switching
9452                 pages.
9453
9454 2006-09-04 [colin]      2.4.0cvs146
9455
9456         * src/messageview.c
9457                 Set stop_loading when clicking on Next
9458                 during load. Don't add a callback to 
9459                 avoid over-complicating things.
9460
9461 2006-09-04 [colin]      2.4.0cvs145
9462
9463         * src/mimeview.c
9464         * src/messageview.c
9465                 Fix multiple loads in separate messageview
9466
9467 2006-09-04 [colin]      2.4.0cvs144
9468
9469         * src/summaryview.c
9470                 Let navigation keys be handled during 
9471                 load
9472
9473 2006-09-04 [colin]      2.4.0cvs143
9474
9475         * src/messageview.c
9476         * src/summaryview.c
9477         * src/textview.c
9478         * src/textview.h
9479                 Make loading of huge mails (lots of text and/or
9480                 images) cancellable, so the GUI doesn't block 
9481
9482 2006-09-04 [colin]      2.4.0cvs142
9483
9484         * src/plugins/trayicon/trayicon.c
9485                 Fix annoyance when removing a folder with 
9486                 unread mails: trayicon didn't update
9487
9488 2006-09-04 [paul]       2.4.0cvs141
9489
9490         * src/gtk/icon_legend.c
9491                 straighten up columns
9492                 Patch by Fabien Vantard
9493
9494 2006-09-04 [wwp]        2.4.0cvs140
9495
9496         * src/prefs_filtering.c
9497                 fix new line's account name in filtering prefs:
9498                 was "All", is now "(New)".
9499
9500 2006-09-04 [paul]       2.4.0cvs139
9501
9502         * tools/make.themes.project
9503                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9504                 instead of homebrewed "make release"
9505
9506 2006-09-03 [colin]      2.4.0cvs138
9507
9508         * src/folderview.c
9509                 Fix bug #1007 (Wrong folder highlighted)
9510
9511 2006-09-03 [colin]      2.4.0cvs137
9512
9513         * src/compose.c
9514                 Don't set Newsgroup: header to a mail folder
9515                 path
9516
9517 2006-09-03 [paul]       2.4.0cvs136
9518
9519         * src/prefs_other.c
9520         * src/prefs_spelling.c
9521                 unify the gui
9522
9523 2006-09-03 [paul]       2.4.0cvs135
9524
9525         * src/prefs_summaries.c
9526                 correct menu item text in prefs_keybind_apply_clicked()
9527
9528 2006-09-03 [paul]       2.4.0cvs134
9529
9530         * manual/advanced.xml
9531                 some improvements to the descriptions
9532         * src/mainwindow.c
9533         * src/messageview.c
9534         * src/summaryview.c
9535         * src/gtk/menu.c
9536                 fix menu sensitivity issues
9537         * src/prefs_message.c
9538                 drop the useless word 'short'
9539         * src/prefs_other.c
9540                 add the word 'lines' indicating log length
9541                 is a measure of lines
9542         * src/textview.c
9543                 fix compilation warnings
9544
9545 2006-09-02 [colin]      2.4.0cvs133
9546
9547         * src/messageview.c
9548                 Display a special return-receipt message
9549                 if the message is from the user
9550         * src/summaryview.c
9551                 Fix missing freeze of the list when marking
9552                 all read and unthreading for exec. Thanks
9553                 to Stephan Sachse.
9554
9555 2006-09-02 [paul]       2.4.0cvs132
9556
9557         * src/mainwindow.c
9558         * src/prefs_message.c
9559         * src/summaryview.c
9560                 fix some english
9561
9562 2006-09-02 [wwp]        2.4.0cvs131
9563
9564         * src/prefs_filtering.c
9565                 added an account name column to the filtering rules
9566                 dialog.
9567
9568 2006-09-02 [colin]      2.4.0cvs130
9569
9570         * src/gtk/logwindow.c
9571         * src/gtk/logwindow.h
9572                 Block scrolling if we're not at the end
9573                 of the log
9574
9575 2006-09-02 [colin]      2.4.0cvs129
9576
9577         * src/folder.c
9578                 Make sure account-specific rules can't
9579                 be used in {pre-,post-,}processing
9580         * src/mainwindow.c
9581         * src/gtk/logwindow.c
9582         * src/gtk/logwindow.h
9583                 Jump to last error when clicking on the
9584                 warning icon
9585
9586 2006-09-02 [colin]      2.4.0cvs128
9587
9588         * src/imap.c
9589         * src/import.c
9590         * src/mainwindow.c
9591         * src/mainwindow.h
9592                 Fix warning icon
9593         * src/inc.c
9594         * src/mbox.c
9595         * src/mbox.h
9596                 Let proc_mbox know its account, for
9597                 account-specific rules
9598
9599 2006-09-01 [colin]      2.4.0cvs127
9600
9601         * src/codeconv.c
9602                 Don't uselessly use iconv to convert from
9603                 us-ascii
9604         * src/alertpanel.c
9605         * src/mainwindow.c
9606         * src/mainwindow.h
9607         * src/inc.c
9608                 Fix certain log cases, disable warning icon
9609                 for now, the correct way to display it when
9610                 necessary and only when necessary is probably
9611                 to do it manually rather than use error logs
9612         * src/etpan/imap-thread.c
9613                 Clean up UID logging a bit
9614         * src/gtk/logwindow.c
9615         * src/gtk/logwindow.h
9616                 Make logging faster when the window's closed
9617
9618 2006-09-01 [wwp]        2.4.0cvs126
9619
9620         * manual/fr/account.xml
9621                 reflect changes to the ref. manual (parts of cvs72):
9622                 fix tabnames and quotes.
9623
9624 2006-09-01 [wwp]        2.4.0cvs125
9625
9626         * manual/fr/plugins.xml
9627                 reflect changes to the reference manual (cvs42):
9628                 update IRC channel info.
9629
9630 2006-09-01 [wwp]        2.4.0cvs124
9631
9632         * commitHelper
9633                 use CVSEDITOR env. var. if set, according to `man cvs`.
9634
9635 2006-09-01 [wwp]        2.4.0cvs123
9636
9637         * manual/advanced.xml
9638                 better sentence again (thanks to Paul).
9639
9640 2006-09-01 [wwp]        2.4.0cvs122
9641
9642         * manual/advanced.xml
9643         fix definition of toolbar_detachable and rework a bit the one of
9644         enable_dotted_lines.
9645
9646 2006-09-01 [mones]      2.4.0cvs121
9647
9648         * manual/advanced.xml
9649                 Document enable_dotted_lines
9650
9651 2006-09-01 [paul]       2.4.0cvs120
9652
9653         * src/folderview.c
9654         * src/folderview.h
9655         * src/imap.c
9656         * src/mainwindow.c
9657         * src/summaryview.c
9658                 obey the 'When entering folder...' option
9659                 when using the /View/Go to/... menu items
9660                 Thanks to Colin
9661
9662 2006-08-31 [colin]      2.4.0cvs119
9663
9664         * src/folderview.c
9665                 Revert 2.4.0cvs116, wrong fix.
9666
9667 2006-08-31 [colin]      2.4.0cvs118
9668
9669         * src/gtk/gtksctree.c
9670                 Better state the various copyrights
9671
9672 2006-08-31 [colin]      2.4.0cvs117
9673
9674         * src/prefs_common.c
9675                 fix enable_dotted_lines
9676
9677 2006-08-31 [colin]      2.4.0cvs116
9678
9679         * src/folderview.c
9680                 Use pref "Always open on select" when going
9681                 to next unread folder
9682         * src/gtk/gtksctree.c
9683                 Fix link failure to _gtk_clist_create_cell_layout
9684                 on certain computers. (Why not mine, I wonder)
9685
9686 2006-08-31 [colin]      2.4.0cvs115
9687
9688         * src/procmsg.c
9689         * src/textview.c
9690         * src/plugins/bogofilter/bogofilter.c
9691         * src/plugins/spamassassin/spamassassin.c
9692                 Requalify some "errors" to warnings
9693         * src/mainwindow.c
9694         * src/mainwindow.h
9695         * src/statusbar.c
9696                 Add an icon in the statusbar to notify
9697                 of errors
9698         * src/gtk/gtksctree.c
9699         * src/folderview.c
9700         * src/summaryview.c
9701                 Make the GtkSCTree look more modern by
9702                 alternating background lines
9703         * src/prefs_common.c
9704         * src/prefs_common.h
9705                 Add a pref to let people have the old
9706                 way if they prefer
9707
9708
9709 2006-08-30 [colin]      2.4.0cvs114
9710
9711         * src/procmsg.c
9712         * src/procmsg.h
9713                 Provide a way to filter a list of
9714                 messages in an optimised manner, and
9715                 add a list-filtering hook
9716         * src/folder.c
9717         * src/inc.c
9718         * src/mbox.c
9719                 Use the list filtering
9720         * src/plugins/bogofilter/bogofilter.c
9721                 Use the list-filtering hook
9722                 Use -b (bulk) mode for more speed
9723                 when learning and filtering
9724         * src/etpan/imap-thread.c
9725                 Make log output shorter in UID SEARCH
9726
9727
9728 2006-08-30 [colin]      2.4.0cvs113
9729
9730         * src/plugins/bogofilter/bogofilter.c
9731                 Really fast mass learning - thanks to David
9732                 Relson for the options explanations :)
9733
9734 2006-08-30 [colin]      2.4.0cvs112
9735
9736         * src/msgcache.c
9737                 Fix compilation on FreeBSD. Thanks
9738                 to Michael Hugues
9739
9740 2006-08-29 [colin]      2.4.0cvs111
9741
9742         * src/folderview.c
9743                 Handle "popup_menu" signal (for popping the 
9744                 menu via the keyboard)
9745         * src/mimeview.c
9746         * src/mimeview.h
9747         * src/summaryview.c
9748         * src/textview.c
9749         * src/gtk/gtkutils.c
9750         * src/gtk/gtkutils.h
9751                 Factorize scrolling code, and add an API 
9752                 for MimeViewers to handle scroll orders
9753
9754 2006-08-29 [wwp]        2.4.0cvs110
9755
9756         * src/plugins//bogofilter/bogofilter.c
9757         * src/plugins//spamassassin/spamassassin.c
9758                 make the bogofilter/spamassassin filtering error dialogs at
9759         incorporation obey to the "don't popup error dialog on
9760         receive error" option. If disabled, feed the log window w/
9761         the error message.
9762
9763 2006-08-29 [paul]
9764
9765         2.5.0-rc2 released
9766
9767 2006-08-29 [paul]       2.4.0cvs109
9768
9769         * Makefile.am
9770                 remove 'make release', it's not needed
9771                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9772
9773 2006-08-29 [paul]       2.4.0cvs108
9774
9775         * src/foldersel.c
9776         * src/summary_search.c
9777         * src/gtk/progressdialog.c
9778         * src/plugins/pgpcore/passphrase.c
9779                 replace deprecated gtk_window_set_policy()
9780
9781 2006-08-29 [colin]      2.4.0cvs107
9782
9783         * src/folder.c
9784                 Fix data loss when copy fails during a move:
9785                 only use fast remove_msgs if everything was
9786                 copied OK; else use slow remove_msg on the
9787                 mails that got copied only.
9788
9789 2006-08-28 [paul]       2.4.0cvs106
9790
9791         * src/mh.c
9792                 revert change in 2.4.0cvs104, it breaks
9793                 stuff
9794
9795 2006-08-28 [paul]       2.4.0cvs105
9796
9797         * src/plugins/spamassassin/spamassassin.c
9798                 english fix
9799
9800 2006-08-28 [paul]       2.4.0cvs104
9801
9802         * src/mh.c
9803                 fix data loss when moving to another
9804                 mailbox fails
9805         * src/prefs_spelling.c
9806                 improve the english
9807         * src/gtk/pluginwindow.c
9808                 improve the layout of the dialog text
9809         All thanks to Colin
9810
9811 2006-08-28 [paul]       2.4.0cvs103
9812
9813         * src/plugins/bogofilter/bogofilter.c
9814         * src/plugins/bogofilter/bogofilter_gtk.c
9815                 fix english up a bit, innit
9816
9817 2006-08-28 [paul]       2.4.0cvs102
9818
9819         * configure.ac
9820         * po/Makefile.in.in
9821         * po/Makevars
9822                 require autoconf 2.60, enabling building
9823                 with gettext 0.15 (gettext 0.14.x build still
9824                 possible). Replace Makefiles with versions
9825                 from gettext 0.15.
9826                 Remove configure options --with-localedir and
9827                 --with-mandir. The options that are provided
9828                 directly by autoconf 2.60 can be used instead:
9829                 --mandir --localedir
9830
9831 2006-08-27 [colin]      2.4.0cvs101
9832
9833         * src/plugins/bogofilter/Makefile.am
9834                 Fix make dist (no README)
9835
9836 2006-08-27 [colin]      2.4.0cvs100
9837
9838         * src/folder.c
9839                 Don't use F_UNKNOWN folders for any default
9840                 outbox/trash/etc
9841         * src/plugins/bogofilter/bogofilter.c
9842         * src/plugins/bogofilter/bogofilter.h
9843         * src/plugins/bogofilter/bogofilter_gtk.c
9844                 Add an option to specify the path to bogofilter
9845                 Use single-quotes to be able to learn in folders
9846                 with spaces in their names
9847                 Verify learning status
9848
9849 2006-08-27 [colin]      2.4.0cvs99
9850
9851         * manual/faq.xml
9852         * manual/plugins.xml
9853                 Document Bogofilter plugin
9854
9855 2006-08-27 [colin]      2.4.0cvs98
9856
9857         * src/compose.c
9858         * src/messageview.c
9859         * src/procmsg.c
9860         * src/procmsg.h
9861                 When possible, copy the queued mail to sent folder
9862                 instead of re-adding. Much faster on IMAP.
9863
9864 2006-08-27 [colin]      2.4.0cvs97
9865
9866         * src/msgcache.c
9867                 Disable mmaped caches - huge metadata loss
9868                 here after a power failure.
9869         * src/summaryview.c
9870                 Add quicksearch timing
9871         * src/common/plugin.c
9872         * src/common/plugin.h
9873                 Implement an interface to tell what plugins
9874                 provide. Prevent loading of similar plugins.
9875         * src/plugins/clamav/clamav_plugin.c
9876         * src/plugins/demo/demo.c
9877         * src/plugins/dillo_viewer/dillo_viewer.c
9878         * src/plugins/pgpcore/plugin.c
9879         * src/plugins/pgpinline/pgpinline.c
9880         * src/plugins/pgpmime/pgpmime.c
9881         * src/plugins/spamassassin/spamassassin.c
9882         * src/plugins/trayicon/trayicon.c
9883                 Implement plugin_provides()
9884
9885 2006-08-27 [colin]      2.4.0cvs96
9886
9887         * configure.ac
9888         * src/plugins/Makefile.am
9889         * src/plugins/bogofilter/.cvsignore
9890         * src/plugins/bogofilter/Makefile.am
9891         * src/plugins/bogofilter/bogofilter.c
9892         * src/plugins/bogofilter/bogofilter.h
9893         * src/plugins/bogofilter/bogofilter_gtk.c
9894                 New Bogofilter plugin, provides filtering and
9895                 learning. Spamassassin will go to extra plugins.
9896
9897 2006-08-26 [mones]      2.4.0cvs95
9898
9899         * manual/handling.xml
9900                 Fix subfolder path in the example (thanks to Paul) 
9901
9902 2006-08-26 [mones]      2.4.0cvs94
9903
9904         * manual/glossary.xml
9905                 2.2. + add ISP to the glossary
9906                 7.5. + Add UIDL to glossary
9907                 7.7. + Add TCP to glossary
9908         * manual/handling.xml
9909                 7.1. + Mentions GNU/Linux distribution, what about the non...
9910                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9911                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9912                 7.4. = Use appropriate quotation for commands
9913                 7.6. = change "" to <quote></quote>
9914         * manual/plugins.xml
9915                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9916         * manual/starting.xml
9917                 2.1. + local mbox file: some examples of mbox file locations...
9918                 Also reformatted files requiring it
9919
9920 2006-08-26 [wwp]        2.4.0cvs93
9921
9922         * src/summary_search.c
9923                 disable find buttons while summary search is running.
9924
9925 2006-08-25 [colin]      2.4.0cvs92
9926
9927         * src/folder.c
9928         * src/folderutils.c
9929         * src/mh.c
9930         * src/procmsg.h
9931         * src/summaryview.c
9932                 Speed up MH moving, and add progressbar
9933                 for MH deletion
9934         * src/msgcache.c
9935                 Write cache files using mmap() too
9936
9937 2006-08-25 [wwp]        2.4.0cvs91
9938
9939         * src/summaryview.c
9940                 switch spam<->ham button when a message has been marked as spam or ham
9941                 and is still selected. Thanks to Colin.
9942
9943 2006-08-25 [paul]       2.4.0cvs90
9944
9945         * src/Makefile.am
9946         * src/stock_pixmap.c
9947         * src/stock_pixmap.h
9948         * src/summaryview.c
9949         * src/gtk/icon_legend.c
9950         * src/pixmaps/copied.xpm
9951         * src/pixmaps/moved.xpm
9952                 add icons for delayed execution marked for
9953                 copying, marked for moving
9954
9955 2006-08-25 [mones]      2.4.0cvs89
9956
9957         * manual/glossary.xml
9958                 Fix the other glossary items:
9959                 5.1. = Inmmediate execution -> <quote>immediate execution...
9960                 5.2. = Fix MBOX capitalization -> Mbox
9961                 5.3. + Improve Plugins def. w/ tech. ref.
9962                 5.4. = Quotation -> replace '>' by <quote>></quote>
9963                 5.5. - SMTP Server. -> remove dot
9964         * po/es.po
9965                 Updated translation
9966
9967 2006-08-25 [mones]      2.4.0cvs88
9968
9969         * manual/ack.xml
9970                 Reformatted, changed email address
9971         * manual/glossary.xml
9972                 Reformatted, fixed MANUAL-TODO items:
9973                 8.2. + add ROT-13 to glossary
9974                 8.4. + add URL to glossary
9975         * manual/es/advanced.xml
9976                 Fixed <literal>s
9977
9978 2006-08-25 [paul]       2.4.0cvs87
9979
9980         * src/gtk/icon_legend.c
9981                 add 'marked for deletion' icon
9982                 arrange icons by containing column
9983                 wrap long label text
9984
9985 2006-08-25 [colin]      2.4.0cvs86
9986
9987         * src/common/utils.c
9988         * src/common/utils.h
9989                 Add the sc_g_*list_bigger functions in
9990                 a place everyone can use it
9991         * src/summaryview.c
9992                 Only freeze/thaw the list when working
9993                 on the selection, if it's bigger than 1
9994         * src/gtk/gtksctree.c
9995                 Only freeze/thaw the list when unselec-
9996                 ting 'all' if ('all' != 1)
9997                 This avoids some flickering
9998
9999 2006-08-24 [colin]      2.4.0cvs85
10000
10001         * src/addressbook.c
10002                 Fix strange list selection
10003                 Fix random seg (Invalid read of freed memory)
10004
10005 2006-08-24 [colin]      2.4.0cvs84
10006
10007         * src/alertpanel.c
10008         * src/gtk/inputdialog.c
10009         * src/plugins/pgpcore/passphrase.c
10010                 Revert minimal width patch of 2.4.0cvs67,
10011                 as it is also a maximal width. Use 
10012                 gtk_window_set_default_size instead.
10013
10014 2006-08-24 [colin]      2.4.0cvs83
10015
10016         * src/msgcache.c
10017                 Write cache/mark to temp files before
10018                 overwriting old ones (avoids metadata
10019                 loss if writing the new files fail).
10020                 Use mmap() to read cache/mark file, as
10021                 this makes cache reading faster. Dis-
10022                 abled for big-endian machines until it
10023                 can be tested. (Big-endian users: set
10024                 msgcache_use_mmap = TRUE in the relevant
10025                 #if).
10026         * src/procmsg.h
10027                 Move rarely used fields of MsgInfo in 
10028                 another structure, which will only be
10029                 allocated if needed. Face, X-Face,
10030                 Return receipt headers and List-*
10031                 headers are moved. Mails having none
10032                 of these occupy 52 bytes less with
10033                 this patch, which makes 2.5MB of RAM
10034                 saved on a 50k folder).
10035         * src/headerview.c
10036         * src/mainwindow.c
10037         * src/messageview.c
10038         * src/partial_download.c
10039         * src/procheader.c
10040         * src/procmsg.c
10041         * src/textview.c
10042                 Follow this structure change.
10043
10044 2006-08-24 [wwp]        2.4.0cvs82
10045
10046         * manual/es/.cvsignore
10047         * manual/es/dist/.cvsignore
10048         * manual/es/dist/html/.cvsignore
10049         * manual/es/dist/pdf/.cvsignore
10050         * manual/es/dist/ps/.cvsignore
10051         * manual/es/dist/txt/.cvsignore
10052                 more (generated) files to ignore.
10053
10054 2006-08-24 [colin]      2.4.0cvs81
10055
10056         * src/folder.c
10057         * src/mh.c
10058                 Fix possible problems with local delivery. Check the folder doesn't
10059                 need scan before setting its mtime when saving cache (which can be
10060                 done long after the folder's been modified by an external process);
10061                 Check that the stored item's mtime didn't change in mh functions.
10062
10063 2006-08-24 [mones]      2.4.0cvs80
10064
10065         * manual/advanced.xml
10066                 Rewrapping, some fixes and MANUAL-TODO items:
10067                 8.1. = change "" to <quote></quote>
10068                 8.3. = quote menu items
10069                 8.5. - deploying -> new user ... ideally a new user (redundant)
10070
10071 2006-08-23 [colin]      2.4.0cvs79
10072
10073         * src/gtk/gtksctree.c
10074                 When selecting or deselecting range, only
10075                 freeze/thaw when selection is bigger than 10
10076
10077 2006-08-23 [colin]      2.4.0cvs78
10078
10079         * src/messageview.c
10080         * src/mimeview.c
10081         * src/mimeview.h
10082         * src/plugins/dillo_viewer/dillo_viewer.c
10083                 Provide an API for MimeViewer plugins to
10084                 return a text selection for replying
10085
10086 2006-08-23 [colin]      2.4.0cvs77
10087
10088         * src/image_viewer.c
10089         * src/textview.c
10090                 Use gtk_pixbuf_new_from_file_at_scale(), which
10091                 is faster than getting the pixbuf then resizing
10092                 it.
10093
10094 2006-08-23 [colin]      2.4.0cvs76
10095
10096         * src/procmime.c
10097                 UTF-8 should be sent Quoted-printable
10098
10099 2006-08-22 [colin]      2.4.0cvs75
10100
10101         * src/mh.c
10102                 Check if scan is required before touching
10103                 the folder (or it'll be required every time)
10104
10105 2006-08-22 [colin]      2.4.0cvs74
10106
10107         * configure.ac
10108                 Require libetpan 0.46 (crasher fix when built
10109                 against gnutls)
10110
10111 2006-08-22 [colin]      2.4.0cvs73
10112
10113         * src/folder.c
10114                 Set folder's mtime after writing its
10115                 cache
10116         * src/folderview.c
10117                 Add some timing
10118         * src/procmsg.c
10119                 Don't do useless stuff if we don't 
10120                 thread by subject
10121         * src/summaryview.c
10122                 Add some timing, don't deselect prior
10123                 to selecting (gtksctree does it itself),
10124                 remove crash avoidance hacks as it's been
10125                 properly fixed since a while
10126         * src/common/utils.c
10127                 Optimize to_human_readable(): _() is slow,
10128                 do it only once, and avoid %f format for KB
10129                 (the most common in a summaryview)
10130         * src/gtk/gtksctree.c
10131                 Don't uselessly freeze/thaw (fixes flicker
10132                 on next unread and friends), reduce number
10133                 of g_list_nth/g_list_position where possible
10134         * src/gtk/gtkutils.c
10135         * src/gtk/gtkutils.h
10136                 Reduce number of g_list_nth/g_list_position
10137                 where possible.
10138                 All of this makes loading as 70k folder 2.1
10139                 seconds instead of 3.2 (with hot FS caches).
10140                 (1.3 seconds without Date and Size columns...)
10141
10142 2006-08-22 [paul]       2.4.0cvs72
10143
10144         wrap documents and do some items from mones' MANUAL-TODO:
10145
10146         * manual/account.xml
10147                 4.1. = fix tabname references to <quote>tabname</quote>
10148                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10149         * manual/faq.xml
10150                 1.1. = mentioned options don't match UI
10151                 Add information about the 'Never send Return Receipts'
10152                 option
10153         * manual/handling.xml
10154                 6.2. = Mentions Extended symbols button, but now is
10155                 named Information
10156                 6.3. = Mentions ... button, which is now Edit
10157
10158 2006-08-22 [colin]      2.4.0cvs71
10159
10160         * src/gtk/pluginwindow.c
10161                 Fix layout in verbose translations (such
10162                 as french)
10163
10164 2006-08-22 [paul]       2.4.0cvs70
10165
10166         * manual/Makefile.am
10167                 build manuals in alphabetical order
10168         * src/addressbook.c
10169         * src/prefs_themes.c
10170                 replace/remove deprecated symbols
10171         * src/gtk/gtkutils.c
10172                 fix a warning
10173         * src/gtk/pluginwindow.c
10174                 replace deprecated symbol
10175                 replace label text and move it
10176         * src/plugins/pgpcore/prefs_gpg.c
10177                 move the 'Generate...' button out of the
10178                 Sign Key frame, replace the English used
10179         * src/plugins/pgpcore/sgpgme.c
10180                 fixes to the English
10181
10182 2006-08-21 [colin]      2.4.0cvs69
10183
10184         * src/plugins/trayicon/trayicon.c
10185                 Add more strings for translation; patch
10186                 by Pawel
10187
10188 2006-08-21 [colin]      2.4.0cvs68
10189
10190         * src/compose.c
10191                 fix replied flag not set after drafting
10192         * src/matcher.c
10193                 fix body quicksearch in non-encoded bodies
10194                 containing '='
10195         * src/msgcache.c
10196                 Get rid of the g_malloc workaround for
10197                 corrupted caches, use g_try_malloc
10198
10199 2006-08-21 [colin]      2.4.0cvs67
10200
10201         * src/alertpanel.c
10202         * src/gtk/inputdialog.c
10203         * src/plugins/pgpcore/passphrase.c
10204                 Set minimal width to 375
10205         * src/mainwindow.c
10206                 Fix switching to offline, asking if it 
10207                 should be overriden for synchronising
10208         * src/mimeview.c
10209                 Don't offer to remember command on Open 
10210                 with for text parts, as the browser or 
10211                 text editor command isn't changed from 
10212                 there
10213
10214 2006-08-20 [paul]       2.4.0cvs66
10215
10216         * po/ko.po
10217         * po/zh_CN.po
10218                 fix plural form errors. revealed by stricter
10219                 checking of gettext 0.15
10220
10221 2006-08-18 [paul]       2.4.0cvs65
10222
10223         * src/stock_pixmap.c
10224                 fix the fix of 2.4.0cvs64
10225                 Thanks to Colin
10226
10227 2006-08-18 [paul]       2.4.0cvs64
10228
10229         * src/stock_pixmap.c
10230                 fix leaks
10231                 Thanks to Colin
10232
10233 2006-08-18 [paul]       2.4.0cvs63
10234
10235         * src/compose.c
10236         * src/procmsg.c
10237                 fix occasional IMAP bug where large msgs
10238                 were left in the queue folder after sending
10239                 Thanks to Colin
10240
10241 2006-08-18 [paul]       2.4.0cvs62
10242
10243         * src/folderview.c
10244                 freeze the summaryview while quicksearch results
10245                 are displayed
10246                 (fixes bug 456 'current message is hidden when the
10247                 view is refreshed and extended search is "unread 
10248                 messages"')
10249                 Thanks to Colin
10250         * src/textview.c
10251                 add missing #include "inputdialog.h"
10252         * src/common/utils.h
10253                 add missing mailcap_update_default() and improve
10254                 readability
10255
10256 2006-08-17 [colin]      2.4.0cvs61
10257
10258         * src/plugins/pgpcore/select-keys.c
10259                 Fix warnings :)
10260
10261 2006-08-17 [colin]      2.4.0cvs60
10262
10263         * src/compose.c
10264                 Don't continue queuing if Cancel is clicked
10265                 in select-keys
10266
10267 2006-08-17 [colin]      2.4.0cvs59
10268
10269         * src/plugins/pgpcore/select-keys.c
10270                 When encrypting, if only one key matches and it 
10271                 matches exactly, automatically use it.
10272
10273 2006-08-17 [colin]      2.4.0cvs58
10274
10275         * src/mimeview.c
10276         * src/prefs_common.c
10277         * src/prefs_common.h
10278         * src/prefs_ext_prog.c
10279         * src/textview.c
10280                 Fix issues with previous patch (text/html)
10281                 Remove outdated prefs
10282
10283 2006-08-17 [colin]      2.4.0cvs57
10284
10285         * src/imap.c
10286                 Add View Log button on auth error
10287         * src/procmsg.c
10288                 Fix encrypted mail marked as new when
10289                 saved in normal folders
10290         * src/plugins/pgpinline/pgpinline.c
10291                 Fix encrypt bug on IMAP
10292         * src/mimeview.c
10293         * src/common/utils.c
10294         * src/common/utils.h
10295         * src/gtk/inputdialog.c
10296         * src/gtk/inputdialog.h
10297                 Get rid of metamail stuff, simplify
10298                 opening, and allow remembering of user's
10299                 choices (by updating ~/.mailcap). There's
10300                 still to drop "Audio player" and "Image
10301                 viewer" preferences.
10302
10303 2006-08-17 [mones]      2.4.0cvs56
10304
10305         * manual/es/sylpheed-claws-manual.xml
10306                 fix DTD path
10307
10308 2006-08-17 [mones]      2.4.0cvs55
10309
10310         * configure.ac
10311         * manual/Makefile.am
10312         * manual/es/Makefile.am
10313         * manual/es/account.xml
10314         * manual/es/ack.xml
10315         * manual/es/addrbook.xml
10316         * manual/es/advanced.xml
10317         * manual/es/faq.xml
10318         * manual/es/glossary.xml
10319         * manual/es/gpl.xml
10320         * manual/es/handling.xml
10321         * manual/es/intro.xml
10322         * manual/es/keyboard.xml
10323         * manual/es/plugins.xml
10324         * manual/es/starting.xml
10325         * manual/es/sylpheed-claws-manual.xml
10326         * manual/es/dist/Makefile.am
10327         * manual/es/dist/html/Makefile.am
10328         * manual/es/dist/pdf/Makefile.am
10329         * manual/es/dist/ps/Makefile.am
10330         * manual/es/dist/txt/Makefile.am
10331                 Spanish translation for the manual
10332
10333 2006-08-16 [colin]      2.4.0cvs54
10334
10335         * src/compose.c
10336         * src/main.c
10337         * src/mainwindow.c
10338                 Fix send button sensitivity at startup
10339                 Set send menu sensitivity (patch by Fabien)
10340         * src/ssl_manager.c
10341                 Enable closing with esc (patch by Fabien)
10342         * src/gtk/foldersort.c
10343                 Enable closing with esc (patch by Fabien)
10344         * src/procmime.c
10345                 Optimisation (no need to copy to tempfile to
10346                 "decode" 7bit and 8bit)
10347         * src/summaryview.c
10348                 Fix cruft in swap_from case
10349         * src/textview.c
10350                 Fix missing last line in some mail cases 
10351                 (Fixes debian #381872)
10352         * src/plugins/pgpcore/prefs_gpg.c
10353         * src/plugins/pgpcore/sgpgme.c
10354         * src/plugins/pgpcore/sgpgme.h
10355                 Don't show "no key found" when user explicitely
10356                 wants to create a key
10357
10358 2006-08-16 [paul]       2.4.0cvs53
10359
10360         * configure.ac
10361         * src/account.c
10362         * src/addressbook.c
10363         * src/headerview.c
10364         * src/prefs_account.c
10365         * src/prefs_message.c
10366         * src/gtk/gtkutils.c
10367                 bump up minimum required versions of GTK+ and
10368                 GLIB to 2.6.0
10369
10370 2006-08-16 [paul]       2.4.0cvs52
10371
10372         * src/toolbar.c
10373                 workaround GTK+ Bug 351600 - 'Can't re-click
10374                 on button after sensitivity update'
10375                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10376                 Thanks to Colin
10377
10378 2006-08-15 [colin]      2.4.0cvs51
10379
10380         * src/plugins/pgpcore/prefs_gpg.c
10381                 Set options sensitivity according to
10382                 key existence
10383         * src/plugins/pgpcore/sgpgme.c
10384                 Allow to create key with no passphrase
10385
10386 2006-08-14 [cleroy]     2.4.0cvs50
10387
10388         * src/gtk/pluginwindow.c
10389                 New layout (maybe to be changed?)
10390         * src/gtk/gtkutils.c
10391                 Fix a bit label_window
10392         * src/plugins/pgpcore/passphrase.c
10393         * src/plugins/pgpcore/passphrase.h
10394         * src/plugins/pgpcore/plugin.c
10395         * src/plugins/pgpcore/prefs_gpg.c
10396         * src/plugins/pgpcore/prefs_gpg.h
10397         * src/plugins/pgpcore/sgpgme.c
10398         * src/plugins/pgpcore/sgpgme.h
10399                 Allow to create a PGP private key via the GUI
10400
10401 2006-08-14 [wwp]        2.4.0cvs49
10402
10403         * src/addressbook_foldersel.c
10404                 fix strict ISO C90 compliance.
10405
10406 2006-08-14 [paul]       2.4.0cvs48
10407
10408         * src/gtk/prefswindow.c
10409                 re-set scrolled window on opening
10410                 Patch by Ticho
10411
10412 2006-08-14 [paul]
10413
10414         2.5.0-rc1 released
10415
10416 2006-08-14 [paul]       2.4.0cvs47
10417
10418         * src/prefs_display_header.c
10419                 re-enable user-defined Displayed Headers
10420
10421 2006-08-14 [paul]       2.4.0cvs46
10422
10423         * src/prefs_account.c
10424                 use GTK_STOCK_EDIT
10425
10426 2006-08-13 [colin]      2.4.0cvs45
10427
10428         * src/common/utils.c
10429                 Fix "a" in quote when the original message is empty,
10430                 by using \0 instead of 'a' to test writability of
10431                 temp files.
10432
10433 2006-08-13 [wwp]        2.4.0cvs44
10434
10435         * src/plugins/spamassassin/spamassassin.c
10436                 fix capitalization of "SpamAssassin" in some debug, log and
10437                 dialog messages.
10438
10439 2006-08-13 [paul]       2.4.0cvs43
10440
10441         * src/editldap.c
10442                 fix overlapping widgets
10443         * src/prefs_account.c
10444                 fix translation of protocol_names[]
10445                 fix label disappearing off the edge of the
10446                 visible area
10447
10448 2006-08-12 [paul]       2.4.0cvs42
10449
10450         * manual/plugins.xml
10451                 update IRC channel info before it gets forgotten
10452                 about
10453
10454 2006-08-11 [colin]      2.4.0cvs41
10455
10456         * src/compose.c
10457         * src/mainwindow.c
10458         * src/mainwindow.h
10459         * src/procmsg.c
10460         * src/procmsg.h
10461         * src/summaryview.c
10462         * src/toolbar.c
10463                 Grey out the Send button if
10464                 - Queue folders are empty, or
10465                 - We're sending already
10466
10467 2006-08-11 [wwp]        2.4.0cvs40
10468
10469         * src/main.c
10470                 fix a logic issue when quitting while a compose window is
10471                 still open, thanks to Colin.
10472
10473 2006-08-10 [colin]      2.4.0cvs39
10474
10475         * src/main.c
10476                 Fix default font size setting after wizard run
10477         * src/imap.c
10478         * src/etpan/imap-thread.c
10479         * src/etpan/imap-thread.h
10480                 Fix bug #999 (Timing out on TSL cert validation 
10481                 dialog makes ugly things happen). Also, STARTTLS
10482                 unconditionnaly if initial capabilities contain
10483                 LOGINDISABLED and STARTTLS.
10484
10485 2006-08-09 [colin]      2.4.0cvs38
10486
10487         * src/mainwindow.c
10488         * src/mainwindow.h
10489                 Fix Tools/Actions sensitivity when there are
10490                 no actions
10491
10492 2006-08-09 [colin]      2.4.0cvs37
10493
10494         * src/prefs_filtering.c
10495                 Warning fix, patch by Paul
10496         * src/messageview.c
10497         * src/prefs_actions.c
10498         * src/prefs_filtering_action.c
10499         * src/prefs_matcher.c
10500                 Uniformisation of "Info ..." to "Info..." (for
10501                 old gtk), patch by Fabien
10502         * src/plugins/clamav/clamav_plugin_gtk.c
10503                 Sensitivity fix by Fabien
10504
10505 2006-08-09 [colin]      2.4.0cvs36
10506
10507         * src/main.c
10508         * src/main.h
10509                 Add a function to know whether we're exiting
10510         * src/plugins/trayicon/trayicon.c
10511                 If exiting, don't do anything. Faster, and
10512                 avoids gtk_main_iteration reentracy causing
10513                 segfaults at exit
10514
10515 2006-08-09 [colin]      2.4.0cvs35
10516
10517         * src/messageview.c
10518         * src/mimeview.c
10519         * src/mimeview.h
10520                 Fix lack of part selection when automatically 
10521                 jumping to a specific part
10522         * src/msgcache.c
10523                 Little optimisation in cache reading
10524
10525 2006-08-09 [colin]      2.4.0cvs34
10526
10527         * src/compose.c
10528                 Fix crash setting the priority on reedit
10529                 (Accessing compose before creating it!)
10530
10531 2006-08-08 [colin]      2.4.0cvs33
10532
10533         * src/procmime.c
10534                 Fix bug #998 (last attachment is not accessible)
10535                 Bad RFC interpretation on multipart close-delimiters
10536         * src/mimeview.c
10537         * src/mimeview.h
10538         * src/gtk/gtkvscrollbutton.c
10539         * src/gtk/gtkvscrollbutton.h
10540                 Make attachments list wheel-scrollable
10541
10542 2006-08-07 [colin]      2.4.0cvs32
10543
10544         * src/gtk/gtkaspell.c
10545                 Fix bug #973 (Unicode punctation characters 
10546                 are not recognized as separators by the
10547                 spell checker); fix unsigned stuff
10548
10549 2006-08-07 [colin]      2.4.0cvs31
10550
10551         * src/compose.c
10552                 Fix bug #956 (DnD text with accents in compose 
10553                 text entry); fix gccc's signed/unsigned fuss
10554
10555 2006-08-06 [colin]      2.4.0cvs30
10556
10557         * src/main.c
10558                 Fix bug #979 (Plugin crashes when exiting 
10559                 sylpheed-claws) : handle exit request only 
10560                 once
10561
10562 2006-08-05 [colin]      2.4.0cvs29
10563
10564         * src/news.c
10565                 Just make sure we have a msgid.
10566
10567 2006-08-05 [colin]      2.4.0cvs28
10568
10569         * src/news.c
10570         * src/summaryview.c
10571                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10572                 by reimplementing it
10573         * src/textview.c
10574                 Fix bug when hiding quotes with level > 3 and quote
10575                 colors are recycled
10576
10577 2006-08-04 [colin]      2.4.0cvs27
10578
10579         * src/compose.c
10580         * src/undo.c
10581         * src/undo.h
10582                 Fix a bit replace-by-pasting undo
10583         * src/mainwindow.c
10584         * src/messageview.c
10585                 Fix Fold quotes menu synchro in
10586                 mainwindow when it changes in 
10587                 messageview
10588         * src/textview.c
10589                 Fix right-click on quotes blocks
10590         * src/common/utils.c
10591                 Verify that the file created by
10592                 my_tmpfile() is writable. Fixes
10593                 bug #988 (very specific filesystem
10594                 issue)
10595         * src/plugins/pgpcore/sgpgme.c
10596                 Fix file descriptor leak
10597         * src/plugins/spamassassin/spamassassin.c
10598                 Warn once if spamd isn't reachable
10599
10600 2006-08-04 [colin]      2.4.0cvs26
10601
10602         * src/toolbar.c
10603                 i18n context patch by Fabien
10604
10605 2006-08-03 [colin]      2.4.0cvs25
10606
10607         * src/mainwindow.c
10608         * src/messageview.c
10609                 Rename "Hide quotes" to "Fold quotes"
10610         * src/textview.c
10611                 Don't use hand cursor on quotes. "all 
10612                 the bonuses of the feature and none of 
10613                 unwelcome side-effects"
10614
10615 2006-08-03 [colin]      2.4.0cvs24
10616
10617         * AUTHORS
10618         * sylpheed-claws.desktop
10619         * src/gtk/authors.h
10620                 Bring the desktop file to XDG compliance
10621                 Patch by Charles A. Edwards
10622
10623 2006-08-03 [colin]      2.4.0cvs23
10624
10625         * src/textview.c
10626                 Fix links offset when they are preceded
10627                 by accentued chars (g_utf8_strlen!)
10628         * src/mainwindow.c
10629                 Fix wrong status when starting offline
10630
10631
10632 2006-08-03 [wwp]        2.4.0cvs22
10633
10634         * src/prefs_common.h
10635                 ask what to do w/ filtering rules that belong to an account when
10636                 applying filtering rules manually from the main window (skip,
10637                 apply regardless of the account, use current account). This dialog
10638                 can be skipped and the last reply used.
10639                 (forgot that file)
10640
10641 2006-08-03 [wwp]        2.4.0cvs21
10642
10643         * src/filtering.c
10644         * src/filtering.h
10645         * src/prefs_common.c
10646         * src/summaryview.c
10647         * src/alertpanel.c
10648         * src/alertpanel.h
10649         * src/messageview.c
10650                 ask what to do w/ filtering rules that belong to an account when
10651                 applying filtering rules manually from the main window (skip,
10652                 apply regardless of the account, use current account). This dialog
10653                 can be skipped and the last reply used.
10654
10655
10656 2006-08-03 [colin]      2.4.0cvs20
10657
10658         * src/textview.c
10659                 Optimize previous patch
10660
10661 2006-08-03 [cleroy]     2.4.0cvs19
10662
10663         * src/textview.c
10664                 Fix quotes getting toggled back when the
10665                 mail has an even number of text parts
10666
10667 2006-08-02 [colin]      2.4.0cvs18
10668
10669         * src/messageview.c
10670                 Add Hide quotes menu
10671
10672 2006-08-02 [colin]      2.4.0cvs17
10673
10674         * src/mainwindow.c
10675         * src/prefs_common.c
10676         * src/textview.c
10677         * src/textview.h
10678         * src/gtk/about.c
10679                 Allow per-level quote hiding,
10680                 Allow toggling quotes by double-clicking them
10681                 Rename RemoteURI to ClickableText to reflect
10682                 the fact it's used for a variety of things
10683
10684 2006-08-02 [wwp]        2.4.0cvs16
10685
10686         * src/mainwindow.c
10687                 fix "View/Hide quotes" menu item status initialization.
10688
10689 2006-08-02 [wwp]        2.4.0cvs15
10690
10691         * src/matcher_parser_parse.y
10692                 remove a debug trace.
10693
10694 2006-08-02 [paul]       2.4.0cvs14
10695
10696         * src/plugins/pgpcore/passphrase.c
10697                 don't set initial dialog size
10698                 make it resizable
10699
10700 2006-08-02 [paul]       2.4.0cvs13
10701
10702         * src/noticeview.c
10703                 remove the rogue '/' character
10704
10705 2006-08-02 [paul]       2.4.0cvs12
10706
10707         * src/noticeview.c
10708                 allow buttons to resize as necessary
10709
10710 2006-08-01 [wwp]        2.4.0cvs11
10711
10712         * src/mbox.c
10713                 fix strict ISO C90 compliance.
10714
10715 2006-08-01 [wwp]        2.4.0cvs10
10716
10717         * tools/update-po
10718                 updated update-po tool to work w/ context-dependent translations.
10719                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10720
10721 2006-08-01 [wwp]        2.4.0cvs9
10722
10723         * src/matcher.c
10724         * src/prefs_filtering.c
10725         * src/prefs_matcher.c
10726                 allow context-dependent translations for "All",
10727                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10728
10729 2006-07-31 [colin]      2.4.0cvs8
10730
10731         * AUTHORS
10732         * src/gtk/authors.h
10733                 Add Rafal to authors
10734
10735 2006-07-31 [colin]      2.4.0cvs7
10736
10737         * src/compose.c
10738         * src/mainwindow.c
10739         * src/messageview.h
10740         * src/prefs_common.c
10741         * src/prefs_common.h
10742         * src/textview.c
10743                 Add 'View/Hide quotes'. Patch based on a patch
10744                 by Rafal Weglarz
10745
10746 2006-07-31 [colin]      2.4.0cvs6
10747
10748         * src/action.c
10749                 Fix problem with "> stuff >" actions
10750
10751 2006-07-31 [paul]       2.4.0cvs5
10752
10753         * po/nb.po
10754                 updated by Geir Helland
10755
10756 2006-07-31 [wwp]        2.4.0cvs4
10757
10758         * src/mainwindow.c
10759         * src/summaryview.c
10760         * src/summaryview.h
10761                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10762                 thanks to Colin.
10763
10764 2006-07-31 [wwp]        2.4.0cvs3
10765
10766         * src/Makefile.am
10767         * src/addr_compl.c
10768         * src/addr_compl.h
10769         * src/addressbook.c
10770         * src/addressbook.h
10771         * src/addressbook_foldersel.c
10772         * src/addressbook_foldersel.h
10773         * src/addrindex.c
10774         * src/addrindex.h
10775         * src/matcher.c
10776         * src/matcher.h
10777         * src/matcher_parser_lex.l
10778         * src/matcher_parser_parse.y
10779         * src/prefs_common.c
10780         * src/prefs_common.h
10781         * src/prefs_filtering.c
10782         * src/prefs_matcher.c
10783         * src/prefs_matcher.h
10784         * src/summaryview.c
10785                 introduce filtering against the address book. It's now possible to add
10786                 matched conditions to determine if any email address in a message matches
10787                 or doesn't match any or all books or folders in the address book.
10788
10789 2006-07-31 [wwp]        2.4.0cvs2
10790
10791         * src/account.c
10792         * src/filtering.c
10793         * src/filtering.h
10794         * src/folder.c
10795         * src/folderview.c
10796         * src/inc.c
10797         * src/mainwindow.c
10798         * src/matcher.c
10799         * src/matcher_parser_lex.l
10800         * src/matcher_parser_parse.y
10801         * src/mbox.c
10802         * src/prefs_filtering.c
10803         * src/prefs_filtering.h
10804         * src/procmsg.c
10805         * src/procmsg.h
10806         * src/summaryview.c
10807                 introduce per-account filtering rules. Each filtering rule can now be assigned
10808                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10809                 when applying filtering rules manually, as all rules will apply - even the ones
10810                 assigned to an account. This issue will be addressed soon.
10811  
10812
10813
10814 2006-07-31 [wwp]        2.4.0cvs1
10815
10816         * src/quote_fmt.c
10817                 make more strings translatable.
10818
10819 2006-07-31 [paul]       2.4.0
10820
10821         2.4.0 released
10822
10823 2006-07-31 [paul]       2.3.1cvs91
10824
10825         * po/ca.po
10826                 updated by Miquel Oliete
10827
10828 2006-07-31 [paul]       2.3.1cvs90
10829
10830         * po/de.po
10831         * po/el.po
10832         * po/fr.po
10833         * po/it.po
10834         * po/pl.po
10835         * po/pt_BR.po
10836         * po/sr.po
10837         * po/zh_CN.po
10838                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10839                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10840                 Aleksandar Urosevic, and Ralgh Young
10841
10842 2006-07-31 [paul]       2.3.1cvs89
10843
10844         * src/account.c
10845         * src/main.c
10846         * src/mainwindow.c
10847         * src/mainwindow.h
10848                 Fix a race condition when, after an SC crash, rescanning
10849                 folders took more than 0.5 seconds
10850                 Thanks to Colin
10851
10852 2006-07-31 [paul]       2.3.1cvs88
10853
10854         * src/folderview.c
10855                 don't translate separator strings
10856
10857 2006-07-30 [mones]      2.3.1cvs87
10858
10859         * doc/man/sylpheed-claws.1
10860                 Fixed non-ASCII chars in Hoa's name
10861         * po/es.po
10862                 Updated for release
10863
10864 2006-07-27 [colin]      2.3.1cvs86
10865
10866         * src/textview.c
10867                 Don't include the leading \n in links
10868                 Patch by Fabien
10869
10870 2006-07-25 [colin]      2.3.1cvs85
10871
10872         * src/mainwindow.c
10873         * src/common/socket.h
10874         * src/etpan/imap-thread.c
10875                 Refresh resolvers before connecting
10876                 to IMAP servers, and after switching
10877                 to online. Thanks to Paul.
10878
10879 2006-07-18 [colin]
10880
10881         * 2.4.0-rc4 released
10882
10883 2006-07-17 [colin]      2.3.1cvs84
10884
10885         * src/inc.c
10886                 Show connection attempt in statusbar before
10887                 connecting (previously first message was
10888                 "Retrieving messages from ..." after the
10889                 connection succeeded.
10890
10891 2006-07-16 [wwp]        2.3.1cvs83
10892
10893         * sylpheed-claws.ico
10894                 Added .ico file (windows multi-size icon file, generated).
10895
10896 2006-07-12 [wwp]        2.3.1cvs82
10897
10898         * src/messageview.c
10899                 remove Message/Re-edit menu entry from messageview window,
10900                 as sent/draft/queued messages are opened in compose window when
10901                 re-edited and it's not possible to re-edit other msgs.
10902
10903 2006-07-12 [paul]       2.3.1cvs81
10904
10905         * AUTHORS
10906         * src/mainwindow.c
10907         * src/gtk/authors.h
10908                 check online state before resetting
10909                 mailcheck timer. Useful if some program
10910                 verifies connection state and updates
10911                 Claws.
10912                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10913
10914 2006-07-12 [paul]       2.3.1cvs80
10915
10916         * sylpheed-claws-128x128.png
10917         * sylpheed-claws-64x64.png
10918         * sylpheed-claws.png
10919         * src/Makefile.am
10920         * src/main.c
10921         * src/prefs_toolbar.c
10922         * src/stock_pixmap.c
10923         * src/stock_pixmap.h
10924         * src/wizard.c
10925         * src/gtk/about.c
10926         * src/gtk/gtkutils.c
10927         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10928         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10929         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10930         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10931         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10932         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10933                 updated and renamed logo/icon files and related
10934                 logo by Jesper Schultz
10935
10936 2006-07-11 [paul]       2.3.1cvs79
10937
10938         * src/main.c
10939                 fix the labels a smidgin
10940
10941 2006-07-09 [colin]      2.3.1cvs78
10942
10943         * src/textview.c
10944                 Show errors in textviewer's command
10945                 Patch by H. Merijn Brand
10946
10947 2006-07-09 [colin]      2.3.1cvs77
10948
10949         * src/compose.c
10950                 Save FMID in drafts too
10951
10952 2006-07-08 [colin]      2.3.1cvs76
10953
10954         * src/compose.c
10955                 Svae RMID in drafted mails too
10956                 Save quote_fmt vars for whole mails,
10957                 don't reset at each quote_fmt_init:
10958                 allows to use the same |i{var} in
10959                 various template fields
10960         * src/prefs_template.c
10961         * src/quote_fmt.h
10962         * src/quote_fmt_parse.y
10963                 Same
10964
10965 2006-07-08 [colin]      2.3.1cvs75
10966
10967         * src/textview.c
10968                 Fix highlighting of attached parts URIs
10969
10970 2006-07-08 [colin]      2.3.1cvs74
10971
10972         * src/main.c
10973                 Prevent bug #981 (sc 2.3.1 segfaults with 
10974                 gtk+ 2.10) from being reported again:
10975                 if Sylpheed-Claws has been compiled against
10976                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10977                 of if Sylpheed-Claws has been compiled against
10978                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10979                 error out.
10980
10981 2006-07-07 [colin]      2.3.1cvs73
10982
10983         * src/prefs_actions.c
10984                 Fix label
10985
10986 2006-07-07 [colin]      2.3.1cvs72
10987
10988         * src/prefs_actions.c
10989                 Fix compile on gtk < 2.8. argh :)
10990
10991 2006-07-07 [paul]       2.3.1cvs71
10992
10993         * src/common/defs.h
10994                 update DONATE_URI
10995
10996 2006-07-07 [colin]      2.3.1cvs70
10997
10998         * po/POTFILES.in
10999         * src/quote_fmt.c
11000         * src/quote_fmt_lex.l
11001         * src/quote_fmt_parse.y
11002                 Add |i{var}, a way to insert user-entered
11003                 text in a template
11004
11005 2006-07-07 [colin]
11006
11007         * 2.4.0-rc3 released
11008
11009 2006-07-07 [colin]      2.3.1cvs69
11010
11011         * src/folder.c
11012                 Don't consider inboxes of UNKNOWN folder 
11013                 classes to be useable as default inboxes
11014
11015 2006-07-07 [paul]       2.3.1cvs68
11016
11017         * src/textview.c
11018                 add missing #include <errno.h>
11019                 Thanks to René J. Blokland
11020
11021 2006-07-07 [paul]       2.3.1cvs67
11022
11023         * src/action.c
11024                 Return now Closes dialog
11025         * src/mimeview.c
11026         * src/mimeview.h
11027         * src/textview.c
11028                 add contextual menu to mime parts listed
11029                 in the textview
11030                 Thanks to Colin
11031         * src/common/utils.c
11032                 reversal: ' is a valid character in URLs
11033
11034 2006-07-06 [colin]      2.3.1cvs66
11035
11036         * src/remotefolder.h
11037                 Forgotten in previous commit
11038
11039 2006-07-06 [colin]      2.3.1cvs65
11040
11041         * src/folder.c
11042                 Set summary update flag whenever
11043                 totals changed
11044         * src/imap.c
11045         * src/prefs_account.c
11046         * src/common/utils.h
11047         * src/etpan/imap-thread.c
11048                 Fix warnings, thanks to Fabien and
11049                 Ricardo
11050
11051 2006-07-06 [wwp]        2.3.1cvs64
11052
11053         * src/gtk/gtkutils.c
11054                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11055
11056 2006-07-06 [wwp]        2.3.1cvs63
11057
11058         * src/account.c
11059         * src/addressbook.c
11060         * src/addressitem.h
11061         * src/folderview.c
11062         * src/mainwindow.c
11063         * src/manual.c
11064         * src/manual.h
11065         * src/message_search.c
11066         * src/prefs_actions.c
11067         * src/prefs_filtering.c
11068         * src/prefs_filtering.h
11069         * src/prefs_template.c
11070         * src/summary_search.c
11071         * src/summaryview.c
11072         * src/gtk/gtkutils.c
11073         * src/gtk/gtkutils.h
11074         * src/gtk/pluginwindow.c
11075                 add help buttons to some dialogs. Clicking such buttons opens a
11076                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11077
11078 2006-07-06 [paul]       2.3.1cvs62
11079
11080         * src/textview.c
11081                 fix attachments contextual menu
11082                 Thanks to Colin
11083
11084 2006-07-05 [colin]      2.3.1cvs61
11085
11086         * src/textview.c
11087         * src/compose.c
11088                 Handle sftp:// links
11089
11090 2006-07-05 [paul]       2.3.1cvs60
11091
11092         * src/gtk/filesel.c
11093                 grab save button by default
11094                 Thanks to Colin
11095
11096 2006-07-05 [wwp]        2.3.1cvs59
11097
11098         * manual/xml2pdf
11099                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11100
11101 2006-07-04 [colin]      2.3.1cvs58
11102
11103         * src/mimeview.c
11104         * src/textview.c
11105                 Use left click to select, middle click to open
11106                 on mimeparts links
11107         * src/common/utils.c
11108                 Fix segfault
11109
11110 2006-07-04 [colin]      2.3.1cvs57
11111
11112         * src/mainwindow.c
11113         * src/news.c
11114                 Warning fixes, thanks to Fabien
11115
11116 2006-07-04 [colin]      2.3.1cvs56
11117
11118         * src/mimeview.c
11119         * src/mimeview.h
11120         * src/textview.c
11121                 Allow parts to be selected via their text label
11122                 in textview
11123
11124 2006-07-04 [colin]      2.3.1cvs55
11125
11126         * src/folderview.c
11127                 Feedback when closing (for big folders)
11128         * src/prefs_actions.c
11129         * src/prefs_filtering.c
11130         * src/prefs_matcher.c
11131         * src/prefs_template.c
11132                 Fix default button when closing without
11133                 having saved
11134
11135 2006-07-04 [colin]      2.3.1cvs54
11136
11137         * src/news.c
11138                 Delete local file on deletion
11139
11140 2006-07-03 [colin]      2.3.1cvs53
11141
11142         * src/folderview.c
11143         * src/main.c
11144                 Don't freeze when rescanning after crash
11145
11146 2006-07-03 [wwp]        2.3.1cvs52
11147
11148         * src/compose.c
11149         * src/privacy.c
11150         * src/privacy.h
11151         * src/plugins/pgpinline/pgpinline.c
11152         * src/plugins/pgpmime/pgpmime.c
11153                 don't report an error when the user cancels the passphrase dialog.
11154
11155 2006-07-02 [colin]      2.3.1cvs51
11156
11157         * src/folderview.c
11158                 Open message when crossing folders with Space,
11159                 goto next unread and friends
11160
11161 2006-07-01 [colin]      2.3.1cvs50
11162
11163         * src/prefs_account.c
11164                 Typographic rules varying from language
11165                 to language (in french "Protocole :"),
11166                 we have to do that :)
11167
11168 2006-07-01 [ticho]      2.3.1cvs49
11169
11170         * src/prefs_account.c
11171                 Only use one temporary gchar* variable in
11172                 prefs_account_protocol_set_optmenu().
11173
11174 2006-07-01 [ticho]      2.3.1cvs48
11175
11176         * src/prefs_account.c
11177         * src/prefs_account.h
11178                 Use GtkLabel for existing account protocol name.
11179                 Created an array for protocol names and populate the
11180                 combobox from it in a for() cycle.
11181
11182 2006-06-30 [colin]      2.3.1cvs47
11183
11184         * src/compose.c
11185                 Block undo when changing signature (by changing
11186                 account)
11187
11188 2006-06-30 [paul]       2.3.1cvs46
11189
11190         * src/send_message.c
11191                 when editing From in the Compose window, use that address
11192                 in the Return-Path: header
11193                 Thanks to Colin
11194
11195 2006-06-30 [colin]      2.3.1cvs45
11196
11197         * src/compose.c
11198                 Fix signature replacement:
11199                 - when no newline before separator
11200                 - when reediting
11201
11202 2006-06-29 [colin]      2.3.1cvs44
11203
11204         * src/folderview.c
11205         * src/folderview.h
11206         * src/mainwindow.c
11207         * src/summaryview.c
11208                 Let 'View/Go to/Next marked' work like
11209                 Next new & Next unread: across folders
11210                 Change the select_on_entry pref to do
11211                 what we want when changing folder
11212         * src/common/utils.c
11213                 Fix single-quoted links 
11214
11215 2006-06-29 [colin]      2.3.1cvs43
11216
11217         * src/gtk/gtkaspell.c
11218                 "Sylpheed" and "Sylpheed-Claws" do exist !
11219
11220 2006-06-29 [colin]      2.3.1cvs42
11221
11222         * src/imap.c
11223                 Forgot to remove debug
11224
11225 2006-06-29 [colin]      2.3.1cvs41
11226
11227         * src/imap.c
11228         * src/imap.h
11229         * src/mainwindow.c
11230                 Disconnect from IMAP servers when going
11231                 offline. Fixes bug #978 (going to offline-mode 
11232                 won't close connections)
11233
11234 2006-06-29 [colin]      2.3.1cvs40
11235
11236         * src/main.c
11237                 Fix transient setting on failing plugins
11238                 Patch by Fabien
11239         * src/plugins/pgpcore/sgpgme.c
11240                 Only warn for OpenPGP. Most people don't
11241                 have CMS available.
11242
11243 2006-06-29 [colin]      2.3.1cvs39
11244
11245         * src/compose.c
11246                 Fix Spelling menu (discrepancy between context menu
11247                 and top menu when folder's dictionary isn't the 
11248                 default one)
11249         * src/plugins/pgpcore/sgpgme.c
11250                 More error reporting about why gpgme can fail
11251
11252 2006-06-29 [wwp]        2.3.1cvs38
11253
11254         * src/mainwindow.c
11255                 honor the display-header-pane setting even when the message view
11256                 is a separate window.
11257
11258 2006-06-29 [wwp]        2.3.1cvs37
11259
11260         * src/prefs_actions.c
11261                 forgot to commit that one (use of GTK_STOCK_INFO).
11262
11263 2006-06-29 [colin]      2.3.1cvs36
11264
11265         * src/imap.c
11266                 Better handling of login errors (ask the password
11267                 again once), alert in case of error. Fix three
11268                 signedness warnings.
11269
11270 2006-06-28 [wwp]        2.3.1cvs35
11271
11272         * src/prefs_template.c
11273         * src/prefs_matcher.c
11274         * src/prefs_filtering_action.c
11275         * src/prefs_quote.c
11276                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11277                 patch by Fabien Vantard, slightly modified.
11278
11279 2006-06-28 [paul]
11280
11281         2.4.0-rc2 released
11282
11283 2006-06-28 [colin]      2.3.1cvs34
11284
11285         * src/prefs_account.c
11286                 Fix bug #977 (Can't add or edit imap accounts)
11287
11288 2006-06-28 [colin]      2.3.1cvs33
11289
11290         * src/mimeview.c
11291                 Fix previous
11292
11293 2006-06-28 [colin]      2.3.1cvs32
11294
11295         * src/mimeview.c
11296                 Save named inlined attachments with "Save all"
11297         * src/main.c
11298         * src/mbox.c
11299         * src/common/plugin.c
11300         * src/common/plugin.h
11301         * src/common/sylpheed.c
11302         * src/common/utils.c
11303         * src/plugins/pgpcore/sylpheed.def
11304         * src/plugins/pgpinline/sylpheed.def
11305         * src/plugins/pgpmime/sylpheed.def
11306                 Win32 compatibility patch, by
11307                 Werner Koch
11308
11309 2006-06-28 [wwp]        2.3.1cvs31
11310
11311         * src/imap.c
11312         * src/prefs_folder_item.c
11313                 less compilation warnings (thanks to Fabien Vantard), less typos.
11314
11315 2006-06-28 [paul]       2.3.1cvs30
11316
11317         * src/gtk/gtkutils.c
11318                 gtk_combo_box_set_focus_on_click() is only
11319                 available since gtk 2.6.0
11320
11321 2006-06-28 [paul]       2.3.1cvs29
11322
11323         * src/prefs_ext_prog.c
11324                 fix engrish and add a tooltip for the
11325                 'command for 'Display as text' option
11326
11327 2006-06-28 [paul]
11328
11329         2.4.0-rc1 released
11330
11331 2006-06-28 [paul]       2.3.1cvs28
11332
11333         * ChangeLog
11334         * tools/Makefile.am
11335                 include textviewer.pl in releases
11336
11337 2006-06-28 [paul]       2.3.1cvs27
11338
11339         * src/prefs_ext_prog.c
11340                 hide Print command option if libgnomeprint
11341                 support is present
11342
11343 2006-06-27 [colin]      2.3.1cvs26
11344
11345         * src/compose.c
11346                 Fix Esc handling in insert/attach dialog
11347                 Don't show this dialog if dragging something
11348                 else than text/uri-list
11349                 Thanks to Fabien Vantard
11350         * tools/textviewer.pl
11351                 Filter script to display stuff as text
11352                 by H. Merijn Brand
11353
11354 2006-06-27 [wwp]        2.3.1cvs25
11355
11356         * src/messageview.c
11357                 use the exact product name (message view title), patch
11358                 by Fabien Vantard.
11359
11360 2006-06-27 [ticho]      2.3.1cvs24
11361
11362         * src/prefs_account.c
11363         * src/prefs_common.c
11364         * src/prefs_common.h
11365         * src/prefs_ext_prog.c
11366         * src/textview.c
11367                 Add a preference (Preferences/External programs)
11368                 to allow "Display as text" to be done via a script
11369                 (patch by H.Merijn Brand).
11370                 Use GtkComboBox for protocol selection in account
11371                 preferences.
11372                 Only include current choice for existing accounts, and
11373                 insensitivize the combobox.
11374
11375 2006-06-27 [paul]       2.3.1cvs23
11376
11377         * src/mbox.c
11378                 fix crasher introduced in cvs21.
11379                 Thanks to Colin
11380
11381 2006-06-26 [colin]      2.3.1cvs22
11382
11383         * src/mbox.c
11384                 Fix double-frees when leaving folders
11385                 after exporting to mbox
11386
11387 2006-06-26 [colin]      2.3.1cvs21
11388
11389         * src/mbox.c
11390                 More feedback (and optimisation)
11391                 on import/export
11392         * src/common/utils.c
11393                 Fix case when looking for mail addresses
11394         * src/gtk/gtkutils.c
11395                 Extra check for (X-)Face
11396
11397 2006-06-25 [ticho]      2.3.1cvs20
11398
11399         * src/compose.c
11400         * src/exphtmldlg.c
11401         * src/gtk/gtkutils.c
11402         * src/gtk/gtkutils.h
11403                 Added second argument to gtkut_sc_combobox_create() to
11404                 control focus-on-click for the widget.
11405                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11406
11407 2006-06-25 [ticho]      2.3.1cvs19
11408
11409         * src/compose.c
11410         * src/gtk/Makefile.am
11411         * src/gtk/combobox.c
11412         * src/gtk/combobox.h
11413         * src/gtk/gtkutils.c
11414         * src/gtk/gtkutils.h
11415                 Use GtkComboBox instead of deprecated GtkOptionMenu
11416                 for account selector in compose window and for encoding
11417                 selector in attachment properties.
11418                 Also factorise working with the new GtkComboBox somewhat.
11419
11420 2006-06-24 [paul]       2.3.1cvs18
11421
11422         * src/prefs_common.c
11423                 use the correct default value
11424
11425 2006-06-24 [paul]       2.3.1cvs17
11426
11427         * src/compose.c
11428         * src/prefs_common.c
11429         * src/prefs_common.h
11430         * src/prefs_compose_writing.c
11431                 enable setting of default action when
11432                 dnd'ing files in the compose window.
11433                 (Collaborative effort with wwp)
11434
11435 2006-06-23 [wwp]        2.3.1cvs16
11436
11437         * src/compose.c
11438                 i18n fix (thanks to Fabien Vantard)
11439
11440 2006-06-22 [colin]      2.3.1cvs15
11441
11442         * src/prefs_customheader.c
11443                 Don't use filters in custom headers' file 
11444                 selector. Remember, extensions mean nothing :)
11445
11446 2006-06-22 [paul]       2.3.1cvs14
11447
11448         * configure.ac
11449                 allow setting of man directory location
11450
11451 2006-06-22 [colin]      2.3.1cvs13
11452
11453         * src/mainwindow.c
11454                 Add 'View/Go to/Next unread folder'.
11455                 I missed that :)
11456
11457 2006-06-22 [colin]      2.3.1cvs12
11458
11459         * src/common/utils.c
11460                 Add some subject prefixes
11461                 Patch by Bjorn T Johansen <btj@havleik.no>
11462
11463 2006-06-22 [colin]      2.3.1cvs11
11464
11465         * manual/advanced.xml
11466                 Forgotten hidden pref
11467
11468 2006-06-21 [paul]       2.3.1cvs10
11469
11470         * src/prefs_account.c
11471                 complete the removal of 'Add date header' option
11472
11473 2006-06-21 [paul]       2.3.1cvs9
11474
11475         * src/account.c
11476         * src/compose.c
11477         * src/prefs_account.c
11478         * src/prefs_account.h
11479                 remove option to add date header - always
11480                 add date header
11481         * src/etpan/imap-thread.c
11482                 fix warnings (Thanks to Colin)
11483
11484 2006-06-21 [wwp]        2.3.1cvs8
11485
11486         * src/folder.c
11487                 set the attachment flag when inline text part are (file)named. This is more convenient
11488                 when receiving (for instance) inline source files or patches sent using thunderbird.
11489
11490 2006-06-21 [paul]       2.3.1cvs7
11491
11492         * src/inc.c
11493                 fix off-by-one count of current msg in
11494                 statusbar filtering progressbar
11495
11496 2006-06-21 [paul]       2.3.1cvs6
11497
11498         * src/folder.c
11499                 Show attachment icon even if the part is 'inline'
11500                 if the following conditions are met:
11501                 - content-type != 'text/plain'
11502                 - content-type != '*/pgp-signature'
11503                 - either 'name' or 'filename' parameter is not NULL
11504                 
11505                 Thanks to Colin
11506
11507 2006-06-21 [paul]       2.3.1cvs5
11508
11509         * src/messageview.c
11510         * src/prefs_common.c
11511         * src/prefs_common.h
11512         * src/prefs_other.c
11513                 add an option to 'Never send Return
11514                 Receipts'
11515                 Thanks to Colin
11516
11517 2006-06-20 [mones]      2.3.1cvs4
11518
11519         * po/es.po
11520                 updated
11521         * src/compose.c
11522                 typo fixed (space after comma)
11523         * tools/make.themes.project
11524                 remove exec mode from tarball files
11525
11526 2006-06-20 [colin]      2.3.1cvs3
11527
11528         * src/news.c
11529         * src/procheader.c
11530         * src/unmime.c
11531                 Better fix for \n's in headers (don't 
11532                 break Received: and others)
11533
11534 2006-06-20 [paul]       2.3.1cvs2
11535
11536         * src/alertpanel.c
11537         * src/textview.c
11538                 improve legibility of phishing attempt
11539                 dialog
11540
11541 2006-06-20 [paul]       2.3.1cvs1
11542
11543         * NEWS
11544         * README
11545         * configure.ac
11546                 Update version number following
11547                 stable release
11548
11549 2006-06-20 [colin]      2.3.0cvs26
11550
11551         * src/compose.c
11552                 When dragging a file to the text of the compose
11553                 window, ask whether we want to insert or attach
11554                 (I know lots of people who do that to attach)
11555
11556 2006-06-20 [colin]      2.3.0cvs25
11557
11558         * src/etpan/imap-thread.c
11559                 Fix threshold (the append command is often > 32 bytes)
11560
11561 2006-06-19 [colin]      2.3.0cvs24
11562
11563         * src/imap.c
11564         * src/etpan/imap-thread.c
11565                 Workaround Rockliffe IMAP server bug: replace
11566                 "x UID SEARCH (ANSWERED UID 1:*)" with
11567                 "x UID SEARCH ANSWERED"
11568                 (Rockliffe doesn't handle the parenthesis)
11569
11570 2006-06-19 [colin]      2.3.0cvs23
11571
11572         * src/compose.c
11573         * src/imap.c
11574         * src/etpan/imap-thread.c
11575                 Probably fix bug #972 (Freezes when adding 
11576                 an attachment to the message)
11577         * src/common/defs.h
11578                 Modernize Firefox cmd
11579
11580
11581 2006-06-18 [colin]      2.3.0cvs22
11582
11583         * src/prefs_customheader.c
11584                 Only allow correct filenames for various
11585                 custom headers
11586
11587 2006-06-18 [colin]      2.3.0cvs21
11588
11589         * src/prefs_customheader.c
11590                 Add a 'From File...' button in custom headers prefs, which
11591                 try to do the right thing: 
11592                 for normal headers, use file as plaintext,
11593                 for X-Face, calls compface,
11594                 for Face, encode to b64.
11595
11596 2006-06-17 [colin]      2.3.0cvs20
11597
11598         * src/mh.c
11599                 Warning fix
11600
11601 2006-06-16 [colin]      2.3.0cvs19
11602
11603         * src/summaryview.c
11604                 Recursive quicksearch: show message list
11605                 in current folder, *then* search children
11606                 in the background.
11607
11608 2006-06-16 [colin]      2.3.0cvs18
11609
11610         * src/main.c
11611                 Instead of ignoring SIGPIPE, save caches
11612                 when getting one. Will fix the fact that
11613                 hot caches are out-of-date when logging 
11614                 out of Xorg.
11615         * src/compose.c
11616         * src/prefs_compose_writing.c
11617                 Only save text (not attachments) when 
11618                 auto-saving to drafts
11619         * src/unmime.c
11620                 Always replace \n, \r and \t with spaces
11621                 in headers
11622         * manual/dist/html/Makefile.am
11623         * manual/dist/pdf/Makefile.am
11624         * manual/dist/ps/Makefile.am
11625         * manual/dist/txt/Makefile.am
11626         * manual/fr/dist/html/Makefile.am
11627         * manual/fr/dist/pdf/Makefile.am
11628         * manual/fr/dist/ps/Makefile.am
11629         * manual/fr/dist/txt/Makefile.am
11630         * manual/pl/dist/html/Makefile.am
11631         * manual/pl/dist/pdf/Makefile.am
11632         * manual/pl/dist/ps/Makefile.am
11633         * manual/pl/dist/txt/Makefile.am
11634                 Fix make clean removing pregenerated manuals
11635
11636
11637 2006-06-16 [colin]      2.3.0cvs17
11638
11639         * src/plugins/pgpcore/sgpgme.c
11640         * src/plugins/pgpmime/pgpmime.c
11641         * src/plugins/pgpinline/pgpinline.c
11642                 Better error reporting in setup_signers.
11643                 Don't fallback to default key if specified
11644                 key isn't found.
11645                 Don't allow signing if more than one secret
11646                 key matches the one specified in prefs.
11647
11648 2006-06-15 [colin]      2.3.0cvs16
11649
11650         * src/folderview.c
11651                 Add "Send queue" in the folder's contextual
11652                 menu
11653         * src/compose.c
11654         * src/messageview.c
11655         * src/privacy.c
11656         * src/privacy.h
11657         * src/procmime.c
11658         * src/procmsg.c
11659         * src/plugins/pgpcore/passphrase.c
11660         * src/plugins/pgpcore/sgpgme.c
11661         * src/plugins/pgpinline/pgpinline.c
11662         * src/plugins/pgpmime/pgpmime.c
11663                 Better error reporting
11664         * src/mbox.c
11665                 Probably fix bug #971 (2.2.3 cannot read mail 
11666                 from local mbox)
11667
11668
11669 2006-06-15 [mones]      2.3.0cvs15
11670
11671         * tools/make.themes.project
11672                 creates the themes project from the web page
11673
11674 2006-06-15 [colin]      2.3.0cvs14
11675
11676         * src/folder.c
11677                 Better fix (avoid losing the folder if scan_tree 
11678                 fails)
11679
11680 2006-06-15 [cleroy]     2.3.0cvs13
11681
11682         * src/folder.c
11683                 Probably fix Bug #969 (crash on rebuilding 
11684                 imap folder)
11685
11686 2006-06-14 [colin]      2.3.0cvs12
11687
11688         * manual/dtd/manual.xsl
11689         * manual/sylpheed-claws-manual.xml
11690         * manual/fr/sylpheed-claws-manual.xml
11691         * manual/pl/sylpheed-claws-manual.xml
11692                 Insert pagebreaks between sections
11693
11694 2006-06-14 [paul]       2.3.0cvs11
11695
11696         * configure.ac
11697                 better fix than 2.3.0cvs10
11698
11699 2006-06-14 [paul]       2.3.0cvs10
11700
11701         * configure.ac
11702                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11703                 (backwards compatible)
11704
11705 2006-06-13 [colin]      2.3.0cvs9
11706
11707         * src/messageview.c
11708                 Fix sending of return receipt with the new queue folders
11709
11710 2006-06-13 [wwp]        2.3.0cvs8
11711
11712         * src/quote_fmt_lex.l
11713                 fix wrong tokens returned in quote_fmt lexer, query not().
11714
11715 2006-06-13 [wwp]        2.3.0cvs7
11716
11717         * src/folder.c
11718         * src/prefs_folder_item.c
11719                 allow changing folder type even when folder is not a top-level one,
11720                 thanks to Colin.
11721
11722 2006-06-12 [colin]      2.3.0cvs6
11723
11724         * src/folderview.c
11725                 Fix double-ask of "Do you want to mark all
11726                 as read"
11727
11728 2006-06-12 [colin]      2.3.0cvs5
11729
11730         * src/compose.c
11731         * src/compose.h
11732         * src/folder.c
11733         * src/folder.h
11734         * src/imap.c
11735         * src/inc.c
11736         * src/main.c
11737         * src/messageview.c
11738         * src/mh.c
11739         * src/prefs_folder_item.c
11740         * src/procheader.c
11741         * src/procmime.c
11742         * src/procmsg.c
11743         * src/procmsg.h
11744         * src/send_message.c
11745         * src/summaryview.c
11746         * src/toolbar.c
11747                 Apply bug #964's patch (Queue and drafts aren't normal)
11748                 The Drafts and Queue folder now contain RFC-822 files,
11749                 allowing to move and copy mails from and to these 
11750                 folders. Moving from Drafts to Queue will prepare the
11751                 mail for sending (PGP signature, encryption, etc).
11752                 This patch also rework sending errors handling to try
11753                 to be more helpful.
11754                 Also, allow redefining folder types via the GUI 
11755                 (Folder type in its Properties)
11756
11757 2006-06-12 [colin]      2.3.0cvs4
11758
11759         * src/summaryview.c
11760         * src/prefs_common.c
11761         * src/prefs_common.h
11762         * src/gedit-print.c
11763                 Allow to define a specific print font - patch
11764                 by Bernhard Walle <bernhard.walle@gmx.de>
11765         * src/prefs_fonts.c
11766         * manual/advanced.xml
11767         * manual/fr/advanced.xml
11768                 Add a hidden pref to allow deletion without
11769                 confirmation
11770
11771 2006-06-12 [wwp]        2.3.0cvs3
11772
11773         * .cvsignore
11774                 more files to ignore.
11775
11776 2006-06-12 [wwp]        2.3.0cvs2
11777
11778         * src/quote_fmt.c
11779         * src/quote_fmt_lex.l
11780         * src/quote_fmt_parse.y
11781                 extend the quote_fmt parser (templates and quotes):
11782                 - allow limited sub-expressions in |p{} and |f{} expressions,
11783                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11784                 - implemented/fixed missing implementation of query_references and show_references,
11785                 - completed, fixed contents and format of the symbols help dialog,
11786                 - fix some compilation warnings.
11787
11788 2006-06-12 [wwp]        2.3.0cvs1
11789
11790         * manual/advanced.xml
11791         * manual/fr/advanced.xml
11792                 updates in the "templates" section of the manual (eng/fr):
11793                  - be more precise (both versions)
11794                  - completed to match the english reference (fr version)
11795                  - touchups (both versions)
11796
11797 2006-06-12 [paul]       2.3.0
11798
11799         2.3.0 released
11800
11801 2006-06-12 [paul]       2.2.3cvs14
11802
11803         * po/ca.po
11804         * po/cs.po
11805         * po/de.po
11806         * po/el.po
11807         * po/fr.po
11808         * po/it.po
11809         * po/pt_BR.po
11810         * po/sr.po
11811         * po/zh_CN.po
11812                 updated by Miquel Oliete, Tim, Stephan Sachse,
11813                 Stavros Giannouris, Fabien Vantard, Andrea
11814                 Spadaccini, Frederico Goncalves Guimaraes,
11815                 Aleksandar Urosevic, and Ralgh Young
11816
11817 2006-06-12 [colin]      2.2.3cvs13
11818
11819         * src/mbox.c
11820                 Add missing header
11821
11822 2006-06-11 [colin]      2.2.3cvs12
11823
11824         * src/msgcache.c
11825                 Verify that g_malloc() succeeded
11826
11827 2006-06-11 [colin]      2.2.3cvs11
11828
11829         * src/wizard.c
11830                 Add Face header to welcome mail
11831
11832 2006-06-10 [colin]      2.2.3cvs10
11833
11834         * src/textview.c
11835                 Revert previous (Forgot it changes the
11836                 margin on the whole mail)
11837
11838 2006-06-10 [colin]      2.2.3cvs9
11839
11840         * src/textview.c
11841                 Don't overlap long headers under (X-)Face
11842
11843 2006-06-10 [mones]      2.2.3cvs8
11844
11845         * manual/xml2pdf
11846                 allow generation of manual on systems lacking saxon binary
11847                 but with java and the saxon library installed
11848
11849         * po/es.po
11850                 updated for release
11851
11852 2006-06-09 [colin]      2.2.3cvs7
11853
11854         * src/summaryview.c
11855                 Fix leak when using Display Sender using Addressbook
11856
11857 2006-06-09 [colin]      2.2.3cvs6
11858
11859         * src/compose.c
11860         * src/folder.c
11861         * src/folderview.c
11862         * src/mimeview.c
11863         * src/summaryview.c
11864                 More leaks fixes
11865
11866 2006-06-09 [paul]       2.2.3cvs5
11867
11868         * AUTHORS
11869         * src/gtk/authors.h
11870         * tools/claws.i18n.status.pl
11871                 updated with new info
11872
11873 2006-06-09 [paul]       2.2.3cvs4
11874
11875         * README
11876                 updated
11877         * manual/ack.xml
11878                 add wwp to authors list
11879         * src/gtk/authors.h
11880                 update mine and Colin's addresses
11881
11882 2006-06-08 [colin]      2.2.3cvs3
11883
11884         * src/etpan/imap-thread.c
11885                 Fix leak on SSL cert check
11886
11887 2006-06-08 [colin]      2.2.3cvs2
11888
11889         * src/common/utils.c
11890                 Fix leak
11891
11892 2006-06-08 [paul]       2.2.3cvs1
11893
11894         * configure.ac
11895                 Update version number following
11896                 stable release
11897
11898 2006-06-07 [colin]      2.2.2cvs3
11899
11900         * src/msgcache.c
11901                 Fix catching cache read errors (guint instead of gint)
11902                 Prevent malloc'ing more than 8MB (means cache corruption)
11903
11904 2006-06-07 [paul]       2.2.2cvs2
11905
11906         * src/exporthtml.c
11907         * src/exportldif.c
11908         * src/mh.c
11909         * src/mutt.c
11910         * src/pine.c
11911         * src/common/utils.c
11912                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11913                 obey $HOME'
11914                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11915                 Thanks to Colin
11916
11917 2006-06-06 [paul]       2.2.2cvs1
11918
11919         * configure.ac
11920                 Update version number following
11921                 stable release
11922
11923 2006-06-06 [paul]       2.2.1cvs6
11924
11925         * src/matcher.c
11926                 fix  implicit declaration of
11927                 sylpheed_do_idle()
11928                 Patch by Fabien Vantard
11929
11930 2006-06-06 [paul]       2.2.1cvs5
11931
11932         * src/matcher.c
11933                 fix age_greater and age_lower so that they
11934                 mean what say and not '...or equal to'
11935                 Thanks to Colin
11936
11937 2006-06-06 [paul]       2.2.1cvs4
11938
11939         * src/textview.c
11940         * src/common/utils.c
11941                 fix URI check
11942                 Thanks to Colin
11943
11944 2006-06-05 [wwp]        2.2.1cvs3
11945
11946         * manual/fr/account.xml
11947                 minor language fixes (thanks to Fabien Vantard).
11948
11949 2006-06-05 [colin]      2.2.1cvs2
11950
11951         * src/prefs_folder_item.c
11952         * src/folderview.c
11953                 Allow recursive setting of properties 
11954                 for whole mailboxes
11955         * src/matcher.c
11956                 Don't freeze on 'test' filtering rule
11957
11958 2006-06-05 [colin]      2.2.1cvs1
11959
11960         * configure.ac
11961                 Update version number following
11962                 stable release
11963
11964 2006-06-04 [wwp]        2.2.0cvs82
11965
11966         * manual/glossary.xml
11967         * manual/account.xml
11968         * manual/fr/glossary.xml
11969         * manual/fr/account.xml
11970                 added glossary section and references/links related to the Face custom header.
11971
11972 2006-06-04 [colin]      2.2.0cvs81
11973
11974         * src/summaryview.c
11975                 Skip to next message on move with no
11976                 immediate execution
11977
11978 2006-06-04 [wwp]        2.2.0cvs80
11979
11980         * manual/xml2pdf
11981                 added sanity checks, exit when needed.
11982
11983 2006-06-03 [paul]       2.2.0cvs79
11984
11985         * src/prefs_receive.c
11986                 page name is now 'Receiving'
11987         * src/prefs_send.c
11988                 page name is now 'Sending'
11989
11990 2006-06-03 [colin]      2.2.0cvs78
11991
11992         * src/plugins/spamassassin/spamassassin_gtk.c
11993                 Autoswitch to Localhost if transport was previously
11994                 disabled. Else people had to check [] Enable, then
11995                 *reselect* transport.
11996
11997 2006-06-03 [colin]      2.2.0cvs77
11998
11999         * src/plugins/pgpinline/pgpinline.c
12000         * src/plugins/pgpmime/pgpmime.c
12001                 Check that gpg_data_release_and_get_mem 
12002                 didn't fail (now, why this happens...)
12003
12004 2006-06-03 [colin]      2.2.0cvs76
12005
12006         * src/mbox.c
12007                 Fix bug #962 (Manual and/or UI should 
12008                 warn about incompatible locking 
12009                 causing dataloss)
12010
12011 2006-06-02 [cleroy]     2.2.0cvs75
12012
12013         * src/filtering.c
12014         * src/folder.c
12015         * src/procmsg.c
12016         * src/summaryview.c
12017                 Fix a few leaks
12018
12019 2006-06-02 [colin]      2.2.0cvs74
12020
12021         * src/main.c
12022                 On exit, free caches after writing them
12023                 Shuts up some valgrind false positives
12024         * src/procmsg.c
12025         * src/send_message.c
12026                 Fix races when reusing existing SMTP connections
12027                 Fix inexistant session timeout
12028         * src/toolbar.c
12029                 Display alertpanel after all queues have
12030                 been processed, not after each
12031
12032 2006-06-02 [wwp]        2.2.0cvs73
12033
12034         * manual/fr/glossary.xml
12035         * manual/fr/ack.xml
12036         * manual/ack.xml
12037                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12038
12039 2006-06-02 [wwp]        2.2.0cvs72
12040
12041         * manual/xml2pdf
12042         * manual/dist/pdf/Makefile.am
12043         * manual/dtd/manual.xsl
12044         * manual/fr/dist/pdf/Makefile.am
12045         * manual/pl/dist/pdf/Makefile.am
12046                 we changed the procedure to generate the .pdf version of the manual.
12047                 The procedure is more modern and the .pdf we get now has a valid index.
12048                 Here are the new pre-requisites:
12049
12050                 - JRE 1.x (1.4 here): there must be one from your distro
12051                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12052                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12053                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12054
12055                 See my posts for further info about the installation of this toolchain:
12056
12057                 Date: Fri, 19 May 2006 19:40:06 +0200
12058                 From: wwp <subscript@free.fr>
12059                 To: sylpheed-claws-devel@lists.sourceforge.net
12060                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12061
12062                 and
12063
12064                 Date: Wed, 24 May 2006 12:58:49 +0200
12065                 From: wwp <subscript@free.fr>
12066                 To: sylpheed-claws-devel@lists.sourceforge.net
12067                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12068
12069 2006-06-01 [colin]      2.2.0cvs71
12070
12071         * src/compose.c
12072                 Better guards against IMAP races
12073         * src/main.c
12074         * src/prefs_common.c
12075         * src/prefs_common.h
12076         * src/common/ssl_certificate.c
12077         * src/etpan/imap-thread.c
12078         * src/etpan/imap-thread.h
12079         * src/gtk/sslcertwindow.c
12080                 New hidden option ssl_skip_cert_check to 
12081                 avoid dups of bug #959 (libetpan linked
12082                 against gnutls and gnutls buggy on 64bit)
12083                 Present expired warning only once per
12084                 session/server.
12085         * manual/advanced.xml
12086         * manual/fr/advanced.xml
12087                 Document new option
12088
12089 2006-06-01 [wwp]        2.2.0cvs70
12090
12091         * src/messageview.c
12092                 fix for bug #961 (return receipt dialog 
12093                 complains incorrectly about return-path 
12094                 email adress being different), thanks 
12095                 to Colin.
12096
12097 2006-05-31 [cleroy]     2.2.0cvs69
12098
12099         * src/common/ssl.c
12100                 Guard against NULLs, although this
12101                 should never be an issue
12102
12103 2006-05-31 [colin]      2.2.0cvs68
12104
12105         * src/filtering.c
12106                 Use g_slist_prepend
12107         * src/imap.c
12108                 Don't remove caches when destroying folder, it
12109                 could (should) be done at exit
12110         * src/inc.c
12111                 free processing cache after incorporation
12112         * src/etpan/imap-thread.c
12113                 Maybe fix bug #959 (Crash on moving to emails 
12114                 to a imap account per ssl with a expired 
12115                 certificate.)
12116
12117 2006-05-30 [colin]      2.2.0cvs67
12118
12119         * src/summaryview.c
12120                 Put back event flush when displaying message
12121                 It avoids reading a bunch of messages just
12122                 by hitting shift-n for too long ;)
12123
12124 2006-05-29 [colin]      2.2.0cvs66
12125
12126         * src/summaryview.c
12127                 Remove useless g_warnings
12128
12129 2006-05-29 [colin]      2.2.0cvs65
12130
12131         * src/imap.c
12132                 Fix g_slist_append()s for performance
12133
12134 2006-05-29 [colin]      2.2.0cvs64
12135
12136         * src/compose.c
12137         * src/common/utils.c
12138                 Fix extraneous tab at start of addresses
12139         * src/mainwindow.c
12140                 Fix warnings (thanks to Fabien)
12141                 Fix crash at exit when composing messages 
12142                 exist
12143         * src/pop.c
12144                 Fix progress bar when deleting expired mails
12145                 Thanks to Hiro
12146         * src/summaryview.c
12147         * src/gtk/gtksctree.c
12148                 Fix re-sorting slowness
12149
12150 2006-05-29 [paul]       2.2.0cvs63
12151
12152         * src/mh.c
12153                 fetch full message when moving mails
12154                 from another mailbox, (fixed data loss
12155                 when filtering from IMAP to MH, introduced
12156                 in 2.2.0cvs57).
12157                 Thanks to Colin
12158
12159 2006-05-29 [mones]      2.2.0cvs62
12160
12161         * src/gtk/gtksctree.c
12162                 Unselect faster (patch by Colin)        
12163
12164 2006-05-26 [colin]      2.2.0cvs61
12165
12166         * src/summaryview.c
12167                 Unplug MSGINFO_UPDATE callback on delete too.
12168
12169 2006-05-26 [colin]      2.2.0cvs60
12170
12171         * src/foldersel.c
12172                 Fix bold in folder selection window with glib2.10
12173                 thanks Hiro
12174
12175 2006-05-26 [colin]      2.2.0cvs59
12176
12177         * src/procheader.c
12178                 Convert date only if necessary (and don't
12179                 try to convert from utf8 to utf8, too)
12180         * src/summaryview.c
12181                 Only set column's text if the column's 
12182                 displayed
12183
12184 2006-05-26 [colin]      2.2.0cvs58
12185
12186         * src/summaryview.c
12187         * src/gtk/gtkutils.c
12188                 Fix useless warning
12189
12190 2006-05-26 [colin]      2.2.0cvs57
12191
12192         * src/mainwindow.c
12193                 Make summaryview selectable as long as 
12194                 no message has focus
12195         * src/mh.c
12196                 Faster deletion (by implementing mh_remove_msgs)
12197                 Faster copy (avoid using mh_fetch_msg just to get
12198                 the filename)
12199                 Faster move (using move_file instead of copy_file
12200                 if MSG_IS_MOVE)
12201                 No progressbar if total number of mails to cp/mv 
12202                 is less than 100
12203         * src/summaryview.c
12204                 Fix removal from subject_table when mail gets moved
12205                 Faster deletion (g_slist_prepend instead of append)
12206         * src/gtk/gtksctree.c
12207                 Remove useless code
12208
12209 2006-05-25 [colin]      2.2.0cvs56
12210
12211         * src/common/ssl_certificate.c
12212                 Fix leak in expired cert check
12213
12214 2006-05-25 [colin]      2.2.0cvs55
12215
12216         * src/mh.c
12217                 Disable flags syncing on .mh_sequences - it
12218                 is buggy and marks mails read under unknown
12219                 conditions.
12220
12221 2006-05-25 [paul]
12222
12223         * 2.3.0-rc4 released
12224
12225 2006-05-24 [colin]      2.2.0cvs54
12226
12227         attention cvs users: if you manage to crash
12228         Sylpheed-Claws while moving, copying or deleting
12229         mails, we *are* interested in stack traces and
12230         valgrind logs. It looks stable, but one never
12231         knows...
12232
12233         * src/folder.c
12234                 Add progressbar for cache updates
12235         * src/folderutils.c
12236                 Optimize Mark all read in the current
12237                 folder
12238         * src/mh.c
12239                 Add progressbar for copy/move
12240         * src/procmsg.c
12241                 Optimize O(n^2) in copy/move
12242         * src/summaryview.c
12243         * src/gtk/gtksctree.c
12244                 Optimize O(n^2) algos
12245         * src/common/timing.h
12246                 Display ms instead of us
12247
12248 2006-05-24 [wwp]        2.2.0cvs53
12249
12250         * manual/fr/advanced.xml
12251                 updates to the French manual.
12252
12253 2006-05-24 [wwp]        2.2.0cvs52
12254
12255         * src/common/utils.c
12256                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12257
12258 2006-05-24 [wwp]        2.2.0cvs51
12259
12260         * src/folderutils.c
12261                 fixed "mark all read" in MH folders (thanks to Colin).
12262
12263 2006-05-24 [paul]       2.2.0cvs50
12264
12265         * doc/man/sylpheed-claws.1
12266                 updated the man page
12267
12268 2006-05-23 [colin]      2.2.0cvs49
12269
12270         * src/folderview.c
12271         * src/imap.c
12272         * src/inc.c
12273         * src/mbox.c
12274         * src/messageview.c
12275         * src/news.c
12276         * src/send_message.c
12277         * src/summaryview.c
12278         * src/gtk/sslcertwindow.c
12279                 alertpanel fixes, by Fabien
12280
12281 2006-05-23 [colin]      2.2.0cvs48
12282
12283         * src/folder.c
12284         * src/folderview.c
12285         * src/msgcache.c
12286         * src/summaryview.c
12287         * src/gtk/gtksctree.c
12288         * src/gtk/gtksctree.h
12289                 More timings
12290                 Fix slow loading problem, which was caused by the
12291                 use of some gtk_ctree funcs and their use of
12292                 g_list_position while gtk_ctree_(un)link'ing.
12293                 Reap more functions from gtkctree.c to be sure we
12294                 use our (fast) version instead of theirs.
12295         * src/mh.c
12296                 Fix copy of unread mails
12297
12298
12299 2006-05-22 [wwp]        2.2.0cvs47
12300
12301         * manual/fr/advanced.xml
12302                 updated.
12303
12304 2006-05-22 [colin]      2.2.0cvs46
12305
12306         * src/filtering.c
12307                 Fix possible infinite loop. 'copy' is not a 
12308                 final action, so when encountering a 'copy',
12309                 we have to check if a previous one was set
12310                 and do it. In the same way, if we encounter
12311                 a 'move' we have to perform a possibly 
12312                 pending 'copy'. This will slow down filtering
12313                 on IMAP if move+copy or multiple copy actions
12314                 are to be done, but handling it via the batch
12315                 would be really too convoluted.
12316
12317 2006-05-22 [wwp]        2.2.0cvs45
12318
12319         * manual/fr/advanced.xml
12320         * manual/fr/faq.xml
12321         * manual/fr/glossary.xml
12322         * manual/fr/handling.xml
12323         * manual/fr/intro.xml
12324         * manual/fr/plugins.xml
12325         * manual/fr/sylpheed-claws-manual.xml
12326                 sync w/ the english manual: updates URIs, documented mailing-list
12327                 support, better explanation about the enabled/disabled feature
12328                 in filtering/processing rules by Paul.
12329
12330 2006-05-21 [colin]      2.2.0cvs44
12331
12332         * src/summaryview.c
12333                 Don't expand after building threads, but during
12334
12335 2006-05-21 [colin]      2.2.0cvs43
12336
12337         * src/procmsg.c
12338         * src/summaryview.c
12339                 More timing possibilities... For next time I have 
12340                 to find out how the hell some 3GHz computer takes
12341                 one minute to open a 30k folder...
12342
12343 2006-05-21 [colin]      2.2.0cvs42
12344
12345         * manual/pl/advanced.xml
12346         * manual/pl/faq.xml
12347         * manual/pl/glossary.xml
12348         * manual/pl/handling.xml
12349         * manual/pl/intro.xml
12350         * manual/pl/plugins.xml
12351         * manual/pl/sylpheed-claws-manual.xml
12352                 Polish manual updated by Pawel
12353
12354 2006-05-20 [colin]
12355
12356         * 2.3.0-rc3 released
12357
12358 2006-05-20 [colin]      2.2.0cvs41
12359
12360         * src/imap.c
12361                 Fix -rc2 problems:
12362                 - remove cache of moved messages from original folder
12363                 - apply new flags to messages even if they aren't appliable
12364                   via IMAP.
12365
12366 2006-05-20 [colin]
12367
12368         * 2.3.0-rc2 released
12369
12370 2006-05-19 [colin]      2.2.0cvs40
12371
12372         * src/imap.c
12373                 Don't issue SELECT in imap_change_flags
12374                 before having checked that we indeed have
12375                 some flags to change. MSG_POSTFILTERED for
12376                 example can't be used on IMAP.
12377                 Fixes bug #955 (copying messages between 
12378                 imap folders is extremely slow), which was
12379                 a regression.
12380
12381 2006-05-19 [colin]      2.2.0cvs39
12382
12383         * src/folder.c
12384         * src/folder.h
12385         * src/folderview.c
12386                 Try to fix bug #830 (Some unread messages 
12387                 get marked read in IMAP inbox):
12388                 - Prevent scanning a folder if it's being 
12389                   opened via the GUI
12390                 - Postpone opening via the GUI of a folder
12391                   currently scanned.
12392
12393
12394 2006-05-19 [wwp]        2.2.0cvs38
12395
12396         * manual/advanced.xml
12397                 fix English+typo (thanks to Paul).
12398
12399 2006-05-19 [wwp]        2.2.0cvs37
12400
12401         * manual/advanced.xml
12402         * manual/fr/advanced.xml
12403         * src/gtk/logwindow.c
12404         * src/prefs_common.c
12405         * src/prefs_common.h
12406                 added hidden prefs to allow customization of colors used in
12407                 protocol log window (useful for dark gtk+ themes).
12408
12409 2006-05-19 [wwp]        2.2.0cvs36
12410
12411         * ChangeLog
12412                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12413
12414 2006-05-19 [paul]       2.2.0cvs35
12415
12416         * src/textview.c
12417                 make Reply-To fully clickable
12418         * src/gtk/logwindow.c
12419                 more colouring (SMTP ESMTP)
12420         Both patches by Pawel Pekala
12421
12422 2006-05-19 [cleroy]     2.2.0cvs34
12423
12424         * src/mh.c
12425                 Don't update flags from current folder
12426                 Probably fixes bug #935 (Read Messages 
12427                 Revert to Being Marked as Unread)
12428
12429 2006-05-18 [colin]      2.2.0cvs33
12430
12431         * src/imap.c
12432                 Warning fix
12433         * src/compose.c
12434         * src/mainwindow.c
12435         * src/summaryview.c
12436         * src/toolbar.c
12437                 Allow replying to multiple emails
12438                 in multiple windows
12439         * src/mimeview.c
12440         * src/etpan/imap-thread.c
12441                 Leak fixes
12442
12443 2006-05-18 [paul]       2.2.0cvs32
12444
12445         * src/summaryview.c
12446                 keep Mailing-List menu refreshed
12447                 Thanks to Colin
12448
12449 2006-05-18 [paul]       2.2.0cvs31
12450
12451         * manual/advanced.xml
12452         * manual/faq.xml
12453         * manual/glossary.xml
12454         * manual/handling.xml
12455         * manual/intro.xml
12456         * manual/plugins.xml
12457         * manual/sylpheed-claws-manual.xml
12458                 update URLs
12459                 add info about mailing-list support
12460                 edit filtering info
12461         * src/wizard.c
12462         * src/common/defs.h
12463         * src/gtk/about.c
12464         * src/plugins/dillo_viewer/README
12465                 update URLs
12466
12467 2006-05-17 [wwp]        2.2.0cvs30
12468
12469         * manual/handling.xml
12470         * manual/fr/handling.xml
12471                 documented the ability to enabled/disable filtering/processing rules.
12472
12473 2006-05-17 [colin]      2.2.0cvs29
12474
12475         * src/main.c
12476                 Don't initialize g_thread subsystem if it's 
12477                 already done (thanks to Hiro)
12478         * src/mimeview.c
12479                 Fix saving of parts when there name can't be
12480                 converted from UTF-8.
12481
12482 2006-05-17 [paul]       2.2.0cvs28
12483
12484         * po/Makefile.in.in
12485                 fix config.status warning with autoconf 2.60
12486
12487 2006-05-17 [paul]       2.2.0cvs27
12488
12489         * po/POTFILES.in
12490                 add src/mbox.c
12491
12492 2006-05-17 [wwp]        2.2.0cvs26
12493
12494         * src/mainwindow.c
12495                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12496
12497 2006-05-17 [wwp]        2.2.0cvs25
12498
12499         * src/plugins/demo/demo.c
12500                 updated product name in plugin demo (many plugins need to be
12501                 sync'ed w/ that change).
12502
12503 2006-05-17 [colin]      2.2.0cvs24
12504
12505         * src/mh.c
12506                 Fix leak
12507
12508 2006-05-16 [colin]      2.2.0cvs23
12509
12510         * src/mainwindow.c
12511                 Stupid me hit again. Fix cvs22.
12512
12513 2006-05-16 [colin]      2.2.0cvs22
12514
12515         * src/mainwindow.c
12516                 Fix bug #922 (sylpheed-claws crashed after 
12517                 pushing on Inbox folder)
12518
12519 2006-05-16 [colin]      2.2.0cvs21
12520
12521         * src/compose.c
12522                 Make From header be copy/paste/select-able
12523
12524 2006-05-16 [wwp]        2.2.0cvs20
12525
12526         * src/export.c
12527         * src/matcher.c
12528         * src/summaryview.c
12529         * src/etpan/imap-thread.c
12530                 fix some compiler warnings (thanks to Colin).
12531
12532 2006-05-16 [wwp]        2.2.0cvs19
12533
12534         * src/action.c
12535         * src/gedit-print.c
12536         * src/inc.c
12537         * src/mainwindow.c
12538         * src/mh.c
12539         * src/statusbar.c
12540         * src/send_message.c
12541         * src/summaryview.c
12542                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12543
12544 2006-05-15 [colin]      2.2.0cvs18
12545
12546         * src/procmsg.c
12547                 Fix automatic rule creation with List-Post
12548
12549 2006-05-15 [paul]       2.2.0cvs17
12550
12551         * tools/filter_conv_new.pl
12552                 updated for rule enabling/disabling
12553                 claws version >= 2.3.x required
12554
12555 2006-05-15 [cleroy]     2.2.0cvs16
12556
12557         * src/main.c
12558                 Revert test
12559
12560 2006-05-15 [cleroy]     2.2.0cvs15
12561
12562         * src/main.c
12563                 test
12564
12565 2006-05-15 [wwp]        2.2.0cvs14
12566
12567         * manual/pl/.cvsignore
12568                 ignore generated files.
12569
12570 2006-05-14 [wwp]        2.3.0-rc1
12571
12572         * 2.3.0-rc1 released
12573
12574 2006-05-13 [wwp]        2.2.0cvs13
12575
12576         * src/filtering.c
12577         * src/filtering.h
12578         * src/matcher.c
12579         * src/matcher_parser_lex.l
12580         * src/matcher_parser_parse.y
12581         * src/prefs_filtering.c
12582                 new feature: provide the ability to disable filtering and processing
12583                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12584                 adaptations.
12585
12586 2006-05-13 [colin]      2.2.0cvs12
12587
12588         * src/compose.c
12589                 Remove useless if (a) b; else b;
12590                 Thanks to wwp
12591
12592 2006-05-13 [wwp]        2.2.0cvs11
12593
12594         * src/export.c
12595         * src/import.c
12596         * src/mainwindow.c
12597         * src/mbox.c
12598         * src/summaryview.c
12599         * src/summaryview.h
12600                 no more silent failures (or at least less ones) when importing
12601                 or exporting from/to mbox. Also start importing/exporting if
12602                 the necessary info is set.
12603
12604 2006-05-13 [wwp]        2.2.0cvs10
12605
12606         * RELEASE_NOTES
12607                 restored up-to-date release notes.
12608
12609 2006-05-13 [paul]       2.2.0cvs9
12610
12611         * po/nl.po
12612         * po/ru.po
12613                 updated by Tim Dijkstra and Pavlo Bohmat
12614
12615 2006-05-12 [colin]      2.2.0cvs8
12616
12617         * src/gtk/quicksearch.c
12618                 Add "k" as shortcut for "colorlabel". Patch
12619                 by ath42@users.sf.net.
12620
12621 2006-05-12 [paul]       2.2.0cvs7
12622
12623         * src/prefs_common.h
12624         * src/prefs_summaries.c
12625         * src/summaryview.c
12626                 when entering a folder also allow
12627                 going directly to first Marked message
12628
12629 2006-05-12 [paul]       2.2.0cvs6
12630
12631         * src/summaryview.c
12632                 always obey 'confirm before marking all
12633                 mails read' option
12634
12635 2006-05-12 [paul]       2.2.0cvs5
12636
12637         * src/textview.c
12638                 make Sender fully clickable
12639
12640 2006-05-12 [colin]      2.2.0cvs4
12641
12642         * src/compose.c
12643         * src/compose.h
12644                 Let From be editable
12645         * src/main.c
12646         * src/mh.c
12647                 Full support of .mh_sequences' Unseen seq
12648
12649 2006-05-12 [colin]      2.2.0cvs3
12650
12651         * src/folder.c
12652         * src/mainwindow.c
12653         * src/mainwindow.h
12654         * src/messageview.c
12655         * src/prefs_spelling.c
12656         * src/procheader.c
12657         * src/procmsg.c
12658         * src/procmsg.h
12659         * src/summaryview.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                 add Mailing List support
12667                 based on the old 0.6.5claws25 patch by
12668                 Melvin Hadasht, with finishing touches
12669                 by Colin
12670                 Fix "ignore thread" when mails are threaded by
12671                 subject (and weren't ignored although appearing
12672                 in the thread).
12673                 GUI rework.
12674                 Both patches by Pawel.
12675
12676 2006-05-08 [paul]       2.2.0cvs2
12677
12678         * src/mainwindow.c
12679         * src/mainwindow.h
12680         * src/messageview.c
12681         * src/procheader.c
12682         * src/procmsg.c
12683         * src/procmsg.h
12684         * src/summaryview.c
12685                 add Mailing List support
12686                 based on the old 0.6.5claws25 patch by 
12687                 Melvin Hadasht, with finishing touches
12688                 by Colin
12689
12690 2006-05-08 [colin]      2.2.0cvs1
12691
12692         * src/mainwindow.c
12693         * src/toolbar.c
12694         * src/toolbar.h
12695                 Add contextual menu on Compose toolbar 
12696                 button. Fixes bug #944 (Automatic 
12697                 addresses not applied when changing account 
12698                 from compose window)
12699
12700 2006-05-08 [paul]       2.2.0
12701
12702         2.2.0 released
12703
12704 2006-05-08 [paul]       2.1.1cvs51
12705
12706         * po/cs.po
12707         * po/de.po
12708         * po/en_GB.po
12709         * po/fi.po
12710         * po/fr.po
12711         * po/pt_BR.po
12712         * po/sr.po
12713         * po/zh_CN.po
12714                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12715                 Fabien Vantard, Frederico Goncalves Guimaraes,
12716                 Aleksandar Urosevic, and Ralgh Young
12717
12718 2006-05-12 [colin]      2.1.1cvs50
12719
12720         * po/cs.po
12721         * po/de.po
12722         * po/en_GB.po
12723         * po/es.po
12724         * po/fi.po
12725         * po/fr.po
12726         * po/pt_BR.po
12727         * po/sr.po
12728         * po/zh_CN.po
12729                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12730                 Fabien Vantard, Frederico Goncalves Guimaraes,
12731                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12732
12733 2006-05-05 [colin]      2.1.1cvs49
12734
12735         * manual/Makefile.am
12736         * manual/pl/Makefile.am
12737         * manual/pl/account.xml
12738         * manual/pl/ack.xml
12739         * manual/pl/addrbook.xml
12740         * manual/pl/advanced.xml
12741         * manual/pl/faq.xml
12742         * manual/pl/glossary.xml
12743         * manual/pl/gpl.xml
12744         * manual/pl/handling.xml
12745         * manual/pl/intro.xml
12746         * manual/pl/keyboard.xml
12747         * manual/pl/plugins.xml
12748         * manual/pl/starting.xml
12749         * manual/pl/sylpheed-claws-manual.xml
12750         * manual/pl/dist/.cvsignore
12751         * manual/pl/dist/Makefile.am
12752         * manual/pl/dist/html/.cvsignore
12753         * manual/pl/dist/html/Makefile.am
12754         * manual/pl/dist/pdf/.cvsignore
12755         * manual/pl/dist/pdf/Makefile.am
12756         * manual/pl/dist/ps/.cvsignore
12757         * manual/pl/dist/ps/Makefile.am
12758         * manual/pl/dist/txt/.cvsignore
12759         * manual/pl/dist/txt/Makefile.am
12760                 Add the polish translation of the manual,
12761                 Authored by Pawel Pekala.
12762
12763 2006-05-05 [cleroy]     2.1.1cvs48
12764
12765         * src/main.c
12766                 Re-read matcherrc after loading plugins 
12767                 if some of them add folders.
12768
12769 2006-05-03 [colin]      2.1.1cvs47
12770
12771         * src/imap.c
12772                 I'm idiot
12773
12774 2006-05-03 [colin]      2.1.1cvs46
12775
12776         * src/imap.c
12777                 Be sure to have a session when
12778                 getting separator
12779
12780 2006-05-03 [colin]      2.1.1cvs45
12781
12782         * src/imap.c
12783         * src/imap.h
12784         * src/imap_gtk.c
12785                 Fix preventing renaming with namespace 
12786                 separator.
12787
12788 2006-05-01 [colin]      2.1.1cvs44
12789
12790         * src/action.c
12791                 Don't reload messageview when result of
12792                 action is piped.
12793
12794 2006-04-29 [colin]      2.1.1cvs43
12795
12796         * src/prefs_receive.c
12797         * src/plugins/spamassassin/spamassassin_gtk.c
12798         * src/plugins/clamav/clamav_plugin_gtk.c
12799                 GUI fixes by Pawel
12800
12801 2006-04-29 [colin]      2.1.1cvs42
12802
12803         * src/prefs_compose_writing.c
12804         * src/prefs_quote.c
12805                 Cleanups. Patch by Pawel
12806
12807 2006-04-28 [paul]       2.1.1cvs41
12808
12809         * src/matcher.c
12810                 fix returned quick search results when search
12811                 term contains an underscore.
12812                 Thanks to Colin
12813
12814 2006-04-28 [paul]       2.1.1cvs40
12815
12816         * src/prefs_message.c
12817         * src/prefs_receive.c
12818                 GUI cleanups
12819                 Patches by Pawel Pekala
12820
12821 2006-04-27 [colin]      2.1.1cvs39
12822
12823         * src/wizard.c
12824                 Differentiate subject Welcome from
12825                 window's title Welcome
12826
12827 2006-04-27 [paul]
12828
12829         2.2.0-rc1 released
12830
12831 2006-04-27 [paul]       2.1.1cvs38
12832
12833         * manual/advanced.xml
12834         * manual/fr/advanced.xml
12835                 add info about compose_no_markup hidden pref
12836
12837 2006-04-27 [paul]       2.1.1cvs37
12838
12839         * src/prefs_account.c
12840                 improve privacy labels
12841         * src/prefs_msg_colors.c
12842                 change some strings for translators' convenience
12843         * src/gtk/gtkutils.c
12844                 don't underline the link button text
12845
12846 2006-04-25 [colin]      2.1.1cvs36
12847
12848         * src/folder.c
12849                 Complete 2.1.1cvs33 (once more ;)
12850
12851 2006-04-25 [colin]      2.1.1cvs35
12852
12853         * src/editldap.c
12854                 Fix tooltip
12855
12856 2006-04-25 [cleroy]     2.1.1cvs34
12857
12858         * src/compose.c
12859         * src/gtk/gtkaspell.c
12860                 Fix crash on redirect (related to the return 
12861                 of the aspell menu in compose's toolbar)
12862         * src/prefs_msg_colors.c
12863                 Fix sensitivity widgets
12864         * src/image_viewer.c
12865         * src/gtk/pluginwindow.c
12866         * src/gtk/prefswindow.c
12867                 Change released signals to clicked (Fabien)
12868         * po/POTFILES.in
12869         * src/common/socket.c
12870         * src/plugins/spamassassin/spamassassin.c
12871                 Translate strings (Fabien)
12872
12873 2006-04-25 [paul]       2.1.1cvs33
12874
12875         * src/folder.c
12876         * src/folder.h
12877         * src/folderview.c
12878                 complete the fix of bug #912
12879                 Thanks to Colin
12880
12881 2006-04-25 [colin]      2.1.1cvs32
12882
12883         * src/news.c
12884                 Better progress bar
12885         * src/mimeview.c
12886         * src/summaryview.c
12887         * src/summaryview.h
12888                 Fix focus chain
12889                 Patches by Pawel Pekala
12890
12891 2006-04-24 [colin]      2.1.1cvs31
12892
12893         * src/compose.c
12894                 Fix compilation warnings (Fabien)
12895
12896 2006-04-24 [colin]      2.1.1cvs30
12897
12898         * src/addrindex.c
12899         * src/editldap.c
12900         * src/editldap_basedn.c
12901         * src/editldap_basedn.h
12902         * src/ldapctrl.c
12903         * src/ldapctrl.h
12904         * src/ldapquery.c
12905         * src/ldaputil.c
12906         * src/ldaputil.h
12907                 Fix bug #901 (LDAPS support)
12908
12909 2006-04-24 [colin]      2.1.1cvs29
12910
12911         * src/compose.c
12912                 Fix logic on error with send dialog on
12913         * src/imap.c
12914                 Fix compilation without libetpan, thanks
12915                 to Fabien
12916         * src/summaryview.c
12917                 Fix 'context-menu' key
12918
12919 2006-04-23 [colin]      2.1.1cvs28
12920
12921         * src/folder.c
12922                 Never free current's cache to free up 
12923                 memory. Fixes bug #912 (new count 
12924                 randomly set to message count)
12925
12926 2006-04-23 [colin]      2.1.1cvs27
12927
12928         * src/gtk/quicksearch.c
12929                 And remove printf...
12930
12931 2006-04-23 [colin]      2.1.1cvs26
12932
12933         * src/gtk/quicksearch.c
12934                 Fix replacing in quicksearch, and fix inserting
12935                 in the middle of the string. (introduced at 2.1.0cvs22)
12936
12937 2006-04-23 [colin]      2.1.1cvs25
12938
12939         * src/imap.c
12940                 Make sure uidnext is initialized in get_num_list
12941                 (not for stable, related to 2.1.1cvs8 and friends)
12942
12943 2006-04-23 [colin]      2.1.1cvs24
12944
12945         * src/imap.c
12946                 Output something when login is successful
12947                 too
12948
12949 2006-04-23 [colin]      2.1.1cvs23
12950
12951         * src/etpan/imap-thread.c
12952                 Better logging (line-per-line, hide data in fetch)
12953                 Fix a const warning
12954         * src/gtk/logwindow.c
12955         * src/gtk/logwindow.h
12956                 Better logging (color for input/output)
12957
12958 2006-04-21 [colin]      2.1.1cvs22
12959
12960         * src/gtk/quicksearch.c
12961                 On gtk+-2.8, use stock buttons in quicksearch
12962                 Based on a patch by Fabien and a design by Paul
12963
12964 2006-04-21 [colin]      2.1.1cvs21
12965
12966         * src/folderview.c
12967         * src/mainwindow.c
12968                 Fix occasional flicker in folderview
12969         * src/common/utils.c
12970                 Fix bug #943 (Incorrectly parsed email address 
12971                 list in short headers on message view and in 
12972                 printouts)
12973
12974 2006-04-20 [colin]      2.1.1cvs20
12975
12976         * src/imap.c
12977         * src/imap.h
12978         * src/prefs_account.c
12979                 Add ANONYMOUS auth for IMAP
12980
12981 2006-04-20 [paul]       2.1.1cvs19
12982
12983         * src/main.c
12984                 proper fix for 2.1.1cvs18
12985                 Thanks to Colin
12986
12987 2006-04-20 [paul]       2.1.1cvs18
12988
12989         * src/main.c
12990                 fix build warnings
12991
12992 2006-04-20 [paul]       2.1.1cvs17
12993
12994         * src/gtk/quicksearch.c
12995                 fix standard, non-extended Quick search,
12996                 was broken in 2.1.1cvs15.
12997                 Thanks to Colin.
12998
12999 2006-04-20 [colin]      2.1.1cvs16
13000
13001         * src/prefs_matcher.c
13002                 Fix values when reselecting a ~test
13003                 rule
13004
13005 2006-04-19 [colin]      2.1.1cvs15
13006
13007         * src/compose.c
13008         * src/compose.h
13009         * src/gtk/gtkaspell.c
13010         * src/gtk/gtkaspell.h
13011                 Put back Options menu in Spelling/
13012         * src/gtk/quicksearch.c
13013                 Don't search, and show error, if the
13014                 advanced search has a syntax error
13015
13016 2006-04-18 [colin]      2.1.1cvs14
13017
13018         * src/textview.c
13019                 Fix gdk warnings on set_cursor when textview
13020                 isn't visible
13021
13022 2006-04-18 [colin]      2.1.1cvs13
13023
13024         * src/gtk/gtksctree.c
13025                 Remove seemingly useless refresh that causes
13026                 flicker - watch this commit in case of 
13027                 problems before planned backport to stable
13028
13029 2006-04-18 [colin]      2.1.1cvs12
13030
13031         * src/imap.c
13032                 Factorize get/set_xml code
13033         * src/compose.c
13034         * src/prefs_account.c
13035         * src/prefs_account.h
13036         * src/procmsg.c
13037                 Add Encrypt to self option
13038
13039 2006-04-17 [colin]      2.1.1cvs11
13040
13041         * configure.ac
13042                 Fix search on encrpyt function on dragonfly
13043                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13044
13045 2006-04-17 [colin]      2.1.1cvs10
13046
13047         * src/prefs_account.c
13048                 Be safe by default: remove mails from POP3
13049                 after 7 days, not immediately
13050
13051 2006-04-17 [colin]      2.1.1cvs9
13052
13053         * src/etpan/imap-thread.c
13054                 Fix build on DragonFly - patch by 
13055                 Jonathan Buschmann <jonthn@agmact.com>
13056
13057 2006-04-17 [colin]      2.1.1cvs8
13058
13059         * src/imap.c
13060                 Save uidnext between sessions
13061
13062 2006-04-17 [colin]      2.1.1cvs7
13063
13064         * src/imap.c
13065                 scan is required when uid validity changes
13066
13067 2006-04-17 [colin]      2.1.1cvs6
13068
13069         * src/folderview.c
13070                 Don't scan if not necessary, apart in current
13071                 folder and INBOX to fetch flags.
13072         * src/imap.c
13073                 Scan is necessary if unread count changes
13074
13075 2006-04-17 [colin]      2.1.1cvs5
13076
13077         * src/imap.c
13078                 ...But always fetch ANSWERED and DELETED flags for
13079                 INBOX, as filtering can happen on these flags.
13080
13081 2006-04-17 [colin]      2.1.1cvs4
13082
13083         * src/imap.c
13084                 Don't fetch REPLIED and DELETED flags when synchronising
13085                 flags with a closed folder. We only need UNSEEN and FLAGGED
13086                 to update the folderview.
13087
13088 2006-04-17 [colin]      2.1.1cvs3
13089
13090         * src/imap.c
13091                 Faster flag search when there are new mails 
13092                 in a folder. We can do a full search if the 
13093                 folder contains less messages than the new
13094                 list.
13095
13096 2006-04-17 [colin]      2.1.1cvs2
13097
13098         * po/cs.po
13099         * po/de.po
13100         * po/fr.po
13101         * po/nl.po
13102         * po/pt_BR.po
13103                 Update translations from stable branch
13104
13105 2006-04-17 [colin]      2.1.1cvs1
13106
13107         * configure.ac
13108                 Bump version to follow stable release
13109
13110 2006-04-16 [mones]      2.1.0cvs50
13111
13112         * po/es.po
13113                 Updated for release
13114
13115 2006-04-16 [colin]      2.1.0cvs49
13116
13117         * src/textview.c
13118                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13119                 with gtk < 2.8. Thanks to Fabien Vantard.
13120
13121 2006-04-15 [colin]      2.1.0cvs48
13122
13123         * src/etpan/imap-thread.c
13124                 Fix bug #919 (libetpan: SEGV when connecting 
13125                 using command)
13126
13127 2006-04-14 [colin]      2.1.0cvs47
13128
13129         * src/main.c
13130                 Fix race on --select (should be done better)
13131
13132 2006-04-14 [wwp]        2.1.0cvs46
13133
13134         * src/send_message.c
13135                 enforce a check for domain in account prefs (a sending
13136                 error could be faced if domain was checked but no value set),
13137                 thanks to Colin.
13138
13139 2006-04-14 [colin]      2.1.0cvs45
13140
13141         * src/codeconv.c
13142                 when converting from unknown to unknown, if the
13143                 string is UTF8, don't convert it to the locale
13144                 (which breaks it)
13145
13146 2006-04-14 [colin]      2.1.0cvs44
13147
13148         * src/compose.c
13149                 Don't try to use ASCII for converting headers
13150                 (as done in body)
13151
13152 2006-04-14 [paul]       2.1.0cvs43
13153
13154         * src/crash.c
13155                 add locale/charset info to crash report
13156         * src/gtk/about.c
13157                 add wwp to doc team
13158                 replace 'e-mail' with preferred 'email'
13159         * src/gtk/authors.h
13160                 ensure contributors list is in alphabetical
13161                 order
13162
13163 2006-04-13 [colin]      2.1.0cvs42
13164
13165         * src/textview.c
13166                 Prevent gdk warnings
13167
13168 2006-04-13 [colin]      2.1.0cvs41
13169
13170         * src/common/ssl_certificate.c
13171         * src/common/ssl_certificate.h
13172         * src/gtk/sslcertwindow.c
13173                 Warn on expired certs, and display the expiration date
13174
13175 2006-04-13 [colin]      2.1.0cvs40
13176
13177         * src/plugins/spamassassin/spamassassin_gtk.c
13178                 Fix missing set_text on unix socket
13179
13180 2006-04-13 [wwp]        2.1.0cvs39
13181
13182         * manual/fr/advanced.xml
13183         * manual/fr/glossary.xml
13184                 applied new spam/ham/email lexicon (pourriel, courriel)
13185
13186 2006-04-13 [paul]       2.1.0cvs38
13187
13188         * src/plugins/pgpmime/plugin.c
13189                 remove the mention of S/MIME from the
13190                 description. This is now handled by the
13191                 S/MIME plugin.
13192
13193 2006-04-13 [paul]       2.1.0cvs37
13194
13195         * src/prefs_msg_colors.c
13196                 rework dialog
13197         * src/prefs_folder_item.c
13198         * src/prefs_spelling.c
13199                 add a tooltip to the colour selector buttons
13200
13201 2006-04-13 [wwp]        2.1.0cvs36
13202
13203         * manual/advanced.xml
13204         * manual/glossary.xml
13205         * manual/handling.xml
13206         * manual/keyboard.xml
13207         * manual/plugins.xml
13208         * manual/starting.xml
13209         * manual/fr/account.xml
13210         * manual/fr/ack.xml
13211         * manual/fr/addrbook.xml
13212         * manual/fr/advanced.xml
13213         * manual/fr/faq.xml
13214         * manual/fr/glossary.xml
13215         * manual/fr/gpl.xml
13216         * manual/fr/handling.xml
13217         * manual/fr/intro.xml
13218         * manual/fr/keyboard.xml
13219         * manual/fr/plugins.xml
13220         * manual/fr/starting.xml
13221         * manual/fr/sylpheed-claws-manual.xml
13222                 fixes to the manuals:
13223                  - summaryview -> Message List (same in French)
13224                  - translate key names
13225                  - fix French punctuation, use non-breakable spaces when
13226                    necessary, don't use &thinsp; which is not portable
13227                  - tell what maildir and mbox formats we support
13228
13229 2006-04-12 [wwp]        2.1.0cvs35
13230
13231         * src/prefs_toolbar.c
13232                 unified a replace button more,
13233                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13234
13235 2006-04-12 [wwp]        2.1.0cvs34
13236
13237         * src/prefs_common.c
13238         * src/prefs_msg_colors.c
13239                 make default color labels translatable,
13240                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13241                 thanks to Tim <timbrain@post.cz> for reporting.
13242
13243 2006-04-12 [wwp]        2.1.0cvs33
13244
13245         * manual/glossary.xml
13246         * manual/intro.xml
13247         * manual/plugins.xml
13248         * manual/starting.xml
13249         * manual/sylpheed-claws-manual.xml
13250         * manual/fr/.cvsignore
13251         * manual/fr/account.xml
13252         * manual/fr/ack.xml
13253         * manual/fr/addrbook.xml
13254         * manual/fr/advanced.xml
13255         * manual/fr/faq.xml
13256         * manual/fr/glossary.xml
13257         * manual/fr/handling.xml
13258         * manual/fr/intro.xml
13259         * manual/fr/keyboard.xml
13260         * manual/fr/plugins.xml
13261         * manual/fr/starting.xml
13262         * manual/fr/sylpheed-claws-manual.xml
13263                 various fixes: typos, missing .fr translations, punctuation,
13264                 capitalization, links, accents and some bad French more.
13265
13266 2006-04-12 [wwp]        2.1.0cvs32
13267
13268         * src/prefs_gtk.c
13269                 fix for bug #935: always store prefs files in UTF-8 (thanks
13270                 to Colin).
13271
13272 2006-04-11 [colin]      2.1.0cvs31
13273
13274         * src/compose.c
13275                 Fix inserting files not in utf8 when locale is utf8
13276
13277 2006-04-11 [colin]      2.1.0cvs30
13278
13279         * src/inc.c
13280                 Don't show error dialog when cancelling connection
13281                 Patch by Pawel
13282
13283 2006-04-11 [cleroy]     2.1.0cvs29
13284
13285         * src/compose.c
13286                 Implement multiple quote levels
13287         * src/prefs_common.c
13288                 Change a little bit the quote bgcolor for 2nd level
13289
13290 2006-04-11 [colin]      2.1.0cvs28
13291
13292         * src/gtk/about.c
13293                 Add locale and charset in the label
13294
13295 2006-04-10 [colin]      2.1.0cvs27
13296
13297         * src/compose.c
13298         * src/prefs_common.c
13299         * src/prefs_common.h
13300         * src/prefs_msg_colors.c
13301         * src/textview.c
13302                 Allow optional background color in quotes
13303                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13304                 GTK+-2.8.x feature
13305
13306 2006-04-10 [colin]      2.1.0cvs26
13307
13308         * src/main.c
13309         * src/mainwindow.c
13310         * src/mainwindow.h
13311                 Implement --select
13312
13313 2006-04-10 [colin]      2.1.0cvs25
13314
13315         * manual/plugins.xml
13316         * manual/fr/plugins.xml
13317                 Document libcurl's proxy variables
13318
13319 2006-04-09 [colin]      2.1.0cvs24
13320
13321         * src/prefs_common.c
13322                 gettext() returns statically allocated stuff. We have
13323                 to strdup it in order to be able to free it.
13324
13325 2006-04-09 [colin]      2.1.0cvs23
13326
13327         * AUTHORS
13328         * src/gtk/authors.h
13329                 Add Alexei
13330
13331 2006-04-09 [colin]      2.1.0cvs22
13332
13333         * src/mainwindow.c
13334         * src/gtk/quicksearch.c
13335                 Fix bug #859 (problems with cyrilic input in 
13336                 search panel) - Patch by Alexey Illarionov 
13337                 <littlesavage@rambler.ru>
13338
13339 2006-04-09 [colin]      2.1.0cvs21
13340
13341         * src/prefs_customheader.c
13342                 I prefer removing then freeing rather than the contrary
13343                 (even if it doesn't change anything ;-)
13344         * src/prefs_account.c
13345                 Fix bug #933 (Crash re-entering the custom headers list 
13346                 dialog in accounts prefs)
13347                 The problem happened when cancelling the Account 
13348                 Preferences' dialogs - in which case we didn't do 
13349                 anything to the PrefsAccount * struct. In case of applying,
13350                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13351                 working with in this dialog. The problem is that 
13352                 prefs_customheader.c, working on this tmp_ac_prefs, always
13353                 changes the ->customhdr_list pointer, even when cancelled. 
13354                 So in case of cancelling the prefs_account dialog, we still
13355                 have to update ->customhdr_list in the real account.
13356
13357 2006-04-08 [colin]      2.1.0cvs20
13358
13359         * manual/fr/glossary.xml
13360         * manual/fr/keyboard.xml
13361                 Forgot some headers :)
13362
13363 2006-04-08 [colin]      2.1.0cvs19
13364
13365         * manual/Makefile.am
13366         * manual/fr/Makefile.am
13367         * manual/fr/account.xml
13368         * manual/fr/ack.xml
13369         * manual/fr/addrbook.xml
13370         * manual/fr/advanced.xml
13371         * manual/fr/faq.xml
13372         * manual/fr/glossary.xml
13373         * manual/fr/gpl.xml
13374         * manual/fr/handling.xml
13375         * manual/fr/intro.xml
13376         * manual/fr/keyboard.xml
13377         * manual/fr/plugins.xml
13378         * manual/fr/starting.xml
13379         * manual/fr/sylpheed-claws-manual.xml
13380         * manual/fr/dist/.cvsignore
13381         * manual/fr/dist/Makefile.am
13382         * manual/fr/dist/html/.cvsignore
13383         * manual/fr/dist/html/Makefile.am
13384         * manual/fr/dist/pdf/.cvsignore
13385         * manual/fr/dist/pdf/Makefile.am
13386         * manual/fr/dist/ps/.cvsignore
13387         * manual/fr/dist/ps/Makefile.am
13388         * manual/fr/dist/txt/.cvsignore
13389         * manual/fr/dist/txt/Makefile.am
13390                 Add the french translation of the manual. Thanks to
13391                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13392                 account.xml, ack.xml, addrbook.xml and advanced.xml
13393
13394 2006-04-08 [colin]      2.1.0cvs18
13395
13396         * manual/plugins.xml
13397         * manual/starting.xml
13398                 More fixes
13399
13400 2006-04-07 [colin]      2.1.0cvs17
13401
13402         * manual/faq.xml
13403         * manual/intro.xml
13404         * manual/keyboard.xml
13405                 Little fixes
13406
13407 2006-04-07 [colin]      2.1.0cvs16
13408
13409         * README
13410         * src/compose.c
13411         * src/prefs_common.c
13412         * src/prefs_common.h
13413                 Add hidden compose_no_markup pref
13414
13415 2006-04-07 [wwp]        2.1.0cvs15
13416
13417         * src/summary_search.c
13418         * .cvsignore
13419                 Bugfix: stop button was sticky when searching in an empty folder.
13420                 Applied curly brackets code style to the whole file (summary_search.c).
13421                 More files to ignore.
13422
13423 2006-04-07 [wwp]        2.1.0cvs14
13424
13425         * src/message_search.c
13426         * src/summary_search.c
13427                 changed default button when search bumps at file/folder
13428                 beginning or end, for convenience (thanks to Colin).
13429
13430 2006-04-07 [paul]       2.1.0cvs13
13431
13432         * src/plugins/dillo_viewer/dillo_prefs.c
13433                 avoid future potential for namespace collision
13434                 Patch by Colin
13435
13436 2006-04-06 [wwp]        2.1.0cvs12
13437
13438         * src/summary_search.c
13439                 Unify extended/advanced searches names (and thus factorize labels),
13440                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13441
13442 2006-04-06 [wwp]        2.1.0cvs11
13443
13444         * src/folderview.c
13445         * src/prefs_themes.c
13446         * src/summaryview.c
13447                 Fixed some compilation warnings.
13448
13449 2006-04-06 [colin]      2.1.0cvs10
13450
13451         * manual/advanced.xml
13452                 Document the wizard template and how to deploy
13453                 Sylpheed-Claws effectively
13454
13455 2006-04-06 [colin]      2.1.0cvs9
13456
13457         * src/folderview.c
13458                 gettext patch to tell translators about _("#"),
13459                 by Maxim Britov
13460
13461 2006-04-06 [colin]      2.1.0cvs8
13462
13463         * src/textview.c
13464                 Fix invalid GtkTextBIter after clicking "Display as text"
13465
13466 2006-04-06 [mones]      2.1.0cvs7
13467
13468         * src/addr_compl.c
13469         * src/addrindex.c
13470         * src/addritem.c
13471         * src/codeconv.c
13472         * src/compose.c
13473         * src/filtering.c
13474         * src/folder.c
13475         * src/folder_item_prefs.c
13476         * src/folderview.c
13477         * src/localfolder.c
13478         * src/matcher.c
13479         * src/mimeview.c
13480         * src/prefs_msg_colors.c
13481         * src/prefs_spelling.c
13482         * src/prefs_themes.c
13483         * src/procmime.c
13484         * src/procmsg.c
13485         * src/stock_pixmap.c
13486         * src/summaryview.c
13487         * src/textview.c
13488         * src/toolbar.c
13489         * src/common/mgutils.c
13490         * src/common/prefs.c
13491         * src/common/ssl_certificate.c
13492         * src/gtk/colorlabel.c
13493         * src/gtk/quicksearch.c
13494         * src/plugins/pgpmime/pgpmime.c
13495         * src/plugins/spamassassin/spamassassin.c
13496                 Removed redundant NULL checks for g_free() calls.
13497                 Patch by Pawel Pekala.
13498
13499 2006-04-06 [mones]      2.1.0cvs6
13500
13501         * src/prefs_actions.c
13502         * src/prefs_filtering.c
13503         * src/prefs_filtering_action.c
13504         * src/prefs_matcher.c
13505         * src/prefs_template.c
13506         * src/gtk/gtkutils.c
13507         * src/gtk/gtkutils.h
13508                 Have a nice replace button. Patch by Pawel Pekala
13509
13510 2006-04-06 [colin]      2.1.0cvs5
13511
13512         * src/addressbook.c
13513                 Fix crash with empty columns
13514
13515 2006-04-05 [colin]      2.1.0cvs4
13516
13517         * src/wizard.c
13518         * src/prefs_gtk.c
13519                 Allow wizard customization with pre-filled values
13520
13521 2006-04-05 [colin]      2.1.0cvs3
13522
13523         * src/textview.c
13524         * src/mimeview.c
13525         * src/mimeview.h
13526                 Nicer messages in mimeview
13527
13528 2006-04-05 [colin]      2.1.0cvs2
13529
13530         * src/addressbook.c
13531         * src/prefs_summaries.c
13532                 i18n fix
13533
13534 2006-04-05 [colin]      2.1.0cvs1
13535
13536         * src/plugins/pgpcore/plugin.c
13537         * src/plugins/pgpcore/select-keys.c
13538         * src/plugins/pgpcore/select-keys.h
13539         * src/plugins/pgpcore/sgpgme.c
13540         * src/plugins/pgpcore/sgpgme.h
13541         * src/plugins/pgpinline/pgpinline.c
13542         * src/plugins/pgpinline/plugin.c
13543         * src/plugins/pgpmime/pgpmime.c
13544         * src/plugins/pgpmime/plugin.c
13545                 Factorize and generalize a bit 
13546                 Drop S/MIME signature verification from PGP/MIME
13547                 (adding it as another, more complete plugin)
13548
13549 2006-04-05 [paul]       2.1.0
13550
13551         2.1.0 released
13552
13553 2006-04-05 [paul]       2.0.0cvs186
13554
13555         * manual/advanced.xml
13556                 add info on colour labels
13557
13558 2006-04-05 [paul]       2.0.0cvs185
13559
13560         * po/bg.po
13561         * po/cs.po
13562         * po/de.po
13563         * po/el.po
13564         * po/en_GB.po
13565         * po/fi.po
13566         * po/fr.po
13567         * po/it.po
13568         * po/nl.po
13569         * po/pl.po
13570         * po/pt_BR.po
13571         * po/sr.po
13572         * po/zh_CN.po
13573                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13574                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13575                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13576                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13577         * src/gtk/authors.h
13578         * tools/claws.i18n.status.pl
13579                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13580                 and new Czech translator, Tim <timbrain@post.cz>
13581
13582 2006-04-05 [mones]      2.0.0cvs184
13583
13584         * po/es.po
13585                 Updated translation
13586
13587 2006-04-05 [colin]      2.0.0cvs183
13588
13589         * src/gtk/quicksearch.c
13590                 Fix bug #929 (unnecessary reload in quick search bar)
13591
13592 2006-04-05 [colin]      2.0.0cvs182
13593
13594         * src/compose.c
13595                 Fix crash on Reply with no From:
13596                 Show signature and conversion error on queuing 
13597                 (but not sending)
13598         * src/mainwindow.c
13599         * src/summaryview.c
13600         * src/summaryview.h
13601                 Factorize threading code and make sure msginfo 
13602                 is not null when it comes from a GtkCTreeRow's 
13603                 data
13604         * src/gtk/gtkaspell.c
13605                 Check for necessary things
13606         * src/gtk/gtksctree.c
13607         * src/gtk/gtksctree.h
13608                 Reset anchor if necessary when removing node
13609
13610 2006-03-29 [colin]      2.0.0cvs181
13611
13612         * src/folderview.c
13613                 Warn for disabled IMAP accounts (due to lack of
13614                 libetpan). Breaks string-freeze - sorry - but it
13615                 is kind of important ;)
13616
13617 2006-03-28 [colin]      2.0.0cvs180
13618
13619         * src/gtk/gtkutils.c
13620         * src/gtk/gtkutils.h
13621                 Add a gtkut_get_link_btn() function that
13622                 creates a button which acts like an URI
13623         * src/prefs_themes.c
13624         * src/gtk/about.c
13625                 Use this function (factorizes codes)
13626         * src/common/defs.h
13627         * src/gtk/pluginwindow.c
13628                 Add a "Get more..." in the plugins window
13629
13630 2006-03-28 [colin]      2.0.0cvs179
13631
13632         * src/common/smtp.c
13633         * src/common/passcrypt.c
13634         * src/undo.c
13635                 Warning fixes. Patch by Pawel Pekala
13636
13637 2006-03-27 [colin]      2.0.0cvs178
13638
13639         * src/undo.c
13640                 Fix undoing by blocks with spaces
13641
13642 2006-03-27 [colin]      2.0.0cvs177
13643
13644         * src/textview.c
13645                 Set margin to 3px for headers
13646
13647 2006-03-27 [paul]
13648
13649         2.1.0-rc2 released
13650
13651 2006-03-27 [wwp]        2.0.0cvs176
13652
13653         * src/summaryview.c
13654                 don't reset quicksearch when updating the message list.
13655                 Thanks to Colin.
13656
13657 2006-03-26 [wwp]        2.0.0cvs175
13658
13659         * src/compose.c
13660                 use a unified border width ('other' tab in the compose window,
13661                 patch by Pawel Pekala).
13662
13663
13664 2006-03-26 [wwp]        2.0.0cvs174
13665
13666         * src/common/quoted-printable.c
13667         * src/addressbook.c
13668                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13669
13670 2006-03-26 [colin]      2.0.0cvs173
13671
13672         * src/quote_fmt_parse.y
13673                 Fix non-UTF8 date formats messing up the whole quote a 
13674                 little bit
13675
13676 2006-03-26 [colin]      2.0.0cvs172
13677
13678         * src/procheader.c
13679                 Make sure the date is UTF8 valid, or try to make it
13680                 so. IncrediMail is really IncrediStupid.
13681         * src/compose.c
13682                 Fix possible conversions. 
13683                 
13684
13685 2006-03-26 [colin]      2.0.0cvs171
13686
13687         * src/matcher.c
13688                 Fix corner cases in body search. This is still a
13689                 hack... It seems impossible to make it good and 
13690                 reasonably fast at the same time.
13691
13692 2006-03-26 [colin]      2.0.0cvs170
13693
13694         * src/summaryview.c
13695                 I think I killed the twilight zone bug!
13696                 summary_select_node() flushes GTK events in order
13697                 to be able to center the view. But this also 
13698                 flushes keypresses like Ctrl-Alt-U, so this can
13699                 call summary_show from summary_select_node (itself
13700                 called from summary_show, etc.). And the summaryview
13701                 has to be unlocked in this function. So just locking
13702                 while processing GTK events, and bailing if locked, 
13703                 should fix it.
13704                 Fixes bug #927 (SIGSEGV during Update Summary)
13705
13706 2006-03-25 [colin]      2.0.0cvs169
13707
13708         * src/matcher.c
13709                 Fix search in QP-encoded bodies
13710                 Fix utf-8 searches in bodies encoded in the
13711                 locale's encoding
13712         * src/common/quoted-printable.c
13713         * src/common/quoted-printable.h
13714                 Add a decode function that doesn't overwrite
13715                 the original pointer
13716                 
13717
13718 2006-03-24 [colin]      2.0.0cvs168
13719
13720         * src/action.c
13721         * src/summaryview.c
13722         * src/summaryview.h
13723                 Update message cache after action
13724                 Patch by H. Merijn Brand
13725         * src/prefs_msg_colors.c
13726                 Factorize label 
13727                 Patch by Fabien Vantard
13728         * src/plugins/spamassassin/spamassassin_gtk.c
13729                 Remove useless translation
13730                 Patch by Fabien Vantard
13731
13732 2006-03-23 [colin]      2.0.0cvs167
13733
13734         * src/common/ssl.c
13735                 Let 30 seconds to SSL_connect
13736
13737 2006-03-23 [wwp]        2.0.0cvs166
13738
13739         * src/summaryview.c
13740         * src/gtk/description_window.c
13741                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13742                 and headers are translated; adjust description windows' width to fit their
13743                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13744
13745 2006-03-23 [paul]       2.0.0cvs165
13746
13747         * src/common/utils.c
13748                 fix highlighting of URIs containing "()"
13749                 (2.0.0cvs164's reversal fixed)
13750                 Thanks to Colin.
13751
13752 2006-03-23 [paul]       2.0.0cvs164
13753
13754         * src/common/utils.c
13755                 revert patch, (postponing a fix), at 2.0.0cvs120
13756                 as it breaks more URIs than it fixes.
13757                 Allow '-' to be a terminating character in a URI
13758
13759 2006-03-22 [colin]      2.0.0cvs163
13760
13761         * configure.ac
13762                 Require libetpan 0.45
13763                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13764
13765 2006-03-22 [paul]       2.0.0cvs162
13766
13767         * src/editgroup.c
13768                 replace '<-' and '->' buttons with GTK_STOCK graphical
13769                 buttons
13770         * src/summary_search.c
13771                 don't offer '...' for translation
13772                 add a tooltip to advanced search '...' button
13773         * src/gtk/quicksearch.c
13774                 don't offer '...' for translation
13775
13776 2006-03-21 [colin]      2.0.0cvs161
13777
13778         * src/compose.c
13779                 Fix middle-click pasting (insert at click
13780                 position instead of cursor position, don't
13781                 remove existing selection and allow pasting
13782                 our own selection)
13783         * src/addressbook.c
13784                 "LDAP Server" -> "LDAP servers"
13785
13786 2006-03-21 [wwp]        2.0.0cvs160
13787
13788         * src/etpan/imap-thread.c
13789                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13790
13791 2006-03-20 [colin]      2.0.0cvs159
13792
13793         * src/summaryview.c
13794                 Don't reload summaryview after an execute with no
13795                 move action
13796
13797 2006-03-19 [colin]      2.0.0cvs158
13798
13799         * src/addressbook.c
13800                 and put groups at the top, always
13801
13802 2006-03-19 [colin]      2.0.0cvs157
13803
13804         * src/addressbook.c
13805                 Order groups before names, as previously
13806
13807 2006-03-19 [colin]      2.0.0cvs156
13808
13809         * src/addressbook.c
13810                 - Sort case-unsensitive
13811                 - Put the sort arrow at opening too
13812
13813 2006-03-19 [wwp]        2.0.0cvs155
13814
13815         * src/addressbook.c
13816                 allow sorting by name/email/remarks, ensure that right-pane's contents
13817                 matches the left-pane selection (cleared when appropriate).
13818                 Patch by Pawel Pekala <c0rn@o2.pl>.
13819
13820 2006-03-18 [colin]      2.0.0cvs154
13821
13822         * src/textview.c
13823                 Fix text cursor ;)
13824
13825 2006-03-18 [colin]      2.0.0cvs153
13826
13827         * src/gtk/filesel.c
13828                 Make sure we hide the preview if we didn't get
13829                 a filename
13830
13831 2006-03-18 [colin]      2.0.0cvs152
13832
13833         * src/summaryview.c
13834                 Set cursor to watch for execution (fixes lack
13835                 of watch-cursor when dnd'ing hundreds of mails)
13836         * src/gtk/filesel.c
13837                 Check that mime type is 'image/*' before updating
13838                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13839
13840 2006-03-18 [colin]      2.0.0cvs151
13841
13842         * src/mainwindow.c
13843         * src/textview.c
13844         * src/textview.h
13845                 Put a watch cursor in textview too when the mainwindow's
13846                 cursor in a watch
13847
13848 2006-03-18 [colin]      2.0.0cvs150
13849
13850         * src/folder.c
13851                 Change wrong asserts to simple tests
13852
13853 2006-03-17 [colin]      2.0.0cvs149
13854
13855         * src/mainwindow.c
13856         * src/mainwindow.h
13857         * src/prefs_msg_colors.c
13858         * src/summaryview.c
13859         * src/summaryview.h
13860         * src/gtk/colorlabel.c
13861         * src/gtk/colorlabel.h
13862                 Add a color label menu in the main menubar
13863                 Add (fixed) accels Ctrl-{0-7} to change the color
13864                 They have to be fixed because the menu's dynamic,
13865                 the items are complex widgets, hence we can't use
13866                 a GtkItemFactory.
13867
13868
13869 2006-03-17 [wwp]        2.0.0cvs148
13870
13871         * src/compose.c
13872                 rollback few lines from my previous commit (those lines come from
13873                 a pending patch, accidentally commited, even if neutral as they are
13874                 commented out).
13875
13876 2006-03-17 [wwp]        2.0.0cvs147
13877
13878         * src/compose.c
13879                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13880                 applied code style/indentation to the modified function.
13881
13882 2006-03-17 [wwp]        2.0.0cvs146
13883
13884         * src/procmsg.c
13885         * src/compose.c
13886                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13887
13888 2006-03-17 [paul]
13889
13890         2.1.0-rc1 released
13891
13892 2006-03-17 [paul]       2.0.0cvs145
13893
13894         * src/main.c
13895                 addressbook_read_file() was called twice
13896         * src/textview.c
13897                 X-Mailer highlighting
13898
13899 2006-03-16 [colin]      2.0.0cvs144
13900
13901         * src/sourcewindow.c
13902         * src/sourcewindow.h
13903                 And the last one, in source window.
13904
13905 2006-03-16 [colin]      2.0.0cvs143
13906
13907         * src/compose.c
13908         * src/compose.h
13909                 Fix the same stuff in compose
13910
13911 2006-03-16 [colin]      2.0.0cvs142
13912
13913         * src/messageview.c
13914                 Complete the previous messageview crash fix
13915
13916 2006-03-16 [colin]      2.0.0cvs141
13917
13918         * src/procmsg.h
13919         * src/procmsg.c
13920         * src/folder.c
13921                 Fix POSTPROCESSING hook
13922                 Patch by H. Merijn Brand
13923
13924         * src/procmime.c
13925         * src/procmime.h
13926                 Parse Content-Location
13927
13928         * src/toolbar.c
13929         * src/messageview.c
13930         * src/messageview.h
13931                 Don't crash when a top-level MessageView has
13932                 been closed on us. Same problematic than
13933                 yesterday's quicksearch issue.
13934
13935 2006-03-15 [colin]      2.0.0cvs140
13936
13937         * src/gtk/quicksearch.c
13938                 Fix a bitchy race we didn't think about when we
13939                 added quicksearch cancellation:
13940                 If the search is not on cached fields, for example
13941                 body_part matchcase "stuff"
13942                 the matcher code has to get the whole message. If
13943                 we're on IMAP, that can be slow, and in order to
13944                 be non-blocking, the IMAP code idle loop processes
13945                 gtk events too. So it is possible to cancel a
13946                 quicksearch while the matcher is getting the mail's
13947                 body. After matcher got its body, it will start to
13948                 iterate over the matcher list that the Quicksearch's
13949                 clear_search_cb() just freed via prepare_matcher().
13950                 SIGSEGV ensues.
13951                 The fix consists of guarding the matcherlist_match()
13952                 call with a boolean 'matching'. If we reset the
13953                 quicksearch while matching is TRUE, we don't free
13954                 the matcherlist anymore like we did, but we set
13955                 another new flag, deferred_free, to TRUE. Then,
13956                 in quicksearch_match(), just after returning from
13957                 matcherlist_match() and unsetting the matching flag,
13958                 we check the deferred_free flag and do the
13959                 prepare_matcher() (which does the matcherlist_free)
13960                 for real, so we free the matcherlist once it's not
13961                 used anymore.
13962                 As all of this runs via the glib main loop, we
13963                 luckily don't need a mutex.
13964         * src/summaryview.c
13965                 Also, show progress while searching.
13966
13967
13968 2006-03-14 [colin]      2.0.0cvs139
13969
13970         * src/alertpanel.c
13971                 Make alertpanel_is_open non-static
13972
13973 2006-03-14 [colin]      2.0.0cvs138
13974
13975         * src/prefs_spelling.c
13976                 Cleanups - Fabien Vantard
13977
13978 2006-03-14 [wwp]        2.0.0cvs137
13979
13980         * src/main.c
13981                 code style normalization (curly braces, indentation).
13982
13983 2006-03-14 [wwp]        2.0.0cvs137
13984
13985         * src/main.c
13986                 code style (braces, indentation)
13987
13988 2006-03-12 [paul]       2.0.0cvs136
13989
13990         * src/prefs_common.c
13991                 trans_hdr defaults to FALSE to be RFC-savvy
13992         * src/prefs_summaries.c
13993                 add a tooltip to the trans_hdr option
13994                 
13995
13996 2006-03-12 [paul]       2.0.0cvs135
13997
13998         * src/prefs_matcher.c
13999                 give a little more width to the combos
14000         * src/prefs_display_header.c
14001         * src/textview.c
14002                 translate headers if prefs_common.trans_hdr
14003                 is TRUE
14004
14005         Patches by Pawel Pekala
14006
14007 2006-03-12 [paul]       2.0.0cvs134
14008
14009         * src/plugins/clamav/clamav_plugin.c
14010         * src/plugins/dillo_viewer/dillo_viewer.c
14011         * src/plugins/pgpcore/plugin.c
14012         * src/plugins/pgpinline/plugin.c
14013         * src/plugins/pgpmime/plugin.c
14014         * src/plugins/spamassassin/spamassassin.c
14015                 update/add to descriptions
14016         * src/plugins/spamassassin/spamassassin_gtk.c
14017                 fixes to the english, remove superfluous
14018                 tooltips, clean up a little
14019
14020 2006-03-12 [paul]       2.0.0cvs133
14021
14022         * src/compose.c
14023                 fix Bug 924, 'Account combo box shows up wrong 
14024                 if & is in account name'
14025
14026 2006-03-11 [colin]      2.0.0cvs132
14027
14028         * src/summaryview.c
14029                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14030                 messed up shift-selection because is slows down
14031                 moving around summaryview. thanks -users
14032
14033 2006-03-10 [colin]      2.0.0cvs131
14034
14035         * src/plugins/spamassassin/spamassassin_gtk.c
14036                 Put back Paul's engrish fixes
14037
14038 2006-03-10 [colin]      2.0.0cvs130
14039
14040         * src/plugins/spamassassin/spamassassin.c
14041         * src/plugins/spamassassin/spamassassin.h
14042         * src/plugins/spamassassin/spamassassin_gtk.c
14043                 Cleanup SA prefs page (more)
14044                 Patch by Fabien Vantard
14045
14046 2006-03-10 [paul]       2.0.0cvs129
14047
14048         * src/prefs_msg_colors.c
14049         * src/prefs_spelling.c
14050                 widget sensitivity
14051
14052 2006-03-09 [mones]      2.0.0cvs128
14053
14054         * po/es.po
14055                 Update for next RC
14056
14057 2006-03-09 [wwp]        2.0.0cvs127
14058
14059         * configure.ac
14060                 revert accidental commit (requirement for libetpan 0.43), this time
14061                 not in HEAD.
14062
14063 2006-03-09 [wwp]        2.0.0cvs125
14064
14065         * configure.ac
14066                 revert accidental commit (requirement for libetpan 0.43)
14067
14068 2006-03-09 [paul]       2.0.0cvs126
14069
14070         * src/prefs_receive.c
14071                 remove useless frame
14072                 replace 'incorporation' with 'receiving'
14073         * src/plugins/clamav/clamav_plugin_gtk.c
14074         * src/plugins/spamassassin/spamassassin_gtk.c
14075                 improve widget sensitivity
14076                 fix a bit his engrish
14077
14078 2006-03-09 [wwp]        2.0.0cvs125
14079
14080         * src/addressadd.c
14081         * src/foldersel.c
14082         * src/prefs_common.c
14083         * src/prefs_common.h
14084                 remember some more windows' sizes (add to addressbook and
14085                 select folder).
14086
14087 2006-03-09 [paul]       2.0.0cvs124
14088
14089         * src/plugins/pgpcore/prefs_gpg.c
14090                 normalise construction of dialogue
14091
14092 2006-03-09 [paul]       2.0.0cvs123
14093
14094         * src/plugins/trayicon/Makefile.am
14095                 add missing slash
14096
14097 2006-03-08 [colin]      2.0.0cvs122
14098
14099         * src/plugins/trayicon/Makefile.am
14100                 Fix build in separate dir 
14101                 Patch by Bamanzi <bamanzi@gmail.com>
14102
14103 2006-03-08 [colin]      2.0.0cvs121
14104
14105         * src/procmsg.c
14106                 Batch move and copies from summaryview with delayed execution
14107                 too
14108
14109 2006-03-07 [paul]       2.0.0cvs120
14110
14111         * src/common/utils.c
14112                 fix highlighting of URIs containing "()"
14113                 Patch by Pawel Pekala
14114
14115 2006-03-07 [paul]       2.0.0cvs119
14116
14117         * src/folder.c
14118         * src/folder.h
14119         * src/folderview.c
14120                 immediately do alphabetical resort when
14121                 changing a folder's name
14122                 Patch by Pawel Pekala
14123
14124 2006-03-07 [paul]       2.0.0cvs118
14125
14126         * src/news.c
14127         * src/news_gtk.c
14128                 when unsubscribing a newsgroup, remove the
14129                 folder and msgs in .sylpheed-claws/newscache
14130                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14131
14132 2006-03-07 [paul]       2.0.0cvs117
14133
14134         * src/textview.c
14135                 fix wrong Fake URL Warning
14136                 Thanks to Hiro
14137
14138 2006-03-07 [colin]      2.0.0cvs116
14139
14140         * src/imap.c
14141                 Return immediately when password dialog was
14142                 cancelled
14143         * src/gtk/inputdialog.c
14144                 Allow empty strings for passwords
14145
14146
14147 2006-03-06 [colin]      2.0.0cvs115
14148
14149         * src/imap.c
14150                 Prevent double-timeouts when connection fails
14151
14152 2006-03-06 [colin]
14153
14154         2.0.1-rc1 released
14155
14156 2006-03-06 [colin]      2.0.0cvs114
14157
14158         * src/imap.c
14159                 Refresh session during potentially long
14160                 operations
14161
14162 2006-03-06 [wwp]        2.0.0cvs113
14163
14164         * src/prefs_msg_colors.h
14165                 forgot that one (custom color labels).
14166
14167 2006-03-06 [wwp]        2.0.0cvs112
14168
14169         * src/prefs_common.c
14170         * src/prefs_common.h
14171         * src/prefs_msg_colors.c
14172         * src/summaryview.c
14173         * src/summaryview.h
14174         * src/gtk/colorlabel.c
14175         * src/gtk/colorlabel.h
14176                 colors in messages list are now customizable. Color values and names can
14177                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14178                 Thanks to Paul and Colin for their help with this longstanding patch!
14179
14180 2006-03-06 [wwp]        2.0.0cvs111
14181
14182         * src/textview.c
14183                 don't crash if (x)face is bad.
14184
14185 2006-03-05 [paul]       2.0.0cvs110
14186
14187         * AUTHORS
14188         * configure.ac
14189         * src/Makefile.am
14190         * src/common/Makefile.am
14191         * src/common/utils.h
14192         * src/etpan/imap-thread.c
14193         * src/gtk/authors.h
14194         * src/plugins/clamav/Makefile.am
14195         * src/plugins/demo/Makefile.am
14196         * src/plugins/dillo_viewer/Makefile.am
14197         * src/plugins/pgpcore/Makefile.am
14198         * src/plugins/pgpcore/passphrase.c
14199         * src/plugins/pgpinline/Makefile.am
14200         * src/plugins/pgpmime/Makefile.am
14201         * src/plugins/spamassassin/Makefile.am
14202         * src/plugins/trayicon/Makefile.am
14203                 fix builiding on cygwin
14204                 Patch by Ralgh Young <bamanzi@gmail.com>
14205
14206 2006-03-04 [wwp]        2.0.0cvs109
14207
14208         * manual/keyboard.xml
14209                 fix mixed up/down keys.
14210
14211 2006-03-04 [wwp]        2.0.0cvs108
14212
14213         * README
14214         * INSTALL
14215                 updated links to SpamAssassin.
14216
14217 2006-03-04 [wwp]        2.0.0cvs107
14218
14219         * manual/plugins.xml
14220         * src/plugins/spamassassin/README
14221                 updated SpamAssassin plugin docs to reflect new functional additions
14222                 (also fix/update/documents few technical stuff more, see the README).
14223
14224 2006-03-04 [wwp]        2.0.0cvs106
14225
14226         * src/prefs_message.c
14227                 normalized capitalization of message-prefs paths.
14228
14229 2006-03-04 [wwp]        2.0.0cvs105
14230
14231         * manual/advanced.xml
14232                 typo.
14233
14234 2006-03-03 [colin]      2.0.0cvs104
14235
14236         * src/plugins/clamav/clamav_plugin_gtk.c
14237                 Rework prefs page, patch by Fabien 
14238
14239 2006-03-03 [colin]      2.0.0cvs103
14240
14241         * src/plugins/clamav/clamav_plugin.c
14242                 Set error on all errors
14243
14244 2006-03-03 [colin]      2.0.0cvs102
14245
14246         * src/common/plugin.c
14247                 Initialize error to avoid crashing when a plugin fails
14248                 without setting error
14249
14250 2006-03-02 [wwp]        2.0.0cvs101
14251
14252         * configure.ac
14253                 fixed linker flags for libetpan support on Cygwin
14254                 (thanks to H.Merijn Brand).
14255
14256 2006-03-02 [wwp]        2.0.0cvs100
14257
14258         * src/addressbook.c
14259                 fix some AB error messages: one for punctuation and
14260                 one wrongly duplicate (thanks, maxbritov).
14261
14262 2006-03-02 [wwp]        2.0.0cvs99
14263
14264         * src/plugins/spamassassin/spamassassin.c
14265                 make sync calls to sa-learn/spamc to prevent
14266                 system (whatever local or client/server) overload.
14267
14268 2006-03-02 [colin]      2.0.0cvs98
14269
14270         * src/summaryview.c
14271                 Put the spam icon in the status column instead of the
14272                 mark one
14273
14274 2006-03-01 [colin]      2.0.0cvs97
14275
14276         * src/plugins/spamassassin/spamassassin.c
14277                 Fix segfault (g_file_set_contents fails for some 
14278                 reason and err==0x2f. Can't find out why with
14279                 valgrind, using working function :-)
14280
14281 2006-03-01 [colin]      2.0.0cvs96
14282
14283         * src/inc.c
14284                 Offline overriding: let 'No' be cached only 3 seconds
14285
14286 2006-03-01 [colin]      2.0.0cvs95
14287
14288         * src/addr_compl.c
14289         * src/addrbook.c
14290         * src/addressbook.c
14291         * src/addrindex.c
14292         * src/folder_item_prefs.c
14293         * src/headerview.c
14294         * src/imap.c
14295         * src/inc.c
14296         * src/ldif.c
14297         * src/mainwindow.c
14298         * src/mh.c
14299         * src/msgcache.c
14300         * src/prefs_common.h
14301         * src/prefs_msg_colors.c
14302         * src/procheader.c
14303         * src/procheader.h
14304         * src/procmime.c
14305         * src/procmsg.c
14306         * src/procmsg.h
14307         * src/send_message.h
14308         * src/simple-gettext.c
14309         * src/summaryview.c
14310         * src/summaryview.h
14311         * src/syldap.c
14312         * src/textview.c
14313         * src/undo.c
14314         * src/common/ssl_certificate.c
14315         * src/common/utils.c
14316         * src/gtk/colorsel.c
14317         * src/gtk/gtksctree.c
14318         * src/gtk/gtkshruler.c
14319         * src/plugins/trayicon/trayicon.c
14320                 #if 0 goes to /dev/null
14321
14322 2006-03-01 [colin]      2.0.0cvs94
14323
14324         * src/compose.c
14325         * src/imap.c
14326         * src/inc.c
14327         * src/inc.h
14328         * src/messageview.c
14329         * src/news.c
14330         * src/plugins/spamassassin/spamassassin.c
14331                 Allow to add information in the "working offline"
14332                 window
14333
14334 2006-03-01 [wwp]        2.0.0cvs93
14335
14336         * src/plugins/spamassassin/spamassassin.c
14337                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14338                 'cause it seems that calling `spamc ... < inputfile` with
14339                 g_spawn_(a)sync simply.. erm doesn't work :-).
14340
14341 2006-03-01 [wwp]        2.0.0cvs92
14342
14343         * src/toolbar.c
14344         * src/toolbar.h
14345                 simplify the adding of spam/ham button to the messageview toolbar
14346                 (it gets more clear now that the same button will be "Mark as spam"
14347                 or "Mark as ham" according to the current message status,
14348                 thanks to Colin).
14349
14350 2006-03-01 [wwp]        2.0.0cvs91
14351
14352         * src/messageview.c
14353         * src/procmsg.c
14354         * src/procmsg.h
14355         * src/summaryview.c
14356         * src/plugins/spamassassin/spamassassin.c
14357         * src/plugins/spamassassin/spamassassin.h
14358                 make learner callbacks return a status (0 for ok),
14359                 handle it in main code to avoid setting flags when learning failed,
14360                 don't learn on TCP if offline in spamassassin,
14361                 thanks to Colin.
14362
14363                 
14364
14365 2006-03-01 [wwp]        2.0.0cvs90
14366
14367         * src/compose.c
14368                 some work around the compose window's account menu,
14369                 patch by Fabien Vantard.
14370
14371 2006-03-01 [wwp]        2.0.0cvs89
14372
14373         * src/plugins/spamassassin/spamassassin.c
14374                 fixed bad logics, was using spamc in local mode and sa-learn
14375                 in remote mode (thanks, Colin).
14376
14377 2006-03-01 [wwp]        2.0.0cvs88
14378
14379         * src/plugins/spamassassin/spamassassin.c
14380         * src/plugins/spamassassin/spamassassin.h
14381         * src/plugins/spamassassin/spamassassin_gtk.c
14382                 made processing of emails w/ sa-plugin an option (default is TRUE),
14383                 fixed Engrish some tooltips, capitalization of some debug messages
14384                 and warnings. The spamassassin plugin now provides two separate
14385                 services: process emails upon incorporation and spamd training.
14386                 Both services (un)register independently but use some common
14387                 plugin settings (transport settings, spam storage location).
14388
14389 2006-02-28 [wwp]        2.0.0cvs87
14390
14391         * src/plugins/spamassassin/spamassassin.c
14392                 fix async flag to spamc cmdline execution (batch exec should
14393                 be asynchronous).
14394
14395 2006-02-27 [wwp]        2.0.0cvs86
14396
14397         * src/plugins/spamassassin/spamassassin.c
14398         * src/plugins/spamassassin/spamassassin.h
14399         * src/plugins/spamassassin/spamassassin_gtk.c
14400                 - added the ability to learn a remote spamassassin server (spamd),
14401                 using spamc.
14402                 - added the spamassassin option 'username', that applies to all
14403                 spamassassin operations (filtering, learning, local or remote).
14404                 The default username is the current unix user (if left blank
14405                 from gtk prefs or config file).
14406                 - commented out some unused code (notebook widget), removed unused
14407                 layout (hbox1).
14408                 - make more widgets sensitive to the transport type.
14409
14410 2006-02-27 [colin]      2.0.0cvs85
14411
14412         * src/plugins/spamassassin/spamassassin.c
14413                 Fix sa-learn call when offline
14414
14415 2006-02-27 [colin]      2.0.0cvs84
14416
14417         * configure.ac
14418         * src/Makefile.am
14419         * src/mainwindow.c
14420         * src/mainwindow.h
14421         * src/messageview.c
14422         * src/messageview.h
14423         * src/prefs_toolbar.c
14424         * src/procmsg.c
14425         * src/stock_pixmap.c
14426         * src/stock_pixmap.h
14427         * src/summaryview.c
14428         * src/toolbar.c
14429         * src/toolbar.h
14430         * src/pixmaps/ham_btn.xpm
14431         * src/pixmaps/spam.xpm
14432         * src/pixmaps/spam_btn.xpm
14433         * src/plugins/spamassassin/spamassassin.c
14434                 Add button in toolbar for spam learning
14435                 Fix a few bugs from the last related commit
14436                 Revert 1.9.6cvs23 which messed up shift-selection
14437
14438 2006-02-24 [colin]      2.0.0cvs83
14439
14440         * src/procmsg.c
14441         * src/summaryview.c
14442         * src/summaryview.h
14443         * src/plugins/spamassassin/spamassassin.c
14444         * src/plugins/spamassassin/spamassassin.h
14445         * src/plugins/spamassassin/spamassassin_gtk.c
14446                 Unregister learner when spamassassin is either
14447                 disabled or over tcp
14448
14449 2006-02-24 [colin]      2.0.0cvs82
14450
14451         * src/Makefile.am
14452         * src/mainwindow.c
14453         * src/mainwindow.h
14454         * src/procmsg.c
14455         * src/procmsg.h
14456         * src/stock_pixmap.c
14457         * src/stock_pixmap.h
14458         * src/summaryview.c
14459         * src/summaryview.h
14460         * src/gtk/icon_legend.c
14461         * src/pixmaps/spam.xpm  ** NEW FILE **
14462         * src/plugins/spamassassin/spamassassin.c
14463         * src/plugins/spamassassin/spamassassin_gtk.c
14464                 Add spam learning interface (Mark/Mark as 
14465                 (spam|ham) menus)
14466
14467 2006-02-24 [wwp]        2.0.0cvs81
14468
14469         * src/compose.c
14470         * src/compose.h
14471         * src/filtering.c
14472                 hide compose window when sending message in batch mode
14473                 (filtering: forward and redirect). Also fixed a wrong
14474                 value returned when sending failed, neutral anyway.
14475                 (Colin, me) 
14476
14477 2006-02-24 [wwp]        2.0.0cvs80
14478
14479         * src/mainwindow.c
14480                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14481
14482 2006-02-24 [paul]       2.0.0cvs79
14483
14484         * src/news.c
14485         * src/news.h
14486         * src/news_gtk.c
14487                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14488                 Thanks to Colin
14489
14490 2006-02-23 [colin]      2.0.0cvs78
14491
14492         * src/alertpanel.c
14493                 Change OK to Close in alertpanel with View log
14494                 button; add accel to View log. Patch by Fabien
14495                 Vantard
14496
14497 2006-02-23 [wwp]        2.0.0cvs77
14498
14499         * src/compose.c
14500                 silly me, there were much more tests to perform, since toolbars can
14501                 really have down to 1 element only.
14502
14503 2006-02-23 [wwp]        2.0.0cvs76
14504
14505         * commitHelper
14506                 fixed indentation from my previous commit. Fallback to VISUAL if
14507                 EDITOR is not set (and to vi, at last resort).
14508
14509 2006-02-23 [wwp]        2.0.0cvs75
14510
14511         * commitHelper
14512                 improved error detection (Colin, me).
14513
14514 2006-02-23 [wwp]        2.0.0cvs74
14515
14516         * src/prefs_toolbar.c
14517                 simplify and fix prefs/toolbars layouting. Combos' contents can
14518                 now be really displayed.
14519
14520 2006-02-23 [wwp]        2.0.0cvs73
14521         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14522         be really displayed.
14523
14524 2006-02-22 [wwp]        2.0.0cvs72
14525
14526         * src/compose.c
14527                 fix a typo in my previous commit (sorry!).
14528
14529 2006-02-22 [wwp]        2.0.0cvs71
14530
14531         * src/prefs_toolbar.c
14532                 fix a crash when adding separators to toolbars,
14533                 also fix some separator item information.
14534
14535 2006-02-22 [wwp]        2.0.0cvs70
14536
14537         * src/compose.c
14538                 fix a crash when redirecting (for instance) when compose window's
14539                 toolbar contents has been customized (when some buttons have been
14540                 removed in fact).
14541
14542 2006-02-21 [wwp]        2.0.0cvs69
14543
14544         * src/summaryview.c
14545         * src/gtk/pluginwindow.c
14546         * src/plugins/pgpcore/prefs_gpg.c
14547                 fix some compilation warnings (feat. remains of removed code).
14548
14549 2006-02-21 [wwp]        2.0.0cvs68
14550
14551         * src/gtk/gtkutils.c
14552                 fix two compilation issues, thanks to Stephan Sachse.
14553
14554 2006-02-20 [colin]      2.0.0cvs67
14555
14556         * src/mainwindow.c
14557                 Don't reselect displayed mail on refocus
14558                 This fixes actions misbehaving 
14559
14560 2006-02-20 [wwp]        2.0.0cvs66
14561
14562         * src/summaryview.c
14563         * src/gtk/gtksctree.c
14564         * src/gtk/gtkshruler.c
14565                 changed more runtime typecast checks.
14566
14567 2006-02-20 [wwp]        2.0.0cvs65
14568
14569         * src/summary_search.c
14570                 find all - summaryview refresh issue fixed, thanks to Colin.
14571
14572 2006-02-20 [wwp]        2.0.0cvs64
14573
14574         * src/gtk/gtkutils.c
14575                 better runtime typecast checks.
14576
14577 2006-02-20 [wwp]        2.0.0cvs63
14578
14579         * src/summary_search.c
14580                 enhancements to the summary search:
14581                         - add the ability to stop the running search
14582                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14583                         - don't search if no criteria (From/To/Subject/Body) is set
14584                         - ensure that a busy mouse pointer is always shown when searching,
14585                           show it even a bit earlier
14586
14587 2006-02-19 [colin]      2.0.0cvs62
14588
14589         * src/compose.c
14590         * src/imap.c
14591         * src/etpan/imap-thread.c
14592         * src/etpan/imap-thread.h
14593                 (Future) IMAP speed improvement on sending
14594                 Will require a libetpan update
14595         * src/summaryview.c
14596         * src/gtk/quicksearch.c
14597                 Make quicksearch clearable while running.
14598
14599 2006-02-17 [colin]      2.0.0cvs61
14600
14601         * src/imap.c
14602         * src/etpan/imap-thread.c
14603         * src/etpan/imap-thread.h
14604                 Check for IMAP certificates
14605                 ** Requires libetpan-0.42-cvs4 
14606                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14607
14608 2006-02-17 [colin]      2.0.0cvs60
14609
14610         * src/messageview.c
14611         * src/prefs_common.c
14612         * src/prefs_common.h
14613         * src/prefs_message.c
14614                 Add pref to display HTML-only mails with plugin, 
14615                 if possible (defaulting to FALSE of course).
14616
14617 2006-02-16 [colin]      2.0.0cvs59
14618
14619         * src/main.c
14620         * src/common/plugin.c
14621         * src/common/plugin.h
14622         * src/gtk/pluginwindow.c
14623                 Keep track of requested (but unloaded) plugins
14624                 in some error cases.
14625
14626 2006-02-16 [wwp]        2.0.0cvs58
14627
14628         * src/gtk/gtkaspell.c
14629         * src/gtk/gtkaspell.h
14630         * src/prefs_spelling.c
14631         * src/compose.c
14632         * src/prefs_common.c
14633         * src/prefs_common.h
14634                 implemented new optional spellchecker behaviour: re-check message when
14635                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14636
14637 2006-02-16 [wwp]        2.0.0cvs57
14638
14639         * src/quote_fmt_parse.y
14640                 pclose popen'ed pipe.
14641
14642 2006-02-15 [colin]      2.0.0cvs56
14643
14644         * src/mimeview.c
14645         * src/mimeview.h
14646                 Let MimeViewers know which MimeView they
14647                 depend of.
14648         * src/summaryview.c
14649                 Swap From/To columns in Sent/Queue/Drafts
14650                 folders
14651         * src/etpan/imap-thread.c
14652                 Use mailstream_low_tls_open() for STARTTLS
14653                 instead of mailstream_low_ssl_open()
14654                 ** REQUIRES libetpan 0.42cvs3 **
14655
14656 2006-02-15 [wwp]        2.0.0cvs55
14657
14658         * src/compose.c
14659         * src/compose.h
14660         * src/message_search.c
14661         * src/message_search.h
14662         * src/textview.c
14663         * src/gtk/gtkutils.c
14664         * src/gtk/gtkutils.h
14665                 added the ability to Find text in the compose window (and a bit
14666                 of code factorization).
14667
14668 2006-02-15 [wwp]        2.0.0cvs54
14669
14670         * src/prefs_gtk.c
14671                 yet another one file was missing (fix for some widgets' sensitivity).
14672                 Thanks Colin!
14673
14674 2006-02-15 [wwp]        2.0.0cvs53
14675
14676         * src/prefs_gtk.h
14677                 oops forgot that file (fix for some widgets' sensitivity).
14678
14679 2006-02-15 [wwp]        2.0.0cvs52
14680
14681         * src/summary_search.c
14682                 implemented advanced summary search options (added the ability
14683                 to use matcher conditions in an advanced search mode).
14684
14685 2006-02-15 [wwp]        2.0.0cvs51
14686
14687         * src/plugins/pgpcore/prefs_gpg.c
14688         * src/prefs_account.c
14689                 fix some widget sensitivity, mostly around some labels in
14690                 account prefs.
14691
14692 2006-02-15 [paul]       2.0.0cvs50
14693
14694         * manual/advanced.xml
14695                 improve Templates info
14696                 written by wwp
14697
14698 2006-02-14 [colin]      2.0.0cvs49
14699
14700         * src/pixmaps/address_book.xpm
14701         * src/pixmaps/preferences.xpm
14702         * src/pixmaps/properties.xpm
14703                 Fix pixmap size - patch by Fabien Vantard
14704
14705 2006-02-13 [colin]      2.0.0cvs48
14706
14707         * src/procmime.c
14708                 Add missing fclose()s on error
14709         * src/textview.c
14710                 Remove unused code
14711         * src/common/utils.c
14712                 Fix temp files not being deleted on windows
14713         Patches by Thomas Gilgin
14714
14715 2006-02-13 [colin]      2.0.0cvs47
14716
14717         * src/mainwindow.c
14718                 Fix exit crash
14719
14720 2006-02-13 [wwp]        2.0.0cvs46
14721
14722         * src/plugins/pgpcore/prefs_gpg.c
14723                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14724
14725 2006-02-12 [colin]      2.0.0cvs45
14726
14727         * src/folderview.c
14728         * src/main.c
14729         * src/mainwindow.c
14730                 Fix "stuff" when quitting
14731
14732 2006-02-12 [wwp]        2.0.0cvs44
14733
14734         * src/prefs_themes.c
14735                 fix typos in debug messages.
14736
14737 2006-02-11 [colin]      2.0.0cvs43
14738
14739         * src/summaryview.c
14740                 don't allow drag/drop from ourself
14741
14742 2006-02-10 [wwp]        2.0.0cvs42
14743
14744         * src/exporthtml.c
14745         * src/html.c
14746         * src/html.h
14747         * src/procmime.c
14748         * src/textview.c
14749                 renamed html_ prefixed functions and data structures to avoid
14750                 namespace clashes w/ other software (gtkhtml2 for instance).
14751                 Closes bug #907.
14752
14753
14754 2006-02-09 [colin]      2.0.0cvs41
14755
14756         * src/summaryview.c
14757                 Fix shitty logic messed up. Thanks Ticho for the hint!
14758
14759 2006-02-09 [wwp]        2.0.0cvs40
14760
14761         * src/gtk/about.c
14762         * src/compose.c
14763         * src/prefs_account.c
14764         * src/prefs_gtk.h
14765         * src/editaddress.c
14766                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14767                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14768                 Browse buttons in accounts prefs.
14769
14770 2006-02-09 [colin]      2.0.0cvs39
14771
14772         * src/matcher.c
14773                 Check for pointer before using its members
14774         * src/gtk/gtksourceprintjob.c
14775                 Fix a wrong warning
14776
14777 2006-02-09 [wwp]        2.0.0cvs38
14778
14779         * src/gtk/filesel.c
14780                 fix few compiler warnings (type mismatch).
14781
14782 2006-02-09 [paul]       2.0.0cvs37
14783
14784         * po/fr.po
14785                 updated by Fabien Vantard
14786
14787 2006-02-08 [colin]      2.0.0cvs36
14788
14789         * src/prefs_common.c
14790         * src/common/defs.h
14791         * src/common/plugin.c
14792                 allow windows and linux configurations to coexist
14793                 patch by Thomas Gilgin
14794
14795 2006-02-08 [colin]      2.0.0cvs35
14796
14797         * src/filtering.c
14798         * src/matcher.c
14799         * src/matcher.h
14800         * src/matcher_parser_parse.y
14801         * src/prefs_filtering_action.c
14802         * src/prefs_matcher.c
14803                 Add the "Ignore thread" filtering
14804                 action
14805
14806 2006-02-08 [colin]      2.0.0cvs34
14807
14808         * src/compose.c
14809         * src/procmime.c
14810         * src/procmime.h
14811                 Fix bug #905 (damaged attachment)
14812                 text files with raw \0's aren't really text files
14813         FOR_STABLE
14814
14815 2006-02-08 [colin]      2.0.0cvs33
14816
14817         * src/summaryview.c
14818                 Fix crasher introduced yesterday
14819
14820 2006-02-08 [wwp]        2.0.0cvs32
14821
14822         * src/compose.c
14823         * src/compose.h
14824                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14825
14826 2006-02-08 [wwp]        2.0.0cvs31
14827
14828         * src/prefs_template.c
14829                 templates enhancement: allow address completion for Cc and Bcc fields
14830                 (it was currently possible for the To field only)
14831
14832 2006-02-08 [colin]      2.0.0cvs30
14833
14834         * src/compose.c
14835                 Don't unblock if not blocked
14836         FOR_STABLE
14837
14838 2006-02-07 [colin]      2.0.0cvs29
14839
14840         * src/action.c
14841                 Forgot to refresh summaryview
14842
14843 2006-02-07 [colin]      2.0.0cvs28
14844
14845         * src/action.c
14846                 Freeze/thaw message list and folder list while
14847                 processing %as{} actions 
14848         * src/compose.c
14849                 Fix auto-wrap disabling after a middle-click
14850                 paste - FOR_STABLE
14851
14852 2006-02-07 [paul]       2.0.0cvs27
14853
14854         * src/folder.c
14855                 fix freeing of uninitialised pointers
14856                 Thanks to Colin
14857
14858 2006-02-06 [colin]      2.0.0cvs26
14859
14860         * src/folder.c
14861                 Use g_slist_prepend in potentially big list
14862
14863 2006-02-06 [colin]      2.0.0cvs25
14864
14865         * src/folder.c
14866                 Completely skip processing if it doesn't 
14867                 exist (faster!)
14868
14869 2006-02-06 [colin]      2.0.0cvs24
14870
14871         * src/folder.c
14872         * src/summaryview.c
14873                 Batch filtering in summaryview (from Tools menu)
14874                 and pre/post//-processing too
14875
14876 2006-02-06 [colin]      2.0.0cvs23
14877
14878         * src/procmsg.h
14879         * src/filtering.c
14880                 Use a special field for batch filtering instead
14881                 of stepping on deferred execution's toes
14882
14883 2006-02-06 [colin]      2.0.0cvs22
14884
14885         * src/action.c
14886         * src/filtering.c
14887         * src/filtering.h
14888         * src/folder.c
14889         * src/summaryview.c
14890                 Fix filtering via menus and actions
14891
14892 2006-02-06 [colin]      2.0.0cvs21
14893
14894         * src/imap.c
14895                 Put the added file directly to cache if possible (will work
14896                 with next libetpan)
14897         * src/filtering.c
14898         * src/filtering.h
14899         * src/inc.c
14900         * src/folder.c
14901         * src/mbox.c
14902         * src/procmsg.h
14903                 Move and copy filtered messages by batches instead of one
14904                 by one - faster on IMAP
14905         * src/procmsg.c
14906                 Add a function that'll possibly be useful later
14907
14908 2006-02-06 [colin]      2.0.0cvs20
14909
14910         * src/addressbook.c
14911                 Use internal mime-type instead of text/plain for d'n'd
14912         * src/compose.c
14913                 Allow attaching files from mimeview's icon list via d'n'd
14914         * src/folderview.c
14915         * src/folderview.h
14916                 Use internal mime-type instead of text/plain for d'n'd
14917                 Don't try to selected opened folder if none is
14918                 Factorize d'n'd from other apps code
14919         * src/headerview.c
14920         * src/textview.c
14921         * src/gtk/gtkutils.c
14922         * src/gtk/gtkutils.h
14923                 Factorize Face/X-Face stuff
14924         * src/mimeview.c
14925                 Fix d'n'd to other apps
14926         * src/prefs_message.c
14927                 Let the XFace pref be usable without libcompface as it also
14928                 applies to Face
14929         * src/summaryview.c
14930                 Fix d'n'd to other apps
14931                 Factorize d'n'd from other apps code
14932
14933 2006-02-06 [wwp]        2.0.0cvs19
14934
14935         * po/it.po
14936                 Italian translation fixes by Andrea Spadaccini (no more confusion
14937                 between filtering and processing, and few changes in the About
14938                 dialog).
14939
14940
14941 2006-02-06 [mones]      2.0.0cvs18
14942
14943         * src/gtk/icon_legend.c
14944                 Improved descriptions allowing better translations
14945
14946 2006-02-05 [colin]      2.0.0cvs17
14947
14948         * src/imap.c
14949                 Add the f*cking missing expunge that caused imap_fetch_env
14950                 to fail after an add_msgs ! :-///
14951         * src/etpan/imap-thread.c
14952                 Add a bit of debug
14953         FOR_STABLE
14954
14955 2006-02-05 [colin]      2.0.0cvs16
14956
14957         * src/common/utils.c
14958                 Don't check for return-path (or we can't put
14959                 back non-sent mails)
14960
14961 2006-02-05 [colin]      2.0.0cvs15
14962
14963         * src/textview.c
14964                 Don't try to display Face header in textview
14965                 when teh headerview's active
14966
14967 2006-02-05 [colin]      2.0.0cvs14
14968
14969         * tools/tbird2syl.py
14970         * tools/Makefile.am
14971                 Add script to import Thunderbird mails
14972
14973 2006-02-05 [colin]      2.0.0cvs13
14974
14975         * src/headerview.c
14976         * src/procheader.c
14977         * src/procmsg.c
14978         * src/procmsg.h
14979         * src/textview.c
14980                 Show Face headers - patch partially by Klaus Flittner
14981
14982 2006-02-05 [colin]      2.0.0cvs12
14983
14984         * src/folderview.c
14985         * src/summaryview.c
14986         * src/common/utils.c
14987         * src/common/utils.h
14988                 Let dnd work from mime icons to summaryview
14989                 and to folderview too
14990                 Add a crude test to avoid trying to add files
14991                 drag'n'dropped when they're not mails
14992
14993 2006-02-04 [colin]      2.0.0cvs11
14994
14995         * src/summaryview.c
14996         * src/mimeview.c
14997                 Fix utf8 conversion
14998
14999 2006-02-04 [colin]      2.0.0cvs10
15000
15001         * src/compose.c
15002         * src/folderview.c
15003         * src/mimeview.c
15004         * src/summaryview.c
15005         * src/summaryview.h
15006                 Added various drag and drop capas:
15007                 From                    To
15008                 summaryview             other apps
15009                 mimeview icons          other apps
15010                 other apps              summaryview
15011                 other apps              folderview
15012
15013                 This shouldn't have broken the existing:
15014                 From                    To
15015                 summaryview             folderview
15016                 folderview              folderview
15017                 summaryview             compose's attachments
15018
15019         Tests welcomed.
15020
15021 2006-02-02 [paul]       2.0.0cvs9
15022
15023         * src/mainwindow.c
15024                 move global option 'Set displayed columns...' out
15025                 of folder option grouping.
15026                 fix sensitivity of 'harvest addresses'
15027         FOR_STABLE
15028
15029 2006-02-01 [colin]      2.0.0cvs8
15030
15031         * src/mimeview.c
15032                 Revert the alertpanel patch, it sucks (intrusive
15033                 and gets in the way of "open")
15034
15035 2006-02-01 [colin]      2.0.0cvs7
15036
15037         * src/compose.c
15038         * src/prefs_account.c
15039         * src/prefs_common.c
15040         * src/common/defs.h
15041         * src/common/utils.c
15042         * src/common/utils.h
15043                 Add ability to edit the signature file
15044                 from the account preferences, and use
15045                 a default for the text editor.
15046                 Patch by Fabien Vantard
15047
15048 2006-02-01 [colin]      2.0.0cvs6
15049
15050         * src/mimeview.c
15051                 Try to get mime type by extension if it is
15052                 application/octet-stream
15053                 Display a window with possible choices when
15054                 encountering unknown mime types
15055         * src/gtk/filesel.c
15056         * src/gtk/filesel.h
15057                 Add preview
15058                 Allow multiple selection in filtered filesel
15059                 (patch by Fabien Vantard)
15060         * src/gtk/pluginwindow.c
15061                 Use it (patch by Fabien Vantard)
15062
15063 2006-02-01 [paul]       2.0.0cvs5
15064
15065         * src/jpilot.c
15066                 fix crash on creating jpilot address book
15067                 Thanks to Colin - FOR_STABLE
15068         * src/prefs_summaries.c
15069         * src/prefs_wrapping.c
15070         * src/gtk/icon_legend.c
15071         * src/gtk/quicksearch.c
15072                 string fixes and additions
15073
15074 2006-02-01 [paul]       2.0.0cvs4
15075
15076         * src/compose.c
15077         * src/mainwindow.c
15078         * src/messageview.c
15079         * src/prefs_send.c
15080                 add Arabic encoding option
15081                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15082
15083 2006-01-31 [colin]      2.0.0cvs3
15084
15085         * src/plugins/pgpcore/passphrase.c
15086                 Convert passphrase to locale encoding
15087         * src/compose.c
15088                 Fix drafting on IMAP. Crappy bug sneaked in
15089                 the release :-/
15090         FOR_STABLE
15091
15092 2006-01-30 [paul]       2.0.0cvs2
15093
15094         * src/gtk/icon_legend.c
15095                 show the new entries
15096
15097 2006-01-30 [colin]      2.0.0cvs1
15098
15099         * src/manual.c
15100                 Check for the file to be present before 
15101                 enabling the menu - FOR_STABLE
15102         * src/gtk/icon_legend.c
15103                 Add folders icons (not all of them, there
15104                 are too much, but the most intriguing ones)
15105
15106 2006-01-30 [paul]       2.0.0
15107
15108         version 2.0.0 released
15109
15110 [For previous entries, see ChangeLog.pre2.0.0]