2007-08-24 [wwp] 2.10.0cvs159
[claws.git] / ChangeLog
1 2007-08-24 [wwp]        2.10.0cvs159
2
3         * src/folderview.c
4                 Update menu item sensitivity if necessary (or we get a
5                 gtk critical message).
6
7 2007-08-23 [wwp]        2.10.0cvs158
8
9         * src/action.c
10         * src/prefs_actions.c
11                 Allow literal % chars in action commands (use %%).
12                 Add a missing p++ to the action parser in action_get_type(),
13                 which was missing it, even if it was neutral.
14                 Fix a pango markup warning at runtime.
15
16 2007-08-23 [wwp]        2.10.0cvs157
17
18         * src/addressbook.c
19                 Contacts are now locale-aware sorted in the address book
20                 (LC_COLLATE matters here).
21                 Fix missing table initializers.
22
23 2007-08-23 [colin]      2.10.0cvs156
24
25         * src/imap.c
26                 Check scan_required on dest folder when copying
27
28 2007-08-23 [colin]      2.10.0cvs155
29
30         * src/imap.c
31                 Fix scanning when folder was empty
32
33 2007-08-22 [colin]      2.10.0cvs154
34
35         * src/msgcache.c
36                 Don't g_warning when g_try_malloc fails(), or it makes
37                 things worse as g_log() allocates. Fixes bug 1290,
38                 'Claws Mail crashes if too little memory when 
39                 rebuilding folder tree'
40
41 2007-08-22 [colin]      2.10.0cvs153
42
43         * src/inc.c
44                 Fix format string vulnerability, thanks to
45                 Ulf Harnhammar, Secunia Research
46
47 2007-08-22 [colin]      2.10.0cvs152
48
49         * src/ldapserver.c
50                 Set tv_usec too
51
52 2007-08-22 [wwp]        2.10.0cvs151
53
54         * src/ldapquery.c
55                 Few better null-ptr checks.
56
57 2007-08-22 [colin]      2.10.0cvs150
58
59         * src/editldap.c
60         * src/editldap_basedn.c
61         * src/ldapquery.c
62         * src/ldapserver.c
63         * src/ldapserver.h
64         * src/ldapupdate.c
65         * src/ldaputil.c
66         * src/ldaputil.h
67                 Fix ldap timeouts
68
69 2007-08-22 [colin]      2.10.0cvs149
70
71         * src/ldapquery.c
72                 Finish previous fix
73
74 2007-08-22 [colin]      2.10.0cvs148
75
76         * src/ldapquery.c
77                 Fix wrong assertions
78
79 2007-08-22 [colin]      2.10.0cvs147
80
81         * src/ldaputil.c
82                 Fix test (set ldap v3 if bindDN is set or TLS is set)
83
84 2007-08-22 [colin]      2.10.0cvs146
85
86         * src/editldap.c
87         * src/ldaputil.c
88                 Fix wrong "Connected successfully to server". Connection only succeeds if
89                 we can get the base DN.
90
91 2007-08-21 [wwp]        2.10.0cvs145
92
93         * src/browseldap.c
94         * src/editldap.c
95         * src/ldapctrl.c
96         * src/ldapquery.c
97         * src/ldapserver.c
98         * src/ldapupdate.c
99         * src/ldaputil.c
100                 More sanity checks in ldap functions.
101
102 2007-08-21 [wwp]        2.10.0cvs144
103
104         * src/prefs_account.c
105                 Don't return a value in a void function().
106
107 2007-08-21 [paul]       2.10.0cvs143
108
109         * src/messageview.c
110                 add check for ftp: to messageview_list_urls()
111
112 2007-08-21 [colin]      2.10.0cvs142
113
114         * src/editldap.c
115         * src/ldapctrl.c
116         * src/ldapctrl.h
117         * src/ldapquery.c
118         * src/ldapupdate.c
119                 Fix bug 1293, 'LDAP address book not working'
120                 Search only on specified fields, but fetch 
121                 every field possible. People will have to 
122                 reset the searched Attributes in their LDAP
123                 servers properties.
124
125 2007-08-21 [wwp]        2.10.0cvs141
126
127         * src/addr_compl.c
128         * src/addrbook.c
129         * src/addrcache.c
130         * src/addrcindex.c
131         * src/addressbook.c
132         * src/addrindex.c
133         * src/browseldap.c
134         * src/crash.c
135         * src/editaddress_other_attributes_ldap.c
136         * src/exporthtml.c
137         * src/folder.c
138         * src/folderview.c
139         * src/imap.c
140         * src/jpilot.c
141         * src/ldapserver.c
142         * src/ldapupdate.c
143         * src/ldif.c
144         * src/main.c
145         * src/mainwindow.c
146         * src/matcher.c
147         * src/mh.c
148         * src/msgcache.c
149         * src/mutt.c
150         * src/pine.c
151         * src/pop.c
152         * src/prefs_customheader.c
153         * src/prefs_msg_colors.c
154         * src/procmime.c
155         * src/textview.c
156         * src/vcard.c
157         * src/wizard.c
158         * src/common/log.c
159         * src/common/socket.c
160         * src/common/ssl_certificate.c
161         * src/common/utils.c
162         * src/common/utils.h
163         * src/gtk/description_window.c
164         * src/plugins/demo/demo.c
165         * src/plugins/pgpcore/prefs_gpg.c
166         * src/plugins/spamassassin/libspamc.c
167                 Make sure we use glib functions to send text messages (information,
168                 debug, warning, errors) to stdout/stderr - no more direct puts
169                 fputs printf fprintf to stdout/stderr when it can be done using
170                 g_log*() and g_print/g_printerr. Doing this, we make sure every
171                 stdout/stderr message is saved to log in Windows.
172
173
174 2007-08-21 [wwp]        2.10.0cvs140
175
176         * src/main.c
177         * src/common/utils.h
178                 Route glib's stdout/stderr messages to a log file (Windows only),
179                 instead of loosing them.
180
181 2007-08-21 [paul]       2.10.0cvs139
182
183         * src/mainwindow.c
184                 replace deprecated g_strncasecmp()
185         * src/messageview.c
186                 fix 'List URLS'
187
188 2007-08-20 [ticho]      2.10.0cvs138
189
190         * src/account.c
191         * src/prefs_account.h
192                 Copy all account preferences in account_clone() - some
193                 were missing.
194         * src/prefs_account.c
195                 Handle empty privacy system combobox gracefully (warning
196                 instead of a crash).
197
198 2007-08-20 [colin]      2.10.0cvs137
199
200         * src/ldapctrl.c
201                 Fix a leak
202
203 2007-08-20 [paul]       2.10.0cvs136
204
205         * src/browseldap.c
206         * src/editldap.c
207         * src/ldapctrl.c
208         * src/ldapquery.c
209         * src/ldapquery.h
210         * src/ldapserver.c
211         * src/ldaputil.c
212                 add debug_prints
213                 patch by Michael Rasmussen
214
215 2007-08-19 [colin]      2.10.0cvs135
216
217         * src/imap.c
218                 Fix previous commit. Sensitivity update is needed
219                 for "Cancel receiving". However when batching we
220                 don't need to do it for every message flag change,
221                 just once at the start and once at the end.
222
223 2007-08-19 [colin]      2.10.0cvs134
224
225         * src/imap.c
226                 Remove useless menu updates on session lock/unlock
227
228 2007-08-19 [colin]      2.10.0cvs133
229
230         * src/etpan/imap-thread.c
231                 Make all fetch logs less verbose
232
233 2007-08-19 [paul]       2.10.0cvs132
234
235         * src/foldersel.c
236         * src/folderview.c
237         * src/summaryview.c
238                 fix bug 1286, 'Can't move a folder into a "Folders
239                 Only" folder'
240
241 2007-08-18 [ticho]      2.10.0cvs131
242
243         * src/editaddress_other_attributes_ldap.c
244                 Converted option menu for other ldap attributes to GtkComboBox.
245
246 2007-08-18 [colin]      2.10.0cvs130
247
248         * src/compose.c
249         * src/prefs_common.c
250         * src/prefs_common.h
251         * src/prefs_send.c
252         * src/send_message.c
253                 Revert 'send_dialog_mode' meaning to 
254                 'send_dialog_invisible', so that the 
255                 new checkbox doesn't change the 
256                 existing behaviour.
257
258 2007-08-18 [paul]       2.10.0cvs129
259
260         * src/summaryview.c
261                 add missing menu update
262
263 2007-08-17 [colin]      2.10.0cvs128
264
265         * src/folder.c
266                 Set batching after getting flags - maybe fixes
267                 bug 1292, 'CM crashes on writing mail'
268
269 2007-08-16 [ticho]      2.10.0cvs127
270
271         * src/prefs_send.c
272                 Convert two GtkOptionMenu widgets to new GtkComboBox.
273         * src/gtk/combobox.h
274         * src/gtk/gtkutils.c
275                 Allow NULL for GtkComboBox menuitem label, rendering such
276                 items as row separators.
277
278 2007-08-16 [paul]       2.10.0cvs126
279
280         * src/plugins/trayicon/trayicon.c
281                 remove wrongly used gettextisation
282
283 2007-08-15 [ticho]      2.10.0cvs125
284
285         * src/importldif.c
286                 Fixed a runtime warning where an attempt to pack an
287                 already packed GtkLabel was made.
288
289 2007-08-15 [ticho]      2.10.0cvs124
290
291         * src/prefs_compose_writing.c
292                 Convert the insert-or-attach-dragged-files GtkOptionMenu
293                 into GtkComboBox.
294
295 2007-08-14 [ticho]      2.10.0cvs123
296
297         * src/messageview.c
298         * src/gtk/gtkutils.c
299                 Changed return receipt account selector to GtkComboBox.
300                 Fixed a runtime warning where GTK tried to parse
301                 "name <email@address" as a Pango markup in an alertpanel label.
302
303 2007-08-14 [ticho]      2.10.0cvs122
304
305         * src/prefs_logging.c
306                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
307
308 2007-08-14 [wwp]        2.10.0cvs121
309
310         * tools/Makefile.am
311         * tools/README
312         * tools/popfile-link.sh
313                 Added a new tool: POPFile helper, to open
314                 selected messages in POPFile control center,
315                 in order to change the messages' status.
316
317 2007-08-14 [ticho]      2.10.0cvs120
318
319         * src/compose.c
320         * src/prefs_common.c
321         * src/prefs_common.h
322         * src/prefs_send.c
323         * src/send_message.c
324                 Change "Show send dialog" optionmenu to a checkbutton.
325         * src/prefs_receive.c
326                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
327
328 2007-08-13 [wwp]        2.10.0cvs119
329
330         * src/addr_compl.c
331         * src/addressbook.c
332         * src/addrindex.c
333         * src/compose.c
334         * src/filtering.c
335         * src/folderview.c
336         * src/inc.c
337         * src/matcher.c
338         * src/mh.c
339         * src/partial_download.c
340         * src/prefs_gtk.c
341         * src/procmsg.c
342         * src/stock_pixmap.c
343         * src/summaryview.c
344         * src/common/utils.c
345         * src/gtk/gtkaspell.c
346         * src/gtk/menu.c
347                 Make sure we never pass NULL pointers for %s substitutions
348                 (prevent from crashing in Windows).
349
350 2007-08-13 [wwp]        2.10.0cvs118
351
352         * src/msgcache.c
353                 Re-enable mmap_reads in Windows with some missing
354                 CloseHandle of mapping objects, thanks to
355                 Marcus Brinkmann.
356
357 2007-08-13 [paul]       2.10.0cvs117
358
359         * src/common/utils.c
360                 fix bug 1287, 'Compile time problem on Solaris
361                 (nexenta gnu/Solaris) utils.c'
362                 Thanks to Piotr Chrzczonowicz
363
364 2007-08-12 [wwp]        2.10.0cvs116
365
366         * src/plugins/pgpcore/prefs_gpg.c
367                 Don't try to unset a GPG_AGENT_INFO that was not
368                 set (and don't use a NULL string in Windows, it was
369                 crashing with --debug if GPG_AGENT_INFO was not set).
370
371 2007-08-12 [wwp]        2.10.0cvs115
372
373         * src/privacy.h
374                 Make gcc type-check arguments passed to privacy_set_error().
375
376 2007-08-12 [ticho]      2.10.0cvs114
377
378         * src/prefs_folder_item.c
379                 Make sure that folder default account combobox always has some
380                 account preselected.
381         * src/gtk/combobox.c
382                 Handle empty combobox gracefully (warning instead of crash).
383
384 2007-08-12 [ticho]      2.10.0cvs114
385
386         * src/prefs_folder_item.c
387                 Make sure that folder default account combobox is not empty.
388         * src/gtk/combobox.c
389                 Handle empty combobox gracefully (warning instead of crash).
390
391 2007-08-11 [paul]       2.10.0cvs113
392
393         * src/addrgather.c
394         * src/folderview.c
395                 use 'subfolder' instead of 'sub-folder', matching
396                 everywhere else the term is used
397         * src/imap_gtk.c
398                 fix engrish
399
400 2007-08-10 [wwp]        2.10.0cvs112
401
402         * src/msgcache.c
403                 Disable mmap reads in Windows only (at least temporarily), they
404                 prevent from renaming/removing target cache files.
405
406 2007-08-10 [paul]
407
408         3.0.0-rc2 released
409
410 2007-08-10 [wwp]        2.10.0cvs111
411
412         * src/msgcache.c
413                 fix unpredictable crashes in Windows due to broken
414                 cache/mark/tags files writting (file were opened for
415                 writing in text mode).
416
417         * src/recv.c
418                 use gettimeofday() from w32lib.h on Windows.
419
420 2007-08-10 [colin]      2.10.0cvs110
421
422         * src/imap.c
423         * src/etpan/imap-thread.c
424         * src/etpan/imap-thread.h
425                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
426
427 2007-08-09 [colin]      2.10.0cvs109
428
429         * src/editldap.c
430                 Fix port being reset to 636 on SSL
431         * src/folder.c
432                 Fix folder_item_get_msg_num_by_file
433                 on drafts/queue folders
434
435 2007-08-09 [wwp]        2.10.0cvs108
436
437         * src/folder.c
438                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
439                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
440
441
442 2007-08-09 [colin]      2.10.0cvs107
443
444         * src/folderview.c
445         * src/summaryview.c
446         * src/gtk/prefswindow.c
447                 A few Maemo layout fixes
448
449 2007-08-09 [paul]       2.10.0cvs106
450
451         * src/prefs_account.c
452                 remove the hyphen from plug-ins to
453                 match everywhere else
454
455 2007-08-08 [wwp]        2.10.0cvs105
456
457         * src/prefs_folder_item.c
458                 Fix an extraneous stealth ^L char.
459
460 2007-08-08 [wwp]        2.10.0cvs104
461
462         * src/prefs_folder_item.c
463                 Better fix, group variables declarations (USE_ASPELL).
464
465 2007-08-08 [wwp]        2.10.0cvs103
466
467         * src/prefs_folder_item.c
468                 Fix compilation w/ USE_ASPELL set (broken
469                 by 2.10.0cvs102).
470
471 2007-08-08 [ticho]      2.10.0cvs102
472
473         * src/prefs_folder_item.c
474                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
475
476 2007-08-08 [colin]      2.10.0cvs101
477
478         * src/imap.c
479         * src/etpan/imap-thread.c
480         * src/etpan/imap-thread.h
481                 Close selected mailbox before doing
482                 status on it.
483
484 2007-08-08 [colin]      2.10.0cvs100
485
486         * src/html.c
487                 Complete symbol table, thanks to wwp.
488                 Fixes bug 1284, 'The html -> text 
489                 converter ignores entities'
490         * src/msgcache.c
491                 Fix possible fd leak
492
493 2007-08-08 [colin]      2.10.0cvs99
494
495         * src/imap.c
496                 Better way to fetch UIDs on non-UIDPLUS servers
497
498 2007-08-07 [colin]      2.10.0cvs98
499
500         * src/imap.c
501                 fix bug 1275, 'auto-saved draft messages not 
502                 always being removed'; Also, make multiple
503                 copy (in the same account) faster by matching
504                 source/destination message UIDs.
505         * src/messageview.c
506                 Don't try to reshow deleted mail
507         * src/msgcache.c
508                 Fix leak on error path
509
510 2007-08-07 [wwp]        2.10.0cvs97
511
512         * manual/account.xml
513         * manual/advanced.xml
514         * manual/fr/account.xml
515         * manual/fr/advanced.xml
516                 Updated the reference manual and the French translation to
517                 reflect 2.10.0cvs84: enable running folder Processing
518                 rules on demand.
519
520 2007-08-06 [wwp]        2.10.0cvs96
521
522         * src/prefs_common.c
523         * src/prefs_common.h
524         * src/textview.c
525                 Allow changing the emphasis color used to highlight
526                 the newsreader/x-mailer header value when it matches
527                 our preferred mail agent (hidden pref 'emphasis_col' added
528                 to clawsrc).
529
530 2007-08-06 [colin]      2.10.0cvs95
531
532         * src/compose.c
533         * src/compose.h
534                 Re-commit 2.10.0cvs86, with a protection
535                 against Pango bug. Also, try to fix 
536                 bug 1275, 'auto-saved draft messages not 
537                 always being removed'
538
539 2007-08-06 [wwp]        2.10.0cvs94
540
541         * src/gtk/quicksearch.c
542                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
543
544 2007-08-06 [ticho]      2.10.0cvs93
545
546         * src/prefs_account.c
547         * src/gtk/combobox.c
548                 Use GtkComboBox instead of GtkOptionMenu for privacy system
549                 selection in account preferences.
550
551 2007-08-06 [wwp]        2.10.0cvs92
552
553         * src/plugins/pgpcore/plugin.def
554                 Apply one more chunk from gpg4win's 03-w32-port patch.
555
556 2007-08-05 [colin]      2.10.0cvs91
557
558         * src/compose.c
559         * src/compose.h
560                 reverting buggy patch for now
561
562 2007-08-05 [colin]      2.10.0cvs90
563
564         * src/folder.c
565                 Fix slowdown
566
567 2007-08-04 [colin]      2.10.0cvs89
568
569         * src/prefs_summaries.c
570         * src/summary_search.c
571                 Replace deprecated widgets. Patch by
572                 Andrej.
573
574 2007-08-04 [colin]      2.10.0cvs88
575
576         * src/mh.c
577                 Refresh GUI only every 2000 mails on mh_get_last_num
578                 This is fast (readdir) and done only once per 
579                 session/folder
580
581 2007-08-03 [colin]      2.10.0cvs87
582
583         * src/prefs_account.c
584         * src/gtk/combobox.h
585         * src/gtk/gtkutils.c
586                 Fix a deprecated widget. Patch by
587                 Andrej
588
589 2007-08-03 [colin]      2.10.0cvs86
590
591         * src/compose.c
592         * src/compose.h
593                 Make colorisation and wrapping algorithms
594                 faster. Fixes bug 1246, 'compose becomes 
595                 increasingly slow replying to complex emails'
596
597 2007-08-03 [paul]       2.10.0cvs85
598
599         * src/mh.c
600                 keep the window painted
601
602 2007-08-02 [paul]       2.10.0cvs84
603
604         * src/folderview.c
605         * src/mainwindow.c
606         * src/mainwindow.h
607                 enable running folder Processing
608                 rules on demand
609
610 2007-08-02 [paul]       2.10.0cvs83
611
612         * src/textview.c
613                 speed up/clean up rendering of larger
614                 msgs
615                 Thanks to Colin
616
617 2007-08-01 [paul]       2.10.0cvs82
618
619         * src/mainwindow.h
620                 clean up cruft
621         * src/toolbar.c
622                 change default toolbar layout on maemo
623         * src/pixmaps/close.xpm
624                 make the red cross a grey cross
625         * src/pixmaps/jpilot.xpm
626                 make icon smaller so it fits better
627
628 2007-07-31 [paul]       2.10.0cvs81
629
630         * src/setup.c
631         * src/gtk/gtkutils.c
632                 fix crash on maemo on first launch
633
634 2007-07-30 [paul]       2.10.0cvs80
635
636         * src/prefs_matcher.c
637                 specify the units of age and size
638
639 2007-07-30 [paul]       2.10.0cvs79
640
641         * src/main.c
642                 Fix IMAP timeout setting
643
644 2007-07-30 [colin]      2.10.0cvs78
645
646         * src/prefs_account.c
647                 Fix a deprecated widget. Patch by
648                 Andrej
649
650 2007-07-27 [paul]       2.10.0cvs77
651
652         * src/matcher_parser_parse.y
653         * src/prefs_filtering_action.c
654         * src/prefs_matcher.c
655                 these changes forgotten in cvs74's
656                 'watch thread' feature
657
658 2007-07-27 [paul]       2.10.0cvs76
659
660         * src/compose.c
661                 fix potential crasher
662                 thanks to Colin
663
664 2007-07-27 [paul]       2.10.0cvs75
665
666         * src/mainwindow.c
667         * src/manual.c
668         * src/manual.h
669         * src/gtk/gtkutils.c
670                 make mainwindow's /Help/Manual point to the
671                 remote copy if the local copy doesn't exist
672
673 2007-07-27 [paul]       2.10.0cvs74
674
675         * src/Makefile.am
676         * src/filtering.c
677         * src/folder.c
678         * src/mainwindow.c
679         * src/matcher.c
680         * src/matcher.h
681         * src/matcher_parser_parse.y
682         * src/procmsg.c
683         * src/procmsg.h
684         * src/stock_pixmap.c
685         * src/stock_pixmap.h
686         * src/summaryview.c
687         * src/summaryview.h
688         * src/toolbar.c
689         * src/toolbar.h
690         * src/pixmaps/watchthread.xpm
691                 add 'watch thread' feature
692
693 2007-07-27 [paul]       2.10.0cvs73
694
695         * src/prefs_folder_item.c
696                 adjust labels, add tooltips
697
698 2007-07-27 [colin]      2.10.0cvs72
699
700         * src/summaryview.c
701                 Maemo: Remove less used menu items
702
703 2007-07-26 [colin]      2.10.0cvs71
704
705         * src/messageview.c
706                 Maemo: destroy messageview after trashing mail.
707                 Maybe should be done on X11 too
708
709 2007-07-26 [colin]      2.10.0cvs70
710
711         * src/folderview.c
712         * src/mainwindow.c
713         * src/prefs_common.c
714         * src/prefs_common.h
715         * src/summaryview.c
716                 Add View/Show or Hide/Column headers
717
718 2007-07-26 [colin]      2.10.0cvs69
719
720         * src/procmime.c
721                 Fix unwanted output
722
723 2007-07-26 [colin]      2.10.0cvs68
724
725         * src/ldapserver.c
726                 Fix possible crash on cache invalidation
727         * src/compose.c
728         * src/procmime.c
729         * src/procmime.h
730         * src/quote_fmt_parse.y
731                 Make replying to mails with big attachments
732                 much faster. Fixes bug 1224, 'The process of 
733                 Replying to emails with large attachments 
734                 seems unreasonably long...'
735
736 2007-07-26 [colin]      2.10.0cvs67
737
738         * src/mimeview.c
739         * src/matcher.c
740         * src/common/ssl.c
741                 Fix threads use on BSDs
742
743 2007-07-26 [paul]       2.10.0cvs66
744
745         * src/gtk/prefswindow.c
746                 fix account prefs breakage
747                 thanks to Colin
748
749 2007-07-26 [paul]       2.10.0cvs65
750
751         * configure.ac
752                 standardise ./configure --help messages
753
754 2007-07-26 [colin]      2.10.0cvs64
755
756         * src/addressbook.c
757         * src/editaddress.c
758                 Fix two vCard-related crashes
759
760 2007-07-25 [colin]      2.10.0cvs63
761
762         * src/inc.c
763         * src/prefs_common.c
764         * src/prefs_common.h
765         * src/prefs_receive.c
766                 Maemo: Add a better way to notify of
767                 new mails
768         * src/mainwindow.c
769         * src/statusbar.h
770         * src/summaryview.c
771         * src/toolbar.c
772                 Maemo: Various layout fixes
773         * src/gtk/prefswindow.c
774                 Maemo: Better prefs layout
775
776 2007-07-25 [paul]       2.10.0cvs62
777
778         * src/textview.c
779                 fix the layout on maemo
780                 thanks to Colin
781
782 2007-07-25 [iwkse]      2.10.0cvs61
783
784         * src/summaryview.c
785                 add 'o' shortcut on summaryview
786
787 2007-07-25 [iwkse]      2.10.0cvs60
788
789         * src/textview.c
790                 fix o shortcut
791
792 2007-07-24 [colin]      2.10.0cvs59
793
794         * src/mh.c
795                 Fix missing timestamp update on source
796                 folder when moving
797         * src/textview.c
798         * src/textview.h
799                 Better text layout on part's choices
800
801 2007-07-23 [colin]      2.10.0cvs58
802
803         * src/mimeview.c
804         * src/textview.c
805                 Maemo: Automatically choose the correct application
806                 to open parts
807         * src/gtk/quicksearch.c
808                 Make search run on GDK_KP_Enter too
809
810 2007-07-23 [wwp]        2.10.0cvs57
811
812         * src/quote_fmt_lex.l
813                 Revert accidentaly committed lines (account_sig) in
814                 2.10.0cvs56.
815
816 2007-07-23 [wwp]        2.10.0cvs56
817
818         * src/quote_fmt_lex.l
819                 Fix typos around long form expressions in the quote lexer.
820
821 2007-07-23 [paul]
822
823         3.0.0-rc1 released
824
825 2007-07-23 [colin]      2.10.0cvs55
826
827         * src/addr_compl.c
828                 Fix auto-completion on Maemo
829
830 2007-07-23 [colin]      2.10.0cvs54
831
832         * src/statusbar.c
833                 Maemo: Fix sticking statusbars
834
835 2007-07-22 [colin]      2.10.0cvs53
836
837         * src/main.c
838                 Maemo: Fix the strange "top_application" info
839                 at startup. We should do something when 
840                 receiving such a message.
841
842 2007-07-20 [paul]       2.10.0cvs52
843
844         * src/news_gtk.c
845                 add missing #include "statusbar.h"
846
847 2007-07-20 [colin]      2.10.0cvs51
848
849         * src/folder.c
850         * src/folder.h
851         * src/folder_item_prefs.c
852         * src/folder_item_prefs.h
853         * src/folderview.c
854         * src/imap.c
855         * src/imap_gtk.c
856         * src/imap_gtk.h
857         * src/news.c
858         * src/news_gtk.c
859         * src/news_gtk.h
860         * src/prefs_folder_item.c
861                 Implement age-based caching: allow to
862                 specify a threshold for the offline synchronisation
863                 feature, and whether old cached bodies should 
864                 be removed
865         * src/toolbar.c
866         * src/toolbar.h
867                 Fix label/tooltips
868         * src/plugins/dillo_viewer/dillo_viewer.c
869                 Check that Dillo's installed
870
871 2007-07-20 [wwp]        2.10.0cvs50
872
873         * src/mimeview.c
874         * src/stock_pixmap.c
875                 Draw a frame around the selected mimeview part icon (instead of the
876                 shifted 'dancing' icon).
877
878 2007-07-20 [colin]      2.10.0cvs49
879
880         * src/main.c
881                 Unref stuff even on error
882         * src/wizard.c
883                 disconnect signals only at the very
884                 end of the wizard save.
885
886 2007-07-20 [colin]      2.10.0cvs48
887
888         * src/mainwindow.c
889         * src/messageview.c
890         * src/toolbar.c
891         * src/toolbar.h
892                 Fix random crashes while navigating
893                 (GTK_EVENTS_FLUSH)
894
895 2007-07-19 [colin]      2.10.0cvs47
896
897         * configure.ac
898         * src/main.c
899         * src/prefs_common.c
900         * src/prefs_common.h
901         * src/wizard.c
902         * src/common/defs.h
903         * src/common/utils.c
904                 Maemo: add an easy way to store data (mails
905                 and IMAP/NNTP caches) on one of the SD cards,
906                 and protect against unmounts if needed
907
908 2007-07-19 [paul]       2.10.0cvs46
909
910         * src/Makefile.am
911         * src/stock_pixmap.c
912         * src/gtk/about.c
913         * src/pixmaps/claws-mail_logo-small.xpm
914                 implement a (slightly) different About
915                 dialog for maemo and add a small version
916                 of the logo for it
917         * src/wizard.c
918                 use a scrolled window for wizard page 1
919                 on maemo
920
921 2007-07-19 [paul]       2.10.0cvs45
922
923         * src/Makefile.am
924                 too soon for this line
925
926 2007-07-19 [paul]       2.10.0cvs44
927
928         * src/Makefile.am
929                 fix build on n800
930
931 2007-07-19 [colin]      2.10.0cvs43
932
933         * src/wizard.c
934                 Solve Mail/Mailbox name when specifying
935                 full /path/to/Mail.
936
937 2007-07-18 [colin]      2.10.0cvs42
938
939         * src/inc.c
940         * configure.ac
941                 Fix build on n770
942
943 2007-07-18 [colin]      2.10.0cvs41
944
945         * src/inc.c
946                 Maemo: plug the online/offline system into
947                 maemo's interfaces to have Claws automatically
948                 switch according to the system status
949         * src/statusbar.c
950                 Maemo: use HildonBanners to display status
951                 messages. Renders the main statusbar useless.
952
953 2007-07-18 [paul]       2.10.0cvs40
954
955         * src/filtering.c
956                 fix screen blanking on moving/copying many msgs
957         * src/folder.c
958                 fix processing progressbar and screen blanking
959                 during processing
960
961 2007-07-18 [paul]       2.10.0cvs39
962
963         * src/messageview.c
964                 revert cvs37, breakage on maemo
965
966 2007-07-18 [paul]       2.10.0cvs38
967
968         * src/gtk/gtkutils.c
969                 make sure we can still build with older GTK's
970
971 2007-07-18 [colin]      2.10.0cvs37
972
973         * src/messageview.c
974                 Only hide the small layout's messageview, instead
975                 of destroying it when closing
976         * src/gtk/gtkutils.c
977                 Use gtk_window_present_with_time to popup windows,
978                 it seems to make things better with modern WMs
979                 (actually focusing)
980
981 2007-07-17 [colin]      2.10.0cvs36
982
983         * src/editaddress.c
984                 Simplify layout on Maemo
985         * src/folder.c
986                 Fix possible crash
987         * src/prefs_display_header.c
988                 Remove some headers by default on Maemo
989
990 2007-07-17 [paul]       2.10.0cvs35
991
992         * src/prefs_common.c
993         * src/prefs_common.h
994         * src/prefs_logging.c
995         * src/common/log.c
996                 add options to stop/enable writing logs to disc
997
998 2007-07-17 [paul]       2.10.0cvs34
999
1000         * src/edittags.c
1001                 fix some issues with the Apply tags window:
1002                 - set search column (enables autocompl in the treeview)
1003                 - apply tag from "New tag" if it existed
1004                 - clears New tag entry when adding it with the button
1005                 Thanks to Colin
1006
1007 2007-07-17 [paul]       2.10.0cvs33
1008
1009         * src/edittags.c
1010                 fix 'apply tags' dialogue weirdness
1011
1012 2007-07-16 [colin]      2.10.0cvs32
1013
1014         * src/toolbar.c
1015                 Fix double-loading of mails on Maemo
1016
1017 2007-07-16 [colin]      2.10.0cvs31
1018
1019         * src/messageview.c
1020                 Prevent double-loading of the same part under some
1021                 conditions; hide statusbar on Maemo
1022
1023 2007-07-16 [colin]      2.10.0cvs30
1024
1025         * src/edittags.c
1026         * src/edittags.h
1027         * src/mainwindow.c
1028         * src/summaryview.c
1029                 Improve the tag interface - allow
1030                 to set/unset tags from a special
1031                 window.
1032         * src/gtk/gtkvscrollbutton.c
1033         * src/mimeview.c
1034         * src/mimeview.h
1035         * src/stock_pixmap.c
1036                 Fix Mimeview's ugly hacks in the
1037                 icon list. 
1038
1039 2007-07-16 [paul]       2.10.0cvs29
1040
1041         * src/wizard.c
1042                 rework dialog
1043         * src/gtk/icon_legend.c
1044                 put it all in a scrolled window
1045
1046 2007-07-15 [colin]      2.10.0cvs28
1047
1048         * src/mainwindow.c
1049                 Maemo: force layout to be Small screen; the
1050                 others don't make sense
1051
1052 2007-07-14 [colin]      2.10.0cvs27
1053
1054         * src/mimeview.c
1055         * src/gtk/gtkvscrollbutton.c
1056                 Maemo: Fix mimeview's buttons size
1057
1058 2007-07-14 [colin]      2.10.0cvs26
1059
1060         * src/toolbar.c
1061                 Fix the button workaround fix.
1062                 (Use the correct variable)
1063
1064 2007-07-14 [colin]      2.10.0cvs25
1065
1066         * src/mainwindow.c
1067         * src/toolbar.c
1068                 Maemo: put the progress bar in the
1069                 toolbar
1070
1071 2007-07-14 [colin]      2.10.0cvs24
1072
1073         * src/prefs_common.c
1074                 Maemo: hide statusbar by default
1075         * src/Makefile.am
1076         * src/stock_pixmap.c
1077         * src/stock_pixmap.h
1078         * src/toolbar.c
1079         * src/pixmaps/go_folders.xpm
1080                 Maemo: Add a specific icon to go back to
1081                 folder list
1082
1083 2007-07-14 [colin]      2.10.0cvs23
1084
1085         * src/toolbar.c
1086                 Don't set homogeneous finally
1087
1088 2007-07-14 [colin]      2.10.0cvs22
1089
1090         * src/toolbar.c
1091                 Fix button show/hide issues
1092
1093 2007-07-14 [colin]      2.10.0cvs21
1094
1095         * src/toolbar.c
1096                 Fix huge arrows
1097                 Fix button workaround to be able to click
1098                 if mouse was on button when it went un-
1099                 sensitive.
1100                 Revert previous commit, gtk_tool_item_set_homogeneous
1101                 doesn't mean what it seems to mean ;-)
1102
1103 2007-07-14 [paul]       2.10.0cvs20
1104
1105         * src/toolbar.c
1106                 make homogeneous FALSE always
1107
1108 2007-07-13 [colin]      2.10.0cvs19
1109
1110         * src/toolbar.c
1111         * src/toolbar.h
1112                 Rework to fit the non-deprecated API
1113         * src/compose.c
1114         * src/folderview.c
1115         * src/mainwindow.c
1116         * src/messageview.c
1117         * src/summaryview.c
1118                 Maemo layout changes. Better toolbars,
1119                 removal of CTree headers. 
1120
1121 2007-07-13 [paul]       2.10.0cvs18
1122
1123         * src/gtk/colorlabel.c
1124                 fix bug 1261, '[DE] coloring messages in overview 
1125                 keys are not localised'
1126                 the string is now included in claws-mail.pot
1127
1128 2007-07-13 [colin]      2.10.0cvs17
1129
1130         * src/summaryview.c
1131                 Fix bug 1267, 'printing mutliple messages 
1132                 opens one message-dialog after the other'
1133                 Ask for confirmation when printing 10
1134                 messages or more.
1135
1136 2007-07-11 [colin]      2.10.0cvs16
1137
1138         * COPYING
1139         * README
1140         * autogen.sh
1141         * manual/claws-mail-manual.xml
1142         * manual/gpl.xml
1143         * manual/es/claws-mail-manual.xml
1144         * manual/es/gpl.xml
1145         * manual/fr/claws-mail-manual.xml
1146         * manual/fr/gpl.xml
1147         * manual/pl/gpl.xml
1148         * src/account.c
1149         * src/account.h
1150         * src/action.c
1151         * src/action.h
1152         * src/adbookbase.h
1153         * src/addr_compl.c
1154         * src/addr_compl.h
1155         * src/addrbook.c
1156         * src/addrbook.h
1157         * src/addrcache.c
1158         * src/addrcache.h
1159         * src/addrcindex.c
1160         * src/addrcindex.h
1161         * src/addrclip.c
1162         * src/addrclip.h
1163         * src/addrdefs.h
1164         * src/addressadd.c
1165         * src/addressadd.h
1166         * src/addressbook.c
1167         * src/addressbook.h
1168         * src/addressbook_foldersel.c
1169         * src/addressbook_foldersel.h
1170         * src/addressitem.h
1171         * src/addrgather.c
1172         * src/addrgather.h
1173         * src/addrharvest.c
1174         * src/addrharvest.h
1175         * src/addrindex.c
1176         * src/addrindex.h
1177         * src/addritem.c
1178         * src/addritem.h
1179         * src/addrquery.c
1180         * src/addrquery.h
1181         * src/addrselect.c
1182         * src/addrselect.h
1183         * src/alertpanel.c
1184         * src/alertpanel.h
1185         * src/browseldap.c
1186         * src/browseldap.h
1187         * src/codeconv.c
1188         * src/codeconv.h
1189         * src/compose.c
1190         * src/compose.h
1191         * src/crash.c
1192         * src/crash.h
1193         * src/customheader.c
1194         * src/customheader.h
1195         * src/displayheader.c
1196         * src/displayheader.h
1197         * src/editaddress.c
1198         * src/editaddress.h
1199         * src/editaddress_other_attributes_ldap.c
1200         * src/editaddress_other_attributes_ldap.h
1201         * src/editbook.c
1202         * src/editbook.h
1203         * src/editgroup.c
1204         * src/editgroup.h
1205         * src/editjpilot.c
1206         * src/editjpilot.h
1207         * src/editldap.c
1208         * src/editldap.h
1209         * src/editldap_basedn.c
1210         * src/editldap_basedn.h
1211         * src/edittags.c
1212         * src/edittags.h
1213         * src/editvcard.c
1214         * src/editvcard.h
1215         * src/enriched.c
1216         * src/enriched.h
1217         * src/exphtmldlg.c
1218         * src/exphtmldlg.h
1219         * src/expldifdlg.c
1220         * src/expldifdlg.h
1221         * src/export.c
1222         * src/export.h
1223         * src/exporthtml.c
1224         * src/exporthtml.h
1225         * src/exportldif.c
1226         * src/exportldif.h
1227         * src/filtering.c
1228         * src/filtering.h
1229         * src/folder.c
1230         * src/folder.h
1231         * src/folder_item_prefs.c
1232         * src/folder_item_prefs.h
1233         * src/foldersel.c
1234         * src/foldersel.h
1235         * src/folderutils.c
1236         * src/folderutils.h
1237         * src/folderview.c
1238         * src/folderview.h
1239         * src/gedit-print.c
1240         * src/gedit-print.h
1241         * src/grouplistdialog.c
1242         * src/grouplistdialog.h
1243         * src/headerview.c
1244         * src/headerview.h
1245         * src/html.c
1246         * src/html.h
1247         * src/image_viewer.c
1248         * src/image_viewer.h
1249         * src/imap.c
1250         * src/imap.h
1251         * src/imap_gtk.c
1252         * src/imap_gtk.h
1253         * src/import.c
1254         * src/import.h
1255         * src/importldif.c
1256         * src/importldif.h
1257         * src/importmutt.c
1258         * src/importmutt.h
1259         * src/importpine.c
1260         * src/importpine.h
1261         * src/inc.c
1262         * src/inc.h
1263         * src/jpilot.c
1264         * src/jpilot.h
1265         * src/ldapctrl.c
1266         * src/ldapctrl.h
1267         * src/ldaplocate.c
1268         * src/ldaplocate.h
1269         * src/ldapquery.c
1270         * src/ldapquery.h
1271         * src/ldapserver.c
1272         * src/ldapserver.h
1273         * src/ldapupdate.c
1274         * src/ldapupdate.h
1275         * src/ldaputil.c
1276         * src/ldaputil.h
1277         * src/ldif.c
1278         * src/ldif.h
1279         * src/localfolder.c
1280         * src/localfolder.h
1281         * src/main.c
1282         * src/main.h
1283         * src/mainwindow.c
1284         * src/mainwindow.h
1285         * src/manual.c
1286         * src/manual.h
1287         * src/matcher.c
1288         * src/matcher.h
1289         * src/matcher_parser.h
1290         * src/matcher_parser_lex.l
1291         * src/matcher_parser_parse.y
1292         * src/mbox.c
1293         * src/mbox.h
1294         * src/message_search.c
1295         * src/message_search.h
1296         * src/messageview.c
1297         * src/messageview.h
1298         * src/mh.c
1299         * src/mh.h
1300         * src/mh_gtk.c
1301         * src/mh_gtk.h
1302         * src/mimeview.c
1303         * src/mimeview.h
1304         * src/msgcache.c
1305         * src/msgcache.h
1306         * src/mutt.c
1307         * src/mutt.h
1308         * src/news.c
1309         * src/news.h
1310         * src/news_gtk.c
1311         * src/news_gtk.h
1312         * src/noticeview.c
1313         * src/noticeview.h
1314         * src/partial_download.c
1315         * src/partial_download.h
1316         * src/pine.c
1317         * src/pine.h
1318         * src/pop.c
1319         * src/pop.h
1320         * src/prefs_account.c
1321         * src/prefs_account.h
1322         * src/prefs_actions.c
1323         * src/prefs_actions.h
1324         * src/prefs_common.c
1325         * src/prefs_common.h
1326         * src/prefs_compose_writing.c
1327         * src/prefs_compose_writing.h
1328         * src/prefs_customheader.c
1329         * src/prefs_customheader.h
1330         * src/prefs_display_header.c
1331         * src/prefs_display_header.h
1332         * src/prefs_ext_prog.c
1333         * src/prefs_ext_prog.h
1334         * src/prefs_filtering.c
1335         * src/prefs_filtering.h
1336         * src/prefs_filtering_action.c
1337         * src/prefs_filtering_action.h
1338         * src/prefs_folder_column.c
1339         * src/prefs_folder_column.h
1340         * src/prefs_folder_item.c
1341         * src/prefs_folder_item.h
1342         * src/prefs_fonts.c
1343         * src/prefs_fonts.h
1344         * src/prefs_gtk.c
1345         * src/prefs_gtk.h
1346         * src/prefs_image_viewer.c
1347         * src/prefs_image_viewer.h
1348         * src/prefs_logging.c
1349         * src/prefs_logging.h
1350         * src/prefs_matcher.c
1351         * src/prefs_matcher.h
1352         * src/prefs_message.c
1353         * src/prefs_message.h
1354         * src/prefs_msg_colors.c
1355         * src/prefs_msg_colors.h
1356         * src/prefs_other.c
1357         * src/prefs_other.h
1358         * src/prefs_quote.c
1359         * src/prefs_quote.h
1360         * src/prefs_receive.c
1361         * src/prefs_receive.h
1362         * src/prefs_send.c
1363         * src/prefs_send.h
1364         * src/prefs_spelling.c
1365         * src/prefs_spelling.h
1366         * src/prefs_summaries.c
1367         * src/prefs_summaries.h
1368         * src/prefs_summary_column.c
1369         * src/prefs_summary_column.h
1370         * src/prefs_summary_open.c
1371         * src/prefs_summary_open.h
1372         * src/prefs_template.c
1373         * src/prefs_template.h
1374         * src/prefs_themes.c
1375         * src/prefs_themes.h
1376         * src/prefs_toolbar.c
1377         * src/prefs_toolbar.h
1378         * src/prefs_wrapping.c
1379         * src/prefs_wrapping.h
1380         * src/privacy.c
1381         * src/privacy.h
1382         * src/procheader.c
1383         * src/procheader.h
1384         * src/procmime.c
1385         * src/procmime.h
1386         * src/procmsg.c
1387         * src/procmsg.h
1388         * src/quote_fmt.c
1389         * src/quote_fmt_lex.l
1390         * src/quote_fmt_parse.y
1391         * src/recv.c
1392         * src/recv.h
1393         * src/remotefolder.c
1394         * src/remotefolder.h
1395         * src/send_message.c
1396         * src/send_message.h
1397         * src/setup.c
1398         * src/setup.h
1399         * src/simple-gettext.c
1400         * src/sourcewindow.c
1401         * src/sourcewindow.h
1402         * src/ssl_manager.c
1403         * src/ssl_manager.h
1404         * src/statusbar.c
1405         * src/statusbar.h
1406         * src/stock_pixmap.c
1407         * src/stock_pixmap.h
1408         * src/summary_search.c
1409         * src/summary_search.h
1410         * src/summaryview.c
1411         * src/summaryview.h
1412         * src/textview.c
1413         * src/textview.h
1414         * src/toolbar.c
1415         * src/toolbar.h
1416         * src/undo.c
1417         * src/undo.h
1418         * src/unmime.c
1419         * src/unmime.h
1420         * src/uri_opener.c
1421         * src/uri_opener.h
1422         * src/vcard.c
1423         * src/vcard.h
1424         * src/wizard.c
1425         * src/wizard.h
1426         * src/common/base64.c
1427         * src/common/base64.h
1428         * src/common/claws.c
1429         * src/common/claws.h
1430         * src/common/defs.h
1431         * src/common/fnmatch.c
1432         * src/common/fnmatch.h
1433         * src/common/fnmatch_loop.c
1434         * src/common/hooks.c
1435         * src/common/hooks.h
1436         * src/common/log.c
1437         * src/common/log.h
1438         * src/common/md5.c
1439         * src/common/md5.h
1440         * src/common/mgutils.c
1441         * src/common/mgutils.h
1442         * src/common/nntp.c
1443         * src/common/nntp.h
1444         * src/common/passcrypt.c
1445         * src/common/passcrypt.h.in
1446         * src/common/plugin.c
1447         * src/common/plugin.h
1448         * src/common/prefs.c
1449         * src/common/prefs.h
1450         * src/common/progressindicator.c
1451         * src/common/progressindicator.h
1452         * src/common/quoted-printable.c
1453         * src/common/quoted-printable.h
1454         * src/common/session.c
1455         * src/common/session.h
1456         * src/common/smtp.c
1457         * src/common/smtp.h
1458         * src/common/socket.c
1459         * src/common/socket.h
1460         * src/common/ssl.c
1461         * src/common/ssl.h
1462         * src/common/ssl_certificate.c
1463         * src/common/ssl_certificate.h
1464         * src/common/string_match.c
1465         * src/common/string_match.h
1466         * src/common/stringtable.c
1467         * src/common/stringtable.h
1468         * src/common/tags.c
1469         * src/common/tags.h
1470         * src/common/template.c
1471         * src/common/template.h
1472         * src/common/timing.h
1473         * src/common/utils.c
1474         * src/common/utils.h
1475         * src/common/uuencode.c
1476         * src/common/uuencode.h
1477         * src/common/version.h.in
1478         * src/common/w32_dirent.c
1479         * src/common/w32_reg.c
1480         * src/common/w32_signal.c
1481         * src/common/w32_stat.c
1482         * src/common/w32_stdlib.c
1483         * src/common/w32_string.c
1484         * src/common/w32_time.c
1485         * src/common/w32_unistd.c
1486         * src/common/w32_wait.c
1487         * src/common/w32lib.h
1488         * src/common/xml.c
1489         * src/common/xml.h
1490         * src/common/xmlprops.c
1491         * src/common/xmlprops.h
1492         * src/etpan/etpan-errors.h
1493         * src/etpan/etpan-thread-manager-types.h
1494         * src/etpan/etpan-thread-manager.c
1495         * src/etpan/etpan-thread-manager.h
1496         * src/etpan/imap-thread.c
1497         * src/etpan/imap-thread.h
1498         * src/gtk/about.c
1499         * src/gtk/about.h
1500         * src/gtk/colorlabel.c
1501         * src/gtk/colorlabel.h
1502         * src/gtk/colorsel.c
1503         * src/gtk/colorsel.h
1504         * src/gtk/combobox.c
1505         * src/gtk/combobox.h
1506         * src/gtk/description_window.c
1507         * src/gtk/description_window.h
1508         * src/gtk/filesel.c
1509         * src/gtk/filesel.h
1510         * src/gtk/foldersort.c
1511         * src/gtk/foldersort.h
1512         * src/gtk/gtkaspell.c
1513         * src/gtk/gtkaspell.h
1514         * src/gtk/gtksctree.c
1515         * src/gtk/gtkshruler.c
1516         * src/gtk/gtkshruler.h
1517         * src/gtk/gtksourceprintjob.c
1518         * src/gtk/gtksourceprintjob.h
1519         * src/gtk/gtkutils.c
1520         * src/gtk/gtkutils.h
1521         * src/gtk/gtkvscrollbutton.c
1522         * src/gtk/gtkvscrollbutton.h
1523         * src/gtk/icon_legend.c
1524         * src/gtk/icon_legend.h
1525         * src/gtk/inputdialog.c
1526         * src/gtk/inputdialog.h
1527         * src/gtk/logwindow.c
1528         * src/gtk/logwindow.h
1529         * src/gtk/manage_window.c
1530         * src/gtk/manage_window.h
1531         * src/gtk/menu.c
1532         * src/gtk/menu.h
1533         * src/gtk/pluginwindow.c
1534         * src/gtk/pluginwindow.h
1535         * src/gtk/prefswindow.c
1536         * src/gtk/prefswindow.h
1537         * src/gtk/progressdialog.c
1538         * src/gtk/progressdialog.h
1539         * src/gtk/quicksearch.c
1540         * src/gtk/quicksearch.h
1541         * src/gtk/sslcertwindow.c
1542         * src/gtk/sslcertwindow.h
1543         * src/plugins/bogofilter/bogofilter.c
1544         * src/plugins/bogofilter/bogofilter.h
1545         * src/plugins/bogofilter/bogofilter_gtk.c
1546         * src/plugins/clamav/clamav_plugin.c
1547         * src/plugins/clamav/clamav_plugin.h
1548         * src/plugins/clamav/clamav_plugin_gtk.c
1549         * src/plugins/demo/demo.c
1550         * src/plugins/dillo_viewer/dillo_prefs.c
1551         * src/plugins/dillo_viewer/dillo_prefs.h
1552         * src/plugins/dillo_viewer/dillo_viewer.c
1553         * src/plugins/pgpcore/passphrase.c
1554         * src/plugins/pgpcore/passphrase.h
1555         * src/plugins/pgpcore/pgp_viewer.c
1556         * src/plugins/pgpcore/pgp_viewer.h
1557         * src/plugins/pgpcore/plugin.c
1558         * src/plugins/pgpcore/prefs_gpg.c
1559         * src/plugins/pgpcore/prefs_gpg.h
1560         * src/plugins/pgpcore/select-keys.c
1561         * src/plugins/pgpcore/select-keys.h
1562         * src/plugins/pgpcore/sgpgme.c
1563         * src/plugins/pgpcore/sgpgme.h
1564         * src/plugins/pgpinline/pgpinline.c
1565         * src/plugins/pgpinline/pgpinline.h
1566         * src/plugins/pgpinline/plugin.c
1567         * src/plugins/pgpmime/pgpmime.c
1568         * src/plugins/pgpmime/pgpmime.h
1569         * src/plugins/pgpmime/plugin.c
1570         * src/plugins/spamassassin/spamassassin.c
1571         * src/plugins/spamassassin/spamassassin.h
1572         * src/plugins/spamassassin/spamassassin_gtk.c
1573         * src/plugins/trayicon/trayicon.c
1574         * src/plugins/trayicon/trayicon_prefs.c
1575         * src/plugins/trayicon/trayicon_prefs.h
1576         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1577         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1578         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1579         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1580         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1581         * tools/OOo2claws-mail.pl
1582         * tools/README.sylprint
1583         * tools/acroread2claws-mail.pl
1584         * tools/claws-mail-compose-insert-files.pl
1585         * tools/convert_mbox.pl
1586         * tools/filter_conv.pl
1587         * tools/filter_conv_new.pl
1588         * tools/fix_date.sh
1589         * tools/freshmeat_search.pl
1590         * tools/google_search.pl
1591         * tools/kmail-mailbox2claws-mail.pl
1592         * tools/kmail2claws-mail.pl
1593         * tools/kmail2claws-mail_v2.pl
1594         * tools/mairix.sh
1595         * tools/make.themes.project
1596         * tools/multiwebsearch.pl
1597         * tools/nautilus2claws-mail.sh
1598         * tools/outlook2claws-mail.pl
1599         * tools/textviewer.sh
1600         * tools/thunderbird-filters-convertor.pl
1601         * tools/update-po
1602         * tools/uuooffice
1603         * tools/vcard2xml.py
1604         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1605                 Upgrade to GPLv3 or later.
1606
1607 2007-07-10 [wwp]        2.10.0cvs15
1608
1609         * src/main.c
1610                 Fix re-opening of all composing messages that were
1611                 opened when closing the previous instance, thanks
1612                 to Colin.
1613
1614 2007-07-10 [paul]       2.10.0cvs14
1615
1616         * src/editaddress_other_attributes_ldap.c
1617         * src/ldapupdate.c
1618                 fix crash on selecting 'other attributes' combo
1619                 for either a new entry or an old entry with no
1620                 existing attributes.
1621                 fix bug on editing multiple attributes which
1622                 resulted them all having the value of the last
1623                 one changed.
1624                 Thanks to Colin
1625
1626 2007-07-10 [colin]      2.10.0cvs13
1627
1628         * src/editaddress.c
1629         * src/editaddress_other_attributes_ldap.h
1630         * src/ldapupdate.c
1631                 Fix --disable-ldap build
1632
1633 2007-07-09 [colin]      2.10.0cvs12
1634
1635         * src/Makefile.am
1636         * src/addritem.c
1637         * src/addritem.h
1638         * src/editaddress.c
1639         * src/editaddress_other_attributes_ldap.c
1640         * src/editaddress_other_attributes_ldap.h
1641         * src/editldap.c
1642         * src/ldapctrl.c
1643         * src/ldapctrl.h
1644         * src/ldapupdate.c
1645                 Add capability to edit all inetOrgPerson
1646                 attributes on LDAP. Patch by Michael 
1647                 Rasmussen
1648
1649 2007-07-09 [colin]      2.10.0cvs11
1650
1651         * src/Makefile.am
1652         * src/exporthtml.c
1653         * src/mbox.c
1654         * src/msgcache.c
1655         * src/prefs_summaries.c
1656         * src/prefs_themes.c
1657         * src/procheader.c
1658         * src/common/Makefile.am
1659         * src/common/log.c
1660         * src/common/timing.h
1661         * src/common/utils.c
1662         * src/common/utils.h
1663         * src/common/w32_account.c
1664         * src/common/w32lib.h
1665         * src/gtk/Makefile.am
1666         * src/gtk/colorlabel.c
1667         * src/plugins/pgpcore/Makefile.am
1668         * src/plugins/pgpcore/claws.def
1669         * src/plugins/pgpcore/passphrase.c
1670         * src/plugins/pgpcore/pgp_viewer.c
1671         * src/plugins/pgpcore/plugin.def
1672         * src/plugins/pgpcore/sgpgme.c
1673         * src/plugins/pgpinline/Makefile.am
1674         * src/plugins/pgpinline/claws.def
1675         * src/plugins/pgpinline/mypgpcore.def
1676         * src/plugins/pgpinline/plugin.def
1677         * src/plugins/pgpmime/Makefile.am
1678         * src/plugins/pgpmime/claws.def
1679         * src/plugins/pgpmime/mypgpcore.def
1680         * src/plugins/pgpmime/plugin.def
1681                 Commit win32 patch, from Werner Koch and
1682                 Marcus Brinkmann
1683
1684 2007-07-09 [colin]      2.10.0cvs10
1685
1686         * src/prefs_toolbar.c
1687                 Fix crash when no actions exist
1688
1689 2007-07-07 [paul]       2.10.0cvs9
1690
1691         * COPYING
1692         * manual/claws-mail-manual.xml
1693                 update copyright year
1694         * po/fi.po
1695                 updated by Flammie Pirinen
1696
1697 2007-07-05 [wwp]        2.10.0cvs8
1698
1699         * src/plugins/clamav/clamav_plugin_gtk.c
1700                 Make vertical spacing like in other plugin prefs pages.
1701
1702 2007-07-05 [wwp]        2.10.0cvs7
1703
1704         * src/quote_fmt.c
1705                 It's %am that works, not %ae (this doc incoherence has been
1706                 introduced with 2.9.2cvs13).
1707
1708 2007-07-04 [wwp]        2.10.0cvs6
1709
1710         * src/plugins/bogofilter/bogofilter.c
1711                 Gettext-ize an occurrence of "Any" that wasn't.
1712
1713 2007-07-04 [colin]      2.10.0cvs5
1714
1715         * po/POTFILES.in
1716                 Fix untranslated strings; thanks
1717                 to Pader Rezso.
1718
1719 2007-07-03 [colin]      2.10.0cvs4
1720
1721         * src/folder.c
1722         * src/mainwindow.c
1723                 Fix saving of sort mode for tags and
1724                 thread date. Thanks to Pierre Ossman.
1725                 Completes fix for bug 1233
1726
1727 2007-07-03 [paul]       2.10.0cvs3
1728
1729         * src/compose.c
1730                 fix auto-save
1731         * src/summaryview.c
1732                 fix build warnings
1733         Thanks to Colin
1734
1735 2007-07-02 [colin]      2.10.0cvs2
1736
1737         * src/folder.h
1738         * src/mainwindow.c
1739         * src/procmsg.h
1740         * src/summaryview.c
1741                 Add View/Sort/by Thread date
1742                 Fixes bug 1233, 'Capability to sort 
1743                 threads by most recent message'
1744                 Based on a patch by Paul Rolland
1745
1746 2007-07-02 [colin]      2.10.0cvs1
1747
1748         * src/Makefile.am
1749         * src/compose.c
1750         * src/edittags.c
1751         * src/edittags.h
1752         * src/filtering.c
1753         * src/folder.c
1754         * src/folder.h
1755         * src/headerview.c
1756         * src/headerview.h
1757         * src/main.c
1758         * src/mainwindow.c
1759         * src/mainwindow.h
1760         * src/manual.h
1761         * src/matcher.c
1762         * src/matcher.h
1763         * src/matcher_parser_parse.y
1764         * src/mimeview.c
1765         * src/msgcache.c
1766         * src/msgcache.h
1767         * src/prefs_common.c
1768         * src/prefs_common.h
1769         * src/prefs_filtering_action.c
1770         * src/prefs_matcher.c
1771         * src/prefs_summary_column.c
1772         * src/procmsg.c
1773         * src/procmsg.h
1774         * src/quote_fmt.c
1775         * src/quote_fmt_lex.l
1776         * src/quote_fmt_parse.y
1777         * src/summaryview.c
1778         * src/summaryview.h
1779         * src/textview.c
1780         * src/common/Makefile.am
1781         * src/common/defs.h
1782         * src/common/tags.c
1783         * src/common/tags.h
1784         * src/gtk/quicksearch.c
1785         * src/gtk/quicksearch.h
1786                 Add Tags implementation. Tags are arbitrary labels
1787                 that can be applied to messages. It is possible 
1788                 to create, edit, remove tags; apply them to mails;
1789                 filter on tags or tag presence; apply or unset
1790                 tags via filtering actions; reference tags in
1791                 reply templates.
1792
1793 2007-07-02 [paul]       2.10.0
1794
1795         * NEWS
1796         * README
1797         * RELEASE_NOTES
1798                 2.10.0 released
1799
1800 2007-07-02 [paul]       2.9.2cvs78
1801
1802         * po/de.po
1803         * po/en_GB.po
1804         * po/es.po
1805         * po/fr.po
1806         * po/hu.po
1807         * po/pt_BR.po
1808         * po/ru.po
1809         * po/zh_CN.po
1810                 updated by Stephan Sachse, me, Ricardo Mones
1811                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1812                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1813
1814 2007-07-02 [paul]       2.9.2cvs77
1815
1816         * AUTHORS
1817                 updated
1818
1819 2007-06-29 [wwp]        2.9.2cvs76
1820
1821         * src/gtk/headers.h
1822                 Fix a typo (thanks to Ricardo for finding this out).
1823
1824 2007-06-28 [paul]       2.9.2cvs75
1825
1826         * src/folderview.c
1827                 fix build warnings
1828
1829 2007-06-28 [paul]       2.9.2cvs74
1830
1831         * tools/Makefile.am
1832                 fix bug in the autotools build system.
1833                 Files cataloged under EXTRA_DIST were never
1834                 automatically copied to the build tree.
1835                 (fix 'make distcheck')
1836                 Patch by Michael Rasmussen.
1837
1838 2007-06-24 [colin]      2.9.2cvs73
1839
1840         * src/news_gtk.c
1841                 Fix bug 1249, 'Error handling for 
1842                 news errors needs modification'
1843                 Only popup error if the according
1844                 pref in Prefs/Receive is set.
1845
1846 2007-06-21 [colin]      2.9.2cvs72
1847
1848         * src/common/plugin.c
1849         * src/common/plugin.h
1850                 Change plugin API to know whether it's safe to 
1851                 unload plugins or whether we should just hide
1852                 them. Fixes bug 1248, 'Core dumps after 
1853                 unloading plugin and clicking on load plugins'
1854         * src/plugins/bogofilter/bogofilter.c
1855         * src/plugins/clamav/clamav_plugin.c
1856         * src/plugins/demo/demo.c
1857         * src/plugins/dillo_viewer/dillo_viewer.c
1858         * src/plugins/pgpcore/plugin.c
1859         * src/plugins/pgpinline/plugin.c
1860         * src/plugins/pgpmime/plugin.c
1861         * src/plugins/spamassassin/spamassassin.c
1862         * src/plugins/trayicon/trayicon.c
1863                 Update API
1864
1865 2007-06-19 [colin]      2.9.2cvs71
1866
1867         * src/compose.c
1868         * src/messageview.c
1869                 Fix crash mentioned in bug 1246
1870                 Race condition when automatically drafting
1871                 due to insertion on reedit.
1872
1873 2007-06-18 [wwp]        2.9.2cvs70
1874
1875         * src/importldif.c
1876                 LDIF import: use a "Proceed" button to complete
1877                 the process.
1878
1879 2007-06-18 [paul]       2.9.2cvs69
1880
1881         * configure.ac
1882                 use pkgconfig to check for gtk and glib
1883
1884 2007-06-17 [wwp]        2.9.2cvs68
1885
1886         * src/ldif.c
1887         * src/importldif.c
1888                 LDIF import: better error handling, minor code
1889                 and UI cleanup, and renamed the Save button
1890                 to Close, as imported stuff is already saved
1891                 when the Save button is shown.
1892
1893 2007-06-17 [colin]      2.9.2cvs67
1894
1895         * src/prefs_summaries.c
1896         * src/procmsg.c
1897                 Don't set as read when forwarded, only replied to
1898
1899 2007-06-17 [paul]       2.9.2cvs66
1900
1901         * src/alertpanel.c
1902                 add missing #include
1903
1904 2007-06-16 [colin]      2.9.2cvs65
1905
1906         * src/prefs_summaries.c
1907         * src/procmsg.c
1908                 Change the pref "Only mark as read when opened
1909                 in new window" to "..., replied to or forwarded".
1910                 Based on a patch by Paul Rolland.
1911
1912 2007-06-16 [paul]       2.9.2cvs64
1913
1914         * src/gtk/authors.h
1915                 alphabetical order! :)
1916
1917 2007-06-16 [colin]      2.9.2cvs63
1918
1919         * AUTHORS
1920         * src/gtk/authors.h
1921                 Add Michael Rasmussen in authors list
1922
1923 2007-06-16 [colin]      2.9.2cvs62
1924
1925         * src/messageview.c
1926                 Fix messageview_copy_clipboard to take advantage
1927                 of plugins' get_selection.
1928
1929 2007-06-15 [colin]      2.9.2cvs61
1930
1931         * src/action.c
1932         * src/addr_compl.c
1933         * src/addressbook.c
1934         * src/folderview.c
1935         * src/message_search.c
1936         * src/mimeview.c
1937         * src/summary_search.c
1938         * src/summaryview.c
1939         * src/textview.c
1940                 Allow GDK_KP_Enter to do the same as GDK_Return
1941                 Patch by Michael Rasmussen
1942
1943 2007-06-15 [paul]       2.9.2cvs60
1944
1945         * src/compose.c
1946                 fix bug when closing a compose window
1947                 during autosave
1948
1949 2007-06-14 [paul]       2.9.2cvs59
1950
1951         * src/main.c
1952         * src/common/defs.h
1953                 migrate sylpheed config
1954
1955 2007-06-14 [wwp]        2.9.2cvs58
1956
1957         * src/gtk/pluginwindow.c
1958                 Yet another attempt to fix sizing/alignment of the
1959                 button bar in plugins window.
1960
1961 2007-06-12 [colin]      2.9.2cvs57
1962
1963         * po/POTFILES.in
1964         * src/Makefile.am
1965         * src/folderview.c
1966         * src/prefs_common.c
1967         * src/prefs_common.h
1968         * src/prefs_summaries.c
1969         * src/prefs_summary_open.c
1970         * src/prefs_summary_open.h
1971         * src/summaryview.c
1972                 Make "when entering a folder" actions more personalisable
1973
1974 2007-06-12 [wwp]        2.9.2cvs56
1975
1976         * tools/README
1977                 Use short description from Paul (mairix.sh).
1978
1979 2007-06-12 [wwp]        2.9.2cvs55
1980
1981         * tools/README
1982                 Updated info about mairix.sh.
1983
1984 2007-06-11 [paul]       2.9.2cvs54
1985
1986         * src/prefs_logging.c
1987                 rework log window length widgets
1988                 and some sensitivity fixes
1989
1990 2007-06-11 [paul]       2.9.2cvs53
1991
1992         * src/mainwindow.c
1993         * src/prefs_logging.c
1994                 rename 'Protocol Log' to 'Network Log'
1995                 and some function renaming
1996
1997 2007-06-10 [wwp]        2.9.2cvs52
1998
1999         * src/gtk/pluginwindow.c
2000                 Revert 2.9.2cvs51.
2001
2002 2007-06-10 [wwp]        2.9.2cvs51
2003
2004         * src/gtk/pluginwindow.c
2005                 Fix button bar in plugin window, was centered and not
2006                 behaving like other dialogs w/ such button bar.
2007
2008 2007-06-08 [wwp]        2.9.2cvs50
2009
2010         * src/compose.c
2011         * src/compose.h
2012         * src/main.c
2013         * src/mainwindow.c
2014         * src/mainwindow.h
2015                 Provide a way out of automatic draft saving on IMAP, when
2016                 exiting offline.
2017                 Prevent drafting while sending and quitting while sending.
2018                 Thanks for Colin.
2019
2020
2021
2022 2007-06-08 [wwp]        2.9.2cvs49
2023
2024         * src/prefs_account.c
2025         * src/gtk/prefswindow.c
2026         * src/gtk/prefswindow.h
2027                 Activate the Basic page when opening account prefs.
2028
2029 2007-06-08 [wwp]        2.9.2cvs48
2030
2031         * src/common/socket.c
2032                 Don't crash if fork() fails, thanks to Colin.
2033
2034 2007-06-08 [wwp]        2.9.2cvs47
2035
2036         * src/gtk/prefswindow.c
2037                 Wrap some long lines, and reset horizontal scroller's adjusment
2038                 (this was already done, vertically), when changing tab (not page)
2039                 in prefs windows.
2040
2041 2007-06-08 [paul]       2.9.2cvs46
2042
2043         * src/common/utils.c
2044                 use gethostname() instead of uname()
2045                 based on a patch by Michael Hughes
2046                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2047
2048 2007-06-07 [wwp]        2.9.2cvs45
2049
2050         * src/prefs_common.c
2051                 Fix some useless warnings, thanks to Colin.
2052
2053 2007-06-06 [colin]      2.9.2cvs44
2054
2055         * src/ldapupdate.c
2056                 Fix strange allocations. 
2057
2058 2007-06-06 [colin]      2.9.2cvs43
2059
2060         * src/ldapupdate.c
2061                 Patch by Michael Rasmussus to help
2062                 bug 1232
2063
2064 2007-06-05 [wwp]        2.9.2cvs42
2065
2066         * src/prefs_account.c
2067         * src/prefs_folder_item.c
2068         * src/prefs_quote.c
2069         * src/quote_fmt.c
2070         * src/quote_fmt.h
2071                 Per-folder templates can now be applied recursively.
2072                 Always save per-folder templates (formats were erroneously
2073                 saved only if they were enabled).
2074                 Check for validity of quotation marks everywhere there
2075                 are defined.
2076
2077 2007-06-05 [wwp]        2.9.2cvs41
2078
2079         * src/inc.c
2080                 Fix incoming messages from local accounts always getting filtered
2081                 (even if the account prefs say don't), thanks to Colin.
2082
2083 2007-06-05 [wwp]        2.9.2cvs40
2084
2085         * src/compose.c
2086         * src/compose.h
2087                 Use per-folder/per-account quote chars when applying a
2088                 template or inserting text as well. Const'ify some
2089                 vars more.
2090
2091 2007-06-04 [colin]      2.9.2cvs39
2092
2093         * src/compose.c
2094                 More work for wwp :)
2095
2096 2007-06-04 [wwp]        2.9.2cvs38
2097
2098         * src/compose.c
2099                 Same as 2.9.2cvs36 but for forwarding.
2100
2101 2007-06-04 [colin]      2.9.2cvs37
2102
2103         * src/compose.c
2104                 Use original mail file for forward/redirect
2105                 Fixes some forwarded mails to be attached as
2106                 application/octet-stream (when they have binary
2107                 parts), and incidentally fixes bug 848
2108                 'Redirect breaks GnuPG'
2109
2110 2007-06-04 [wwp]        2.9.2cvs36
2111
2112         * src/compose.c
2113                 Fix quote mark mis-initialisation when replying/forwarding
2114                 (introduced w/ 2.9.2cvs20).
2115
2116 2007-06-04 [wwp]        2.9.2cvs35
2117
2118         * src/prefs_compose_writing.c
2119         * src/prefs_quote.c
2120                 Fix a bug where Quotation characters (prefs/compose/writing)
2121                 was cleared (introduced w/ 2.9.2cvs26).
2122
2123 2007-06-04 [wwp]        2.9.2cvs34
2124
2125         * src/prefs_account.c
2126         * src/prefs_account.h
2127                 Better fix for compiling w/o aspell (rollbacks
2128                 2.9.2cvs31).
2129
2130 2007-06-04 [wwp]        2.9.2cvs33
2131
2132         * src/account.c
2133         * src/prefs_account.c
2134         * src/prefs_account.h
2135         * src/procmsg.c
2136                 It's now possible to disable mail filtering plugins
2137                 on a per-account basis.
2138
2139 2007-06-04 [wwp]        2.9.2cvs32
2140
2141         * src/procheader.c
2142         * src/common/utils.c
2143         * src/common/utils.h
2144                 Support CRLF in headers part of messages.
2145                 Support few more date formats (RFC3339 subsets).
2146
2147 2007-06-04 [wwp]        2.9.2cvs31
2148
2149         * src/prefs_account.c
2150                 Fix compiling w/o aspell support.
2151
2152 2007-06-03 [wwp]        2.9.2cvs30
2153
2154         * src/prefs_gtk.c
2155                 Don't decode leading ENV_ and ~ in P_PASSWORD
2156                 values.
2157
2158 2007-06-03 [wwp]        2.9.2cvs29
2159
2160         * src/prefs_gtk.c
2161                 Don't decode leading ENV_ and ~ in P_PASSWORD
2162                 values.
2163
2164 2007-06-03 [wwp]        2.9.2cvs28
2165
2166         * src/prefs_account.c
2167         * src/gtk/prefswindow.c
2168         * src/gtk/prefswindow.h
2169                 Added a way to force preloading of all pages
2170                 (prefswindow).
2171                 Moved tabs to pages in account prefs.
2172
2173 2007-06-02 [colin]      2.9.2cvs27
2174
2175         * src/addressbook.c
2176                 Fix possible crash, fix ldap write bugs
2177         * src/ldapupdate.c
2178                 Fix ldap write bugs - patch by Michael
2179                 Rasmussen
2180         * src/alertpanel.c
2181         * src/alertpanel.h
2182                 Add a hook whenever alertpanel opens/closes
2183
2184 2007-05-31 [wwp]        2.9.2cvs26
2185
2186         * src/prefs_compose_writing.c
2187         * src/prefs_quote.c
2188                 Re-organized writing options a bit:
2189                  - renamed the Quoting page to Templates
2190                  - moved all composing templates to that page
2191                  - moved non-templates options to the Writing one,
2192                    grouped reply-related options, reordered reply and
2193                    forward options.
2194
2195 2007-05-31 [wwp]        2.9.2cvs25
2196
2197         * src/compose.c
2198                 Removed unused code.
2199
2200 2007-05-31 [colin]      2.9.2cvs24
2201
2202         * src/addressbook.c
2203                 Fix missing display name when modifying
2204                 LDAP. Patch by Michael Rasmussen
2205
2206 2007-05-31 [wwp]        2.9.2cvs23
2207
2208         * src/plugins/bogofilter/Makefile.am
2209         * src/plugins/clamav/Makefile.am
2210         * src/plugins/demo/Makefile.am
2211         * src/plugins/dillo_viewer/Makefile.am
2212         * src/plugins/spamassassin/Makefile.am
2213                 Fix building of those plugins in Mac OS X.
2214
2215 2007-05-30 [wwp]        2.9.2cvs22
2216
2217         * src/gtk/quicksearch.c
2218                 Fix missing initialization.
2219
2220 2007-05-30 [wwp]        2.9.2cvs21
2221
2222         * src/procheader.c
2223                 Revert accidental commit (debug outputs).
2224
2225 2007-05-30 [wwp]        2.9.2cvs20
2226
2227         * src/compose.c
2228         * src/folder_item_prefs.c
2229         * src/folder_item_prefs.h
2230         * src/prefs_account.c
2231         * src/prefs_account.h
2232         * src/prefs_folder_item.c
2233         * src/prefs_gtk.c
2234         * src/prefs_gtk.h
2235                 Implemented per-account and per-folder
2236                 compose/reply/forward formats.
2237
2238 2007-05-30 [wwp]        2.9.2cvs19
2239
2240         * src/prefs_compose_writing.c
2241         * src/prefs_quote.c
2242         * src/procheader.c
2243         * src/quote_fmt.c
2244         * src/quote_fmt.h
2245                 Internal API changes (factorize quote format
2246                 prefs and checks).
2247
2248 2007-05-30 [colin]      2.9.2cvs18
2249
2250         * src/compose.c
2251                 Fix race where it's possible to re-click Send
2252                 between end of SMTP session and end of "move to
2253                 sent folder" when sending an email with send
2254                 dialog enabled.
2255
2256 2007-05-30 [colin]      2.9.2cvs17
2257
2258         * src/crash.c
2259                 Ask for backtrace on all threads. Patch by
2260                 Pawel
2261         * src/folderview.c
2262                 Fix stale news statusbar when scanning fails.
2263                 Patch by Pawel
2264         * src/ldapupdate.c
2265                 Fix some LDAP write updates bugs. Patch
2266                 by Michael Rasmussen
2267
2268 2007-05-29 [colin]      2.9.2cvs16
2269
2270         * src/imap.c
2271                 Fix loss of local flags when moving mails
2272                 on IMAP in high-bandwidth mode (UID FETCH)
2273
2274 2007-05-25 [paul]       2.9.2cvs15
2275
2276         * src/common/socket.c
2277                 fix sometimes crasher on cancelling
2278                 message sending
2279
2280 2007-05-25 [colin]      2.9.2cvs14
2281
2282         * src/imap.c
2283                 Fix a memory leak
2284         * src/imap_gtk.c
2285                 Be more helpful in the subscription
2286                 message
2287
2288 2007-05-23 [wwp]        2.9.2cvs13
2289
2290         * src/compose.c
2291         * src/prefs_compose_writing.c
2292         * src/prefs_quote.c
2293         * src/prefs_template.c
2294         * src/prefs_template.h
2295         * src/quote_fmt.c
2296         * src/quote_fmt.h
2297         * src/quote_fmt_lex.l
2298         * src/quote_fmt_parse.y
2299                 Introduced new syntax elements (symbols and commands)
2300                 in templates/quote_fmt. Compatibility w/ old
2301                 symbols is kept.
2302                 Updated and reworked the corresponding Information
2303                 dialog.
2304                 Display the line number in dialogs that talk about
2305                 parser errors (in addition to the error message in
2306                 output).
2307
2308 2007-05-23 [wwp]        2.9.2cvs12
2309
2310         * src/quote_fmt_parse.y
2311                 Fix 2.9.2cvs11, probably a paste accident ;).
2312
2313 2007-05-23 [wwp]        2.9.2cvs11
2314
2315         * src/compose.c
2316         * src/prefs_template.c
2317         * src/quote_fmt.h
2318         * src/quote_fmt_parse.y
2319                 Fix 2.9.2cvs10, which broke --disable-aspell.
2320
2321 2007-05-22 [wwp]        2.9.2cvs10
2322
2323         * src/compose.c
2324         * src/prefs_template.c
2325         * src/quote_fmt.c
2326         * src/quote_fmt.h
2327         * src/quote_fmt_lex.l
2328         * src/quote_fmt_parse.y
2329         * src/gtk/gtkaspell.c
2330         * src/gtk/gtkaspell.h
2331                 Added template/quote format syntactical elements
2332                 to show and query:
2333                         - current dictionary
2334                           %T to show (shows empty if not set or not enabled),
2335                           ?T and !T to check if the default dictionary is
2336                           enabled and set
2337                         - current account's default dictionary
2338                           %aT to show (empty if not set or not enabled),
2339                           ?aT and !aT to check if it's enabled and set
2340                         - name completion for an address, from the address
2341                           book
2342                           %ABf, %ABt, %ABc respectively show the full name got
2343                           from the address book if From, To or Cc match a single
2344                           contact.
2345                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2346                           matches any contact and if the full name is non-empty.
2347                           If From, To or Cc are lists of email addresses, only
2348                           the first address will be checked.
2349                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2350                 that could show a trailing ','.
2351                 Also, template/quote_fmt parser now shows the line number in case
2352                 of parser error.
2353
2354 2007-05-15 [colin]      2.9.2cvs9
2355
2356         * src/main.c
2357         * src/main.h
2358                 Add a public function to know whether Claws
2359                 crashed last time
2360                 Store opened folder when exiting
2361         * src/folder.c
2362         * src/folder.h
2363                 Store last opened message in each FolderItem;
2364                 Reset last seen messages if Claws crashed, so 
2365                 that one can't go in an infinite crash in case 
2366                 a particular mail crashes Claws.
2367         * src/messageview.c
2368         * src/prefs_common.c
2369         * src/prefs_common.h
2370         * src/summaryview.c
2371         * src/prefs_summaries.c
2372                 Add "Select last opened message" when entering
2373                 a folder
2374                 Add "Select last opened folder" at startup.
2375
2376 2007-05-14 [colin]      2.9.2cvs8
2377
2378         * manual/xml2pdf
2379                 Fix bashism, search for xml catalog 
2380                 in /usr/local/share/xml/catalog too
2381                 Patch by Pawel
2382
2383 2007-05-13 [wwp]        2.9.2cvs7
2384
2385         * src/gtk/logwindow.c
2386                 fix raising log windows when they are either minimized or
2387                 in background.
2388
2389 2007-05-11 [colin]      2.9.2cvs6
2390
2391         * src/gtk/filesel.c
2392                 Use Hildon's file chooser on Maemo. Patch
2393                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2394                 'File attachment "manipulation" bugs...'
2395
2396 2007-05-10 [wwp]        2.9.2cvs5
2397
2398         * src/prefs_common.c
2399         * src/prefs_common.h
2400         * src/gtk/quicksearch.c
2401                 Add a quicksearch option to automatically run
2402                 a search selected from the history (this option
2403                 is exclusive towards type-ahead).
2404
2405 2007-05-10 [colin]      2.9.2cvs4
2406
2407         * src/imap.c
2408                 Fix g_warnings, thanks to Brian
2409                 Morrison
2410
2411 2007-05-09 [colin]      2.9.2cvs3
2412
2413         * src/crash.c
2414         * src/exporthtml.c
2415         * src/mbox.c
2416         * src/prefs_summaries.c
2417         * src/procheader.c
2418         * src/common/log.c
2419         * src/common/utils.c
2420         * src/gtk/gtksourceprintjob.c
2421         * src/gtk/sslcertwindow.c
2422                 Use the re-entrant variant of time functions
2423                 Probably fixes bug 1217, 'reentrancy problems 
2424                 with time functions'
2425
2426 2007-05-09 [colin]      2.9.2cvs2
2427
2428         * src/imap.c
2429                 Fix crasher when reconnection fails
2430
2431 2007-05-08 [paul]       2.9.2cvs1
2432
2433         * NEWS
2434         * README
2435         * RELEASE_NOTES
2436         * configure.ac
2437                 bump version number following
2438                 stable release
2439
2440 2007-05-08 [paul]       2.9.1cvs48
2441
2442         * src/plugins/demo/demo.c
2443         * src/plugins/dillo_viewer/dillo_prefs.c
2444         * src/plugins/dillo_viewer/dillo_prefs.h
2445         * src/plugins/dillo_viewer/dillo_viewer.c
2446         * src/plugins/pgpcore/pgp_viewer.c
2447         * src/plugins/pgpcore/pgp_viewer.h
2448         * src/plugins/pgpcore/plugin.c
2449         * src/plugins/pgpcore/prefs_gpg.c
2450         * src/plugins/pgpcore/prefs_gpg.h
2451         * src/plugins/pgpcore/sgpgme.c
2452         * src/plugins/pgpcore/sgpgme.h
2453         * src/plugins/pgpinline/plugin.c
2454         * src/plugins/pgpmime/pgpmime.c
2455         * src/plugins/pgpmime/pgpmime.h
2456         * src/plugins/pgpmime/plugin.c
2457         * src/plugins/spamassassin/spamassassin.c
2458         * src/plugins/spamassassin/spamassassin.h
2459         * src/plugins/spamassassin/spamassassin_gtk.c
2460         * src/plugins/trayicon/README
2461         * tools/README
2462         * tools/README.sylprint
2463         * tools/outlook2claws-mail.pl
2464         * tools/sylprint.pl
2465         * tools/tb2claws-mail
2466         * tools/tbird2claws.py
2467         * tools/update-po
2468         * tools/vcard2xml.py
2469         * tools/kdeservicemenu/README
2470                 cleanups and corrections
2471
2472 2007-05-06 [wwp]        2.9.1cvs47
2473
2474         * tools/uudec
2475                 Fix missing dash to `display` command-line, reported
2476                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2477
2478 2007-05-06 [colin]      2.9.1cvs46
2479
2480         * src/Makefile.am
2481         * src/stock_pixmap.c
2482         * src/stock_pixmap.h
2483         * src/pixmaps/printer.xpm
2484                 Add a printer icon
2485
2486 2007-05-06 [paul]       2.9.1cvs45
2487
2488         * src/compose.c
2489         * src/ldapquery.c
2490         * src/privacy.h
2491         * src/summary_search.c
2492         * src/summaryview.c
2493                 fix build warnings
2494
2495 2007-05-05 [wwp]        2.9.1cvs44
2496
2497         * src/messageview.c
2498         * src/mh.c
2499         * src/prefs_actions.c
2500         * src/prefs_gtk.c
2501         * src/summaryview.c
2502         * src/common/xml.c
2503                 Fix "faild" typos everywhere and capitalization of
2504                 some g_warnings.
2505
2506 2007-05-04 [colin]      2.9.1cvs43
2507
2508         * src/compose.c
2509         * src/privacy.c
2510         * src/privacy.h
2511         * src/plugins/pgpcore/prefs_gpg.c
2512         * src/plugins/pgpcore/prefs_gpg.h
2513         * src/plugins/pgpinline/pgpinline.c
2514         * src/plugins/pgpmime/pgpmime.c
2515                 Add an API to warn about encryption limits,
2516                 and allow to disable these warnings
2517
2518 2007-05-03 [colin]      2.9.1cvs42
2519
2520         * src/summaryview.c
2521         * src/mainwindow.c
2522                 Fix bug 1213, 'Delete more than 
2523                 one thread at once'
2524
2525 2007-05-03 [wwp]        2.9.1cvs41
2526
2527         * src/prefs_common.c
2528         * src/prefs_filtering.c
2529         * src/prefs_template.c
2530         * src/common/template.c
2531         * src/common/template.h
2532         * src/gtk/gtkutils.c
2533         * src/gtk/gtkutils.h
2534                 Templates are no longer automatically sorted
2535                 by name, but can be sorted manually using
2536                 |< < > >| buttons as well as drag'n'drop.
2537
2538 2007-05-03 [wwp]        2.9.1cvs40
2539
2540         * src/plugins/spamassassin/spamassassin.c
2541         * src/plugins/spamassassin/spamassassin.h
2542         * src/plugins/spamassassin/spamassassin_gtk.c
2543         * src/plugins/bogofilter/bogofilter.c
2544         * src/plugins/bogofilter/bogofilter.h
2545         * src/plugins/bogofilter/bogofilter_gtk.c
2546                 Added an option to conditionally mark saved spam
2547                 as read (default is and was to do so).
2548                 Satisfies feature request 1708539 on sf.net tracker.
2549
2550 2007-05-03 [colin]      2.9.1cvs39
2551
2552         * src/inc.c
2553                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2554
2555 2007-05-02 [colin]      2.9.1cvs38
2556
2557         * src/textview.c
2558                 Fix bug 1209, 'Clicking on address 
2559                 in header (mailto uri) selects 
2560                 default account'. Patch adapted from
2561                 G.P. Halkes' patch.
2562
2563 2007-05-02 [colin]      2.9.1cvs37
2564
2565         * src/grouplistdialog.c
2566                 Set cursor to wait cursor while loading
2567                 groups.
2568
2569 2007-05-02 [paul]       2.9.1cvs36
2570
2571         * src/folder.c
2572         * src/common/defs.h
2573                 rename cache and mark files
2574                 (data is preserved)
2575
2576 2007-04-30 [paul]       2.9.1cvs35
2577
2578         * manual/glossary.xml
2579         * manual/plugins.xml
2580                 updates. Patch by Ricardo
2581
2582 2007-04-29 [wwp]        2.9.1cvs34
2583
2584         * src/mainwindow.c
2585         * configure.ac
2586                 Fix few grammatical errors (patch by David Relson < relson at
2587                 osagesoftware dot com >).
2588
2589 2007-04-28 [colin]      2.9.1cvs33
2590
2591         * src/account.c
2592         * src/pop.c
2593         * src/prefs_account.c
2594         * src/prefs_account.h
2595                 Drop the "Download all" preference. It's
2596                 stupidly useless and confuses people from
2597                 time to time.
2598
2599 2007-04-27 [wwp]        2.9.1cvs32
2600
2601         * src/account.c
2602         * src/prefs_account.c
2603         * src/prefs_account.h
2604                 Don't reflect accounts changes to the mainwindow when it's
2605                 not necessary.
2606
2607 2007-04-27 [colin]      2.9.1cvs31
2608
2609         * src/folder.c
2610                 Freeze/thaw when sync'ing flags
2611         * src/imap.c
2612         * src/prefs_account.c
2613         * src/prefs_account.h
2614         * src/etpan/imap-thread.c
2615         * src/etpan/imap-thread.h
2616                 Add a way to use UID FETCH instead
2617                 of searches to fetch message lists
2618                 and flags. More expensive towards
2619                 bandwidth, less expensive towards
2620                 server's CPU. Probably fixes 
2621                 bug 1158, 'Scanning new folders on 
2622                 Exchange 2007 extremely slow'.
2623                 Patch 95% by Hoa.
2624
2625 2007-04-27 [paul]       2.9.1cvs30
2626
2627         * src/mainwindow.c
2628         * src/prefs_logging.c
2629                 improvements to english usage
2630
2631 2007-04-27 [colin]      2.9.1cvs29
2632
2633         * src/imap.c
2634                 Fix build without libetpan (my bad!)
2635
2636 2007-04-26 [colin]      2.9.1cvs28
2637
2638         * src/imap.c
2639         * src/imap.h
2640                 Fix uselessly exported function
2641         * src/textview.c
2642                 Consider "- -- \n" as signature separator
2643                 (that's what signature separators look like
2644                  in PGP/Inline signed mails)
2645
2646 2007-04-26 [colin]      2.9.1cvs27
2647
2648         * configure.ac
2649                 libetpan-0.49 is now required
2650         * src/procmime.c
2651                 Fix double fetching of mails if
2652                 first try failed
2653         * src/imap.c
2654                 Make offline sync faster, by
2655                 remembering last change time, and
2656                 last sync time.
2657
2658 2007-04-26 [hoa]        2.9.1cvs26
2659
2660         * src/imap.c
2661         * src/imap.h
2662         * src/mainwindow.c
2663         * src/toolbar.c
2664         * src/etpan/imap-thread.c
2665         * src/etpan/imap-thread.h
2666                 cancellation of IMAP operations is now allowed.
2667                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2668
2669 2007-04-26 [colin]      2.9.1cvs25
2670
2671         * src/folder.c
2672                 Always fetch body+headers in folders that are
2673                 synched for offline use, if "Synchronise as
2674                 soon as possible" is set.
2675                 Fixes bug 1200, 'Add option to always retrieve full 
2676                 messages'
2677
2678 2007-04-25 [colin]      2.9.1cvs24
2679
2680         * src/compose.c
2681                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2682                 persists...'
2683
2684 2007-04-24 [colin]      2.9.1cvs23
2685
2686         * src/folderview.c
2687                 Fix bug 1195, 'Hardware key navigation' 
2688                 Make GDK_Enter toggle expansion (Maemo)
2689
2690 2007-04-24 [wwp]        2.9.1cvs22
2691
2692         * src/compose.c
2693                 Fix few compiler warnings.
2694
2695 2007-04-24 [paul]       2.9.1cvs21
2696
2697         * src/Makefile.am
2698         * src/stock_pixmap.c
2699         * src/stock_pixmap.h
2700                 complete last commit
2701
2702 2007-04-24 [paul]       2.9.1cvs20
2703
2704         * src/gtk/about.c
2705         * src/pixmaps/active.xpm
2706         * src/pixmaps/checkbox_off.xpm
2707         * src/pixmaps/checkbox_on.xpm
2708         * src/pixmaps/inactive.xpm
2709                 kick out the blobs
2710                 remove transparent border from checkbox icons
2711
2712 2007-04-24 [wwp]        2.9.1cvs19
2713
2714         * src/textview.c
2715         * src/textview.h
2716                 Fix a crash in textview, thanks to Colin.
2717
2718 2007-04-23 [wwp]        2.9.1cvs18
2719
2720         * src/prefs_common.c
2721                 Fix 2.9.1cvs5: no header was being translated at all.
2722
2723 2007-04-23 [colin]      2.9.1cvs17
2724
2725         * src/Makefile.am
2726         * src/stock_pixmap.c
2727         * src/stock_pixmap.h
2728         * src/summaryview.c
2729         * src/summaryview.h
2730         * src/gtk/gtksctree.c
2731         * src/gtk/gtksctree.h
2732         * src/pixmaps/selection.xpm
2733                 Fix bug 1193, 'Need a way to multi-select
2734                 items'. Add a toggle button to the summaryview
2735                 to switch between normal and multiple selection
2736                 (Maemo)
2737
2738 2007-04-23 [colin]      2.9.1cvs16
2739
2740         * src/Makefile.am
2741         * src/stock_pixmap.c
2742         * src/stock_pixmap.h
2743         * src/summaryview.c
2744         * src/summaryview.h
2745         * src/gtk/gtksctree.c
2746         * src/gtk/gtksctree.h
2747         * src/pixmaps/selection.xpm
2748                 Fix bug 1193, 'Need a way to multi-
2749                 select items'
2750                 Add a toggle button in the summaryview
2751                 to enable normal or multiple selection.
2752                 (Maemo)
2753
2754 2007-04-23 [colin]      2.9.1cvs15
2755
2756         * src/compose.c
2757                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2758
2759 2007-04-21 [colin]      2.9.1cvs14
2760
2761         * src/gtk/quicksearch.c
2762                 Fix previous commit (actually use correct
2763                 parameter)
2764
2765 2007-04-21 [colin]      2.9.1cvs13
2766
2767         * src/gtk/quicksearch.c
2768                 Fix changing quicksearch type (after Esc,
2769                 after changing Recursive, ...)
2770
2771 2007-04-20 [wwp]        2.9.1cvs12
2772
2773         * src/gtk/Makefile.am
2774                 Added headers.h (completes 2.9.1cvs5).
2775
2776 2007-04-20 [wwp]        2.9.1cvs11
2777
2778         * src/addressbook.c
2779                 Fix the use of display name in name column,
2780                 it has been overriden w/ the use of nickname
2781                 by 2.9.0cvs3. Now nickname is used (if any)
2782                 in case of LDAP books only.
2783
2784 2007-04-20 [colin]      2.9.1cvs10
2785
2786         * src/mimeview.c
2787         * src/summaryview.c
2788         * src/textview.c
2789                 Add handling of 'a' to loop in a mail's
2790                 mimeparts
2791
2792 2007-04-20 [colin]      2.9.1cvs9
2793
2794         * src/toolbar.c
2795                 Fix bug 1190, 'dir_open' button doesn't work'
2796                 (Maemo)
2797
2798 2007-04-20 [colin]      2.9.1cvs8
2799
2800         * src/folderview.c
2801         * src/mainwindow.c
2802                 Fix bug 1194, 'Hardware keys move from email 
2803                 list to account/directory list, but not back 
2804                 to email list...' (Maemo)
2805
2806 2007-04-20 [colin]      2.9.1cvs7
2807
2808         * src/compose.h
2809                 complete previous commit
2810
2811 2007-04-20 [colin]      2.9.1cvs6
2812
2813         * src/compose.c
2814                 Fix bug 1187, 'Reply-to addressee disappears 
2815                 when reply-to text box is clicked...' (Maemo)
2816
2817 2007-04-20 [wwp]        2.9.1cvs5
2818
2819         * po/POTFILES.in
2820         * src/addressbook.c
2821         * src/compose.c
2822         * src/filtering.c
2823         * src/headerview.c
2824         * src/matcher.c
2825         * src/prefs_common.c
2826         * src/prefs_common.h
2827         * src/prefs_display_header.c
2828         * src/prefs_matcher.c
2829         * src/summaryview.c
2830         * src/gtk/headers.h
2831         * src/gtk/quicksearch.c
2832                 Translate more header names according to the relevant option value,
2833                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2834                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2835                 to prefs_common_translated_header_name().
2836                 Added a headers.h reference file that contains known header names
2837                 (RFC2822 and others) to the translation process' input, so that
2838                 translated header names will still exist even if no occurrence of
2839                 _("headername") is found anymore in the sources.
2840                 Don't translate column name 'Number' following to trans_hdr option
2841                 value as it's not a header name.
2842
2843 2007-04-20 [colin]      2.9.1cvs4
2844
2845         * src/gtk/quicksearch.c
2846         * src/gtk/quicksearch.h
2847                 Add "From, To or Subject" quicksearch
2848                 type. Patch by ulfschaper@users.sf.net
2849
2850 2007-04-20 [colin]      2.9.1cvs3
2851
2852         * src/matcher.c
2853                 Implement proper references filtering condition.
2854                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2855
2856 2007-04-19 [wwp]        2.9.1cvs2
2857
2858         * src/prefs_display_header.c
2859         * src/message_search.c
2860                 Fix few warnings (g_free of const gchar*).
2861
2862 2007-04-19 [paul]       2.9.1cvs1
2863
2864         * NEWS
2865         * README
2866         * RELEASE_NOTES
2867         * configure.ac
2868                 bump version number following
2869                 stable release
2870
2871 2007-04-19 [paul]       2.9.0cvs9
2872
2873         * manual/advanced.xml
2874         * manual/glossary.xml
2875                 fix typos
2876
2877 2007-04-18 [paul]       2.9.0cvs8
2878
2879         * src/pop.c
2880                 fix for CVE-2007-1558 (APOP)
2881                 Thanks to Colin
2882
2883 2007-04-18 [paul]       2.9.0cvs7
2884
2885         * src/messageview.c
2886         * src/mimeview.c
2887         * src/summaryview.c
2888         * src/gtk/filesel.c
2889                 Fix encoding woes wrt saving of
2890                 mails and parts
2891                 Thanks to Colin
2892
2893 2007-04-18 [colin]      2.9.0cvs6
2894
2895         * src/gtk/pluginwindow.c
2896                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2897
2898 2007-04-17 [wwp]        2.9.0cvs5
2899
2900         * src/addressadd.c
2901         * src/addressbook.c
2902         * src/addrindex.c
2903         * src/ldapupdate.c
2904                 Fix --disable-ldap build,
2905                 fix some LDAP annoyances on 
2906                 searches, thanks to Colin.
2907
2908 2007-04-17 [wwp]        2.9.0cvs4
2909
2910         * src/ldapupdate.c
2911                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2912                 like gcc 2.9x. Thanks to Colin.
2913
2914 2007-04-17 [wwp]        2.9.0cvs3
2915
2916         * src/Makefile.am
2917         * src/addressadd.c
2918         * src/addressbook.c
2919         * src/addrindex.c
2920         * src/addritem.c
2921         * src/addritem.h
2922         * src/editaddress.c
2923         * src/ldapctrl.c
2924         * src/ldapctrl.h
2925         * src/ldapquery.c
2926         * src/ldapserver.c
2927         * src/ldapserver.h
2928         * src/ldapupdate.c
2929         * src/ldapupdate.h
2930                 Add LDAP write support. Patch mostly by 
2931                 Michael <mir at datanom dot net>
2932
2933 2007-04-17 [wwp]        2.9.0cvs2
2934
2935         * src/compose.c
2936                 Prepend "Add to address book" to the context menu of compose window's sender and
2937                 recipient fields.
2938
2939 2007-04-16 [paul]       2.9.0cvs1
2940
2941         * src/gtk/authors.h
2942                 add Pader Rezso
2943
2944 2007-04-16 [paul]       2.9.0
2945
2946         * NEWS
2947         * README
2948         * RELEASE_NOTES
2949                 2.9.0 released
2950
2951 2007-04-16 [paul]       2.8.1cvs102
2952
2953         * po/fr.po
2954                 updated by Fabien Vantard
2955
2956 2007-04-16 [paul]       2.8.1cvs101
2957
2958         * po/ca.po
2959         * po/cs.po
2960         * po/de.po
2961         * po/hu.po
2962         * po/pl.po
2963         * po/pt_BR.po
2964         * po/sr.po
2965         * po/zh_CN.po
2966                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2967                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2968                 Aleksandar Urosevic, and Ralgh Young
2969
2970 2007-04-15 [mones]      2.8.1cvs100
2971
2972         * po/es.po
2973                 Updated for release
2974
2975 2007-04-14 [colin]      2.8.1cvs99
2976
2977         * src/message_search.c
2978         * src/prefs_display_header.c
2979         * src/summary_search.c
2980         * src/gtk/combobox.c
2981                 Fix allocations
2982
2983 2007-04-14 [wwp]        2.8.1cvs98
2984
2985         * src/gtk/combobox.c
2986         * src/message_search.c
2987         * src/summary_search.c
2988         * src/prefs_display_header.c
2989                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2990                 returns NULL, get the text value directly from the GtkEntry child.
2991
2992 2007-04-13 [colin]      2.8.1cvs97
2993
2994         * src/gtk/quicksearch.c
2995                 Give the focus back to summaryview when
2996                 emptying the quicksearch with Esc
2997
2998 2007-04-13 [colin]      2.8.1cvs96
2999
3000         * src/message_search.c
3001         * src/prefs_display_header.c
3002         * src/summary_search.c
3003                 Fix possibles crashes when getting text
3004                 from gtk combos
3005
3006 2007-04-13 [colin]      2.8.1cvs95
3007
3008         * src/pop.c
3009                 Add some UIDL debugging
3010
3011 2007-04-12 [colin]      2.8.1cvs94
3012
3013         * src/folder.c
3014                 Force folder scan if necessary after
3015                 copying mails, to be able to reapply
3016                 flags.
3017
3018 2007-04-11 [colin]      2.8.1cvs93
3019
3020         * src/main.c
3021                 don't scan for new mail on startup if --select
3022                 is specified (or race conditions arise). If so,
3023                 do both sequentially.
3024
3025 2007-04-09 [colin]      2.8.1cvs92
3026
3027         * src/common/defs.h
3028                 Use leafpad by default on Maemo. Patch
3029                 by Jean-Luc Biord.
3030
3031 2007-04-06 [colin]      2.8.1cvs91
3032
3033         * src/pixmaps/queue_close.xpm
3034         * src/pixmaps/queue_close_hrm.xpm
3035         * src/pixmaps/queue_close_hrm_mark.xpm
3036         * src/pixmaps/queue_close_mark.xpm
3037         * src/pixmaps/queue_open.xpm
3038         * src/pixmaps/queue_open_hrm.xpm
3039         * src/pixmaps/queue_open_hrm_mark.xpm
3040         * src/pixmaps/queue_open_mark.xpm
3041                 Move the clock one pixel down :)
3042
3043 2007-04-05 [colin]      2.8.1cvs90
3044
3045         * src/mainwindow.c
3046                 Don't sync when switching offline from
3047                 command line - it's usually too late :)
3048
3049 2007-04-05 [paul]       2.8.1cvs89
3050
3051         * src/Makefile.am
3052         * src/stock_pixmap.c
3053         * src/pixmaps/dir_close_hrm.xpm
3054         * src/pixmaps/dir_close_hrm_mark.xpm
3055         * src/pixmaps/drafts_close.xpm
3056         * src/pixmaps/drafts_close_mark.xpm
3057         * src/pixmaps/drafts_open.xpm
3058         * src/pixmaps/drafts_open_mark.xpm
3059         * src/pixmaps/inbox.xpm
3060         * src/pixmaps/inbox_close.xpm
3061         * src/pixmaps/inbox_close_hrm.xpm
3062         * src/pixmaps/inbox_close_hrm_mark.xpm
3063         * src/pixmaps/inbox_close_mark.xpm
3064         * src/pixmaps/inbox_hrm.xpm
3065         * src/pixmaps/inbox_hrm_mark.xpm
3066         * src/pixmaps/inbox_mark.xpm
3067         * src/pixmaps/inbox_open.xpm
3068         * src/pixmaps/inbox_open_hrm.xpm
3069         * src/pixmaps/inbox_open_hrm_mark.xpm
3070         * src/pixmaps/inbox_open_mark.xpm
3071         * src/pixmaps/outbox.xpm
3072         * src/pixmaps/outbox_close.xpm
3073         * src/pixmaps/outbox_close_hrm.xpm
3074         * src/pixmaps/outbox_close_hrm_mark.xpm
3075         * src/pixmaps/outbox_close_mark.xpm
3076         * src/pixmaps/outbox_hrm.xpm
3077         * src/pixmaps/outbox_hrm_mark.xpm
3078         * src/pixmaps/outbox_mark.xpm
3079         * src/pixmaps/outbox_open.xpm
3080         * src/pixmaps/outbox_open_hrm.xpm
3081         * src/pixmaps/outbox_open_hrm_mark.xpm
3082         * src/pixmaps/outbox_open_mark.xpm
3083         * src/pixmaps/queue_close.xpm
3084         * src/pixmaps/queue_close_hrm.xpm
3085         * src/pixmaps/queue_close_hrm_mark.xpm
3086         * src/pixmaps/queue_close_mark.xpm
3087         * src/pixmaps/queue_open.xpm
3088         * src/pixmaps/queue_open_hrm.xpm
3089         * src/pixmaps/queue_open_hrm_mark.xpm
3090         * src/pixmaps/queue_open_mark.xpm
3091                 updated, added and replaced icons
3092                 Icons by Colin
3093
3094 2007-04-04 [colin]      2.8.1cvs88
3095
3096         * src/imap.c
3097                 Fix build without libetpan
3098
3099 2007-04-03 [colin]      2.8.1cvs87
3100
3101         * src/imap.c
3102                 Fix crash with Citadel, and try to make
3103                 things work. this server (and specifically 
3104                 STATUS and APPEND at least) seems broken.
3105
3106 2007-04-03 [colin]      2.8.1cvs86
3107
3108         * src/folderview.c
3109                 Fix icons on folder close
3110
3111 2007-04-03 [colin]      2.8.1cvs85
3112
3113         * src/inc.c
3114                 Fix double-ask of offline override in
3115                 certain cases
3116         * src/imap.c
3117         * src/imap.h
3118         * src/imap_gtk.c
3119                 Much more efficient way to synchronise
3120                 for offline use
3121         * src/etpan/imap-thread.c
3122                 Fix possible segs
3123         * src/folder.c
3124         * src/gtk/quicksearch.c
3125                 Fix some GUI lags
3126
3127 2007-04-03 [paul]       2.8.1cvs84
3128
3129         * src/filtering.c
3130         * src/folder.c
3131         * src/folder.h
3132         * src/prefs_common.c
3133         * src/prefs_common.h
3134         * src/prefs_other.c
3135                 Fix sync being done too late
3136                 Thanks to Colin
3137
3138 2007-04-02 [colin]      2.8.1cvs83
3139
3140         * src/summaryview.c
3141                 Maemo: Put status and quicksearch at the top
3142         * src/plugins/bogofilter/bogofilter.c
3143         * src/plugins/spamassassin/spamassassin.c
3144                 Derive trash from inbox if possible
3145
3146 2007-04-02 [paul]       2.8.1cvs82
3147
3148         * src/plugins/bogofilter/bogofilter_gtk.c
3149                 a few English changes
3150
3151 2007-04-02 [paul]
3152
3153         2.9.0-rc1 released
3154
3155 2007-04-02 [colin]      2.8.1cvs81
3156
3157         * src/image_viewer.c
3158                 Fix transparent images by using
3159                 GtkImage
3160         * src/messageview.c
3161                 Flush events (on new windows) to avoid
3162                 having the textview's image resize fail
3163                 to know the available width
3164
3165 2007-04-01 [colin]      2.8.1cvs80
3166
3167         * src/prefs_account.c
3168                 If no MH mailbox exist, when creating a POP/Local
3169                 account, just create and use the default one 
3170                 instead of bailing with a "Mailbox doesn't exist"
3171                 error
3172
3173 2007-03-31 [colin]      2.8.1cvs79
3174
3175         * src/prefs_account.c
3176                 Create signature file if it doesn't exist
3177                 before editing
3178         * src/prefs_toolbar.c
3179                 Maemo: Move "Use default" on the left so
3180                 that people can find it
3181         * src/common/defs.h
3182                 Maemo: make default editor "Maemopad", 
3183                 default signature file "MyDocs/signature.txt"
3184
3185 2007-03-31 [colin]      2.8.1cvs78
3186
3187         * src/prefs_account.c
3188                 Maemo: rework account prefs so
3189                 that less horizontal scrolling
3190                 is required
3191
3192 2007-03-31 [colin]      2.8.1cvs77
3193
3194         * src/folderview.c
3195         * src/prefs_common.c
3196         * src/prefs_common.h
3197                 Fix bug 1167, 'Allow not displaying zeros 
3198                 in folder list'. Patch by MartinP
3199
3200 2007-03-31 [colin]      2.8.1cvs76
3201
3202         * AUTHORS
3203                 Add Jean-Luc Biord
3204
3205 2007-03-31 [colin]      2.8.1cvs75
3206
3207         * src/imap.c
3208                 Apply patch from bug 1172, direct
3209                 access to the folder's session instead
3210                 of using getter. Patch by MartinP
3211
3212 2007-03-31 [paul]       2.8.1cvs74
3213
3214         * src/gtk/authors.h
3215                 no need to list Fabien twice!
3216
3217 2007-03-31 [colin]      2.8.1cvs73
3218
3219         * src/inc.c
3220                 If we're currently "overriding for %d minutes",
3221                 don't ask
3222
3223 2007-03-31 [colin]      2.8.1cvs72
3224
3225         * src/compose.c
3226         * src/imap.c
3227         * src/inc.c
3228         * src/inc.h
3229         * src/messageview.c
3230         * src/news.c
3231         * src/plugins/spamassassin/spamassassin.c
3232                 Offline override: Add a parameter to allow
3233                 asking even if the override timer is running.
3234                 Allows to ask every time the user makes an
3235                 explicit action needing online access (such
3236                 as Get Mail), and not when the action is 
3237                 implicit (such as opening an IMAP folder)
3238
3239 2007-03-31 [colin]      2.8.1cvs71
3240
3241         * src/inc.c
3242                 Override offline: "No" answer shouldn't
3243                 re-ask after 3 seconds, but 10 minutes. 
3244
3245 2007-03-30 [colin]      2.8.1cvs70
3246
3247         * src/common/socket.c
3248                 Better error reporting on unix socket
3249                 failure (bind usually)
3250         * src/gtk/gtkutils.c
3251         * src/gtk/gtkutils.h
3252                 Label window: add a pulsing progress
3253                 bar to show we're not hung :)
3254         * src/folderview.c
3255         * src/main.c
3256         * src/plugins/pgpcore/sgpgme.c
3257                 Update API
3258
3259 2007-03-30 [colin]      2.8.1cvs69
3260
3261         * src/pop.c
3262         * src/prefs_common.c
3263                 Fix possible trashing of history and uidl
3264                 files on disk full problems
3265
3266 2007-03-30 [paul]       2.8.1cvs68
3267
3268         * src/mainwindow.c
3269         * src/summaryview.c
3270         * src/summaryview.h
3271                 update summary when changing layout type
3272                 (fixes wrong folder icon being displayed)
3273                 Thanks to Colin
3274
3275 2007-03-29 [colin]      2.8.1cvs67
3276
3277         * src/prefs_ext_prog.c
3278                 The browser pref is irrelevant on Maemo
3279
3280 2007-03-29 [colin]      2.8.1cvs66
3281
3282         * src/compose.c
3283         * src/compose.h
3284                 Maemo: dynamically switch headers/text position
3285         * src/prefs_common.c
3286                 Maemo: hide compose's ruler by default
3287         * src/common/socket.c
3288         * src/common/socket.h
3289                 Fix build warning
3290
3291 2007-03-29 [colin]      2.8.1cvs65
3292
3293         * src/common/socket.c
3294         * src/common/socket.h
3295                 Fix build when MAEMO_CFLAGS contains
3296                 _X_OPENSOURCE (resolv.h errors as long
3297                 as we don't add _BSD_SOURCE. Ugly).
3298
3299 2007-03-29 [wwp]        2.8.1cvs64
3300
3301         * src/prefs_logging.c
3302                 Fix sensitivity of clip-log widgets in prefs/logging,
3303                 thanks to Fabien.
3304
3305 2007-03-29 [wwp]        2.8.1cvs63
3306
3307         * po/POTFILES.in
3308                 Updated files list for translations, thanks to Fabien.
3309
3310 2007-03-29 [colin]      2.8.1cvs62
3311
3312         * src/main.c
3313         * src/common/Makefile.am
3314         * src/common/utils.c
3315                 Maybe make URI opening work in Maemo
3316                 Requires testing :)
3317
3318 2007-03-28 [colin]      2.8.1cvs61
3319
3320         * src/folder.c
3321         * src/folder.h
3322         * src/folderview.c
3323                 Add the possibility to sort folders arbitrarily
3324                 (via editing of folderlist.xml only). Patch by
3325                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3326                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3327                 be changed by the user'
3328
3329 2007-03-28 [colin]      2.8.1cvs60
3330
3331         * src/mimeview.c
3332                 Add popup menu for mime icons
3333
3334 2007-03-28 [colin]      2.8.1cvs59
3335
3336         * src/mainwindow.c
3337                 Fix a layout issue when presenting
3338                 mainwindow in Small screen layout
3339         * src/toolbar.c
3340         * src/toolbar.h
3341                 Add a "Go to folder list" button for
3342                 mainwindow, and make it default in
3343                 the Maemo build
3344
3345 2007-03-28 [colin]      2.8.1cvs58
3346
3347         * src/compose.c
3348                 Don't dynamically update title on Maemo
3349                 Patch by Jean-Luc Biord
3350
3351 2007-03-27 [colin]      2.8.1cvs57
3352
3353         * src/compose.c
3354         * src/folderview.c
3355         * src/summaryview.c
3356                 Enable tap-and-hold on Maemo
3357
3358 2007-03-26 [colin]      2.8.1cvs56
3359
3360         * src/compose.c
3361                 More popup-menu (in attachments list)
3362
3363 2007-03-26 [colin]      2.8.1cvs55
3364
3365         * src/compose.c
3366                 Enable popup-menu signal
3367
3368 2007-03-26 [colin]      2.8.1cvs54
3369
3370         * src/plugins/pgpinline/pgpinline.c
3371                 Fix bug 1111, 'PGP/inline plugin hides text 
3372                 around encrypted text block'. Patch based on
3373                 a patch from Michal Cihar.
3374
3375 2007-03-26 [wwp]        2.8.1cvs53
3376
3377         * src/procmsg.c
3378                 Fix getting a false error when sending queued message
3379                 whereas the sending was fine (if there are subfolders
3380                 in the queue folder), thanks to Colin.
3381
3382 2007-03-26 [paul]       2.8.1cvs52
3383
3384         * src/wizard.c
3385                 update FACE header in welcome message
3386
3387 2007-03-25 [colin]      2.8.1cvs51
3388
3389         * src/Makefile.am
3390                 Fix make dist
3391
3392 2007-03-25 [colin]      2.8.1cvs50
3393
3394         * src/main.c
3395                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3396
3397 2007-03-24 [colin]      2.8.1cvs49
3398
3399         * src/main.c
3400                 Fix a few launch problems on Maemo
3401                 Patch by Jean-Luc Biord
3402
3403 2007-03-24 [wwp]        2.8.1cvs48
3404
3405         * src/alertpanel.c
3406         * src/alertpanel.h
3407         * src/messageview.c
3408         * src/summaryview.c
3409                 Fix wrong action performed when closing the
3410                 "ask about account specific filtering rules
3411                 when filtering manually" dialog by pressing Escape.
3412                 Fix wrong order of buttons in the "return receipt
3413                 notification - the message was sent to several of
3414                 your accounts" dialog.
3415
3416 2007-03-24 [paul]       2.8.1cvs47
3417
3418         * src/folderview.c
3419                 an improvement to English usage
3420         * tools/kdeservicemenu/README
3421                 updated Claws url
3422
3423 2007-03-24 [paul]       2.8.1cvs46
3424
3425         * src/Makefile.am
3426         * src/stock_pixmap.c
3427         * src/pixmaps/edit_extern.xpm
3428         * src/pixmaps/mail_sign.xpm
3429                 rescue long lost icons
3430
3431 2007-03-24 [paul]       2.8.1cvs45
3432
3433         * src/toolbar.c
3434                 fix toolbar (broken in 2.8.1cvs42)
3435
3436 2007-03-23 [colin]      2.8.1cvs44
3437
3438         * src/imap.c
3439                 Correctly unsubscribe/resubscribe after
3440                 RENAME
3441
3442 2007-03-23 [colin]      2.8.1cvs43
3443
3444         * src/prefs_common.c
3445                 Maemo: as the platform is light on RAM, allow
3446                 caches to be discarded faster.
3447
3448 2007-03-23 [colin]      2.8.1cvs42
3449
3450         * src/Makefile.am
3451         * src/compose.c
3452         * src/compose.h
3453         * src/stock_pixmap.c
3454         * src/stock_pixmap.h
3455         * src/summaryview.c
3456         * src/summaryview.h
3457         * src/toolbar.c
3458         * src/toolbar.h
3459         * src/pixmaps/open_mail.xpm
3460                 Maemo changes: Add the possibility to have
3461                 "Open Email" and "Close Window" buttons on 
3462                 toolbars (and use them in Maemo's default
3463                 toolbars)
3464
3465 2007-03-23 [wwp]        2.8.1cvs41
3466
3467         * src/action.c
3468                 Reverted that part of the action dialog closure logics, to
3469                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3470                 done later in a different way (or may not).
3471
3472 2007-03-22 [wwp]        2.8.1cvs40
3473
3474         * src/action.c
3475                 Fix sticky action dialog when got no output but action command
3476                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3477
3478 2007-03-22 [colin]      2.8.1cvs39
3479
3480         * src/prefs_filtering.c
3481         * src/gtk/combobox.h
3482                 Fix escaping account names in filtering prefs
3483
3484 2007-03-22 [colin]      2.8.1cvs38
3485
3486         * src/addrindex.c
3487         * src/ldapctrl.h
3488         * src/ldapquery.c
3489                 Add any attribute specified in LDAP servers'
3490                 Search attributes to the Other Attributes tab
3491                 of contacts; Add 'telephoneNumber' in the
3492                 default list.
3493
3494 2007-03-22 [colin]      2.8.1cvs37
3495
3496         * src/folderview.c
3497         * src/folderview.h
3498         * src/mainwindow.c
3499                 Try to prevent race conditions when
3500                 changing the folder list
3501         * src/summaryview.c
3502                 Fix possible red folder icon when
3503                 switching from Small screen layout
3504                 to any other
3505
3506 2007-03-22 [colin]      2.8.1cvs36
3507
3508         * src/mainwindow.c
3509         * src/mainwindow.h
3510         * src/summaryview.c
3511                 Rename "little screen" to "Small screen"
3512         * src/gtk/Makefile.am
3513         * src/common/utils.c
3514         * src/mh.c
3515                 Fix Maemo-related compilation problems
3516
3517 2007-03-21 [colin]      2.8.1cvs35
3518
3519         * configure.ac
3520                 Fix previous commit
3521         * claws-mail.desktop
3522                 Remove .png from the Icon, it's useless
3523
3524 2007-03-21 [colin]      2.8.1cvs34
3525
3526         * configure.ac
3527         * src/Makefile.am
3528                 Add the necessary lib checking for 
3529                 Maemo
3530
3531 2007-03-21 [colin]      2.8.1cvs33
3532
3533         * src/main.c
3534                 Fix unconditional "error happened" when
3535                 sending via command-line. "lol @ myself"
3536
3537 2007-03-21 [colin]      2.8.1cvs32
3538
3539         * claws-mail-40x40.png
3540         * claws-mail-26x26.png
3541         * src/account.c
3542         * src/addressbook.c
3543         * src/compose.c
3544         * src/folderview.c
3545         * src/folderview.h
3546         * src/main.c
3547         * src/mainwindow.c
3548         * src/mainwindow.h
3549         * src/messageview.c
3550         * src/prefs_account.c
3551         * src/prefs_common.c
3552         * src/summary_search.c
3553         * src/summaryview.c
3554         * src/summaryview.h
3555         * src/gtk/authors.h
3556         * src/gtk/gtkutils.c
3557         * src/gtk/gtkutils.h
3558         * src/gtk/logwindow.c
3559         * src/gtk/menu.c
3560         * src/gtk/prefswindow.c
3561                 Add Maemo port (patch mainly by Jean-Luc Biort)
3562                 Add a new 'Little screen' layout to help on such
3563                 platforms (patch by me)
3564                 Make some default preferences different (more
3565                 adapted) on Maemo (patch by me)
3566
3567 2007-03-21 [wwp]        2.8.1cvs31
3568
3569         * src/prefs_logging.c
3570         * src/prefs_logging.h
3571                 Fixed copyright header of newly added files.
3572
3573 2007-03-21 [wwp]        2.8.1cvs30
3574
3575         * src/Makefile.am
3576         * src/filtering.c
3577         * src/filtering.h
3578         * src/folder.c
3579         * src/folderview.c
3580         * src/imap.c
3581         * src/inc.c
3582         * src/main.c
3583         * src/mainwindow.c
3584         * src/mainwindow.h
3585         * src/matcher.c
3586         * src/messageview.c
3587         * src/news.c
3588         * src/pop.c
3589         * src/prefs_common.c
3590         * src/prefs_common.h
3591         * src/prefs_logging.c
3592         * src/prefs_logging.h
3593         * src/prefs_other.c
3594         * src/procmsg.c
3595         * src/send_message.c
3596         * src/summaryview.c
3597         * src/common/log.c
3598         * src/common/log.h
3599         * src/common/nntp.c
3600         * src/common/session.c
3601         * src/common/smtp.c
3602         * src/common/socket.c
3603         * src/etpan/imap-thread.c
3604         * src/gtk/logwindow.c
3605         * src/gtk/logwindow.h
3606         * src/plugins/bogofilter/bogofilter.c
3607         * src/plugins/spamassassin/spamassassin.c
3608                 Added debugging of filtering/processing rules.
3609                 The debug log is here 'Tools/Filtering debug window',
3610                 the options there 'Configuration/Preferences/Other/Logging',
3611                 and the log file is ~/.claws-mail/filtering.log.
3612                 Moved protocol log prefs to 'Other/Logging' as well.
3613                 To support such debugging feature, the existing log API has
3614                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3615                 this impacts many external modules (commits follow).
3616
3617 2007-03-21 [paul]       2.8.1cvs29
3618
3619         * src/etpan/Makefile.am
3620         * src/etpan/imap-thread.c
3621                 add missing #include
3622
3623 2007-03-21 [colin]      2.8.1cvs28
3624
3625         * src/procmime.c
3626                 Fix bug 1157, 'some broken messages confuse 
3627                 mime parser'. Make sure we can't have MimeInfos
3628                 with negative sizes.
3629
3630 2007-03-20 [colin]      2.8.1cvs27
3631
3632         * src/main.c
3633                 Fix missing \0 on buffer
3634
3635 2007-03-20 [colin]      2.8.1cvs26
3636
3637         * src/mh.c
3638                 Use make_dir_hier instead of make_dir 
3639                 to create the MH mailbox
3640
3641 2007-03-20 [colin]      2.8.1cvs25
3642
3643         * src/folder.c
3644         * src/folder.h
3645         * src/prefs_account.c
3646         * src/wizard.c
3647                 Fix default inbox weirdnesses (after wizard,
3648                 if path is Mail, mailbox identifier is #mh/Mailbox,
3649                 and when creating new accounts)
3650
3651 2007-03-20 [colin]      2.8.1cvs24
3652
3653         * src/account.c
3654                 Write folderlist after adding/deleting accounts
3655                 that have folders
3656
3657 2007-03-20 [colin]      2.8.1cvs23
3658
3659         * src/imap.c
3660         * src/remotefolder.h
3661                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3662                 selected while scanning prior to update'
3663
3664 2007-03-17 [paul]       2.8.1cvs22
3665
3666         * src/main.c
3667                 fix a typo, and be a little more verbose.
3668
3669 2007-03-17 [wwp]        2.8.1cvs21
3670
3671         * src/inc.c
3672                 Fix a compiler warning.
3673
3674 2007-03-16 [wwp]        2.8.1cvs20
3675
3676         * tools/Makefile.am
3677         * tools/README
3678                 Updated to deal w/ the new mairix.sh tool.
3679
3680 2007-03-16 [wwp]        2.8.1cvs19
3681
3682         * src/action.c
3683                 Fix logics issues around the action IO dialog:
3684                 - disable entry widget and exec button when
3685                   the exec button is clicked (don't wait for any
3686                   output line) - fix possible disabling/re-enabling/
3687                   re-disabling of those widgets
3688                 - raise an error if executing a %as{} action either
3689                   empty or invalid, instead of failing silently
3690                 - don't close the dialog if the abort button has been
3691                   clicked and if there was no output yet
3692                 - set focus to the abort button when the exec button
3693                   is clicked
3694                 - fix capitalization of a warning message
3695
3696 2007-03-16 [wwp]        2.8.1cvs18
3697
3698         * tools/mairix.sh
3699                 Added a wrapper to mairix to the tools folder.
3700
3701 2007-03-16 [colin]      2.8.1cvs17
3702
3703         * src/messageview.c
3704         * src/mimeview.h
3705                 Allow mimeviewer plugins to print
3706                 their stuff
3707
3708 2007-03-16 [colin]      2.8.1cvs16
3709
3710         * .cvsignore
3711                 Ignore *.patchset
3712
3713 2007-03-15 [colin]      2.8.1cvs15
3714
3715         * src/messageview.c
3716         * src/mimeview.h
3717                 Add a way for mimeviewer plugins to
3718                 implement body search
3719
3720 2007-03-15 [paul]       2.8.1cvs14
3721
3722         * src/prefs_spelling.c
3723                 fix English usage
3724
3725 2007-03-15 [paul]       2.8.1cvs13
3726
3727         * src/common/quoted-printable.c
3728                 fix decoding of quoted-printable parts
3729
3730 2007-03-14 [wwp]        2.8.1cvs12
3731
3732         * src/gtk/logwindow.h
3733                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3734
3735 2007-03-14 [wwp]        2.8.1cvs11
3736
3737         * src/gtk/logwindow.h
3738                 Complete 2.8.1cvs10.
3739
3740 2007-03-14 [colin]      2.8.1cvs10
3741
3742         * src/gtk/logwindow.c
3743                 Probably fix bug 1149, crash on logwindow
3744                 close - at the expense of performance once
3745                 logwin has been opened
3746
3747 2007-03-14 [colin]      2.8.1cvs9
3748
3749         * src/main.c
3750                 If claws-mail is running on another
3751                 display, warn instead of popping it up
3752                 on the other display
3753
3754 2007-03-12 [colin]      2.8.1cvs8
3755
3756         * src/wizard.c
3757                 Fix bug 1145, 'Setting a different name 
3758                 for the Mailbox name isn't reflected in 
3759                 default account settings'. Patch by wwp
3760
3761 2007-03-12 [colin]      2.8.1cvs7
3762
3763         * src/summaryview.c
3764                 Fix bug 1143, 'Add number of messages to be 
3765                 deleted to confirmation dialog'
3766
3767 2007-03-12 [wwp]        2.8.1cvs6
3768
3769         * src/folderview.c
3770         * src/prefs_common.c
3771         * src/prefs_common.h
3772         * src/prefs_summaries.c
3773                 Changed the option that displays unread messages count
3774                 next to the folder name in folder list: it is now
3775                 possible to either display nothing, display the
3776                 unread messages number only or the unread and total messages
3777                 numbers. The patch includes this extra feature as well
3778                 as some minor fixes by rewriting the algo in folderview.c.
3779                 Thanks to Paul for the original idea and implementation, plus
3780                 testing and proof-reading!
3781
3782 2007-03-09 [paul]       2.8.1cvs5
3783
3784         * tools/Makefile.am
3785         * tools/README
3786         * tools/claws-mail-compose-insert-files.pl
3787                 added a script which enables inserting files
3788                 into the message body of a new Claws Mail
3789                 Compose window from the command line. Additionally
3790                 To, Cc, Subject and files to attach to the message
3791                 can be specified.
3792
3793 2007-03-09 [wwp]        2.8.1cvs4
3794
3795         * src/addr_compl.c
3796         * src/addr_compl.h
3797         * src/filtering.c
3798                 Optimize matching of addresses in the addressbook
3799                 (filtering/processing 'found_in_addressbook' condition).
3800
3801 2007-03-07 [wwp]        2.8.1cvs3
3802
3803         * src/quote_fmt.c
3804         * src/quote_fmt_lex.l
3805         * src/quote_fmt_parse.y
3806                 Add a new quote format symbol: %A to insert the
3807                 sender email address (just the address itself).
3808
3809 2007-03-06 [wwp]        2.8.1cvs2
3810
3811         * src/gtk/gtkutils.c
3812         * src/plugins/trayicon/trayicon_prefs.h
3813         * src/plugins/trayicon/trayicon_prefs.c
3814         * src/plugins/trayicon/trayicon.c
3815         * src/mainwindow.h
3816         * src/mainwindow.c
3817                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3818                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3819
3820
3821 2007-03-06 [paul]       2.8.1cvs1
3822
3823         * NEWS
3824         * README
3825         * RELEASE_NOTES
3826         * configure.ac
3827                 bump version number following
3828                 stable release
3829
3830 2007-03-06 [paul]       2.8.0cvs24
3831
3832         * po/cs.po
3833                 corrected by by Tim <timbrain@post.cz>
3834
3835 2007-03-05 [colin]      2.8.0cvs23
3836
3837         * src/Makefile.am
3838         * src/procmime.c
3839                 Fix mime/globs path on NetBSD
3840                 patch by George Michaelson
3841
3842 2007-03-05 [wwp]        2.8.0cvs22
3843
3844         * src/addr_compl.c
3845                 Remove debug statement (accidentally committed w/ cvs14).
3846
3847 2007-03-05 [paul]       2.8.0cvs21
3848
3849         * src/plugins/pgpcore/prefs_gpg.c
3850                 fix compiler warning
3851
3852 2007-03-05 [wwp]        2.8.0cvs20
3853
3854         * src/matcher_parser_parse.y
3855                 Fix mismerge between cvs17 and cvs19.
3856
3857 2007-03-05 [wwp]        2.8.0cvs19
3858
3859         * src/matcher_parser_parse.y
3860         * src/prefs_filtering_action.c
3861         * src/matcher.c
3862         * src/matcher.h
3863         * src/filtering.c
3864         * src/filtering.h
3865                 Add new 'add_to_addressbook' filtering/processing action.
3866
3867 2007-03-05 [wwp]        2.8.0cvs18
3868
3869         * src/filtering.c
3870                 Fix mark_as_ham filtering/processing action: spam flag
3871                 was not unset.
3872
3873 2007-03-04 [colin]      2.8.0cvs17
3874
3875         * src/filtering.c
3876         * src/matcher.c
3877         * src/matcher.h
3878         * src/matcher_parser_parse.y
3879         * src/prefs_filtering_action.c
3880                 Add 'Mark as spam' and 'Mark as ham' filtering
3881                 actions. Fixes bug 1138.
3882
3883 2007-03-04 [colin]      2.8.0cvs16
3884
3885         * src/imap.c
3886                 Fix bug 1140, wrong return value
3887                 without libetpan
3888
3889 2007-03-04 [wwp]        2.8.0cvs15
3890
3891         * src/addr_compl.c
3892                 Rollback cvs14: don't free stuff that is managed in g_list.
3893
3894 2007-03-04 [wwp]        2.8.0cvs14
3895
3896         * src/addr_compl.c
3897                 Fix a leak in address completion code.
3898
3899 2007-03-04 [colin]      2.8.0cvs13
3900
3901         * src/addr_compl.c
3902                 Maybe fix bug 1136, 'Crash in group 
3903                 address completion'
3904
3905 2007-03-04 [iwkse]      2.8.0cvs12
3906
3907         * src/imap.c
3908                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3909
3910 2007-03-03 [colin]      2.8.0cvs11
3911
3912         * src/plugins/pgpinline/pgpinline.c
3913                 Fix off-by-one, fix double-free. Fixes
3914                 bug 1135, 'cm-segfault on decrypting 
3915                 with PGP/inline'
3916
3917 2007-03-03 [colin]      2.8.0cvs10
3918
3919         * configure.ac
3920         * src/main.c
3921         * src/common/plugin.c
3922                 Fix bug 1134, 'Valgrind macros unhandled 
3923                 by Irix's cc'
3924
3925 2007-03-02 [colin]      2.8.0cvs9
3926
3927         * src/mbox.c
3928                 Don't error out on EAGAIN. Fixes 
3929                 bug 1129, '"local mbox file" account 
3930                 isn't retrieving mails'
3931
3932 2007-03-01 [wwp]        2.8.0cvs8
3933
3934         * src/mainwindow.c
3935         * src/gtk/colorlabel.c
3936                 Remove accels for extra color labels until we set better
3937                 and definitive ones.
3938
3939 2007-02-28 [wwp]        2.8.0cvs7
3940
3941         * src/mainwindow.c
3942         * src/matcher_parser_parse.y
3943         * src/prefs_common.c
3944         * src/prefs_msg_colors.c
3945         * src/procmsg.h
3946         * src/gtk/colorlabel.c
3947         * src/gtk/colorlabel.h
3948                 Add more customizable color labels. Cleaned up a bit
3949                 the color label API to avoid duplicate defines of
3950                 the max number of colors.
3951
3952 2007-02-27 [colin]      2.8.0cvs6
3953
3954         * src/mainwindow.c
3955         * src/common/utils.c
3956         * src/common/utils.h
3957                 Fix '+' in mailto URIs for List-* headers
3958
3959 2007-02-27 [colin]      2.8.0cvs5
3960
3961         * src/gtk/gtkutils.c
3962                 Use gtk_window_set_role instead of 
3963                 _set_wmclass
3964
3965 2007-02-27 [colin]      2.8.0cvs4
3966
3967         * src/inc.c
3968                 Fix "After receiving new mail, go to inbox" on IMAP,
3969                 and make it work only on manual reception
3970
3971 2007-02-27 [wwp]        2.8.0cvs3
3972
3973         * src/prefs_filtering.c
3974         * src/prefs_filtering_action.c
3975         * src/prefs_matcher.c
3976                 Update filtering matcher's and action's color label menus
3977                 when re-opening those dialogs (reflect any change to the
3978                 color labels list in the preferences).
3979
3980 2007-02-27 [colin]      2.8.0cvs2
3981
3982         * src/imap.c
3983         * src/etpan/etpan-thread-manager-types.h
3984         * src/etpan/etpan-thread-manager.c
3985         * src/etpan/imap-thread.c
3986                 Log imap ALERTs as errors in the log.
3987
3988 2007-02-26 [paul]       2.8.0cvs1
3989
3990         * tools/claws.i18n.status.pl
3991                 updated
3992
3993 2007-02-26 [paul]       2.7.2cvs75
3994
3995         * po/ca.po
3996         * po/cs.po
3997         * po/de.po
3998         * po/en_GB.po
3999         * po/fi.po
4000         * po/fr.po
4001         * po/hu.po
4002         * po/pl.po
4003         * po/pt_BR.po
4004         * po/sk.po
4005         * po/sr.po
4006         * po/zh_CN.po
4007                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4008                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4009                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4010                 Aleksandar Urosevic, and Ralgh Young
4011
4012 2007-02-25 [mones]      2.7.2cvs74
4013
4014         * po/es.po
4015                 Updated for release
4016
4017 2007-02-25 [colin]      2.7.2cvs73
4018
4019         * src/main.c
4020                 Clearing the list is only useful
4021                 to prevent a valgrind false-positive
4022
4023 2007-02-25 [paul]       2.7.2cvs72
4024
4025         * tools/Makefile.am
4026         * tools/README
4027         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4028         * tools/maildir2claws-mail.pl  **REMOVED**
4029                 renamed the script, fixed a couple bugs
4030
4031 2007-02-23 [colin]      2.7.2cvs71
4032
4033         * src/addressbook.c
4034                 Fix a leak, check for a few improbable nulls
4035
4036 2007-02-23 [colin]      2.7.2cvs70
4037
4038         * src/main.c
4039         * src/main.h
4040         * src/plugins/trayicon/trayicon.c
4041                 Fix blinking mainwin when starting in tray
4042                 (show mainwindow later in the startup process,
4043                  apart if restarting post-crash)
4044
4045 2007-02-23 [colin]      2.7.2cvs69
4046
4047         * src/folderview.c
4048         * src/imap_gtk.c
4049                 Fix crash when unsubscribing the currently
4050                 selected/opened folder
4051
4052 2007-02-23 [colin]      2.7.2cvs68
4053
4054         * src/compose.c
4055                 Fix bug that prevented colorization to
4056                 work without wrap quotation option
4057
4058 2007-02-23 [colin]      2.7.2cvs67
4059
4060         * src/addr_compl.c
4061                 Fix refcounting, start and end completion who
4062                 behaved as if there couldn't be any other current
4063                 user of completion
4064
4065 2007-02-23 [wwp]        2.7.2cvs66
4066
4067         * src/addressbook.c
4068         * src/addrindex.c
4069                 Address completion fixes: fix addressbook_peek_folder_exists() in
4070                 which the algorithm was ridiculously over-obfuscated and broken.
4071                 Fix addrindex_load_completion() as well, to load addresses in
4072                 completion list with regards to what addressbook_peek_folder_exists()
4073                 returns now.
4074
4075 2007-02-23 [wwp]        2.7.2cvs65
4076
4077         * src/addr_compl.c
4078                 Add addresses to completion when they're non-empty (thanks to Colin).
4079
4080 2007-02-23 [paul]       2.7.2cvs64
4081
4082         * src/plugins/pgpcore/passphrase.c
4083                 remove 'const '
4084
4085 2007-02-23 [colin]      2.7.2cvs63
4086
4087         * src/plugins/pgpcore/prefs_gpg.c
4088         * src/plugins/pgpcore/prefs_gpg.h
4089         * src/plugins/pgpcore/sgpgme.c
4090         * src/plugins/pgpinline/pgpinline.c
4091         * src/plugins/pgpmime/pgpmime.c
4092                 Try harder to respect user's choice wrt
4093                 gpg-agent even with gpg2, by unsetting
4094                 GPG_AGENT_INFO when necessary.
4095
4096 2007-02-22 [paul]       2.7.2cvs62
4097
4098         * src/plugins/pgpcore/sgpgme.c
4099         * src/plugins/pgpcore/sgpgme.h
4100         * src/plugins/pgpcore/passphrase.c
4101         * src/plugins/pgpinline/pgpinline.c
4102         * src/plugins/pgpmime/pgpmime.c
4103                 Fix a leak - gpgme_data_release_and_get_mem
4104                 leaks in recent gpgme. Workaround by using
4105                 our own function.
4106
4107 2007-02-22 [paul]       2.7.2cvs61
4108
4109         * src/gtk/quicksearch.c
4110                 Abandon dynamic search when pressing
4111                 Enter
4112
4113 2007-02-21 [colin]      2.7.2cvs60
4114
4115         * src/procmsg.c
4116         * src/plugins/pgpcore/passphrase.c
4117                 Fix little memory leaks
4118         * src/main.c
4119                 Fix false-positive leak at exit
4120         * src/gtk/quicksearch.c
4121                 Fix potentially big leak in recursive
4122                 Quicksearch
4123
4124 2007-02-21 [wwp]        2.7.2cvs59
4125
4126         * src/summaryview.c
4127                 Add missing newline to a debug message.
4128
4129 2007-02-20 [colin]      2.7.2cvs58
4130
4131         * src/Makefile.am
4132         * src/mimeview.c
4133         * src/stock_pixmap.c
4134         * src/stock_pixmap.h
4135         * src/pixmaps/mime_pgpsig.xpm
4136                 Add icon for application/pgp-signature
4137
4138 2007-02-20 [colin]      2.7.2cvs57
4139
4140         * src/Makefile.am
4141         * src/main.c
4142         * src/mimeview.c
4143         * src/stock_pixmap.c
4144         * src/stock_pixmap.h
4145         * src/pixmaps/mime_calendar.xpm
4146         * src/pixmaps/mime_pdf.xpm
4147         * src/pixmaps/mime_ps.xpm
4148                 Add icons for text/calendar, application/pdf
4149                 and application/postscript
4150
4151 2007-02-20 [colin]      2.7.2cvs56
4152
4153         * autogen.sh
4154         * src/matcher_parser_parse.y
4155         * src/matcher_parser_lex.l
4156                 Fix big memory leak in flex, and
4157                 require flex 2.5.31
4158
4159 2007-02-20 [wwp]        2.7.2cvs55
4160
4161         * src/matcher_parser_parse.y
4162                 Fix a duplicate token definition (thanks to iwkse).
4163
4164 2007-02-20 [wwp]        2.7.2cvs54
4165
4166         * src/matcher_parser_lex.l
4167         * src/quote_fmt_lex.l
4168                 Use proper flex options instead of direct use of #define,
4169                 make the flex-generated C lighter.
4170
4171 2007-02-20 [colin]      2.7.2cvs53
4172
4173         * src/summaryview.c
4174                 Grab focus in message list after hiding
4175                 the quicksearch, instead of leaving it
4176                 "somewhere"
4177
4178 2007-02-19 [colin]      2.7.2cvs52
4179
4180         * src/folderview.c
4181                 Fix bug 1033, 'Automatically refresh 
4182                 message list when new messages arrives'
4183                 Looks like folderview->opened can sometimes
4184                 be wrong...
4185
4186 2007-02-19 [paul]       2.7.2cvs51
4187
4188         * tools/Makefile.am
4189         * tools/README
4190         * tools/thunderbird-filters-convertor.pl
4191                 add new script which converts thunderbird filter
4192                 rules to Claws filter rules
4193
4194 2007-02-18 [paul]       2.7.2cvs50
4195
4196         * src/plugins/pgpcore/prefs_gpg.c
4197         * src/plugins/pgpcore/prefs_gpg.h
4198         * src/plugins/pgpcore/sgpgme.c
4199         * src/plugins/pgpinline/pgpinline.c
4200         * src/plugins/pgpmime/pgpmime.c
4201                 improved GUI interoperability with gpg-agent
4202
4203 2007-02-18 [paul]       2.7.2cvs49
4204
4205         * src/prefs_account.c
4206                 Privacy options sensitivity fix
4207
4208 2007-02-17 [colin]      2.7.2cvs48
4209
4210         * src/messageview.c
4211                 Reset icon to warning in the noticeview
4212
4213 2007-02-15 [colin]      2.7.2cvs47
4214
4215         * src/folderview.c
4216                 Fix a manifestation of bug 1033 (summaryview failing
4217                 to update for new mails), which happens after editing
4218                 account preferences or preferences that cause a 
4219                 folderview reload.
4220
4221 2007-02-15 [colin]      2.7.2cvs46
4222
4223         * src/addressbook.c
4224                 Probably fix bug 1123, 'Segmentation 
4225                 fault while opening address book'. I get
4226                 g_warnings if the saved paned position is
4227                 not greater than 0. Also, save position
4228                 when hiding the addressbook instead of
4229                 via signal.
4230
4231 2007-02-14 [colin]      2.7.2cvs45
4232
4233         * src/plugins/pgpcore/prefs_gpg.c
4234         * src/plugins/pgpcore/prefs_gpg.h
4235         * src/plugins/pgpcore/sgpgme.c
4236         * src/plugins/pgpinline/pgpinline.c
4237         * src/plugins/pgpmime/pgpmime.c
4238                 Add an option "Use gpg-agent if available". Fixes
4239                 annoyances with distro-installed gpg-agent, when
4240                 no pinentry program is installed, and the user's 
4241                 at a loss on why "decryption failed". Makes more
4242                 clear why passphrase isn't saved when gpg-agent is
4243                 used. Defaults to true, to avoid changing the 
4244                 current behaviour.
4245
4246 2007-02-14 [wwp]        2.7.2cvs44
4247
4248         * src/matcher_parser_parse.y
4249                 Fix missing line number reset (wrong line number might appear
4250                 when re-loading filtering rules if there's a parser error).
4251
4252 2007-02-13 [colin]      2.7.2cvs43
4253
4254         * src/common/utils.c
4255                 Don't encode ',' in URIs before passing it
4256                 to the browser command-line. It was probably
4257                 done at a time where commas in URIs made
4258                 mozilla -remote 'openurl(%s,new-window)'
4259                 bug.
4260
4261 2007-02-13 [wwp]        2.7.2cvs42
4262
4263         * src/prefs_matcher.c
4264         * src/plugins/bogofilter/bogofilter_gtk.c
4265                 A bit of string factorization around "Select ..." buttons.
4266
4267 2007-02-11 [colin]      2.7.2cvs41
4268
4269         * src/alertpanel.c
4270                 Make sure to escape the title
4271
4272 2007-02-11 [colin]      2.7.2cvs40
4273
4274         * src/codeconv.c
4275                 Recognize .utf8 locales as .UTF-8 ones
4276
4277 2007-02-11 [colin]      2.7.2cvs39
4278
4279         * src/compose.c
4280                 Fix code conversion when dragging a file
4281
4282 2007-02-09 [colin]      2.7.2cvs38
4283
4284         * src/plugins/clamav/clamav_plugin.c
4285                 Complete Paul's patch with conditional
4286                 compilation to avoid breaking compilation
4287                 on old Dapper and Edgy... Maybe other
4288                 distros too.
4289
4290 2007-02-09 [paul]       2.7.2cvs37
4291
4292         * src/plugins/clamav/clamav_plugin.c
4293                 fix for the upstream changes in libclamav
4294
4295 2007-02-09 [paul]       2.7.2cvs36
4296
4297         * src/main.c
4298         * src/mainwindow.c
4299         * src/procmsg.c
4300         * src/procmsg.h
4301                 fix "warn if there are queued messages" (on exit)
4302                 option, which only checked the first mailbox's
4303                 queue
4304                 don't ask before emptying trash if there are no
4305                 messages in trash, also check and empty all trash
4306                 folders
4307         * src/prefs_other.c
4308                 move "Ask before emptying trash" option
4309                 outside of the "On exit" frame as it's
4310                 not only an "On exit" option
4311
4312 2007-02-09 [paul]       2.7.2cvs35
4313
4314         * src/addrgather.c
4315         * src/alertpanel.c
4316         * src/editldap.c
4317         * src/prefs_account.c
4318         * src/prefs_folder_item.c
4319         * src/prefs_gtk.h
4320         * src/prefs_matcher.c
4321         * src/prefs_message.c
4322         * src/prefs_msg_colors.c
4323         * src/prefs_summaries.c
4324         * src/wizard.c
4325         * src/gtk/inputdialog.c
4326         * src/plugins/bogofilter/bogofilter_gtk.c
4327                 pedantic commit: use 'checkbtn' everywhere
4328                 instead of a mixture of 'checkbtn' and 'chkbtn'
4329
4330 2007-02-09 [paul]       2.7.2cvs34
4331
4332         * src/compose.c
4333                 fix default hotkeys
4334         * src/prefs_other.c
4335         * src/prefs_send.c
4336                 move "Never send Return Receipts" from
4337                 prefs_other to prefs_send
4338                 add an option "Ask about account specific
4339                 filtering rules..." to prefs_other
4340         * src/gtk/gtkutils.c
4341                 fix a compiler warning
4342
4343 2007-02-08 [colin]      2.7.2cvs33
4344
4345         * src/plugins/pgpinline/pgpinline.c
4346                 Fix bug 1110, 'pgpmime fails to process 
4347                 encapsulated openpgp mime (rfc 3156, 6.1 
4348                 -> rfc1847)'
4349                 It was due to an interaction between PGP/Mime
4350                 and PGP/Inline plugin. 
4351
4352 2007-02-08 [colin]      2.7.2cvs32
4353
4354         * src/inc.c
4355         * src/mbox.c
4356         * src/mbox.h
4357                 Fix bug 1117, 'fcntl locking code 
4358                 does not work in mbox.c'
4359
4360 2007-02-08 [colin]      2.7.2cvs31
4361
4362         * src/prefs_account.c
4363                 Fix Gentoo bug 165819, 'can't create 
4364                 a "local mbox file" account'. Patch
4365                 by Olivier <castan.o@free.fr>
4366
4367 2007-02-07 [colin]      2.7.2cvs30
4368
4369         * src/ldapquery.c
4370                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4371                 autocompletion was used'
4372
4373 2007-02-07 [paul]       2.7.2cvs29
4374
4375         * src/folder.c
4376                 cut down on unnecessary debug_prints
4377         * src/imap_gtk.c
4378                 fix menu_set_active() on 'Show only
4379                 subscribed folders'
4380
4381 2007-02-07 [paul]       2.7.2cvs28
4382
4383         * src/plugins/clamav/clamav_plugin.c
4384         * src/plugins/clamav/clamav_plugin.h
4385         * src/plugins/clamav/clamav_plugin_gtk.c
4386                 fix copyright header
4387
4388 2007-02-07 [paul]       2.7.2cvs27
4389
4390         * src/procheader.c
4391                 fix bug 1116, 'summary view allow a 
4392                 subject line break'
4393
4394 2007-02-06 [colin]      2.7.2cvs26
4395
4396         * src/summaryview.c
4397                 Fix delete thread
4398
4399 2007-02-05 [fabien]     2.7.2cvs25
4400
4401         * po/POTFILES.in
4402         * src/uri_opener.c
4403                 i18n related - 1 fix and 1 message for translators.
4404
4405 2007-02-05 [colin]      2.7.2cvs24
4406
4407         * src/gtk/quicksearch.c
4408                 Don't reload summary list if quicksearch wasn't
4409                 active on hiding; move currently selected mail in
4410                 the visible area when showing the quicksearch
4411
4412 2007-02-05 [colin]      2.7.2cvs23
4413
4414         * src/folderview.c
4415                 Add debug to try to solve bug 1104
4416
4417 2007-02-05 [paul]       2.7.2cvs22
4418
4419         * src/mainwindow.c
4420                 confirm before emptying trash on exit is
4421                 a Yes or No answer, use Yes or No in the
4422                 dialog
4423
4424 2007-02-04 [colin]      2.7.2cvs21
4425
4426         * src/compose.c
4427         * src/plugins/pgpcore/passphrase.c
4428         * src/plugins/pgpcore/select-keys.c
4429                 Set wmclass on new windows
4430
4431 2007-02-04 [colin]
4432
4433         2.8.0-rc1 released
4434
4435 2007-02-04 [colin]      2.7.2cvs20
4436
4437         * src/compose.c
4438         * src/compose.h
4439                 Auto save drafts on exit, reopen them
4440                 at startup, instead of asking
4441         * src/account.c
4442         * src/addressadd.c
4443         * src/addressbook.c
4444         * src/addressbook_foldersel.c
4445         * src/addrgather.c
4446         * src/crash.c
4447         * src/editaddress.c
4448         * src/editbook.c
4449         * src/editgroup.c
4450         * src/editjpilot.c
4451         * src/editldap.c
4452         * src/editldap_basedn.c
4453         * src/editvcard.c
4454         * src/exphtmldlg.c
4455         * src/expldifdlg.c
4456         * src/export.c
4457         * src/foldersel.c
4458         * src/gedit-print.c
4459         * src/import.c
4460         * src/importldif.c
4461         * src/importmutt.c
4462         * src/importpine.c
4463         * src/main.c
4464         * src/mainwindow.c
4465         * src/message_search.c
4466         * src/messageview.c
4467         * src/prefs_actions.c
4468         * src/prefs_customheader.c
4469         * src/prefs_display_header.c
4470         * src/prefs_filtering.c
4471         * src/prefs_filtering_action.c
4472         * src/prefs_folder_column.c
4473         * src/prefs_gtk.c
4474         * src/prefs_matcher.c
4475         * src/prefs_other.c
4476         * src/prefs_summaries.c
4477         * src/prefs_summary_column.c
4478         * src/prefs_template.c
4479         * src/sourcewindow.c
4480         * src/ssl_manager.c
4481         * src/summary_search.c
4482         * src/uri_opener.c
4483         * src/gtk/about.c
4484         * src/gtk/description_window.c
4485         * src/gtk/foldersort.c
4486         * src/gtk/gtkutils.c
4487         * src/gtk/gtkutils.h
4488         * src/gtk/icon_legend.c
4489         * src/gtk/logwindow.c
4490         * src/gtk/pluginwindow.c
4491         * src/gtk/prefswindow.c
4492                 Give different wmclass to different
4493                 windows - thanks to sed ;)
4494
4495 2007-02-04 [colin]      2.7.2cvs19
4496
4497         * src/main.c
4498                 Revert previous patch, can't reproduce
4499                 it anymore. 
4500
4501 2007-02-03 [colin]      2.7.2cvs18
4502
4503         * src/main.c
4504                 Don't save the mainwindow size and
4505                 position on emergency exit (libSM's
4506                 "die" callback), Xfce seems to make
4507                 the window smaller just before the
4508                 size's saved.
4509
4510 2007-02-03 [colin]      2.7.2cvs17
4511
4512         * src/plugins/bogofilter/bogofilter.c
4513         * src/plugins/bogofilter/bogofilter.h
4514         * src/plugins/bogofilter/bogofilter_gtk.c
4515         * src/plugins/pgpinline/pgpinline.c
4516         * src/plugins/pgpinline/pgpinline.h
4517                 Fix more copyrights
4518
4519 2007-02-03 [colin]      2.7.2cvs16
4520
4521         * src/partial_download.c
4522         * src/partial_download.h
4523         * src/ssl_manager.c
4524         * src/ssl_manager.h
4525         * src/uri_opener.c
4526         * src/uri_opener.h
4527         * src/wizard.c
4528         * src/wizard.h
4529         * src/common/ssl_certificate.c
4530         * src/common/ssl_certificate.h
4531         * src/gtk/quicksearch.c
4532         * src/gtk/quicksearch.h
4533         * src/gtk/sslcertwindow.c
4534         * src/gtk/sslcertwindow.h
4535                 Fix copyright on my files
4536
4537 2007-02-02 [colin]      2.7.2cvs15
4538
4539         * src/Makefile.am
4540         * src/mainwindow.c
4541         * src/messageview.c
4542         * src/messageview.h
4543         * src/textview.c
4544         * src/textview.h
4545         * src/uri_opener.c
4546         * src/uri_opener.h
4547                 Add Tools/List URIs to allow
4548                 opening any URI in the current mail
4549
4550 2007-02-02 [colin]      2.7.2cvs14
4551
4552         * src/common/valgrind.h ** NEW FILE **
4553         * src/common/Makefile.am
4554         * src/common/plugin.c
4555                 Don't dlclose the plugins if we're running
4556                 under valgrind. (doesn't require valgrind
4557                 either at compile time or run time).
4558
4559 2007-02-01 [paul]       2.7.2cvs13
4560
4561         * AUTHORS
4562         * src/gtk/authors.h
4563         * tools/freshmeat_search.pl
4564         * tools/google_search.pl
4565         * tools/multiwebsearch.pl
4566                 add support for non ISO-8859-1 compatible locales
4567                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4568
4569 2007-02-01 [colin]      2.7.2cvs12
4570
4571         * src/prefs_other.c
4572         * src/prefs_summaries.c
4573                 Move keybinding prefs to the Other page
4574
4575 2007-02-01 [wwp]        2.7.2cvs11
4576
4577         * src/plugins/trayicon/trayicon.c
4578                 Fix a raising issue within KDE.
4579
4580 2007-02-01 [colin]      2.7.2cvs10
4581
4582         * src/codeconv.c
4583                 Fix stray quotes in encoded strings
4584         * src/addressadd.c
4585                 Fix wrong call causing g_warnings
4586         * src/textview.c
4587                 Remove useless message
4588
4589 2007-01-31 [wwp]        2.7.2cvs9
4590
4591         * src/plugins/trayicon/trayicon.c
4592                 fix buggy hiding of main window when closing if close-to-tray
4593                 is not set (bad logics  in the trayicon hook code).
4594                 Changed the quit confirmation message too.
4595
4596 2007-01-30 [colin]      2.7.2cvs8
4597
4598         * src/main.c
4599                 Fix hidden mainwindow after clicking on
4600                 the X close button, if compose windows
4601                 exist and the user chooses not to quit
4602
4603 2007-01-30 [colin]      2.7.2cvs7
4604
4605         * src/main.c
4606         * src/compose.c
4607                 Handle local URIs to attach files (file:///...)
4608                 Fixes attaching files from Thunar for example
4609
4610 2007-01-30 [colin]      2.7.2cvs6
4611
4612         * src/prefs_ext_prog.c
4613                 Add 'mousepad' to the list of text editors.
4614                 Mousepad is XFCE's text editor
4615
4616 2007-01-29 [wwp]        2.7.2cvs5
4617
4618         * po/POTFILES.in
4619         * src/plugins/trayicon/trayicon_prefs.c
4620                 trayicon i18n fixes, thanks to Fabien.
4621
4622 2007-01-28 [wwp]        2.7.2cvs4
4623
4624         * src/mainwindow.c
4625         * src/mainwindow.h
4626         * src/plugins/trayicon/trayicon.c
4627         * src/plugins/trayicon/trayicon_prefs.c
4628         * src/plugins/trayicon/trayicon_prefs.h
4629                 Added a new TrayIcon plugin option to close to tray
4630                 (WM's hotkey and [X] button will hide the window instead
4631                 of closing it - closing CM can be done using the tray icon
4632                 menu or the File menu).
4633                 Improved visibility handling in trayicon, clicking the
4634                 trayicon now raise the window to current desktop when it
4635                 was either minimized/shaded/on another desktop.
4636                 Thanks to Paul for testing and fixing a strange behaviour
4637                 in KDE ;-).
4638
4639 2007-01-27 [paul]       2.7.2cvs3
4640
4641         * src/prefs_folder_item.c
4642         * src/prefs_receive.c
4643         * src/plugins/pgpcore/prefs_gpg.c
4644                 use 'start-up' instead of 'startup' in labels
4645
4646 2007-01-26 [wwp]        2.7.2cvs2
4647
4648         * src/plugins/trayicon/Makefile.am
4649         * src/plugins/trayicon/trayicon.c
4650         * src/plugins/trayicon/trayicon_prefs.c
4651         * src/plugins/trayicon/trayicon_prefs.h
4652                 Add a new TrayIcon option to hide the main window at
4653                 start-up.
4654                 Fix trayicon.c copyright header.
4655
4656 2007-01-26 [paul]       2.7.2cvs1
4657
4658         * NEWS
4659         * README
4660         * RELEASE_NOTES
4661         * configure.ac
4662                 bump up version number following
4663                 stable release
4664
4665 2007-01-25 [mones]      2.7.1cvs60
4666
4667         * po/es.po
4668                 updated thousands of strings (well, probably less ;-)
4669
4670 2007-01-25 [colin]      2.7.1cvs59
4671
4672         * src/matcher.c
4673                 Fix 2nd-run loss of matcherrc on new
4674                 configurations. 
4675
4676 2007-01-25 [wwp]        2.7.1cvs58
4677
4678         * src/mimeview.c
4679                 fix handling of empty value in attach_save_directory too, thanks
4680                 to Colin.
4681
4682 2007-01-25 [wwp]        2.7.1cvs57
4683
4684         * src/gtk/filesel.c
4685                 fix handling of empty value in attach_load_directory,
4686                 thanks to Colin.
4687
4688 2007-01-25 [wwp]        2.7.1cvs56
4689
4690         * src/plugins/dillo_viewer/dillo_prefs.h
4691                 fix a typo.
4692
4693 2007-01-25 [colin]      2.7.1cvs55
4694
4695         * src/matcher.c
4696         * src/matcher.h
4697         * src/matcher_parser_parse.y
4698         * src/prefs_matcher.c
4699                 Add matching on the spam flag
4700
4701 2007-01-24 [colin]      2.7.1cvs54
4702
4703         * src/folder.c
4704         * src/common/xml.c
4705         * src/common/xml.h
4706                 Make sure folderlist.xml is correctly
4707                 written before overwriting it.
4708         * src/procmsg.c
4709         * src/procmsg.h
4710         * src/summaryview.c
4711         * src/plugins/bogofilter/bogofilter.c
4712         * src/plugins/bogofilter/bogofilter.h
4713         * src/plugins/bogofilter/bogofilter_gtk.c
4714         * src/plugins/spamassassin/spamassassin.c
4715         * src/plugins/spamassassin/spamassassin.h
4716         * src/plugins/spamassassin/spamassassin_gtk.c
4717                 Move spam to the correct trash folder after
4718                 learning, if spam directory isn't set.
4719
4720 2007-01-23 [paul]       2.7.1cvs53
4721
4722         * src/plugins/bogofilter/bogofilter_gtk.c
4723                 fix sensitivity of "Insert X-Bogosity header"
4724                 option
4725
4726 2007-01-23 [colin]      2.7.1cvs52
4727
4728         * src/toolbar.c
4729                 Translate toolbar items text if
4730                 they're translatable (default)
4731         * src/addrcache.c
4732         * src/addrcache.h
4733         * src/addritem.c
4734         * src/addritem.h
4735         * src/codeconv.c
4736         * src/codeconv.h
4737         * src/jpilot.c
4738         * src/jpilot.h
4739         * src/ldapctrl.c
4740         * src/ldapctrl.h
4741         * src/ldapquery.h
4742         * src/ldif.c
4743         * src/ldif.h
4744         * src/etpan/etpan-thread-manager.c
4745         * src/etpan/etpan-thread-manager.h
4746         * src/gtk/gtkutils.c
4747         * src/gtk/gtkutils.h
4748                 More static functions
4749
4750 2007-01-22 [fabien]     2.7.1cvs51
4751
4752         * src/gtk/gtkutils.c
4753                 gtkut_get_options_frame() : ability to pass
4754                 a 'NULL' value in frame pointer parameter if
4755                 we don't need it.
4756
4757 2007-01-22 [colin]      2.7.1cvs50
4758
4759         * src/procmsg.c
4760         * src/procmsg.h
4761         * src/plugins/bogofilter/bogofilter.c
4762         * src/plugins/bogofilter/bogofilter_gtk.c
4763         * src/plugins/spamassassin/spamassassin.c
4764         * src/plugins/spamassassin/spamassassin_gtk.c
4765                 Allow moving spams to the account's trash
4766                 instead of default one
4767
4768 2007-01-21 [colin]      2.7.1cvs49
4769
4770         * src/ldapquery.c
4771         * src/ldapquery.h
4772                 Revert a static function that shouldn't
4773                 have been
4774
4775 2007-01-21 [colin]      2.7.1cvs48
4776
4777         * src/ldapquery.c
4778         * src/ldapquery.h
4779                 Same
4780
4781 2007-01-21 [colin]      2.7.1cvs47
4782
4783         * src/procmsg.c
4784         * src/procmsg.h
4785                 Same
4786
4787 2007-01-21 [colin]      2.7.1cvs46
4788
4789         * src/common/socket.c
4790         * src/common/socket.h
4791                 Same
4792
4793 2007-01-21 [colin]      2.7.1cvs45
4794
4795         * src/crash.c
4796         * src/exporthtml.c
4797         * src/exporthtml.h
4798         * src/exportldif.c
4799         * src/exportldif.h
4800         * src/folder.c
4801         * src/folder.h
4802         * src/folder_item_prefs.c
4803         * src/folder_item_prefs.h
4804         * src/folderview.c
4805         * src/folderview.h
4806         * src/gedit-print.c
4807         * src/gedit-print.h
4808         * src/main.c
4809         * src/main.h
4810         * src/common/socket.c
4811         * src/common/socket.h
4812         * src/gtk/gtkaspell.c
4813         * src/gtk/gtkaspell.h
4814         * src/gtk/quicksearch.c
4815         * src/gtk/quicksearch.h
4816                 Same
4817
4818 2007-01-21 [colin]      2.7.1cvs44
4819
4820         * src/common/utils.c
4821         * src/common/utils.h
4822         * src/etpan/etpan-thread-manager.c
4823         * src/etpan/etpan-thread-manager.h
4824                 Same (Funny that etpan_thread_unbind
4825                 is called but not etpan_thread_bind)
4826
4827 2007-01-21 [colin]      2.7.1cvs43
4828
4829         * src/addrselect.c
4830         * src/addrselect.h
4831         * src/codeconv.c
4832         * src/codeconv.h
4833         * src/compose.c
4834         * src/compose.h
4835         * src/etpan/Makefile.am
4836         * src/gtk/colorlabel.c
4837         * src/gtk/colorlabel.h
4838         * src/gtk/sslcertwindow.c
4839         * src/gtk/sslcertwindow.h
4840         * src/etpan/etpan-log.c ** REMOVED **
4841         * src/etpan/etpan-log.h ** REMOVED **
4842                 Same
4843
4844 2007-01-20 [colin]      2.7.1cvs42
4845
4846         * src/addritem.c
4847         * src/addritem.h
4848                 Same
4849
4850 2007-01-20 [colin]      2.7.1cvs41
4851
4852         * src/account.c
4853         * src/account.h
4854         * src/addrbook.c
4855         * src/addrbook.h
4856         * src/addrcache.c
4857         * src/addrcache.h
4858         * src/addrclip.c
4859         * src/addrclip.h
4860         * src/addressbook.c
4861         * src/addressbook.h
4862         * src/addrharvest.c
4863         * src/addrharvest.h
4864         * src/addrindex.c
4865         * src/addrindex.h
4866         * src/editaddress.c
4867         * src/editaddress.h
4868                 Make functions that aren't used in other
4869                 files static
4870
4871 2007-01-20 [colin]      2.7.1cvs40
4872
4873         * src/account.c
4874         * src/addrbook.c
4875         * src/addrcache.c
4876         * src/addressbook.c
4877         * src/addrgather.c
4878         * src/addrindex.c
4879         * src/addrquery.c
4880         * src/addrselect.c
4881         * src/browseldap.c
4882         * src/compose.c
4883         * src/editbook.c
4884         * src/editjpilot.c
4885         * src/editldap.c
4886         * src/editldap_basedn.c
4887         * src/editvcard.c
4888         * src/exporthtml.c
4889         * src/exportldif.c
4890         * src/folder.c
4891         * src/folderview.c
4892         * src/image_viewer.c
4893         * src/imap.c
4894         * src/importmutt.c
4895         * src/importpine.c
4896         * src/jpilot.c
4897         * src/ldapquery.c
4898         * src/main.c
4899         * src/mainwindow.c
4900         * src/matcher.c
4901         * src/messageview.c
4902         * src/mh.c
4903         * src/mimeview.c
4904         * src/msgcache.c
4905         * src/mutt.c
4906         * src/news.c
4907         * src/pine.c
4908         * src/prefs_account.c
4909         * src/prefs_common.c
4910         * src/prefs_compose_writing.c
4911         * src/prefs_ext_prog.c
4912         * src/prefs_folder_item.c
4913         * src/prefs_fonts.c
4914         * src/prefs_message.c
4915         * src/prefs_msg_colors.c
4916         * src/prefs_other.c
4917         * src/prefs_quote.c
4918         * src/prefs_receive.c
4919         * src/prefs_send.c
4920         * src/prefs_spelling.c
4921         * src/prefs_summaries.c
4922         * src/prefs_toolbar.c
4923         * src/prefs_wrapping.c
4924         * src/privacy.c
4925         * src/procmime.c
4926         * src/procmsg.c
4927         * src/ssl_manager.c
4928         * src/statusbar.c
4929         * src/summaryview.c
4930         * src/toolbar.c
4931         * src/vcard.c
4932         * src/common/hooks.c
4933         * src/common/log.c
4934         * src/common/passcrypt.c
4935         * src/common/socket.c
4936         * src/common/ssl.c
4937         * src/common/ssl_certificate.c
4938         * src/common/template.c
4939         * src/common/utils.c
4940         * src/etpan/imap-thread.c
4941         * src/gtk/sslcertwindow.c
4942         * src/gtk/sslcertwindow.h
4943                 Make functions that could be static, static
4944
4945 2007-01-20 [colin]      2.7.1cvs39
4946
4947         * src/editldap.c
4948                 Fix tooltip
4949
4950 2007-01-20 [colin]      2.7.1cvs38
4951
4952         * src/ldapquery.c
4953         * src/ldaputil.c
4954         * src/ldaputil.h
4955                 Fix bug 1102, 'claws-mail-2.7.1 
4956                 makes use of deprecated ldap 
4957                 functions'
4958
4959 2007-01-20 [colin]      2.7.1cvs37
4960
4961         * src/mainwindow.c
4962         * src/mainwindow.h
4963         * src/summaryview.c
4964         * src/gtk/quicksearch.c
4965                 Add Wide message list layout
4966
4967 2007-01-19 [fabien]     2.7.1cvs36
4968
4969         * src/textview.c
4970                 make sure a font change is considered in links of
4971                 headerview.
4972
4973 2007-01-19 [colin]      2.7.1cvs35
4974
4975         * src/main.c
4976         * src/mainwindow.c
4977         * src/mainwindow.h
4978         * src/messageview.c
4979         * src/messageview.h
4980         * src/prefs_common.c
4981         * src/prefs_common.h
4982         * src/summaryview.c
4983         * src/summaryview.h
4984         * src/gtk/quicksearch.c
4985         * src/gtk/quicksearch.h
4986                 Drop 'Separate Folder tree' and 'Separate
4987                 Message View'. Put three layouts in place
4988                 of it.
4989
4990 2007-01-19 [paul]       2.7.1cvs34
4991
4992         * src/prefs_msg_colors.c
4993                 more use of Q_ for translators
4994
4995 2007-01-19 [paul]       2.7.1cvs33
4996
4997         * src/imap_gtk.c
4998         * src/prefs_account.c
4999                 a few changes to the English
5000
5001 2007-01-19 [fabien]     2.7.1cvs32
5002
5003         * src/wizard.c
5004                 factorize translatable string
5005
5006 2007-01-18 [colin]      2.7.1cvs31
5007
5008         * src/main.c
5009                 Don't error out on --sync option. Although
5010                 we don't do anything with it, gtk+ handles
5011                 it, and it's useful for debugging X errors
5012
5013 2007-01-18 [fabien]     2.7.1cvs30
5014
5015         * src/prefs_other.c
5016                 ability to apply on the fly the recent added
5017                 'gtk_can_change_accels' pref (no need to restart).
5018
5019 2007-01-18 [fabien]     2.7.1cvs29
5020
5021         * src/plugins/bogofilter/bogofilter_gtk.c
5022         * src/plugins/bogofilter/bogofilter.c
5023         * src/plugins/spamassassin/spamassassin_gtk.c
5024         * src/addr_compl.c
5025         * src/prefs_account.c
5026                 factorize or rewrite some translatable strings.
5027
5028 2007-01-18 [fabien]     2.7.1cvs28
5029
5030         * src/prefs_gtk.h
5031         * src/compose.c
5032                 set a 4pix space between "Subject:" label and subject entry in
5033                 compose window.
5034
5035 2007-01-18 [wwp]        2.7.1cvs27
5036
5037         * src/addressbook.c
5038                 fix conflicting address-copy/paste when focus is set
5039                 to the embedded edit-person form.
5040  
5041
5042 2007-01-18 [wwp]        2.7.1cvs26
5043
5044         * src/addressbook.h
5045                 complete 2.7.1cvs23 (one more file was missing from that
5046                 commit).
5047
5048 2007-01-18 [colin]      2.7.1cvs25
5049
5050         * src/main.c
5051                 Provide a way to migrate without backup
5052                 Re-ask for migration on next start if 
5053                 it has been refused and wizard has been 
5054                 cancelled after.
5055
5056 2007-01-18 [wwp]        2.7.1cvs24
5057
5058         * src/editaddress.c
5059                 complete 2.7.1.cvs23 (file was missing from previous
5060                 commit).
5061
5062 2007-01-18 [wwp]        2.7.1cvs23
5063
5064         * src/addressbook.c
5065                 fix potential crashes in address book's focus_in/out signal handlers,
5066                 force focus to the edit-person form when clicked the Edit menu entry or
5067                 button (this only matters if the edit-person form is embedded to the
5068                 AB window, in that case, focus is not set when browsing the contacts
5069                 list w/ keys or mouse clicks).
5070
5071 2007-01-18 [paul]       2.7.1cvs22
5072
5073         * src/main.c
5074                 add command line options:
5075                 -h for --help
5076                 -q and --quit for --exit
5077                 -v for --version
5078                 print "Unknown option" for unknown options
5079
5080 2007-01-18 [paul]       2.7.1cvs21
5081
5082         * po/ru.po
5083                 updated by Pavlo Bohmat
5084
5085 2007-01-18 [paul]       2.7.1cvs20
5086
5087         * src/mainwindow.c
5088                 fix sensitivity issues of Mark as Spam/Ham
5089
5090 2007-01-17 [fabien]     2.7.1cvs19
5091
5092         * src/prefs_other.c
5093         * src/prefs_common.c
5094         * src/prefs_common.h
5095         * src/main.c
5096                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5097                 control the corresponding gtk property. It could be used to lock
5098                 all shortcuts (avoid to set one of them by inadvertency).
5099
5100 2007-01-17 [colin]      2.7.1cvs18
5101
5102         * src/summaryview.c
5103                 Fix bug 1100, 'Highlighted e-mail data not visible 
5104                 when color label applied.'. Use a weighted average
5105                 between normal selected foreground color and color
5106                 label instead of a simple one (3/1 instead 1/1).
5107
5108 2007-01-17 [colin]      2.7.1cvs17
5109
5110         * src/messageview.c
5111                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5112                 crash' - don't prevent mail switching while loading
5113
5114 2007-01-17 [colin]      2.7.1cvs16
5115
5116         * src/folder.c
5117         * src/folder.h
5118         * src/folderview.c
5119         * src/folderview.h
5120         * src/imap.c
5121         * src/imap.h
5122         * src/imap_gtk.c
5123                 Manage recursive search of unsubscribed folders
5124                 Rescan tree without checking for new messages 
5125                 after subscriptions changed
5126
5127 2007-01-17 [paul]       2.7.1cvs15
5128
5129         * src/prefs_common.c
5130         * src/gtk/pluginwindow.c
5131                 fix bug 1101, '"Load plugin" button is
5132                 accidentally hidden'
5133                 unset (-1) initial width in prefs_common,
5134                 fix overlapping buttons,
5135                 and other cleanups
5136
5137 2007-01-17 [paul]       2.7.1cvs14
5138
5139         * src/procmime.c
5140                 add #include <errno.h>, it's needed
5141                 on some systems
5142
5143 2007-01-17 [paul]       2.7.1cvs13
5144
5145         * src/common/defs.h
5146         * tools/make.themes.project
5147                 rename .sylpheed_themeinfo to .claws_themeinfo
5148                 and use it
5149         * src/etpan/etpan-errors.h
5150         * src/etpan/etpan-log.c
5151         * src/etpan/etpan-log.h
5152         * src/etpan/etpan-thread-manager-types.h
5153         * src/etpan/etpan-thread-manager.c
5154         * src/etpan/etpan-thread-manager.h
5155         * src/etpan/imap-thread.c
5156         * src/etpan/imap-thread.h
5157                 add copyright header
5158
5159 2007-01-17 [colin]      2.7.1cvs12
5160
5161         * src/plugins/pgpcore/select-keys.c
5162         * src/gtk/pluginwindow.c
5163         * src/prefs_account.c
5164                 Fix warnings
5165
5166 2007-01-16 [colin]      2.7.1cvs11
5167
5168         * src/imap.c
5169         * src/imap.h
5170         * src/imap_gtk.c
5171                 Manage subscribing to subfolders when only
5172                 subscribed folders are shown.
5173
5174 2007-01-16 [colin]      2.7.1cvs10
5175
5176         * src/folderview.c
5177                 Fix annoying vscrollbar going back to top
5178                 on Check for new folders
5179
5180 2007-01-16 [colin]      2.7.1cvs9
5181
5182         * src/imap.c
5183                 Remove printf
5184
5185 2007-01-16 [colin]      2.7.1cvs8
5186
5187         * src/filtering.c
5188                 Bigger buffer for errors
5189         * src/imap.c
5190         * src/imap.h
5191         * src/imap_gtk.c
5192         * src/prefs_account.c
5193         * src/prefs_account.h
5194         * src/wizard.c
5195         * src/etpan/imap-thread.c
5196         * src/etpan/imap-thread.h
5197         * manual/handling.xml
5198                 Add subscriptions management. What it changes:
5199                 Creating a folder subscribes to it
5200                 Deleting a folder unsubscribes it
5201                 New contextual menu item allowing to switch between
5202                 All folders and Subscribed folders, subscribe, and
5203                 unsubscribe. "Creating" an existing but unsubscribed
5204                 folder will subscribe it.
5205                 By default for new accounts, only subscribed folders 
5206                 are shown.
5207
5208
5209 2007-01-16 [paul]       2.7.1cvs7
5210
5211         * src/summaryview.c
5212                 Allow folder classes to specify only sort_key or
5213                 sort_type instead of both or none.
5214
5215 2007-01-16 [paul]       2.7.1cvs6
5216
5217         * src/action.c
5218         * src/compose.c
5219         * src/mimeview.c
5220         * src/procmime.c
5221         * src/textview.c
5222                 Save and use errno for procmime_get_part
5223
5224 2007-01-16 [colin]      2.7.1cvs5
5225
5226         * src/imap.c
5227                 Never remove INBOX when scanning for
5228                 new folders. It's a special folder
5229                 that has to exist.
5230
5231 2007-01-15 [colin]      2.7.1cvs4
5232
5233         * src/imap.c
5234                 Fix 'Check for new folders' when IMAP subdirectory
5235                 is set
5236         * src/etpan/imap-thread.c
5237                 Fix build
5238
5239 2007-01-15 [colin]      2.7.1cvs3
5240
5241         * src/etpan/imap-thread.c
5242                 Fix invalid free on command-connection
5243                 error
5244
5245 2007-01-15 [wwp]        2.7.1cvs2
5246
5247         * src/matcher_parser_lex.l
5248         * src/quote_fmt_lex.l
5249         * src/matcher_parser_parse.y
5250                 fix copyright header in lexers and parsers.
5251
5252 2007-01-15 [paul]       2.7.1cvs1
5253
5254         * NEWS
5255         * README
5256         * RELEASE_NOTES
5257         * configure.ac
5258                 bump up version number following
5259                 stable release
5260
5261 2007-01-15 [paul]       2.7.0cvs31
5262
5263         * AUTHORS
5264         * src/gtk/authors.h
5265                 add Fabien to the Team list
5266                 add the recent contributors
5267                 make a few corrections
5268
5269 2007-01-15 [paul]       2.7.0cvs30
5270
5271         * src/mainwindow.c
5272                 fix compiler warning
5273         * src/plugins/pgpcore/prefs_gpg.c
5274         * src/plugins/pgpcore/prefs_gpg.h
5275                 add missing include
5276                 fix copyright header
5277
5278 2007-01-14 [colin]      2.7.0cvs29
5279
5280         * src/gtk/filesel.c
5281                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5282                 two benefits: faster to open, will fix strange
5283                 dbus-related crash. Thanks to Pascal Terjan.
5284
5285 2007-01-14 [colin]      2.7.0cvs28
5286
5287         * src/etpan/imap-thread.c
5288                 Delete the old imap just after allocating
5289                 the new one. Makes sure we don't get the
5290                 same pointer by sheer luck, which feels
5291                 strange in the debug log.
5292
5293 2007-01-14 [colin]      2.7.0cvs27
5294
5295         * src/gtk/inputdialog.c
5296                 Make sure we don't print passwords in
5297                 clear text when in debug mode
5298
5299 2007-01-14 [colin]      2.7.0cvs26
5300
5301         * src/gtk/gtksctree.c
5302                 Fix bug 1098, 'bogus last row display 
5303                 after expanding a thread'. Patch by
5304                 Jindrich Makovicka <makovick@gmail.com>
5305
5306 2007-01-14 [colin]      2.7.0cvs25
5307
5308         * src/etpan/imap-thread.c
5309                 Close socket manually before
5310                 freeing the imap struct
5311
5312 2007-01-14 [colin]      2.7.0cvs24
5313
5314         * src/etpan/imap-thread.c
5315                 Maybe fix new reconnection issues
5316
5317 2007-01-13 [colin]      2.7.0cvs23
5318
5319         * src/summaryview.c
5320                 Freeze/thaw on thread selection
5321
5322 2007-01-13 [paul]       2.7.0cvs22
5323
5324         * src/mainwindow.c
5325         * src/summaryview.c
5326         * src/summaryview.h
5327                 add 'Edit/Delete thread'
5328
5329 2007-01-13 [colin]      2.7.0cvs21
5330
5331         * src/prefs_account.c
5332         * src/prefs_compose_writing.c
5333         * src/prefs_message.c
5334         * src/prefs_msg_colors.c
5335         * src/prefs_other.c
5336         * src/prefs_receive.c
5337         * src/prefs_spelling.c
5338         * src/prefs_summaries.c
5339         * src/prefs_themes.c
5340         * src/gtk/gtkutils.c
5341         * src/gtk/gtkutils.h
5342         * src/plugins/pgpcore/prefs_gpg.c
5343         * src/plugins/spamassassin/spamassassin_gtk.c
5344                 Factorize gtk frame creation
5345                 Patch by Pawel
5346
5347 2007-01-13 [colin]      2.7.0cvs20
5348
5349         * src/message_search.c
5350         * src/summary_search.c
5351                 Fix Enter in search windows
5352         * src/messageview.c
5353                 Fix body search starting at the
5354                 end of the mail (and asking for loop)
5355
5356 2007-01-13 [colin]      2.7.0cvs19
5357
5358         * src/etpan/imap-thread.c
5359                 Make sure we don't free the same imap
5360                 twice
5361
5362 2007-01-13 [colin]      2.7.0cvs18
5363
5364         * commitHelper
5365                 Allow multiple commitHelpers to
5366                 run at once
5367
5368 2007-01-12 [colin]      2.7.0cvs17
5369
5370         * src/etpan/imap-thread.c
5371                 Make sure we get rid of the previous mailimap
5372                 when connecting - just in case disconnect was
5373                 unclean
5374
5375 2007-01-12 [paul]       2.7.0cvs16
5376
5377         * src/compose.c
5378                 Strip S/MIME signatures when re-editing
5379                 S/MIME signed messages.
5380
5381 2007-01-12 [paul]       2.7.0cvs15
5382
5383         * configure.ac
5384         * src/addressbook.c
5385         * src/foldersel.c
5386         * src/folderview.c
5387         * src/main.c
5388                 no need to define CLAWS anymore, remove
5389                 all that stuff
5390
5391 2007-01-12 [paul]       2.7.0cvs14
5392
5393         * src/mimeview.c
5394                 check if the mail's signed as
5395                 it can change the mail structure
5396                 Thanks to Colin
5397
5398 2007-01-12 [paul]       2.7.0cvs13
5399
5400         * src/procmime.c
5401                 fix Forwarding msgs with attachments
5402                 that have dos line endings
5403                 Thanks to Colin
5404
5405 2007-01-12 [wwp]        2.7.0cvs12
5406
5407         * configure.ac
5408                 Revert accidentally committed extra version tag.
5409
5410 2007-01-12 [wwp]        2.7.0cvs11
5411
5412         * src/prefs_account.c
5413                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5414
5415 2007-01-11 [colin]      2.7.0cvs10
5416
5417         * src/imap.c
5418                 move g_warning to debug_print
5419                 it scares people for no reason
5420
5421 2007-01-11 [colin]      2.7.0cvs9
5422
5423         * po/POTFILES.in
5424                 Fix files to translate. Patch by
5425                 Fabien
5426
5427 2007-01-11 [paul]       2.7.0cvs8
5428
5429         * src/imap.c
5430                 Fix recursion when server lists the
5431                 current subfolder in the response
5432         * src/mimeview.c
5433                 Fix updating of icon_list/ctree
5434         * src/plugins/pgpcore/select-keys.c
5435                 Fix a few annoyances when choosing
5436                 keys for the CMS (S/MIME) protocol
5437
5438 2007-01-11 [wwp]        2.7.0cvs7
5439
5440         * src/compose.c
5441         * src/prefs_account.c
5442         * src/prefs_account.h
5443                 Add per-account spellcheck default dictionaries settings.
5444
5445 2007-01-10 [colin]      2.7.0cvs6
5446
5447         * src/prefs_folder_item.c
5448                 Factorize strings - patch by Fabien
5449
5450 2007-01-10 [colin]      2.7.0cvs5
5451
5452         * src/mainwindow.c
5453                 Fix bug 1095, 'Crash while changing folder 
5454                 columns during incorporation'
5455
5456 2007-01-09 [colin]      2.7.0cvs4
5457
5458         * src/gtk/pluginwindow.c
5459                 Set the plugin window transient. Seems
5460                 like some window managers hide it in
5461                 the background after "load plugin"...
5462
5463 2007-01-09 [colin]      2.7.0cvs3
5464
5465         * src/gtk/filesel.c
5466                 Use the same type for alloc and free
5467
5468 2007-01-08 [paul]       2.7.0cvs2
5469
5470         * po/nl.po
5471                 updated by Tim Dijkstra
5472
5473 2007-01-08 [paul]       2.7.0cvs1
5474
5475         * src/prefs_themes.c
5476         * src/common/utils.c
5477                 Fix resource leaks
5478
5479 2007-01-08 [paul]       2.7.0
5480
5481         * NEWS
5482         * README
5483         * RELEASE_NOTES
5484                 2.7.0 released
5485
5486 2007-01-08 [paul]       2.6.1cvs119
5487
5488         * doc/man/claws-mail.1
5489                 another correction
5490
5491 2007-01-08 [paul]       2.6.1cvs118
5492
5493         * doc/man/claws-mail.1
5494                 corrections
5495         * manual/advanced.xml
5496                 improved English usage
5497
5498 2007-01-08 [paul]       2.6.1cvs117
5499
5500         * po/ca.po
5501         * po/de.po
5502         * po/en_GB.po
5503         * po/fi.po
5504         * po/it.po
5505         * po/pt_BR.po
5506         * po/sk.po
5507         * po/sr.po
5508         * po/zh_CN.po
5509                 updated by Miquel Oliete, Stephan Sachse, me,
5510                 Tommi Pirinen, Andrea Spadaccini, Frederico
5511                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5512                 Urosevic, and Ralgh Young
5513
5514 2007-01-07 [mones]      2.6.1cvs116
5515
5516         * manual/es/advanced.xml
5517         * po/es.po
5518                 Synced manual (unhide mark_as_read_delay)
5519                 and updated translation for release
5520
5521 2007-01-07 [paul]       2.6.1cvs115
5522
5523         * src/prefs_matcher.c
5524                 make the hbox content fit better under
5525                 various languages
5526
5527 2007-01-07 [colin]      2.6.1cvs114
5528
5529         * src/messageview.c
5530                 Fix bug 1088, 'Ctrl-h produces repeatable
5531                 crash'
5532
5533 2007-01-06 [colin]      2.6.1cvs113
5534
5535         * src/etpan/imap-thread.c
5536                 Add casts to int to get certs. Fixes
5537                 bug 1064, 'crash @ etpan_certificate_check() 
5538                 when opening an IMAP folder', with latest
5539                 libetpan CVS or >= 0.49
5540         * src/mainwindow.c
5541         * src/mainwindow.h
5542         * src/imap_gtk.c
5543         * src/news_gtk.c
5544         * src/prefs_folder_item.c
5545                 Grey out the "synchronise" menu items if
5546                 there's nothing to synchronise.
5547         * src/plugins/pgpcore/sgpgme.c
5548                 Make an error clearer than "Unknown error"
5549
5550 2007-01-06 [colin]      2.6.1cvs112
5551
5552         * src/messageview.c
5553                 Don't try to show a message if updating
5554                 Maybe fixes bug 1088, 'ctrl-h produces
5555                 repeatable crash'.
5556
5557 2007-01-06 [colin]      2.6.1cvs111
5558
5559         * src/summaryview.c
5560                 Disable Control-Space (handle it as Space).
5561
5562 2007-01-05 [paul]       2.6.1cvs110
5563
5564         * src/imap.c
5565                 Fix bug 934, 'sylpheed claws 2.1 
5566                 doesn't show Exchanges Public Folders'
5567                 Thanks to Hoa and Colin
5568         * src/msgcache.c
5569                 Refuse to allocate more than 2 MB for a 
5570                 single field, it's a good indication of
5571                 cache corruption.
5572
5573 2007-01-05 [colin]      2.6.1cvs109
5574
5575         * src/mainwindow.c
5576                 Allow --select'ing emails by Message-ID too
5577
5578 2007-01-05 [colin]      2.6.1cvs108
5579
5580         * src/common/quoted-printable.c
5581                 Uh! Third fix :)
5582
5583 2007-01-05 [colin]      2.6.1cvs107
5584
5585         * src/common/quoted-printable.c
5586                 Fix previous commit about bug 1089
5587                 Thanks to Ralf
5588
5589 2007-01-05 [colin]      2.6.1cvs106
5590
5591         * src/common/quoted-printable.c
5592                 Fix my previous commit on bug 1089
5593                 - Thanks to Ralf :)
5594
5595 2007-01-04 [colin]      2.6.1cvs105
5596
5597         * src/common/quoted-printable.c
5598                 Fix bug 1089, 'NUL characters in Subject 
5599                 line are misinterpreted'. Not a pain to
5600                 fix in fact.
5601
5602 2007-01-04 [colin]      
5603
5604         2.7.0-rc3 released
5605
5606 2007-01-04 [wwp]        2.6.1cvs104
5607
5608         * src/image_viewer.c
5609                 Force operator precedence (fix a compiler warning).
5610
5611 2007-01-04 [colin]      2.6.1cvs103
5612
5613         * src/image_viewer.c
5614                 Be cautious there too (same fix as the one
5615                 in textview from cvs33)
5616         * src/messageview.c
5617                 Don't use any MimeViewer plugin when showing
5618                 all headers
5619
5620 2007-01-03 [wwp]        2.6.1cvs102
5621
5622         * src/html.c
5623         * src/html.h
5624                 fixed "cent" sign (use the existing ASCII one),
5625                 decode more HTML entities,
5626                 converted table ASCII entries to UTF-8,
5627                 moved a switch() into a hashtable.
5628
5629 2007-01-03 [paul]       2.6.1cvs101
5630
5631         * src/compose.c
5632         * src/messageview.c
5633         * src/procmsg.c
5634         * src/procmsg.h
5635                 When possible, use move_msg instead of
5636                 copy_msg + remove_msg to move sent mail
5637                 from Queue to Sent. 
5638
5639 2007-01-03 [paul]       2.6.1cvs100
5640
5641         * src/html.c
5642                 add more html entity recognition:
5643                 pounds, euros, and cents
5644
5645 2007-01-03 [colin]      2.6.1cvs99
5646
5647         * src/imap_gtk.c
5648                 Don't display an error on NOSELECT
5649                 folders when synchronising
5650
5651 2007-01-03 [paul]       2.6.1cvs98
5652
5653         * tools/maildir2claws-mail.pl
5654                 only substitute 'sent-mail' if it's
5655                 the full directory name
5656
5657 2007-01-03 [paul]       2.6.1cvs97
5658
5659         * ChangeLog
5660         * ChangeLog.pre2.0.0
5661         * Makefile.am
5662                 archive a chunk of ChangeLog in
5663                 ChangeLog.pre2.0.0
5664         * ChangeLog.gtk1
5665         * doc/src/ChangeLog.claws-pre0.8.0
5666                 remove ChangeLog.claws-pre0.8.0, adding
5667                 its contents to ChangeLog.gtk1
5668
5669 2007-01-03 [paul]       2.6.1cvs96
5670
5671         * src/account.c
5672         * src/account.h
5673         * src/action.c
5674         * src/action.h
5675         * src/adbookbase.h
5676         * src/addr_compl.c
5677         * src/addr_compl.h
5678         * src/addrbook.c
5679         * src/addrcache.c
5680         * src/addrcache.h
5681         * src/addrcindex.c
5682         * src/addrcindex.h
5683         * src/addrclip.c
5684         * src/addrclip.h
5685         * src/addrdefs.h
5686         * src/addressadd.c
5687         * src/addressadd.h
5688         * src/addressbook.c
5689         * src/addressbook.h
5690         * src/addressbook_foldersel.c
5691         * src/addressbook_foldersel.h
5692         * src/addrgather.c
5693         * src/addrgather.h
5694         * src/addrharvest.c
5695         * src/addrharvest.h
5696         * src/addrindex.c
5697         * src/addrindex.h
5698         * src/addritem.c
5699         * src/addritem.h
5700         * src/addrquery.c
5701         * src/addrquery.h
5702         * src/addrselect.c
5703         * src/addrselect.h
5704         * src/alertpanel.c
5705         * src/alertpanel.h
5706         * src/browseldap.c
5707         * src/browseldap.h
5708         * src/codeconv.c
5709         * src/codeconv.h
5710         * src/compose.c
5711         * src/compose.h
5712         * src/customheader.c
5713         * src/customheader.h
5714         * src/displayheader.c
5715         * src/displayheader.h
5716         * src/editaddress.c
5717         * src/editaddress.h
5718         * src/editbook.c
5719         * src/editbook.h
5720         * src/editgroup.c
5721         * src/editgroup.h
5722         * src/editjpilot.c
5723         * src/editjpilot.h
5724         * src/editldap.c
5725         * src/editldap.h
5726         * src/editldap_basedn.c
5727         * src/editldap_basedn.h
5728         * src/editvcard.c
5729         * src/editvcard.h
5730         * src/exphtmldlg.c
5731         * src/exphtmldlg.h
5732         * src/expldifdlg.c
5733         * src/expldifdlg.h
5734         * src/export.c
5735         * src/export.h
5736         * src/exporthtml.c
5737         * src/exporthtml.h
5738         * src/exportldif.c
5739         * src/exportldif.h
5740         * src/filtering.c
5741         * src/filtering.h
5742         * src/folder.c
5743         * src/folder.h
5744         * src/folder_item_prefs.c
5745         * src/folder_item_prefs.h
5746         * src/foldersel.c
5747         * src/foldersel.h
5748         * src/folderutils.c
5749         * src/folderutils.h
5750         * src/folderview.c
5751         * src/folderview.h
5752         * src/grouplistdialog.c
5753         * src/grouplistdialog.h
5754         * src/headerview.c
5755         * src/html.c
5756         * src/html.h
5757         * src/image_viewer.c
5758         * src/image_viewer.h
5759         * src/imap.c
5760         * src/imap.h
5761         * src/imap_gtk.c
5762         * src/imap_gtk.h
5763         * src/import.c
5764         * src/import.h
5765         * src/importldif.c
5766         * src/importldif.h
5767         * src/importmutt.c
5768         * src/importmutt.h
5769         * src/importpine.c
5770         * src/importpine.h
5771         * src/inc.c
5772         * src/inc.h
5773         * src/jpilot.c
5774         * src/jpilot.h
5775         * src/ldapctrl.c
5776         * src/ldapctrl.h
5777         * src/ldaplocate.c
5778         * src/ldaplocate.h
5779         * src/ldapquery.c
5780         * src/ldapquery.h
5781         * src/ldapserver.c
5782         * src/ldapserver.h
5783         * src/ldaputil.c
5784         * src/ldaputil.h
5785         * src/ldif.c
5786         * src/ldif.h
5787         * src/main.c
5788         * src/main.h
5789         * src/mainwindow.c
5790         * src/mainwindow.h
5791         * src/manual.c
5792         * src/manual.h
5793         * src/mbox.c
5794         * src/message_search.c
5795         * src/message_search.h
5796         * src/messageview.c
5797         * src/messageview.h
5798         * src/mh.c
5799         * src/mh.h
5800         * src/mh_gtk.c
5801         * src/mh_gtk.h
5802         * src/mimeview.c
5803         * src/mimeview.h
5804         * src/msgcache.c
5805         * src/msgcache.h
5806         * src/mutt.c
5807         * src/mutt.h
5808         * src/news.c
5809         * src/news.h
5810         * src/news_gtk.c
5811         * src/news_gtk.h
5812         * src/partial_download.c
5813         * src/partial_download.h
5814         * src/pine.c
5815         * src/pine.h
5816         * src/pop.c
5817         * src/pop.h
5818         * src/prefs_account.c
5819         * src/prefs_account.h
5820         * src/prefs_actions.c
5821         * src/prefs_actions.h
5822         * src/prefs_common.c
5823         * src/prefs_common.h
5824         * src/prefs_compose_writing.c
5825         * src/prefs_compose_writing.h
5826         * src/prefs_customheader.c
5827         * src/prefs_customheader.h
5828         * src/prefs_display_header.c
5829         * src/prefs_display_header.h
5830         * src/prefs_filtering.c
5831         * src/prefs_filtering.h
5832         * src/prefs_filtering_action.c
5833         * src/prefs_filtering_action.h
5834         * src/prefs_folder_column.c
5835         * src/prefs_folder_column.h
5836         * src/prefs_folder_item.c
5837         * src/prefs_folder_item.h
5838         * src/prefs_fonts.c
5839         * src/prefs_fonts.h
5840         * src/prefs_gtk.c
5841         * src/prefs_gtk.h
5842         * src/prefs_image_viewer.c
5843         * src/prefs_image_viewer.h
5844         * src/prefs_matcher.c
5845         * src/prefs_matcher.h
5846         * src/prefs_message.c
5847         * src/prefs_msg_colors.c
5848         * src/prefs_msg_colors.h
5849         * src/prefs_other.c
5850         * src/prefs_quote.c
5851         * src/prefs_receive.c
5852         * src/prefs_send.c
5853         * src/prefs_spelling.c
5854         * src/prefs_spelling.h
5855         * src/prefs_summaries.c
5856         * src/prefs_summaries.h
5857         * src/prefs_summary_column.c
5858         * src/prefs_summary_column.h
5859         * src/prefs_template.c
5860         * src/prefs_template.h
5861         * src/prefs_themes.c
5862         * src/prefs_themes.h
5863         * src/prefs_toolbar.c
5864         * src/prefs_toolbar.h
5865         * src/prefs_wrapping.c
5866         * src/prefs_wrapping.h
5867         * src/privacy.c
5868         * src/privacy.h
5869         * src/procheader.c
5870         * src/procheader.h
5871         * src/procmime.c
5872         * src/procmime.h
5873         * src/procmsg.c
5874         * src/procmsg.h
5875         * src/quote_fmt.c
5876         * src/quote_fmt_parse.y
5877         * src/recv.c
5878         * src/recv.h
5879         * src/remotefolder.c
5880         * src/remotefolder.h
5881         * src/send_message.c
5882         * src/send_message.h
5883         * src/setup.c
5884         * src/setup.h
5885         * src/sourcewindow.c
5886         * src/sourcewindow.h
5887         * src/ssl_manager.c
5888         * src/ssl_manager.h
5889         * src/statusbar.c
5890         * src/statusbar.h
5891         * src/stock_pixmap.c
5892         * src/stock_pixmap.h
5893         * src/summary_search.c
5894         * src/summary_search.h
5895         * src/summaryview.c
5896         * src/summaryview.h
5897         * src/textview.c
5898         * src/textview.h
5899         * src/toolbar.c
5900         * src/toolbar.h
5901         * src/undo.c
5902         * src/undo.h
5903         * src/unmime.c
5904         * src/unmime.h
5905         * src/vcard.c
5906         * src/vcard.h
5907         * src/wizard.c
5908         * src/wizard.h
5909         * src/common/base64.c
5910         * src/common/base64.h
5911         * src/common/defs.h
5912         * src/common/hooks.c
5913         * src/common/hooks.h
5914         * src/common/log.c
5915         * src/common/log.h
5916         * src/common/mgutils.c
5917         * src/common/mgutils.h
5918         * src/common/nntp.c
5919         * src/common/nntp.h
5920         * src/common/passcrypt.c
5921         * src/common/passcrypt.h.in
5922         * src/common/plugin.c
5923         * src/common/plugin.h
5924         * src/common/prefs.c
5925         * src/common/prefs.h
5926         * src/common/progressindicator.c
5927         * src/common/progressindicator.h
5928         * src/common/quoted-printable.c
5929         * src/common/quoted-printable.h
5930         * src/common/session.c
5931         * src/common/session.h
5932         * src/common/smtp.c
5933         * src/common/smtp.h
5934         * src/common/socket.c
5935         * src/common/socket.h
5936         * src/common/ssl.c
5937         * src/common/ssl.h
5938         * src/common/ssl_certificate.c
5939         * src/common/ssl_certificate.h
5940         * src/common/stringtable.c
5941         * src/common/stringtable.h
5942         * src/common/template.c
5943         * src/common/template.h
5944         * src/common/timing.h
5945         * src/common/utils.c
5946         * src/common/utils.h
5947         * src/common/version.h.in
5948         * src/common/xml.c
5949         * src/common/xml.h
5950         * src/common/xmlprops.c
5951         * src/common/xmlprops.h
5952         * src/gtk/about.c
5953         * src/gtk/colorlabel.c
5954         * src/gtk/colorsel.c
5955         * src/gtk/colorsel.h
5956         * src/gtk/combobox.c
5957         * src/gtk/combobox.h
5958         * src/gtk/description_window.c
5959         * src/gtk/description_window.h
5960         * src/gtk/filesel.c
5961         * src/gtk/filesel.h
5962         * src/gtk/foldersort.c
5963         * src/gtk/foldersort.h
5964         * src/gtk/gtksctree.c
5965         * src/gtk/gtkutils.c
5966         * src/gtk/gtkutils.h
5967         * src/gtk/inputdialog.c
5968         * src/gtk/inputdialog.h
5969         * src/gtk/logwindow.c
5970         * src/gtk/logwindow.h
5971         * src/gtk/manage_window.c
5972         * src/gtk/manage_window.h
5973         * src/gtk/menu.c
5974         * src/gtk/menu.h
5975         * src/gtk/pluginwindow.c
5976         * src/gtk/pluginwindow.h
5977         * src/gtk/prefswindow.c
5978         * src/gtk/prefswindow.h
5979         * src/gtk/progressdialog.c
5980         * src/gtk/progressdialog.h
5981         * src/gtk/sslcertwindow.c
5982         * src/gtk/sslcertwindow.h
5983         * src/plugins/bogofilter/bogofilter.c
5984         * src/plugins/bogofilter/bogofilter.h
5985         * src/plugins/bogofilter/bogofilter_gtk.c
5986         * src/plugins/clamav/clamav_plugin.c
5987         * src/plugins/clamav/clamav_plugin.h
5988         * src/plugins/clamav/clamav_plugin_gtk.c
5989         * src/plugins/demo/demo.c
5990         * src/plugins/dillo_viewer/dillo_prefs.c
5991         * src/plugins/dillo_viewer/dillo_prefs.h
5992         * src/plugins/dillo_viewer/dillo_viewer.c
5993         * src/plugins/pgpcore/passphrase.c
5994         * src/plugins/pgpcore/passphrase.h
5995         * src/plugins/pgpcore/pgp_viewer.c
5996         * src/plugins/pgpcore/pgp_viewer.h
5997         * src/plugins/pgpcore/plugin.c
5998         * src/plugins/pgpcore/select-keys.c
5999         * src/plugins/pgpcore/select-keys.h
6000         * src/plugins/pgpcore/sgpgme.c
6001         * src/plugins/pgpcore/sgpgme.h
6002         * src/plugins/pgpinline/pgpinline.c
6003         * src/plugins/pgpinline/pgpinline.h
6004         * src/plugins/pgpinline/plugin.c
6005         * src/plugins/pgpmime/pgpmime.c
6006         * src/plugins/pgpmime/pgpmime.h
6007         * src/plugins/pgpmime/plugin.c
6008         * src/plugins/spamassassin/spamassassin.c
6009         * src/plugins/spamassassin/spamassassin.h
6010         * src/plugins/spamassassin/spamassassin_gtk.c
6011         * src/plugins/trayicon/trayicon.c
6012                 it's 2007, update the year in the copyright headers
6013
6014 2007-01-03 [paul]       2.6.1cvs95
6015
6016         * src/gtk/about.c
6017                 it is 2007, use it in the copyright string
6018
6019 2007-01-03 [paul]       2.6.1cvs94
6020
6021         * src/html.c
6022                 html entity conversion:
6023                 move &#153; to a more suitable place
6024                 add &bull; and &ndash;
6025                 make sure &mdash; and &#8212; are both
6026                 converted the same
6027
6028 2007-01-02 [colin]      2.6.1cvs93
6029
6030         * src/addrbook.c
6031                 Fix leak
6032         * src/common/plugin.c
6033                 Add comment
6034         * src/etpan/imap-thread.c
6035                 Fix warning
6036
6037 2006-12-31 [paul]       2.6.1cvs92
6038
6039         * src/prefs_summaries.c
6040                 use gtk_button_new_from_stock()
6041
6042 2006-12-30 [colin]      2.6.1cvs91
6043
6044         * src/folder.c
6045         * src/imap_gtk.c
6046         * src/mh_gtk.c
6047                 Don't update filtering and account paths 
6048                 when copying folders
6049
6050 2006-12-30 [colin]      2.6.1cvs90
6051
6052         * src/prefs_compose_writing.c
6053         * src/prefs_quote.c
6054         * src/prefs_template.c
6055                 Use message font for Writing and 
6056                 Quoting prefs, as well as Templates.
6057
6058 2006-12-30 [colin]      2.6.1cvs89
6059
6060         * src/prefs_summaries.c
6061                 Rework GUI; patch by Pawel
6062
6063 2006-12-29 [colin]      2.6.1cvs88
6064
6065         * src/prefs_folder_item.c
6066                 Fix bug 1085, 'Apply to subfolder 
6067                 doesn't work' - I was mistaken saying
6068                 it worked in every case
6069
6070 2006-12-28 [colin]      2.6.1cvs87
6071
6072         * src/gtk/gtkaspell.c
6073                 Don't assert if use_alternate is true
6074                 and alt_dictionary isn't set -- this 
6075                 is what happens on upgrade! Rather,
6076                 do with it.
6077
6078 2006-12-28 [colin]      2.6.1cvs86
6079
6080         * Makefile.am
6081                 Fix desktop/icon simplification
6082
6083 2006-12-28 [colin]      2.6.1cvs85
6084
6085         * Makefile.am
6086                 Make desktop and icon not 
6087                 dependant on the desktop
6088
6089 2006-12-28 [wwp]        2.6.1cvs84
6090
6091         * src/plugins/pgpmime/claws.def
6092                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6093
6094 2006-12-28 [wwp]        2.6.1cvs83
6095
6096         * src/prefs_folder_item.c
6097                 Fix coloring of "simplify subject regexp" (folder prefs),
6098                 which might be left to red whereas the regexp gets empty.
6099
6100 2006-12-28 [wwp]        2.6.1cvs82
6101
6102         * src/prefs_common.c
6103         * src/prefs_common.h
6104         * src/addressbook.c
6105         * src/addressitem.h
6106                 Save addressbook mainwindow's horizontal and vertical splitter position.
6107
6108 2006-12-27 [wwp]        2.6.1cvs81
6109
6110         * src/gtk/gtkaspell.c
6111         * src/gtk/gtkaspell.h
6112         * src/compose.c
6113                 Fix assignment of compose's default and alternate dictionary from
6114                 account or folder settings. Now gtkaspell_change_dict does rotate
6115                 dicts only when it's called from a menu cb.
6116
6117 2006-12-27 [wwp]        2.6.1cvs80
6118
6119         * src/folder_item_prefs.c
6120                 Fix randomly initialized default-alt-dictionary (folder prefs),
6121                 complete 2.6.1cvs72.
6122
6123 2006-12-27 [paul]       2.6.1cvs79
6124
6125         * src/imap_gtk.c
6126         * src/mh_gtk.c
6127                 Add Copy folder in the folder's contextual
6128                 menu
6129
6130 2006-12-27 [wwp]        2.6.1cvs78
6131
6132         * src/imap.c
6133                 Clean up session locking, thanks to Colin.
6134
6135 2006-12-26 [colin]      2.6.1cvs77
6136
6137         * src/statusbar.c
6138                 Revert previous patch
6139
6140 2006-12-26 [colin]      2.6.1cvs76
6141
6142         * src/folder.c
6143         * src/folderview.c
6144         * src/imap.c
6145         * src/statusbar.c
6146         * src/etpan/imap-thread.c
6147                 Fix previous commit warnings
6148                 Make statusbar update every second if total < 20
6149                 Make IMAP APPEND faster by simplifying log              
6150
6151 2006-12-26 [colin]      2.6.1cvs75
6152
6153         * src/folder.c
6154         * src/folder.h
6155         * src/folderview.c
6156         * src/folderview.h
6157         * src/imap_gtk.c
6158         * src/mh_gtk.c
6159                 Make it possible to copy folders accross
6160                 mailboxes (this was an arbitrary limitation).
6161                 Still make it impossible to move folders 
6162                 accross mailboxes.
6163
6164 2006-12-26 [colin]      2.6.1cvs74
6165
6166         * src/etpan/imap-thread.c
6167                 Fix bug 1081, 'claws-mail 
6168                 segfaults when going offline 
6169                 while it transfers mails via 
6170                 imap'
6171
6172 2006-12-26 [colin]      2.6.1cvs73
6173
6174         * src/folder_item_prefs.c
6175                 Don't forget alt dictionary when
6176                 renaming/moving folders
6177
6178 2006-12-26 [wwp]        2.6.1cvs72
6179
6180         * src/folder_item_prefs.c
6181                 Add missing defaults for per-folder alt dict
6182                 (forgotten in 2.6.1cvs61).
6183
6184 2006-12-26 [colin]      2.6.1cvs71
6185
6186         * src/wizard.c
6187                 Add tooltip to state that specifying
6188                 full path to mailbox is possible
6189
6190 2006-12-26 [wwp]        2.6.1cvs70
6191
6192         * src/partial_download.c
6193         * src/gtk/gtkvscrollbutton.c
6194         * src/plugins/pgpinline/plugin.c
6195                 Fix for few compiler warnings that matter.
6196
6197 2006-12-25 [colin]      2.6.1cvs69
6198
6199         * src/partial_download.c
6200                 Fix marking for download or deletion
6201                 when the header isn't the first
6202         * src/gtk/logwindow.c
6203                 Fix start of scrolling
6204
6205 2006-12-23 [paul]       2.6.1cvs68
6206
6207         * src/compose.c
6208                 change last commit to use the 'academic'
6209                 method instead. Thanks to wwp
6210
6211 2006-12-23 [paul]       2.6.1cvs67
6212
6213         * src/compose.c
6214                 don't warn about empty subject when
6215                 redirecting
6216
6217 2006-12-22 [colin]      2.6.1cvs66
6218
6219         * src/summary_search.c
6220                 Fix previous patch
6221
6222 2006-12-22 [colin]      2.6.1cvs65
6223
6224         * src/gtk/gtkutils.c
6225         * src/imap.c
6226         * src/jpilot.c
6227         * src/summary_search.c
6228                 A few warning fixes
6229
6230 2006-12-23 [paul]       
6231
6232         2.7.0-rc2 released
6233
6234 2006-12-22 [colin]      2.6.1cvs64
6235
6236         * src/toolbar.c
6237         * src/toolbar.h
6238                 Add a combo to the learn spam button
6239         * src/plugins/bogofilter/bogofilter.c
6240         * src/plugins/bogofilter/bogofilter_gtk.c
6241         * src/plugins/bogofilter/bogofilter.h
6242                 Allow to store Unsure mails in a specific
6243                 folder to make better teaching easier
6244
6245 2006-12-21 [wwp]        2.6.1cvs63
6246
6247         * src/compose.c
6248         * src/prefs_common.c
6249         * src/prefs_common.h
6250         * src/prefs_spelling.c
6251         * src/gtk/gtkaspell.c
6252         * src/gtk/gtkaspell.h
6253                 Allow spell-checking using both current and alternate dictionaries
6254                 (thanks to Colin).
6255
6256 2006-12-21 [wwp]        2.6.1cvs62
6257
6258         * src/gtk/gtkaspell.c
6259                 Apply recheck_when_changing_dict (highlight all mispelled words)
6260                 when switching to alternate dictionary.
6261
6262 2006-12-21 [wwp]        2.6.1cvs61
6263
6264         * src/compose.c
6265         * src/folder_item_prefs.h
6266         * src/prefs_common.c
6267         * src/prefs_common.h
6268         * src/prefs_folder_item.c
6269         * src/prefs_spelling.c
6270         * src/gtk/gtkaspell.c
6271         * src/gtk/gtkaspell.h
6272                 Add global and per-folder prefs to set the default
6273                 alternate dictionary.
6274
6275 2006-12-21 [colin]      2.6.1cvs60
6276
6277         * src/folder.c
6278                 Look for folders by path in all folders
6279         * src/html.c
6280                 add &mdash;
6281
6282 2006-12-20 [colin]      2.6.1cvs59
6283
6284         * src/gtk/quicksearch.c
6285                 Make sure in_typing is false when clearing
6286
6287 2006-12-20 [wwp]        2.6.1cvs58
6288
6289         * configure.ac
6290                 change manual's target dir to be LFH-compliant (thanks to Colin).
6291
6292 2006-12-20 [wwp]        2.6.1cvs57
6293
6294         * src/prefs_common.c
6295         * src/prefs_summaries.c
6296                 i18n fix and factorize patch, thanks to Fabien.
6297
6298 2006-12-20 [paul]       2.6.1cvs56
6299
6300         * configure.ac
6301                 last of the renaming (??)
6302         * src/main.c
6303                 correct --help info of --status-full
6304         * src/plugins/bogofilter/bogofilter.c
6305                 make FALSE default of whitelist_ab
6306
6307 2006-12-19 [colin]      2.6.1cvs55
6308
6309         * src/jpilot.c
6310                 Same as before, without depending on
6311                 pisock >= 0.12
6312
6313 2006-12-19 [colin]      2.6.1cvs54
6314
6315         * src/jpilot.c
6316                 Fix bug 1059, 'Better jpilot charset 
6317                 handling'. Use libpisync's charset conversion
6318                 if possible
6319
6320 2006-12-19 [colin]      2.6.1cvs53
6321
6322         * po/fr.po
6323                 Updated by Fabien
6324
6325 2006-12-19 [wwp]        2.6.1cvs52
6326
6327         * src/gtk/about.c
6328                 Add missing #include (thanks to Colin).
6329
6330 2006-12-19 [wwp]        2.6.1cvs51
6331
6332         * src/prefs_receive.c
6333                 Better spacing between widgets in prefs.
6334
6335 2006-12-18 [colin]      2.6.1cvs50
6336
6337         * src/imap.c
6338                 Fix failure to get separator on LIST "" ""
6339                 Try LIST "" "INBOX" too.
6340
6341 2006-12-18 [wwp]        2.6.1cvs49
6342
6343         * src/common/session.c
6344                 Fix a compiler warning (thanks to Fabien).
6345
6346 2006-12-18 [wwp]        2.6.1cvs48
6347
6348         * src/compose.c
6349         * src/prefs_quote.c
6350                 Factorize some strings for translation (it's about error
6351                 messages when applying or checking template/quote format).
6352
6353 2006-12-18 [colin]      2.6.1cvs47
6354
6355         * Makefile.am
6356         * src/common/defs.h
6357         * src/gtk/Makefile.am
6358         * src/gtk/about.c
6359                 Add a Release notes tab from the contents of
6360                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6361
6362 2006-12-17 [colin]      2.6.1cvs46
6363
6364         * src/mimeview.c
6365         * src/textview.c
6366         * src/gtk/filesel.c
6367                 Correctly convert from/to UTF8/filename encoding
6368                 when loading and saving files. Probably fixes
6369                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6370                 for a file to attach and is blocked...'
6371
6372 2006-12-17 [colin]      2.6.1cvs45
6373
6374         * src/gtk/logwindow.c
6375                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6376                 IMAP folder and is blocked on main thread': 
6377                 make sure we put utf8 in the log.
6378
6379 2006-12-16 [colin]      2.6.1cvs44
6380
6381         * src/toolbar.c
6382         * src/toolbar.h
6383                 Fix bug 1055, 'Add the 'cancel receive' 
6384                 in the available events for the toolbar buttons'
6385
6386 2006-12-16 [colin]      2.6.1cvs43
6387
6388         * po/POTFILES.in
6389         * src/imap.c
6390         * src/common/nntp.c
6391         * src/common/session.c
6392                 Log error when SSL handshakes fail. 
6393                 Fixes bug 1082, 'incorrect / imprecise 
6394                 error message when imap server provides 
6395                 ssl only through STARTTLS but SSL is 
6396                 selected'
6397
6398 2006-12-15 [wwp]        2.6.1cvs42
6399
6400         * src/plugins/bogofilter/bogofilter_gtk.c
6401                 set proper sensitivity to widgets I've recently added.
6402
6403 2006-12-15 [colin]      
6404
6405         2.7.0-rc1 released
6406
6407 2006-12-15 [wwp]        2.6.1cvs41
6408
6409         * src/plugins/bogofilter/bogofilter.c
6410         * src/plugins/bogofilter/bogofilter.h
6411         * src/plugins/bogofilter/bogofilter_gtk.c
6412                 bogofilter's whitelist can now use a subset of
6413                 the addressbook (either a book, a subfolder of a book,
6414                 or the whole addressbook by using "Any"). Re-used there
6415                 some pref_matcher widgets and mechanisms to match a subset
6416                 of the addressbook.
6417
6418 2006-12-15 [wwp]        2.6.1cvs40
6419
6420         * src/wizard.c
6421         * src/common/plugin.c
6422         * src/common/plugin.h
6423         * src/gtk/about.c
6424         * src/plugins/bogofilter/bogofilter.c
6425         * src/plugins/clamav/clamav_plugin.c
6426         * src/plugins/demo/demo.c
6427         * src/plugins/dillo_viewer/dillo_viewer.c
6428         * src/plugins/pgpcore/plugin.c
6429         * src/plugins/pgpinline/plugin.c
6430         * src/plugins/pgpmime/plugin.c
6431         * src/plugins/spamassassin/spamassassin.c
6432         * src/plugins/trayicon/trayicon.c
6433                 factorize some translatable strings (plugins-related),
6434                 fix missing punctuation in several places,
6435                 remove useless translatable \n in about.c,
6436                 and factorize plugin init code w/ a new function
6437                 check_plugin_version() in common/plugin.c.
6438                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6439
6440 2006-12-15 [wwp]        2.6.1cvs39
6441
6442         * src/plugins/bogofilter/bogofilter.c
6443         * src/plugins/bogofilter/bogofilter_gtk.c
6444                 flag whitelisted spams as spam, but don't filter it to the spam
6445                 folder. Thanks to Colin.
6446
6447 2006-12-15 [ticho]      2.6.1cvs38
6448
6449         * src/plugins/bogofilter/bogofilter.c
6450         * src/plugins/bogofilter/bogofilter.h
6451         * src/plugins/bogofilter/bogofilter_gtk.c
6452                 Add option to whitelist senders found in addressbook. Patch by colin.
6453
6454 2006-12-15 [paul]       2.6.1cvs37
6455
6456         * src/folderview.c
6457                 add missing #include "log.h"
6458
6459 2006-12-15 [paul]       2.6.1cvs36
6460
6461         * src/plugins/bogofilter/bogofilter.c
6462         * src/plugins/bogofilter/bogofilter.h
6463         * src/plugins/bogofilter/bogofilter_gtk.c
6464                 Add an option to allow inserting an
6465                 X-Claws-Bogosity header (on MH folders
6466                 only). Patch by Colin
6467
6468 2006-12-14 [colin]      2.6.1cvs35
6469
6470         * src/main.c
6471                 "Yes" should be the default choice for
6472                 migration configuration
6473
6474 2006-12-14 [paul]       2.6.1cvs34
6475
6476         * src/prefs_summaries.c
6477         * manual/advanced.xml
6478                 Unhide mark_as_read_delay
6479
6480 2006-12-14 [paul]       2.6.1cvs33
6481
6482         * src/messageview.c
6483         * src/messageview.h
6484         * src/mimeview.c
6485         * src/mimeview.h
6486         * src/summaryview.c
6487         * src/textview.c
6488         * src/textview.h
6489                 Fix printing of selection
6490                 Fix printing of message parts
6491                 Fix printing of images
6492         * src/gtk/gtksourceprintjob.c
6493                 Fix page count when there are images
6494
6495 2006-12-14 [wwp]        2.6.1cvs32
6496
6497         * src/mainwindow.c
6498         * src/summaryview.c
6499         * src/summaryview.h
6500         * src/gtk/quicksearch.c
6501                 fix quicksearch 'magnify' button status when QS is closed
6502                 using the Escape key, thanks to Colin.
6503
6504 2006-12-14 [wwp]        2.6.1cvs31
6505
6506         * src/mainwindow.c
6507         * src/summaryview.c
6508         * src/summaryview.h
6509         * src/gtk/quicksearch.c
6510                 fix quicksearch 'magnify' button status when QS is closed
6511                 using the Escape key, thanks to Colin.
6512
6513 2006-12-13 [colin]      2.6.1cvs30
6514
6515         * src/ldapquery.c
6516         * src/ldaputil.c
6517                 Use the binary safe version of ldap_get_values,
6518                 to make sure we manipulate null-terminated 
6519                 strings. Maybe fixes bug 1075, 'claws mail 
6520                 segfault when completing ldap adresses'
6521         * src/syldap.c ** REMOVED **
6522         * src/syldap.h ** REMOVED **
6523                 Remove dead files
6524
6525 2006-12-13 [mones]      2.6.1cvs29
6526
6527         * po/es.po
6528                 Fixed piped strings, fixed click translation
6529
6530 2006-12-13 [paul]       2.6.1cvs28
6531
6532         * src/main.c
6533                 don't translate these strings
6534
6535 2006-12-13 [paul]       2.6.1cvs27
6536
6537         * po/en_GB.po
6538                 updated
6539
6540 2006-12-13 [colin]      2.6.1cvs26
6541
6542         * src/main.c
6543         * src/main.h
6544                 Add claws_is_starting()
6545
6546 2006-12-13 [mones]      2.6.1cvs25
6547
6548         * manual/es/advanced.xml
6549         * po/es.po
6550                 Synced manual and updated translation
6551
6552 2006-12-12 [colin]      2.6.1cvs24
6553
6554         * src/wizard.c
6555                 Add an option to use STARTTLS in the
6556                 welcome wizard. Fixes bug 1080, 
6557                 'Using SSL option in wizard for incoming 
6558                 server does not activate SSL with STARTTLS'
6559
6560 2006-12-12 [colin]      2.6.1cvs23
6561
6562         * src/main.c
6563                 Don't exit when there's an incomplete
6564                 mailbox configured - leaves a chance 
6565                 to fix a failing IMAP account. Exit
6566                 if no mailbox at all is loaded (case
6567                 of missing plugin).
6568                 Completes bug 1077's fix (I was wrong
6569                 in this bug's comment #3).
6570
6571 2006-12-12 [colin]      2.6.1cvs22
6572
6573         * src/gtk/menu.h
6574                 Add another menu data type
6575         * src/prefs_account.c
6576                 Complete the completion of bug 1076
6577                 (doesn't lose the pref on apply)
6578
6579 2006-12-12 [paul]       2.6.1cvs21
6580
6581         * src/prefs_account.c
6582                 complete the fix of bug 1076
6583                 also be more verbose with the text
6584
6585 2006-12-12 [paul]       2.6.1cvs20
6586
6587         * src/gtk/combobox.c
6588                 fix compilation warning
6589
6590 2006-12-11 [colin]      2.6.1cvs19
6591
6592         * src/wizard.c
6593                 Document :port in server entry tooltips
6594
6595 2006-12-11 [colin]      2.6.1cvs18
6596
6597         * src/main.c
6598                 Fix compile
6599
6600 2006-12-11 [colin]      2.6.1cvs17
6601
6602         * src/main.c
6603                 Add failing IMAP as a reason for no
6604                 mailbox
6605
6606 2006-12-11 [colin]      2.6.1cvs16
6607
6608         * src/prefs_account.c
6609                 Check for existence of inbox for local
6610                 accounts too
6611         * src/wizard.c
6612                 Allow setting the port to use for servers
6613                 by using the usual "server.example.com:port"
6614                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6615                 not start when IMAP server is unavailable'
6616
6617 2006-12-11 [colin]      2.6.1cvs15
6618
6619         * src/prefs_account.c
6620                 Prevent use of non-existing default inbox
6621
6622 2006-12-11 [colin]      2.6.1cvs14
6623
6624         * src/prefs_account.c
6625                 Fix sensitivity. Fixes bug 1076, 'privacy 
6626                 options are displayed even when pgp plugin 
6627                 not loaded / available'
6628
6629 2006-12-09 [colin]      2.6.1cvs13
6630
6631         * manual/advanced.xml
6632         * src/prefs_common.c
6633         * src/prefs_common.h
6634         * src/common/ssl_certificate.c
6635                 Add a new hidden preference, 'unsafe_ssl_certs',
6636                 which allows to store multiple certificates per
6637                 server/port. This is disabled by default because
6638                 it's less secure (presenting a new certificate
6639                 instead of a changed one raises less alarms).
6640                 This will cause Claws to ask about an unknown
6641                 certificate for people who have used 2.6.1cvs8
6642                 or greater.
6643
6644 2006-12-09 [colin]      2.6.1cvs12
6645
6646         * src/action.c
6647                 Fix cache updating after action
6648
6649 2006-12-07 [wwp]        2.6.1cvs11
6650
6651         * src/compose.c
6652                 fix email address comparison when replying to all
6653                 (avoid replying to ourselves), thanks to Colin.
6654
6655 2006-12-06 [paul]       2.6.1cvs10
6656
6657         * src/addrharvest.c
6658         * src/editldap.c
6659         * src/expldifdlg.c
6660         * src/news.c
6661         * src/toolbar.c
6662         * src/common/utils.c
6663                 ...and more renaming
6664                 Thanks to Colin
6665
6666 2006-12-06 [paul]       2.6.1cvs9
6667
6668         * src/compose.c
6669         * src/messageview.c
6670         * src/procheader.c
6671         * src/procmime.c
6672         * src/procmsg.c
6673         * src/textview.c
6674                 more renaming
6675                 Thanks to Colin
6676
6677 2006-12-06 [colin]      2.6.1cvs8
6678
6679         * src/ssl_manager.c
6680         * src/common/ssl_certificate.c
6681         * src/common/ssl_certificate.h
6682                 Handle multiple certificates per host/port
6683
6684 2006-12-06 [colin]      2.6.1cvs7
6685
6686         * src/etpan/imap-thread.c
6687                 Fix certificate checking on IMAP
6688
6689 2006-12-06 [colin]      2.6.1cvs6
6690
6691         * src/folderview.c
6692                 Fix bug 1072, 'Claws stops fetching newsgroups 
6693                 from server when newsgroup got deleted': continue
6694                 checking other groups
6695
6696 2006-12-05 [wwp]        2.6.1cvs5
6697
6698         * src/message_search.c
6699         * src/summary_search.c
6700         * src/gtk/combobox.c
6701         * src/gtk/combobox.h
6702         * src/gtk/gtkutils.c
6703         * src/gtk/gtkutils.h
6704                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6705                 behave like w/ old comboboxes (summary and message search only).
6706
6707 2006-12-05 [paul]       2.6.1cvs4
6708
6709         * src/wizard.c
6710                 encode headers
6711                 Thanks to Colin
6712
6713 2006-12-05 [paul]       2.6.1cvs3
6714
6715         * tools/README
6716         * tools/textviewer.pl
6717                 script updated and description added
6718
6719 2006-12-04 [colin]      2.6.1cvs2
6720
6721         * src/compose.c
6722                 Run pre-send hook only when checking
6723                 everything
6724
6725 2006-12-04 [paul]       2.6.1cvs1
6726
6727         * NEWS
6728         * README
6729         * RELEASE_NOTES
6730         * configure.ac
6731         * tools/README
6732                 bump up version number following stable release
6733
6734 2006-12-04 [paul]       2.6.0cvs83
6735
6736         * README
6737                 updates and corrections
6738
6739 2006-12-04 [colin]      2.6.0cvs82
6740
6741         * src/common/utils.c
6742                 Probably fix bug 1066, 'Incorrect mailbox 
6743                 size displayed'
6744
6745 2006-12-04 [colin]      2.6.0cvs81
6746
6747         * src/common/utils.c
6748                 Trim tabs from mailcap file too.
6749
6750 2006-12-02 [paul]       2.6.0cvs80
6751
6752         * src/exphtmldlg.c
6753                 fix broken GUI under certain languages
6754         * src/expldifdlg.c
6755                 put the Cancel button to the right
6756
6757 2006-12-01 [paul]       2.6.0cvs79
6758
6759         * tools/Makefile.am
6760                 remove reference to removed file
6761
6762 2006-12-01 [wwp]        2.6.0cvs78
6763
6764         * src/addressbook.c
6765         * src/editaddress.c
6766                 remove forgotten debug statements.
6767
6768 2006-12-01 [wwp]        2.6.0cvs77
6769
6770         * manual/advanced.xml
6771         * manual/fr/advanced.xml
6772         * src/addressbook.c
6773         * src/addressbook.h
6774         * src/addressitem.h
6775         * src/editaddress.c
6776         * src/editaddress.h
6777         * src/prefs_common.c
6778         * src/prefs_common.h
6779         * src/gtk/gtkutils.c
6780         * src/gtk/gtkutils.h
6781                 add a hidden option to allow embedding the editaddress (edit contact details)
6782                 dialog into the addressbook's window. This doesn't change the default
6783                 behaviour.
6784
6785 2006-12-01 [wwp]        2.6.0cvs76
6786
6787         * src/message_search.c
6788         * src/summary_search.c
6789                 fix more focus issues (don't set focus to combobox's entry widget when
6790                 entry's value changed, if entry widget has focus already).
6791
6792 2006-12-01 [wwp]        2.6.0cvs75
6793
6794         * src/gtk/quicksearch.c
6795                 revert last changes to the quicksearch gtk_combo_box, this needs more
6796                 tuning and testing.
6797
6798 2006-12-01 [paul]       2.6.0cvs74
6799
6800         * tools/kdeservicemenu/README
6801         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6802         * tools/kdeservicemenu/install.sh
6803         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6804         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6805                 simplify this stuff, and in so doing,
6806                 fix it. (possibly re-extend it again at
6807                 a later date)
6808
6809 2006-12-01 [wwp]        2.6.0cvs73
6810
6811         * src/gtk/quicksearch.c
6812                 adapt quicksearch code to use modern gtk_combo_box'es.
6813
6814 2006-12-01 [wwp]        2.6.0cvs72
6815
6816         * src/common/defs.h
6817         * src/prefs_common.c
6818         * src/prefs_common.h
6819         * src/message_search.c
6820         * src/summary_search.c
6821         * src/gtk/combobox.c
6822         * src/gtk/combobox.h
6823                 add history combos to all message and summary search fields.
6824
6825 2006-12-01 [wwp]        2.6.0cvs71
6826
6827         * src/summaryview.c
6828                 As the list may change while the mark as read delay
6829                 runs, we can't rely on the 'row' pointer, which can
6830                 be invalid when the timeout is called. As the mark
6831                 as read is only done if the message is still selected,
6832                 use summaryview->selected instead. Thanks to Colin.
6833
6834 2006-11-30 [paul]       2.6.0cvs70
6835
6836         * src/textview.c
6837                 give emphasis to "Sylpheed-Claws"
6838                 as well as "Claws Mail"
6839
6840 2006-11-30 [colin]      2.6.0cvs69
6841
6842         * src/wizard.c
6843                 Put the SSL checkboxes in the receiving
6844                 and sending server pages.
6845
6846 2006-11-29 [colin]      2.6.0cvs68
6847
6848         * src/gtk/gtkutils.c
6849         * src/gtk/gtkvscrollbutton.c
6850                 Revert some deprecated fixes - they seem to
6851                 deprecate stuff as soon as a new one gets out.
6852                 g_object_ref_sink needed glib-2.10.
6853
6854 2006-11-29 [colin]      2.6.0cvs67
6855
6856         * src/common/utils.c
6857                 Create .mailcap if it doesn't exist
6858
6859 2006-11-29 [colin]      2.6.0cvs66
6860
6861         * src/compose.c
6862                 Followup to cvs60: use original list
6863                 of recipients if replying to a mail
6864                 in Sent Drafts or Queue.
6865
6866 2006-11-27 [paul]       2.6.0cvs65
6867
6868         * src/image_viewer.c
6869                 revert the last change for now (it's broken)
6870
6871 2006-11-27 [paul]       2.6.0cvs64
6872
6873         * Makefile.am
6874         * configure.ac
6875         * m4/aclocal-include.m4
6876         * m4/check-type.m4
6877         * src/Makefile.am
6878         * src/addr_compl.c
6879         * src/compose.c
6880         * src/crash.c
6881         * src/export.c
6882         * src/exporthtml.c
6883         * src/exportldif.c
6884         * src/imap.c
6885         * src/import.c
6886         * src/main.c
6887         * src/main.h
6888         * src/matcher.c
6889         * src/mimeview.c
6890         * src/procmsg.c
6891         * src/textview.c
6892         * src/common/Makefile.am
6893         * src/common/claws.c
6894         * src/common/claws.h
6895         * src/common/ssl.c
6896         * src/common/sylpheed.c
6897         * src/common/sylpheed.h
6898         * src/etpan/Makefile.am
6899         * src/gtk/Makefile.am
6900         * src/gtk/claws-marshal.list
6901         * src/gtk/filesel.c
6902         * src/gtk/gtksctree.c
6903         * src/gtk/quicksearch.c
6904         * src/gtk/sylpheed-marshal.list
6905         * src/plugins/bogofilter/bogofilter.c
6906         * src/plugins/bogofilter/bogofilter_gtk.c
6907         * src/plugins/clamav/clamav_plugin.c
6908         * src/plugins/clamav/clamav_plugin_gtk.c
6909         * src/plugins/demo/demo.c
6910         * src/plugins/dillo_viewer/dillo_viewer.c
6911         * src/plugins/pgpcore/Makefile.am
6912         * src/plugins/pgpcore/claws.def
6913         * src/plugins/pgpcore/pgp_viewer.c
6914         * src/plugins/pgpcore/plugin.c
6915         * src/plugins/pgpcore/sylpheed.def
6916         * src/plugins/pgpinline/Makefile.am
6917         * src/plugins/pgpinline/claws.def
6918         * src/plugins/pgpinline/plugin.c
6919         * src/plugins/pgpinline/sylpheed.def
6920         * src/plugins/pgpmime/Makefile.am
6921         * src/plugins/pgpmime/claws.def
6922         * src/plugins/pgpmime/plugin.c
6923         * src/plugins/pgpmime/sylpheed.def
6924         * src/plugins/spamassassin/spamassassin.c
6925         * src/plugins/spamassassin/spamassassin_gtk.c
6926         * src/plugins/trayicon/trayicon.c
6927                 yet more renaming
6928                 remove deprecated gtk_tooltips_set_delay()
6929
6930 2006-11-26 [paul]       2.6.0cvs63
6931
6932         * src/expldifdlg.c
6933         * src/folderview.c
6934         * src/image_viewer.c
6935         * src/mainwindow.c
6936         * src/gtk/gtkutils.c
6937         * src/gtk/gtkvscrollbutton.c
6938         * src/gtk/prefswindow.c
6939         * src/plugins/pgpcore/prefs_gpg.c
6940                 replace more deprecated GTK+ functions
6941
6942 2006-11-26 [paul]       2.6.0cvs62
6943
6944         * src/addr_compl.c
6945         * src/addressbook.c
6946         * src/browseldap.c
6947                 replace deprecated gtk_idle_... functions
6948
6949 2006-11-26 [paul]       2.6.0cvs61
6950
6951         * src/compose.c
6952         * src/folderview.c
6953         * src/inc.c
6954         * src/summaryview.c
6955         * src/gtk/gtkvscrollbutton.c
6956         * src/gtk/quicksearch.c
6957         * src/plugins/pgpcore/passphrase.c
6958                 replace deprecated gtk_timeout_add and
6959                 gtk_timeout_remove
6960
6961 2006-11-26 [paul]       2.6.0cvs60
6962
6963         * src/compose.c
6964                 fix bug that caused the wrong recipient
6965                 to be selected when replying to a msg
6966                 which is From one of our accounts to
6967                 another of our accounts
6968
6969 2006-11-25 [paul]       2.6.0cvs59
6970
6971         * src/summaryview.c
6972                 don't change the From column title to
6973                 To if the To column is visible
6974
6975 2006-11-24 [paul]       2.6.0cvs58
6976
6977         * src/compose.c
6978                 fix bug 1069, 'Sent mails disappear, BCC
6979                 or locking problem?'
6980
6981 2006-11-21 [wwp]        2.6.0cvs57
6982
6983         * src/compose.c
6984                 fix spelling menu when replying (same as 2.3.1cvs39):
6985                 discrepancy between context menu and top menu when
6986                 folder's dictionary isn't the default one.
6987
6988 2006-11-19 [paul]       2.6.0cvs56
6989
6990         * src/summaryview.c
6991                 obey always_show_msg option when
6992                 marking as spam
6993         * src/plugins/bogofilter/bogofilter.c
6994                 fix typo
6995
6996 2006-11-18 [paul]       2.6.0cvs55
6997
6998         * AUTHORS
6999         * README
7000         * debian/copyright
7001         * manual/ack.xml
7002         * manual/es/ack.xml
7003         * manual/fr/ack.xml
7004         * manual/pl/ack.xml
7005         * src/gtk/authors.h
7006         * src/gtk/icon_legend.c
7007         * src/gtk/icon_legend.h
7008         * tools/OOo2claws-mail.pl
7009         * tools/README
7010         * tools/acroread2claws-mail.pl
7011         * tools/claws.i18n.status.pl
7012         * tools/filter_conv.pl
7013         * tools/filter_conv_new.pl
7014         * tools/freshmeat_search.pl
7015         * tools/google_search.pl
7016         * tools/kmail2claws-mail.pl
7017         * tools/kmail2claws-mail_v2.pl
7018         * tools/maildir2claws-mail.pl
7019         * tools/make.themes.project
7020         * tools/multiwebsearch.pl
7021         * tools/outlook2claws-mail.pl
7022         * tools/tb2claws-mail
7023         * tools/kdeservicemenu/README
7024         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7025                 update mine and wwp's email addresses in
7026                 several places
7027                 Patch by wwp
7028         * src/prefs_compose_writing.c
7029                 set sensitivity on 'new message format' frame
7030
7031 2006-11-17 [paul]       2.6.0cvs54
7032
7033         * src/gtk/about.c
7034                 more reworking of the GUI
7035                 Patch by Fabien Vantard
7036
7037 2006-11-16 [paul]       2.6.0cvs53
7038
7039         * src/gtk/about.c
7040                 set a minimum size for the window, allow
7041                 it to automatically expand as necessary
7042
7043 2006-11-16 [wwp]        2.6.0cvs52
7044
7045         * src/gtk/about.c
7046                 better wrap of copyright info on some systems.
7047
7048 2006-11-16 [paul]       2.6.0cvs51
7049
7050         * src/gtk/about.c
7051                 move the tech info from the upper panel
7052                 to the Info tab
7053                 use a gtk_text_view for the features tab
7054
7055 2006-11-16 [paul]       2.6.0cvs50
7056
7057         * po/Makevars
7058                 update my email address
7059         * src/addressbook.c
7060         * src/compose.c
7061         * src/imap_gtk.c
7062         * src/mh_gtk.c
7063         * src/news_gtk.c
7064         * src/summaryview.c
7065         * src/plugins/trayicon/trayicon.c
7066                 don't offer simple menu separators
7067                 for translation
7068         * src/folderview.c
7069                 add separator between 'mark all read'
7070                 and 'search folder'
7071
7072 2006-11-15 [wwp]        2.6.0cvs49
7073
7074         * src/gtk/authors.h
7075                 updated manuals authors.
7076
7077 2006-11-14 [paul]       2.6.0cvs48
7078
7079         * src/compose.c
7080                 Fix Options/Reply mode after draft save
7081
7082 2006-11-14 [paul]       2.6.0cvs47
7083
7084         * src/Makefile.am
7085                 Fix make DESTDIR=...
7086         * src/mbox.c
7087                 Optimise speed
7088         * src/plugins/pgpinline/pgpinline.c
7089                 Probably fix bug 1061
7090
7091 2006-11-14 [paul]       2.6.0cvs46
7092
7093         * po/Makevars
7094                 enable Q_ macro
7095         * src/Makefile.am
7096         * src/stock_pixmap.c
7097         * src/stock_pixmap.h
7098         * src/gtk/about.c
7099         * src/pixmaps/active.xpm
7100         * src/pixmaps/inactive.xpm
7101                 add a new page, 'Features', to the About dialog
7102                 showing which features are compiled in and which
7103                 are not
7104
7105 2006-11-14 [paul]       2.6.0cvs45
7106
7107         * po/ru.po
7108                 updated by Pavlo Bohmat
7109
7110 2006-11-14 [colin]      2.6.0cvs44
7111
7112         * src/compose.c
7113         * src/inc.c
7114         * src/messageview.c
7115         * src/news.c
7116         * src/pop.c
7117         * src/procmsg.c
7118         * src/gtk/gtkaspell.c
7119                 Fix 64-bit-related warnings
7120         * src/ssl_manager.c
7121                 Fix possible infinite loop
7122         * src/plugins/pgpcore/sgpgme.c
7123                 Remove useless check
7124
7125 2006-11-13 [colin]      2.6.0cvs43
7126
7127         * src/gtk/Makefile.am
7128                 authors.h isn't generated
7129
7130 2006-11-13 [colin]      2.6.0cvs42
7131
7132         * src/plugins/pgpinline/pgpinline.c
7133         * src/plugins/pgpmime/pgpmime.c
7134                 Very probably fix bug 1061, 'crash on 
7135                 opening signed email'. Another cast
7136                 problem
7137
7138 2006-11-13 [colin]      2.6.0cvs41
7139
7140         * src/plugins/pgpcore/sgpgme.c
7141                 Maybe fix bug 1061, 'crash on opening 
7142                 signed email'
7143
7144 2006-11-13 [wwp]        2.6.0cvs40
7145
7146         * src/plugins/pgpinline/pgpinline.c
7147                 fix candidate for bug #1057, thanks to Colin.
7148
7149 2006-11-13 [wwp]        2.6.0cvs39
7150
7151         * src/compose.c
7152         * src/quote_fmt_parse.y
7153                 fix bug 1052: current parser buffer was not always 
7154                 allocated, ptr to this buffer could be returned as 
7155                 NULL whereas no parser error has occurred. in 
7156                 consequence, defining a template body as "%d" 
7157                 (w/o the quotes) for the first time of the instance 
7158                 of claws-mail, was reporting a parser error. make 
7159                 sure that the buffer is always allocated, even to 
7160                 an empty string.
7161                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7162                 unescaping of the fmt string was always done 
7163                 whereas it must be done *only* when receiving 
7164                 quote format strings issued from the prefs 
7165                 (compose new message, reply, forward, redirect 
7166                 formats), *not* when applying templates.  in 
7167                 consequences, applying templates w/ sequences 
7168                 like \\|p{echo} were failing. make sure that 
7169                 unescaping is done only when necessary.
7170
7171 2006-11-12 [colin]      2.6.0cvs38
7172
7173         * po/de.po
7174                 Fix typo (s/KB/MB)
7175
7176 2006-11-12 [colin]      2.6.0cvs37
7177
7178         * src/plugins/pgpinline/pgpinline.c
7179         * src/plugins/pgpmime/pgpmime.c
7180                 Release GPG context at the latest 
7181                 possible moment. Maybe fixes 
7182                 bug 1057, 'crash on sending signed 
7183                 message to a newsgroup'
7184                 
7185
7186 2006-11-12 [colin]      2.6.0cvs36
7187
7188         * src/plugins/pgpcore/sgpgme.c
7189                 Tell a bit more when gpg's status doesn't
7190                 contain any signature
7191
7192 2006-11-12 [colin]      2.6.0cvs35
7193
7194         * src/compose.c
7195                 Fix bug 1060, 'compilation error with 
7196                 Irix's cc'
7197
7198 2006-11-12 [paul]       2.6.0cvs34
7199
7200         * doc/man/claws-mail.1
7201         * src/prefs_gtk.c
7202         * src/plugins/clamav/README
7203         * src/plugins/spamassassin/README
7204         * tools/README
7205         * tools/freshmeat_search.pl
7206         * tools/google_search.pl
7207         * tools/multiwebsearch.pl
7208                 more renaming
7209         * src/plugins/trayicon/trayicon.c
7210                 fix compiliation warning
7211
7212 2006-11-11 [colin]      2.6.0cvs33
7213
7214         * src/folderview.c
7215                 Forbid drag and drop from/to different
7216                 folders of type F_UNKNOWN
7217
7218 2006-11-11 [colin]      2.6.0cvs32
7219
7220         * src/plugins/pgpinline/pgpinline.c
7221                 Fix typo in previous commit:
7222                 - gpgme_new(&ctx);
7223                 + if ((err = gpgme_new(&data->ctx)) ...)
7224
7225 2006-11-11 [colin]      2.6.0cvs31
7226
7227         * src/plugins/pgpinline/pgpinline.c
7228         * src/plugins/pgpmime/pgpmime.c
7229                 Check success after calling gpgme_new
7230                 Maybe fixes bug 1057, 'crash on sending 
7231                 signed message to a newsgroup'
7232
7233 2006-11-11 [colin]      2.6.0cvs30
7234
7235         * src/undo.c
7236                 init undostruct to 0s (from
7237                 valgrind log of bug 1057)
7238
7239 2006-11-10 [colin]      2.6.0cvs29
7240
7241         * src/mainwindow.c
7242                 Set cursor to wait before filtering
7243                 duplicates in all folders
7244         * src/plugins/bogofilter/bogofilter.c
7245         * src/plugins/bogofilter/bogofilter.h
7246         * src/plugins/bogofilter/bogofilter_gtk.c
7247                 Completely thread away the bogofilter
7248                 filtering
7249
7250 2006-11-10 [mones]      2.6.0cvs28
7251
7252         * src/compose.c
7253         * src/compose.h
7254                 added COMPOSE_CHECK_BEFORE_SEND hook
7255
7256 2006-11-10 [paul]       2.6.0cvs27
7257
7258         * src/crash.c
7259                 more renaming
7260                 add libSM to get_compiled_in_features()
7261         * src/main.c
7262                 more renaming
7263
7264 2006-11-10 [colin]      2.6.0cvs26
7265
7266         * src/etpan/imap-thread.c
7267                 Add a reference to libetpan's sasl engine
7268                 so that sasl_done() doesn't get called by
7269                 libetpan, and doesn't break openssl.
7270                 Should fix bug 1053, 'SC fails to reestablish 
7271                 a secure connection'
7272                 Patch by Hoa
7273
7274 2006-11-10 [colin]      2.6.0cvs25
7275
7276         * manual/addrbook.xml
7277         * manual/advanced.xml
7278         * manual/faq.xml
7279         * manual/intro.xml
7280                 Some more renaming
7281
7282 2006-11-09 [colin]      2.6.0cvs24
7283
7284         * src/plugins/bogofilter/bogofilter_gtk.c
7285                 Add comment about annoyance
7286
7287 2006-11-09 [colin]      2.6.0cvs23
7288
7289         * src/plugins/bogofilter/bogofilter.c
7290         * src/plugins/bogofilter/bogofilter_gtk.c
7291                 Prepare things needed to thread bogofilter
7292                 filtering: separate bogo stuff and possible GUI
7293                 stuff. 
7294
7295 2006-11-09 [colin]      2.6.0cvs22
7296
7297         * src/account.c
7298         * src/compose.c
7299                 Search for one of our accounts in Delivered-To
7300                 (helps for auto-account selection when 
7301                  replying/forwarding)
7302         * src/folderview.c
7303         * src/mainwindow.c
7304         * src/mainwindow.h
7305         * src/plugins/trayicon/trayicon.c
7306                 Allow opening a new mail with any account from
7307                 the contextual menu
7308
7309 2006-11-09 [wwp]        2.6.0cvs21
7310
7311         * src/compose.c
7312         * src/prefs_common.c
7313         * src/prefs_common.h
7314         * src/prefs_compose_writing.c
7315                 add a compose new message format (in prefs/compose/writing), it's a
7316                 simple subject+body template to use when opening a new composition
7317                 window. It's similar to the existent reply and forward formats.
7318
7319                 enhanced the template/format % symbols substitution mechanism to
7320                 use current composition window information when % are used in
7321                 the compose new message format or in templates applied to new
7322                 messages (there were useless in that situations before). When
7323                 applied to new messages, %d corresponds to the system time/date.
7324
7325 2006-11-09 [paul]       2.6.0cvs20
7326
7327         * src/gtk/authors.h
7328                 fix last commit
7329
7330 2006-11-09 [paul]       2.6.0cvs19
7331
7332         * src/gtk/authors.h
7333                 keep tje alphabetical order
7334
7335 2006-11-08 [colin]      2.6.0cvs18
7336
7337         * src/etpan/imap-thread.c
7338                 Fix bug 1054, 'Slowness logging big 
7339                 data chunks'
7340
7341 2006-11-08 [paul]       2.6.0cvs17
7342
7343         * tools/Makefile.am
7344                 fix the renaming
7345
7346 2006-11-08 [paul]       2.6.0cvs16
7347
7348         * src/common/defs.h
7349                 update BUGZILLA_URI
7350
7351 2006-11-08 [paul]       2.6.0cvs15
7352
7353         * tools/Makefile.am
7354         * tools/OOo2claws-mail.pl
7355         * tools/OOo2sylpheed.pl
7356         * tools/README
7357         * tools/acroread2claws-mail.pl
7358         * tools/acroread2sylpheed.pl
7359         * tools/kmail2claws-mail.pl
7360         * tools/kmail2claws-mail_v2.pl
7361         * tools/kmail2sylpheed.pl
7362         * tools/kmail2sylpheed_v2.pl
7363         * tools/maildir2claws-mail.pl
7364         * tools/maildir2sylpheed.pl
7365         * tools/nautilus2claws-mail.sh
7366         * tools/nautilus2sylpheed.sh
7367         * tools/outlook2claws-mail.pl
7368         * tools/outlook2sylpheed.pl
7369         * tools/tb2claws-mail
7370         * tools/tb2sylpheed
7371         * tools/tbird2claws.py
7372         * tools/tbird2syl.py
7373         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7374         * tools/kdeservicemenu/install.sh
7375         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7376         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7377         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7378         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7379         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7380                 renamed (removed, added) tools files
7381
7382 2006-11-08 [paul]       2.6.0cvs14
7383
7384         * src/main.c
7385         * src/common/defs.h
7386                 Migrate sylpheedrc to clawsrc, and fix the standard
7387                 plugins path in the process
7388
7389 2006-11-07 [colin]      2.6.0cvs13
7390
7391         * src/Makefile.am
7392                 Symlink sylpheed-claws relative to 
7393                 claws-mail
7394
7395 2006-11-07 [colin]      2.6.0cvs12
7396
7397         * src/compose.c
7398                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7399
7400 2006-11-07 [paul]       2.6.0cvs11
7401
7402         * src/gtk/about.c
7403                 Fix a missed occurence of
7404                 Sylpheed-Claws
7405
7406 2006-11-07 [paul]       2.6.0cvs10
7407
7408         * src/Makefile.am
7409                 Fix symlink installation
7410
7411 2006-11-07 [paul]       2.6.0cvs9
7412
7413         * src/Makefile.am
7414                 Symlink claws-mail to sylpheed-claws
7415         * src/common/utils.c
7416                 Fix migrating symlinks
7417         * src/etpan/imap-thread.c
7418                 check certificate only when there's
7419                 no error
7420
7421 2006-11-07 [paul]       2.6.0cvs8
7422
7423         * Makefile.am
7424                 Fix icon breakages with Gtk, which needs a 
7425                 cache updated to see them.
7426
7427 2006-11-07 [paul]       2.6.0cvs7
7428
7429         * .cvsignore
7430         * AUTHORS
7431         * COPYING
7432         * INSTALL
7433         * Makefile.am
7434         * NEWS
7435         * README
7436         * RELEASE_NOTES
7437         * autogen.sh
7438         * claws-mail-128x128.png
7439         * claws-mail-64x64.png
7440         * claws-mail.ico
7441         * claws-mail.pc.in
7442         * claws-mail.png
7443         * configure.ac
7444         * sylpheed-claws-128x128.png
7445         * sylpheed-claws-64x64.png
7446         * sylpheed-claws.desktop
7447         * sylpheed-claws.ico
7448         * sylpheed-claws.pc.in
7449         * sylpheed-claws.png
7450         * debian/README.Debian
7451         * debian/changelog
7452         * debian/claws-mail.desktop
7453         * debian/claws-mail.menu
7454         * debian/claws-mail.postinst.debhelper
7455         * debian/claws-mail.postrm.debhelper
7456         * debian/control
7457         * debian/copyright
7458         * debian/files
7459         * debian/rules
7460         * debian/sylpheed-claws.desktop
7461         * debian/sylpheed-claws.menu
7462         * debian/sylpheed-claws.postinst.debhelper
7463         * debian/sylpheed-claws.postrm.debhelper
7464         * doc/man/Makefile.am
7465         * doc/man/claws-mail.1
7466         * doc/man/sylpheed-claws.1
7467         * doc/src/ChangeLog.claws-pre0.8.0
7468         * manual/Makefile.am
7469         * manual/account.xml
7470         * manual/ack.xml
7471         * manual/addrbook.xml
7472         * manual/advanced.xml
7473         * manual/claws-mail-manual.xml
7474         * manual/faq.xml
7475         * manual/glossary.xml
7476         * manual/handling.xml
7477         * manual/intro.xml
7478         * manual/keyboard.xml
7479         * manual/plugins.xml
7480         * manual/starting.xml
7481         * manual/sylpheed-claws-manual.xml
7482         * manual/xml2pdf
7483         * manual/dist/.cvsignore
7484         * manual/dist/html/.cvsignore
7485         * manual/dist/html/Makefile.am
7486         * manual/dist/pdf/.cvsignore
7487         * manual/dist/pdf/Makefile.am
7488         * manual/dist/ps/.cvsignore
7489         * manual/dist/ps/Makefile.am
7490         * manual/dist/txt/.cvsignore
7491         * manual/dist/txt/Makefile.am
7492         * manual/es/Makefile.am
7493         * manual/es/advanced.xml
7494         * manual/es/claws-mail-manual.xml
7495         * manual/es/faq.xml
7496         * manual/es/glossary.xml
7497         * manual/es/handling.xml
7498         * manual/es/intro.xml
7499         * manual/es/plugins.xml
7500         * manual/es/sylpheed-claws-manual.xml
7501         * manual/es/dist/.cvsignore
7502         * manual/es/dist/html/.cvsignore
7503         * manual/es/dist/html/Makefile.am
7504         * manual/es/dist/pdf/.cvsignore
7505         * manual/es/dist/pdf/Makefile.am
7506         * manual/es/dist/ps/.cvsignore
7507         * manual/es/dist/ps/Makefile.am
7508         * manual/es/dist/txt/.cvsignore
7509         * manual/es/dist/txt/Makefile.am
7510         * manual/fr/Makefile.am
7511         * manual/fr/account.xml
7512         * manual/fr/ack.xml
7513         * manual/fr/addrbook.xml
7514         * manual/fr/advanced.xml
7515         * manual/fr/claws-mail-manual.xml
7516         * manual/fr/faq.xml
7517         * manual/fr/glossary.xml
7518         * manual/fr/handling.xml
7519         * manual/fr/intro.xml
7520         * manual/fr/keyboard.xml
7521         * manual/fr/plugins.xml
7522         * manual/fr/starting.xml
7523         * manual/fr/sylpheed-claws-manual.xml
7524         * manual/fr/dist/.cvsignore
7525         * manual/fr/dist/html/.cvsignore
7526         * manual/fr/dist/html/Makefile.am
7527         * manual/fr/dist/pdf/.cvsignore
7528         * manual/fr/dist/pdf/Makefile.am
7529         * manual/fr/dist/ps/.cvsignore
7530         * manual/fr/dist/ps/Makefile.am
7531         * manual/fr/dist/txt/.cvsignore
7532         * manual/fr/dist/txt/Makefile.am
7533         * manual/pl/Makefile.am
7534         * manual/pl/account.xml
7535         * manual/pl/ack.xml
7536         * manual/pl/addrbook.xml
7537         * manual/pl/advanced.xml
7538         * manual/pl/claws-mail-manual.xml
7539         * manual/pl/faq.xml
7540         * manual/pl/glossary.xml
7541         * manual/pl/handling.xml
7542         * manual/pl/intro.xml
7543         * manual/pl/keyboard.xml
7544         * manual/pl/plugins.xml
7545         * manual/pl/starting.xml
7546         * manual/pl/sylpheed-claws-manual.xml
7547         * manual/pl/dist/.cvsignore
7548         * manual/pl/dist/html/.cvsignore
7549         * manual/pl/dist/html/Makefile.am
7550         * manual/pl/dist/pdf/.cvsignore
7551         * manual/pl/dist/pdf/Makefile.am
7552         * manual/pl/dist/ps/.cvsignore
7553         * manual/pl/dist/ps/Makefile.am
7554         * manual/pl/dist/txt/.cvsignore
7555         * manual/pl/dist/txt/Makefile.am
7556         * po/.cvsignore
7557         * po/Makevars
7558         * src/.cvsignore
7559         * src/Makefile.am
7560         * src/account.c
7561         * src/account.h
7562         * src/action.c
7563         * src/action.h
7564         * src/adbookbase.h
7565         * src/addr_compl.c
7566         * src/addr_compl.h
7567         * src/addrbook.c
7568         * src/addrcache.c
7569         * src/addrcache.h
7570         * src/addrcindex.c
7571         * src/addrcindex.h
7572         * src/addrclip.c
7573         * src/addrclip.h
7574         * src/addrdefs.h
7575         * src/addressadd.c
7576         * src/addressadd.h
7577         * src/addressbook.c
7578         * src/addressbook.h
7579         * src/addressbook_foldersel.c
7580         * src/addressbook_foldersel.h
7581         * src/addrgather.c
7582         * src/addrgather.h
7583         * src/addrharvest.c
7584         * src/addrharvest.h
7585         * src/addrindex.c
7586         * src/addrindex.h
7587         * src/addritem.c
7588         * src/addritem.h
7589         * src/addrquery.c
7590         * src/addrquery.h
7591         * src/addrselect.c
7592         * src/addrselect.h
7593         * src/alertpanel.c
7594         * src/alertpanel.h
7595         * src/browseldap.c
7596         * src/browseldap.h
7597         * src/codeconv.c
7598         * src/codeconv.h
7599         * src/compose.c
7600         * src/crash.c
7601         * src/crash.h
7602         * src/customheader.c
7603         * src/customheader.h
7604         * src/displayheader.c
7605         * src/displayheader.h
7606         * src/editaddress.c
7607         * src/editaddress.h
7608         * src/editbook.c
7609         * src/editbook.h
7610         * src/editgroup.c
7611         * src/editgroup.h
7612         * src/editjpilot.c
7613         * src/editjpilot.h
7614         * src/editldap.c
7615         * src/editldap.h
7616         * src/editldap_basedn.c
7617         * src/editldap_basedn.h
7618         * src/editvcard.c
7619         * src/editvcard.h
7620         * src/exphtmldlg.c
7621         * src/exphtmldlg.h
7622         * src/expldifdlg.c
7623         * src/expldifdlg.h
7624         * src/export.c
7625         * src/exporthtml.c
7626         * src/exporthtml.h
7627         * src/exportldif.c
7628         * src/exportldif.h
7629         * src/filtering.c
7630         * src/filtering.h
7631         * src/folder.c
7632         * src/folder.h
7633         * src/folder_item_prefs.c
7634         * src/folder_item_prefs.h
7635         * src/foldersel.c
7636         * src/foldersel.h
7637         * src/folderutils.c
7638         * src/folderutils.h
7639         * src/folderview.c
7640         * src/folderview.h
7641         * src/grouplistdialog.c
7642         * src/grouplistdialog.h
7643         * src/html.c
7644         * src/html.h
7645         * src/image_viewer.c
7646         * src/image_viewer.h
7647         * src/imap.c
7648         * src/imap.h
7649         * src/imap_gtk.c
7650         * src/imap_gtk.h
7651         * src/import.c
7652         * src/import.h
7653         * src/importldif.c
7654         * src/importldif.h
7655         * src/importmutt.c
7656         * src/importmutt.h
7657         * src/importpine.c
7658         * src/importpine.h
7659         * src/inc.c
7660         * src/inc.h
7661         * src/jpilot.c
7662         * src/jpilot.h
7663         * src/ldapctrl.c
7664         * src/ldapctrl.h
7665         * src/ldaplocate.c
7666         * src/ldaplocate.h
7667         * src/ldapquery.c
7668         * src/ldapquery.h
7669         * src/ldapserver.c
7670         * src/ldapserver.h
7671         * src/ldaputil.c
7672         * src/ldaputil.h
7673         * src/ldif.c
7674         * src/ldif.h
7675         * src/localfolder.c
7676         * src/localfolder.h
7677         * src/main.c
7678         * src/main.h
7679         * src/mainwindow.c
7680         * src/mainwindow.h
7681         * src/manual.c
7682         * src/manual.h
7683         * src/matcher.c
7684         * src/matcher.h
7685         * src/matcher_parser.h
7686         * src/matcher_parser_lex.l
7687         * src/matcher_parser_parse.y
7688         * src/mbox.c
7689         * src/mbox.h
7690         * src/message_search.c
7691         * src/message_search.h
7692         * src/messageview.c
7693         * src/messageview.h
7694         * src/mh.c
7695         * src/mh.h
7696         * src/mh_gtk.c
7697         * src/mh_gtk.h
7698         * src/mimeview.c
7699         * src/mimeview.h
7700         * src/msgcache.c
7701         * src/msgcache.h
7702         * src/mutt.c
7703         * src/mutt.h
7704         * src/news.c
7705         * src/news.h
7706         * src/news_gtk.c
7707         * src/news_gtk.h
7708         * src/noticeview.c
7709         * src/noticeview.h
7710         * src/partial_download.c
7711         * src/partial_download.h
7712         * src/pine.c
7713         * src/pine.h
7714         * src/pop.c
7715         * src/pop.h
7716         * src/prefs_account.c
7717         * src/prefs_account.h
7718         * src/prefs_actions.c
7719         * src/prefs_actions.h
7720         * src/prefs_common.c
7721         * src/prefs_common.h
7722         * src/prefs_compose_writing.c
7723         * src/prefs_compose_writing.h
7724         * src/prefs_customheader.c
7725         * src/prefs_customheader.h
7726         * src/prefs_display_header.c
7727         * src/prefs_display_header.h
7728         * src/prefs_ext_prog.c
7729         * src/prefs_ext_prog.h
7730         * src/prefs_filtering.c
7731         * src/prefs_folder_column.c
7732         * src/prefs_folder_column.h
7733         * src/prefs_folder_item.c
7734         * src/prefs_folder_item.h
7735         * src/prefs_fonts.c
7736         * src/prefs_fonts.h
7737         * src/prefs_gtk.c
7738         * src/prefs_gtk.h
7739         * src/prefs_image_viewer.c
7740         * src/prefs_image_viewer.h
7741         * src/prefs_matcher.c
7742         * src/prefs_matcher.h
7743         * src/prefs_message.c
7744         * src/prefs_message.h
7745         * src/prefs_msg_colors.c
7746         * src/prefs_msg_colors.h
7747         * src/prefs_other.c
7748         * src/prefs_other.h
7749         * src/prefs_quote.c
7750         * src/prefs_quote.h
7751         * src/prefs_receive.c
7752         * src/prefs_receive.h
7753         * src/prefs_send.c
7754         * src/prefs_send.h
7755         * src/prefs_spelling.c
7756         * src/prefs_spelling.h
7757         * src/prefs_summaries.c
7758         * src/prefs_summaries.h
7759         * src/prefs_summary_column.c
7760         * src/prefs_summary_column.h
7761         * src/prefs_template.c
7762         * src/prefs_template.h
7763         * src/prefs_themes.c
7764         * src/prefs_themes.h
7765         * src/prefs_toolbar.c
7766         * src/prefs_toolbar.h
7767         * src/prefs_wrapping.c
7768         * src/prefs_wrapping.h
7769         * src/privacy.c
7770         * src/privacy.h
7771         * src/procheader.c
7772         * src/procheader.h
7773         * src/procmime.c
7774         * src/procmime.h
7775         * src/procmsg.c
7776         * src/procmsg.h
7777         * src/quote_fmt.c
7778         * src/quote_fmt_parse.y
7779         * src/recv.c
7780         * src/recv.h
7781         * src/remotefolder.c
7782         * src/remotefolder.h
7783         * src/send_message.c
7784         * src/send_message.h
7785         * src/setup.c
7786         * src/setup.h
7787         * src/sourcewindow.c
7788         * src/sourcewindow.h
7789         * src/ssl_manager.c
7790         * src/ssl_manager.h
7791         * src/statusbar.c
7792         * src/statusbar.h
7793         * src/stock_pixmap.c
7794         * src/stock_pixmap.h
7795         * src/summary_search.c
7796         * src/summary_search.h
7797         * src/summaryview.c
7798         * src/summaryview.h
7799         * src/syldap.c
7800         * src/syldap.h
7801         * src/textview.c
7802         * src/textview.h
7803         * src/toolbar.c
7804         * src/toolbar.h
7805         * src/undo.c
7806         * src/undo.h
7807         * src/unmime.c
7808         * src/unmime.h
7809         * src/vcard.c
7810         * src/vcard.h
7811         * src/wizard.c
7812         * src/wizard.h
7813         * src/common/base64.c
7814         * src/common/base64.h
7815         * src/common/defs.h
7816         * src/common/hooks.c
7817         * src/common/hooks.h
7818         * src/common/log.c
7819         * src/common/log.h
7820         * src/common/mgutils.c
7821         * src/common/mgutils.h
7822         * src/common/nntp.c
7823         * src/common/nntp.h
7824         * src/common/passcrypt.c
7825         * src/common/passcrypt.h.in
7826         * src/common/plugin.c
7827         * src/common/plugin.h
7828         * src/common/prefs.c
7829         * src/common/prefs.h
7830         * src/common/progressindicator.c
7831         * src/common/progressindicator.h
7832         * src/common/quoted-printable.c
7833         * src/common/quoted-printable.h
7834         * src/common/session.c
7835         * src/common/session.h
7836         * src/common/smtp.c
7837         * src/common/smtp.h
7838         * src/common/socket.c
7839         * src/common/socket.h
7840         * src/common/ssl.c
7841         * src/common/ssl.h
7842         * src/common/stringtable.c
7843         * src/common/stringtable.h
7844         * src/common/sylpheed.c
7845         * src/common/sylpheed.h
7846         * src/common/template.c
7847         * src/common/template.h
7848         * src/common/timing.h
7849         * src/common/utils.c
7850         * src/common/utils.h
7851         * src/common/version.h.in
7852         * src/common/xml.c
7853         * src/common/xml.h
7854         * src/common/xmlprops.c
7855         * src/common/xmlprops.h
7856         * src/gtk/about.c
7857         * src/gtk/colorlabel.c
7858         * src/gtk/colorlabel.h
7859         * src/gtk/colorsel.c
7860         * src/gtk/colorsel.h
7861         * src/gtk/combobox.c
7862         * src/gtk/combobox.h
7863         * src/gtk/description_window.c
7864         * src/gtk/description_window.h
7865         * src/gtk/filesel.c
7866         * src/gtk/filesel.h
7867         * src/gtk/foldersort.c
7868         * src/gtk/foldersort.h
7869         * src/gtk/gtkaspell.c
7870         * src/gtk/gtkaspell.h
7871         * src/gtk/gtksctree.c
7872         * src/gtk/gtkshruler.c
7873         * src/gtk/gtkshruler.h
7874         * src/gtk/gtkutils.c
7875         * src/gtk/gtkutils.h
7876         * src/gtk/icon_legend.c
7877         * src/gtk/icon_legend.h
7878         * src/gtk/logwindow.c
7879         * src/gtk/logwindow.h
7880         * src/gtk/manage_window.c
7881         * src/gtk/manage_window.h
7882         * src/gtk/pluginwindow.c
7883         * src/gtk/pluginwindow.h
7884         * src/gtk/prefswindow.c
7885         * src/gtk/prefswindow.h
7886         * src/gtk/quicksearch.c
7887         * src/gtk/quicksearch.h
7888         * src/pixmaps/claws-mail.xpm
7889         * src/pixmaps/claws-mail_icon.xpm
7890         * src/pixmaps/claws-mail_logo.xpm
7891         * src/pixmaps/sylpheed-claws.xpm
7892         * src/pixmaps/sylpheed-claws_icon.xpm
7893         * src/pixmaps/sylpheed-claws_logo.xpm
7894         * src/plugins/bogofilter/Makefile.am
7895         * src/plugins/bogofilter/bogofilter.c
7896         * src/plugins/bogofilter/bogofilter.h
7897         * src/plugins/bogofilter/bogofilter_gtk.c
7898         * src/plugins/clamav/Makefile.am
7899         * src/plugins/clamav/clamav_plugin.c
7900         * src/plugins/clamav/clamav_plugin.h
7901         * src/plugins/clamav/clamav_plugin_gtk.c
7902         * src/plugins/demo/Makefile.am
7903         * src/plugins/demo/demo.c
7904         * src/plugins/dillo_viewer/Makefile.am
7905         * src/plugins/dillo_viewer/README
7906         * src/plugins/dillo_viewer/dillo_prefs.c
7907         * src/plugins/dillo_viewer/dillo_prefs.h
7908         * src/plugins/dillo_viewer/dillo_viewer.c
7909         * src/plugins/pgpcore/Makefile.am
7910         * src/plugins/pgpcore/passphrase.c
7911         * src/plugins/pgpcore/passphrase.h
7912         * src/plugins/pgpcore/pgp_viewer.c
7913         * src/plugins/pgpcore/pgp_viewer.h
7914         * src/plugins/pgpcore/plugin.c
7915         * src/plugins/pgpcore/prefs_gpg.c
7916         * src/plugins/pgpcore/prefs_gpg.h
7917         * src/plugins/pgpcore/select-keys.c
7918         * src/plugins/pgpcore/select-keys.h
7919         * src/plugins/pgpcore/sgpgme.c
7920         * src/plugins/pgpcore/sgpgme.h
7921         * src/plugins/pgpcore/sylpheed.def
7922         * src/plugins/pgpcore/version.rc
7923         * src/plugins/pgpinline/Makefile.am
7924         * src/plugins/pgpinline/pgpinline.c
7925         * src/plugins/pgpinline/pgpinline.h
7926         * src/plugins/pgpinline/plugin.c
7927         * src/plugins/pgpinline/sylpheed.def
7928         * src/plugins/pgpinline/version.rc
7929         * src/plugins/pgpmime/Makefile.am
7930         * src/plugins/pgpmime/pgpmime.c
7931         * src/plugins/pgpmime/pgpmime.h
7932         * src/plugins/pgpmime/plugin.c
7933         * src/plugins/pgpmime/sylpheed.def
7934         * src/plugins/pgpmime/version.rc
7935         * src/plugins/spamassassin/Makefile.am
7936         * src/plugins/spamassassin/README
7937         * src/plugins/spamassassin/spamassassin.c
7938         * src/plugins/spamassassin/spamassassin.h
7939         * src/plugins/spamassassin/spamassassin_gtk.c
7940         * src/plugins/trayicon/Makefile.am
7941         * src/plugins/trayicon/trayicon.c
7942         * tools/OOo2sylpheed.pl
7943         * tools/README
7944         * tools/README.sylprint
7945         * tools/acroread2sylpheed.pl
7946         * tools/claws.i18n.status.pl
7947         * tools/filter_conv.pl
7948         * tools/filter_conv_new.pl
7949         * tools/freshmeat_search.pl
7950         * tools/google_search.pl
7951         * tools/kmail2sylpheed.pl
7952         * tools/kmail2sylpheed_v2.pl
7953         * tools/make.themes.project
7954         * tools/multiwebsearch.pl
7955         * tools/nautilus2sylpheed.sh
7956         * tools/outlook2sylpheed.pl
7957         * tools/sylprint.pl
7958         * tools/sylprint.rc
7959         * tools/tb2sylpheed
7960         * tools/textviewer.sh
7961         * tools/vcard2xml.py
7962         * tools/kdeservicemenu/README
7963         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7964         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7965         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7966                 Change name to Claws Mail. Announce to follow...
7967
7968 2006-11-06 [wwp]        2.6.0cvs6
7969
7970         * src/prefs_template.c
7971                 unify messages related to quote format/template errors (fix
7972                 capitalization), again.
7973
7974 2006-11-06 [wwp]        2.6.0cvs5
7975
7976         * src/prefs_quote.c
7977                 unify messages related to quote format/template errors.
7978
7979 2006-11-06 [wwp]        2.6.0cvs4
7980
7981         * src/prefs_msg_colors.c
7982                 more uses of Q_ macro for contextual translations, thanks
7983                 to Fabien (fzzzzz).
7984
7985 2006-11-06 [wwp]        2.6.0cvs3
7986
7987         * src/compose.c
7988         * src/common/utils.c
7989         * src/common/utils.h
7990                 show an alertpanel to make sure users are aware that sensitive
7991                 files are attached (it's file blacklist-based). This will fix
7992                 interaction w/ GoogleEarth for instance, thanks to Colin.
7993
7994 2006-11-06 [wwp]        2.6.0cvs2
7995
7996         * src/prefs_quote.c
7997         * src/prefs_template.c
7998         * src/prefs_template.h
7999                 check quote format when applying/closing prefs. For now this only
8000                 shows up an error dialog box, not preventing the user from using
8001                 a broken quote (reply, forwards) format.
8002
8003 2006-11-06 [wwp]        2.6.0cvs1
8004
8005         * src/prefs_template.c
8006                 fix missing checks of some template fields.
8007
8008 2006-11-06 [paul]       2.6.0
8009
8010         * NEWS
8011         * README
8012         * RELEASE_NOTES
8013                 2.6.0 released
8014
8015 2006-11-06 [paul]       2.5.6cvs22
8016
8017         * manual/advanced.xml
8018         * manual/es/advanced.xml
8019                 put 'respect_flowed_format' info in the correct
8020                 place
8021
8022 2006-11-06 [mones]      2.5.6cvs21
8023
8024         * po/es.po
8025                 Minor fixes for release
8026
8027 2006-11-06 [paul]       2.5.6cvs20
8028
8029         * po/cs.po
8030         * po/de.po
8031         * po/fr.po
8032         * po/it.po
8033         * po/nl.po
8034         * po/pt_BR.po
8035         * po/sk.po
8036         * po/sv.po
8037         * po/zh_CN.po
8038                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8039                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8040                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8041                 Young
8042
8043 2006-11-02 [colin]      2.5.6cvs19
8044
8045         * src/imap.c
8046         * src/imap.h
8047         * src/prefs_account.c
8048         * src/etpan/imap-thread.c
8049                 Add GSSAPI support - fixes Debian bug #383274
8050
8051 2006-11-01 [colin]      2.5.6cvs18
8052
8053         * src/jpilot.c
8054                 Handle libpisock12 support. Probably
8055                 fixes bug 1046, 'jpilot AddressDB.pdb 
8056                 import fail'
8057
8058 2006-11-01 [colin]      2.5.6cvs17
8059
8060         * src/folderutils.c
8061                 debug_print() folderutils_mark_all_read()
8062
8063 2006-11-01 [colin]      2.5.6cvs16
8064
8065         * COPYING
8066                 Add missed files to the Apache exception
8067
8068 2006-10-31 [colin]      2.5.6cvs15
8069
8070         * src/folder.c
8071         * src/folder.h
8072                 Add a copy_private_data() func to FolderClasses
8073                 Doesn't break the feature freeze, because we 
8074                 won't use it (right now) in the core.
8075
8076 2006-10-31 [colin]      2.5.6cvs14
8077
8078         * COPYING
8079                 Allow linking with the Apache licensed files in
8080                 src/plugins/spamassassin. Hopefully fixes 
8081                 bug 1048, 'Spamassassin plugin license problem'
8082
8083 2006-10-31 [wwp]        2.5.6cvs13
8084
8085         * src/compose.c
8086                 fix and optimize trimming of leading linefeeds in body loop.
8087
8088 2006-10-31 [colin]      2.5.6cvs12
8089
8090         * src/etpan/imap-thread.c
8091         * src/imap.c
8092                 Make really sure to have NULL sets in case
8093                 of error
8094
8095 2006-10-30 [wwp]        2.5.6cvs11
8096
8097         * src/prefs_common.c
8098         * src/prefs_common.h
8099         * src/compose.c
8100                 fix broken storage of quote format template when it contains \-escape
8101                 sequences. The application of such sequences is also fixed now (\t
8102                 in quote format will be a real tab instead of a 't', for instance).
8103
8104 2006-10-27 [colin]      2.5.6cvs10
8105
8106         * src/compose.c
8107                 Probably fix bug 1045, 'sylpheed-claws 
8108                 doesn't remove the mail from the IMAP 
8109                 Queue folder after sending'. From
8110                 2.5.6cvs3-stable
8111
8112 2006-10-27 [colin]      2.5.6cvs9
8113
8114         * configure.ac
8115                 Require libetpan-0.48. I'm so annoying,
8116                 I know ;-)
8117
8118 2006-10-27 [colin]      2.5.6cvs8
8119
8120         * src/folder.c
8121         * src/imap.c
8122                 Probably fix bug 1044, 'sylpheed-claws 
8123                 segfaults while moving mails' - Fix relation
8124                 usage when moving to an IMAP mailbox from another
8125                 mailbox
8126
8127 2006-10-26 [paul]       2.5.6cvs7
8128
8129         * src/gtk/about.c
8130                 add libSM to compiled-in features
8131                 list
8132
8133 2006-10-24 [colin]      2.5.6cvs6
8134
8135         * src/textview.c
8136         * src/gtk/gtkutils.c
8137                 Fix crash when printing emails with an
8138                 xface
8139
8140 2006-10-24 [mones]      2.5.6cvs5
8141
8142         * manual/es/advanced.xml
8143                 Synchronize hidden option respect_flowed_format
8144         * po/es.po
8145                 Updated translation
8146
8147 2006-10-21 [paul]       2.5.6cvs4
8148
8149         * src/gtk/authors.h
8150         * src/plugins/pgpcore/pgp_viewer.c
8151         * src/plugins/pgpcore/sgpgme.c
8152                 fix building on BSDs
8153                 Thanks to Michael Hughes
8154                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8155
8156 2006-10-20 [colin]      2.5.6cvs3
8157
8158         * configure.ac
8159                 Bump up libetpan requirement
8160                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8161         * src/common/utils.c
8162         * src/common/utils.h
8163                 Add convenience get_file_mtime()
8164         * src/imap.c
8165         * src/etpan/imap-thread.c
8166         * src/etpan/imap-thread.h
8167                 Implement UIDPLUS support if the server
8168                 supports it - faster sending in this case
8169
8170 2006-10-19 [colin]      2.5.6cvs2
8171
8172         * src/gtk/quicksearch.c
8173                 Fix emptying in type-ahead+extended mode
8174         * src/mainwindow.c
8175         * src/mainwindow.h
8176                 Add a hook for offline state change
8177         * src/plugins/trayicon/trayicon.c
8178                 Use it to display offline icons
8179         * src/plugins/trayicon/Makefile.am
8180         * src/plugins/trayicon/newmail.offline.xpm
8181         * src/plugins/trayicon/newmarkedmail.offline.xpm
8182         * src/plugins/trayicon/nomail.offline.xpm
8183         * src/plugins/trayicon/unreadmail.offline.xpm
8184         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8185                 Add the icons
8186
8187 2006-10-12 [paul]       2.5.6cvs1
8188
8189         * NEWS
8190         * README
8191         * configure.ac
8192                 Update version number following
8193                 stable release
8194
8195 2006-10-19 [colin]      2.5.5cvs18
8196
8197         * manual/handling.xml
8198                 Add type-ahead search
8199
8200 2006-10-18 [colin]      2.5.5cvs17
8201
8202         * src/gtk/quicksearch.c
8203                 Remove "save to history only if there's
8204                 no syntax error", it breaks for some 
8205                 reason which I'll investigate later.
8206
8207 2006-10-18 [colin]      2.5.5cvs16
8208
8209         * src/prefs_common.c
8210         * src/prefs_common.h
8211         * src/summaryview.c
8212         * src/gtk/quicksearch.c
8213         * src/gtk/quicksearch.h
8214                 Add a type-ahead option for fast searches
8215                 Patch by Fabien Vantard
8216
8217 2006-10-18 [colin]      2.5.5cvs15
8218
8219         * src/compose.c
8220         * src/compose.h
8221                 Add Options/Reply mode/ menu to be able to
8222                 change the recipients of a reply on the fly
8223
8224 2006-10-18 [colin]      2.5.5cvs14
8225
8226         * src/compose.c
8227                 Fix redirecting of our own sent mails
8228
8229 2006-10-17 [wwp]        2.5.5cvs13
8230
8231         * src/send_message.c
8232                 Fix duplicate error messages when sending, and missing
8233                 newline in such error messages.
8234
8235 2006-10-17 [colin]      2.5.5cvs12
8236
8237         * src/compose.c
8238                 Compare addresses case-insensitive
8239
8240 2006-10-17 [colin]      2.5.5cvs11
8241
8242         * src/plugins/pgpcore/sgpgme.c
8243                 Fix return status
8244
8245 2006-10-17 [colin]      2.5.5cvs10
8246
8247         * src/plugins/pgpcore/pgp_viewer.c
8248                 Fix return status
8249
8250 2006-10-17 [colin]      2.5.5cvs9
8251
8252         * src/quote_fmt.c
8253                 Fix a typo (thanks to Fabien)
8254
8255 2006-10-16 [colin]      2.5.5cvs8
8256
8257         * src/textview.c
8258                 Fix problem with quote-folding when emails
8259                 don't convert cleanly to UTF-8
8260
8261 2006-10-14 [colin]      2.5.5cvs7
8262
8263         * src/prefs_template.c
8264                 Reset fields when reopening
8265                 the window
8266
8267 2006-10-13 [paul]       2.5.5cvs6
8268
8269         * manual/advanced.xml
8270         * src/prefs_message.c
8271                 make 'respect_flowed_format' a hidden
8272                 option, and add a manual entry for it
8273                 Thanks to Colin
8274
8275 2006-10-12 [colin]      2.5.5cvs5
8276
8277         * src/codeconv.c
8278                 Revert part of 2.5.2cvs21:
8279                 Don't optimise by reusing the 
8280                 last iconv converter if possible:
8281                 it seems slightly broken in a 
8282                 very hard way to reproduce
8283
8284 2006-10-12 [colin]      2.5.5cvs4
8285
8286         * src/prefs_common.c
8287         * src/prefs_common.h
8288         * src/prefs_message.c
8289         * src/procmime.c
8290                 Fix bug 1035, 'Incorrect handling 
8291                 of flowed lines'. We now optionnaly
8292                 handle this format (preference is in
8293                 Message View/Text options section)
8294
8295 2006-10-12 [colin]      2.5.5cvs3
8296
8297         * po/POTFILES.in
8298                 Add new file
8299         * src/plugins/pgpcore/pgp_viewer.c
8300         * src/plugins/pgpcore/sgpgme.c
8301                 Don't try to import without asking
8302
8303 2006-10-12 [colin]      2.5.5cvs2
8304
8305         * src/compose.c
8306                 Fix bug 1036, 'Forwarding a mutlipart
8307                 mail with a "text/html" block to ms
8308                 outlook users leeds to freeze of
8309                 outlook'. Poor outlook users...
8310
8311 2006-10-12 [paul]       2.5.5cvs1
8312
8313         * NEWS
8314         * README
8315         * configure.ac
8316                 Update version number following
8317                 stable release
8318
8319 2006-10-11 [paul]       2.5.4cvs1
8320
8321         * NEWS
8322         * README
8323         * configure.ac
8324                 Update version number following
8325                 stable release
8326
8327 2006-10-11 [paul]       2.5.3cvs32
8328
8329         * src/textview.c
8330                 fix bug 1032, 'Segmentation fault when showing
8331                 message' (bug in quote folding)
8332                 Thanks to Colin
8333
8334 2006-10-10 [colin]      2.5.3cvs31
8335
8336         * src/quote_fmt.c
8337                 Rephrase english a bit
8338
8339 2006-10-10 [colin]      2.5.3cvs30
8340
8341         * src/prefs_compose_writing.c
8342                 Stop making the page larger than the window
8343
8344 2006-10-10 [wwp]        2.5.3cvs29
8345
8346         * src/compose.c
8347         * src/prefs_template.c
8348         * src/quote_fmt.c
8349         * src/quote_fmt.h
8350         * src/quote_fmt_lex.l
8351         * src/quote_fmt_parse.y
8352                 Extend the quote parser a bit: allow to get access to
8353                 basic (composing) account info.
8354
8355 2006-10-10 [colin]      2.5.3cvs28
8356
8357         * src/procheader.c
8358                 Fix this \t problem in subject
8359
8360 2006-10-09 [colin]      2.5.3cvs27
8361
8362         * src/main.c
8363         * src/prefs_gtk.c
8364                 Prepare cache a bit later
8365                 If section already exists, skip the new one 
8366                 (as previously); avoid writing the same block
8367                 twice - if we find a second block with the 
8368                 same id, skip it.
8369         * src/plugins/pgpcore/pgp_viewer.c
8370                 Set cursor to busy when retrieving a key
8371         * src/plugins/pgpcore/sgpgme.c
8372                 allow 5 seconds for gpg to export the key
8373                 
8374
8375 2006-10-09 [colin]      2.5.3cvs26
8376
8377         * configure.ac
8378         * src/msgcache.c
8379         * src/prefs_gtk.c
8380                 Check for existence of fgets_unlocked
8381                 and fwrite_unlocked
8382
8383 2006-10-09 [paul]       2.5.3cvs25
8384
8385         * src/prefs_summaries.c
8386                 replace strftime() with fast_strftime() and in
8387                 the consequence fix the bug in the display of
8388                 AM/PM in the 'Example' string
8389
8390 2006-10-09 [ticho]      2.5.3cvs24
8391
8392         * po/sk.po
8393                 Updated (and fixed up somewhat) Slovak translation.
8394
8395 2006-10-08 [colin]      2.5.3cvs23
8396
8397         * src/prefs_folder_item.c
8398                 Explain why prefs in the top-level folder
8399                 aren't retained, but are still useful
8400
8401 2006-10-08 [colin]      2.5.3cvs22
8402
8403         * src/prefs_gtk.c
8404                 Don't cache anything if caching fails
8405
8406 2006-10-08 [colin]      2.5.3cvs21
8407
8408         * src/common/utils.c
8409                 always include gi18n.h
8410
8411 2006-10-07 [colin]      2.5.3cvs20
8412
8413         * src/plugins/pgpcore/pgp_viewer.c
8414                 Kill gpg after 5 seconds wait
8415
8416 2006-10-07 [colin]      2.5.3cvs19
8417
8418         * src/plugins/pgpcore/pgp_viewer.c
8419         * src/plugins/pgpcore/pgp_viewer.h
8420                 Fix copyright
8421
8422 2006-10-07 [colin]      2.5.3cvs18
8423
8424         * src/plugins/pgpcore/pgp_viewer.c
8425         * src/plugins/pgpcore/pgp_viewer.h
8426                 Actually add the files to CVS
8427
8428 2006-10-07 [colin]      2.5.3cvs17
8429
8430         * src/plugins/pgpcore/sgpgme.c
8431                 Be sure not to crash on 'application/pgp-signature' that
8432                 are not application/pgp-signatures
8433
8434 2006-10-07 [colin]      2.5.3cvs16
8435
8436         * src/textview.c
8437         * src/textview.h
8438                 Make a bit more of the API available
8439         * src/plugins/pgpcore/Makefile.am
8440         * src/plugins/pgpcore/plugin.c
8441         * src/plugins/pgpcore/sgpgme.c
8442                 Add basic key import/export
8443
8444 2006-10-07 [colin]      2.5.3cvs15
8445
8446         * src/folderview.c
8447         * src/imap.c
8448         * src/prefs_account.c
8449         * src/wizard.c
8450                 Warn users *everywhere* if libetpan's not
8451                 linked in
8452
8453 2006-10-06 [mones]      2.5.3cvs14
8454
8455         * po/de.po
8456         * po/es.po
8457                 updated by Stephan Sachse and me
8458
8459 2006-10-06 [colin]      2.5.3cvs13
8460
8461         * src/main.c
8462         * src/common/sylpheed.c
8463                 Don't load common plugins if --exit is passed
8464         * src/prefs_gtk.c
8465         * src/prefs_gtk.h
8466                 Implement a cache to avoid reading the same
8467                 files over and over again at startup
8468
8469 2006-10-06 [colin]      2.5.3cvs12
8470
8471         * src/summaryview.c
8472         * src/gtk/quicksearch.c
8473                 Update display every 5k mails on fast searches
8474
8475 2006-10-06 [colin]      2.5.3cvs11
8476
8477         * src/textview.c
8478                 Don't do quote folding on HTML or ERTF.
8479                 May fix the Cygwin issues if they were
8480                 happening with HTML mails?
8481
8482 2006-10-05 [colin]      2.5.3cvs10
8483
8484         * src/prefs_gtk.c
8485                 Oops, forgot one
8486
8487 2006-10-05 [colin]      2.5.3cvs9
8488
8489         * src/prefs_gtk.c
8490                 Use unlocked_stdio here too
8491
8492 2006-10-05 [colin]      2.5.3cvs8
8493
8494         * src/folderview.c
8495                 Fix go to next * after preferences apply
8496         * src/msgcache.c
8497                 Do the fd lock/unlock ourselves instead of
8498                 letting the libc do it at each write 
8499
8500 2006-10-05 [colin]      2.5.3cvs7
8501
8502         * src/common/utils.c
8503                 Faster division, thanks to Jean Diraison
8504
8505 2006-10-05 [paul]       2.5.3cvs6
8506
8507         * src/common/utils.c
8508                 fix building with --disable-nls
8509
8510 2006-10-04 [colin]      2.5.3cvs5
8511
8512         * src/folder.c
8513                 Maybe fix a segfault
8514
8515 2006-10-04 [wwp]        2.5.3cvs4
8516
8517         * src/prefs_folder_item.c
8518                 Fine-tune layouts in folder item prefs. Suggested by
8519                 Fabien Vantard <fzzzzz@gmail.com>.
8520
8521 2006-10-04 [wwp]        2.5.3cvs3
8522
8523         * src/prefs_folder_item.c
8524                 Kill the clandestine passengers. You didn't see anything.
8525
8526 2006-10-04 [wwp]        2.5.3cvs2
8527
8528         * src/prefs_folder_item.c
8529                 Add a way to test the subject simplify regexp in
8530                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8531                 w/ few layout changes.
8532
8533 2006-20-04 [paul]       2.5.3cvs1
8534
8535         * NEWS
8536         * README
8537         * configure.ac
8538                 Update version number following
8539                 stable release
8540
8541 2006-10-04 [colin]      2.5.2cvs42
8542
8543         * src/folder.c
8544         * src/folder.h
8545         * src/summaryview.c
8546                 Provide a way for folder classes to set their sort
8547                 type and key
8548
8549 2006-10-03 [colin]      2.5.2cvs41
8550
8551         * src/mh.c
8552                 Don't use strlen() to know if the
8553                 string's empty
8554
8555 2006-10-03 [colin]      2.5.2cvs40
8556
8557         * src/mh.c
8558                 Fix "check for new folders" with accentued folders
8559
8560 2006-10-03 [ticho]      2.5.2cvs39
8561
8562         * src/filtering.c
8563         * src/folder.c
8564         * src/inc.c
8565         * src/mbox.c
8566                 Colin's fix for "copy" filtering rules.
8567
8568 2006-10-02 [colin]      2.5.2cvs38
8569
8570         * src/folderview.c
8571                 Fix for double-click too
8572
8573 2006-10-02 [colin]      2.5.2cvs37
8574
8575         * src/folderview.c
8576                 correct fix for cvs36
8577
8578 2006-10-02 [colin]      2.5.2cvs36
8579
8580         * src/folderview.c
8581                 Fix 'goto next unread' after collapsing/expanding 
8582                 a node.
8583
8584 2006-10-02 [colin]      2.5.2cvs35
8585
8586         * src/summaryview.c
8587                 Fix double freeze/thaw
8588         * src/common/utils.c
8589         * src/common/utils.h
8590                 Reimplement strftime
8591         * src/procheader.c
8592                 Use it
8593
8594
8595 2006-10-02 [colin]      2.5.2cvs34
8596
8597         * src/mh.c
8598                 Time mh_write_sequences() - it's fast
8599         * src/summaryview.c
8600                 Init a variable to shut up gcc
8601
8602 2006-10-01 [colin]      2.5.2cvs33
8603
8604         * src/folder.c
8605         * src/mh.c
8606         * src/mh.h
8607         * src/msgcache.c
8608                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8609                 Add fsync but disable it, it's slow as hell
8610
8611 2006-10-01 [colin]      2.5.2cvs32
8612
8613         * src/mh.c
8614         * src/msgcache.c
8615                 fflush() caches and mh_sequences before
8616                 fclose()ing
8617
8618 2006-10-01 [colin]      2.5.2cvs31
8619
8620         * src/msgcache.c
8621                 Don't ftruncate when not using mmap
8622
8623 2006-09-30 [colin]      2.5.2cvs30
8624
8625         * src/main.c
8626                 Write folder list *after* saving caches
8627
8628 2006-09-30 [colin]      2.5.2cvs29
8629
8630         * src/folder.c
8631         * src/mh.c
8632                 Debug forced mtime changes
8633
8634 2006-09-30 [colin]      2.5.2cvs28
8635
8636         * src/folder.c
8637         * src/main.c
8638                 Remove useless debug_print()s (code
8639                 well-tested)
8640
8641 2006-09-30 [colin]      2.5.2cvs27
8642
8643         * src/mh.c
8644                 Do stuff faster when writing mh_sequences
8645
8646 2006-09-30 [colin]      2.5.2cvs26
8647
8648         * src/mh.c
8649                 Don't let the writing of .mh_sequences, which
8650                 can change the folder's mtime, let us think
8651                 we need to scan.
8652
8653 2006-09-30 [colin]      2.5.2cvs25
8654
8655         * src/folder.c
8656                 Move a debug_print where it belongs 
8657                 (processing)
8658         * src/summaryview.c
8659                 Don't mess with a huge slow subject
8660                 table if we're not threading by
8661                 subject
8662
8663 2006-09-30 [colin]      2.5.2cvs24
8664
8665         * src/msgcache.c
8666                 Reenable mmaped reads (*not* writes!)
8667         * src/procmsg.c
8668                 Don't destroy and recreate hashtables just
8669                 for fun
8670         * src/common/utils.c
8671                 Remove useless reply prefixes (it's case
8672                 unsensitive)
8673
8674 2006-09-30 [wwp]        2.5.2cvs23
8675
8676         * tools/fix_date.sh
8677                 Fixed a minor bug in date value extraction, added a switch
8678                 to replace non RFC-compliant Date: value, added a switch
8679                 to use strict RFC matching patterns for dates.
8680
8681 2006-09-29 [colin]      2.5.2cvs22
8682
8683         * src/matcher_parser.h
8684         * src/matcher_parser_parse.y
8685         * src/prefs_filtering.c
8686         * src/statusbar.c
8687         * src/summary_search.c
8688         * src/summaryview.c
8689         * src/gtk/quicksearch.c
8690         * src/gtk/quicksearch.h
8691                 Optimise searches by setting different
8692                 refresh intervals (depending if the 
8693                 search is fast or not)
8694
8695 2006-09-29 [colin]      2.5.2cvs21
8696
8697         * src/codeconv.c
8698                 Optimise by reusing the last iconv converter
8699                 if possible
8700         * src/textview.c
8701                 Optimise a bit (the foldable quotes feature
8702                 still has an awful O(n^2) algo
8703
8704 2006-09-29 [colin]      2.5.2cvs20
8705
8706         * src/gtk/gtksctree.c
8707         * src/gtk/gtksctree.h
8708                 Optimise de-selection via up/down or
8709                 another key
8710
8711 2006-09-28 [colin]      2.5.2cvs19
8712
8713         * src/action.c
8714         * src/compose.c
8715         * src/folderview.c
8716         * src/mainwindow.c
8717         * src/messageview.c
8718         * src/summary_search.c
8719         * src/toolbar.c
8720                 Avoid using summaryview->ctree directly
8721
8722 2006-09-28 [colin]      2.5.2cvs18
8723
8724         * src/summaryview.c
8725         * src/summaryview.h
8726                 Add helpers to freeze/thaw/grab_focus
8727                 Factorize calls to freeze/thaw/grab_focus
8728                 
8729
8730 2006-09-28 [colin]      2.5.2cvs17
8731
8732         * src/main.c
8733                 More guards for the session management
8734
8735 2006-09-28 [colin]      2.5.2cvs16
8736
8737         * src/folderview.c
8738         * src/gtk/gtksctree.c
8739         * src/gtk/gtksctree.h
8740                 Make expanding not recursive in folderview
8741
8742 2006-09-28 [colin]      2.5.2cvs15
8743
8744         * src/addressbook.c
8745                 If nothing is selected in the list (right part)
8746                 and a group is selected in the tree (left part),
8747                 mail this group.
8748
8749 2006-09-28 [colin]      2.5.2cvs14
8750
8751         * src/Makefile.am
8752                 Actually use SM_LIBS
8753
8754 2006-09-28 [ticho]      2.5.2cvs13
8755
8756         * src/export.c
8757         * src/messageview.c
8758         * src/mimeview.c
8759         * src/news.c
8760         * src/pop.c
8761         * src/prefs_themes.c
8762         * src/procmsg.c
8763                 Small i18n string optimization.
8764         * src/send_message.c
8765         * src/summaryview.c
8766         * src/common/session.c
8767         * src/common/smtp.c
8768         * src/common/ssl_certificate.c
8769         * src/common/utils.c
8770                 Use "Couldn't" instead of "Can't" in UI messages,
8771                 where appropriate.
8772
8773 2006-09-28 [colin]      2.5.2cvs12
8774
8775         * configure.ac
8776                 Possibly fix link errors
8777
8778 2006-09-27 [wwp]        2.5.2cvs11
8779
8780         * src/gtk/authors.h
8781         * doc/man/sylpheed-claws.1
8782         * manual/ack.xml
8783         * manual/es/ack.xml
8784         * manual/fr/ack.xml
8785         * manual/pl/ack.xml
8786                 Updated authors info (me, myself and I).
8787
8788 2006-09-27 [colin]      2.5.2cvs10
8789
8790         * src/addressbook.c
8791                 Remove useless printf
8792
8793 2006-09-27 [wwp]        2.5.2cvs9
8794
8795         * src/editgroup.c
8796         * src/send_message.c
8797         * src/inc.c
8798         * src/prefs_common.c
8799         * src/prefs_common.h
8800         * src/gtk/progressdialog.c
8801                 remember more windows' sizes (send dialog, received dialog,
8802                 edit group in addressbook).
8803
8804 2006-09-27 [colin]      2.5.2cvs8
8805
8806         * configure.ac
8807         * src/main.c
8808         * src/mainwindow.h
8809                 Use libSM to communicate with the session
8810                 manager, so that we can know when the 
8811                 session ends, save our caches, and draft
8812                 our compose windows.
8813
8814 2006-09-27 [colin]      2.5.2cvs7
8815
8816         * src/addressbook.c
8817                 Fix issues:
8818                 o Allow Book and Group creation from the tree's
8819                   contextual menu
8820                 o Do not actually delete the contacts when 
8821                   deleting groups from the tree (duh!)
8822
8823 2006-09-27 [colin]      2.5.2cvs6
8824
8825         * src/compose.c
8826         * src/compose.h
8827         * src/mainwindow.c
8828         * src/textview.c
8829         * src/toolbar.c
8830                 o Allow passing an email address to 
8831                   compose_new_with_folderitem
8832                 o Update callers
8833                 o Use current folderitem when clicking
8834                   on a TextView mailto: link
8835                 o Fix a possible leak in TextView
8836
8837 2006-09-27 [colin]      2.5.2cvs5
8838
8839         * src/html.c
8840                 Use UTF-8 chars to replace HTML entities
8841
8842 2006-09-27 [colin]      2.5.2cvs4
8843
8844         * AUTHORS
8845         * src/prefs_account.c
8846         * src/gtk/authors.h
8847                 Fix bug #1024 (Array index out of
8848                 range in sylpheed-claws-2.5.2)
8849                 Patch by Ales Nosek <anosek@suse.cz>
8850
8851 2006-09-27 [colin]      2.5.2cvs3
8852
8853         * src/addr_compl.c
8854                 Actually do the test
8855
8856 2006-09-27 [colin]      2.5.2cvs2
8857
8858         * src/addr_compl.c
8859         * src/addr_compl.h
8860                 Allow completing with comma (in certain cases: vCalendar
8861                 for example doesn't support that)
8862                 Patch by Fabien Vantard
8863
8864 2006-09-26 [colin]      2.5.2cvs1
8865
8866         * src/Makefile.am
8867         * src/addr_compl.c
8868         * src/addr_compl.h
8869         * src/addrbook.c
8870         * src/addrbook.h
8871         * src/addressbook.c
8872         * src/addrindex.c
8873         * src/addrindex.h
8874         * src/compose.c
8875         * src/prefs_common.c
8876         * src/prefs_filtering_action.c
8877         * src/prefs_folder_item.c
8878         * src/prefs_template.c
8879         * src/stock_pixmap.c
8880         * src/stock_pixmap.h
8881         * src/pixmaps/addr_one.xpm
8882         * src/pixmaps/addr_two.xpm
8883                 Add auto-completion on groups
8884
8885 2006-09-26 [colin]      2.5.2
8886
8887         * NEWS
8888         * README
8889         * RELEASE_NOTES
8890                 2.5.2 released
8891
8892 2006-09-26 [colin]      2.5.1cvs5
8893
8894         * src/matcher.c
8895                 Fix condition
8896
8897 2006-09-26 [colin]      2.5.1cvs4
8898
8899         * src/mbox.c
8900                 Revert cvs1 (useless as the message is printed 
8901                 every 500 mails)
8902
8903 2006-09-26 [colin]      2.5.1cvs3
8904
8905         * src/partial_download.c
8906                 Fix crasher found by Alexsandar Urosevic
8907
8908 2006-09-26 [colin]      2.5.1cvs2
8909
8910         * src/summaryview.c
8911                 Fix bug #1023 (Sylpheed deletes too much messages)
8912
8913 2006-09-26 [ticho]      2.5.1cvs1
8914
8915         * src/mbox.c
8916                 Make use of gettext's multiple plurals for statusbar
8917                 progress message.
8918
8919 2006-09-25 [paul]       2.5.1
8920
8921         * NEWS
8922         * README
8923         * RELEASE_NOTES
8924                 2.5.1 released
8925
8926 2006-09-25 [colin]      2.5.0cvs3
8927
8928         * src/plugins/bogofilter/bogofilter.c
8929         * src/plugins/clamav/clamav_plugin.c
8930         * src/plugins/spamassassin/spamassassin.c
8931                 BogoFilter, Spamassassin: Fix double hook registering after
8932                 visiting preferences
8933                 Spamassassin, Clamav: Just set the mails to move instead of
8934                 doing the move - caller will move the things at once.
8935
8936 2006-09-25 [colin]      2.5.0cvs2
8937
8938         * src/imap.c
8939         * src/etpan/imap-thread.c
8940                 Use UID SEARCH ALL instead of UID 1:*
8941                 (braindead servers can't figure out that's
8942                 the same...)
8943
8944 2006-09-25 [wwp]        2.5.0cvs1
8945
8946         * src/message_search.c
8947                 Added the ability to stop a running search (in message body).
8948
8949 2006-09-25 [paul]       2.5.0
8950
8951         * NEWS
8952         * README
8953         * RELEASE_NOTES
8954                 2.5.0 released
8955
8956 2006-09-25 [paul]       2.4.0cvs214
8957
8958         * po/cs.po
8959         * po/de.po
8960         * po/fi.po
8961         * po/fr.po
8962         * po/nl.po
8963         * po/pt_BR.po
8964         * po/sk.po
8965         * po/sr.po
8966         * po/zh_CN.po
8967                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8968                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8969                 Ticho, Aleksander Urosevic, Ralgh Young
8970
8971 2006-09-24 [mones]      2.4.0cvs213
8972
8973         * po/es.po
8974                 Updated for release
8975
8976 2006-09-23 [colin]      2.4.0cvs212
8977
8978         * src/gtk/inputdialog.c
8979                 Fix [ ] remember this appearing in normal
8980                 input dialogs after it's been used by
8981                 mimeview.
8982         * src/folder.c
8983         * src/folderview.c
8984         * src/msgcache.c
8985         * src/procmsg.c
8986         * src/summaryview.c
8987         * src/textview.c
8988         * src/common/timing.h
8989                 Enable timings in debug mode and make it
8990                 look prettier.
8991
8992 2006-09-22 [colin]      2.4.0cvs211
8993
8994         * README
8995                 Revert test change
8996         * commitHelper
8997                 ping the correct URI
8998
8999 2006-09-22 [colin]      2.4.0cvs210
9000
9001         * README
9002                 Let's see if bug #1022 is fixed
9003
9004 2006-09-21 [colin]      2.4.0cvs209
9005
9006         * src/wizard.c
9007         * src/common/plugin.c
9008                 Prepare infra to load predefined plugins when
9009                 no configuration existed. Don't actually load
9010                 anything yet (feat. freeze)
9011
9012 2006-09-21 [wwp]        2.4.0cvs208
9013
9014         * manual/fr/faq.xml
9015                 Partial sync w/ 2.4.0cvs72:
9016                 wrap file and minor updates.
9017
9018 2006-09-21 [wwp]        2.4.0cvs207
9019
9020         * tools/fix_date.sh
9021                 several fixes and enhancements. A new --force switch has been
9022                 added to prevent overriding by default Date: header when
9023                 already existing.
9024
9025 2006-09-21 [paul]       2.4.0cvs206
9026
9027         * src/common/utils.c
9028                 add Chinese UTF8 Re prefix
9029
9030 2006-09-21 [wwp]        2.4.0cvs205
9031
9032         * tools/Makefile.am
9033                 Fics alfabettical order.
9034
9035 2006-09-21 [wwp]        2.4.0cvs204
9036
9037         * tools/fix_date.sh
9038         * tools/Makefile.am
9039                 Added an action tool to fix missing Date field in emails.
9040                 Updated Makefile.am to reflect those last two additions.
9041
9042 2006-09-21 [wwp]        2.4.0cvs203
9043
9044         * tools/uuooffice
9045                 Added a action tool to open uuencoded docs w/
9046                 OpenOffice (based on uudec method).
9047
9048 2006-09-21 [colin]      2.4.0cvs202
9049
9050         * src/compose.c
9051         * src/textview.c
9052                 Workaround possible GTK crash: remove selection 
9053                 clipboard before destroying widget, or GTK+-2.10
9054                 dies. Thanks to Hiro.
9055
9056 2006-09-20 [colin]      2.4.0cvs201
9057
9058         * src/compose.c
9059                 Fix free-after-use in some cases (when 
9060                 procmime_encode_content() frees mimeinfo->data.mem
9061                 and turns it to a temp file)
9062
9063 2006-09-20 [colin]      2.4.0cvs200
9064
9065         * src/folderview.c
9066         * src/summaryview.c
9067         * src/gtk/gtksctree.c
9068         * src/gtk/gtksctree.h
9069                 Add tooltips in the folderview and summaryview
9070                 (Doesn't break string freeze as they already
9071                 exist)
9072         * src/toolbar.c
9073                 Put the spam button in the default configuration
9074                 if compiled with bogo plugin too
9075
9076 2006-09-19 [colin]      2.4.0cvs199
9077
9078         * src/summaryview.c
9079         * src/summaryview.h
9080                 Update folder name label on folder rename
9081         * src/prefs_matcher.c
9082         * src/gtk/logwindow.h
9083                 Fix warnings
9084                 Patches by Fabien
9085
9086 2006-09-19 [wwp]        2.4.0cvs198
9087
9088         * src/summary_search.c
9089                 fix can't click forward/backward buttons in the
9090                 search messages.
9091
9092 2006-09-18 [paul]       2.4.0cvs197
9093
9094         * src/wizard.c
9095                 add missing bracket, capitalise the A of
9096                 'SpamAssassin'
9097
9098 2006-09-18 [paul]       2.4.0cvs196
9099
9100         * src/compose.c
9101                 fix bug 1012 'crashed upon sending mail
9102                 from compose window'
9103                 Thanks to Colin
9104
9105 2006-09-16 [colin]      2.4.0cvs195
9106
9107         * src/folderview.c
9108                 Fix "real-time" sorting by freezing/thawing
9109
9110 2006-09-16 [colin]      2.4.0cvs194
9111
9112         * manual/faq.xml
9113                 Fix the anti-spam entry a bit
9114
9115 2006-09-16 [colin]      2.4.0cvs193
9116
9117         * src/wizard.c
9118                 Make sure reviewers have no excuse when stating
9119                 Sylpheed-Claws doesn't have antispam capabilities.
9120
9121 2006-09-16 [colin]      2.4.0cvs192
9122
9123         * src/main.c
9124                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9125                 as if the SIGPIPE comes from etpan's thread we could
9126                 trigger a GUI update from this thread.
9127
9128 2006-09-16 [colin]      2.4.0cvs191
9129
9130         * src/summaryview.c
9131                 Init all members of the struct
9132
9133 2006-09-16 [paul]       2.4.0cvs190
9134
9135         * src/account.c
9136                 improvements to the English
9137
9138 2006-09-15 [colin]      2.4.0cvs189
9139
9140         * src/summaryview.c
9141                 HIG order on dialog
9142
9143 2006-09-14 [colin]      2.4.0cvs188
9144
9145         * src/common/socket.c
9146         * src/common/socket.h
9147         * src/common/ssl.c
9148         * src/common/ssl_certificate.c
9149         * src/common/ssl_certificate.h
9150         * src/etpan/imap-thread.c
9151                 the get_fqdn() call done to get canonical name when
9152                 checking an SSL certificate is blocking, which is
9153                 sad as we just did a non-blocking lookup to connect.
9154                 Fix that by letting the fqdn available to the SockInfo,
9155                 and use that in ssl_certificate_check(). For IMAP,
9156                 we don't do it as the lookup's done by libetpan, but
9157                 it's less annoying as IMAP connections as much more
9158                 rare than POP3 connections.
9159
9160 2006-09-14 [paul]       2.4.0cvs187
9161
9162         * manual/advanced.xml
9163                 improvements to the English,
9164                 properly place the new hidden options
9165                 within the alphabetical order
9166         * src/gtk/pluginwindow.c
9167                 improvements to the English
9168
9169 2006-09-14 [colin]      2.4.0cvs186
9170
9171         * src/prefs_common.c
9172         * src/prefs_common.h
9173         * src/gtk/gtksctree.c
9174         * manual/advanced.xml
9175                 New hidden pref, stripes_color_offset, to change
9176                 the value added/substracted to normal bgcolor to
9177                 create the stripes in summaries
9178
9179 2006-09-13 [colin]      2.4.0cvs185
9180
9181         * src/gedit-print.c
9182         * src/messageview.c
9183         * src/messageview.h
9184         * src/summaryview.c
9185         * src/textview.c
9186                 Fix misc. printing issues: 
9187                 - Bad font for linkified headers
9188                 - Different font if the mail was displayed or not
9189                 - Factorize the thing
9190
9191 2006-09-13 [colin]      2.4.0cvs184
9192
9193         * src/common/ssl_certificate.c
9194                 Only get FQDN once when checking certificate
9195
9196 2006-09-13 [colin]      2.4.0cvs183
9197
9198         * src/account.c
9199         * src/gtk/pluginwindow.c
9200                 Misc. GUI fixes by Fabien
9201
9202 2006-09-13 [wwp]        2.4.0cvs182
9203
9204         * configure.ac
9205         * src/common/utils.h
9206         * src/common/utils.c
9207                 get rid of unused wide-char functions.
9208
9209 2006-09-13 [wwp]        2.4.0cvs181
9210
9211         * src/plugins/pgpinline/sylpheed.def
9212         * src/textview.c
9213                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9214                 add privacy_reset_error to the .def file,
9215                 do not fork for an external textviewer.
9216
9217 2006-09-13 [wwp]        2.4.0cvs180
9218
9219         * src/prefs_common.c
9220                 fix broken font entry in prefs (patch issued by the gpg4win team,
9221                 probably by Marcus Brinkmann <marcus@g10code.de>).
9222
9223 2006-09-13 [colin]      2.4.0cvs179
9224
9225         * src/folder.h
9226                 Fix a warning in summaryview.c
9227         * src/mainwindow.c
9228         * src/summaryview.c
9229         * src/summaryview.h
9230                 Add missing Mark/* elements in the
9231                 main menu
9232
9233 2006-09-12 [colin]      2.4.0cvs178
9234
9235         * src/prefs_actions.c
9236         * src/prefs_filtering_action.c
9237         * src/prefs_matcher.c
9238                 Use (New) instead of New everywhere
9239
9240 2006-09-12 [wwp]        2.4.0cvs177
9241
9242         * manual/fr/addrbook.xml
9243         * manual/fr/handling.xml
9244                 updated some quotes in the fr manual to match the fr translation.
9245
9246 2006-09-12 [wwp]        2.4.0cvs176
9247
9248         * src/prefs_matcher.c
9249                 don't store translated string elements in matcher expressions.
9250                 Also fixed a misused of Q_().
9251
9252 2006-09-11 [wwp]        2.4.0cvs175
9253
9254         * src/plugins//bogofilter/bogofilter.c
9255         * src/plugins//clamav/clamav_plugin.c
9256         * src/plugins//demo/demo.c
9257         * src/plugins//dillo_viewer/dillo_viewer.c
9258         * src/plugins//pgpcore/plugin.c
9259         * src/plugins//pgpinline/plugin.c
9260         * src/plugins//pgpmime/plugin.c
9261         * src/plugins//spamassassin/spamassassin.c
9262                 gettext-ize more strings (mostly plugin error messages).
9263
9264 2006-09-11 [colin]      2.4.0cvs174
9265
9266         * src/alertpanel.c
9267                 Make maximum buffer size bigger to avoid
9268                 truncating translated messages. Patch by
9269                 Fabien
9270
9271 2006-09-11 [colin]      2.4.0cvs173
9272
9273         * src/etpan/imap-thread.c
9274                 Fix compilation on OpenBSD, thanks to 
9275                 Landry
9276
9277 2006-09-10 [wwp]        2.4.0cvs172
9278
9279         * manual/account.xml
9280         * manual/addrbook.xml
9281         * manual/handling.xml
9282         * manual/es/handling.xml
9283         * manual/fr/account.xml
9284         * manual/fr/addrbook.xml
9285         * manual/fr/handling.xml
9286                 documented addressbook matching (condition configuration):
9287                   addrbook.xml, en fr
9288                 documented per-account filtering rules (handling/filtering
9289                   section, account section):
9290                   account.xml, handling.xml, en fr
9291                 slightly updated the handling/searching section to tell few
9292                   words about the extended search ability:
9293                   handling.xml, en fr
9294                 added missing <quote></quotes> to Quick Search:
9295                   handling.xml, en fr es
9296                 fixed a typo (auomatically):
9297                   handling.xml, en
9298                 changes revisited by Paul.
9299
9300 2006-09-10 [paul]       2.4.0cvs171
9301
9302         * src/prefs_actions.c
9303         * src/prefs_filtering.c
9304         * src/prefs_template.c
9305                 adjustments to the gui
9306                 Patch by Fabien Vantard (slightly modified)
9307
9308 2006-09-10 [colin]      2.4.0cvs170
9309
9310         * src/summaryview.c
9311                 Check folderitem/summaryview consistency
9312                 (basically automates Update summary). Fixes
9313                 #1011 (wrong (negative) count on unread 
9314                 messages)
9315
9316 2006-09-10 [colin]      2.4.0cvs169
9317
9318         * src/gtk/gtksctree.c
9319                 Fix recursive expansion via mouse
9320         * src/plugins/bogofilter/bogofilter.c
9321                 Use normal filtering way of moving
9322                 messages (batching), possibly fixing
9323                 bug #1015 (Bogofilter plugin doubles 
9324                 new messages)
9325
9326 2006-09-09 [wwp]        2.4.0cvs168
9327
9328         * src/prefs_filtering.c
9329                 better place for this fix.
9330
9331 2006-09-09 [wwp]        2.4.0cvs167
9332
9333         * src/prefs_filtering.c
9334                 fix a minor bug when the enabled status of a filtering/processing
9335                 rule always got set to TRUE when replacing this rule. That still
9336                 make sense when adding a new rule, but now when replacing, we
9337                 don't override the value of 'enabled'.
9338                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9339                 to prefs_filtering_list_view_get_info() as this function not only
9340                 returns the name, but also the account_id and the enabled status.
9341
9342 2006-09-09 [mones]      2.4.0cvs166
9343
9344         * manual/glossary.xml
9345         * manual/plugins.xml
9346                 Minor format corrections
9347         * manual/gpl.xml
9348                 Fix misplaced NO WARRANTY section
9349         * manual/es/advanced.xml
9350         * manual/es/faq.xml
9351         * manual/es/glossary.xml
9352         * manual/es/gpl.xml
9353         * manual/es/handling.xml
9354         * manual/es/plugins.xml
9355         * manual/es/starting.xml
9356                 Incorporate changes from English version
9357         * manual/fr/ack.xml
9358         * manual/pl/ack.xml
9359         * manual/es/ack.xml
9360                 Fix address, (add translation credits in es version)
9361         * po/es.po
9362                 Updated translation
9363
9364 2006-09-09 [wwp]        2.4.0cvs165
9365
9366         * src/prefs_filtering.c
9367                 fix a crash when opening filtering prefs, if matcherrc file contains
9368                 broken data (non-existing account id, which is theoretically not
9369                 possible).
9370
9371 2006-09-08 [colin]      2.4.0cvs164
9372
9373         * src/folder.c
9374                 Wrong assert, make it an if()
9375         * src/gtk/gtksctree.c
9376                 Fix bug #1013 (expand selected thread 
9377                 tree) - expanding is now recursive
9378
9379 2006-09-07 [wwp]        2.4.0cvs163
9380
9381         * src/prefs_matcher.c
9382                 make better sentences about addressbook matching in the
9383                 matcher prefs. This should make translators' work easier
9384                 too.
9385
9386 2006-09-07 [wwp]        2.4.0cvs162
9387
9388         * src/prefs_filtering.c
9389                 code simplification (get rid of dup var. assignment).
9390
9391 2006-09-07 [wwp]        2.4.0cvs161
9392
9393         * src/summaryview.c
9394                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9395                 <fzzzzz@gmail.com>.
9396
9397 2006-09-07 [paul]       2.4.0cvs160
9398
9399         * src/mimeview.c
9400                 fix compilation warnings
9401                 Thanks to Colin
9402
9403 2006-09-07 [paul]       2.4.0cvs159
9404
9405         * src/mimeview.c
9406                 select the mimepart icon when
9407                 displaying as text
9408                 Thanks to Colin
9409
9410 2006-09-06 [paul]       2.4.0cvs158
9411
9412         * src/prefs_filtering.c
9413                 fix labels and table element spacing
9414                 Patch by Fabien Vantard
9415
9416 2006-09-06 [paul]
9417
9418         2.5.0-rc3 released
9419
9420 2006-09-06 [paul]       2.4.0cvs157
9421
9422         * manual/es/advanced.xml
9423                 fix typo
9424
9425 2006-09-06 [wwp]        2.4.0cvs156
9426
9427         * src/mainwindow.c
9428                 fix an dup launch issue when iconified, thanks to Colin.
9429
9430 2006-09-06 [wwp]        2.4.0cvs155
9431
9432         * src/gtk//gtksctree.h
9433                 oops, forgot that one!
9434
9435 2006-09-06 [wwp]        2.4.0cvs154
9436
9437         * manual/pl/advanced.xml
9438         * manual/advanced.xml
9439         * manual/es/advanced.xml
9440         * manual/fr/advanced.xml
9441         * src/prefs_customheader.c
9442         * src/prefs_filtering_action.c
9443         * src/foldersel.c
9444         * src/prefs_summaries.c
9445         * src/prefs_filtering.c
9446         * src/account.c
9447         * src/compose.c
9448         * src/prefs_summary_column.c
9449         * src/addr_compl.c
9450         * src/prefs_actions.c
9451         * src/prefs_folder_column.c
9452         * src/ssl_manager.c
9453         * src/prefs_template.c
9454         * src/prefs_display_header.c
9455         * src/prefs_common.h
9456         * src/prefs_matcher.c
9457         * src/prefs_common.c
9458         * src/prefs_toolbar.c
9459         * src/summaryview.c
9460         * src/folderview.c
9461         * src/gtk/gtksctree.c
9462         * src/gtk/pluginwindow.c
9463         * src/gtk/progressdialog.c
9464         * src/gtk/prefswindow.c
9465                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9466                 to make its meaning more obvious (all versions of the manual reflect
9467                 the change).
9468                 added an extra hidden option use_stripes_in_summary to allow
9469                 discarding these stripes in mainwindow's folder and message lists;
9470                 en and fr manuals only are OK towards this.
9471
9472 2006-09-06 [colin]      2.4.0cvs153
9473
9474         * src/textview.c
9475                 Hide Sylpheed-Claws' internal queue headers
9476                 when showing all headers. They'll be present
9477                 only in Source window.
9478
9479 2006-09-05 [colin]      2.4.0cvs152
9480
9481         * src/plugins/trayicon/trayicon.c
9482                 Fix crash at exit - we have to disconnect
9483                 our handlers
9484         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9485                 Update eggtrayicon - patch adapted from a
9486                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9487                 on Sylpheed's ML
9488
9489 2006-09-05 [colin]      2.4.0cvs151
9490
9491         * src/mainwindow.c
9492         * src/gtk/logwindow.c
9493                 Fix race condition when something writes
9494                 to the log too soon during init. Thanks
9495                 to Fabien Vantard
9496
9497 2006-09-05 [colin]      2.4.0cvs150
9498
9499         * src/mimeview.c
9500                 Don't select part on right-click either
9501
9502 2006-09-05 [paul]       2.4.0cvs149
9503
9504         * src/mimeview.c
9505                 completion of previous commit
9506                 Thanks to Colin
9507
9508 2006-09-05 [colin]      2.4.0cvs148
9509
9510         * src/mimeview.c
9511                 Don't force selection on middle-click, just open
9512
9513 2006-09-04 [colin]      2.4.0cvs147
9514
9515         * src/mimeview.c
9516                 Looks like gtk_notebook_set_current_page()
9517                 sometimes steals focus, and this annoys us
9518                 in MimeViewers as it renders navigation
9519                 keys useless. Take back focus after switching
9520                 pages.
9521
9522 2006-09-04 [colin]      2.4.0cvs146
9523
9524         * src/messageview.c
9525                 Set stop_loading when clicking on Next
9526                 during load. Don't add a callback to 
9527                 avoid over-complicating things.
9528
9529 2006-09-04 [colin]      2.4.0cvs145
9530
9531         * src/mimeview.c
9532         * src/messageview.c
9533                 Fix multiple loads in separate messageview
9534
9535 2006-09-04 [colin]      2.4.0cvs144
9536
9537         * src/summaryview.c
9538                 Let navigation keys be handled during 
9539                 load
9540
9541 2006-09-04 [colin]      2.4.0cvs143
9542
9543         * src/messageview.c
9544         * src/summaryview.c
9545         * src/textview.c
9546         * src/textview.h
9547                 Make loading of huge mails (lots of text and/or
9548                 images) cancellable, so the GUI doesn't block 
9549
9550 2006-09-04 [colin]      2.4.0cvs142
9551
9552         * src/plugins/trayicon/trayicon.c
9553                 Fix annoyance when removing a folder with 
9554                 unread mails: trayicon didn't update
9555
9556 2006-09-04 [paul]       2.4.0cvs141
9557
9558         * src/gtk/icon_legend.c
9559                 straighten up columns
9560                 Patch by Fabien Vantard
9561
9562 2006-09-04 [wwp]        2.4.0cvs140
9563
9564         * src/prefs_filtering.c
9565                 fix new line's account name in filtering prefs:
9566                 was "All", is now "(New)".
9567
9568 2006-09-04 [paul]       2.4.0cvs139
9569
9570         * tools/make.themes.project
9571                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9572                 instead of homebrewed "make release"
9573
9574 2006-09-03 [colin]      2.4.0cvs138
9575
9576         * src/folderview.c
9577                 Fix bug #1007 (Wrong folder highlighted)
9578
9579 2006-09-03 [colin]      2.4.0cvs137
9580
9581         * src/compose.c
9582                 Don't set Newsgroup: header to a mail folder
9583                 path
9584
9585 2006-09-03 [paul]       2.4.0cvs136
9586
9587         * src/prefs_other.c
9588         * src/prefs_spelling.c
9589                 unify the gui
9590
9591 2006-09-03 [paul]       2.4.0cvs135
9592
9593         * src/prefs_summaries.c
9594                 correct menu item text in prefs_keybind_apply_clicked()
9595
9596 2006-09-03 [paul]       2.4.0cvs134
9597
9598         * manual/advanced.xml
9599                 some improvements to the descriptions
9600         * src/mainwindow.c
9601         * src/messageview.c
9602         * src/summaryview.c
9603         * src/gtk/menu.c
9604                 fix menu sensitivity issues
9605         * src/prefs_message.c
9606                 drop the useless word 'short'
9607         * src/prefs_other.c
9608                 add the word 'lines' indicating log length
9609                 is a measure of lines
9610         * src/textview.c
9611                 fix compilation warnings
9612
9613 2006-09-02 [colin]      2.4.0cvs133
9614
9615         * src/messageview.c
9616                 Display a special return-receipt message
9617                 if the message is from the user
9618         * src/summaryview.c
9619                 Fix missing freeze of the list when marking
9620                 all read and unthreading for exec. Thanks
9621                 to Stephan Sachse.
9622
9623 2006-09-02 [paul]       2.4.0cvs132
9624
9625         * src/mainwindow.c
9626         * src/prefs_message.c
9627         * src/summaryview.c
9628                 fix some english
9629
9630 2006-09-02 [wwp]        2.4.0cvs131
9631
9632         * src/prefs_filtering.c
9633                 added an account name column to the filtering rules
9634                 dialog.
9635
9636 2006-09-02 [colin]      2.4.0cvs130
9637
9638         * src/gtk/logwindow.c
9639         * src/gtk/logwindow.h
9640                 Block scrolling if we're not at the end
9641                 of the log
9642
9643 2006-09-02 [colin]      2.4.0cvs129
9644
9645         * src/folder.c
9646                 Make sure account-specific rules can't
9647                 be used in {pre-,post-,}processing
9648         * src/mainwindow.c
9649         * src/gtk/logwindow.c
9650         * src/gtk/logwindow.h
9651                 Jump to last error when clicking on the
9652                 warning icon
9653
9654 2006-09-02 [colin]      2.4.0cvs128
9655
9656         * src/imap.c
9657         * src/import.c
9658         * src/mainwindow.c
9659         * src/mainwindow.h
9660                 Fix warning icon
9661         * src/inc.c
9662         * src/mbox.c
9663         * src/mbox.h
9664                 Let proc_mbox know its account, for
9665                 account-specific rules
9666
9667 2006-09-01 [colin]      2.4.0cvs127
9668
9669         * src/codeconv.c
9670                 Don't uselessly use iconv to convert from
9671                 us-ascii
9672         * src/alertpanel.c
9673         * src/mainwindow.c
9674         * src/mainwindow.h
9675         * src/inc.c
9676                 Fix certain log cases, disable warning icon
9677                 for now, the correct way to display it when
9678                 necessary and only when necessary is probably
9679                 to do it manually rather than use error logs
9680         * src/etpan/imap-thread.c
9681                 Clean up UID logging a bit
9682         * src/gtk/logwindow.c
9683         * src/gtk/logwindow.h
9684                 Make logging faster when the window's closed
9685
9686 2006-09-01 [wwp]        2.4.0cvs126
9687
9688         * manual/fr/account.xml
9689                 reflect changes to the ref. manual (parts of cvs72):
9690                 fix tabnames and quotes.
9691
9692 2006-09-01 [wwp]        2.4.0cvs125
9693
9694         * manual/fr/plugins.xml
9695                 reflect changes to the reference manual (cvs42):
9696                 update IRC channel info.
9697
9698 2006-09-01 [wwp]        2.4.0cvs124
9699
9700         * commitHelper
9701                 use CVSEDITOR env. var. if set, according to `man cvs`.
9702
9703 2006-09-01 [wwp]        2.4.0cvs123
9704
9705         * manual/advanced.xml
9706                 better sentence again (thanks to Paul).
9707
9708 2006-09-01 [wwp]        2.4.0cvs122
9709
9710         * manual/advanced.xml
9711         fix definition of toolbar_detachable and rework a bit the one of
9712         enable_dotted_lines.
9713
9714 2006-09-01 [mones]      2.4.0cvs121
9715
9716         * manual/advanced.xml
9717                 Document enable_dotted_lines
9718
9719 2006-09-01 [paul]       2.4.0cvs120
9720
9721         * src/folderview.c
9722         * src/folderview.h
9723         * src/imap.c
9724         * src/mainwindow.c
9725         * src/summaryview.c
9726                 obey the 'When entering folder...' option
9727                 when using the /View/Go to/... menu items
9728                 Thanks to Colin
9729
9730 2006-08-31 [colin]      2.4.0cvs119
9731
9732         * src/folderview.c
9733                 Revert 2.4.0cvs116, wrong fix.
9734
9735 2006-08-31 [colin]      2.4.0cvs118
9736
9737         * src/gtk/gtksctree.c
9738                 Better state the various copyrights
9739
9740 2006-08-31 [colin]      2.4.0cvs117
9741
9742         * src/prefs_common.c
9743                 fix enable_dotted_lines
9744
9745 2006-08-31 [colin]      2.4.0cvs116
9746
9747         * src/folderview.c
9748                 Use pref "Always open on select" when going
9749                 to next unread folder
9750         * src/gtk/gtksctree.c
9751                 Fix link failure to _gtk_clist_create_cell_layout
9752                 on certain computers. (Why not mine, I wonder)
9753
9754 2006-08-31 [colin]      2.4.0cvs115
9755
9756         * src/procmsg.c
9757         * src/textview.c
9758         * src/plugins/bogofilter/bogofilter.c
9759         * src/plugins/spamassassin/spamassassin.c
9760                 Requalify some "errors" to warnings
9761         * src/mainwindow.c
9762         * src/mainwindow.h
9763         * src/statusbar.c
9764                 Add an icon in the statusbar to notify
9765                 of errors
9766         * src/gtk/gtksctree.c
9767         * src/folderview.c
9768         * src/summaryview.c
9769                 Make the GtkSCTree look more modern by
9770                 alternating background lines
9771         * src/prefs_common.c
9772         * src/prefs_common.h
9773                 Add a pref to let people have the old
9774                 way if they prefer
9775
9776
9777 2006-08-30 [colin]      2.4.0cvs114
9778
9779         * src/procmsg.c
9780         * src/procmsg.h
9781                 Provide a way to filter a list of
9782                 messages in an optimised manner, and
9783                 add a list-filtering hook
9784         * src/folder.c
9785         * src/inc.c
9786         * src/mbox.c
9787                 Use the list filtering
9788         * src/plugins/bogofilter/bogofilter.c
9789                 Use the list-filtering hook
9790                 Use -b (bulk) mode for more speed
9791                 when learning and filtering
9792         * src/etpan/imap-thread.c
9793                 Make log output shorter in UID SEARCH
9794
9795
9796 2006-08-30 [colin]      2.4.0cvs113
9797
9798         * src/plugins/bogofilter/bogofilter.c
9799                 Really fast mass learning - thanks to David
9800                 Relson for the options explanations :)
9801
9802 2006-08-30 [colin]      2.4.0cvs112
9803
9804         * src/msgcache.c
9805                 Fix compilation on FreeBSD. Thanks
9806                 to Michael Hugues
9807
9808 2006-08-29 [colin]      2.4.0cvs111
9809
9810         * src/folderview.c
9811                 Handle "popup_menu" signal (for popping the 
9812                 menu via the keyboard)
9813         * src/mimeview.c
9814         * src/mimeview.h
9815         * src/summaryview.c
9816         * src/textview.c
9817         * src/gtk/gtkutils.c
9818         * src/gtk/gtkutils.h
9819                 Factorize scrolling code, and add an API 
9820                 for MimeViewers to handle scroll orders
9821
9822 2006-08-29 [wwp]        2.4.0cvs110
9823
9824         * src/plugins//bogofilter/bogofilter.c
9825         * src/plugins//spamassassin/spamassassin.c
9826                 make the bogofilter/spamassassin filtering error dialogs at
9827         incorporation obey to the "don't popup error dialog on
9828         receive error" option. If disabled, feed the log window w/
9829         the error message.
9830
9831 2006-08-29 [paul]
9832
9833         2.5.0-rc2 released
9834
9835 2006-08-29 [paul]       2.4.0cvs109
9836
9837         * Makefile.am
9838                 remove 'make release', it's not needed
9839                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9840
9841 2006-08-29 [paul]       2.4.0cvs108
9842
9843         * src/foldersel.c
9844         * src/summary_search.c
9845         * src/gtk/progressdialog.c
9846         * src/plugins/pgpcore/passphrase.c
9847                 replace deprecated gtk_window_set_policy()
9848
9849 2006-08-29 [colin]      2.4.0cvs107
9850
9851         * src/folder.c
9852                 Fix data loss when copy fails during a move:
9853                 only use fast remove_msgs if everything was
9854                 copied OK; else use slow remove_msg on the
9855                 mails that got copied only.
9856
9857 2006-08-28 [paul]       2.4.0cvs106
9858
9859         * src/mh.c
9860                 revert change in 2.4.0cvs104, it breaks
9861                 stuff
9862
9863 2006-08-28 [paul]       2.4.0cvs105
9864
9865         * src/plugins/spamassassin/spamassassin.c
9866                 english fix
9867
9868 2006-08-28 [paul]       2.4.0cvs104
9869
9870         * src/mh.c
9871                 fix data loss when moving to another
9872                 mailbox fails
9873         * src/prefs_spelling.c
9874                 improve the english
9875         * src/gtk/pluginwindow.c
9876                 improve the layout of the dialog text
9877         All thanks to Colin
9878
9879 2006-08-28 [paul]       2.4.0cvs103
9880
9881         * src/plugins/bogofilter/bogofilter.c
9882         * src/plugins/bogofilter/bogofilter_gtk.c
9883                 fix english up a bit, innit
9884
9885 2006-08-28 [paul]       2.4.0cvs102
9886
9887         * configure.ac
9888         * po/Makefile.in.in
9889         * po/Makevars
9890                 require autoconf 2.60, enabling building
9891                 with gettext 0.15 (gettext 0.14.x build still
9892                 possible). Replace Makefiles with versions
9893                 from gettext 0.15.
9894                 Remove configure options --with-localedir and
9895                 --with-mandir. The options that are provided
9896                 directly by autoconf 2.60 can be used instead:
9897                 --mandir --localedir
9898
9899 2006-08-27 [colin]      2.4.0cvs101
9900
9901         * src/plugins/bogofilter/Makefile.am
9902                 Fix make dist (no README)
9903
9904 2006-08-27 [colin]      2.4.0cvs100
9905
9906         * src/folder.c
9907                 Don't use F_UNKNOWN folders for any default
9908                 outbox/trash/etc
9909         * src/plugins/bogofilter/bogofilter.c
9910         * src/plugins/bogofilter/bogofilter.h
9911         * src/plugins/bogofilter/bogofilter_gtk.c
9912                 Add an option to specify the path to bogofilter
9913                 Use single-quotes to be able to learn in folders
9914                 with spaces in their names
9915                 Verify learning status
9916
9917 2006-08-27 [colin]      2.4.0cvs99
9918
9919         * manual/faq.xml
9920         * manual/plugins.xml
9921                 Document Bogofilter plugin
9922
9923 2006-08-27 [colin]      2.4.0cvs98
9924
9925         * src/compose.c
9926         * src/messageview.c
9927         * src/procmsg.c
9928         * src/procmsg.h
9929                 When possible, copy the queued mail to sent folder
9930                 instead of re-adding. Much faster on IMAP.
9931
9932 2006-08-27 [colin]      2.4.0cvs97
9933
9934         * src/msgcache.c
9935                 Disable mmaped caches - huge metadata loss
9936                 here after a power failure.
9937         * src/summaryview.c
9938                 Add quicksearch timing
9939         * src/common/plugin.c
9940         * src/common/plugin.h
9941                 Implement an interface to tell what plugins
9942                 provide. Prevent loading of similar plugins.
9943         * src/plugins/clamav/clamav_plugin.c
9944         * src/plugins/demo/demo.c
9945         * src/plugins/dillo_viewer/dillo_viewer.c
9946         * src/plugins/pgpcore/plugin.c
9947         * src/plugins/pgpinline/pgpinline.c
9948         * src/plugins/pgpmime/pgpmime.c
9949         * src/plugins/spamassassin/spamassassin.c
9950         * src/plugins/trayicon/trayicon.c
9951                 Implement plugin_provides()
9952
9953 2006-08-27 [colin]      2.4.0cvs96
9954
9955         * configure.ac
9956         * src/plugins/Makefile.am
9957         * src/plugins/bogofilter/.cvsignore
9958         * src/plugins/bogofilter/Makefile.am
9959         * src/plugins/bogofilter/bogofilter.c
9960         * src/plugins/bogofilter/bogofilter.h
9961         * src/plugins/bogofilter/bogofilter_gtk.c
9962                 New Bogofilter plugin, provides filtering and
9963                 learning. Spamassassin will go to extra plugins.
9964
9965 2006-08-26 [mones]      2.4.0cvs95
9966
9967         * manual/handling.xml
9968                 Fix subfolder path in the example (thanks to Paul) 
9969
9970 2006-08-26 [mones]      2.4.0cvs94
9971
9972         * manual/glossary.xml
9973                 2.2. + add ISP to the glossary
9974                 7.5. + Add UIDL to glossary
9975                 7.7. + Add TCP to glossary
9976         * manual/handling.xml
9977                 7.1. + Mentions GNU/Linux distribution, what about the non...
9978                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9979                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9980                 7.4. = Use appropriate quotation for commands
9981                 7.6. = change "" to <quote></quote>
9982         * manual/plugins.xml
9983                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9984         * manual/starting.xml
9985                 2.1. + local mbox file: some examples of mbox file locations...
9986                 Also reformatted files requiring it
9987
9988 2006-08-26 [wwp]        2.4.0cvs93
9989
9990         * src/summary_search.c
9991                 disable find buttons while summary search is running.
9992
9993 2006-08-25 [colin]      2.4.0cvs92
9994
9995         * src/folder.c
9996         * src/folderutils.c
9997         * src/mh.c
9998         * src/procmsg.h
9999         * src/summaryview.c
10000                 Speed up MH moving, and add progressbar
10001                 for MH deletion
10002         * src/msgcache.c
10003                 Write cache files using mmap() too
10004
10005 2006-08-25 [wwp]        2.4.0cvs91
10006
10007         * src/summaryview.c
10008                 switch spam<->ham button when a message has been marked as spam or ham
10009                 and is still selected. Thanks to Colin.
10010
10011 2006-08-25 [paul]       2.4.0cvs90
10012
10013         * src/Makefile.am
10014         * src/stock_pixmap.c
10015         * src/stock_pixmap.h
10016         * src/summaryview.c
10017         * src/gtk/icon_legend.c
10018         * src/pixmaps/copied.xpm
10019         * src/pixmaps/moved.xpm
10020                 add icons for delayed execution marked for
10021                 copying, marked for moving
10022
10023 2006-08-25 [mones]      2.4.0cvs89
10024
10025         * manual/glossary.xml
10026                 Fix the other glossary items:
10027                 5.1. = Inmmediate execution -> <quote>immediate execution...
10028                 5.2. = Fix MBOX capitalization -> Mbox
10029                 5.3. + Improve Plugins def. w/ tech. ref.
10030                 5.4. = Quotation -> replace '>' by <quote>></quote>
10031                 5.5. - SMTP Server. -> remove dot
10032         * po/es.po
10033                 Updated translation
10034
10035 2006-08-25 [mones]      2.4.0cvs88
10036
10037         * manual/ack.xml
10038                 Reformatted, changed email address
10039         * manual/glossary.xml
10040                 Reformatted, fixed MANUAL-TODO items:
10041                 8.2. + add ROT-13 to glossary
10042                 8.4. + add URL to glossary
10043         * manual/es/advanced.xml
10044                 Fixed <literal>s
10045
10046 2006-08-25 [paul]       2.4.0cvs87
10047
10048         * src/gtk/icon_legend.c
10049                 add 'marked for deletion' icon
10050                 arrange icons by containing column
10051                 wrap long label text
10052
10053 2006-08-25 [colin]      2.4.0cvs86
10054
10055         * src/common/utils.c
10056         * src/common/utils.h
10057                 Add the sc_g_*list_bigger functions in
10058                 a place everyone can use it
10059         * src/summaryview.c
10060                 Only freeze/thaw the list when working
10061                 on the selection, if it's bigger than 1
10062         * src/gtk/gtksctree.c
10063                 Only freeze/thaw the list when unselec-
10064                 ting 'all' if ('all' != 1)
10065                 This avoids some flickering
10066
10067 2006-08-24 [colin]      2.4.0cvs85
10068
10069         * src/addressbook.c
10070                 Fix strange list selection
10071                 Fix random seg (Invalid read of freed memory)
10072
10073 2006-08-24 [colin]      2.4.0cvs84
10074
10075         * src/alertpanel.c
10076         * src/gtk/inputdialog.c
10077         * src/plugins/pgpcore/passphrase.c
10078                 Revert minimal width patch of 2.4.0cvs67,
10079                 as it is also a maximal width. Use 
10080                 gtk_window_set_default_size instead.
10081
10082 2006-08-24 [colin]      2.4.0cvs83
10083
10084         * src/msgcache.c
10085                 Write cache/mark to temp files before
10086                 overwriting old ones (avoids metadata
10087                 loss if writing the new files fail).
10088                 Use mmap() to read cache/mark file, as
10089                 this makes cache reading faster. Dis-
10090                 abled for big-endian machines until it
10091                 can be tested. (Big-endian users: set
10092                 msgcache_use_mmap = TRUE in the relevant
10093                 #if).
10094         * src/procmsg.h
10095                 Move rarely used fields of MsgInfo in 
10096                 another structure, which will only be
10097                 allocated if needed. Face, X-Face,
10098                 Return receipt headers and List-*
10099                 headers are moved. Mails having none
10100                 of these occupy 52 bytes less with
10101                 this patch, which makes 2.5MB of RAM
10102                 saved on a 50k folder).
10103         * src/headerview.c
10104         * src/mainwindow.c
10105         * src/messageview.c
10106         * src/partial_download.c
10107         * src/procheader.c
10108         * src/procmsg.c
10109         * src/textview.c
10110                 Follow this structure change.
10111
10112 2006-08-24 [wwp]        2.4.0cvs82
10113
10114         * manual/es/.cvsignore
10115         * manual/es/dist/.cvsignore
10116         * manual/es/dist/html/.cvsignore
10117         * manual/es/dist/pdf/.cvsignore
10118         * manual/es/dist/ps/.cvsignore
10119         * manual/es/dist/txt/.cvsignore
10120                 more (generated) files to ignore.
10121
10122 2006-08-24 [colin]      2.4.0cvs81
10123
10124         * src/folder.c
10125         * src/mh.c
10126                 Fix possible problems with local delivery. Check the folder doesn't
10127                 need scan before setting its mtime when saving cache (which can be
10128                 done long after the folder's been modified by an external process);
10129                 Check that the stored item's mtime didn't change in mh functions.
10130
10131 2006-08-24 [mones]      2.4.0cvs80
10132
10133         * manual/advanced.xml
10134                 Rewrapping, some fixes and MANUAL-TODO items:
10135                 8.1. = change "" to <quote></quote>
10136                 8.3. = quote menu items
10137                 8.5. - deploying -> new user ... ideally a new user (redundant)
10138
10139 2006-08-23 [colin]      2.4.0cvs79
10140
10141         * src/gtk/gtksctree.c
10142                 When selecting or deselecting range, only
10143                 freeze/thaw when selection is bigger than 10
10144
10145 2006-08-23 [colin]      2.4.0cvs78
10146
10147         * src/messageview.c
10148         * src/mimeview.c
10149         * src/mimeview.h
10150         * src/plugins/dillo_viewer/dillo_viewer.c
10151                 Provide an API for MimeViewer plugins to
10152                 return a text selection for replying
10153
10154 2006-08-23 [colin]      2.4.0cvs77
10155
10156         * src/image_viewer.c
10157         * src/textview.c
10158                 Use gtk_pixbuf_new_from_file_at_scale(), which
10159                 is faster than getting the pixbuf then resizing
10160                 it.
10161
10162 2006-08-23 [colin]      2.4.0cvs76
10163
10164         * src/procmime.c
10165                 UTF-8 should be sent Quoted-printable
10166
10167 2006-08-22 [colin]      2.4.0cvs75
10168
10169         * src/mh.c
10170                 Check if scan is required before touching
10171                 the folder (or it'll be required every time)
10172
10173 2006-08-22 [colin]      2.4.0cvs74
10174
10175         * configure.ac
10176                 Require libetpan 0.46 (crasher fix when built
10177                 against gnutls)
10178
10179 2006-08-22 [colin]      2.4.0cvs73
10180
10181         * src/folder.c
10182                 Set folder's mtime after writing its
10183                 cache
10184         * src/folderview.c
10185                 Add some timing
10186         * src/procmsg.c
10187                 Don't do useless stuff if we don't 
10188                 thread by subject
10189         * src/summaryview.c
10190                 Add some timing, don't deselect prior
10191                 to selecting (gtksctree does it itself),
10192                 remove crash avoidance hacks as it's been
10193                 properly fixed since a while
10194         * src/common/utils.c
10195                 Optimize to_human_readable(): _() is slow,
10196                 do it only once, and avoid %f format for KB
10197                 (the most common in a summaryview)
10198         * src/gtk/gtksctree.c
10199                 Don't uselessly freeze/thaw (fixes flicker
10200                 on next unread and friends), reduce number
10201                 of g_list_nth/g_list_position where possible
10202         * src/gtk/gtkutils.c
10203         * src/gtk/gtkutils.h
10204                 Reduce number of g_list_nth/g_list_position
10205                 where possible.
10206                 All of this makes loading as 70k folder 2.1
10207                 seconds instead of 3.2 (with hot FS caches).
10208                 (1.3 seconds without Date and Size columns...)
10209
10210 2006-08-22 [paul]       2.4.0cvs72
10211
10212         wrap documents and do some items from mones' MANUAL-TODO:
10213
10214         * manual/account.xml
10215                 4.1. = fix tabname references to <quote>tabname</quote>
10216                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10217         * manual/faq.xml
10218                 1.1. = mentioned options don't match UI
10219                 Add information about the 'Never send Return Receipts'
10220                 option
10221         * manual/handling.xml
10222                 6.2. = Mentions Extended symbols button, but now is
10223                 named Information
10224                 6.3. = Mentions ... button, which is now Edit
10225
10226 2006-08-22 [colin]      2.4.0cvs71
10227
10228         * src/gtk/pluginwindow.c
10229                 Fix layout in verbose translations (such
10230                 as french)
10231
10232 2006-08-22 [paul]       2.4.0cvs70
10233
10234         * manual/Makefile.am
10235                 build manuals in alphabetical order
10236         * src/addressbook.c
10237         * src/prefs_themes.c
10238                 replace/remove deprecated symbols
10239         * src/gtk/gtkutils.c
10240                 fix a warning
10241         * src/gtk/pluginwindow.c
10242                 replace deprecated symbol
10243                 replace label text and move it
10244         * src/plugins/pgpcore/prefs_gpg.c
10245                 move the 'Generate...' button out of the
10246                 Sign Key frame, replace the English used
10247         * src/plugins/pgpcore/sgpgme.c
10248                 fixes to the English
10249
10250 2006-08-21 [colin]      2.4.0cvs69
10251
10252         * src/plugins/trayicon/trayicon.c
10253                 Add more strings for translation; patch
10254                 by Pawel
10255
10256 2006-08-21 [colin]      2.4.0cvs68
10257
10258         * src/compose.c
10259                 fix replied flag not set after drafting
10260         * src/matcher.c
10261                 fix body quicksearch in non-encoded bodies
10262                 containing '='
10263         * src/msgcache.c
10264                 Get rid of the g_malloc workaround for
10265                 corrupted caches, use g_try_malloc
10266
10267 2006-08-21 [colin]      2.4.0cvs67
10268
10269         * src/alertpanel.c
10270         * src/gtk/inputdialog.c
10271         * src/plugins/pgpcore/passphrase.c
10272                 Set minimal width to 375
10273         * src/mainwindow.c
10274                 Fix switching to offline, asking if it 
10275                 should be overriden for synchronising
10276         * src/mimeview.c
10277                 Don't offer to remember command on Open 
10278                 with for text parts, as the browser or 
10279                 text editor command isn't changed from 
10280                 there
10281
10282 2006-08-20 [paul]       2.4.0cvs66
10283
10284         * po/ko.po
10285         * po/zh_CN.po
10286                 fix plural form errors. revealed by stricter
10287                 checking of gettext 0.15
10288
10289 2006-08-18 [paul]       2.4.0cvs65
10290
10291         * src/stock_pixmap.c
10292                 fix the fix of 2.4.0cvs64
10293                 Thanks to Colin
10294
10295 2006-08-18 [paul]       2.4.0cvs64
10296
10297         * src/stock_pixmap.c
10298                 fix leaks
10299                 Thanks to Colin
10300
10301 2006-08-18 [paul]       2.4.0cvs63
10302
10303         * src/compose.c
10304         * src/procmsg.c
10305                 fix occasional IMAP bug where large msgs
10306                 were left in the queue folder after sending
10307                 Thanks to Colin
10308
10309 2006-08-18 [paul]       2.4.0cvs62
10310
10311         * src/folderview.c
10312                 freeze the summaryview while quicksearch results
10313                 are displayed
10314                 (fixes bug 456 'current message is hidden when the
10315                 view is refreshed and extended search is "unread 
10316                 messages"')
10317                 Thanks to Colin
10318         * src/textview.c
10319                 add missing #include "inputdialog.h"
10320         * src/common/utils.h
10321                 add missing mailcap_update_default() and improve
10322                 readability
10323
10324 2006-08-17 [colin]      2.4.0cvs61
10325
10326         * src/plugins/pgpcore/select-keys.c
10327                 Fix warnings :)
10328
10329 2006-08-17 [colin]      2.4.0cvs60
10330
10331         * src/compose.c
10332                 Don't continue queuing if Cancel is clicked
10333                 in select-keys
10334
10335 2006-08-17 [colin]      2.4.0cvs59
10336
10337         * src/plugins/pgpcore/select-keys.c
10338                 When encrypting, if only one key matches and it 
10339                 matches exactly, automatically use it.
10340
10341 2006-08-17 [colin]      2.4.0cvs58
10342
10343         * src/mimeview.c
10344         * src/prefs_common.c
10345         * src/prefs_common.h
10346         * src/prefs_ext_prog.c
10347         * src/textview.c
10348                 Fix issues with previous patch (text/html)
10349                 Remove outdated prefs
10350
10351 2006-08-17 [colin]      2.4.0cvs57
10352
10353         * src/imap.c
10354                 Add View Log button on auth error
10355         * src/procmsg.c
10356                 Fix encrypted mail marked as new when
10357                 saved in normal folders
10358         * src/plugins/pgpinline/pgpinline.c
10359                 Fix encrypt bug on IMAP
10360         * src/mimeview.c
10361         * src/common/utils.c
10362         * src/common/utils.h
10363         * src/gtk/inputdialog.c
10364         * src/gtk/inputdialog.h
10365                 Get rid of metamail stuff, simplify
10366                 opening, and allow remembering of user's
10367                 choices (by updating ~/.mailcap). There's
10368                 still to drop "Audio player" and "Image
10369                 viewer" preferences.
10370
10371 2006-08-17 [mones]      2.4.0cvs56
10372
10373         * manual/es/sylpheed-claws-manual.xml
10374                 fix DTD path
10375
10376 2006-08-17 [mones]      2.4.0cvs55
10377
10378         * configure.ac
10379         * manual/Makefile.am
10380         * manual/es/Makefile.am
10381         * manual/es/account.xml
10382         * manual/es/ack.xml
10383         * manual/es/addrbook.xml
10384         * manual/es/advanced.xml
10385         * manual/es/faq.xml
10386         * manual/es/glossary.xml
10387         * manual/es/gpl.xml
10388         * manual/es/handling.xml
10389         * manual/es/intro.xml
10390         * manual/es/keyboard.xml
10391         * manual/es/plugins.xml
10392         * manual/es/starting.xml
10393         * manual/es/sylpheed-claws-manual.xml
10394         * manual/es/dist/Makefile.am
10395         * manual/es/dist/html/Makefile.am
10396         * manual/es/dist/pdf/Makefile.am
10397         * manual/es/dist/ps/Makefile.am
10398         * manual/es/dist/txt/Makefile.am
10399                 Spanish translation for the manual
10400
10401 2006-08-16 [colin]      2.4.0cvs54
10402
10403         * src/compose.c
10404         * src/main.c
10405         * src/mainwindow.c
10406                 Fix send button sensitivity at startup
10407                 Set send menu sensitivity (patch by Fabien)
10408         * src/ssl_manager.c
10409                 Enable closing with esc (patch by Fabien)
10410         * src/gtk/foldersort.c
10411                 Enable closing with esc (patch by Fabien)
10412         * src/procmime.c
10413                 Optimisation (no need to copy to tempfile to
10414                 "decode" 7bit and 8bit)
10415         * src/summaryview.c
10416                 Fix cruft in swap_from case
10417         * src/textview.c
10418                 Fix missing last line in some mail cases 
10419                 (Fixes debian #381872)
10420         * src/plugins/pgpcore/prefs_gpg.c
10421         * src/plugins/pgpcore/sgpgme.c
10422         * src/plugins/pgpcore/sgpgme.h
10423                 Don't show "no key found" when user explicitely
10424                 wants to create a key
10425
10426 2006-08-16 [paul]       2.4.0cvs53
10427
10428         * configure.ac
10429         * src/account.c
10430         * src/addressbook.c
10431         * src/headerview.c
10432         * src/prefs_account.c
10433         * src/prefs_message.c
10434         * src/gtk/gtkutils.c
10435                 bump up minimum required versions of GTK+ and
10436                 GLIB to 2.6.0
10437
10438 2006-08-16 [paul]       2.4.0cvs52
10439
10440         * src/toolbar.c
10441                 workaround GTK+ Bug 351600 - 'Can't re-click
10442                 on button after sensitivity update'
10443                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10444                 Thanks to Colin
10445
10446 2006-08-15 [colin]      2.4.0cvs51
10447
10448         * src/plugins/pgpcore/prefs_gpg.c
10449                 Set options sensitivity according to
10450                 key existence
10451         * src/plugins/pgpcore/sgpgme.c
10452                 Allow to create key with no passphrase
10453
10454 2006-08-14 [cleroy]     2.4.0cvs50
10455
10456         * src/gtk/pluginwindow.c
10457                 New layout (maybe to be changed?)
10458         * src/gtk/gtkutils.c
10459                 Fix a bit label_window
10460         * src/plugins/pgpcore/passphrase.c
10461         * src/plugins/pgpcore/passphrase.h
10462         * src/plugins/pgpcore/plugin.c
10463         * src/plugins/pgpcore/prefs_gpg.c
10464         * src/plugins/pgpcore/prefs_gpg.h
10465         * src/plugins/pgpcore/sgpgme.c
10466         * src/plugins/pgpcore/sgpgme.h
10467                 Allow to create a PGP private key via the GUI
10468
10469 2006-08-14 [wwp]        2.4.0cvs49
10470
10471         * src/addressbook_foldersel.c
10472                 fix strict ISO C90 compliance.
10473
10474 2006-08-14 [paul]       2.4.0cvs48
10475
10476         * src/gtk/prefswindow.c
10477                 re-set scrolled window on opening
10478                 Patch by Ticho
10479
10480 2006-08-14 [paul]
10481
10482         2.5.0-rc1 released
10483
10484 2006-08-14 [paul]       2.4.0cvs47
10485
10486         * src/prefs_display_header.c
10487                 re-enable user-defined Displayed Headers
10488
10489 2006-08-14 [paul]       2.4.0cvs46
10490
10491         * src/prefs_account.c
10492                 use GTK_STOCK_EDIT
10493
10494 2006-08-13 [colin]      2.4.0cvs45
10495
10496         * src/common/utils.c
10497                 Fix "a" in quote when the original message is empty,
10498                 by using \0 instead of 'a' to test writability of
10499                 temp files.
10500
10501 2006-08-13 [wwp]        2.4.0cvs44
10502
10503         * src/plugins/spamassassin/spamassassin.c
10504                 fix capitalization of "SpamAssassin" in some debug, log and
10505                 dialog messages.
10506
10507 2006-08-13 [paul]       2.4.0cvs43
10508
10509         * src/editldap.c
10510                 fix overlapping widgets
10511         * src/prefs_account.c
10512                 fix translation of protocol_names[]
10513                 fix label disappearing off the edge of the
10514                 visible area
10515
10516 2006-08-12 [paul]       2.4.0cvs42
10517
10518         * manual/plugins.xml
10519                 update IRC channel info before it gets forgotten
10520                 about
10521
10522 2006-08-11 [colin]      2.4.0cvs41
10523
10524         * src/compose.c
10525         * src/mainwindow.c
10526         * src/mainwindow.h
10527         * src/procmsg.c
10528         * src/procmsg.h
10529         * src/summaryview.c
10530         * src/toolbar.c
10531                 Grey out the Send button if
10532                 - Queue folders are empty, or
10533                 - We're sending already
10534
10535 2006-08-11 [wwp]        2.4.0cvs40
10536
10537         * src/main.c
10538                 fix a logic issue when quitting while a compose window is
10539                 still open, thanks to Colin.
10540
10541 2006-08-10 [colin]      2.4.0cvs39
10542
10543         * src/main.c
10544                 Fix default font size setting after wizard run
10545         * src/imap.c
10546         * src/etpan/imap-thread.c
10547         * src/etpan/imap-thread.h
10548                 Fix bug #999 (Timing out on TSL cert validation 
10549                 dialog makes ugly things happen). Also, STARTTLS
10550                 unconditionnaly if initial capabilities contain
10551                 LOGINDISABLED and STARTTLS.
10552
10553 2006-08-09 [colin]      2.4.0cvs38
10554
10555         * src/mainwindow.c
10556         * src/mainwindow.h
10557                 Fix Tools/Actions sensitivity when there are
10558                 no actions
10559
10560 2006-08-09 [colin]      2.4.0cvs37
10561
10562         * src/prefs_filtering.c
10563                 Warning fix, patch by Paul
10564         * src/messageview.c
10565         * src/prefs_actions.c
10566         * src/prefs_filtering_action.c
10567         * src/prefs_matcher.c
10568                 Uniformisation of "Info ..." to "Info..." (for
10569                 old gtk), patch by Fabien
10570         * src/plugins/clamav/clamav_plugin_gtk.c
10571                 Sensitivity fix by Fabien
10572
10573 2006-08-09 [colin]      2.4.0cvs36
10574
10575         * src/main.c
10576         * src/main.h
10577                 Add a function to know whether we're exiting
10578         * src/plugins/trayicon/trayicon.c
10579                 If exiting, don't do anything. Faster, and
10580                 avoids gtk_main_iteration reentracy causing
10581                 segfaults at exit
10582
10583 2006-08-09 [colin]      2.4.0cvs35
10584
10585         * src/messageview.c
10586         * src/mimeview.c
10587         * src/mimeview.h
10588                 Fix lack of part selection when automatically 
10589                 jumping to a specific part
10590         * src/msgcache.c
10591                 Little optimisation in cache reading
10592
10593 2006-08-09 [colin]      2.4.0cvs34
10594
10595         * src/compose.c
10596                 Fix crash setting the priority on reedit
10597                 (Accessing compose before creating it!)
10598
10599 2006-08-08 [colin]      2.4.0cvs33
10600
10601         * src/procmime.c
10602                 Fix bug #998 (last attachment is not accessible)
10603                 Bad RFC interpretation on multipart close-delimiters
10604         * src/mimeview.c
10605         * src/mimeview.h
10606         * src/gtk/gtkvscrollbutton.c
10607         * src/gtk/gtkvscrollbutton.h
10608                 Make attachments list wheel-scrollable
10609
10610 2006-08-07 [colin]      2.4.0cvs32
10611
10612         * src/gtk/gtkaspell.c
10613                 Fix bug #973 (Unicode punctation characters 
10614                 are not recognized as separators by the
10615                 spell checker); fix unsigned stuff
10616
10617 2006-08-07 [colin]      2.4.0cvs31
10618
10619         * src/compose.c
10620                 Fix bug #956 (DnD text with accents in compose 
10621                 text entry); fix gccc's signed/unsigned fuss
10622
10623 2006-08-06 [colin]      2.4.0cvs30
10624
10625         * src/main.c
10626                 Fix bug #979 (Plugin crashes when exiting 
10627                 sylpheed-claws) : handle exit request only 
10628                 once
10629
10630 2006-08-05 [colin]      2.4.0cvs29
10631
10632         * src/news.c
10633                 Just make sure we have a msgid.
10634
10635 2006-08-05 [colin]      2.4.0cvs28
10636
10637         * src/news.c
10638         * src/summaryview.c
10639                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10640                 by reimplementing it
10641         * src/textview.c
10642                 Fix bug when hiding quotes with level > 3 and quote
10643                 colors are recycled
10644
10645 2006-08-04 [colin]      2.4.0cvs27
10646
10647         * src/compose.c
10648         * src/undo.c
10649         * src/undo.h
10650                 Fix a bit replace-by-pasting undo
10651         * src/mainwindow.c
10652         * src/messageview.c
10653                 Fix Fold quotes menu synchro in
10654                 mainwindow when it changes in 
10655                 messageview
10656         * src/textview.c
10657                 Fix right-click on quotes blocks
10658         * src/common/utils.c
10659                 Verify that the file created by
10660                 my_tmpfile() is writable. Fixes
10661                 bug #988 (very specific filesystem
10662                 issue)
10663         * src/plugins/pgpcore/sgpgme.c
10664                 Fix file descriptor leak
10665         * src/plugins/spamassassin/spamassassin.c
10666                 Warn once if spamd isn't reachable
10667
10668 2006-08-04 [colin]      2.4.0cvs26
10669
10670         * src/toolbar.c
10671                 i18n context patch by Fabien
10672
10673 2006-08-03 [colin]      2.4.0cvs25
10674
10675         * src/mainwindow.c
10676         * src/messageview.c
10677                 Rename "Hide quotes" to "Fold quotes"
10678         * src/textview.c
10679                 Don't use hand cursor on quotes. "all 
10680                 the bonuses of the feature and none of 
10681                 unwelcome side-effects"
10682
10683 2006-08-03 [colin]      2.4.0cvs24
10684
10685         * AUTHORS
10686         * sylpheed-claws.desktop
10687         * src/gtk/authors.h
10688                 Bring the desktop file to XDG compliance
10689                 Patch by Charles A. Edwards
10690
10691 2006-08-03 [colin]      2.4.0cvs23
10692
10693         * src/textview.c
10694                 Fix links offset when they are preceded
10695                 by accentued chars (g_utf8_strlen!)
10696         * src/mainwindow.c
10697                 Fix wrong status when starting offline
10698
10699
10700 2006-08-03 [wwp]        2.4.0cvs22
10701
10702         * src/prefs_common.h
10703                 ask what to do w/ filtering rules that belong to an account when
10704                 applying filtering rules manually from the main window (skip,
10705                 apply regardless of the account, use current account). This dialog
10706                 can be skipped and the last reply used.
10707                 (forgot that file)
10708
10709 2006-08-03 [wwp]        2.4.0cvs21
10710
10711         * src/filtering.c
10712         * src/filtering.h
10713         * src/prefs_common.c
10714         * src/summaryview.c
10715         * src/alertpanel.c
10716         * src/alertpanel.h
10717         * src/messageview.c
10718                 ask what to do w/ filtering rules that belong to an account when
10719                 applying filtering rules manually from the main window (skip,
10720                 apply regardless of the account, use current account). This dialog
10721                 can be skipped and the last reply used.
10722
10723
10724 2006-08-03 [colin]      2.4.0cvs20
10725
10726         * src/textview.c
10727                 Optimize previous patch
10728
10729 2006-08-03 [cleroy]     2.4.0cvs19
10730
10731         * src/textview.c
10732                 Fix quotes getting toggled back when the
10733                 mail has an even number of text parts
10734
10735 2006-08-02 [colin]      2.4.0cvs18
10736
10737         * src/messageview.c
10738                 Add Hide quotes menu
10739
10740 2006-08-02 [colin]      2.4.0cvs17
10741
10742         * src/mainwindow.c
10743         * src/prefs_common.c
10744         * src/textview.c
10745         * src/textview.h
10746         * src/gtk/about.c
10747                 Allow per-level quote hiding,
10748                 Allow toggling quotes by double-clicking them
10749                 Rename RemoteURI to ClickableText to reflect
10750                 the fact it's used for a variety of things
10751
10752 2006-08-02 [wwp]        2.4.0cvs16
10753
10754         * src/mainwindow.c
10755                 fix "View/Hide quotes" menu item status initialization.
10756
10757 2006-08-02 [wwp]        2.4.0cvs15
10758
10759         * src/matcher_parser_parse.y
10760                 remove a debug trace.
10761
10762 2006-08-02 [paul]       2.4.0cvs14
10763
10764         * src/plugins/pgpcore/passphrase.c
10765                 don't set initial dialog size
10766                 make it resizable
10767
10768 2006-08-02 [paul]       2.4.0cvs13
10769
10770         * src/noticeview.c
10771                 remove the rogue '/' character
10772
10773 2006-08-02 [paul]       2.4.0cvs12
10774
10775         * src/noticeview.c
10776                 allow buttons to resize as necessary
10777
10778 2006-08-01 [wwp]        2.4.0cvs11
10779
10780         * src/mbox.c
10781                 fix strict ISO C90 compliance.
10782
10783 2006-08-01 [wwp]        2.4.0cvs10
10784
10785         * tools/update-po
10786                 updated update-po tool to work w/ context-dependent translations.
10787                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10788
10789 2006-08-01 [wwp]        2.4.0cvs9
10790
10791         * src/matcher.c
10792         * src/prefs_filtering.c
10793         * src/prefs_matcher.c
10794                 allow context-dependent translations for "All",
10795                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10796
10797 2006-07-31 [colin]      2.4.0cvs8
10798
10799         * AUTHORS
10800         * src/gtk/authors.h
10801                 Add Rafal to authors
10802
10803 2006-07-31 [colin]      2.4.0cvs7
10804
10805         * src/compose.c
10806         * src/mainwindow.c
10807         * src/messageview.h
10808         * src/prefs_common.c
10809         * src/prefs_common.h
10810         * src/textview.c
10811                 Add 'View/Hide quotes'. Patch based on a patch
10812                 by Rafal Weglarz
10813
10814 2006-07-31 [colin]      2.4.0cvs6
10815
10816         * src/action.c
10817                 Fix problem with "> stuff >" actions
10818
10819 2006-07-31 [paul]       2.4.0cvs5
10820
10821         * po/nb.po
10822                 updated by Geir Helland
10823
10824 2006-07-31 [wwp]        2.4.0cvs4
10825
10826         * src/mainwindow.c
10827         * src/summaryview.c
10828         * src/summaryview.h
10829                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10830                 thanks to Colin.
10831
10832 2006-07-31 [wwp]        2.4.0cvs3
10833
10834         * src/Makefile.am
10835         * src/addr_compl.c
10836         * src/addr_compl.h
10837         * src/addressbook.c
10838         * src/addressbook.h
10839         * src/addressbook_foldersel.c
10840         * src/addressbook_foldersel.h
10841         * src/addrindex.c
10842         * src/addrindex.h
10843         * src/matcher.c
10844         * src/matcher.h
10845         * src/matcher_parser_lex.l
10846         * src/matcher_parser_parse.y
10847         * src/prefs_common.c
10848         * src/prefs_common.h
10849         * src/prefs_filtering.c
10850         * src/prefs_matcher.c
10851         * src/prefs_matcher.h
10852         * src/summaryview.c
10853                 introduce filtering against the address book. It's now possible to add
10854                 matched conditions to determine if any email address in a message matches
10855                 or doesn't match any or all books or folders in the address book.
10856
10857 2006-07-31 [wwp]        2.4.0cvs2
10858
10859         * src/account.c
10860         * src/filtering.c
10861         * src/filtering.h
10862         * src/folder.c
10863         * src/folderview.c
10864         * src/inc.c
10865         * src/mainwindow.c
10866         * src/matcher.c
10867         * src/matcher_parser_lex.l
10868         * src/matcher_parser_parse.y
10869         * src/mbox.c
10870         * src/prefs_filtering.c
10871         * src/prefs_filtering.h
10872         * src/procmsg.c
10873         * src/procmsg.h
10874         * src/summaryview.c
10875                 introduce per-account filtering rules. Each filtering rule can now be assigned
10876                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10877                 when applying filtering rules manually, as all rules will apply - even the ones
10878                 assigned to an account. This issue will be addressed soon.
10879  
10880
10881
10882 2006-07-31 [wwp]        2.4.0cvs1
10883
10884         * src/quote_fmt.c
10885                 make more strings translatable.
10886
10887 2006-07-31 [paul]       2.4.0
10888
10889         2.4.0 released
10890
10891 2006-07-31 [paul]       2.3.1cvs91
10892
10893         * po/ca.po
10894                 updated by Miquel Oliete
10895
10896 2006-07-31 [paul]       2.3.1cvs90
10897
10898         * po/de.po
10899         * po/el.po
10900         * po/fr.po
10901         * po/it.po
10902         * po/pl.po
10903         * po/pt_BR.po
10904         * po/sr.po
10905         * po/zh_CN.po
10906                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10907                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10908                 Aleksandar Urosevic, and Ralgh Young
10909
10910 2006-07-31 [paul]       2.3.1cvs89
10911
10912         * src/account.c
10913         * src/main.c
10914         * src/mainwindow.c
10915         * src/mainwindow.h
10916                 Fix a race condition when, after an SC crash, rescanning
10917                 folders took more than 0.5 seconds
10918                 Thanks to Colin
10919
10920 2006-07-31 [paul]       2.3.1cvs88
10921
10922         * src/folderview.c
10923                 don't translate separator strings
10924
10925 2006-07-30 [mones]      2.3.1cvs87
10926
10927         * doc/man/sylpheed-claws.1
10928                 Fixed non-ASCII chars in Hoa's name
10929         * po/es.po
10930                 Updated for release
10931
10932 2006-07-27 [colin]      2.3.1cvs86
10933
10934         * src/textview.c
10935                 Don't include the leading \n in links
10936                 Patch by Fabien
10937
10938 2006-07-25 [colin]      2.3.1cvs85
10939
10940         * src/mainwindow.c
10941         * src/common/socket.h
10942         * src/etpan/imap-thread.c
10943                 Refresh resolvers before connecting
10944                 to IMAP servers, and after switching
10945                 to online. Thanks to Paul.
10946
10947 2006-07-18 [colin]
10948
10949         * 2.4.0-rc4 released
10950
10951 2006-07-17 [colin]      2.3.1cvs84
10952
10953         * src/inc.c
10954                 Show connection attempt in statusbar before
10955                 connecting (previously first message was
10956                 "Retrieving messages from ..." after the
10957                 connection succeeded.
10958
10959 2006-07-16 [wwp]        2.3.1cvs83
10960
10961         * sylpheed-claws.ico
10962                 Added .ico file (windows multi-size icon file, generated).
10963
10964 2006-07-12 [wwp]        2.3.1cvs82
10965
10966         * src/messageview.c
10967                 remove Message/Re-edit menu entry from messageview window,
10968                 as sent/draft/queued messages are opened in compose window when
10969                 re-edited and it's not possible to re-edit other msgs.
10970
10971 2006-07-12 [paul]       2.3.1cvs81
10972
10973         * AUTHORS
10974         * src/mainwindow.c
10975         * src/gtk/authors.h
10976                 check online state before resetting
10977                 mailcheck timer. Useful if some program
10978                 verifies connection state and updates
10979                 Claws.
10980                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10981
10982 2006-07-12 [paul]       2.3.1cvs80
10983
10984         * sylpheed-claws-128x128.png
10985         * sylpheed-claws-64x64.png
10986         * sylpheed-claws.png
10987         * src/Makefile.am
10988         * src/main.c
10989         * src/prefs_toolbar.c
10990         * src/stock_pixmap.c
10991         * src/stock_pixmap.h
10992         * src/wizard.c
10993         * src/gtk/about.c
10994         * src/gtk/gtkutils.c
10995         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10996         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10997         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10998         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10999         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11000         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11001                 updated and renamed logo/icon files and related
11002                 logo by Jesper Schultz
11003
11004 2006-07-11 [paul]       2.3.1cvs79
11005
11006         * src/main.c
11007                 fix the labels a smidgin
11008
11009 2006-07-09 [colin]      2.3.1cvs78
11010
11011         * src/textview.c
11012                 Show errors in textviewer's command
11013                 Patch by H. Merijn Brand
11014
11015 2006-07-09 [colin]      2.3.1cvs77
11016
11017         * src/compose.c
11018                 Save FMID in drafts too
11019
11020 2006-07-08 [colin]      2.3.1cvs76
11021
11022         * src/compose.c
11023                 Svae RMID in drafted mails too
11024                 Save quote_fmt vars for whole mails,
11025                 don't reset at each quote_fmt_init:
11026                 allows to use the same |i{var} in
11027                 various template fields
11028         * src/prefs_template.c
11029         * src/quote_fmt.h
11030         * src/quote_fmt_parse.y
11031                 Same
11032
11033 2006-07-08 [colin]      2.3.1cvs75
11034
11035         * src/textview.c
11036                 Fix highlighting of attached parts URIs
11037
11038 2006-07-08 [colin]      2.3.1cvs74
11039
11040         * src/main.c
11041                 Prevent bug #981 (sc 2.3.1 segfaults with 
11042                 gtk+ 2.10) from being reported again:
11043                 if Sylpheed-Claws has been compiled against
11044                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11045                 of if Sylpheed-Claws has been compiled against
11046                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11047                 error out.
11048
11049 2006-07-07 [colin]      2.3.1cvs73
11050
11051         * src/prefs_actions.c
11052                 Fix label
11053
11054 2006-07-07 [colin]      2.3.1cvs72
11055
11056         * src/prefs_actions.c
11057                 Fix compile on gtk < 2.8. argh :)
11058
11059 2006-07-07 [paul]       2.3.1cvs71
11060
11061         * src/common/defs.h
11062                 update DONATE_URI
11063
11064 2006-07-07 [colin]      2.3.1cvs70
11065
11066         * po/POTFILES.in
11067         * src/quote_fmt.c
11068         * src/quote_fmt_lex.l
11069         * src/quote_fmt_parse.y
11070                 Add |i{var}, a way to insert user-entered
11071                 text in a template
11072
11073 2006-07-07 [colin]
11074
11075         * 2.4.0-rc3 released
11076
11077 2006-07-07 [colin]      2.3.1cvs69
11078
11079         * src/folder.c
11080                 Don't consider inboxes of UNKNOWN folder 
11081                 classes to be useable as default inboxes
11082
11083 2006-07-07 [paul]       2.3.1cvs68
11084
11085         * src/textview.c
11086                 add missing #include <errno.h>
11087                 Thanks to René J. Blokland
11088
11089 2006-07-07 [paul]       2.3.1cvs67
11090
11091         * src/action.c
11092                 Return now Closes dialog
11093         * src/mimeview.c
11094         * src/mimeview.h
11095         * src/textview.c
11096                 add contextual menu to mime parts listed
11097                 in the textview
11098                 Thanks to Colin
11099         * src/common/utils.c
11100                 reversal: ' is a valid character in URLs
11101
11102 2006-07-06 [colin]      2.3.1cvs66
11103
11104         * src/remotefolder.h
11105                 Forgotten in previous commit
11106
11107 2006-07-06 [colin]      2.3.1cvs65
11108
11109         * src/folder.c
11110                 Set summary update flag whenever
11111                 totals changed
11112         * src/imap.c
11113         * src/prefs_account.c
11114         * src/common/utils.h
11115         * src/etpan/imap-thread.c
11116                 Fix warnings, thanks to Fabien and
11117                 Ricardo
11118
11119 2006-07-06 [wwp]        2.3.1cvs64
11120
11121         * src/gtk/gtkutils.c
11122                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11123
11124 2006-07-06 [wwp]        2.3.1cvs63
11125
11126         * src/account.c
11127         * src/addressbook.c
11128         * src/addressitem.h
11129         * src/folderview.c
11130         * src/mainwindow.c
11131         * src/manual.c
11132         * src/manual.h
11133         * src/message_search.c
11134         * src/prefs_actions.c
11135         * src/prefs_filtering.c
11136         * src/prefs_filtering.h
11137         * src/prefs_template.c
11138         * src/summary_search.c
11139         * src/summaryview.c
11140         * src/gtk/gtkutils.c
11141         * src/gtk/gtkutils.h
11142         * src/gtk/pluginwindow.c
11143                 add help buttons to some dialogs. Clicking such buttons opens a
11144                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11145
11146 2006-07-06 [paul]       2.3.1cvs62
11147
11148         * src/textview.c
11149                 fix attachments contextual menu
11150                 Thanks to Colin
11151
11152 2006-07-05 [colin]      2.3.1cvs61
11153
11154         * src/textview.c
11155         * src/compose.c
11156                 Handle sftp:// links
11157
11158 2006-07-05 [paul]       2.3.1cvs60
11159
11160         * src/gtk/filesel.c
11161                 grab save button by default
11162                 Thanks to Colin
11163
11164 2006-07-05 [wwp]        2.3.1cvs59
11165
11166         * manual/xml2pdf
11167                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11168
11169 2006-07-04 [colin]      2.3.1cvs58
11170
11171         * src/mimeview.c
11172         * src/textview.c
11173                 Use left click to select, middle click to open
11174                 on mimeparts links
11175         * src/common/utils.c
11176                 Fix segfault
11177
11178 2006-07-04 [colin]      2.3.1cvs57
11179
11180         * src/mainwindow.c
11181         * src/news.c
11182                 Warning fixes, thanks to Fabien
11183
11184 2006-07-04 [colin]      2.3.1cvs56
11185
11186         * src/mimeview.c
11187         * src/mimeview.h
11188         * src/textview.c
11189                 Allow parts to be selected via their text label
11190                 in textview
11191
11192 2006-07-04 [colin]      2.3.1cvs55
11193
11194         * src/folderview.c
11195                 Feedback when closing (for big folders)
11196         * src/prefs_actions.c
11197         * src/prefs_filtering.c
11198         * src/prefs_matcher.c
11199         * src/prefs_template.c
11200                 Fix default button when closing without
11201                 having saved
11202
11203 2006-07-04 [colin]      2.3.1cvs54
11204
11205         * src/news.c
11206                 Delete local file on deletion
11207
11208 2006-07-03 [colin]      2.3.1cvs53
11209
11210         * src/folderview.c
11211         * src/main.c
11212                 Don't freeze when rescanning after crash
11213
11214 2006-07-03 [wwp]        2.3.1cvs52
11215
11216         * src/compose.c
11217         * src/privacy.c
11218         * src/privacy.h
11219         * src/plugins/pgpinline/pgpinline.c
11220         * src/plugins/pgpmime/pgpmime.c
11221                 don't report an error when the user cancels the passphrase dialog.
11222
11223 2006-07-02 [colin]      2.3.1cvs51
11224
11225         * src/folderview.c
11226                 Open message when crossing folders with Space,
11227                 goto next unread and friends
11228
11229 2006-07-01 [colin]      2.3.1cvs50
11230
11231         * src/prefs_account.c
11232                 Typographic rules varying from language
11233                 to language (in french "Protocole :"),
11234                 we have to do that :)
11235
11236 2006-07-01 [ticho]      2.3.1cvs49
11237
11238         * src/prefs_account.c
11239                 Only use one temporary gchar* variable in
11240                 prefs_account_protocol_set_optmenu().
11241
11242 2006-07-01 [ticho]      2.3.1cvs48
11243
11244         * src/prefs_account.c
11245         * src/prefs_account.h
11246                 Use GtkLabel for existing account protocol name.
11247                 Created an array for protocol names and populate the
11248                 combobox from it in a for() cycle.
11249
11250 2006-06-30 [colin]      2.3.1cvs47
11251
11252         * src/compose.c
11253                 Block undo when changing signature (by changing
11254                 account)
11255
11256 2006-06-30 [paul]       2.3.1cvs46
11257
11258         * src/send_message.c
11259                 when editing From in the Compose window, use that address
11260                 in the Return-Path: header
11261                 Thanks to Colin
11262
11263 2006-06-30 [colin]      2.3.1cvs45
11264
11265         * src/compose.c
11266                 Fix signature replacement:
11267                 - when no newline before separator
11268                 - when reediting
11269
11270 2006-06-29 [colin]      2.3.1cvs44
11271
11272         * src/folderview.c
11273         * src/folderview.h
11274         * src/mainwindow.c
11275         * src/summaryview.c
11276                 Let 'View/Go to/Next marked' work like
11277                 Next new & Next unread: across folders
11278                 Change the select_on_entry pref to do
11279                 what we want when changing folder
11280         * src/common/utils.c
11281                 Fix single-quoted links 
11282
11283 2006-06-29 [colin]      2.3.1cvs43
11284
11285         * src/gtk/gtkaspell.c
11286                 "Sylpheed" and "Sylpheed-Claws" do exist !
11287
11288 2006-06-29 [colin]      2.3.1cvs42
11289
11290         * src/imap.c
11291                 Forgot to remove debug
11292
11293 2006-06-29 [colin]      2.3.1cvs41
11294
11295         * src/imap.c
11296         * src/imap.h
11297         * src/mainwindow.c
11298                 Disconnect from IMAP servers when going
11299                 offline. Fixes bug #978 (going to offline-mode 
11300                 won't close connections)
11301
11302 2006-06-29 [colin]      2.3.1cvs40
11303
11304         * src/main.c
11305                 Fix transient setting on failing plugins
11306                 Patch by Fabien
11307         * src/plugins/pgpcore/sgpgme.c
11308                 Only warn for OpenPGP. Most people don't
11309                 have CMS available.
11310
11311 2006-06-29 [colin]      2.3.1cvs39
11312
11313         * src/compose.c
11314                 Fix Spelling menu (discrepancy between context menu
11315                 and top menu when folder's dictionary isn't the 
11316                 default one)
11317         * src/plugins/pgpcore/sgpgme.c
11318                 More error reporting about why gpgme can fail
11319
11320 2006-06-29 [wwp]        2.3.1cvs38
11321
11322         * src/mainwindow.c
11323                 honor the display-header-pane setting even when the message view
11324                 is a separate window.
11325
11326 2006-06-29 [wwp]        2.3.1cvs37
11327
11328         * src/prefs_actions.c
11329                 forgot to commit that one (use of GTK_STOCK_INFO).
11330
11331 2006-06-29 [colin]      2.3.1cvs36
11332
11333         * src/imap.c
11334                 Better handling of login errors (ask the password
11335                 again once), alert in case of error. Fix three
11336                 signedness warnings.
11337
11338 2006-06-28 [wwp]        2.3.1cvs35
11339
11340         * src/prefs_template.c
11341         * src/prefs_matcher.c
11342         * src/prefs_filtering_action.c
11343         * src/prefs_quote.c
11344                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11345                 patch by Fabien Vantard, slightly modified.
11346
11347 2006-06-28 [paul]
11348
11349         2.4.0-rc2 released
11350
11351 2006-06-28 [colin]      2.3.1cvs34
11352
11353         * src/prefs_account.c
11354                 Fix bug #977 (Can't add or edit imap accounts)
11355
11356 2006-06-28 [colin]      2.3.1cvs33
11357
11358         * src/mimeview.c
11359                 Fix previous
11360
11361 2006-06-28 [colin]      2.3.1cvs32
11362
11363         * src/mimeview.c
11364                 Save named inlined attachments with "Save all"
11365         * src/main.c
11366         * src/mbox.c
11367         * src/common/plugin.c
11368         * src/common/plugin.h
11369         * src/common/sylpheed.c
11370         * src/common/utils.c
11371         * src/plugins/pgpcore/sylpheed.def
11372         * src/plugins/pgpinline/sylpheed.def
11373         * src/plugins/pgpmime/sylpheed.def
11374                 Win32 compatibility patch, by
11375                 Werner Koch
11376
11377 2006-06-28 [wwp]        2.3.1cvs31
11378
11379         * src/imap.c
11380         * src/prefs_folder_item.c
11381                 less compilation warnings (thanks to Fabien Vantard), less typos.
11382
11383 2006-06-28 [paul]       2.3.1cvs30
11384
11385         * src/gtk/gtkutils.c
11386                 gtk_combo_box_set_focus_on_click() is only
11387                 available since gtk 2.6.0
11388
11389 2006-06-28 [paul]       2.3.1cvs29
11390
11391         * src/prefs_ext_prog.c
11392                 fix engrish and add a tooltip for the
11393                 'command for 'Display as text' option
11394
11395 2006-06-28 [paul]
11396
11397         2.4.0-rc1 released
11398
11399 2006-06-28 [paul]       2.3.1cvs28
11400
11401         * ChangeLog
11402         * tools/Makefile.am
11403                 include textviewer.pl in releases
11404
11405 2006-06-28 [paul]       2.3.1cvs27
11406
11407         * src/prefs_ext_prog.c
11408                 hide Print command option if libgnomeprint
11409                 support is present
11410
11411 2006-06-27 [colin]      2.3.1cvs26
11412
11413         * src/compose.c
11414                 Fix Esc handling in insert/attach dialog
11415                 Don't show this dialog if dragging something
11416                 else than text/uri-list
11417                 Thanks to Fabien Vantard
11418         * tools/textviewer.pl
11419                 Filter script to display stuff as text
11420                 by H. Merijn Brand
11421
11422 2006-06-27 [wwp]        2.3.1cvs25
11423
11424         * src/messageview.c
11425                 use the exact product name (message view title), patch
11426                 by Fabien Vantard.
11427
11428 2006-06-27 [ticho]      2.3.1cvs24
11429
11430         * src/prefs_account.c
11431         * src/prefs_common.c
11432         * src/prefs_common.h
11433         * src/prefs_ext_prog.c
11434         * src/textview.c
11435                 Add a preference (Preferences/External programs)
11436                 to allow "Display as text" to be done via a script
11437                 (patch by H.Merijn Brand).
11438                 Use GtkComboBox for protocol selection in account
11439                 preferences.
11440                 Only include current choice for existing accounts, and
11441                 insensitivize the combobox.
11442
11443 2006-06-27 [paul]       2.3.1cvs23
11444
11445         * src/mbox.c
11446                 fix crasher introduced in cvs21.
11447                 Thanks to Colin
11448
11449 2006-06-26 [colin]      2.3.1cvs22
11450
11451         * src/mbox.c
11452                 Fix double-frees when leaving folders
11453                 after exporting to mbox
11454
11455 2006-06-26 [colin]      2.3.1cvs21
11456
11457         * src/mbox.c
11458                 More feedback (and optimisation)
11459                 on import/export
11460         * src/common/utils.c
11461                 Fix case when looking for mail addresses
11462         * src/gtk/gtkutils.c
11463                 Extra check for (X-)Face
11464
11465 2006-06-25 [ticho]      2.3.1cvs20
11466
11467         * src/compose.c
11468         * src/exphtmldlg.c
11469         * src/gtk/gtkutils.c
11470         * src/gtk/gtkutils.h
11471                 Added second argument to gtkut_sc_combobox_create() to
11472                 control focus-on-click for the widget.
11473                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11474
11475 2006-06-25 [ticho]      2.3.1cvs19
11476
11477         * src/compose.c
11478         * src/gtk/Makefile.am
11479         * src/gtk/combobox.c
11480         * src/gtk/combobox.h
11481         * src/gtk/gtkutils.c
11482         * src/gtk/gtkutils.h
11483                 Use GtkComboBox instead of deprecated GtkOptionMenu
11484                 for account selector in compose window and for encoding
11485                 selector in attachment properties.
11486                 Also factorise working with the new GtkComboBox somewhat.
11487
11488 2006-06-24 [paul]       2.3.1cvs18
11489
11490         * src/prefs_common.c
11491                 use the correct default value
11492
11493 2006-06-24 [paul]       2.3.1cvs17
11494
11495         * src/compose.c
11496         * src/prefs_common.c
11497         * src/prefs_common.h
11498         * src/prefs_compose_writing.c
11499                 enable setting of default action when
11500                 dnd'ing files in the compose window.
11501                 (Collaborative effort with wwp)
11502
11503 2006-06-23 [wwp]        2.3.1cvs16
11504
11505         * src/compose.c
11506                 i18n fix (thanks to Fabien Vantard)
11507
11508 2006-06-22 [colin]      2.3.1cvs15
11509
11510         * src/prefs_customheader.c
11511                 Don't use filters in custom headers' file 
11512                 selector. Remember, extensions mean nothing :)
11513
11514 2006-06-22 [paul]       2.3.1cvs14
11515
11516         * configure.ac
11517                 allow setting of man directory location
11518
11519 2006-06-22 [colin]      2.3.1cvs13
11520
11521         * src/mainwindow.c
11522                 Add 'View/Go to/Next unread folder'.
11523                 I missed that :)
11524
11525 2006-06-22 [colin]      2.3.1cvs12
11526
11527         * src/common/utils.c
11528                 Add some subject prefixes
11529                 Patch by Bjorn T Johansen <btj@havleik.no>
11530
11531 2006-06-22 [colin]      2.3.1cvs11
11532
11533         * manual/advanced.xml
11534                 Forgotten hidden pref
11535
11536 2006-06-21 [paul]       2.3.1cvs10
11537
11538         * src/prefs_account.c
11539                 complete the removal of 'Add date header' option
11540
11541 2006-06-21 [paul]       2.3.1cvs9
11542
11543         * src/account.c
11544         * src/compose.c
11545         * src/prefs_account.c
11546         * src/prefs_account.h
11547                 remove option to add date header - always
11548                 add date header
11549         * src/etpan/imap-thread.c
11550                 fix warnings (Thanks to Colin)
11551
11552 2006-06-21 [wwp]        2.3.1cvs8
11553
11554         * src/folder.c
11555                 set the attachment flag when inline text part are (file)named. This is more convenient
11556                 when receiving (for instance) inline source files or patches sent using thunderbird.
11557
11558 2006-06-21 [paul]       2.3.1cvs7
11559
11560         * src/inc.c
11561                 fix off-by-one count of current msg in
11562                 statusbar filtering progressbar
11563
11564 2006-06-21 [paul]       2.3.1cvs6
11565
11566         * src/folder.c
11567                 Show attachment icon even if the part is 'inline'
11568                 if the following conditions are met:
11569                 - content-type != 'text/plain'
11570                 - content-type != '*/pgp-signature'
11571                 - either 'name' or 'filename' parameter is not NULL
11572                 
11573                 Thanks to Colin
11574
11575 2006-06-21 [paul]       2.3.1cvs5
11576
11577         * src/messageview.c
11578         * src/prefs_common.c
11579         * src/prefs_common.h
11580         * src/prefs_other.c
11581                 add an option to 'Never send Return
11582                 Receipts'
11583                 Thanks to Colin
11584
11585 2006-06-20 [mones]      2.3.1cvs4
11586
11587         * po/es.po
11588                 updated
11589         * src/compose.c
11590                 typo fixed (space after comma)
11591         * tools/make.themes.project
11592                 remove exec mode from tarball files
11593
11594 2006-06-20 [colin]      2.3.1cvs3
11595
11596         * src/news.c
11597         * src/procheader.c
11598         * src/unmime.c
11599                 Better fix for \n's in headers (don't 
11600                 break Received: and others)
11601
11602 2006-06-20 [paul]       2.3.1cvs2
11603
11604         * src/alertpanel.c
11605         * src/textview.c
11606                 improve legibility of phishing attempt
11607                 dialog
11608
11609 2006-06-20 [paul]       2.3.1cvs1
11610
11611         * NEWS
11612         * README
11613         * configure.ac
11614                 Update version number following
11615                 stable release
11616
11617 2006-06-20 [colin]      2.3.0cvs26
11618
11619         * src/compose.c
11620                 When dragging a file to the text of the compose
11621                 window, ask whether we want to insert or attach
11622                 (I know lots of people who do that to attach)
11623
11624 2006-06-20 [colin]      2.3.0cvs25
11625
11626         * src/etpan/imap-thread.c
11627                 Fix threshold (the append command is often > 32 bytes)
11628
11629 2006-06-19 [colin]      2.3.0cvs24
11630
11631         * src/imap.c
11632         * src/etpan/imap-thread.c
11633                 Workaround Rockliffe IMAP server bug: replace
11634                 "x UID SEARCH (ANSWERED UID 1:*)" with
11635                 "x UID SEARCH ANSWERED"
11636                 (Rockliffe doesn't handle the parenthesis)
11637
11638 2006-06-19 [colin]      2.3.0cvs23
11639
11640         * src/compose.c
11641         * src/imap.c
11642         * src/etpan/imap-thread.c
11643                 Probably fix bug #972 (Freezes when adding 
11644                 an attachment to the message)
11645         * src/common/defs.h
11646                 Modernize Firefox cmd
11647
11648
11649 2006-06-18 [colin]      2.3.0cvs22
11650
11651         * src/prefs_customheader.c
11652                 Only allow correct filenames for various
11653                 custom headers
11654
11655 2006-06-18 [colin]      2.3.0cvs21
11656
11657         * src/prefs_customheader.c
11658                 Add a 'From File...' button in custom headers prefs, which
11659                 try to do the right thing: 
11660                 for normal headers, use file as plaintext,
11661                 for X-Face, calls compface,
11662                 for Face, encode to b64.
11663
11664 2006-06-17 [colin]      2.3.0cvs20
11665
11666         * src/mh.c
11667                 Warning fix
11668
11669 2006-06-16 [colin]      2.3.0cvs19
11670
11671         * src/summaryview.c
11672                 Recursive quicksearch: show message list
11673                 in current folder, *then* search children
11674                 in the background.
11675
11676 2006-06-16 [colin]      2.3.0cvs18
11677
11678         * src/main.c
11679                 Instead of ignoring SIGPIPE, save caches
11680                 when getting one. Will fix the fact that
11681                 hot caches are out-of-date when logging 
11682                 out of Xorg.
11683         * src/compose.c
11684         * src/prefs_compose_writing.c
11685                 Only save text (not attachments) when 
11686                 auto-saving to drafts
11687         * src/unmime.c
11688                 Always replace \n, \r and \t with spaces
11689                 in headers
11690         * manual/dist/html/Makefile.am
11691         * manual/dist/pdf/Makefile.am
11692         * manual/dist/ps/Makefile.am
11693         * manual/dist/txt/Makefile.am
11694         * manual/fr/dist/html/Makefile.am
11695         * manual/fr/dist/pdf/Makefile.am
11696         * manual/fr/dist/ps/Makefile.am
11697         * manual/fr/dist/txt/Makefile.am
11698         * manual/pl/dist/html/Makefile.am
11699         * manual/pl/dist/pdf/Makefile.am
11700         * manual/pl/dist/ps/Makefile.am
11701         * manual/pl/dist/txt/Makefile.am
11702                 Fix make clean removing pregenerated manuals
11703
11704
11705 2006-06-16 [colin]      2.3.0cvs17
11706
11707         * src/plugins/pgpcore/sgpgme.c
11708         * src/plugins/pgpmime/pgpmime.c
11709         * src/plugins/pgpinline/pgpinline.c
11710                 Better error reporting in setup_signers.
11711                 Don't fallback to default key if specified
11712                 key isn't found.
11713                 Don't allow signing if more than one secret
11714                 key matches the one specified in prefs.
11715
11716 2006-06-15 [colin]      2.3.0cvs16
11717
11718         * src/folderview.c
11719                 Add "Send queue" in the folder's contextual
11720                 menu
11721         * src/compose.c
11722         * src/messageview.c
11723         * src/privacy.c
11724         * src/privacy.h
11725         * src/procmime.c
11726         * src/procmsg.c
11727         * src/plugins/pgpcore/passphrase.c
11728         * src/plugins/pgpcore/sgpgme.c
11729         * src/plugins/pgpinline/pgpinline.c
11730         * src/plugins/pgpmime/pgpmime.c
11731                 Better error reporting
11732         * src/mbox.c
11733                 Probably fix bug #971 (2.2.3 cannot read mail 
11734                 from local mbox)
11735
11736
11737 2006-06-15 [mones]      2.3.0cvs15
11738
11739         * tools/make.themes.project
11740                 creates the themes project from the web page
11741
11742 2006-06-15 [colin]      2.3.0cvs14
11743
11744         * src/folder.c
11745                 Better fix (avoid losing the folder if scan_tree 
11746                 fails)
11747
11748 2006-06-15 [cleroy]     2.3.0cvs13
11749
11750         * src/folder.c
11751                 Probably fix Bug #969 (crash on rebuilding 
11752                 imap folder)
11753
11754 2006-06-14 [colin]      2.3.0cvs12
11755
11756         * manual/dtd/manual.xsl
11757         * manual/sylpheed-claws-manual.xml
11758         * manual/fr/sylpheed-claws-manual.xml
11759         * manual/pl/sylpheed-claws-manual.xml
11760                 Insert pagebreaks between sections
11761
11762 2006-06-14 [paul]       2.3.0cvs11
11763
11764         * configure.ac
11765                 better fix than 2.3.0cvs10
11766
11767 2006-06-14 [paul]       2.3.0cvs10
11768
11769         * configure.ac
11770                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11771                 (backwards compatible)
11772
11773 2006-06-13 [colin]      2.3.0cvs9
11774
11775         * src/messageview.c
11776                 Fix sending of return receipt with the new queue folders
11777
11778 2006-06-13 [wwp]        2.3.0cvs8
11779
11780         * src/quote_fmt_lex.l
11781                 fix wrong tokens returned in quote_fmt lexer, query not().
11782
11783 2006-06-13 [wwp]        2.3.0cvs7
11784
11785         * src/folder.c
11786         * src/prefs_folder_item.c
11787                 allow changing folder type even when folder is not a top-level one,
11788                 thanks to Colin.
11789
11790 2006-06-12 [colin]      2.3.0cvs6
11791
11792         * src/folderview.c
11793                 Fix double-ask of "Do you want to mark all
11794                 as read"
11795
11796 2006-06-12 [colin]      2.3.0cvs5
11797
11798         * src/compose.c
11799         * src/compose.h
11800         * src/folder.c
11801         * src/folder.h
11802         * src/imap.c
11803         * src/inc.c
11804         * src/main.c
11805         * src/messageview.c
11806         * src/mh.c
11807         * src/prefs_folder_item.c
11808         * src/procheader.c
11809         * src/procmime.c
11810         * src/procmsg.c
11811         * src/procmsg.h
11812         * src/send_message.c
11813         * src/summaryview.c
11814         * src/toolbar.c
11815                 Apply bug #964's patch (Queue and drafts aren't normal)
11816                 The Drafts and Queue folder now contain RFC-822 files,
11817                 allowing to move and copy mails from and to these 
11818                 folders. Moving from Drafts to Queue will prepare the
11819                 mail for sending (PGP signature, encryption, etc).
11820                 This patch also rework sending errors handling to try
11821                 to be more helpful.
11822                 Also, allow redefining folder types via the GUI 
11823                 (Folder type in its Properties)
11824
11825 2006-06-12 [colin]      2.3.0cvs4
11826
11827         * src/summaryview.c
11828         * src/prefs_common.c
11829         * src/prefs_common.h
11830         * src/gedit-print.c
11831                 Allow to define a specific print font - patch
11832                 by Bernhard Walle <bernhard.walle@gmx.de>
11833         * src/prefs_fonts.c
11834         * manual/advanced.xml
11835         * manual/fr/advanced.xml
11836                 Add a hidden pref to allow deletion without
11837                 confirmation
11838
11839 2006-06-12 [wwp]        2.3.0cvs3
11840
11841         * .cvsignore
11842                 more files to ignore.
11843
11844 2006-06-12 [wwp]        2.3.0cvs2
11845
11846         * src/quote_fmt.c
11847         * src/quote_fmt_lex.l
11848         * src/quote_fmt_parse.y
11849                 extend the quote_fmt parser (templates and quotes):
11850                 - allow limited sub-expressions in |p{} and |f{} expressions,
11851                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11852                 - implemented/fixed missing implementation of query_references and show_references,
11853                 - completed, fixed contents and format of the symbols help dialog,
11854                 - fix some compilation warnings.
11855
11856 2006-06-12 [wwp]        2.3.0cvs1
11857
11858         * manual/advanced.xml
11859         * manual/fr/advanced.xml
11860                 updates in the "templates" section of the manual (eng/fr):
11861                  - be more precise (both versions)
11862                  - completed to match the english reference (fr version)
11863                  - touchups (both versions)
11864
11865 2006-06-12 [paul]       2.3.0
11866
11867         2.3.0 released
11868
11869 2006-06-12 [paul]       2.2.3cvs14
11870
11871         * po/ca.po
11872         * po/cs.po
11873         * po/de.po
11874         * po/el.po
11875         * po/fr.po
11876         * po/it.po
11877         * po/pt_BR.po
11878         * po/sr.po
11879         * po/zh_CN.po
11880                 updated by Miquel Oliete, Tim, Stephan Sachse,
11881                 Stavros Giannouris, Fabien Vantard, Andrea
11882                 Spadaccini, Frederico Goncalves Guimaraes,
11883                 Aleksandar Urosevic, and Ralgh Young
11884
11885 2006-06-12 [colin]      2.2.3cvs13
11886
11887         * src/mbox.c
11888                 Add missing header
11889
11890 2006-06-11 [colin]      2.2.3cvs12
11891
11892         * src/msgcache.c
11893                 Verify that g_malloc() succeeded
11894
11895 2006-06-11 [colin]      2.2.3cvs11
11896
11897         * src/wizard.c
11898                 Add Face header to welcome mail
11899
11900 2006-06-10 [colin]      2.2.3cvs10
11901
11902         * src/textview.c
11903                 Revert previous (Forgot it changes the
11904                 margin on the whole mail)
11905
11906 2006-06-10 [colin]      2.2.3cvs9
11907
11908         * src/textview.c
11909                 Don't overlap long headers under (X-)Face
11910
11911 2006-06-10 [mones]      2.2.3cvs8
11912
11913         * manual/xml2pdf
11914                 allow generation of manual on systems lacking saxon binary
11915                 but with java and the saxon library installed
11916
11917         * po/es.po
11918                 updated for release
11919
11920 2006-06-09 [colin]      2.2.3cvs7
11921
11922         * src/summaryview.c
11923                 Fix leak when using Display Sender using Addressbook
11924
11925 2006-06-09 [colin]      2.2.3cvs6
11926
11927         * src/compose.c
11928         * src/folder.c
11929         * src/folderview.c
11930         * src/mimeview.c
11931         * src/summaryview.c
11932                 More leaks fixes
11933
11934 2006-06-09 [paul]       2.2.3cvs5
11935
11936         * AUTHORS
11937         * src/gtk/authors.h
11938         * tools/claws.i18n.status.pl
11939                 updated with new info
11940
11941 2006-06-09 [paul]       2.2.3cvs4
11942
11943         * README
11944                 updated
11945         * manual/ack.xml
11946                 add wwp to authors list
11947         * src/gtk/authors.h
11948                 update mine and Colin's addresses
11949
11950 2006-06-08 [colin]      2.2.3cvs3
11951
11952         * src/etpan/imap-thread.c
11953                 Fix leak on SSL cert check
11954
11955 2006-06-08 [colin]      2.2.3cvs2
11956
11957         * src/common/utils.c
11958                 Fix leak
11959
11960 2006-06-08 [paul]       2.2.3cvs1
11961
11962         * configure.ac
11963                 Update version number following
11964                 stable release
11965
11966 2006-06-07 [colin]      2.2.2cvs3
11967
11968         * src/msgcache.c
11969                 Fix catching cache read errors (guint instead of gint)
11970                 Prevent malloc'ing more than 8MB (means cache corruption)
11971
11972 2006-06-07 [paul]       2.2.2cvs2
11973
11974         * src/exporthtml.c
11975         * src/exportldif.c
11976         * src/mh.c
11977         * src/mutt.c
11978         * src/pine.c
11979         * src/common/utils.c
11980                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11981                 obey $HOME'
11982                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11983                 Thanks to Colin
11984
11985 2006-06-06 [paul]       2.2.2cvs1
11986
11987         * configure.ac
11988                 Update version number following
11989                 stable release
11990
11991 2006-06-06 [paul]       2.2.1cvs6
11992
11993         * src/matcher.c
11994                 fix  implicit declaration of
11995                 sylpheed_do_idle()
11996                 Patch by Fabien Vantard
11997
11998 2006-06-06 [paul]       2.2.1cvs5
11999
12000         * src/matcher.c
12001                 fix age_greater and age_lower so that they
12002                 mean what say and not '...or equal to'
12003                 Thanks to Colin
12004
12005 2006-06-06 [paul]       2.2.1cvs4
12006
12007         * src/textview.c
12008         * src/common/utils.c
12009                 fix URI check
12010                 Thanks to Colin
12011
12012 2006-06-05 [wwp]        2.2.1cvs3
12013
12014         * manual/fr/account.xml
12015                 minor language fixes (thanks to Fabien Vantard).
12016
12017 2006-06-05 [colin]      2.2.1cvs2
12018
12019         * src/prefs_folder_item.c
12020         * src/folderview.c
12021                 Allow recursive setting of properties 
12022                 for whole mailboxes
12023         * src/matcher.c
12024                 Don't freeze on 'test' filtering rule
12025
12026 2006-06-05 [colin]      2.2.1cvs1
12027
12028         * configure.ac
12029                 Update version number following
12030                 stable release
12031
12032 2006-06-04 [wwp]        2.2.0cvs82
12033
12034         * manual/glossary.xml
12035         * manual/account.xml
12036         * manual/fr/glossary.xml
12037         * manual/fr/account.xml
12038                 added glossary section and references/links related to the Face custom header.
12039
12040 2006-06-04 [colin]      2.2.0cvs81
12041
12042         * src/summaryview.c
12043                 Skip to next message on move with no
12044                 immediate execution
12045
12046 2006-06-04 [wwp]        2.2.0cvs80
12047
12048         * manual/xml2pdf
12049                 added sanity checks, exit when needed.
12050
12051 2006-06-03 [paul]       2.2.0cvs79
12052
12053         * src/prefs_receive.c
12054                 page name is now 'Receiving'
12055         * src/prefs_send.c
12056                 page name is now 'Sending'
12057
12058 2006-06-03 [colin]      2.2.0cvs78
12059
12060         * src/plugins/spamassassin/spamassassin_gtk.c
12061                 Autoswitch to Localhost if transport was previously
12062                 disabled. Else people had to check [] Enable, then
12063                 *reselect* transport.
12064
12065 2006-06-03 [colin]      2.2.0cvs77
12066
12067         * src/plugins/pgpinline/pgpinline.c
12068         * src/plugins/pgpmime/pgpmime.c
12069                 Check that gpg_data_release_and_get_mem 
12070                 didn't fail (now, why this happens...)
12071
12072 2006-06-03 [colin]      2.2.0cvs76
12073
12074         * src/mbox.c
12075                 Fix bug #962 (Manual and/or UI should 
12076                 warn about incompatible locking 
12077                 causing dataloss)
12078
12079 2006-06-02 [cleroy]     2.2.0cvs75
12080
12081         * src/filtering.c
12082         * src/folder.c
12083         * src/procmsg.c
12084         * src/summaryview.c
12085                 Fix a few leaks
12086
12087 2006-06-02 [colin]      2.2.0cvs74
12088
12089         * src/main.c
12090                 On exit, free caches after writing them
12091                 Shuts up some valgrind false positives
12092         * src/procmsg.c
12093         * src/send_message.c
12094                 Fix races when reusing existing SMTP connections
12095                 Fix inexistant session timeout
12096         * src/toolbar.c
12097                 Display alertpanel after all queues have
12098                 been processed, not after each
12099
12100 2006-06-02 [wwp]        2.2.0cvs73
12101
12102         * manual/fr/glossary.xml
12103         * manual/fr/ack.xml
12104         * manual/ack.xml
12105                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12106
12107 2006-06-02 [wwp]        2.2.0cvs72
12108
12109         * manual/xml2pdf
12110         * manual/dist/pdf/Makefile.am
12111         * manual/dtd/manual.xsl
12112         * manual/fr/dist/pdf/Makefile.am
12113         * manual/pl/dist/pdf/Makefile.am
12114                 we changed the procedure to generate the .pdf version of the manual.
12115                 The procedure is more modern and the .pdf we get now has a valid index.
12116                 Here are the new pre-requisites:
12117
12118                 - JRE 1.x (1.4 here): there must be one from your distro
12119                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12120                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12121                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12122
12123                 See my posts for further info about the installation of this toolchain:
12124
12125                 Date: Fri, 19 May 2006 19:40:06 +0200
12126                 From: wwp <subscript@free.fr>
12127                 To: sylpheed-claws-devel@lists.sourceforge.net
12128                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12129
12130                 and
12131
12132                 Date: Wed, 24 May 2006 12:58:49 +0200
12133                 From: wwp <subscript@free.fr>
12134                 To: sylpheed-claws-devel@lists.sourceforge.net
12135                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12136
12137 2006-06-01 [colin]      2.2.0cvs71
12138
12139         * src/compose.c
12140                 Better guards against IMAP races
12141         * src/main.c
12142         * src/prefs_common.c
12143         * src/prefs_common.h
12144         * src/common/ssl_certificate.c
12145         * src/etpan/imap-thread.c
12146         * src/etpan/imap-thread.h
12147         * src/gtk/sslcertwindow.c
12148                 New hidden option ssl_skip_cert_check to 
12149                 avoid dups of bug #959 (libetpan linked
12150                 against gnutls and gnutls buggy on 64bit)
12151                 Present expired warning only once per
12152                 session/server.
12153         * manual/advanced.xml
12154         * manual/fr/advanced.xml
12155                 Document new option
12156
12157 2006-06-01 [wwp]        2.2.0cvs70
12158
12159         * src/messageview.c
12160                 fix for bug #961 (return receipt dialog 
12161                 complains incorrectly about return-path 
12162                 email adress being different), thanks 
12163                 to Colin.
12164
12165 2006-05-31 [cleroy]     2.2.0cvs69
12166
12167         * src/common/ssl.c
12168                 Guard against NULLs, although this
12169                 should never be an issue
12170
12171 2006-05-31 [colin]      2.2.0cvs68
12172
12173         * src/filtering.c
12174                 Use g_slist_prepend
12175         * src/imap.c
12176                 Don't remove caches when destroying folder, it
12177                 could (should) be done at exit
12178         * src/inc.c
12179                 free processing cache after incorporation
12180         * src/etpan/imap-thread.c
12181                 Maybe fix bug #959 (Crash on moving to emails 
12182                 to a imap account per ssl with a expired 
12183                 certificate.)
12184
12185 2006-05-30 [colin]      2.2.0cvs67
12186
12187         * src/summaryview.c
12188                 Put back event flush when displaying message
12189                 It avoids reading a bunch of messages just
12190                 by hitting shift-n for too long ;)
12191
12192 2006-05-29 [colin]      2.2.0cvs66
12193
12194         * src/summaryview.c
12195                 Remove useless g_warnings
12196
12197 2006-05-29 [colin]      2.2.0cvs65
12198
12199         * src/imap.c
12200                 Fix g_slist_append()s for performance
12201
12202 2006-05-29 [colin]      2.2.0cvs64
12203
12204         * src/compose.c
12205         * src/common/utils.c
12206                 Fix extraneous tab at start of addresses
12207         * src/mainwindow.c
12208                 Fix warnings (thanks to Fabien)
12209                 Fix crash at exit when composing messages 
12210                 exist
12211         * src/pop.c
12212                 Fix progress bar when deleting expired mails
12213                 Thanks to Hiro
12214         * src/summaryview.c
12215         * src/gtk/gtksctree.c
12216                 Fix re-sorting slowness
12217
12218 2006-05-29 [paul]       2.2.0cvs63
12219
12220         * src/mh.c
12221                 fetch full message when moving mails
12222                 from another mailbox, (fixed data loss
12223                 when filtering from IMAP to MH, introduced
12224                 in 2.2.0cvs57).
12225                 Thanks to Colin
12226
12227 2006-05-29 [mones]      2.2.0cvs62
12228
12229         * src/gtk/gtksctree.c
12230                 Unselect faster (patch by Colin)        
12231
12232 2006-05-26 [colin]      2.2.0cvs61
12233
12234         * src/summaryview.c
12235                 Unplug MSGINFO_UPDATE callback on delete too.
12236
12237 2006-05-26 [colin]      2.2.0cvs60
12238
12239         * src/foldersel.c
12240                 Fix bold in folder selection window with glib2.10
12241                 thanks Hiro
12242
12243 2006-05-26 [colin]      2.2.0cvs59
12244
12245         * src/procheader.c
12246                 Convert date only if necessary (and don't
12247                 try to convert from utf8 to utf8, too)
12248         * src/summaryview.c
12249                 Only set column's text if the column's 
12250                 displayed
12251
12252 2006-05-26 [colin]      2.2.0cvs58
12253
12254         * src/summaryview.c
12255         * src/gtk/gtkutils.c
12256                 Fix useless warning
12257
12258 2006-05-26 [colin]      2.2.0cvs57
12259
12260         * src/mainwindow.c
12261                 Make summaryview selectable as long as 
12262                 no message has focus
12263         * src/mh.c
12264                 Faster deletion (by implementing mh_remove_msgs)
12265                 Faster copy (avoid using mh_fetch_msg just to get
12266                 the filename)
12267                 Faster move (using move_file instead of copy_file
12268                 if MSG_IS_MOVE)
12269                 No progressbar if total number of mails to cp/mv 
12270                 is less than 100
12271         * src/summaryview.c
12272                 Fix removal from subject_table when mail gets moved
12273                 Faster deletion (g_slist_prepend instead of append)
12274         * src/gtk/gtksctree.c
12275                 Remove useless code
12276
12277 2006-05-25 [colin]      2.2.0cvs56
12278
12279         * src/common/ssl_certificate.c
12280                 Fix leak in expired cert check
12281
12282 2006-05-25 [colin]      2.2.0cvs55
12283
12284         * src/mh.c
12285                 Disable flags syncing on .mh_sequences - it
12286                 is buggy and marks mails read under unknown
12287                 conditions.
12288
12289 2006-05-25 [paul]
12290
12291         * 2.3.0-rc4 released
12292
12293 2006-05-24 [colin]      2.2.0cvs54
12294
12295         attention cvs users: if you manage to crash
12296         Sylpheed-Claws while moving, copying or deleting
12297         mails, we *are* interested in stack traces and
12298         valgrind logs. It looks stable, but one never
12299         knows...
12300
12301         * src/folder.c
12302                 Add progressbar for cache updates
12303         * src/folderutils.c
12304                 Optimize Mark all read in the current
12305                 folder
12306         * src/mh.c
12307                 Add progressbar for copy/move
12308         * src/procmsg.c
12309                 Optimize O(n^2) in copy/move
12310         * src/summaryview.c
12311         * src/gtk/gtksctree.c
12312                 Optimize O(n^2) algos
12313         * src/common/timing.h
12314                 Display ms instead of us
12315
12316 2006-05-24 [wwp]        2.2.0cvs53
12317
12318         * manual/fr/advanced.xml
12319                 updates to the French manual.
12320
12321 2006-05-24 [wwp]        2.2.0cvs52
12322
12323         * src/common/utils.c
12324                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12325
12326 2006-05-24 [wwp]        2.2.0cvs51
12327
12328         * src/folderutils.c
12329                 fixed "mark all read" in MH folders (thanks to Colin).
12330
12331 2006-05-24 [paul]       2.2.0cvs50
12332
12333         * doc/man/sylpheed-claws.1
12334                 updated the man page
12335
12336 2006-05-23 [colin]      2.2.0cvs49
12337
12338         * src/folderview.c
12339         * src/imap.c
12340         * src/inc.c
12341         * src/mbox.c
12342         * src/messageview.c
12343         * src/news.c
12344         * src/send_message.c
12345         * src/summaryview.c
12346         * src/gtk/sslcertwindow.c
12347                 alertpanel fixes, by Fabien
12348
12349 2006-05-23 [colin]      2.2.0cvs48
12350
12351         * src/folder.c
12352         * src/folderview.c
12353         * src/msgcache.c
12354         * src/summaryview.c
12355         * src/gtk/gtksctree.c
12356         * src/gtk/gtksctree.h
12357                 More timings
12358                 Fix slow loading problem, which was caused by the
12359                 use of some gtk_ctree funcs and their use of
12360                 g_list_position while gtk_ctree_(un)link'ing.
12361                 Reap more functions from gtkctree.c to be sure we
12362                 use our (fast) version instead of theirs.
12363         * src/mh.c
12364                 Fix copy of unread mails
12365
12366
12367 2006-05-22 [wwp]        2.2.0cvs47
12368
12369         * manual/fr/advanced.xml
12370                 updated.
12371
12372 2006-05-22 [colin]      2.2.0cvs46
12373
12374         * src/filtering.c
12375                 Fix possible infinite loop. 'copy' is not a 
12376                 final action, so when encountering a 'copy',
12377                 we have to check if a previous one was set
12378                 and do it. In the same way, if we encounter
12379                 a 'move' we have to perform a possibly 
12380                 pending 'copy'. This will slow down filtering
12381                 on IMAP if move+copy or multiple copy actions
12382                 are to be done, but handling it via the batch
12383                 would be really too convoluted.
12384
12385 2006-05-22 [wwp]        2.2.0cvs45
12386
12387         * manual/fr/advanced.xml
12388         * manual/fr/faq.xml
12389         * manual/fr/glossary.xml
12390         * manual/fr/handling.xml
12391         * manual/fr/intro.xml
12392         * manual/fr/plugins.xml
12393         * manual/fr/sylpheed-claws-manual.xml
12394                 sync w/ the english manual: updates URIs, documented mailing-list
12395                 support, better explanation about the enabled/disabled feature
12396                 in filtering/processing rules by Paul.
12397
12398 2006-05-21 [colin]      2.2.0cvs44
12399
12400         * src/summaryview.c
12401                 Don't expand after building threads, but during
12402
12403 2006-05-21 [colin]      2.2.0cvs43
12404
12405         * src/procmsg.c
12406         * src/summaryview.c
12407                 More timing possibilities... For next time I have 
12408                 to find out how the hell some 3GHz computer takes
12409                 one minute to open a 30k folder...
12410
12411 2006-05-21 [colin]      2.2.0cvs42
12412
12413         * manual/pl/advanced.xml
12414         * manual/pl/faq.xml
12415         * manual/pl/glossary.xml
12416         * manual/pl/handling.xml
12417         * manual/pl/intro.xml
12418         * manual/pl/plugins.xml
12419         * manual/pl/sylpheed-claws-manual.xml
12420                 Polish manual updated by Pawel
12421
12422 2006-05-20 [colin]
12423
12424         * 2.3.0-rc3 released
12425
12426 2006-05-20 [colin]      2.2.0cvs41
12427
12428         * src/imap.c
12429                 Fix -rc2 problems:
12430                 - remove cache of moved messages from original folder
12431                 - apply new flags to messages even if they aren't appliable
12432                   via IMAP.
12433
12434 2006-05-20 [colin]
12435
12436         * 2.3.0-rc2 released
12437
12438 2006-05-19 [colin]      2.2.0cvs40
12439
12440         * src/imap.c
12441                 Don't issue SELECT in imap_change_flags
12442                 before having checked that we indeed have
12443                 some flags to change. MSG_POSTFILTERED for
12444                 example can't be used on IMAP.
12445                 Fixes bug #955 (copying messages between 
12446                 imap folders is extremely slow), which was
12447                 a regression.
12448
12449 2006-05-19 [colin]      2.2.0cvs39
12450
12451         * src/folder.c
12452         * src/folder.h
12453         * src/folderview.c
12454                 Try to fix bug #830 (Some unread messages 
12455                 get marked read in IMAP inbox):
12456                 - Prevent scanning a folder if it's being 
12457                   opened via the GUI
12458                 - Postpone opening via the GUI of a folder
12459                   currently scanned.
12460
12461
12462 2006-05-19 [wwp]        2.2.0cvs38
12463
12464         * manual/advanced.xml
12465                 fix English+typo (thanks to Paul).
12466
12467 2006-05-19 [wwp]        2.2.0cvs37
12468
12469         * manual/advanced.xml
12470         * manual/fr/advanced.xml
12471         * src/gtk/logwindow.c
12472         * src/prefs_common.c
12473         * src/prefs_common.h
12474                 added hidden prefs to allow customization of colors used in
12475                 protocol log window (useful for dark gtk+ themes).
12476
12477 2006-05-19 [wwp]        2.2.0cvs36
12478
12479         * ChangeLog
12480                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12481
12482 2006-05-19 [paul]       2.2.0cvs35
12483
12484         * src/textview.c
12485                 make Reply-To fully clickable
12486         * src/gtk/logwindow.c
12487                 more colouring (SMTP ESMTP)
12488         Both patches by Pawel Pekala
12489
12490 2006-05-19 [cleroy]     2.2.0cvs34
12491
12492         * src/mh.c
12493                 Don't update flags from current folder
12494                 Probably fixes bug #935 (Read Messages 
12495                 Revert to Being Marked as Unread)
12496
12497 2006-05-18 [colin]      2.2.0cvs33
12498
12499         * src/imap.c
12500                 Warning fix
12501         * src/compose.c
12502         * src/mainwindow.c
12503         * src/summaryview.c
12504         * src/toolbar.c
12505                 Allow replying to multiple emails
12506                 in multiple windows
12507         * src/mimeview.c
12508         * src/etpan/imap-thread.c
12509                 Leak fixes
12510
12511 2006-05-18 [paul]       2.2.0cvs32
12512
12513         * src/summaryview.c
12514                 keep Mailing-List menu refreshed
12515                 Thanks to Colin
12516
12517 2006-05-18 [paul]       2.2.0cvs31
12518
12519         * manual/advanced.xml
12520         * manual/faq.xml
12521         * manual/glossary.xml
12522         * manual/handling.xml
12523         * manual/intro.xml
12524         * manual/plugins.xml
12525         * manual/sylpheed-claws-manual.xml
12526                 update URLs
12527                 add info about mailing-list support
12528                 edit filtering info
12529         * src/wizard.c
12530         * src/common/defs.h
12531         * src/gtk/about.c
12532         * src/plugins/dillo_viewer/README
12533                 update URLs
12534
12535 2006-05-17 [wwp]        2.2.0cvs30
12536
12537         * manual/handling.xml
12538         * manual/fr/handling.xml
12539                 documented the ability to enabled/disable filtering/processing rules.
12540
12541 2006-05-17 [colin]      2.2.0cvs29
12542
12543         * src/main.c
12544                 Don't initialize g_thread subsystem if it's 
12545                 already done (thanks to Hiro)
12546         * src/mimeview.c
12547                 Fix saving of parts when there name can't be
12548                 converted from UTF-8.
12549
12550 2006-05-17 [paul]       2.2.0cvs28
12551
12552         * po/Makefile.in.in
12553                 fix config.status warning with autoconf 2.60
12554
12555 2006-05-17 [paul]       2.2.0cvs27
12556
12557         * po/POTFILES.in
12558                 add src/mbox.c
12559
12560 2006-05-17 [wwp]        2.2.0cvs26
12561
12562         * src/mainwindow.c
12563                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12564
12565 2006-05-17 [wwp]        2.2.0cvs25
12566
12567         * src/plugins/demo/demo.c
12568                 updated product name in plugin demo (many plugins need to be
12569                 sync'ed w/ that change).
12570
12571 2006-05-17 [colin]      2.2.0cvs24
12572
12573         * src/mh.c
12574                 Fix leak
12575
12576 2006-05-16 [colin]      2.2.0cvs23
12577
12578         * src/mainwindow.c
12579                 Stupid me hit again. Fix cvs22.
12580
12581 2006-05-16 [colin]      2.2.0cvs22
12582
12583         * src/mainwindow.c
12584                 Fix bug #922 (sylpheed-claws crashed after 
12585                 pushing on Inbox folder)
12586
12587 2006-05-16 [colin]      2.2.0cvs21
12588
12589         * src/compose.c
12590                 Make From header be copy/paste/select-able
12591
12592 2006-05-16 [wwp]        2.2.0cvs20
12593
12594         * src/export.c
12595         * src/matcher.c
12596         * src/summaryview.c
12597         * src/etpan/imap-thread.c
12598                 fix some compiler warnings (thanks to Colin).
12599
12600 2006-05-16 [wwp]        2.2.0cvs19
12601
12602         * src/action.c
12603         * src/gedit-print.c
12604         * src/inc.c
12605         * src/mainwindow.c
12606         * src/mh.c
12607         * src/statusbar.c
12608         * src/send_message.c
12609         * src/summaryview.c
12610                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12611
12612 2006-05-15 [colin]      2.2.0cvs18
12613
12614         * src/procmsg.c
12615                 Fix automatic rule creation with List-Post
12616
12617 2006-05-15 [paul]       2.2.0cvs17
12618
12619         * tools/filter_conv_new.pl
12620                 updated for rule enabling/disabling
12621                 claws version >= 2.3.x required
12622
12623 2006-05-15 [cleroy]     2.2.0cvs16
12624
12625         * src/main.c
12626                 Revert test
12627
12628 2006-05-15 [cleroy]     2.2.0cvs15
12629
12630         * src/main.c
12631                 test
12632
12633 2006-05-15 [wwp]        2.2.0cvs14
12634
12635         * manual/pl/.cvsignore
12636                 ignore generated files.
12637
12638 2006-05-14 [wwp]        2.3.0-rc1
12639
12640         * 2.3.0-rc1 released
12641
12642 2006-05-13 [wwp]        2.2.0cvs13
12643
12644         * src/filtering.c
12645         * src/filtering.h
12646         * src/matcher.c
12647         * src/matcher_parser_lex.l
12648         * src/matcher_parser_parse.y
12649         * src/prefs_filtering.c
12650                 new feature: provide the ability to disable filtering and processing
12651                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12652                 adaptations.
12653
12654 2006-05-13 [colin]      2.2.0cvs12
12655
12656         * src/compose.c
12657                 Remove useless if (a) b; else b;
12658                 Thanks to wwp
12659
12660 2006-05-13 [wwp]        2.2.0cvs11
12661
12662         * src/export.c
12663         * src/import.c
12664         * src/mainwindow.c
12665         * src/mbox.c
12666         * src/summaryview.c
12667         * src/summaryview.h
12668                 no more silent failures (or at least less ones) when importing
12669                 or exporting from/to mbox. Also start importing/exporting if
12670                 the necessary info is set.
12671
12672 2006-05-13 [wwp]        2.2.0cvs10
12673
12674         * RELEASE_NOTES
12675                 restored up-to-date release notes.
12676
12677 2006-05-13 [paul]       2.2.0cvs9
12678
12679         * po/nl.po
12680         * po/ru.po
12681                 updated by Tim Dijkstra and Pavlo Bohmat
12682
12683 2006-05-12 [colin]      2.2.0cvs8
12684
12685         * src/gtk/quicksearch.c
12686                 Add "k" as shortcut for "colorlabel". Patch
12687                 by ath42@users.sf.net.
12688
12689 2006-05-12 [paul]       2.2.0cvs7
12690
12691         * src/prefs_common.h
12692         * src/prefs_summaries.c
12693         * src/summaryview.c
12694                 when entering a folder also allow
12695                 going directly to first Marked message
12696
12697 2006-05-12 [paul]       2.2.0cvs6
12698
12699         * src/summaryview.c
12700                 always obey 'confirm before marking all
12701                 mails read' option
12702
12703 2006-05-12 [paul]       2.2.0cvs5
12704
12705         * src/textview.c
12706                 make Sender fully clickable
12707
12708 2006-05-12 [colin]      2.2.0cvs4
12709
12710         * src/compose.c
12711         * src/compose.h
12712                 Let From be editable
12713         * src/main.c
12714         * src/mh.c
12715                 Full support of .mh_sequences' Unseen seq
12716
12717 2006-05-12 [colin]      2.2.0cvs3
12718
12719         * src/folder.c
12720         * src/mainwindow.c
12721         * src/mainwindow.h
12722         * src/messageview.c
12723         * src/prefs_spelling.c
12724         * src/procheader.c
12725         * src/procmsg.c
12726         * src/procmsg.h
12727         * src/summaryview.c
12728         * src/toolbar.c
12729         * src/toolbar.h
12730                 Add contextual menu on Compose toolbar
12731                 button. Fixes bug #944 (Automatic
12732                 addresses not applied when changing account
12733                 from compose window)
12734                 add Mailing List support
12735                 based on the old 0.6.5claws25 patch by
12736                 Melvin Hadasht, with finishing touches
12737                 by Colin
12738                 Fix "ignore thread" when mails are threaded by
12739                 subject (and weren't ignored although appearing
12740                 in the thread).
12741                 GUI rework.
12742                 Both patches by Pawel.
12743
12744 2006-05-08 [paul]       2.2.0cvs2
12745
12746         * src/mainwindow.c
12747         * src/mainwindow.h
12748         * src/messageview.c
12749         * src/procheader.c
12750         * src/procmsg.c
12751         * src/procmsg.h
12752         * src/summaryview.c
12753                 add Mailing List support
12754                 based on the old 0.6.5claws25 patch by 
12755                 Melvin Hadasht, with finishing touches
12756                 by Colin
12757
12758 2006-05-08 [colin]      2.2.0cvs1
12759
12760         * src/mainwindow.c
12761         * src/toolbar.c
12762         * src/toolbar.h
12763                 Add contextual menu on Compose toolbar 
12764                 button. Fixes bug #944 (Automatic 
12765                 addresses not applied when changing account 
12766                 from compose window)
12767
12768 2006-05-08 [paul]       2.2.0
12769
12770         2.2.0 released
12771
12772 2006-05-08 [paul]       2.1.1cvs51
12773
12774         * po/cs.po
12775         * po/de.po
12776         * po/en_GB.po
12777         * po/fi.po
12778         * po/fr.po
12779         * po/pt_BR.po
12780         * po/sr.po
12781         * po/zh_CN.po
12782                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12783                 Fabien Vantard, Frederico Goncalves Guimaraes,
12784                 Aleksandar Urosevic, and Ralgh Young
12785
12786 2006-05-12 [colin]      2.1.1cvs50
12787
12788         * po/cs.po
12789         * po/de.po
12790         * po/en_GB.po
12791         * po/es.po
12792         * po/fi.po
12793         * po/fr.po
12794         * po/pt_BR.po
12795         * po/sr.po
12796         * po/zh_CN.po
12797                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12798                 Fabien Vantard, Frederico Goncalves Guimaraes,
12799                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12800
12801 2006-05-05 [colin]      2.1.1cvs49
12802
12803         * manual/Makefile.am
12804         * manual/pl/Makefile.am
12805         * manual/pl/account.xml
12806         * manual/pl/ack.xml
12807         * manual/pl/addrbook.xml
12808         * manual/pl/advanced.xml
12809         * manual/pl/faq.xml
12810         * manual/pl/glossary.xml
12811         * manual/pl/gpl.xml
12812         * manual/pl/handling.xml
12813         * manual/pl/intro.xml
12814         * manual/pl/keyboard.xml
12815         * manual/pl/plugins.xml
12816         * manual/pl/starting.xml
12817         * manual/pl/sylpheed-claws-manual.xml
12818         * manual/pl/dist/.cvsignore
12819         * manual/pl/dist/Makefile.am
12820         * manual/pl/dist/html/.cvsignore
12821         * manual/pl/dist/html/Makefile.am
12822         * manual/pl/dist/pdf/.cvsignore
12823         * manual/pl/dist/pdf/Makefile.am
12824         * manual/pl/dist/ps/.cvsignore
12825         * manual/pl/dist/ps/Makefile.am
12826         * manual/pl/dist/txt/.cvsignore
12827         * manual/pl/dist/txt/Makefile.am
12828                 Add the polish translation of the manual,
12829                 Authored by Pawel Pekala.
12830
12831 2006-05-05 [cleroy]     2.1.1cvs48
12832
12833         * src/main.c
12834                 Re-read matcherrc after loading plugins 
12835                 if some of them add folders.
12836
12837 2006-05-03 [colin]      2.1.1cvs47
12838
12839         * src/imap.c
12840                 I'm idiot
12841
12842 2006-05-03 [colin]      2.1.1cvs46
12843
12844         * src/imap.c
12845                 Be sure to have a session when
12846                 getting separator
12847
12848 2006-05-03 [colin]      2.1.1cvs45
12849
12850         * src/imap.c
12851         * src/imap.h
12852         * src/imap_gtk.c
12853                 Fix preventing renaming with namespace 
12854                 separator.
12855
12856 2006-05-01 [colin]      2.1.1cvs44
12857
12858         * src/action.c
12859                 Don't reload messageview when result of
12860                 action is piped.
12861
12862 2006-04-29 [colin]      2.1.1cvs43
12863
12864         * src/prefs_receive.c
12865         * src/plugins/spamassassin/spamassassin_gtk.c
12866         * src/plugins/clamav/clamav_plugin_gtk.c
12867                 GUI fixes by Pawel
12868
12869 2006-04-29 [colin]      2.1.1cvs42
12870
12871         * src/prefs_compose_writing.c
12872         * src/prefs_quote.c
12873                 Cleanups. Patch by Pawel
12874
12875 2006-04-28 [paul]       2.1.1cvs41
12876
12877         * src/matcher.c
12878                 fix returned quick search results when search
12879                 term contains an underscore.
12880                 Thanks to Colin
12881
12882 2006-04-28 [paul]       2.1.1cvs40
12883
12884         * src/prefs_message.c
12885         * src/prefs_receive.c
12886                 GUI cleanups
12887                 Patches by Pawel Pekala
12888
12889 2006-04-27 [colin]      2.1.1cvs39
12890
12891         * src/wizard.c
12892                 Differentiate subject Welcome from
12893                 window's title Welcome
12894
12895 2006-04-27 [paul]
12896
12897         2.2.0-rc1 released
12898
12899 2006-04-27 [paul]       2.1.1cvs38
12900
12901         * manual/advanced.xml
12902         * manual/fr/advanced.xml
12903                 add info about compose_no_markup hidden pref
12904
12905 2006-04-27 [paul]       2.1.1cvs37
12906
12907         * src/prefs_account.c
12908                 improve privacy labels
12909         * src/prefs_msg_colors.c
12910                 change some strings for translators' convenience
12911         * src/gtk/gtkutils.c
12912                 don't underline the link button text
12913
12914 2006-04-25 [colin]      2.1.1cvs36
12915
12916         * src/folder.c
12917                 Complete 2.1.1cvs33 (once more ;)
12918
12919 2006-04-25 [colin]      2.1.1cvs35
12920
12921         * src/editldap.c
12922                 Fix tooltip
12923
12924 2006-04-25 [cleroy]     2.1.1cvs34
12925
12926         * src/compose.c
12927         * src/gtk/gtkaspell.c
12928                 Fix crash on redirect (related to the return 
12929                 of the aspell menu in compose's toolbar)
12930         * src/prefs_msg_colors.c
12931                 Fix sensitivity widgets
12932         * src/image_viewer.c
12933         * src/gtk/pluginwindow.c
12934         * src/gtk/prefswindow.c
12935                 Change released signals to clicked (Fabien)
12936         * po/POTFILES.in
12937         * src/common/socket.c
12938         * src/plugins/spamassassin/spamassassin.c
12939                 Translate strings (Fabien)
12940
12941 2006-04-25 [paul]       2.1.1cvs33
12942
12943         * src/folder.c
12944         * src/folder.h
12945         * src/folderview.c
12946                 complete the fix of bug #912
12947                 Thanks to Colin
12948
12949 2006-04-25 [colin]      2.1.1cvs32
12950
12951         * src/news.c
12952                 Better progress bar
12953         * src/mimeview.c
12954         * src/summaryview.c
12955         * src/summaryview.h
12956                 Fix focus chain
12957                 Patches by Pawel Pekala
12958
12959 2006-04-24 [colin]      2.1.1cvs31
12960
12961         * src/compose.c
12962                 Fix compilation warnings (Fabien)
12963
12964 2006-04-24 [colin]      2.1.1cvs30
12965
12966         * src/addrindex.c
12967         * src/editldap.c
12968         * src/editldap_basedn.c
12969         * src/editldap_basedn.h
12970         * src/ldapctrl.c
12971         * src/ldapctrl.h
12972         * src/ldapquery.c
12973         * src/ldaputil.c
12974         * src/ldaputil.h
12975                 Fix bug #901 (LDAPS support)
12976
12977 2006-04-24 [colin]      2.1.1cvs29
12978
12979         * src/compose.c
12980                 Fix logic on error with send dialog on
12981         * src/imap.c
12982                 Fix compilation without libetpan, thanks
12983                 to Fabien
12984         * src/summaryview.c
12985                 Fix 'context-menu' key
12986
12987 2006-04-23 [colin]      2.1.1cvs28
12988
12989         * src/folder.c
12990                 Never free current's cache to free up 
12991                 memory. Fixes bug #912 (new count 
12992                 randomly set to message count)
12993
12994 2006-04-23 [colin]      2.1.1cvs27
12995
12996         * src/gtk/quicksearch.c
12997                 And remove printf...
12998
12999 2006-04-23 [colin]      2.1.1cvs26
13000
13001         * src/gtk/quicksearch.c
13002                 Fix replacing in quicksearch, and fix inserting
13003                 in the middle of the string. (introduced at 2.1.0cvs22)
13004
13005 2006-04-23 [colin]      2.1.1cvs25
13006
13007         * src/imap.c
13008                 Make sure uidnext is initialized in get_num_list
13009                 (not for stable, related to 2.1.1cvs8 and friends)
13010
13011 2006-04-23 [colin]      2.1.1cvs24
13012
13013         * src/imap.c
13014                 Output something when login is successful
13015                 too
13016
13017 2006-04-23 [colin]      2.1.1cvs23
13018
13019         * src/etpan/imap-thread.c
13020                 Better logging (line-per-line, hide data in fetch)
13021                 Fix a const warning
13022         * src/gtk/logwindow.c
13023         * src/gtk/logwindow.h
13024                 Better logging (color for input/output)
13025
13026 2006-04-21 [colin]      2.1.1cvs22
13027
13028         * src/gtk/quicksearch.c
13029                 On gtk+-2.8, use stock buttons in quicksearch
13030                 Based on a patch by Fabien and a design by Paul
13031
13032 2006-04-21 [colin]      2.1.1cvs21
13033
13034         * src/folderview.c
13035         * src/mainwindow.c
13036                 Fix occasional flicker in folderview
13037         * src/common/utils.c
13038                 Fix bug #943 (Incorrectly parsed email address 
13039                 list in short headers on message view and in 
13040                 printouts)
13041
13042 2006-04-20 [colin]      2.1.1cvs20
13043
13044         * src/imap.c
13045         * src/imap.h
13046         * src/prefs_account.c
13047                 Add ANONYMOUS auth for IMAP
13048
13049 2006-04-20 [paul]       2.1.1cvs19
13050
13051         * src/main.c
13052                 proper fix for 2.1.1cvs18
13053                 Thanks to Colin
13054
13055 2006-04-20 [paul]       2.1.1cvs18
13056
13057         * src/main.c
13058                 fix build warnings
13059
13060 2006-04-20 [paul]       2.1.1cvs17
13061
13062         * src/gtk/quicksearch.c
13063                 fix standard, non-extended Quick search,
13064                 was broken in 2.1.1cvs15.
13065                 Thanks to Colin.
13066
13067 2006-04-20 [colin]      2.1.1cvs16
13068
13069         * src/prefs_matcher.c
13070                 Fix values when reselecting a ~test
13071                 rule
13072
13073 2006-04-19 [colin]      2.1.1cvs15
13074
13075         * src/compose.c
13076         * src/compose.h
13077         * src/gtk/gtkaspell.c
13078         * src/gtk/gtkaspell.h
13079                 Put back Options menu in Spelling/
13080         * src/gtk/quicksearch.c
13081                 Don't search, and show error, if the
13082                 advanced search has a syntax error
13083
13084 2006-04-18 [colin]      2.1.1cvs14
13085
13086         * src/textview.c
13087                 Fix gdk warnings on set_cursor when textview
13088                 isn't visible
13089
13090 2006-04-18 [colin]      2.1.1cvs13
13091
13092         * src/gtk/gtksctree.c
13093                 Remove seemingly useless refresh that causes
13094                 flicker - watch this commit in case of 
13095                 problems before planned backport to stable
13096
13097 2006-04-18 [colin]      2.1.1cvs12
13098
13099         * src/imap.c
13100                 Factorize get/set_xml code
13101         * src/compose.c
13102         * src/prefs_account.c
13103         * src/prefs_account.h
13104         * src/procmsg.c
13105                 Add Encrypt to self option
13106
13107 2006-04-17 [colin]      2.1.1cvs11
13108
13109         * configure.ac
13110                 Fix search on encrpyt function on dragonfly
13111                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13112
13113 2006-04-17 [colin]      2.1.1cvs10
13114
13115         * src/prefs_account.c
13116                 Be safe by default: remove mails from POP3
13117                 after 7 days, not immediately
13118
13119 2006-04-17 [colin]      2.1.1cvs9
13120
13121         * src/etpan/imap-thread.c
13122                 Fix build on DragonFly - patch by 
13123                 Jonathan Buschmann <jonthn@agmact.com>
13124
13125 2006-04-17 [colin]      2.1.1cvs8
13126
13127         * src/imap.c
13128                 Save uidnext between sessions
13129
13130 2006-04-17 [colin]      2.1.1cvs7
13131
13132         * src/imap.c
13133                 scan is required when uid validity changes
13134
13135 2006-04-17 [colin]      2.1.1cvs6
13136
13137         * src/folderview.c
13138                 Don't scan if not necessary, apart in current
13139                 folder and INBOX to fetch flags.
13140         * src/imap.c
13141                 Scan is necessary if unread count changes
13142
13143 2006-04-17 [colin]      2.1.1cvs5
13144
13145         * src/imap.c
13146                 ...But always fetch ANSWERED and DELETED flags for
13147                 INBOX, as filtering can happen on these flags.
13148
13149 2006-04-17 [colin]      2.1.1cvs4
13150
13151         * src/imap.c
13152                 Don't fetch REPLIED and DELETED flags when synchronising
13153                 flags with a closed folder. We only need UNSEEN and FLAGGED
13154                 to update the folderview.
13155
13156 2006-04-17 [colin]      2.1.1cvs3
13157
13158         * src/imap.c
13159                 Faster flag search when there are new mails 
13160                 in a folder. We can do a full search if the 
13161                 folder contains less messages than the new
13162                 list.
13163
13164 2006-04-17 [colin]      2.1.1cvs2
13165
13166         * po/cs.po
13167         * po/de.po
13168         * po/fr.po
13169         * po/nl.po
13170         * po/pt_BR.po
13171                 Update translations from stable branch
13172
13173 2006-04-17 [colin]      2.1.1cvs1
13174
13175         * configure.ac
13176                 Bump version to follow stable release
13177
13178 2006-04-16 [mones]      2.1.0cvs50
13179
13180         * po/es.po
13181                 Updated for release
13182
13183 2006-04-16 [colin]      2.1.0cvs49
13184
13185         * src/textview.c
13186                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13187                 with gtk < 2.8. Thanks to Fabien Vantard.
13188
13189 2006-04-15 [colin]      2.1.0cvs48
13190
13191         * src/etpan/imap-thread.c
13192                 Fix bug #919 (libetpan: SEGV when connecting 
13193                 using command)
13194
13195 2006-04-14 [colin]      2.1.0cvs47
13196
13197         * src/main.c
13198                 Fix race on --select (should be done better)
13199
13200 2006-04-14 [wwp]        2.1.0cvs46
13201
13202         * src/send_message.c
13203                 enforce a check for domain in account prefs (a sending
13204                 error could be faced if domain was checked but no value set),
13205                 thanks to Colin.
13206
13207 2006-04-14 [colin]      2.1.0cvs45
13208
13209         * src/codeconv.c
13210                 when converting from unknown to unknown, if the
13211                 string is UTF8, don't convert it to the locale
13212                 (which breaks it)
13213
13214 2006-04-14 [colin]      2.1.0cvs44
13215
13216         * src/compose.c
13217                 Don't try to use ASCII for converting headers
13218                 (as done in body)
13219
13220 2006-04-14 [paul]       2.1.0cvs43
13221
13222         * src/crash.c
13223                 add locale/charset info to crash report
13224         * src/gtk/about.c
13225                 add wwp to doc team
13226                 replace 'e-mail' with preferred 'email'
13227         * src/gtk/authors.h
13228                 ensure contributors list is in alphabetical
13229                 order
13230
13231 2006-04-13 [colin]      2.1.0cvs42
13232
13233         * src/textview.c
13234                 Prevent gdk warnings
13235
13236 2006-04-13 [colin]      2.1.0cvs41
13237
13238         * src/common/ssl_certificate.c
13239         * src/common/ssl_certificate.h
13240         * src/gtk/sslcertwindow.c
13241                 Warn on expired certs, and display the expiration date
13242
13243 2006-04-13 [colin]      2.1.0cvs40
13244
13245         * src/plugins/spamassassin/spamassassin_gtk.c
13246                 Fix missing set_text on unix socket
13247
13248 2006-04-13 [wwp]        2.1.0cvs39
13249
13250         * manual/fr/advanced.xml
13251         * manual/fr/glossary.xml
13252                 applied new spam/ham/email lexicon (pourriel, courriel)
13253
13254 2006-04-13 [paul]       2.1.0cvs38
13255
13256         * src/plugins/pgpmime/plugin.c
13257                 remove the mention of S/MIME from the
13258                 description. This is now handled by the
13259                 S/MIME plugin.
13260
13261 2006-04-13 [paul]       2.1.0cvs37
13262
13263         * src/prefs_msg_colors.c
13264                 rework dialog
13265         * src/prefs_folder_item.c
13266         * src/prefs_spelling.c
13267                 add a tooltip to the colour selector buttons
13268
13269 2006-04-13 [wwp]        2.1.0cvs36
13270
13271         * manual/advanced.xml
13272         * manual/glossary.xml
13273         * manual/handling.xml
13274         * manual/keyboard.xml
13275         * manual/plugins.xml
13276         * manual/starting.xml
13277         * manual/fr/account.xml
13278         * manual/fr/ack.xml
13279         * manual/fr/addrbook.xml
13280         * manual/fr/advanced.xml
13281         * manual/fr/faq.xml
13282         * manual/fr/glossary.xml
13283         * manual/fr/gpl.xml
13284         * manual/fr/handling.xml
13285         * manual/fr/intro.xml
13286         * manual/fr/keyboard.xml
13287         * manual/fr/plugins.xml
13288         * manual/fr/starting.xml
13289         * manual/fr/sylpheed-claws-manual.xml
13290                 fixes to the manuals:
13291                  - summaryview -> Message List (same in French)
13292                  - translate key names
13293                  - fix French punctuation, use non-breakable spaces when
13294                    necessary, don't use &thinsp; which is not portable
13295                  - tell what maildir and mbox formats we support
13296
13297 2006-04-12 [wwp]        2.1.0cvs35
13298
13299         * src/prefs_toolbar.c
13300                 unified a replace button more,
13301                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13302
13303 2006-04-12 [wwp]        2.1.0cvs34
13304
13305         * src/prefs_common.c
13306         * src/prefs_msg_colors.c
13307                 make default color labels translatable,
13308                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13309                 thanks to Tim <timbrain@post.cz> for reporting.
13310
13311 2006-04-12 [wwp]        2.1.0cvs33
13312
13313         * manual/glossary.xml
13314         * manual/intro.xml
13315         * manual/plugins.xml
13316         * manual/starting.xml
13317         * manual/sylpheed-claws-manual.xml
13318         * manual/fr/.cvsignore
13319         * manual/fr/account.xml
13320         * manual/fr/ack.xml
13321         * manual/fr/addrbook.xml
13322         * manual/fr/advanced.xml
13323         * manual/fr/faq.xml
13324         * manual/fr/glossary.xml
13325         * manual/fr/handling.xml
13326         * manual/fr/intro.xml
13327         * manual/fr/keyboard.xml
13328         * manual/fr/plugins.xml
13329         * manual/fr/starting.xml
13330         * manual/fr/sylpheed-claws-manual.xml
13331                 various fixes: typos, missing .fr translations, punctuation,
13332                 capitalization, links, accents and some bad French more.
13333
13334 2006-04-12 [wwp]        2.1.0cvs32
13335
13336         * src/prefs_gtk.c
13337                 fix for bug #935: always store prefs files in UTF-8 (thanks
13338                 to Colin).
13339
13340 2006-04-11 [colin]      2.1.0cvs31
13341
13342         * src/compose.c
13343                 Fix inserting files not in utf8 when locale is utf8
13344
13345 2006-04-11 [colin]      2.1.0cvs30
13346
13347         * src/inc.c
13348                 Don't show error dialog when cancelling connection
13349                 Patch by Pawel
13350
13351 2006-04-11 [cleroy]     2.1.0cvs29
13352
13353         * src/compose.c
13354                 Implement multiple quote levels
13355         * src/prefs_common.c
13356                 Change a little bit the quote bgcolor for 2nd level
13357
13358 2006-04-11 [colin]      2.1.0cvs28
13359
13360         * src/gtk/about.c
13361                 Add locale and charset in the label
13362
13363 2006-04-10 [colin]      2.1.0cvs27
13364
13365         * src/compose.c
13366         * src/prefs_common.c
13367         * src/prefs_common.h
13368         * src/prefs_msg_colors.c
13369         * src/textview.c
13370                 Allow optional background color in quotes
13371                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13372                 GTK+-2.8.x feature
13373
13374 2006-04-10 [colin]      2.1.0cvs26
13375
13376         * src/main.c
13377         * src/mainwindow.c
13378         * src/mainwindow.h
13379                 Implement --select
13380
13381 2006-04-10 [colin]      2.1.0cvs25
13382
13383         * manual/plugins.xml
13384         * manual/fr/plugins.xml
13385                 Document libcurl's proxy variables
13386
13387 2006-04-09 [colin]      2.1.0cvs24
13388
13389         * src/prefs_common.c
13390                 gettext() returns statically allocated stuff. We have
13391                 to strdup it in order to be able to free it.
13392
13393 2006-04-09 [colin]      2.1.0cvs23
13394
13395         * AUTHORS
13396         * src/gtk/authors.h
13397                 Add Alexei
13398
13399 2006-04-09 [colin]      2.1.0cvs22
13400
13401         * src/mainwindow.c
13402         * src/gtk/quicksearch.c
13403                 Fix bug #859 (problems with cyrilic input in 
13404                 search panel) - Patch by Alexey Illarionov 
13405                 <littlesavage@rambler.ru>
13406
13407 2006-04-09 [colin]      2.1.0cvs21
13408
13409         * src/prefs_customheader.c
13410                 I prefer removing then freeing rather than the contrary
13411                 (even if it doesn't change anything ;-)
13412         * src/prefs_account.c
13413                 Fix bug #933 (Crash re-entering the custom headers list 
13414                 dialog in accounts prefs)
13415                 The problem happened when cancelling the Account 
13416                 Preferences' dialogs - in which case we didn't do 
13417                 anything to the PrefsAccount * struct. In case of applying,
13418                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13419                 working with in this dialog. The problem is that 
13420                 prefs_customheader.c, working on this tmp_ac_prefs, always
13421                 changes the ->customhdr_list pointer, even when cancelled. 
13422                 So in case of cancelling the prefs_account dialog, we still
13423                 have to update ->customhdr_list in the real account.
13424
13425 2006-04-08 [colin]      2.1.0cvs20
13426
13427         * manual/fr/glossary.xml
13428         * manual/fr/keyboard.xml
13429                 Forgot some headers :)
13430
13431 2006-04-08 [colin]      2.1.0cvs19
13432
13433         * manual/Makefile.am
13434         * manual/fr/Makefile.am
13435         * manual/fr/account.xml
13436         * manual/fr/ack.xml
13437         * manual/fr/addrbook.xml
13438         * manual/fr/advanced.xml
13439         * manual/fr/faq.xml
13440         * manual/fr/glossary.xml
13441         * manual/fr/gpl.xml
13442         * manual/fr/handling.xml
13443         * manual/fr/intro.xml
13444         * manual/fr/keyboard.xml
13445         * manual/fr/plugins.xml
13446         * manual/fr/starting.xml
13447         * manual/fr/sylpheed-claws-manual.xml
13448         * manual/fr/dist/.cvsignore
13449         * manual/fr/dist/Makefile.am
13450         * manual/fr/dist/html/.cvsignore
13451         * manual/fr/dist/html/Makefile.am
13452         * manual/fr/dist/pdf/.cvsignore
13453         * manual/fr/dist/pdf/Makefile.am
13454         * manual/fr/dist/ps/.cvsignore
13455         * manual/fr/dist/ps/Makefile.am
13456         * manual/fr/dist/txt/.cvsignore
13457         * manual/fr/dist/txt/Makefile.am
13458                 Add the french translation of the manual. Thanks to
13459                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13460                 account.xml, ack.xml, addrbook.xml and advanced.xml
13461
13462 2006-04-08 [colin]      2.1.0cvs18
13463
13464         * manual/plugins.xml
13465         * manual/starting.xml
13466                 More fixes
13467
13468 2006-04-07 [colin]      2.1.0cvs17
13469
13470         * manual/faq.xml
13471         * manual/intro.xml
13472         * manual/keyboard.xml
13473                 Little fixes
13474
13475 2006-04-07 [colin]      2.1.0cvs16
13476
13477         * README
13478         * src/compose.c
13479         * src/prefs_common.c
13480         * src/prefs_common.h
13481                 Add hidden compose_no_markup pref
13482
13483 2006-04-07 [wwp]        2.1.0cvs15
13484
13485         * src/summary_search.c
13486         * .cvsignore
13487                 Bugfix: stop button was sticky when searching in an empty folder.
13488                 Applied curly brackets code style to the whole file (summary_search.c).
13489                 More files to ignore.
13490
13491 2006-04-07 [wwp]        2.1.0cvs14
13492
13493         * src/message_search.c
13494         * src/summary_search.c
13495                 changed default button when search bumps at file/folder
13496                 beginning or end, for convenience (thanks to Colin).
13497
13498 2006-04-07 [paul]       2.1.0cvs13
13499
13500         * src/plugins/dillo_viewer/dillo_prefs.c
13501                 avoid future potential for namespace collision
13502                 Patch by Colin
13503
13504 2006-04-06 [wwp]        2.1.0cvs12
13505
13506         * src/summary_search.c
13507                 Unify extended/advanced searches names (and thus factorize labels),
13508                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13509
13510 2006-04-06 [wwp]        2.1.0cvs11
13511
13512         * src/folderview.c
13513         * src/prefs_themes.c
13514         * src/summaryview.c
13515                 Fixed some compilation warnings.
13516
13517 2006-04-06 [colin]      2.1.0cvs10
13518
13519         * manual/advanced.xml
13520                 Document the wizard template and how to deploy
13521                 Sylpheed-Claws effectively
13522
13523 2006-04-06 [colin]      2.1.0cvs9
13524
13525         * src/folderview.c
13526                 gettext patch to tell translators about _("#"),
13527                 by Maxim Britov
13528
13529 2006-04-06 [colin]      2.1.0cvs8
13530
13531         * src/textview.c
13532                 Fix invalid GtkTextBIter after clicking "Display as text"
13533
13534 2006-04-06 [mones]      2.1.0cvs7
13535
13536         * src/addr_compl.c
13537         * src/addrindex.c
13538         * src/addritem.c
13539         * src/codeconv.c
13540         * src/compose.c
13541         * src/filtering.c
13542         * src/folder.c
13543         * src/folder_item_prefs.c
13544         * src/folderview.c
13545         * src/localfolder.c
13546         * src/matcher.c
13547         * src/mimeview.c
13548         * src/prefs_msg_colors.c
13549         * src/prefs_spelling.c
13550         * src/prefs_themes.c
13551         * src/procmime.c
13552         * src/procmsg.c
13553         * src/stock_pixmap.c
13554         * src/summaryview.c
13555         * src/textview.c
13556         * src/toolbar.c
13557         * src/common/mgutils.c
13558         * src/common/prefs.c
13559         * src/common/ssl_certificate.c
13560         * src/gtk/colorlabel.c
13561         * src/gtk/quicksearch.c
13562         * src/plugins/pgpmime/pgpmime.c
13563         * src/plugins/spamassassin/spamassassin.c
13564                 Removed redundant NULL checks for g_free() calls.
13565                 Patch by Pawel Pekala.
13566
13567 2006-04-06 [mones]      2.1.0cvs6
13568
13569         * src/prefs_actions.c
13570         * src/prefs_filtering.c
13571         * src/prefs_filtering_action.c
13572         * src/prefs_matcher.c
13573         * src/prefs_template.c
13574         * src/gtk/gtkutils.c
13575         * src/gtk/gtkutils.h
13576                 Have a nice replace button. Patch by Pawel Pekala
13577
13578 2006-04-06 [colin]      2.1.0cvs5
13579
13580         * src/addressbook.c
13581                 Fix crash with empty columns
13582
13583 2006-04-05 [colin]      2.1.0cvs4
13584
13585         * src/wizard.c
13586         * src/prefs_gtk.c
13587                 Allow wizard customization with pre-filled values
13588
13589 2006-04-05 [colin]      2.1.0cvs3
13590
13591         * src/textview.c
13592         * src/mimeview.c
13593         * src/mimeview.h
13594                 Nicer messages in mimeview
13595
13596 2006-04-05 [colin]      2.1.0cvs2
13597
13598         * src/addressbook.c
13599         * src/prefs_summaries.c
13600                 i18n fix
13601
13602 2006-04-05 [colin]      2.1.0cvs1
13603
13604         * src/plugins/pgpcore/plugin.c
13605         * src/plugins/pgpcore/select-keys.c
13606         * src/plugins/pgpcore/select-keys.h
13607         * src/plugins/pgpcore/sgpgme.c
13608         * src/plugins/pgpcore/sgpgme.h
13609         * src/plugins/pgpinline/pgpinline.c
13610         * src/plugins/pgpinline/plugin.c
13611         * src/plugins/pgpmime/pgpmime.c
13612         * src/plugins/pgpmime/plugin.c
13613                 Factorize and generalize a bit 
13614                 Drop S/MIME signature verification from PGP/MIME
13615                 (adding it as another, more complete plugin)
13616
13617 2006-04-05 [paul]       2.1.0
13618
13619         2.1.0 released
13620
13621 2006-04-05 [paul]       2.0.0cvs186
13622
13623         * manual/advanced.xml
13624                 add info on colour labels
13625
13626 2006-04-05 [paul]       2.0.0cvs185
13627
13628         * po/bg.po
13629         * po/cs.po
13630         * po/de.po
13631         * po/el.po
13632         * po/en_GB.po
13633         * po/fi.po
13634         * po/fr.po
13635         * po/it.po
13636         * po/nl.po
13637         * po/pl.po
13638         * po/pt_BR.po
13639         * po/sr.po
13640         * po/zh_CN.po
13641                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13642                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13643                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13644                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13645         * src/gtk/authors.h
13646         * tools/claws.i18n.status.pl
13647                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13648                 and new Czech translator, Tim <timbrain@post.cz>
13649
13650 2006-04-05 [mones]      2.0.0cvs184
13651
13652         * po/es.po
13653                 Updated translation
13654
13655 2006-04-05 [colin]      2.0.0cvs183
13656
13657         * src/gtk/quicksearch.c
13658                 Fix bug #929 (unnecessary reload in quick search bar)
13659
13660 2006-04-05 [colin]      2.0.0cvs182
13661
13662         * src/compose.c
13663                 Fix crash on Reply with no From:
13664                 Show signature and conversion error on queuing 
13665                 (but not sending)
13666         * src/mainwindow.c
13667         * src/summaryview.c
13668         * src/summaryview.h
13669                 Factorize threading code and make sure msginfo 
13670                 is not null when it comes from a GtkCTreeRow's 
13671                 data
13672         * src/gtk/gtkaspell.c
13673                 Check for necessary things
13674         * src/gtk/gtksctree.c
13675         * src/gtk/gtksctree.h
13676                 Reset anchor if necessary when removing node
13677
13678 2006-03-29 [colin]      2.0.0cvs181
13679
13680         * src/folderview.c
13681                 Warn for disabled IMAP accounts (due to lack of
13682                 libetpan). Breaks string-freeze - sorry - but it
13683                 is kind of important ;)
13684
13685 2006-03-28 [colin]      2.0.0cvs180
13686
13687         * src/gtk/gtkutils.c
13688         * src/gtk/gtkutils.h
13689                 Add a gtkut_get_link_btn() function that
13690                 creates a button which acts like an URI
13691         * src/prefs_themes.c
13692         * src/gtk/about.c
13693                 Use this function (factorizes codes)
13694         * src/common/defs.h
13695         * src/gtk/pluginwindow.c
13696                 Add a "Get more..." in the plugins window
13697
13698 2006-03-28 [colin]      2.0.0cvs179
13699
13700         * src/common/smtp.c
13701         * src/common/passcrypt.c
13702         * src/undo.c
13703                 Warning fixes. Patch by Pawel Pekala
13704
13705 2006-03-27 [colin]      2.0.0cvs178
13706
13707         * src/undo.c
13708                 Fix undoing by blocks with spaces
13709
13710 2006-03-27 [colin]      2.0.0cvs177
13711
13712         * src/textview.c
13713                 Set margin to 3px for headers
13714
13715 2006-03-27 [paul]
13716
13717         2.1.0-rc2 released
13718
13719 2006-03-27 [wwp]        2.0.0cvs176
13720
13721         * src/summaryview.c
13722                 don't reset quicksearch when updating the message list.
13723                 Thanks to Colin.
13724
13725 2006-03-26 [wwp]        2.0.0cvs175
13726
13727         * src/compose.c
13728                 use a unified border width ('other' tab in the compose window,
13729                 patch by Pawel Pekala).
13730
13731
13732 2006-03-26 [wwp]        2.0.0cvs174
13733
13734         * src/common/quoted-printable.c
13735         * src/addressbook.c
13736                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13737
13738 2006-03-26 [colin]      2.0.0cvs173
13739
13740         * src/quote_fmt_parse.y
13741                 Fix non-UTF8 date formats messing up the whole quote a 
13742                 little bit
13743
13744 2006-03-26 [colin]      2.0.0cvs172
13745
13746         * src/procheader.c
13747                 Make sure the date is UTF8 valid, or try to make it
13748                 so. IncrediMail is really IncrediStupid.
13749         * src/compose.c
13750                 Fix possible conversions. 
13751                 
13752
13753 2006-03-26 [colin]      2.0.0cvs171
13754
13755         * src/matcher.c
13756                 Fix corner cases in body search. This is still a
13757                 hack... It seems impossible to make it good and 
13758                 reasonably fast at the same time.
13759
13760 2006-03-26 [colin]      2.0.0cvs170
13761
13762         * src/summaryview.c
13763                 I think I killed the twilight zone bug!
13764                 summary_select_node() flushes GTK events in order
13765                 to be able to center the view. But this also 
13766                 flushes keypresses like Ctrl-Alt-U, so this can
13767                 call summary_show from summary_select_node (itself
13768                 called from summary_show, etc.). And the summaryview
13769                 has to be unlocked in this function. So just locking
13770                 while processing GTK events, and bailing if locked, 
13771                 should fix it.
13772                 Fixes bug #927 (SIGSEGV during Update Summary)
13773
13774 2006-03-25 [colin]      2.0.0cvs169
13775
13776         * src/matcher.c
13777                 Fix search in QP-encoded bodies
13778                 Fix utf-8 searches in bodies encoded in the
13779                 locale's encoding
13780         * src/common/quoted-printable.c
13781         * src/common/quoted-printable.h
13782                 Add a decode function that doesn't overwrite
13783                 the original pointer
13784                 
13785
13786 2006-03-24 [colin]      2.0.0cvs168
13787
13788         * src/action.c
13789         * src/summaryview.c
13790         * src/summaryview.h
13791                 Update message cache after action
13792                 Patch by H. Merijn Brand
13793         * src/prefs_msg_colors.c
13794                 Factorize label 
13795                 Patch by Fabien Vantard
13796         * src/plugins/spamassassin/spamassassin_gtk.c
13797                 Remove useless translation
13798                 Patch by Fabien Vantard
13799
13800 2006-03-23 [colin]      2.0.0cvs167
13801
13802         * src/common/ssl.c
13803                 Let 30 seconds to SSL_connect
13804
13805 2006-03-23 [wwp]        2.0.0cvs166
13806
13807         * src/summaryview.c
13808         * src/gtk/description_window.c
13809                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13810                 and headers are translated; adjust description windows' width to fit their
13811                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13812
13813 2006-03-23 [paul]       2.0.0cvs165
13814
13815         * src/common/utils.c
13816                 fix highlighting of URIs containing "()"
13817                 (2.0.0cvs164's reversal fixed)
13818                 Thanks to Colin.
13819
13820 2006-03-23 [paul]       2.0.0cvs164
13821
13822         * src/common/utils.c
13823                 revert patch, (postponing a fix), at 2.0.0cvs120
13824                 as it breaks more URIs than it fixes.
13825                 Allow '-' to be a terminating character in a URI
13826
13827 2006-03-22 [colin]      2.0.0cvs163
13828
13829         * configure.ac
13830                 Require libetpan 0.45
13831                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13832
13833 2006-03-22 [paul]       2.0.0cvs162
13834
13835         * src/editgroup.c
13836                 replace '<-' and '->' buttons with GTK_STOCK graphical
13837                 buttons
13838         * src/summary_search.c
13839                 don't offer '...' for translation
13840                 add a tooltip to advanced search '...' button
13841         * src/gtk/quicksearch.c
13842                 don't offer '...' for translation
13843
13844 2006-03-21 [colin]      2.0.0cvs161
13845
13846         * src/compose.c
13847                 Fix middle-click pasting (insert at click
13848                 position instead of cursor position, don't
13849                 remove existing selection and allow pasting
13850                 our own selection)
13851         * src/addressbook.c
13852                 "LDAP Server" -> "LDAP servers"
13853
13854 2006-03-21 [wwp]        2.0.0cvs160
13855
13856         * src/etpan/imap-thread.c
13857                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13858
13859 2006-03-20 [colin]      2.0.0cvs159
13860
13861         * src/summaryview.c
13862                 Don't reload summaryview after an execute with no
13863                 move action
13864
13865 2006-03-19 [colin]      2.0.0cvs158
13866
13867         * src/addressbook.c
13868                 and put groups at the top, always
13869
13870 2006-03-19 [colin]      2.0.0cvs157
13871
13872         * src/addressbook.c
13873                 Order groups before names, as previously
13874
13875 2006-03-19 [colin]      2.0.0cvs156
13876
13877         * src/addressbook.c
13878                 - Sort case-unsensitive
13879                 - Put the sort arrow at opening too
13880
13881 2006-03-19 [wwp]        2.0.0cvs155
13882
13883         * src/addressbook.c
13884                 allow sorting by name/email/remarks, ensure that right-pane's contents
13885                 matches the left-pane selection (cleared when appropriate).
13886                 Patch by Pawel Pekala <c0rn@o2.pl>.
13887
13888 2006-03-18 [colin]      2.0.0cvs154
13889
13890         * src/textview.c
13891                 Fix text cursor ;)
13892
13893 2006-03-18 [colin]      2.0.0cvs153
13894
13895         * src/gtk/filesel.c
13896                 Make sure we hide the preview if we didn't get
13897                 a filename
13898
13899 2006-03-18 [colin]      2.0.0cvs152
13900
13901         * src/summaryview.c
13902                 Set cursor to watch for execution (fixes lack
13903                 of watch-cursor when dnd'ing hundreds of mails)
13904         * src/gtk/filesel.c
13905                 Check that mime type is 'image/*' before updating
13906                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13907
13908 2006-03-18 [colin]      2.0.0cvs151
13909
13910         * src/mainwindow.c
13911         * src/textview.c
13912         * src/textview.h
13913                 Put a watch cursor in textview too when the mainwindow's
13914                 cursor in a watch
13915
13916 2006-03-18 [colin]      2.0.0cvs150
13917
13918         * src/folder.c
13919                 Change wrong asserts to simple tests
13920
13921 2006-03-17 [colin]      2.0.0cvs149
13922
13923         * src/mainwindow.c
13924         * src/mainwindow.h
13925         * src/prefs_msg_colors.c
13926         * src/summaryview.c
13927         * src/summaryview.h
13928         * src/gtk/colorlabel.c
13929         * src/gtk/colorlabel.h
13930                 Add a color label menu in the main menubar
13931                 Add (fixed) accels Ctrl-{0-7} to change the color
13932                 They have to be fixed because the menu's dynamic,
13933                 the items are complex widgets, hence we can't use
13934                 a GtkItemFactory.
13935
13936
13937 2006-03-17 [wwp]        2.0.0cvs148
13938
13939         * src/compose.c
13940                 rollback few lines from my previous commit (those lines come from
13941                 a pending patch, accidentally commited, even if neutral as they are
13942                 commented out).
13943
13944 2006-03-17 [wwp]        2.0.0cvs147
13945
13946         * src/compose.c
13947                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13948                 applied code style/indentation to the modified function.
13949
13950 2006-03-17 [wwp]        2.0.0cvs146
13951
13952         * src/procmsg.c
13953         * src/compose.c
13954                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13955
13956 2006-03-17 [paul]
13957
13958         2.1.0-rc1 released
13959
13960 2006-03-17 [paul]       2.0.0cvs145
13961
13962         * src/main.c
13963                 addressbook_read_file() was called twice
13964         * src/textview.c
13965                 X-Mailer highlighting
13966
13967 2006-03-16 [colin]      2.0.0cvs144
13968
13969         * src/sourcewindow.c
13970         * src/sourcewindow.h
13971                 And the last one, in source window.
13972
13973 2006-03-16 [colin]      2.0.0cvs143
13974
13975         * src/compose.c
13976         * src/compose.h
13977                 Fix the same stuff in compose
13978
13979 2006-03-16 [colin]      2.0.0cvs142
13980
13981         * src/messageview.c
13982                 Complete the previous messageview crash fix
13983
13984 2006-03-16 [colin]      2.0.0cvs141
13985
13986         * src/procmsg.h
13987         * src/procmsg.c
13988         * src/folder.c
13989                 Fix POSTPROCESSING hook
13990                 Patch by H. Merijn Brand
13991
13992         * src/procmime.c
13993         * src/procmime.h
13994                 Parse Content-Location
13995
13996         * src/toolbar.c
13997         * src/messageview.c
13998         * src/messageview.h
13999                 Don't crash when a top-level MessageView has
14000                 been closed on us. Same problematic than
14001                 yesterday's quicksearch issue.
14002
14003 2006-03-15 [colin]      2.0.0cvs140
14004
14005         * src/gtk/quicksearch.c
14006                 Fix a bitchy race we didn't think about when we
14007                 added quicksearch cancellation:
14008                 If the search is not on cached fields, for example
14009                 body_part matchcase "stuff"
14010                 the matcher code has to get the whole message. If
14011                 we're on IMAP, that can be slow, and in order to
14012                 be non-blocking, the IMAP code idle loop processes
14013                 gtk events too. So it is possible to cancel a
14014                 quicksearch while the matcher is getting the mail's
14015                 body. After matcher got its body, it will start to
14016                 iterate over the matcher list that the Quicksearch's
14017                 clear_search_cb() just freed via prepare_matcher().
14018                 SIGSEGV ensues.
14019                 The fix consists of guarding the matcherlist_match()
14020                 call with a boolean 'matching'. If we reset the
14021                 quicksearch while matching is TRUE, we don't free
14022                 the matcherlist anymore like we did, but we set
14023                 another new flag, deferred_free, to TRUE. Then,
14024                 in quicksearch_match(), just after returning from
14025                 matcherlist_match() and unsetting the matching flag,
14026                 we check the deferred_free flag and do the
14027                 prepare_matcher() (which does the matcherlist_free)
14028                 for real, so we free the matcherlist once it's not
14029                 used anymore.
14030                 As all of this runs via the glib main loop, we
14031                 luckily don't need a mutex.
14032         * src/summaryview.c
14033                 Also, show progress while searching.
14034
14035
14036 2006-03-14 [colin]      2.0.0cvs139
14037
14038         * src/alertpanel.c
14039                 Make alertpanel_is_open non-static
14040
14041 2006-03-14 [colin]      2.0.0cvs138
14042
14043         * src/prefs_spelling.c
14044                 Cleanups - Fabien Vantard
14045
14046 2006-03-14 [wwp]        2.0.0cvs137
14047
14048         * src/main.c
14049                 code style normalization (curly braces, indentation).
14050
14051 2006-03-14 [wwp]        2.0.0cvs137
14052
14053         * src/main.c
14054                 code style (braces, indentation)
14055
14056 2006-03-12 [paul]       2.0.0cvs136
14057
14058         * src/prefs_common.c
14059                 trans_hdr defaults to FALSE to be RFC-savvy
14060         * src/prefs_summaries.c
14061                 add a tooltip to the trans_hdr option
14062                 
14063
14064 2006-03-12 [paul]       2.0.0cvs135
14065
14066         * src/prefs_matcher.c
14067                 give a little more width to the combos
14068         * src/prefs_display_header.c
14069         * src/textview.c
14070                 translate headers if prefs_common.trans_hdr
14071                 is TRUE
14072
14073         Patches by Pawel Pekala
14074
14075 2006-03-12 [paul]       2.0.0cvs134
14076
14077         * src/plugins/clamav/clamav_plugin.c
14078         * src/plugins/dillo_viewer/dillo_viewer.c
14079         * src/plugins/pgpcore/plugin.c
14080         * src/plugins/pgpinline/plugin.c
14081         * src/plugins/pgpmime/plugin.c
14082         * src/plugins/spamassassin/spamassassin.c
14083                 update/add to descriptions
14084         * src/plugins/spamassassin/spamassassin_gtk.c
14085                 fixes to the english, remove superfluous
14086                 tooltips, clean up a little
14087
14088 2006-03-12 [paul]       2.0.0cvs133
14089
14090         * src/compose.c
14091                 fix Bug 924, 'Account combo box shows up wrong 
14092                 if & is in account name'
14093
14094 2006-03-11 [colin]      2.0.0cvs132
14095
14096         * src/summaryview.c
14097                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14098                 messed up shift-selection because is slows down
14099                 moving around summaryview. thanks -users
14100
14101 2006-03-10 [colin]      2.0.0cvs131
14102
14103         * src/plugins/spamassassin/spamassassin_gtk.c
14104                 Put back Paul's engrish fixes
14105
14106 2006-03-10 [colin]      2.0.0cvs130
14107
14108         * src/plugins/spamassassin/spamassassin.c
14109         * src/plugins/spamassassin/spamassassin.h
14110         * src/plugins/spamassassin/spamassassin_gtk.c
14111                 Cleanup SA prefs page (more)
14112                 Patch by Fabien Vantard
14113
14114 2006-03-10 [paul]       2.0.0cvs129
14115
14116         * src/prefs_msg_colors.c
14117         * src/prefs_spelling.c
14118                 widget sensitivity
14119
14120 2006-03-09 [mones]      2.0.0cvs128
14121
14122         * po/es.po
14123                 Update for next RC
14124
14125 2006-03-09 [wwp]        2.0.0cvs127
14126
14127         * configure.ac
14128                 revert accidental commit (requirement for libetpan 0.43), this time
14129                 not in HEAD.
14130
14131 2006-03-09 [wwp]        2.0.0cvs125
14132
14133         * configure.ac
14134                 revert accidental commit (requirement for libetpan 0.43)
14135
14136 2006-03-09 [paul]       2.0.0cvs126
14137
14138         * src/prefs_receive.c
14139                 remove useless frame
14140                 replace 'incorporation' with 'receiving'
14141         * src/plugins/clamav/clamav_plugin_gtk.c
14142         * src/plugins/spamassassin/spamassassin_gtk.c
14143                 improve widget sensitivity
14144                 fix a bit his engrish
14145
14146 2006-03-09 [wwp]        2.0.0cvs125
14147
14148         * src/addressadd.c
14149         * src/foldersel.c
14150         * src/prefs_common.c
14151         * src/prefs_common.h
14152                 remember some more windows' sizes (add to addressbook and
14153                 select folder).
14154
14155 2006-03-09 [paul]       2.0.0cvs124
14156
14157         * src/plugins/pgpcore/prefs_gpg.c
14158                 normalise construction of dialogue
14159
14160 2006-03-09 [paul]       2.0.0cvs123
14161
14162         * src/plugins/trayicon/Makefile.am
14163                 add missing slash
14164
14165 2006-03-08 [colin]      2.0.0cvs122
14166
14167         * src/plugins/trayicon/Makefile.am
14168                 Fix build in separate dir 
14169                 Patch by Bamanzi <bamanzi@gmail.com>
14170
14171 2006-03-08 [colin]      2.0.0cvs121
14172
14173         * src/procmsg.c
14174                 Batch move and copies from summaryview with delayed execution
14175                 too
14176
14177 2006-03-07 [paul]       2.0.0cvs120
14178
14179         * src/common/utils.c
14180                 fix highlighting of URIs containing "()"
14181                 Patch by Pawel Pekala
14182
14183 2006-03-07 [paul]       2.0.0cvs119
14184
14185         * src/folder.c
14186         * src/folder.h
14187         * src/folderview.c
14188                 immediately do alphabetical resort when
14189                 changing a folder's name
14190                 Patch by Pawel Pekala
14191
14192 2006-03-07 [paul]       2.0.0cvs118
14193
14194         * src/news.c
14195         * src/news_gtk.c
14196                 when unsubscribing a newsgroup, remove the
14197                 folder and msgs in .sylpheed-claws/newscache
14198                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14199
14200 2006-03-07 [paul]       2.0.0cvs117
14201
14202         * src/textview.c
14203                 fix wrong Fake URL Warning
14204                 Thanks to Hiro
14205
14206 2006-03-07 [colin]      2.0.0cvs116
14207
14208         * src/imap.c
14209                 Return immediately when password dialog was
14210                 cancelled
14211         * src/gtk/inputdialog.c
14212                 Allow empty strings for passwords
14213
14214
14215 2006-03-06 [colin]      2.0.0cvs115
14216
14217         * src/imap.c
14218                 Prevent double-timeouts when connection fails
14219
14220 2006-03-06 [colin]
14221
14222         2.0.1-rc1 released
14223
14224 2006-03-06 [colin]      2.0.0cvs114
14225
14226         * src/imap.c
14227                 Refresh session during potentially long
14228                 operations
14229
14230 2006-03-06 [wwp]        2.0.0cvs113
14231
14232         * src/prefs_msg_colors.h
14233                 forgot that one (custom color labels).
14234
14235 2006-03-06 [wwp]        2.0.0cvs112
14236
14237         * src/prefs_common.c
14238         * src/prefs_common.h
14239         * src/prefs_msg_colors.c
14240         * src/summaryview.c
14241         * src/summaryview.h
14242         * src/gtk/colorlabel.c
14243         * src/gtk/colorlabel.h
14244                 colors in messages list are now customizable. Color values and names can
14245                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14246                 Thanks to Paul and Colin for their help with this longstanding patch!
14247
14248 2006-03-06 [wwp]        2.0.0cvs111
14249
14250         * src/textview.c
14251                 don't crash if (x)face is bad.
14252
14253 2006-03-05 [paul]       2.0.0cvs110
14254
14255         * AUTHORS
14256         * configure.ac
14257         * src/Makefile.am
14258         * src/common/Makefile.am
14259         * src/common/utils.h
14260         * src/etpan/imap-thread.c
14261         * src/gtk/authors.h
14262         * src/plugins/clamav/Makefile.am
14263         * src/plugins/demo/Makefile.am
14264         * src/plugins/dillo_viewer/Makefile.am
14265         * src/plugins/pgpcore/Makefile.am
14266         * src/plugins/pgpcore/passphrase.c
14267         * src/plugins/pgpinline/Makefile.am
14268         * src/plugins/pgpmime/Makefile.am
14269         * src/plugins/spamassassin/Makefile.am
14270         * src/plugins/trayicon/Makefile.am
14271                 fix builiding on cygwin
14272                 Patch by Ralgh Young <bamanzi@gmail.com>
14273
14274 2006-03-04 [wwp]        2.0.0cvs109
14275
14276         * manual/keyboard.xml
14277                 fix mixed up/down keys.
14278
14279 2006-03-04 [wwp]        2.0.0cvs108
14280
14281         * README
14282         * INSTALL
14283                 updated links to SpamAssassin.
14284
14285 2006-03-04 [wwp]        2.0.0cvs107
14286
14287         * manual/plugins.xml
14288         * src/plugins/spamassassin/README
14289                 updated SpamAssassin plugin docs to reflect new functional additions
14290                 (also fix/update/documents few technical stuff more, see the README).
14291
14292 2006-03-04 [wwp]        2.0.0cvs106
14293
14294         * src/prefs_message.c
14295                 normalized capitalization of message-prefs paths.
14296
14297 2006-03-04 [wwp]        2.0.0cvs105
14298
14299         * manual/advanced.xml
14300                 typo.
14301
14302 2006-03-03 [colin]      2.0.0cvs104
14303
14304         * src/plugins/clamav/clamav_plugin_gtk.c
14305                 Rework prefs page, patch by Fabien 
14306
14307 2006-03-03 [colin]      2.0.0cvs103
14308
14309         * src/plugins/clamav/clamav_plugin.c
14310                 Set error on all errors
14311
14312 2006-03-03 [colin]      2.0.0cvs102
14313
14314         * src/common/plugin.c
14315                 Initialize error to avoid crashing when a plugin fails
14316                 without setting error
14317
14318 2006-03-02 [wwp]        2.0.0cvs101
14319
14320         * configure.ac
14321                 fixed linker flags for libetpan support on Cygwin
14322                 (thanks to H.Merijn Brand).
14323
14324 2006-03-02 [wwp]        2.0.0cvs100
14325
14326         * src/addressbook.c
14327                 fix some AB error messages: one for punctuation and
14328                 one wrongly duplicate (thanks, maxbritov).
14329
14330 2006-03-02 [wwp]        2.0.0cvs99
14331
14332         * src/plugins/spamassassin/spamassassin.c
14333                 make sync calls to sa-learn/spamc to prevent
14334                 system (whatever local or client/server) overload.
14335
14336 2006-03-02 [colin]      2.0.0cvs98
14337
14338         * src/summaryview.c
14339                 Put the spam icon in the status column instead of the
14340                 mark one
14341
14342 2006-03-01 [colin]      2.0.0cvs97
14343
14344         * src/plugins/spamassassin/spamassassin.c
14345                 Fix segfault (g_file_set_contents fails for some 
14346                 reason and err==0x2f. Can't find out why with
14347                 valgrind, using working function :-)
14348
14349 2006-03-01 [colin]      2.0.0cvs96
14350
14351         * src/inc.c
14352                 Offline overriding: let 'No' be cached only 3 seconds
14353
14354 2006-03-01 [colin]      2.0.0cvs95
14355
14356         * src/addr_compl.c
14357         * src/addrbook.c
14358         * src/addressbook.c
14359         * src/addrindex.c
14360         * src/folder_item_prefs.c
14361         * src/headerview.c
14362         * src/imap.c
14363         * src/inc.c
14364         * src/ldif.c
14365         * src/mainwindow.c
14366         * src/mh.c
14367         * src/msgcache.c
14368         * src/prefs_common.h
14369         * src/prefs_msg_colors.c
14370         * src/procheader.c
14371         * src/procheader.h
14372         * src/procmime.c
14373         * src/procmsg.c
14374         * src/procmsg.h
14375         * src/send_message.h
14376         * src/simple-gettext.c
14377         * src/summaryview.c
14378         * src/summaryview.h
14379         * src/syldap.c
14380         * src/textview.c
14381         * src/undo.c
14382         * src/common/ssl_certificate.c
14383         * src/common/utils.c
14384         * src/gtk/colorsel.c
14385         * src/gtk/gtksctree.c
14386         * src/gtk/gtkshruler.c
14387         * src/plugins/trayicon/trayicon.c
14388                 #if 0 goes to /dev/null
14389
14390 2006-03-01 [colin]      2.0.0cvs94
14391
14392         * src/compose.c
14393         * src/imap.c
14394         * src/inc.c
14395         * src/inc.h
14396         * src/messageview.c
14397         * src/news.c
14398         * src/plugins/spamassassin/spamassassin.c
14399                 Allow to add information in the "working offline"
14400                 window
14401
14402 2006-03-01 [wwp]        2.0.0cvs93
14403
14404         * src/plugins/spamassassin/spamassassin.c
14405                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14406                 'cause it seems that calling `spamc ... < inputfile` with
14407                 g_spawn_(a)sync simply.. erm doesn't work :-).
14408
14409 2006-03-01 [wwp]        2.0.0cvs92
14410
14411         * src/toolbar.c
14412         * src/toolbar.h
14413                 simplify the adding of spam/ham button to the messageview toolbar
14414                 (it gets more clear now that the same button will be "Mark as spam"
14415                 or "Mark as ham" according to the current message status,
14416                 thanks to Colin).
14417
14418 2006-03-01 [wwp]        2.0.0cvs91
14419
14420         * src/messageview.c
14421         * src/procmsg.c
14422         * src/procmsg.h
14423         * src/summaryview.c
14424         * src/plugins/spamassassin/spamassassin.c
14425         * src/plugins/spamassassin/spamassassin.h
14426                 make learner callbacks return a status (0 for ok),
14427                 handle it in main code to avoid setting flags when learning failed,
14428                 don't learn on TCP if offline in spamassassin,
14429                 thanks to Colin.
14430
14431                 
14432
14433 2006-03-01 [wwp]        2.0.0cvs90
14434
14435         * src/compose.c
14436                 some work around the compose window's account menu,
14437                 patch by Fabien Vantard.
14438
14439 2006-03-01 [wwp]        2.0.0cvs89
14440
14441         * src/plugins/spamassassin/spamassassin.c
14442                 fixed bad logics, was using spamc in local mode and sa-learn
14443                 in remote mode (thanks, Colin).
14444
14445 2006-03-01 [wwp]        2.0.0cvs88
14446
14447         * src/plugins/spamassassin/spamassassin.c
14448         * src/plugins/spamassassin/spamassassin.h
14449         * src/plugins/spamassassin/spamassassin_gtk.c
14450                 made processing of emails w/ sa-plugin an option (default is TRUE),
14451                 fixed Engrish some tooltips, capitalization of some debug messages
14452                 and warnings. The spamassassin plugin now provides two separate
14453                 services: process emails upon incorporation and spamd training.
14454                 Both services (un)register independently but use some common
14455                 plugin settings (transport settings, spam storage location).
14456
14457 2006-02-28 [wwp]        2.0.0cvs87
14458
14459         * src/plugins/spamassassin/spamassassin.c
14460                 fix async flag to spamc cmdline execution (batch exec should
14461                 be asynchronous).
14462
14463 2006-02-27 [wwp]        2.0.0cvs86
14464
14465         * src/plugins/spamassassin/spamassassin.c
14466         * src/plugins/spamassassin/spamassassin.h
14467         * src/plugins/spamassassin/spamassassin_gtk.c
14468                 - added the ability to learn a remote spamassassin server (spamd),
14469                 using spamc.
14470                 - added the spamassassin option 'username', that applies to all
14471                 spamassassin operations (filtering, learning, local or remote).
14472                 The default username is the current unix user (if left blank
14473                 from gtk prefs or config file).
14474                 - commented out some unused code (notebook widget), removed unused
14475                 layout (hbox1).
14476                 - make more widgets sensitive to the transport type.
14477
14478 2006-02-27 [colin]      2.0.0cvs85
14479
14480         * src/plugins/spamassassin/spamassassin.c
14481                 Fix sa-learn call when offline
14482
14483 2006-02-27 [colin]      2.0.0cvs84
14484
14485         * configure.ac
14486         * src/Makefile.am
14487         * src/mainwindow.c
14488         * src/mainwindow.h
14489         * src/messageview.c
14490         * src/messageview.h
14491         * src/prefs_toolbar.c
14492         * src/procmsg.c
14493         * src/stock_pixmap.c
14494         * src/stock_pixmap.h
14495         * src/summaryview.c
14496         * src/toolbar.c
14497         * src/toolbar.h
14498         * src/pixmaps/ham_btn.xpm
14499         * src/pixmaps/spam.xpm
14500         * src/pixmaps/spam_btn.xpm
14501         * src/plugins/spamassassin/spamassassin.c
14502                 Add button in toolbar for spam learning
14503                 Fix a few bugs from the last related commit
14504                 Revert 1.9.6cvs23 which messed up shift-selection
14505
14506 2006-02-24 [colin]      2.0.0cvs83
14507
14508         * src/procmsg.c
14509         * src/summaryview.c
14510         * src/summaryview.h
14511         * src/plugins/spamassassin/spamassassin.c
14512         * src/plugins/spamassassin/spamassassin.h
14513         * src/plugins/spamassassin/spamassassin_gtk.c
14514                 Unregister learner when spamassassin is either
14515                 disabled or over tcp
14516
14517 2006-02-24 [colin]      2.0.0cvs82
14518
14519         * src/Makefile.am
14520         * src/mainwindow.c
14521         * src/mainwindow.h
14522         * src/procmsg.c
14523         * src/procmsg.h
14524         * src/stock_pixmap.c
14525         * src/stock_pixmap.h
14526         * src/summaryview.c
14527         * src/summaryview.h
14528         * src/gtk/icon_legend.c
14529         * src/pixmaps/spam.xpm  ** NEW FILE **
14530         * src/plugins/spamassassin/spamassassin.c
14531         * src/plugins/spamassassin/spamassassin_gtk.c
14532                 Add spam learning interface (Mark/Mark as 
14533                 (spam|ham) menus)
14534
14535 2006-02-24 [wwp]        2.0.0cvs81
14536
14537         * src/compose.c
14538         * src/compose.h
14539         * src/filtering.c
14540                 hide compose window when sending message in batch mode
14541                 (filtering: forward and redirect). Also fixed a wrong
14542                 value returned when sending failed, neutral anyway.
14543                 (Colin, me) 
14544
14545 2006-02-24 [wwp]        2.0.0cvs80
14546
14547         * src/mainwindow.c
14548                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14549
14550 2006-02-24 [paul]       2.0.0cvs79
14551
14552         * src/news.c
14553         * src/news.h
14554         * src/news_gtk.c
14555                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14556                 Thanks to Colin
14557
14558 2006-02-23 [colin]      2.0.0cvs78
14559
14560         * src/alertpanel.c
14561                 Change OK to Close in alertpanel with View log
14562                 button; add accel to View log. Patch by Fabien
14563                 Vantard
14564
14565 2006-02-23 [wwp]        2.0.0cvs77
14566
14567         * src/compose.c
14568                 silly me, there were much more tests to perform, since toolbars can
14569                 really have down to 1 element only.
14570
14571 2006-02-23 [wwp]        2.0.0cvs76
14572
14573         * commitHelper
14574                 fixed indentation from my previous commit. Fallback to VISUAL if
14575                 EDITOR is not set (and to vi, at last resort).
14576
14577 2006-02-23 [wwp]        2.0.0cvs75
14578
14579         * commitHelper
14580                 improved error detection (Colin, me).
14581
14582 2006-02-23 [wwp]        2.0.0cvs74
14583
14584         * src/prefs_toolbar.c
14585                 simplify and fix prefs/toolbars layouting. Combos' contents can
14586                 now be really displayed.
14587
14588 2006-02-23 [wwp]        2.0.0cvs73
14589         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14590         be really displayed.
14591
14592 2006-02-22 [wwp]        2.0.0cvs72
14593
14594         * src/compose.c
14595                 fix a typo in my previous commit (sorry!).
14596
14597 2006-02-22 [wwp]        2.0.0cvs71
14598
14599         * src/prefs_toolbar.c
14600                 fix a crash when adding separators to toolbars,
14601                 also fix some separator item information.
14602
14603 2006-02-22 [wwp]        2.0.0cvs70
14604
14605         * src/compose.c
14606                 fix a crash when redirecting (for instance) when compose window's
14607                 toolbar contents has been customized (when some buttons have been
14608                 removed in fact).
14609
14610 2006-02-21 [wwp]        2.0.0cvs69
14611
14612         * src/summaryview.c
14613         * src/gtk/pluginwindow.c
14614         * src/plugins/pgpcore/prefs_gpg.c
14615                 fix some compilation warnings (feat. remains of removed code).
14616
14617 2006-02-21 [wwp]        2.0.0cvs68
14618
14619         * src/gtk/gtkutils.c
14620                 fix two compilation issues, thanks to Stephan Sachse.
14621
14622 2006-02-20 [colin]      2.0.0cvs67
14623
14624         * src/mainwindow.c
14625                 Don't reselect displayed mail on refocus
14626                 This fixes actions misbehaving 
14627
14628 2006-02-20 [wwp]        2.0.0cvs66
14629
14630         * src/summaryview.c
14631         * src/gtk/gtksctree.c
14632         * src/gtk/gtkshruler.c
14633                 changed more runtime typecast checks.
14634
14635 2006-02-20 [wwp]        2.0.0cvs65
14636
14637         * src/summary_search.c
14638                 find all - summaryview refresh issue fixed, thanks to Colin.
14639
14640 2006-02-20 [wwp]        2.0.0cvs64
14641
14642         * src/gtk/gtkutils.c
14643                 better runtime typecast checks.
14644
14645 2006-02-20 [wwp]        2.0.0cvs63
14646
14647         * src/summary_search.c
14648                 enhancements to the summary search:
14649                         - add the ability to stop the running search
14650                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14651                         - don't search if no criteria (From/To/Subject/Body) is set
14652                         - ensure that a busy mouse pointer is always shown when searching,
14653                           show it even a bit earlier
14654
14655 2006-02-19 [colin]      2.0.0cvs62
14656
14657         * src/compose.c
14658         * src/imap.c
14659         * src/etpan/imap-thread.c
14660         * src/etpan/imap-thread.h
14661                 (Future) IMAP speed improvement on sending
14662                 Will require a libetpan update
14663         * src/summaryview.c
14664         * src/gtk/quicksearch.c
14665                 Make quicksearch clearable while running.
14666
14667 2006-02-17 [colin]      2.0.0cvs61
14668
14669         * src/imap.c
14670         * src/etpan/imap-thread.c
14671         * src/etpan/imap-thread.h
14672                 Check for IMAP certificates
14673                 ** Requires libetpan-0.42-cvs4 
14674                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14675
14676 2006-02-17 [colin]      2.0.0cvs60
14677
14678         * src/messageview.c
14679         * src/prefs_common.c
14680         * src/prefs_common.h
14681         * src/prefs_message.c
14682                 Add pref to display HTML-only mails with plugin, 
14683                 if possible (defaulting to FALSE of course).
14684
14685 2006-02-16 [colin]      2.0.0cvs59
14686
14687         * src/main.c
14688         * src/common/plugin.c
14689         * src/common/plugin.h
14690         * src/gtk/pluginwindow.c
14691                 Keep track of requested (but unloaded) plugins
14692                 in some error cases.
14693
14694 2006-02-16 [wwp]        2.0.0cvs58
14695
14696         * src/gtk/gtkaspell.c
14697         * src/gtk/gtkaspell.h
14698         * src/prefs_spelling.c
14699         * src/compose.c
14700         * src/prefs_common.c
14701         * src/prefs_common.h
14702                 implemented new optional spellchecker behaviour: re-check message when
14703                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14704
14705 2006-02-16 [wwp]        2.0.0cvs57
14706
14707         * src/quote_fmt_parse.y
14708                 pclose popen'ed pipe.
14709
14710 2006-02-15 [colin]      2.0.0cvs56
14711
14712         * src/mimeview.c
14713         * src/mimeview.h
14714                 Let MimeViewers know which MimeView they
14715                 depend of.
14716         * src/summaryview.c
14717                 Swap From/To columns in Sent/Queue/Drafts
14718                 folders
14719         * src/etpan/imap-thread.c
14720                 Use mailstream_low_tls_open() for STARTTLS
14721                 instead of mailstream_low_ssl_open()
14722                 ** REQUIRES libetpan 0.42cvs3 **
14723
14724 2006-02-15 [wwp]        2.0.0cvs55
14725
14726         * src/compose.c
14727         * src/compose.h
14728         * src/message_search.c
14729         * src/message_search.h
14730         * src/textview.c
14731         * src/gtk/gtkutils.c
14732         * src/gtk/gtkutils.h
14733                 added the ability to Find text in the compose window (and a bit
14734                 of code factorization).
14735
14736 2006-02-15 [wwp]        2.0.0cvs54
14737
14738         * src/prefs_gtk.c
14739                 yet another one file was missing (fix for some widgets' sensitivity).
14740                 Thanks Colin!
14741
14742 2006-02-15 [wwp]        2.0.0cvs53
14743
14744         * src/prefs_gtk.h
14745                 oops forgot that file (fix for some widgets' sensitivity).
14746
14747 2006-02-15 [wwp]        2.0.0cvs52
14748
14749         * src/summary_search.c
14750                 implemented advanced summary search options (added the ability
14751                 to use matcher conditions in an advanced search mode).
14752
14753 2006-02-15 [wwp]        2.0.0cvs51
14754
14755         * src/plugins/pgpcore/prefs_gpg.c
14756         * src/prefs_account.c
14757                 fix some widget sensitivity, mostly around some labels in
14758                 account prefs.
14759
14760 2006-02-15 [paul]       2.0.0cvs50
14761
14762         * manual/advanced.xml
14763                 improve Templates info
14764                 written by wwp
14765
14766 2006-02-14 [colin]      2.0.0cvs49
14767
14768         * src/pixmaps/address_book.xpm
14769         * src/pixmaps/preferences.xpm
14770         * src/pixmaps/properties.xpm
14771                 Fix pixmap size - patch by Fabien Vantard
14772
14773 2006-02-13 [colin]      2.0.0cvs48
14774
14775         * src/procmime.c
14776                 Add missing fclose()s on error
14777         * src/textview.c
14778                 Remove unused code
14779         * src/common/utils.c
14780                 Fix temp files not being deleted on windows
14781         Patches by Thomas Gilgin
14782
14783 2006-02-13 [colin]      2.0.0cvs47
14784
14785         * src/mainwindow.c
14786                 Fix exit crash
14787
14788 2006-02-13 [wwp]        2.0.0cvs46
14789
14790         * src/plugins/pgpcore/prefs_gpg.c
14791                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14792
14793 2006-02-12 [colin]      2.0.0cvs45
14794
14795         * src/folderview.c
14796         * src/main.c
14797         * src/mainwindow.c
14798                 Fix "stuff" when quitting
14799
14800 2006-02-12 [wwp]        2.0.0cvs44
14801
14802         * src/prefs_themes.c
14803                 fix typos in debug messages.
14804
14805 2006-02-11 [colin]      2.0.0cvs43
14806
14807         * src/summaryview.c
14808                 don't allow drag/drop from ourself
14809
14810 2006-02-10 [wwp]        2.0.0cvs42
14811
14812         * src/exporthtml.c
14813         * src/html.c
14814         * src/html.h
14815         * src/procmime.c
14816         * src/textview.c
14817                 renamed html_ prefixed functions and data structures to avoid
14818                 namespace clashes w/ other software (gtkhtml2 for instance).
14819                 Closes bug #907.
14820
14821
14822 2006-02-09 [colin]      2.0.0cvs41
14823
14824         * src/summaryview.c
14825                 Fix shitty logic messed up. Thanks Ticho for the hint!
14826
14827 2006-02-09 [wwp]        2.0.0cvs40
14828
14829         * src/gtk/about.c
14830         * src/compose.c
14831         * src/prefs_account.c
14832         * src/prefs_gtk.h
14833         * src/editaddress.c
14834                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14835                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14836                 Browse buttons in accounts prefs.
14837
14838 2006-02-09 [colin]      2.0.0cvs39
14839
14840         * src/matcher.c
14841                 Check for pointer before using its members
14842         * src/gtk/gtksourceprintjob.c
14843                 Fix a wrong warning
14844
14845 2006-02-09 [wwp]        2.0.0cvs38
14846
14847         * src/gtk/filesel.c
14848                 fix few compiler warnings (type mismatch).
14849
14850 2006-02-09 [paul]       2.0.0cvs37
14851
14852         * po/fr.po
14853                 updated by Fabien Vantard
14854
14855 2006-02-08 [colin]      2.0.0cvs36
14856
14857         * src/prefs_common.c
14858         * src/common/defs.h
14859         * src/common/plugin.c
14860                 allow windows and linux configurations to coexist
14861                 patch by Thomas Gilgin
14862
14863 2006-02-08 [colin]      2.0.0cvs35
14864
14865         * src/filtering.c
14866         * src/matcher.c
14867         * src/matcher.h
14868         * src/matcher_parser_parse.y
14869         * src/prefs_filtering_action.c
14870         * src/prefs_matcher.c
14871                 Add the "Ignore thread" filtering
14872                 action
14873
14874 2006-02-08 [colin]      2.0.0cvs34
14875
14876         * src/compose.c
14877         * src/procmime.c
14878         * src/procmime.h
14879                 Fix bug #905 (damaged attachment)
14880                 text files with raw \0's aren't really text files
14881         FOR_STABLE
14882
14883 2006-02-08 [colin]      2.0.0cvs33
14884
14885         * src/summaryview.c
14886                 Fix crasher introduced yesterday
14887
14888 2006-02-08 [wwp]        2.0.0cvs32
14889
14890         * src/compose.c
14891         * src/compose.h
14892                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14893
14894 2006-02-08 [wwp]        2.0.0cvs31
14895
14896         * src/prefs_template.c
14897                 templates enhancement: allow address completion for Cc and Bcc fields
14898                 (it was currently possible for the To field only)
14899
14900 2006-02-08 [colin]      2.0.0cvs30
14901
14902         * src/compose.c
14903                 Don't unblock if not blocked
14904         FOR_STABLE
14905
14906 2006-02-07 [colin]      2.0.0cvs29
14907
14908         * src/action.c
14909                 Forgot to refresh summaryview
14910
14911 2006-02-07 [colin]      2.0.0cvs28
14912
14913         * src/action.c
14914                 Freeze/thaw message list and folder list while
14915                 processing %as{} actions 
14916         * src/compose.c
14917                 Fix auto-wrap disabling after a middle-click
14918                 paste - FOR_STABLE
14919
14920 2006-02-07 [paul]       2.0.0cvs27
14921
14922         * src/folder.c
14923                 fix freeing of uninitialised pointers
14924                 Thanks to Colin
14925
14926 2006-02-06 [colin]      2.0.0cvs26
14927
14928         * src/folder.c
14929                 Use g_slist_prepend in potentially big list
14930
14931 2006-02-06 [colin]      2.0.0cvs25
14932
14933         * src/folder.c
14934                 Completely skip processing if it doesn't 
14935                 exist (faster!)
14936
14937 2006-02-06 [colin]      2.0.0cvs24
14938
14939         * src/folder.c
14940         * src/summaryview.c
14941                 Batch filtering in summaryview (from Tools menu)
14942                 and pre/post//-processing too
14943
14944 2006-02-06 [colin]      2.0.0cvs23
14945
14946         * src/procmsg.h
14947         * src/filtering.c
14948                 Use a special field for batch filtering instead
14949                 of stepping on deferred execution's toes
14950
14951 2006-02-06 [colin]      2.0.0cvs22
14952
14953         * src/action.c
14954         * src/filtering.c
14955         * src/filtering.h
14956         * src/folder.c
14957         * src/summaryview.c
14958                 Fix filtering via menus and actions
14959
14960 2006-02-06 [colin]      2.0.0cvs21
14961
14962         * src/imap.c
14963                 Put the added file directly to cache if possible (will work
14964                 with next libetpan)
14965         * src/filtering.c
14966         * src/filtering.h
14967         * src/inc.c
14968         * src/folder.c
14969         * src/mbox.c
14970         * src/procmsg.h
14971                 Move and copy filtered messages by batches instead of one
14972                 by one - faster on IMAP
14973         * src/procmsg.c
14974                 Add a function that'll possibly be useful later
14975
14976 2006-02-06 [colin]      2.0.0cvs20
14977
14978         * src/addressbook.c
14979                 Use internal mime-type instead of text/plain for d'n'd
14980         * src/compose.c
14981                 Allow attaching files from mimeview's icon list via d'n'd
14982         * src/folderview.c
14983         * src/folderview.h
14984                 Use internal mime-type instead of text/plain for d'n'd
14985                 Don't try to selected opened folder if none is
14986                 Factorize d'n'd from other apps code
14987         * src/headerview.c
14988         * src/textview.c
14989         * src/gtk/gtkutils.c
14990         * src/gtk/gtkutils.h
14991                 Factorize Face/X-Face stuff
14992         * src/mimeview.c
14993                 Fix d'n'd to other apps
14994         * src/prefs_message.c
14995                 Let the XFace pref be usable without libcompface as it also
14996                 applies to Face
14997         * src/summaryview.c
14998                 Fix d'n'd to other apps
14999                 Factorize d'n'd from other apps code
15000
15001 2006-02-06 [wwp]        2.0.0cvs19
15002
15003         * po/it.po
15004                 Italian translation fixes by Andrea Spadaccini (no more confusion
15005                 between filtering and processing, and few changes in the About
15006                 dialog).
15007
15008
15009 2006-02-06 [mones]      2.0.0cvs18
15010
15011         * src/gtk/icon_legend.c
15012                 Improved descriptions allowing better translations
15013
15014 2006-02-05 [colin]      2.0.0cvs17
15015
15016         * src/imap.c
15017                 Add the f*cking missing expunge that caused imap_fetch_env
15018                 to fail after an add_msgs ! :-///
15019         * src/etpan/imap-thread.c
15020                 Add a bit of debug
15021         FOR_STABLE
15022
15023 2006-02-05 [colin]      2.0.0cvs16
15024
15025         * src/common/utils.c
15026                 Don't check for return-path (or we can't put
15027                 back non-sent mails)
15028
15029 2006-02-05 [colin]      2.0.0cvs15
15030
15031         * src/textview.c
15032                 Don't try to display Face header in textview
15033                 when teh headerview's active
15034
15035 2006-02-05 [colin]      2.0.0cvs14
15036
15037         * tools/tbird2syl.py
15038         * tools/Makefile.am
15039                 Add script to import Thunderbird mails
15040
15041 2006-02-05 [colin]      2.0.0cvs13
15042
15043         * src/headerview.c
15044         * src/procheader.c
15045         * src/procmsg.c
15046         * src/procmsg.h
15047         * src/textview.c
15048                 Show Face headers - patch partially by Klaus Flittner
15049
15050 2006-02-05 [colin]      2.0.0cvs12
15051
15052         * src/folderview.c
15053         * src/summaryview.c
15054         * src/common/utils.c
15055         * src/common/utils.h
15056                 Let dnd work from mime icons to summaryview
15057                 and to folderview too
15058                 Add a crude test to avoid trying to add files
15059                 drag'n'dropped when they're not mails
15060
15061 2006-02-04 [colin]      2.0.0cvs11
15062
15063         * src/summaryview.c
15064         * src/mimeview.c
15065                 Fix utf8 conversion
15066
15067 2006-02-04 [colin]      2.0.0cvs10
15068
15069         * src/compose.c
15070         * src/folderview.c
15071         * src/mimeview.c
15072         * src/summaryview.c
15073         * src/summaryview.h
15074                 Added various drag and drop capas:
15075                 From                    To
15076                 summaryview             other apps
15077                 mimeview icons          other apps
15078                 other apps              summaryview
15079                 other apps              folderview
15080
15081                 This shouldn't have broken the existing:
15082                 From                    To
15083                 summaryview             folderview
15084                 folderview              folderview
15085                 summaryview             compose's attachments
15086
15087         Tests welcomed.
15088
15089 2006-02-02 [paul]       2.0.0cvs9
15090
15091         * src/mainwindow.c
15092                 move global option 'Set displayed columns...' out
15093                 of folder option grouping.
15094                 fix sensitivity of 'harvest addresses'
15095         FOR_STABLE
15096
15097 2006-02-01 [colin]      2.0.0cvs8
15098
15099         * src/mimeview.c
15100                 Revert the alertpanel patch, it sucks (intrusive
15101                 and gets in the way of "open")
15102
15103 2006-02-01 [colin]      2.0.0cvs7
15104
15105         * src/compose.c
15106         * src/prefs_account.c
15107         * src/prefs_common.c
15108         * src/common/defs.h
15109         * src/common/utils.c
15110         * src/common/utils.h
15111                 Add ability to edit the signature file
15112                 from the account preferences, and use
15113                 a default for the text editor.
15114                 Patch by Fabien Vantard
15115
15116 2006-02-01 [colin]      2.0.0cvs6
15117
15118         * src/mimeview.c
15119                 Try to get mime type by extension if it is
15120                 application/octet-stream
15121                 Display a window with possible choices when
15122                 encountering unknown mime types
15123         * src/gtk/filesel.c
15124         * src/gtk/filesel.h
15125                 Add preview
15126                 Allow multiple selection in filtered filesel
15127                 (patch by Fabien Vantard)
15128         * src/gtk/pluginwindow.c
15129                 Use it (patch by Fabien Vantard)
15130
15131 2006-02-01 [paul]       2.0.0cvs5
15132
15133         * src/jpilot.c
15134                 fix crash on creating jpilot address book
15135                 Thanks to Colin - FOR_STABLE
15136         * src/prefs_summaries.c
15137         * src/prefs_wrapping.c
15138         * src/gtk/icon_legend.c
15139         * src/gtk/quicksearch.c
15140                 string fixes and additions
15141
15142 2006-02-01 [paul]       2.0.0cvs4
15143
15144         * src/compose.c
15145         * src/mainwindow.c
15146         * src/messageview.c
15147         * src/prefs_send.c
15148                 add Arabic encoding option
15149                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15150
15151 2006-01-31 [colin]      2.0.0cvs3
15152
15153         * src/plugins/pgpcore/passphrase.c
15154                 Convert passphrase to locale encoding
15155         * src/compose.c
15156                 Fix drafting on IMAP. Crappy bug sneaked in
15157                 the release :-/
15158         FOR_STABLE
15159
15160 2006-01-30 [paul]       2.0.0cvs2
15161
15162         * src/gtk/icon_legend.c
15163                 show the new entries
15164
15165 2006-01-30 [colin]      2.0.0cvs1
15166
15167         * src/manual.c
15168                 Check for the file to be present before 
15169                 enabling the menu - FOR_STABLE
15170         * src/gtk/icon_legend.c
15171                 Add folders icons (not all of them, there
15172                 are too much, but the most intriguing ones)
15173
15174 2006-01-30 [paul]       2.0.0
15175
15176         version 2.0.0 released
15177
15178 [For previous entries, see ChangeLog.pre2.0.0]