96db2ff359b6ede62899b3ad9c1871ac45c91791
[claws.git] / ChangeLog
1 2007-08-24 [colin]      2.10.0cvs166
2
3         * src/send_message.c
4                 Use progress bar when sending messages
5
6 2007-08-24 [paul]       2.10.0cvs165
7
8         * Makefile.am
9                 oops! if i'm quick no-one will notice
10                 (put back the proper file)
11
12 2007-08-24 [paul]       2.10.0cvs164
13
14         * AUTHORS
15         * Makefile.am
16         * README
17         * src/gtk/authors.h
18         * tools/Makefile.am
19         * tools/README
20         * tools/mew2claws-mail.pl
21                 add new script that imports a Mew address book
22                 submitted by Jerome Lelong
23
24 2007-08-24 [paul]       2.10.0cvs163
25
26         * manual/plugins.xml
27                 remove the obsolete plugins, add the
28                 missing plugins, including the forthcoming
29                 SpamReport plugin
30
31 2007-08-24 [paul]       2.10.0cvs162
32
33         * manual/advanced.xml
34                 add info about the hidden emphasis_color option
35         * manual/keyboard.xml
36                 correct the info about hotkeys
37                 wrap the long lines
38
39 2007-08-24 [paul]       2.10.0cvs161
40
41         * src/folderview.c
42                 add mnemonic to 'Run procesing rules'
43
44 2007-08-24 [paul]       2.10.0cvs160
45
46         * src/account.c
47         * src/folder.c
48         * src/folder.h
49                 use suitable defaults for outbox,
50                 queue, drafts and trash folders
51
52 2007-08-24 [wwp]        2.10.0cvs159
53
54         * src/folderview.c
55                 Update menu item sensitivity if necessary (or we get a
56                 gtk critical message).
57
58 2007-08-23 [wwp]        2.10.0cvs158
59
60         * src/action.c
61         * src/prefs_actions.c
62                 Allow literal % chars in action commands (use %%).
63                 Add a missing p++ to the action parser in action_get_type(),
64                 which was missing it, even if it was neutral.
65                 Fix a pango markup warning at runtime.
66
67 2007-08-23 [wwp]        2.10.0cvs157
68
69         * src/addressbook.c
70                 Contacts are now locale-aware sorted in the address book
71                 (LC_COLLATE matters here).
72                 Fix missing table initializers.
73
74 2007-08-23 [colin]      2.10.0cvs156
75
76         * src/imap.c
77                 Check scan_required on dest folder when copying
78
79 2007-08-23 [colin]      2.10.0cvs155
80
81         * src/imap.c
82                 Fix scanning when folder was empty
83
84 2007-08-22 [colin]      2.10.0cvs154
85
86         * src/msgcache.c
87                 Don't g_warning when g_try_malloc fails(), or it makes
88                 things worse as g_log() allocates. Fixes bug 1290,
89                 'Claws Mail crashes if too little memory when 
90                 rebuilding folder tree'
91
92 2007-08-22 [colin]      2.10.0cvs153
93
94         * src/inc.c
95                 Fix format string vulnerability, thanks to
96                 Ulf Harnhammar, Secunia Research
97
98 2007-08-22 [colin]      2.10.0cvs152
99
100         * src/ldapserver.c
101                 Set tv_usec too
102
103 2007-08-22 [wwp]        2.10.0cvs151
104
105         * src/ldapquery.c
106                 Few better null-ptr checks.
107
108 2007-08-22 [colin]      2.10.0cvs150
109
110         * src/editldap.c
111         * src/editldap_basedn.c
112         * src/ldapquery.c
113         * src/ldapserver.c
114         * src/ldapserver.h
115         * src/ldapupdate.c
116         * src/ldaputil.c
117         * src/ldaputil.h
118                 Fix ldap timeouts
119
120 2007-08-22 [colin]      2.10.0cvs149
121
122         * src/ldapquery.c
123                 Finish previous fix
124
125 2007-08-22 [colin]      2.10.0cvs148
126
127         * src/ldapquery.c
128                 Fix wrong assertions
129
130 2007-08-22 [colin]      2.10.0cvs147
131
132         * src/ldaputil.c
133                 Fix test (set ldap v3 if bindDN is set or TLS is set)
134
135 2007-08-22 [colin]      2.10.0cvs146
136
137         * src/editldap.c
138         * src/ldaputil.c
139                 Fix wrong "Connected successfully to server". Connection only succeeds if
140                 we can get the base DN.
141
142 2007-08-21 [wwp]        2.10.0cvs145
143
144         * src/browseldap.c
145         * src/editldap.c
146         * src/ldapctrl.c
147         * src/ldapquery.c
148         * src/ldapserver.c
149         * src/ldapupdate.c
150         * src/ldaputil.c
151                 More sanity checks in ldap functions.
152
153 2007-08-21 [wwp]        2.10.0cvs144
154
155         * src/prefs_account.c
156                 Don't return a value in a void function().
157
158 2007-08-21 [paul]       2.10.0cvs143
159
160         * src/messageview.c
161                 add check for ftp: to messageview_list_urls()
162
163 2007-08-21 [colin]      2.10.0cvs142
164
165         * src/editldap.c
166         * src/ldapctrl.c
167         * src/ldapctrl.h
168         * src/ldapquery.c
169         * src/ldapupdate.c
170                 Fix bug 1293, 'LDAP address book not working'
171                 Search only on specified fields, but fetch 
172                 every field possible. People will have to 
173                 reset the searched Attributes in their LDAP
174                 servers properties.
175
176 2007-08-21 [wwp]        2.10.0cvs141
177
178         * src/addr_compl.c
179         * src/addrbook.c
180         * src/addrcache.c
181         * src/addrcindex.c
182         * src/addressbook.c
183         * src/addrindex.c
184         * src/browseldap.c
185         * src/crash.c
186         * src/editaddress_other_attributes_ldap.c
187         * src/exporthtml.c
188         * src/folder.c
189         * src/folderview.c
190         * src/imap.c
191         * src/jpilot.c
192         * src/ldapserver.c
193         * src/ldapupdate.c
194         * src/ldif.c
195         * src/main.c
196         * src/mainwindow.c
197         * src/matcher.c
198         * src/mh.c
199         * src/msgcache.c
200         * src/mutt.c
201         * src/pine.c
202         * src/pop.c
203         * src/prefs_customheader.c
204         * src/prefs_msg_colors.c
205         * src/procmime.c
206         * src/textview.c
207         * src/vcard.c
208         * src/wizard.c
209         * src/common/log.c
210         * src/common/socket.c
211         * src/common/ssl_certificate.c
212         * src/common/utils.c
213         * src/common/utils.h
214         * src/gtk/description_window.c
215         * src/plugins/demo/demo.c
216         * src/plugins/pgpcore/prefs_gpg.c
217         * src/plugins/spamassassin/libspamc.c
218                 Make sure we use glib functions to send text messages (information,
219                 debug, warning, errors) to stdout/stderr - no more direct puts
220                 fputs printf fprintf to stdout/stderr when it can be done using
221                 g_log*() and g_print/g_printerr. Doing this, we make sure every
222                 stdout/stderr message is saved to log in Windows.
223
224
225 2007-08-21 [wwp]        2.10.0cvs140
226
227         * src/main.c
228         * src/common/utils.h
229                 Route glib's stdout/stderr messages to a log file (Windows only),
230                 instead of loosing them.
231
232 2007-08-21 [paul]       2.10.0cvs139
233
234         * src/mainwindow.c
235                 replace deprecated g_strncasecmp()
236         * src/messageview.c
237                 fix 'List URLS'
238
239 2007-08-20 [ticho]      2.10.0cvs138
240
241         * src/account.c
242         * src/prefs_account.h
243                 Copy all account preferences in account_clone() - some
244                 were missing.
245         * src/prefs_account.c
246                 Handle empty privacy system combobox gracefully (warning
247                 instead of a crash).
248
249 2007-08-20 [colin]      2.10.0cvs137
250
251         * src/ldapctrl.c
252                 Fix a leak
253
254 2007-08-20 [paul]       2.10.0cvs136
255
256         * src/browseldap.c
257         * src/editldap.c
258         * src/ldapctrl.c
259         * src/ldapquery.c
260         * src/ldapquery.h
261         * src/ldapserver.c
262         * src/ldaputil.c
263                 add debug_prints
264                 patch by Michael Rasmussen
265
266 2007-08-19 [colin]      2.10.0cvs135
267
268         * src/imap.c
269                 Fix previous commit. Sensitivity update is needed
270                 for "Cancel receiving". However when batching we
271                 don't need to do it for every message flag change,
272                 just once at the start and once at the end.
273
274 2007-08-19 [colin]      2.10.0cvs134
275
276         * src/imap.c
277                 Remove useless menu updates on session lock/unlock
278
279 2007-08-19 [colin]      2.10.0cvs133
280
281         * src/etpan/imap-thread.c
282                 Make all fetch logs less verbose
283
284 2007-08-19 [paul]       2.10.0cvs132
285
286         * src/foldersel.c
287         * src/folderview.c
288         * src/summaryview.c
289                 fix bug 1286, 'Can't move a folder into a "Folders
290                 Only" folder'
291
292 2007-08-18 [ticho]      2.10.0cvs131
293
294         * src/editaddress_other_attributes_ldap.c
295                 Converted option menu for other ldap attributes to GtkComboBox.
296
297 2007-08-18 [colin]      2.10.0cvs130
298
299         * src/compose.c
300         * src/prefs_common.c
301         * src/prefs_common.h
302         * src/prefs_send.c
303         * src/send_message.c
304                 Revert 'send_dialog_mode' meaning to 
305                 'send_dialog_invisible', so that the 
306                 new checkbox doesn't change the 
307                 existing behaviour.
308
309 2007-08-18 [paul]       2.10.0cvs129
310
311         * src/summaryview.c
312                 add missing menu update
313
314 2007-08-17 [colin]      2.10.0cvs128
315
316         * src/folder.c
317                 Set batching after getting flags - maybe fixes
318                 bug 1292, 'CM crashes on writing mail'
319
320 2007-08-16 [ticho]      2.10.0cvs127
321
322         * src/prefs_send.c
323                 Convert two GtkOptionMenu widgets to new GtkComboBox.
324         * src/gtk/combobox.h
325         * src/gtk/gtkutils.c
326                 Allow NULL for GtkComboBox menuitem label, rendering such
327                 items as row separators.
328
329 2007-08-16 [paul]       2.10.0cvs126
330
331         * src/plugins/trayicon/trayicon.c
332                 remove wrongly used gettextisation
333
334 2007-08-15 [ticho]      2.10.0cvs125
335
336         * src/importldif.c
337                 Fixed a runtime warning where an attempt to pack an
338                 already packed GtkLabel was made.
339
340 2007-08-15 [ticho]      2.10.0cvs124
341
342         * src/prefs_compose_writing.c
343                 Convert the insert-or-attach-dragged-files GtkOptionMenu
344                 into GtkComboBox.
345
346 2007-08-14 [ticho]      2.10.0cvs123
347
348         * src/messageview.c
349         * src/gtk/gtkutils.c
350                 Changed return receipt account selector to GtkComboBox.
351                 Fixed a runtime warning where GTK tried to parse
352                 "name <email@address" as a Pango markup in an alertpanel label.
353
354 2007-08-14 [ticho]      2.10.0cvs122
355
356         * src/prefs_logging.c
357                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
358
359 2007-08-14 [wwp]        2.10.0cvs121
360
361         * tools/Makefile.am
362         * tools/README
363         * tools/popfile-link.sh
364                 Added a new tool: POPFile helper, to open
365                 selected messages in POPFile control center,
366                 in order to change the messages' status.
367
368 2007-08-14 [ticho]      2.10.0cvs120
369
370         * src/compose.c
371         * src/prefs_common.c
372         * src/prefs_common.h
373         * src/prefs_send.c
374         * src/send_message.c
375                 Change "Show send dialog" optionmenu to a checkbutton.
376         * src/prefs_receive.c
377                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
378
379 2007-08-13 [wwp]        2.10.0cvs119
380
381         * src/addr_compl.c
382         * src/addressbook.c
383         * src/addrindex.c
384         * src/compose.c
385         * src/filtering.c
386         * src/folderview.c
387         * src/inc.c
388         * src/matcher.c
389         * src/mh.c
390         * src/partial_download.c
391         * src/prefs_gtk.c
392         * src/procmsg.c
393         * src/stock_pixmap.c
394         * src/summaryview.c
395         * src/common/utils.c
396         * src/gtk/gtkaspell.c
397         * src/gtk/menu.c
398                 Make sure we never pass NULL pointers for %s substitutions
399                 (prevent from crashing in Windows).
400
401 2007-08-13 [wwp]        2.10.0cvs118
402
403         * src/msgcache.c
404                 Re-enable mmap_reads in Windows with some missing
405                 CloseHandle of mapping objects, thanks to
406                 Marcus Brinkmann.
407
408 2007-08-13 [paul]       2.10.0cvs117
409
410         * src/common/utils.c
411                 fix bug 1287, 'Compile time problem on Solaris
412                 (nexenta gnu/Solaris) utils.c'
413                 Thanks to Piotr Chrzczonowicz
414
415 2007-08-12 [wwp]        2.10.0cvs116
416
417         * src/plugins/pgpcore/prefs_gpg.c
418                 Don't try to unset a GPG_AGENT_INFO that was not
419                 set (and don't use a NULL string in Windows, it was
420                 crashing with --debug if GPG_AGENT_INFO was not set).
421
422 2007-08-12 [wwp]        2.10.0cvs115
423
424         * src/privacy.h
425                 Make gcc type-check arguments passed to privacy_set_error().
426
427 2007-08-12 [ticho]      2.10.0cvs114
428
429         * src/prefs_folder_item.c
430                 Make sure that folder default account combobox always has some
431                 account preselected.
432         * src/gtk/combobox.c
433                 Handle empty combobox gracefully (warning instead of crash).
434
435 2007-08-12 [ticho]      2.10.0cvs114
436
437         * src/prefs_folder_item.c
438                 Make sure that folder default account combobox is not empty.
439         * src/gtk/combobox.c
440                 Handle empty combobox gracefully (warning instead of crash).
441
442 2007-08-11 [paul]       2.10.0cvs113
443
444         * src/addrgather.c
445         * src/folderview.c
446                 use 'subfolder' instead of 'sub-folder', matching
447                 everywhere else the term is used
448         * src/imap_gtk.c
449                 fix engrish
450
451 2007-08-10 [wwp]        2.10.0cvs112
452
453         * src/msgcache.c
454                 Disable mmap reads in Windows only (at least temporarily), they
455                 prevent from renaming/removing target cache files.
456
457 2007-08-10 [paul]
458
459         3.0.0-rc2 released
460
461 2007-08-10 [wwp]        2.10.0cvs111
462
463         * src/msgcache.c
464                 fix unpredictable crashes in Windows due to broken
465                 cache/mark/tags files writting (file were opened for
466                 writing in text mode).
467
468         * src/recv.c
469                 use gettimeofday() from w32lib.h on Windows.
470
471 2007-08-10 [colin]      2.10.0cvs110
472
473         * src/imap.c
474         * src/etpan/imap-thread.c
475         * src/etpan/imap-thread.h
476                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
477
478 2007-08-09 [colin]      2.10.0cvs109
479
480         * src/editldap.c
481                 Fix port being reset to 636 on SSL
482         * src/folder.c
483                 Fix folder_item_get_msg_num_by_file
484                 on drafts/queue folders
485
486 2007-08-09 [wwp]        2.10.0cvs108
487
488         * src/folder.c
489                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
490                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
491
492
493 2007-08-09 [colin]      2.10.0cvs107
494
495         * src/folderview.c
496         * src/summaryview.c
497         * src/gtk/prefswindow.c
498                 A few Maemo layout fixes
499
500 2007-08-09 [paul]       2.10.0cvs106
501
502         * src/prefs_account.c
503                 remove the hyphen from plug-ins to
504                 match everywhere else
505
506 2007-08-08 [wwp]        2.10.0cvs105
507
508         * src/prefs_folder_item.c
509                 Fix an extraneous stealth ^L char.
510
511 2007-08-08 [wwp]        2.10.0cvs104
512
513         * src/prefs_folder_item.c
514                 Better fix, group variables declarations (USE_ASPELL).
515
516 2007-08-08 [wwp]        2.10.0cvs103
517
518         * src/prefs_folder_item.c
519                 Fix compilation w/ USE_ASPELL set (broken
520                 by 2.10.0cvs102).
521
522 2007-08-08 [ticho]      2.10.0cvs102
523
524         * src/prefs_folder_item.c
525                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
526
527 2007-08-08 [colin]      2.10.0cvs101
528
529         * src/imap.c
530         * src/etpan/imap-thread.c
531         * src/etpan/imap-thread.h
532                 Close selected mailbox before doing
533                 status on it.
534
535 2007-08-08 [colin]      2.10.0cvs100
536
537         * src/html.c
538                 Complete symbol table, thanks to wwp.
539                 Fixes bug 1284, 'The html -> text 
540                 converter ignores entities'
541         * src/msgcache.c
542                 Fix possible fd leak
543
544 2007-08-08 [colin]      2.10.0cvs99
545
546         * src/imap.c
547                 Better way to fetch UIDs on non-UIDPLUS servers
548
549 2007-08-07 [colin]      2.10.0cvs98
550
551         * src/imap.c
552                 fix bug 1275, 'auto-saved draft messages not 
553                 always being removed'; Also, make multiple
554                 copy (in the same account) faster by matching
555                 source/destination message UIDs.
556         * src/messageview.c
557                 Don't try to reshow deleted mail
558         * src/msgcache.c
559                 Fix leak on error path
560
561 2007-08-07 [wwp]        2.10.0cvs97
562
563         * manual/account.xml
564         * manual/advanced.xml
565         * manual/fr/account.xml
566         * manual/fr/advanced.xml
567                 Updated the reference manual and the French translation to
568                 reflect 2.10.0cvs84: enable running folder Processing
569                 rules on demand.
570
571 2007-08-06 [wwp]        2.10.0cvs96
572
573         * src/prefs_common.c
574         * src/prefs_common.h
575         * src/textview.c
576                 Allow changing the emphasis color used to highlight
577                 the newsreader/x-mailer header value when it matches
578                 our preferred mail agent (hidden pref 'emphasis_col' added
579                 to clawsrc).
580
581 2007-08-06 [colin]      2.10.0cvs95
582
583         * src/compose.c
584         * src/compose.h
585                 Re-commit 2.10.0cvs86, with a protection
586                 against Pango bug. Also, try to fix 
587                 bug 1275, 'auto-saved draft messages not 
588                 always being removed'
589
590 2007-08-06 [wwp]        2.10.0cvs94
591
592         * src/gtk/quicksearch.c
593                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
594
595 2007-08-06 [ticho]      2.10.0cvs93
596
597         * src/prefs_account.c
598         * src/gtk/combobox.c
599                 Use GtkComboBox instead of GtkOptionMenu for privacy system
600                 selection in account preferences.
601
602 2007-08-06 [wwp]        2.10.0cvs92
603
604         * src/plugins/pgpcore/plugin.def
605                 Apply one more chunk from gpg4win's 03-w32-port patch.
606
607 2007-08-05 [colin]      2.10.0cvs91
608
609         * src/compose.c
610         * src/compose.h
611                 reverting buggy patch for now
612
613 2007-08-05 [colin]      2.10.0cvs90
614
615         * src/folder.c
616                 Fix slowdown
617
618 2007-08-04 [colin]      2.10.0cvs89
619
620         * src/prefs_summaries.c
621         * src/summary_search.c
622                 Replace deprecated widgets. Patch by
623                 Andrej.
624
625 2007-08-04 [colin]      2.10.0cvs88
626
627         * src/mh.c
628                 Refresh GUI only every 2000 mails on mh_get_last_num
629                 This is fast (readdir) and done only once per 
630                 session/folder
631
632 2007-08-03 [colin]      2.10.0cvs87
633
634         * src/prefs_account.c
635         * src/gtk/combobox.h
636         * src/gtk/gtkutils.c
637                 Fix a deprecated widget. Patch by
638                 Andrej
639
640 2007-08-03 [colin]      2.10.0cvs86
641
642         * src/compose.c
643         * src/compose.h
644                 Make colorisation and wrapping algorithms
645                 faster. Fixes bug 1246, 'compose becomes 
646                 increasingly slow replying to complex emails'
647
648 2007-08-03 [paul]       2.10.0cvs85
649
650         * src/mh.c
651                 keep the window painted
652
653 2007-08-02 [paul]       2.10.0cvs84
654
655         * src/folderview.c
656         * src/mainwindow.c
657         * src/mainwindow.h
658                 enable running folder Processing
659                 rules on demand
660
661 2007-08-02 [paul]       2.10.0cvs83
662
663         * src/textview.c
664                 speed up/clean up rendering of larger
665                 msgs
666                 Thanks to Colin
667
668 2007-08-01 [paul]       2.10.0cvs82
669
670         * src/mainwindow.h
671                 clean up cruft
672         * src/toolbar.c
673                 change default toolbar layout on maemo
674         * src/pixmaps/close.xpm
675                 make the red cross a grey cross
676         * src/pixmaps/jpilot.xpm
677                 make icon smaller so it fits better
678
679 2007-07-31 [paul]       2.10.0cvs81
680
681         * src/setup.c
682         * src/gtk/gtkutils.c
683                 fix crash on maemo on first launch
684
685 2007-07-30 [paul]       2.10.0cvs80
686
687         * src/prefs_matcher.c
688                 specify the units of age and size
689
690 2007-07-30 [paul]       2.10.0cvs79
691
692         * src/main.c
693                 Fix IMAP timeout setting
694
695 2007-07-30 [colin]      2.10.0cvs78
696
697         * src/prefs_account.c
698                 Fix a deprecated widget. Patch by
699                 Andrej
700
701 2007-07-27 [paul]       2.10.0cvs77
702
703         * src/matcher_parser_parse.y
704         * src/prefs_filtering_action.c
705         * src/prefs_matcher.c
706                 these changes forgotten in cvs74's
707                 'watch thread' feature
708
709 2007-07-27 [paul]       2.10.0cvs76
710
711         * src/compose.c
712                 fix potential crasher
713                 thanks to Colin
714
715 2007-07-27 [paul]       2.10.0cvs75
716
717         * src/mainwindow.c
718         * src/manual.c
719         * src/manual.h
720         * src/gtk/gtkutils.c
721                 make mainwindow's /Help/Manual point to the
722                 remote copy if the local copy doesn't exist
723
724 2007-07-27 [paul]       2.10.0cvs74
725
726         * src/Makefile.am
727         * src/filtering.c
728         * src/folder.c
729         * src/mainwindow.c
730         * src/matcher.c
731         * src/matcher.h
732         * src/matcher_parser_parse.y
733         * src/procmsg.c
734         * src/procmsg.h
735         * src/stock_pixmap.c
736         * src/stock_pixmap.h
737         * src/summaryview.c
738         * src/summaryview.h
739         * src/toolbar.c
740         * src/toolbar.h
741         * src/pixmaps/watchthread.xpm
742                 add 'watch thread' feature
743
744 2007-07-27 [paul]       2.10.0cvs73
745
746         * src/prefs_folder_item.c
747                 adjust labels, add tooltips
748
749 2007-07-27 [colin]      2.10.0cvs72
750
751         * src/summaryview.c
752                 Maemo: Remove less used menu items
753
754 2007-07-26 [colin]      2.10.0cvs71
755
756         * src/messageview.c
757                 Maemo: destroy messageview after trashing mail.
758                 Maybe should be done on X11 too
759
760 2007-07-26 [colin]      2.10.0cvs70
761
762         * src/folderview.c
763         * src/mainwindow.c
764         * src/prefs_common.c
765         * src/prefs_common.h
766         * src/summaryview.c
767                 Add View/Show or Hide/Column headers
768
769 2007-07-26 [colin]      2.10.0cvs69
770
771         * src/procmime.c
772                 Fix unwanted output
773
774 2007-07-26 [colin]      2.10.0cvs68
775
776         * src/ldapserver.c
777                 Fix possible crash on cache invalidation
778         * src/compose.c
779         * src/procmime.c
780         * src/procmime.h
781         * src/quote_fmt_parse.y
782                 Make replying to mails with big attachments
783                 much faster. Fixes bug 1224, 'The process of 
784                 Replying to emails with large attachments 
785                 seems unreasonably long...'
786
787 2007-07-26 [colin]      2.10.0cvs67
788
789         * src/mimeview.c
790         * src/matcher.c
791         * src/common/ssl.c
792                 Fix threads use on BSDs
793
794 2007-07-26 [paul]       2.10.0cvs66
795
796         * src/gtk/prefswindow.c
797                 fix account prefs breakage
798                 thanks to Colin
799
800 2007-07-26 [paul]       2.10.0cvs65
801
802         * configure.ac
803                 standardise ./configure --help messages
804
805 2007-07-26 [colin]      2.10.0cvs64
806
807         * src/addressbook.c
808         * src/editaddress.c
809                 Fix two vCard-related crashes
810
811 2007-07-25 [colin]      2.10.0cvs63
812
813         * src/inc.c
814         * src/prefs_common.c
815         * src/prefs_common.h
816         * src/prefs_receive.c
817                 Maemo: Add a better way to notify of
818                 new mails
819         * src/mainwindow.c
820         * src/statusbar.h
821         * src/summaryview.c
822         * src/toolbar.c
823                 Maemo: Various layout fixes
824         * src/gtk/prefswindow.c
825                 Maemo: Better prefs layout
826
827 2007-07-25 [paul]       2.10.0cvs62
828
829         * src/textview.c
830                 fix the layout on maemo
831                 thanks to Colin
832
833 2007-07-25 [iwkse]      2.10.0cvs61
834
835         * src/summaryview.c
836                 add 'o' shortcut on summaryview
837
838 2007-07-25 [iwkse]      2.10.0cvs60
839
840         * src/textview.c
841                 fix o shortcut
842
843 2007-07-24 [colin]      2.10.0cvs59
844
845         * src/mh.c
846                 Fix missing timestamp update on source
847                 folder when moving
848         * src/textview.c
849         * src/textview.h
850                 Better text layout on part's choices
851
852 2007-07-23 [colin]      2.10.0cvs58
853
854         * src/mimeview.c
855         * src/textview.c
856                 Maemo: Automatically choose the correct application
857                 to open parts
858         * src/gtk/quicksearch.c
859                 Make search run on GDK_KP_Enter too
860
861 2007-07-23 [wwp]        2.10.0cvs57
862
863         * src/quote_fmt_lex.l
864                 Revert accidentaly committed lines (account_sig) in
865                 2.10.0cvs56.
866
867 2007-07-23 [wwp]        2.10.0cvs56
868
869         * src/quote_fmt_lex.l
870                 Fix typos around long form expressions in the quote lexer.
871
872 2007-07-23 [paul]
873
874         3.0.0-rc1 released
875
876 2007-07-23 [colin]      2.10.0cvs55
877
878         * src/addr_compl.c
879                 Fix auto-completion on Maemo
880
881 2007-07-23 [colin]      2.10.0cvs54
882
883         * src/statusbar.c
884                 Maemo: Fix sticking statusbars
885
886 2007-07-22 [colin]      2.10.0cvs53
887
888         * src/main.c
889                 Maemo: Fix the strange "top_application" info
890                 at startup. We should do something when 
891                 receiving such a message.
892
893 2007-07-20 [paul]       2.10.0cvs52
894
895         * src/news_gtk.c
896                 add missing #include "statusbar.h"
897
898 2007-07-20 [colin]      2.10.0cvs51
899
900         * src/folder.c
901         * src/folder.h
902         * src/folder_item_prefs.c
903         * src/folder_item_prefs.h
904         * src/folderview.c
905         * src/imap.c
906         * src/imap_gtk.c
907         * src/imap_gtk.h
908         * src/news.c
909         * src/news_gtk.c
910         * src/news_gtk.h
911         * src/prefs_folder_item.c
912                 Implement age-based caching: allow to
913                 specify a threshold for the offline synchronisation
914                 feature, and whether old cached bodies should 
915                 be removed
916         * src/toolbar.c
917         * src/toolbar.h
918                 Fix label/tooltips
919         * src/plugins/dillo_viewer/dillo_viewer.c
920                 Check that Dillo's installed
921
922 2007-07-20 [wwp]        2.10.0cvs50
923
924         * src/mimeview.c
925         * src/stock_pixmap.c
926                 Draw a frame around the selected mimeview part icon (instead of the
927                 shifted 'dancing' icon).
928
929 2007-07-20 [colin]      2.10.0cvs49
930
931         * src/main.c
932                 Unref stuff even on error
933         * src/wizard.c
934                 disconnect signals only at the very
935                 end of the wizard save.
936
937 2007-07-20 [colin]      2.10.0cvs48
938
939         * src/mainwindow.c
940         * src/messageview.c
941         * src/toolbar.c
942         * src/toolbar.h
943                 Fix random crashes while navigating
944                 (GTK_EVENTS_FLUSH)
945
946 2007-07-19 [colin]      2.10.0cvs47
947
948         * configure.ac
949         * src/main.c
950         * src/prefs_common.c
951         * src/prefs_common.h
952         * src/wizard.c
953         * src/common/defs.h
954         * src/common/utils.c
955                 Maemo: add an easy way to store data (mails
956                 and IMAP/NNTP caches) on one of the SD cards,
957                 and protect against unmounts if needed
958
959 2007-07-19 [paul]       2.10.0cvs46
960
961         * src/Makefile.am
962         * src/stock_pixmap.c
963         * src/gtk/about.c
964         * src/pixmaps/claws-mail_logo-small.xpm
965                 implement a (slightly) different About
966                 dialog for maemo and add a small version
967                 of the logo for it
968         * src/wizard.c
969                 use a scrolled window for wizard page 1
970                 on maemo
971
972 2007-07-19 [paul]       2.10.0cvs45
973
974         * src/Makefile.am
975                 too soon for this line
976
977 2007-07-19 [paul]       2.10.0cvs44
978
979         * src/Makefile.am
980                 fix build on n800
981
982 2007-07-19 [colin]      2.10.0cvs43
983
984         * src/wizard.c
985                 Solve Mail/Mailbox name when specifying
986                 full /path/to/Mail.
987
988 2007-07-18 [colin]      2.10.0cvs42
989
990         * src/inc.c
991         * configure.ac
992                 Fix build on n770
993
994 2007-07-18 [colin]      2.10.0cvs41
995
996         * src/inc.c
997                 Maemo: plug the online/offline system into
998                 maemo's interfaces to have Claws automatically
999                 switch according to the system status
1000         * src/statusbar.c
1001                 Maemo: use HildonBanners to display status
1002                 messages. Renders the main statusbar useless.
1003
1004 2007-07-18 [paul]       2.10.0cvs40
1005
1006         * src/filtering.c
1007                 fix screen blanking on moving/copying many msgs
1008         * src/folder.c
1009                 fix processing progressbar and screen blanking
1010                 during processing
1011
1012 2007-07-18 [paul]       2.10.0cvs39
1013
1014         * src/messageview.c
1015                 revert cvs37, breakage on maemo
1016
1017 2007-07-18 [paul]       2.10.0cvs38
1018
1019         * src/gtk/gtkutils.c
1020                 make sure we can still build with older GTK's
1021
1022 2007-07-18 [colin]      2.10.0cvs37
1023
1024         * src/messageview.c
1025                 Only hide the small layout's messageview, instead
1026                 of destroying it when closing
1027         * src/gtk/gtkutils.c
1028                 Use gtk_window_present_with_time to popup windows,
1029                 it seems to make things better with modern WMs
1030                 (actually focusing)
1031
1032 2007-07-17 [colin]      2.10.0cvs36
1033
1034         * src/editaddress.c
1035                 Simplify layout on Maemo
1036         * src/folder.c
1037                 Fix possible crash
1038         * src/prefs_display_header.c
1039                 Remove some headers by default on Maemo
1040
1041 2007-07-17 [paul]       2.10.0cvs35
1042
1043         * src/prefs_common.c
1044         * src/prefs_common.h
1045         * src/prefs_logging.c
1046         * src/common/log.c
1047                 add options to stop/enable writing logs to disc
1048
1049 2007-07-17 [paul]       2.10.0cvs34
1050
1051         * src/edittags.c
1052                 fix some issues with the Apply tags window:
1053                 - set search column (enables autocompl in the treeview)
1054                 - apply tag from "New tag" if it existed
1055                 - clears New tag entry when adding it with the button
1056                 Thanks to Colin
1057
1058 2007-07-17 [paul]       2.10.0cvs33
1059
1060         * src/edittags.c
1061                 fix 'apply tags' dialogue weirdness
1062
1063 2007-07-16 [colin]      2.10.0cvs32
1064
1065         * src/toolbar.c
1066                 Fix double-loading of mails on Maemo
1067
1068 2007-07-16 [colin]      2.10.0cvs31
1069
1070         * src/messageview.c
1071                 Prevent double-loading of the same part under some
1072                 conditions; hide statusbar on Maemo
1073
1074 2007-07-16 [colin]      2.10.0cvs30
1075
1076         * src/edittags.c
1077         * src/edittags.h
1078         * src/mainwindow.c
1079         * src/summaryview.c
1080                 Improve the tag interface - allow
1081                 to set/unset tags from a special
1082                 window.
1083         * src/gtk/gtkvscrollbutton.c
1084         * src/mimeview.c
1085         * src/mimeview.h
1086         * src/stock_pixmap.c
1087                 Fix Mimeview's ugly hacks in the
1088                 icon list. 
1089
1090 2007-07-16 [paul]       2.10.0cvs29
1091
1092         * src/wizard.c
1093                 rework dialog
1094         * src/gtk/icon_legend.c
1095                 put it all in a scrolled window
1096
1097 2007-07-15 [colin]      2.10.0cvs28
1098
1099         * src/mainwindow.c
1100                 Maemo: force layout to be Small screen; the
1101                 others don't make sense
1102
1103 2007-07-14 [colin]      2.10.0cvs27
1104
1105         * src/mimeview.c
1106         * src/gtk/gtkvscrollbutton.c
1107                 Maemo: Fix mimeview's buttons size
1108
1109 2007-07-14 [colin]      2.10.0cvs26
1110
1111         * src/toolbar.c
1112                 Fix the button workaround fix.
1113                 (Use the correct variable)
1114
1115 2007-07-14 [colin]      2.10.0cvs25
1116
1117         * src/mainwindow.c
1118         * src/toolbar.c
1119                 Maemo: put the progress bar in the
1120                 toolbar
1121
1122 2007-07-14 [colin]      2.10.0cvs24
1123
1124         * src/prefs_common.c
1125                 Maemo: hide statusbar by default
1126         * src/Makefile.am
1127         * src/stock_pixmap.c
1128         * src/stock_pixmap.h
1129         * src/toolbar.c
1130         * src/pixmaps/go_folders.xpm
1131                 Maemo: Add a specific icon to go back to
1132                 folder list
1133
1134 2007-07-14 [colin]      2.10.0cvs23
1135
1136         * src/toolbar.c
1137                 Don't set homogeneous finally
1138
1139 2007-07-14 [colin]      2.10.0cvs22
1140
1141         * src/toolbar.c
1142                 Fix button show/hide issues
1143
1144 2007-07-14 [colin]      2.10.0cvs21
1145
1146         * src/toolbar.c
1147                 Fix huge arrows
1148                 Fix button workaround to be able to click
1149                 if mouse was on button when it went un-
1150                 sensitive.
1151                 Revert previous commit, gtk_tool_item_set_homogeneous
1152                 doesn't mean what it seems to mean ;-)
1153
1154 2007-07-14 [paul]       2.10.0cvs20
1155
1156         * src/toolbar.c
1157                 make homogeneous FALSE always
1158
1159 2007-07-13 [colin]      2.10.0cvs19
1160
1161         * src/toolbar.c
1162         * src/toolbar.h
1163                 Rework to fit the non-deprecated API
1164         * src/compose.c
1165         * src/folderview.c
1166         * src/mainwindow.c
1167         * src/messageview.c
1168         * src/summaryview.c
1169                 Maemo layout changes. Better toolbars,
1170                 removal of CTree headers. 
1171
1172 2007-07-13 [paul]       2.10.0cvs18
1173
1174         * src/gtk/colorlabel.c
1175                 fix bug 1261, '[DE] coloring messages in overview 
1176                 keys are not localised'
1177                 the string is now included in claws-mail.pot
1178
1179 2007-07-13 [colin]      2.10.0cvs17
1180
1181         * src/summaryview.c
1182                 Fix bug 1267, 'printing mutliple messages 
1183                 opens one message-dialog after the other'
1184                 Ask for confirmation when printing 10
1185                 messages or more.
1186
1187 2007-07-11 [colin]      2.10.0cvs16
1188
1189         * COPYING
1190         * README
1191         * autogen.sh
1192         * manual/claws-mail-manual.xml
1193         * manual/gpl.xml
1194         * manual/es/claws-mail-manual.xml
1195         * manual/es/gpl.xml
1196         * manual/fr/claws-mail-manual.xml
1197         * manual/fr/gpl.xml
1198         * manual/pl/gpl.xml
1199         * src/account.c
1200         * src/account.h
1201         * src/action.c
1202         * src/action.h
1203         * src/adbookbase.h
1204         * src/addr_compl.c
1205         * src/addr_compl.h
1206         * src/addrbook.c
1207         * src/addrbook.h
1208         * src/addrcache.c
1209         * src/addrcache.h
1210         * src/addrcindex.c
1211         * src/addrcindex.h
1212         * src/addrclip.c
1213         * src/addrclip.h
1214         * src/addrdefs.h
1215         * src/addressadd.c
1216         * src/addressadd.h
1217         * src/addressbook.c
1218         * src/addressbook.h
1219         * src/addressbook_foldersel.c
1220         * src/addressbook_foldersel.h
1221         * src/addressitem.h
1222         * src/addrgather.c
1223         * src/addrgather.h
1224         * src/addrharvest.c
1225         * src/addrharvest.h
1226         * src/addrindex.c
1227         * src/addrindex.h
1228         * src/addritem.c
1229         * src/addritem.h
1230         * src/addrquery.c
1231         * src/addrquery.h
1232         * src/addrselect.c
1233         * src/addrselect.h
1234         * src/alertpanel.c
1235         * src/alertpanel.h
1236         * src/browseldap.c
1237         * src/browseldap.h
1238         * src/codeconv.c
1239         * src/codeconv.h
1240         * src/compose.c
1241         * src/compose.h
1242         * src/crash.c
1243         * src/crash.h
1244         * src/customheader.c
1245         * src/customheader.h
1246         * src/displayheader.c
1247         * src/displayheader.h
1248         * src/editaddress.c
1249         * src/editaddress.h
1250         * src/editaddress_other_attributes_ldap.c
1251         * src/editaddress_other_attributes_ldap.h
1252         * src/editbook.c
1253         * src/editbook.h
1254         * src/editgroup.c
1255         * src/editgroup.h
1256         * src/editjpilot.c
1257         * src/editjpilot.h
1258         * src/editldap.c
1259         * src/editldap.h
1260         * src/editldap_basedn.c
1261         * src/editldap_basedn.h
1262         * src/edittags.c
1263         * src/edittags.h
1264         * src/editvcard.c
1265         * src/editvcard.h
1266         * src/enriched.c
1267         * src/enriched.h
1268         * src/exphtmldlg.c
1269         * src/exphtmldlg.h
1270         * src/expldifdlg.c
1271         * src/expldifdlg.h
1272         * src/export.c
1273         * src/export.h
1274         * src/exporthtml.c
1275         * src/exporthtml.h
1276         * src/exportldif.c
1277         * src/exportldif.h
1278         * src/filtering.c
1279         * src/filtering.h
1280         * src/folder.c
1281         * src/folder.h
1282         * src/folder_item_prefs.c
1283         * src/folder_item_prefs.h
1284         * src/foldersel.c
1285         * src/foldersel.h
1286         * src/folderutils.c
1287         * src/folderutils.h
1288         * src/folderview.c
1289         * src/folderview.h
1290         * src/gedit-print.c
1291         * src/gedit-print.h
1292         * src/grouplistdialog.c
1293         * src/grouplistdialog.h
1294         * src/headerview.c
1295         * src/headerview.h
1296         * src/html.c
1297         * src/html.h
1298         * src/image_viewer.c
1299         * src/image_viewer.h
1300         * src/imap.c
1301         * src/imap.h
1302         * src/imap_gtk.c
1303         * src/imap_gtk.h
1304         * src/import.c
1305         * src/import.h
1306         * src/importldif.c
1307         * src/importldif.h
1308         * src/importmutt.c
1309         * src/importmutt.h
1310         * src/importpine.c
1311         * src/importpine.h
1312         * src/inc.c
1313         * src/inc.h
1314         * src/jpilot.c
1315         * src/jpilot.h
1316         * src/ldapctrl.c
1317         * src/ldapctrl.h
1318         * src/ldaplocate.c
1319         * src/ldaplocate.h
1320         * src/ldapquery.c
1321         * src/ldapquery.h
1322         * src/ldapserver.c
1323         * src/ldapserver.h
1324         * src/ldapupdate.c
1325         * src/ldapupdate.h
1326         * src/ldaputil.c
1327         * src/ldaputil.h
1328         * src/ldif.c
1329         * src/ldif.h
1330         * src/localfolder.c
1331         * src/localfolder.h
1332         * src/main.c
1333         * src/main.h
1334         * src/mainwindow.c
1335         * src/mainwindow.h
1336         * src/manual.c
1337         * src/manual.h
1338         * src/matcher.c
1339         * src/matcher.h
1340         * src/matcher_parser.h
1341         * src/matcher_parser_lex.l
1342         * src/matcher_parser_parse.y
1343         * src/mbox.c
1344         * src/mbox.h
1345         * src/message_search.c
1346         * src/message_search.h
1347         * src/messageview.c
1348         * src/messageview.h
1349         * src/mh.c
1350         * src/mh.h
1351         * src/mh_gtk.c
1352         * src/mh_gtk.h
1353         * src/mimeview.c
1354         * src/mimeview.h
1355         * src/msgcache.c
1356         * src/msgcache.h
1357         * src/mutt.c
1358         * src/mutt.h
1359         * src/news.c
1360         * src/news.h
1361         * src/news_gtk.c
1362         * src/news_gtk.h
1363         * src/noticeview.c
1364         * src/noticeview.h
1365         * src/partial_download.c
1366         * src/partial_download.h
1367         * src/pine.c
1368         * src/pine.h
1369         * src/pop.c
1370         * src/pop.h
1371         * src/prefs_account.c
1372         * src/prefs_account.h
1373         * src/prefs_actions.c
1374         * src/prefs_actions.h
1375         * src/prefs_common.c
1376         * src/prefs_common.h
1377         * src/prefs_compose_writing.c
1378         * src/prefs_compose_writing.h
1379         * src/prefs_customheader.c
1380         * src/prefs_customheader.h
1381         * src/prefs_display_header.c
1382         * src/prefs_display_header.h
1383         * src/prefs_ext_prog.c
1384         * src/prefs_ext_prog.h
1385         * src/prefs_filtering.c
1386         * src/prefs_filtering.h
1387         * src/prefs_filtering_action.c
1388         * src/prefs_filtering_action.h
1389         * src/prefs_folder_column.c
1390         * src/prefs_folder_column.h
1391         * src/prefs_folder_item.c
1392         * src/prefs_folder_item.h
1393         * src/prefs_fonts.c
1394         * src/prefs_fonts.h
1395         * src/prefs_gtk.c
1396         * src/prefs_gtk.h
1397         * src/prefs_image_viewer.c
1398         * src/prefs_image_viewer.h
1399         * src/prefs_logging.c
1400         * src/prefs_logging.h
1401         * src/prefs_matcher.c
1402         * src/prefs_matcher.h
1403         * src/prefs_message.c
1404         * src/prefs_message.h
1405         * src/prefs_msg_colors.c
1406         * src/prefs_msg_colors.h
1407         * src/prefs_other.c
1408         * src/prefs_other.h
1409         * src/prefs_quote.c
1410         * src/prefs_quote.h
1411         * src/prefs_receive.c
1412         * src/prefs_receive.h
1413         * src/prefs_send.c
1414         * src/prefs_send.h
1415         * src/prefs_spelling.c
1416         * src/prefs_spelling.h
1417         * src/prefs_summaries.c
1418         * src/prefs_summaries.h
1419         * src/prefs_summary_column.c
1420         * src/prefs_summary_column.h
1421         * src/prefs_summary_open.c
1422         * src/prefs_summary_open.h
1423         * src/prefs_template.c
1424         * src/prefs_template.h
1425         * src/prefs_themes.c
1426         * src/prefs_themes.h
1427         * src/prefs_toolbar.c
1428         * src/prefs_toolbar.h
1429         * src/prefs_wrapping.c
1430         * src/prefs_wrapping.h
1431         * src/privacy.c
1432         * src/privacy.h
1433         * src/procheader.c
1434         * src/procheader.h
1435         * src/procmime.c
1436         * src/procmime.h
1437         * src/procmsg.c
1438         * src/procmsg.h
1439         * src/quote_fmt.c
1440         * src/quote_fmt_lex.l
1441         * src/quote_fmt_parse.y
1442         * src/recv.c
1443         * src/recv.h
1444         * src/remotefolder.c
1445         * src/remotefolder.h
1446         * src/send_message.c
1447         * src/send_message.h
1448         * src/setup.c
1449         * src/setup.h
1450         * src/simple-gettext.c
1451         * src/sourcewindow.c
1452         * src/sourcewindow.h
1453         * src/ssl_manager.c
1454         * src/ssl_manager.h
1455         * src/statusbar.c
1456         * src/statusbar.h
1457         * src/stock_pixmap.c
1458         * src/stock_pixmap.h
1459         * src/summary_search.c
1460         * src/summary_search.h
1461         * src/summaryview.c
1462         * src/summaryview.h
1463         * src/textview.c
1464         * src/textview.h
1465         * src/toolbar.c
1466         * src/toolbar.h
1467         * src/undo.c
1468         * src/undo.h
1469         * src/unmime.c
1470         * src/unmime.h
1471         * src/uri_opener.c
1472         * src/uri_opener.h
1473         * src/vcard.c
1474         * src/vcard.h
1475         * src/wizard.c
1476         * src/wizard.h
1477         * src/common/base64.c
1478         * src/common/base64.h
1479         * src/common/claws.c
1480         * src/common/claws.h
1481         * src/common/defs.h
1482         * src/common/fnmatch.c
1483         * src/common/fnmatch.h
1484         * src/common/fnmatch_loop.c
1485         * src/common/hooks.c
1486         * src/common/hooks.h
1487         * src/common/log.c
1488         * src/common/log.h
1489         * src/common/md5.c
1490         * src/common/md5.h
1491         * src/common/mgutils.c
1492         * src/common/mgutils.h
1493         * src/common/nntp.c
1494         * src/common/nntp.h
1495         * src/common/passcrypt.c
1496         * src/common/passcrypt.h.in
1497         * src/common/plugin.c
1498         * src/common/plugin.h
1499         * src/common/prefs.c
1500         * src/common/prefs.h
1501         * src/common/progressindicator.c
1502         * src/common/progressindicator.h
1503         * src/common/quoted-printable.c
1504         * src/common/quoted-printable.h
1505         * src/common/session.c
1506         * src/common/session.h
1507         * src/common/smtp.c
1508         * src/common/smtp.h
1509         * src/common/socket.c
1510         * src/common/socket.h
1511         * src/common/ssl.c
1512         * src/common/ssl.h
1513         * src/common/ssl_certificate.c
1514         * src/common/ssl_certificate.h
1515         * src/common/string_match.c
1516         * src/common/string_match.h
1517         * src/common/stringtable.c
1518         * src/common/stringtable.h
1519         * src/common/tags.c
1520         * src/common/tags.h
1521         * src/common/template.c
1522         * src/common/template.h
1523         * src/common/timing.h
1524         * src/common/utils.c
1525         * src/common/utils.h
1526         * src/common/uuencode.c
1527         * src/common/uuencode.h
1528         * src/common/version.h.in
1529         * src/common/w32_dirent.c
1530         * src/common/w32_reg.c
1531         * src/common/w32_signal.c
1532         * src/common/w32_stat.c
1533         * src/common/w32_stdlib.c
1534         * src/common/w32_string.c
1535         * src/common/w32_time.c
1536         * src/common/w32_unistd.c
1537         * src/common/w32_wait.c
1538         * src/common/w32lib.h
1539         * src/common/xml.c
1540         * src/common/xml.h
1541         * src/common/xmlprops.c
1542         * src/common/xmlprops.h
1543         * src/etpan/etpan-errors.h
1544         * src/etpan/etpan-thread-manager-types.h
1545         * src/etpan/etpan-thread-manager.c
1546         * src/etpan/etpan-thread-manager.h
1547         * src/etpan/imap-thread.c
1548         * src/etpan/imap-thread.h
1549         * src/gtk/about.c
1550         * src/gtk/about.h
1551         * src/gtk/colorlabel.c
1552         * src/gtk/colorlabel.h
1553         * src/gtk/colorsel.c
1554         * src/gtk/colorsel.h
1555         * src/gtk/combobox.c
1556         * src/gtk/combobox.h
1557         * src/gtk/description_window.c
1558         * src/gtk/description_window.h
1559         * src/gtk/filesel.c
1560         * src/gtk/filesel.h
1561         * src/gtk/foldersort.c
1562         * src/gtk/foldersort.h
1563         * src/gtk/gtkaspell.c
1564         * src/gtk/gtkaspell.h
1565         * src/gtk/gtksctree.c
1566         * src/gtk/gtkshruler.c
1567         * src/gtk/gtkshruler.h
1568         * src/gtk/gtksourceprintjob.c
1569         * src/gtk/gtksourceprintjob.h
1570         * src/gtk/gtkutils.c
1571         * src/gtk/gtkutils.h
1572         * src/gtk/gtkvscrollbutton.c
1573         * src/gtk/gtkvscrollbutton.h
1574         * src/gtk/icon_legend.c
1575         * src/gtk/icon_legend.h
1576         * src/gtk/inputdialog.c
1577         * src/gtk/inputdialog.h
1578         * src/gtk/logwindow.c
1579         * src/gtk/logwindow.h
1580         * src/gtk/manage_window.c
1581         * src/gtk/manage_window.h
1582         * src/gtk/menu.c
1583         * src/gtk/menu.h
1584         * src/gtk/pluginwindow.c
1585         * src/gtk/pluginwindow.h
1586         * src/gtk/prefswindow.c
1587         * src/gtk/prefswindow.h
1588         * src/gtk/progressdialog.c
1589         * src/gtk/progressdialog.h
1590         * src/gtk/quicksearch.c
1591         * src/gtk/quicksearch.h
1592         * src/gtk/sslcertwindow.c
1593         * src/gtk/sslcertwindow.h
1594         * src/plugins/bogofilter/bogofilter.c
1595         * src/plugins/bogofilter/bogofilter.h
1596         * src/plugins/bogofilter/bogofilter_gtk.c
1597         * src/plugins/clamav/clamav_plugin.c
1598         * src/plugins/clamav/clamav_plugin.h
1599         * src/plugins/clamav/clamav_plugin_gtk.c
1600         * src/plugins/demo/demo.c
1601         * src/plugins/dillo_viewer/dillo_prefs.c
1602         * src/plugins/dillo_viewer/dillo_prefs.h
1603         * src/plugins/dillo_viewer/dillo_viewer.c
1604         * src/plugins/pgpcore/passphrase.c
1605         * src/plugins/pgpcore/passphrase.h
1606         * src/plugins/pgpcore/pgp_viewer.c
1607         * src/plugins/pgpcore/pgp_viewer.h
1608         * src/plugins/pgpcore/plugin.c
1609         * src/plugins/pgpcore/prefs_gpg.c
1610         * src/plugins/pgpcore/prefs_gpg.h
1611         * src/plugins/pgpcore/select-keys.c
1612         * src/plugins/pgpcore/select-keys.h
1613         * src/plugins/pgpcore/sgpgme.c
1614         * src/plugins/pgpcore/sgpgme.h
1615         * src/plugins/pgpinline/pgpinline.c
1616         * src/plugins/pgpinline/pgpinline.h
1617         * src/plugins/pgpinline/plugin.c
1618         * src/plugins/pgpmime/pgpmime.c
1619         * src/plugins/pgpmime/pgpmime.h
1620         * src/plugins/pgpmime/plugin.c
1621         * src/plugins/spamassassin/spamassassin.c
1622         * src/plugins/spamassassin/spamassassin.h
1623         * src/plugins/spamassassin/spamassassin_gtk.c
1624         * src/plugins/trayicon/trayicon.c
1625         * src/plugins/trayicon/trayicon_prefs.c
1626         * src/plugins/trayicon/trayicon_prefs.h
1627         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1628         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1629         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1630         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1631         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1632         * tools/OOo2claws-mail.pl
1633         * tools/README.sylprint
1634         * tools/acroread2claws-mail.pl
1635         * tools/claws-mail-compose-insert-files.pl
1636         * tools/convert_mbox.pl
1637         * tools/filter_conv.pl
1638         * tools/filter_conv_new.pl
1639         * tools/fix_date.sh
1640         * tools/freshmeat_search.pl
1641         * tools/google_search.pl
1642         * tools/kmail-mailbox2claws-mail.pl
1643         * tools/kmail2claws-mail.pl
1644         * tools/kmail2claws-mail_v2.pl
1645         * tools/mairix.sh
1646         * tools/make.themes.project
1647         * tools/multiwebsearch.pl
1648         * tools/nautilus2claws-mail.sh
1649         * tools/outlook2claws-mail.pl
1650         * tools/textviewer.sh
1651         * tools/thunderbird-filters-convertor.pl
1652         * tools/update-po
1653         * tools/uuooffice
1654         * tools/vcard2xml.py
1655         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1656                 Upgrade to GPLv3 or later.
1657
1658 2007-07-10 [wwp]        2.10.0cvs15
1659
1660         * src/main.c
1661                 Fix re-opening of all composing messages that were
1662                 opened when closing the previous instance, thanks
1663                 to Colin.
1664
1665 2007-07-10 [paul]       2.10.0cvs14
1666
1667         * src/editaddress_other_attributes_ldap.c
1668         * src/ldapupdate.c
1669                 fix crash on selecting 'other attributes' combo
1670                 for either a new entry or an old entry with no
1671                 existing attributes.
1672                 fix bug on editing multiple attributes which
1673                 resulted them all having the value of the last
1674                 one changed.
1675                 Thanks to Colin
1676
1677 2007-07-10 [colin]      2.10.0cvs13
1678
1679         * src/editaddress.c
1680         * src/editaddress_other_attributes_ldap.h
1681         * src/ldapupdate.c
1682                 Fix --disable-ldap build
1683
1684 2007-07-09 [colin]      2.10.0cvs12
1685
1686         * src/Makefile.am
1687         * src/addritem.c
1688         * src/addritem.h
1689         * src/editaddress.c
1690         * src/editaddress_other_attributes_ldap.c
1691         * src/editaddress_other_attributes_ldap.h
1692         * src/editldap.c
1693         * src/ldapctrl.c
1694         * src/ldapctrl.h
1695         * src/ldapupdate.c
1696                 Add capability to edit all inetOrgPerson
1697                 attributes on LDAP. Patch by Michael 
1698                 Rasmussen
1699
1700 2007-07-09 [colin]      2.10.0cvs11
1701
1702         * src/Makefile.am
1703         * src/exporthtml.c
1704         * src/mbox.c
1705         * src/msgcache.c
1706         * src/prefs_summaries.c
1707         * src/prefs_themes.c
1708         * src/procheader.c
1709         * src/common/Makefile.am
1710         * src/common/log.c
1711         * src/common/timing.h
1712         * src/common/utils.c
1713         * src/common/utils.h
1714         * src/common/w32_account.c
1715         * src/common/w32lib.h
1716         * src/gtk/Makefile.am
1717         * src/gtk/colorlabel.c
1718         * src/plugins/pgpcore/Makefile.am
1719         * src/plugins/pgpcore/claws.def
1720         * src/plugins/pgpcore/passphrase.c
1721         * src/plugins/pgpcore/pgp_viewer.c
1722         * src/plugins/pgpcore/plugin.def
1723         * src/plugins/pgpcore/sgpgme.c
1724         * src/plugins/pgpinline/Makefile.am
1725         * src/plugins/pgpinline/claws.def
1726         * src/plugins/pgpinline/mypgpcore.def
1727         * src/plugins/pgpinline/plugin.def
1728         * src/plugins/pgpmime/Makefile.am
1729         * src/plugins/pgpmime/claws.def
1730         * src/plugins/pgpmime/mypgpcore.def
1731         * src/plugins/pgpmime/plugin.def
1732                 Commit win32 patch, from Werner Koch and
1733                 Marcus Brinkmann
1734
1735 2007-07-09 [colin]      2.10.0cvs10
1736
1737         * src/prefs_toolbar.c
1738                 Fix crash when no actions exist
1739
1740 2007-07-07 [paul]       2.10.0cvs9
1741
1742         * COPYING
1743         * manual/claws-mail-manual.xml
1744                 update copyright year
1745         * po/fi.po
1746                 updated by Flammie Pirinen
1747
1748 2007-07-05 [wwp]        2.10.0cvs8
1749
1750         * src/plugins/clamav/clamav_plugin_gtk.c
1751                 Make vertical spacing like in other plugin prefs pages.
1752
1753 2007-07-05 [wwp]        2.10.0cvs7
1754
1755         * src/quote_fmt.c
1756                 It's %am that works, not %ae (this doc incoherence has been
1757                 introduced with 2.9.2cvs13).
1758
1759 2007-07-04 [wwp]        2.10.0cvs6
1760
1761         * src/plugins/bogofilter/bogofilter.c
1762                 Gettext-ize an occurrence of "Any" that wasn't.
1763
1764 2007-07-04 [colin]      2.10.0cvs5
1765
1766         * po/POTFILES.in
1767                 Fix untranslated strings; thanks
1768                 to Pader Rezso.
1769
1770 2007-07-03 [colin]      2.10.0cvs4
1771
1772         * src/folder.c
1773         * src/mainwindow.c
1774                 Fix saving of sort mode for tags and
1775                 thread date. Thanks to Pierre Ossman.
1776                 Completes fix for bug 1233
1777
1778 2007-07-03 [paul]       2.10.0cvs3
1779
1780         * src/compose.c
1781                 fix auto-save
1782         * src/summaryview.c
1783                 fix build warnings
1784         Thanks to Colin
1785
1786 2007-07-02 [colin]      2.10.0cvs2
1787
1788         * src/folder.h
1789         * src/mainwindow.c
1790         * src/procmsg.h
1791         * src/summaryview.c
1792                 Add View/Sort/by Thread date
1793                 Fixes bug 1233, 'Capability to sort 
1794                 threads by most recent message'
1795                 Based on a patch by Paul Rolland
1796
1797 2007-07-02 [colin]      2.10.0cvs1
1798
1799         * src/Makefile.am
1800         * src/compose.c
1801         * src/edittags.c
1802         * src/edittags.h
1803         * src/filtering.c
1804         * src/folder.c
1805         * src/folder.h
1806         * src/headerview.c
1807         * src/headerview.h
1808         * src/main.c
1809         * src/mainwindow.c
1810         * src/mainwindow.h
1811         * src/manual.h
1812         * src/matcher.c
1813         * src/matcher.h
1814         * src/matcher_parser_parse.y
1815         * src/mimeview.c
1816         * src/msgcache.c
1817         * src/msgcache.h
1818         * src/prefs_common.c
1819         * src/prefs_common.h
1820         * src/prefs_filtering_action.c
1821         * src/prefs_matcher.c
1822         * src/prefs_summary_column.c
1823         * src/procmsg.c
1824         * src/procmsg.h
1825         * src/quote_fmt.c
1826         * src/quote_fmt_lex.l
1827         * src/quote_fmt_parse.y
1828         * src/summaryview.c
1829         * src/summaryview.h
1830         * src/textview.c
1831         * src/common/Makefile.am
1832         * src/common/defs.h
1833         * src/common/tags.c
1834         * src/common/tags.h
1835         * src/gtk/quicksearch.c
1836         * src/gtk/quicksearch.h
1837                 Add Tags implementation. Tags are arbitrary labels
1838                 that can be applied to messages. It is possible 
1839                 to create, edit, remove tags; apply them to mails;
1840                 filter on tags or tag presence; apply or unset
1841                 tags via filtering actions; reference tags in
1842                 reply templates.
1843
1844 2007-07-02 [paul]       2.10.0
1845
1846         * NEWS
1847         * README
1848         * RELEASE_NOTES
1849                 2.10.0 released
1850
1851 2007-07-02 [paul]       2.9.2cvs78
1852
1853         * po/de.po
1854         * po/en_GB.po
1855         * po/es.po
1856         * po/fr.po
1857         * po/hu.po
1858         * po/pt_BR.po
1859         * po/ru.po
1860         * po/zh_CN.po
1861                 updated by Stephan Sachse, me, Ricardo Mones
1862                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1863                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1864
1865 2007-07-02 [paul]       2.9.2cvs77
1866
1867         * AUTHORS
1868                 updated
1869
1870 2007-06-29 [wwp]        2.9.2cvs76
1871
1872         * src/gtk/headers.h
1873                 Fix a typo (thanks to Ricardo for finding this out).
1874
1875 2007-06-28 [paul]       2.9.2cvs75
1876
1877         * src/folderview.c
1878                 fix build warnings
1879
1880 2007-06-28 [paul]       2.9.2cvs74
1881
1882         * tools/Makefile.am
1883                 fix bug in the autotools build system.
1884                 Files cataloged under EXTRA_DIST were never
1885                 automatically copied to the build tree.
1886                 (fix 'make distcheck')
1887                 Patch by Michael Rasmussen.
1888
1889 2007-06-24 [colin]      2.9.2cvs73
1890
1891         * src/news_gtk.c
1892                 Fix bug 1249, 'Error handling for 
1893                 news errors needs modification'
1894                 Only popup error if the according
1895                 pref in Prefs/Receive is set.
1896
1897 2007-06-21 [colin]      2.9.2cvs72
1898
1899         * src/common/plugin.c
1900         * src/common/plugin.h
1901                 Change plugin API to know whether it's safe to 
1902                 unload plugins or whether we should just hide
1903                 them. Fixes bug 1248, 'Core dumps after 
1904                 unloading plugin and clicking on load plugins'
1905         * src/plugins/bogofilter/bogofilter.c
1906         * src/plugins/clamav/clamav_plugin.c
1907         * src/plugins/demo/demo.c
1908         * src/plugins/dillo_viewer/dillo_viewer.c
1909         * src/plugins/pgpcore/plugin.c
1910         * src/plugins/pgpinline/plugin.c
1911         * src/plugins/pgpmime/plugin.c
1912         * src/plugins/spamassassin/spamassassin.c
1913         * src/plugins/trayicon/trayicon.c
1914                 Update API
1915
1916 2007-06-19 [colin]      2.9.2cvs71
1917
1918         * src/compose.c
1919         * src/messageview.c
1920                 Fix crash mentioned in bug 1246
1921                 Race condition when automatically drafting
1922                 due to insertion on reedit.
1923
1924 2007-06-18 [wwp]        2.9.2cvs70
1925
1926         * src/importldif.c
1927                 LDIF import: use a "Proceed" button to complete
1928                 the process.
1929
1930 2007-06-18 [paul]       2.9.2cvs69
1931
1932         * configure.ac
1933                 use pkgconfig to check for gtk and glib
1934
1935 2007-06-17 [wwp]        2.9.2cvs68
1936
1937         * src/ldif.c
1938         * src/importldif.c
1939                 LDIF import: better error handling, minor code
1940                 and UI cleanup, and renamed the Save button
1941                 to Close, as imported stuff is already saved
1942                 when the Save button is shown.
1943
1944 2007-06-17 [colin]      2.9.2cvs67
1945
1946         * src/prefs_summaries.c
1947         * src/procmsg.c
1948                 Don't set as read when forwarded, only replied to
1949
1950 2007-06-17 [paul]       2.9.2cvs66
1951
1952         * src/alertpanel.c
1953                 add missing #include
1954
1955 2007-06-16 [colin]      2.9.2cvs65
1956
1957         * src/prefs_summaries.c
1958         * src/procmsg.c
1959                 Change the pref "Only mark as read when opened
1960                 in new window" to "..., replied to or forwarded".
1961                 Based on a patch by Paul Rolland.
1962
1963 2007-06-16 [paul]       2.9.2cvs64
1964
1965         * src/gtk/authors.h
1966                 alphabetical order! :)
1967
1968 2007-06-16 [colin]      2.9.2cvs63
1969
1970         * AUTHORS
1971         * src/gtk/authors.h
1972                 Add Michael Rasmussen in authors list
1973
1974 2007-06-16 [colin]      2.9.2cvs62
1975
1976         * src/messageview.c
1977                 Fix messageview_copy_clipboard to take advantage
1978                 of plugins' get_selection.
1979
1980 2007-06-15 [colin]      2.9.2cvs61
1981
1982         * src/action.c
1983         * src/addr_compl.c
1984         * src/addressbook.c
1985         * src/folderview.c
1986         * src/message_search.c
1987         * src/mimeview.c
1988         * src/summary_search.c
1989         * src/summaryview.c
1990         * src/textview.c
1991                 Allow GDK_KP_Enter to do the same as GDK_Return
1992                 Patch by Michael Rasmussen
1993
1994 2007-06-15 [paul]       2.9.2cvs60
1995
1996         * src/compose.c
1997                 fix bug when closing a compose window
1998                 during autosave
1999
2000 2007-06-14 [paul]       2.9.2cvs59
2001
2002         * src/main.c
2003         * src/common/defs.h
2004                 migrate sylpheed config
2005
2006 2007-06-14 [wwp]        2.9.2cvs58
2007
2008         * src/gtk/pluginwindow.c
2009                 Yet another attempt to fix sizing/alignment of the
2010                 button bar in plugins window.
2011
2012 2007-06-12 [colin]      2.9.2cvs57
2013
2014         * po/POTFILES.in
2015         * src/Makefile.am
2016         * src/folderview.c
2017         * src/prefs_common.c
2018         * src/prefs_common.h
2019         * src/prefs_summaries.c
2020         * src/prefs_summary_open.c
2021         * src/prefs_summary_open.h
2022         * src/summaryview.c
2023                 Make "when entering a folder" actions more personalisable
2024
2025 2007-06-12 [wwp]        2.9.2cvs56
2026
2027         * tools/README
2028                 Use short description from Paul (mairix.sh).
2029
2030 2007-06-12 [wwp]        2.9.2cvs55
2031
2032         * tools/README
2033                 Updated info about mairix.sh.
2034
2035 2007-06-11 [paul]       2.9.2cvs54
2036
2037         * src/prefs_logging.c
2038                 rework log window length widgets
2039                 and some sensitivity fixes
2040
2041 2007-06-11 [paul]       2.9.2cvs53
2042
2043         * src/mainwindow.c
2044         * src/prefs_logging.c
2045                 rename 'Protocol Log' to 'Network Log'
2046                 and some function renaming
2047
2048 2007-06-10 [wwp]        2.9.2cvs52
2049
2050         * src/gtk/pluginwindow.c
2051                 Revert 2.9.2cvs51.
2052
2053 2007-06-10 [wwp]        2.9.2cvs51
2054
2055         * src/gtk/pluginwindow.c
2056                 Fix button bar in plugin window, was centered and not
2057                 behaving like other dialogs w/ such button bar.
2058
2059 2007-06-08 [wwp]        2.9.2cvs50
2060
2061         * src/compose.c
2062         * src/compose.h
2063         * src/main.c
2064         * src/mainwindow.c
2065         * src/mainwindow.h
2066                 Provide a way out of automatic draft saving on IMAP, when
2067                 exiting offline.
2068                 Prevent drafting while sending and quitting while sending.
2069                 Thanks for Colin.
2070
2071
2072
2073 2007-06-08 [wwp]        2.9.2cvs49
2074
2075         * src/prefs_account.c
2076         * src/gtk/prefswindow.c
2077         * src/gtk/prefswindow.h
2078                 Activate the Basic page when opening account prefs.
2079
2080 2007-06-08 [wwp]        2.9.2cvs48
2081
2082         * src/common/socket.c
2083                 Don't crash if fork() fails, thanks to Colin.
2084
2085 2007-06-08 [wwp]        2.9.2cvs47
2086
2087         * src/gtk/prefswindow.c
2088                 Wrap some long lines, and reset horizontal scroller's adjusment
2089                 (this was already done, vertically), when changing tab (not page)
2090                 in prefs windows.
2091
2092 2007-06-08 [paul]       2.9.2cvs46
2093
2094         * src/common/utils.c
2095                 use gethostname() instead of uname()
2096                 based on a patch by Michael Hughes
2097                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2098
2099 2007-06-07 [wwp]        2.9.2cvs45
2100
2101         * src/prefs_common.c
2102                 Fix some useless warnings, thanks to Colin.
2103
2104 2007-06-06 [colin]      2.9.2cvs44
2105
2106         * src/ldapupdate.c
2107                 Fix strange allocations. 
2108
2109 2007-06-06 [colin]      2.9.2cvs43
2110
2111         * src/ldapupdate.c
2112                 Patch by Michael Rasmussus to help
2113                 bug 1232
2114
2115 2007-06-05 [wwp]        2.9.2cvs42
2116
2117         * src/prefs_account.c
2118         * src/prefs_folder_item.c
2119         * src/prefs_quote.c
2120         * src/quote_fmt.c
2121         * src/quote_fmt.h
2122                 Per-folder templates can now be applied recursively.
2123                 Always save per-folder templates (formats were erroneously
2124                 saved only if they were enabled).
2125                 Check for validity of quotation marks everywhere there
2126                 are defined.
2127
2128 2007-06-05 [wwp]        2.9.2cvs41
2129
2130         * src/inc.c
2131                 Fix incoming messages from local accounts always getting filtered
2132                 (even if the account prefs say don't), thanks to Colin.
2133
2134 2007-06-05 [wwp]        2.9.2cvs40
2135
2136         * src/compose.c
2137         * src/compose.h
2138                 Use per-folder/per-account quote chars when applying a
2139                 template or inserting text as well. Const'ify some
2140                 vars more.
2141
2142 2007-06-04 [colin]      2.9.2cvs39
2143
2144         * src/compose.c
2145                 More work for wwp :)
2146
2147 2007-06-04 [wwp]        2.9.2cvs38
2148
2149         * src/compose.c
2150                 Same as 2.9.2cvs36 but for forwarding.
2151
2152 2007-06-04 [colin]      2.9.2cvs37
2153
2154         * src/compose.c
2155                 Use original mail file for forward/redirect
2156                 Fixes some forwarded mails to be attached as
2157                 application/octet-stream (when they have binary
2158                 parts), and incidentally fixes bug 848
2159                 'Redirect breaks GnuPG'
2160
2161 2007-06-04 [wwp]        2.9.2cvs36
2162
2163         * src/compose.c
2164                 Fix quote mark mis-initialisation when replying/forwarding
2165                 (introduced w/ 2.9.2cvs20).
2166
2167 2007-06-04 [wwp]        2.9.2cvs35
2168
2169         * src/prefs_compose_writing.c
2170         * src/prefs_quote.c
2171                 Fix a bug where Quotation characters (prefs/compose/writing)
2172                 was cleared (introduced w/ 2.9.2cvs26).
2173
2174 2007-06-04 [wwp]        2.9.2cvs34
2175
2176         * src/prefs_account.c
2177         * src/prefs_account.h
2178                 Better fix for compiling w/o aspell (rollbacks
2179                 2.9.2cvs31).
2180
2181 2007-06-04 [wwp]        2.9.2cvs33
2182
2183         * src/account.c
2184         * src/prefs_account.c
2185         * src/prefs_account.h
2186         * src/procmsg.c
2187                 It's now possible to disable mail filtering plugins
2188                 on a per-account basis.
2189
2190 2007-06-04 [wwp]        2.9.2cvs32
2191
2192         * src/procheader.c
2193         * src/common/utils.c
2194         * src/common/utils.h
2195                 Support CRLF in headers part of messages.
2196                 Support few more date formats (RFC3339 subsets).
2197
2198 2007-06-04 [wwp]        2.9.2cvs31
2199
2200         * src/prefs_account.c
2201                 Fix compiling w/o aspell support.
2202
2203 2007-06-03 [wwp]        2.9.2cvs30
2204
2205         * src/prefs_gtk.c
2206                 Don't decode leading ENV_ and ~ in P_PASSWORD
2207                 values.
2208
2209 2007-06-03 [wwp]        2.9.2cvs29
2210
2211         * src/prefs_gtk.c
2212                 Don't decode leading ENV_ and ~ in P_PASSWORD
2213                 values.
2214
2215 2007-06-03 [wwp]        2.9.2cvs28
2216
2217         * src/prefs_account.c
2218         * src/gtk/prefswindow.c
2219         * src/gtk/prefswindow.h
2220                 Added a way to force preloading of all pages
2221                 (prefswindow).
2222                 Moved tabs to pages in account prefs.
2223
2224 2007-06-02 [colin]      2.9.2cvs27
2225
2226         * src/addressbook.c
2227                 Fix possible crash, fix ldap write bugs
2228         * src/ldapupdate.c
2229                 Fix ldap write bugs - patch by Michael
2230                 Rasmussen
2231         * src/alertpanel.c
2232         * src/alertpanel.h
2233                 Add a hook whenever alertpanel opens/closes
2234
2235 2007-05-31 [wwp]        2.9.2cvs26
2236
2237         * src/prefs_compose_writing.c
2238         * src/prefs_quote.c
2239                 Re-organized writing options a bit:
2240                  - renamed the Quoting page to Templates
2241                  - moved all composing templates to that page
2242                  - moved non-templates options to the Writing one,
2243                    grouped reply-related options, reordered reply and
2244                    forward options.
2245
2246 2007-05-31 [wwp]        2.9.2cvs25
2247
2248         * src/compose.c
2249                 Removed unused code.
2250
2251 2007-05-31 [colin]      2.9.2cvs24
2252
2253         * src/addressbook.c
2254                 Fix missing display name when modifying
2255                 LDAP. Patch by Michael Rasmussen
2256
2257 2007-05-31 [wwp]        2.9.2cvs23
2258
2259         * src/plugins/bogofilter/Makefile.am
2260         * src/plugins/clamav/Makefile.am
2261         * src/plugins/demo/Makefile.am
2262         * src/plugins/dillo_viewer/Makefile.am
2263         * src/plugins/spamassassin/Makefile.am
2264                 Fix building of those plugins in Mac OS X.
2265
2266 2007-05-30 [wwp]        2.9.2cvs22
2267
2268         * src/gtk/quicksearch.c
2269                 Fix missing initialization.
2270
2271 2007-05-30 [wwp]        2.9.2cvs21
2272
2273         * src/procheader.c
2274                 Revert accidental commit (debug outputs).
2275
2276 2007-05-30 [wwp]        2.9.2cvs20
2277
2278         * src/compose.c
2279         * src/folder_item_prefs.c
2280         * src/folder_item_prefs.h
2281         * src/prefs_account.c
2282         * src/prefs_account.h
2283         * src/prefs_folder_item.c
2284         * src/prefs_gtk.c
2285         * src/prefs_gtk.h
2286                 Implemented per-account and per-folder
2287                 compose/reply/forward formats.
2288
2289 2007-05-30 [wwp]        2.9.2cvs19
2290
2291         * src/prefs_compose_writing.c
2292         * src/prefs_quote.c
2293         * src/procheader.c
2294         * src/quote_fmt.c
2295         * src/quote_fmt.h
2296                 Internal API changes (factorize quote format
2297                 prefs and checks).
2298
2299 2007-05-30 [colin]      2.9.2cvs18
2300
2301         * src/compose.c
2302                 Fix race where it's possible to re-click Send
2303                 between end of SMTP session and end of "move to
2304                 sent folder" when sending an email with send
2305                 dialog enabled.
2306
2307 2007-05-30 [colin]      2.9.2cvs17
2308
2309         * src/crash.c
2310                 Ask for backtrace on all threads. Patch by
2311                 Pawel
2312         * src/folderview.c
2313                 Fix stale news statusbar when scanning fails.
2314                 Patch by Pawel
2315         * src/ldapupdate.c
2316                 Fix some LDAP write updates bugs. Patch
2317                 by Michael Rasmussen
2318
2319 2007-05-29 [colin]      2.9.2cvs16
2320
2321         * src/imap.c
2322                 Fix loss of local flags when moving mails
2323                 on IMAP in high-bandwidth mode (UID FETCH)
2324
2325 2007-05-25 [paul]       2.9.2cvs15
2326
2327         * src/common/socket.c
2328                 fix sometimes crasher on cancelling
2329                 message sending
2330
2331 2007-05-25 [colin]      2.9.2cvs14
2332
2333         * src/imap.c
2334                 Fix a memory leak
2335         * src/imap_gtk.c
2336                 Be more helpful in the subscription
2337                 message
2338
2339 2007-05-23 [wwp]        2.9.2cvs13
2340
2341         * src/compose.c
2342         * src/prefs_compose_writing.c
2343         * src/prefs_quote.c
2344         * src/prefs_template.c
2345         * src/prefs_template.h
2346         * src/quote_fmt.c
2347         * src/quote_fmt.h
2348         * src/quote_fmt_lex.l
2349         * src/quote_fmt_parse.y
2350                 Introduced new syntax elements (symbols and commands)
2351                 in templates/quote_fmt. Compatibility w/ old
2352                 symbols is kept.
2353                 Updated and reworked the corresponding Information
2354                 dialog.
2355                 Display the line number in dialogs that talk about
2356                 parser errors (in addition to the error message in
2357                 output).
2358
2359 2007-05-23 [wwp]        2.9.2cvs12
2360
2361         * src/quote_fmt_parse.y
2362                 Fix 2.9.2cvs11, probably a paste accident ;).
2363
2364 2007-05-23 [wwp]        2.9.2cvs11
2365
2366         * src/compose.c
2367         * src/prefs_template.c
2368         * src/quote_fmt.h
2369         * src/quote_fmt_parse.y
2370                 Fix 2.9.2cvs10, which broke --disable-aspell.
2371
2372 2007-05-22 [wwp]        2.9.2cvs10
2373
2374         * src/compose.c
2375         * src/prefs_template.c
2376         * src/quote_fmt.c
2377         * src/quote_fmt.h
2378         * src/quote_fmt_lex.l
2379         * src/quote_fmt_parse.y
2380         * src/gtk/gtkaspell.c
2381         * src/gtk/gtkaspell.h
2382                 Added template/quote format syntactical elements
2383                 to show and query:
2384                         - current dictionary
2385                           %T to show (shows empty if not set or not enabled),
2386                           ?T and !T to check if the default dictionary is
2387                           enabled and set
2388                         - current account's default dictionary
2389                           %aT to show (empty if not set or not enabled),
2390                           ?aT and !aT to check if it's enabled and set
2391                         - name completion for an address, from the address
2392                           book
2393                           %ABf, %ABt, %ABc respectively show the full name got
2394                           from the address book if From, To or Cc match a single
2395                           contact.
2396                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2397                           matches any contact and if the full name is non-empty.
2398                           If From, To or Cc are lists of email addresses, only
2399                           the first address will be checked.
2400                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2401                 that could show a trailing ','.
2402                 Also, template/quote_fmt parser now shows the line number in case
2403                 of parser error.
2404
2405 2007-05-15 [colin]      2.9.2cvs9
2406
2407         * src/main.c
2408         * src/main.h
2409                 Add a public function to know whether Claws
2410                 crashed last time
2411                 Store opened folder when exiting
2412         * src/folder.c
2413         * src/folder.h
2414                 Store last opened message in each FolderItem;
2415                 Reset last seen messages if Claws crashed, so 
2416                 that one can't go in an infinite crash in case 
2417                 a particular mail crashes Claws.
2418         * src/messageview.c
2419         * src/prefs_common.c
2420         * src/prefs_common.h
2421         * src/summaryview.c
2422         * src/prefs_summaries.c
2423                 Add "Select last opened message" when entering
2424                 a folder
2425                 Add "Select last opened folder" at startup.
2426
2427 2007-05-14 [colin]      2.9.2cvs8
2428
2429         * manual/xml2pdf
2430                 Fix bashism, search for xml catalog 
2431                 in /usr/local/share/xml/catalog too
2432                 Patch by Pawel
2433
2434 2007-05-13 [wwp]        2.9.2cvs7
2435
2436         * src/gtk/logwindow.c
2437                 fix raising log windows when they are either minimized or
2438                 in background.
2439
2440 2007-05-11 [colin]      2.9.2cvs6
2441
2442         * src/gtk/filesel.c
2443                 Use Hildon's file chooser on Maemo. Patch
2444                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2445                 'File attachment "manipulation" bugs...'
2446
2447 2007-05-10 [wwp]        2.9.2cvs5
2448
2449         * src/prefs_common.c
2450         * src/prefs_common.h
2451         * src/gtk/quicksearch.c
2452                 Add a quicksearch option to automatically run
2453                 a search selected from the history (this option
2454                 is exclusive towards type-ahead).
2455
2456 2007-05-10 [colin]      2.9.2cvs4
2457
2458         * src/imap.c
2459                 Fix g_warnings, thanks to Brian
2460                 Morrison
2461
2462 2007-05-09 [colin]      2.9.2cvs3
2463
2464         * src/crash.c
2465         * src/exporthtml.c
2466         * src/mbox.c
2467         * src/prefs_summaries.c
2468         * src/procheader.c
2469         * src/common/log.c
2470         * src/common/utils.c
2471         * src/gtk/gtksourceprintjob.c
2472         * src/gtk/sslcertwindow.c
2473                 Use the re-entrant variant of time functions
2474                 Probably fixes bug 1217, 'reentrancy problems 
2475                 with time functions'
2476
2477 2007-05-09 [colin]      2.9.2cvs2
2478
2479         * src/imap.c
2480                 Fix crasher when reconnection fails
2481
2482 2007-05-08 [paul]       2.9.2cvs1
2483
2484         * NEWS
2485         * README
2486         * RELEASE_NOTES
2487         * configure.ac
2488                 bump version number following
2489                 stable release
2490
2491 2007-05-08 [paul]       2.9.1cvs48
2492
2493         * src/plugins/demo/demo.c
2494         * src/plugins/dillo_viewer/dillo_prefs.c
2495         * src/plugins/dillo_viewer/dillo_prefs.h
2496         * src/plugins/dillo_viewer/dillo_viewer.c
2497         * src/plugins/pgpcore/pgp_viewer.c
2498         * src/plugins/pgpcore/pgp_viewer.h
2499         * src/plugins/pgpcore/plugin.c
2500         * src/plugins/pgpcore/prefs_gpg.c
2501         * src/plugins/pgpcore/prefs_gpg.h
2502         * src/plugins/pgpcore/sgpgme.c
2503         * src/plugins/pgpcore/sgpgme.h
2504         * src/plugins/pgpinline/plugin.c
2505         * src/plugins/pgpmime/pgpmime.c
2506         * src/plugins/pgpmime/pgpmime.h
2507         * src/plugins/pgpmime/plugin.c
2508         * src/plugins/spamassassin/spamassassin.c
2509         * src/plugins/spamassassin/spamassassin.h
2510         * src/plugins/spamassassin/spamassassin_gtk.c
2511         * src/plugins/trayicon/README
2512         * tools/README
2513         * tools/README.sylprint
2514         * tools/outlook2claws-mail.pl
2515         * tools/sylprint.pl
2516         * tools/tb2claws-mail
2517         * tools/tbird2claws.py
2518         * tools/update-po
2519         * tools/vcard2xml.py
2520         * tools/kdeservicemenu/README
2521                 cleanups and corrections
2522
2523 2007-05-06 [wwp]        2.9.1cvs47
2524
2525         * tools/uudec
2526                 Fix missing dash to `display` command-line, reported
2527                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2528
2529 2007-05-06 [colin]      2.9.1cvs46
2530
2531         * src/Makefile.am
2532         * src/stock_pixmap.c
2533         * src/stock_pixmap.h
2534         * src/pixmaps/printer.xpm
2535                 Add a printer icon
2536
2537 2007-05-06 [paul]       2.9.1cvs45
2538
2539         * src/compose.c
2540         * src/ldapquery.c
2541         * src/privacy.h
2542         * src/summary_search.c
2543         * src/summaryview.c
2544                 fix build warnings
2545
2546 2007-05-05 [wwp]        2.9.1cvs44
2547
2548         * src/messageview.c
2549         * src/mh.c
2550         * src/prefs_actions.c
2551         * src/prefs_gtk.c
2552         * src/summaryview.c
2553         * src/common/xml.c
2554                 Fix "faild" typos everywhere and capitalization of
2555                 some g_warnings.
2556
2557 2007-05-04 [colin]      2.9.1cvs43
2558
2559         * src/compose.c
2560         * src/privacy.c
2561         * src/privacy.h
2562         * src/plugins/pgpcore/prefs_gpg.c
2563         * src/plugins/pgpcore/prefs_gpg.h
2564         * src/plugins/pgpinline/pgpinline.c
2565         * src/plugins/pgpmime/pgpmime.c
2566                 Add an API to warn about encryption limits,
2567                 and allow to disable these warnings
2568
2569 2007-05-03 [colin]      2.9.1cvs42
2570
2571         * src/summaryview.c
2572         * src/mainwindow.c
2573                 Fix bug 1213, 'Delete more than 
2574                 one thread at once'
2575
2576 2007-05-03 [wwp]        2.9.1cvs41
2577
2578         * src/prefs_common.c
2579         * src/prefs_filtering.c
2580         * src/prefs_template.c
2581         * src/common/template.c
2582         * src/common/template.h
2583         * src/gtk/gtkutils.c
2584         * src/gtk/gtkutils.h
2585                 Templates are no longer automatically sorted
2586                 by name, but can be sorted manually using
2587                 |< < > >| buttons as well as drag'n'drop.
2588
2589 2007-05-03 [wwp]        2.9.1cvs40
2590
2591         * src/plugins/spamassassin/spamassassin.c
2592         * src/plugins/spamassassin/spamassassin.h
2593         * src/plugins/spamassassin/spamassassin_gtk.c
2594         * src/plugins/bogofilter/bogofilter.c
2595         * src/plugins/bogofilter/bogofilter.h
2596         * src/plugins/bogofilter/bogofilter_gtk.c
2597                 Added an option to conditionally mark saved spam
2598                 as read (default is and was to do so).
2599                 Satisfies feature request 1708539 on sf.net tracker.
2600
2601 2007-05-03 [colin]      2.9.1cvs39
2602
2603         * src/inc.c
2604                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2605
2606 2007-05-02 [colin]      2.9.1cvs38
2607
2608         * src/textview.c
2609                 Fix bug 1209, 'Clicking on address 
2610                 in header (mailto uri) selects 
2611                 default account'. Patch adapted from
2612                 G.P. Halkes' patch.
2613
2614 2007-05-02 [colin]      2.9.1cvs37
2615
2616         * src/grouplistdialog.c
2617                 Set cursor to wait cursor while loading
2618                 groups.
2619
2620 2007-05-02 [paul]       2.9.1cvs36
2621
2622         * src/folder.c
2623         * src/common/defs.h
2624                 rename cache and mark files
2625                 (data is preserved)
2626
2627 2007-04-30 [paul]       2.9.1cvs35
2628
2629         * manual/glossary.xml
2630         * manual/plugins.xml
2631                 updates. Patch by Ricardo
2632
2633 2007-04-29 [wwp]        2.9.1cvs34
2634
2635         * src/mainwindow.c
2636         * configure.ac
2637                 Fix few grammatical errors (patch by David Relson < relson at
2638                 osagesoftware dot com >).
2639
2640 2007-04-28 [colin]      2.9.1cvs33
2641
2642         * src/account.c
2643         * src/pop.c
2644         * src/prefs_account.c
2645         * src/prefs_account.h
2646                 Drop the "Download all" preference. It's
2647                 stupidly useless and confuses people from
2648                 time to time.
2649
2650 2007-04-27 [wwp]        2.9.1cvs32
2651
2652         * src/account.c
2653         * src/prefs_account.c
2654         * src/prefs_account.h
2655                 Don't reflect accounts changes to the mainwindow when it's
2656                 not necessary.
2657
2658 2007-04-27 [colin]      2.9.1cvs31
2659
2660         * src/folder.c
2661                 Freeze/thaw when sync'ing flags
2662         * src/imap.c
2663         * src/prefs_account.c
2664         * src/prefs_account.h
2665         * src/etpan/imap-thread.c
2666         * src/etpan/imap-thread.h
2667                 Add a way to use UID FETCH instead
2668                 of searches to fetch message lists
2669                 and flags. More expensive towards
2670                 bandwidth, less expensive towards
2671                 server's CPU. Probably fixes 
2672                 bug 1158, 'Scanning new folders on 
2673                 Exchange 2007 extremely slow'.
2674                 Patch 95% by Hoa.
2675
2676 2007-04-27 [paul]       2.9.1cvs30
2677
2678         * src/mainwindow.c
2679         * src/prefs_logging.c
2680                 improvements to english usage
2681
2682 2007-04-27 [colin]      2.9.1cvs29
2683
2684         * src/imap.c
2685                 Fix build without libetpan (my bad!)
2686
2687 2007-04-26 [colin]      2.9.1cvs28
2688
2689         * src/imap.c
2690         * src/imap.h
2691                 Fix uselessly exported function
2692         * src/textview.c
2693                 Consider "- -- \n" as signature separator
2694                 (that's what signature separators look like
2695                  in PGP/Inline signed mails)
2696
2697 2007-04-26 [colin]      2.9.1cvs27
2698
2699         * configure.ac
2700                 libetpan-0.49 is now required
2701         * src/procmime.c
2702                 Fix double fetching of mails if
2703                 first try failed
2704         * src/imap.c
2705                 Make offline sync faster, by
2706                 remembering last change time, and
2707                 last sync time.
2708
2709 2007-04-26 [hoa]        2.9.1cvs26
2710
2711         * src/imap.c
2712         * src/imap.h
2713         * src/mainwindow.c
2714         * src/toolbar.c
2715         * src/etpan/imap-thread.c
2716         * src/etpan/imap-thread.h
2717                 cancellation of IMAP operations is now allowed.
2718                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2719
2720 2007-04-26 [colin]      2.9.1cvs25
2721
2722         * src/folder.c
2723                 Always fetch body+headers in folders that are
2724                 synched for offline use, if "Synchronise as
2725                 soon as possible" is set.
2726                 Fixes bug 1200, 'Add option to always retrieve full 
2727                 messages'
2728
2729 2007-04-25 [colin]      2.9.1cvs24
2730
2731         * src/compose.c
2732                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2733                 persists...'
2734
2735 2007-04-24 [colin]      2.9.1cvs23
2736
2737         * src/folderview.c
2738                 Fix bug 1195, 'Hardware key navigation' 
2739                 Make GDK_Enter toggle expansion (Maemo)
2740
2741 2007-04-24 [wwp]        2.9.1cvs22
2742
2743         * src/compose.c
2744                 Fix few compiler warnings.
2745
2746 2007-04-24 [paul]       2.9.1cvs21
2747
2748         * src/Makefile.am
2749         * src/stock_pixmap.c
2750         * src/stock_pixmap.h
2751                 complete last commit
2752
2753 2007-04-24 [paul]       2.9.1cvs20
2754
2755         * src/gtk/about.c
2756         * src/pixmaps/active.xpm
2757         * src/pixmaps/checkbox_off.xpm
2758         * src/pixmaps/checkbox_on.xpm
2759         * src/pixmaps/inactive.xpm
2760                 kick out the blobs
2761                 remove transparent border from checkbox icons
2762
2763 2007-04-24 [wwp]        2.9.1cvs19
2764
2765         * src/textview.c
2766         * src/textview.h
2767                 Fix a crash in textview, thanks to Colin.
2768
2769 2007-04-23 [wwp]        2.9.1cvs18
2770
2771         * src/prefs_common.c
2772                 Fix 2.9.1cvs5: no header was being translated at all.
2773
2774 2007-04-23 [colin]      2.9.1cvs17
2775
2776         * src/Makefile.am
2777         * src/stock_pixmap.c
2778         * src/stock_pixmap.h
2779         * src/summaryview.c
2780         * src/summaryview.h
2781         * src/gtk/gtksctree.c
2782         * src/gtk/gtksctree.h
2783         * src/pixmaps/selection.xpm
2784                 Fix bug 1193, 'Need a way to multi-select
2785                 items'. Add a toggle button to the summaryview
2786                 to switch between normal and multiple selection
2787                 (Maemo)
2788
2789 2007-04-23 [colin]      2.9.1cvs16
2790
2791         * src/Makefile.am
2792         * src/stock_pixmap.c
2793         * src/stock_pixmap.h
2794         * src/summaryview.c
2795         * src/summaryview.h
2796         * src/gtk/gtksctree.c
2797         * src/gtk/gtksctree.h
2798         * src/pixmaps/selection.xpm
2799                 Fix bug 1193, 'Need a way to multi-
2800                 select items'
2801                 Add a toggle button in the summaryview
2802                 to enable normal or multiple selection.
2803                 (Maemo)
2804
2805 2007-04-23 [colin]      2.9.1cvs15
2806
2807         * src/compose.c
2808                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2809
2810 2007-04-21 [colin]      2.9.1cvs14
2811
2812         * src/gtk/quicksearch.c
2813                 Fix previous commit (actually use correct
2814                 parameter)
2815
2816 2007-04-21 [colin]      2.9.1cvs13
2817
2818         * src/gtk/quicksearch.c
2819                 Fix changing quicksearch type (after Esc,
2820                 after changing Recursive, ...)
2821
2822 2007-04-20 [wwp]        2.9.1cvs12
2823
2824         * src/gtk/Makefile.am
2825                 Added headers.h (completes 2.9.1cvs5).
2826
2827 2007-04-20 [wwp]        2.9.1cvs11
2828
2829         * src/addressbook.c
2830                 Fix the use of display name in name column,
2831                 it has been overriden w/ the use of nickname
2832                 by 2.9.0cvs3. Now nickname is used (if any)
2833                 in case of LDAP books only.
2834
2835 2007-04-20 [colin]      2.9.1cvs10
2836
2837         * src/mimeview.c
2838         * src/summaryview.c
2839         * src/textview.c
2840                 Add handling of 'a' to loop in a mail's
2841                 mimeparts
2842
2843 2007-04-20 [colin]      2.9.1cvs9
2844
2845         * src/toolbar.c
2846                 Fix bug 1190, 'dir_open' button doesn't work'
2847                 (Maemo)
2848
2849 2007-04-20 [colin]      2.9.1cvs8
2850
2851         * src/folderview.c
2852         * src/mainwindow.c
2853                 Fix bug 1194, 'Hardware keys move from email 
2854                 list to account/directory list, but not back 
2855                 to email list...' (Maemo)
2856
2857 2007-04-20 [colin]      2.9.1cvs7
2858
2859         * src/compose.h
2860                 complete previous commit
2861
2862 2007-04-20 [colin]      2.9.1cvs6
2863
2864         * src/compose.c
2865                 Fix bug 1187, 'Reply-to addressee disappears 
2866                 when reply-to text box is clicked...' (Maemo)
2867
2868 2007-04-20 [wwp]        2.9.1cvs5
2869
2870         * po/POTFILES.in
2871         * src/addressbook.c
2872         * src/compose.c
2873         * src/filtering.c
2874         * src/headerview.c
2875         * src/matcher.c
2876         * src/prefs_common.c
2877         * src/prefs_common.h
2878         * src/prefs_display_header.c
2879         * src/prefs_matcher.c
2880         * src/summaryview.c
2881         * src/gtk/headers.h
2882         * src/gtk/quicksearch.c
2883                 Translate more header names according to the relevant option value,
2884                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2885                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2886                 to prefs_common_translated_header_name().
2887                 Added a headers.h reference file that contains known header names
2888                 (RFC2822 and others) to the translation process' input, so that
2889                 translated header names will still exist even if no occurrence of
2890                 _("headername") is found anymore in the sources.
2891                 Don't translate column name 'Number' following to trans_hdr option
2892                 value as it's not a header name.
2893
2894 2007-04-20 [colin]      2.9.1cvs4
2895
2896         * src/gtk/quicksearch.c
2897         * src/gtk/quicksearch.h
2898                 Add "From, To or Subject" quicksearch
2899                 type. Patch by ulfschaper@users.sf.net
2900
2901 2007-04-20 [colin]      2.9.1cvs3
2902
2903         * src/matcher.c
2904                 Implement proper references filtering condition.
2905                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2906
2907 2007-04-19 [wwp]        2.9.1cvs2
2908
2909         * src/prefs_display_header.c
2910         * src/message_search.c
2911                 Fix few warnings (g_free of const gchar*).
2912
2913 2007-04-19 [paul]       2.9.1cvs1
2914
2915         * NEWS
2916         * README
2917         * RELEASE_NOTES
2918         * configure.ac
2919                 bump version number following
2920                 stable release
2921
2922 2007-04-19 [paul]       2.9.0cvs9
2923
2924         * manual/advanced.xml
2925         * manual/glossary.xml
2926                 fix typos
2927
2928 2007-04-18 [paul]       2.9.0cvs8
2929
2930         * src/pop.c
2931                 fix for CVE-2007-1558 (APOP)
2932                 Thanks to Colin
2933
2934 2007-04-18 [paul]       2.9.0cvs7
2935
2936         * src/messageview.c
2937         * src/mimeview.c
2938         * src/summaryview.c
2939         * src/gtk/filesel.c
2940                 Fix encoding woes wrt saving of
2941                 mails and parts
2942                 Thanks to Colin
2943
2944 2007-04-18 [colin]      2.9.0cvs6
2945
2946         * src/gtk/pluginwindow.c
2947                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2948
2949 2007-04-17 [wwp]        2.9.0cvs5
2950
2951         * src/addressadd.c
2952         * src/addressbook.c
2953         * src/addrindex.c
2954         * src/ldapupdate.c
2955                 Fix --disable-ldap build,
2956                 fix some LDAP annoyances on 
2957                 searches, thanks to Colin.
2958
2959 2007-04-17 [wwp]        2.9.0cvs4
2960
2961         * src/ldapupdate.c
2962                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2963                 like gcc 2.9x. Thanks to Colin.
2964
2965 2007-04-17 [wwp]        2.9.0cvs3
2966
2967         * src/Makefile.am
2968         * src/addressadd.c
2969         * src/addressbook.c
2970         * src/addrindex.c
2971         * src/addritem.c
2972         * src/addritem.h
2973         * src/editaddress.c
2974         * src/ldapctrl.c
2975         * src/ldapctrl.h
2976         * src/ldapquery.c
2977         * src/ldapserver.c
2978         * src/ldapserver.h
2979         * src/ldapupdate.c
2980         * src/ldapupdate.h
2981                 Add LDAP write support. Patch mostly by 
2982                 Michael <mir at datanom dot net>
2983
2984 2007-04-17 [wwp]        2.9.0cvs2
2985
2986         * src/compose.c
2987                 Prepend "Add to address book" to the context menu of compose window's sender and
2988                 recipient fields.
2989
2990 2007-04-16 [paul]       2.9.0cvs1
2991
2992         * src/gtk/authors.h
2993                 add Pader Rezso
2994
2995 2007-04-16 [paul]       2.9.0
2996
2997         * NEWS
2998         * README
2999         * RELEASE_NOTES
3000                 2.9.0 released
3001
3002 2007-04-16 [paul]       2.8.1cvs102
3003
3004         * po/fr.po
3005                 updated by Fabien Vantard
3006
3007 2007-04-16 [paul]       2.8.1cvs101
3008
3009         * po/ca.po
3010         * po/cs.po
3011         * po/de.po
3012         * po/hu.po
3013         * po/pl.po
3014         * po/pt_BR.po
3015         * po/sr.po
3016         * po/zh_CN.po
3017                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3018                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3019                 Aleksandar Urosevic, and Ralgh Young
3020
3021 2007-04-15 [mones]      2.8.1cvs100
3022
3023         * po/es.po
3024                 Updated for release
3025
3026 2007-04-14 [colin]      2.8.1cvs99
3027
3028         * src/message_search.c
3029         * src/prefs_display_header.c
3030         * src/summary_search.c
3031         * src/gtk/combobox.c
3032                 Fix allocations
3033
3034 2007-04-14 [wwp]        2.8.1cvs98
3035
3036         * src/gtk/combobox.c
3037         * src/message_search.c
3038         * src/summary_search.c
3039         * src/prefs_display_header.c
3040                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3041                 returns NULL, get the text value directly from the GtkEntry child.
3042
3043 2007-04-13 [colin]      2.8.1cvs97
3044
3045         * src/gtk/quicksearch.c
3046                 Give the focus back to summaryview when
3047                 emptying the quicksearch with Esc
3048
3049 2007-04-13 [colin]      2.8.1cvs96
3050
3051         * src/message_search.c
3052         * src/prefs_display_header.c
3053         * src/summary_search.c
3054                 Fix possibles crashes when getting text
3055                 from gtk combos
3056
3057 2007-04-13 [colin]      2.8.1cvs95
3058
3059         * src/pop.c
3060                 Add some UIDL debugging
3061
3062 2007-04-12 [colin]      2.8.1cvs94
3063
3064         * src/folder.c
3065                 Force folder scan if necessary after
3066                 copying mails, to be able to reapply
3067                 flags.
3068
3069 2007-04-11 [colin]      2.8.1cvs93
3070
3071         * src/main.c
3072                 don't scan for new mail on startup if --select
3073                 is specified (or race conditions arise). If so,
3074                 do both sequentially.
3075
3076 2007-04-09 [colin]      2.8.1cvs92
3077
3078         * src/common/defs.h
3079                 Use leafpad by default on Maemo. Patch
3080                 by Jean-Luc Biord.
3081
3082 2007-04-06 [colin]      2.8.1cvs91
3083
3084         * src/pixmaps/queue_close.xpm
3085         * src/pixmaps/queue_close_hrm.xpm
3086         * src/pixmaps/queue_close_hrm_mark.xpm
3087         * src/pixmaps/queue_close_mark.xpm
3088         * src/pixmaps/queue_open.xpm
3089         * src/pixmaps/queue_open_hrm.xpm
3090         * src/pixmaps/queue_open_hrm_mark.xpm
3091         * src/pixmaps/queue_open_mark.xpm
3092                 Move the clock one pixel down :)
3093
3094 2007-04-05 [colin]      2.8.1cvs90
3095
3096         * src/mainwindow.c
3097                 Don't sync when switching offline from
3098                 command line - it's usually too late :)
3099
3100 2007-04-05 [paul]       2.8.1cvs89
3101
3102         * src/Makefile.am
3103         * src/stock_pixmap.c
3104         * src/pixmaps/dir_close_hrm.xpm
3105         * src/pixmaps/dir_close_hrm_mark.xpm
3106         * src/pixmaps/drafts_close.xpm
3107         * src/pixmaps/drafts_close_mark.xpm
3108         * src/pixmaps/drafts_open.xpm
3109         * src/pixmaps/drafts_open_mark.xpm
3110         * src/pixmaps/inbox.xpm
3111         * src/pixmaps/inbox_close.xpm
3112         * src/pixmaps/inbox_close_hrm.xpm
3113         * src/pixmaps/inbox_close_hrm_mark.xpm
3114         * src/pixmaps/inbox_close_mark.xpm
3115         * src/pixmaps/inbox_hrm.xpm
3116         * src/pixmaps/inbox_hrm_mark.xpm
3117         * src/pixmaps/inbox_mark.xpm
3118         * src/pixmaps/inbox_open.xpm
3119         * src/pixmaps/inbox_open_hrm.xpm
3120         * src/pixmaps/inbox_open_hrm_mark.xpm
3121         * src/pixmaps/inbox_open_mark.xpm
3122         * src/pixmaps/outbox.xpm
3123         * src/pixmaps/outbox_close.xpm
3124         * src/pixmaps/outbox_close_hrm.xpm
3125         * src/pixmaps/outbox_close_hrm_mark.xpm
3126         * src/pixmaps/outbox_close_mark.xpm
3127         * src/pixmaps/outbox_hrm.xpm
3128         * src/pixmaps/outbox_hrm_mark.xpm
3129         * src/pixmaps/outbox_mark.xpm
3130         * src/pixmaps/outbox_open.xpm
3131         * src/pixmaps/outbox_open_hrm.xpm
3132         * src/pixmaps/outbox_open_hrm_mark.xpm
3133         * src/pixmaps/outbox_open_mark.xpm
3134         * src/pixmaps/queue_close.xpm
3135         * src/pixmaps/queue_close_hrm.xpm
3136         * src/pixmaps/queue_close_hrm_mark.xpm
3137         * src/pixmaps/queue_close_mark.xpm
3138         * src/pixmaps/queue_open.xpm
3139         * src/pixmaps/queue_open_hrm.xpm
3140         * src/pixmaps/queue_open_hrm_mark.xpm
3141         * src/pixmaps/queue_open_mark.xpm
3142                 updated, added and replaced icons
3143                 Icons by Colin
3144
3145 2007-04-04 [colin]      2.8.1cvs88
3146
3147         * src/imap.c
3148                 Fix build without libetpan
3149
3150 2007-04-03 [colin]      2.8.1cvs87
3151
3152         * src/imap.c
3153                 Fix crash with Citadel, and try to make
3154                 things work. this server (and specifically 
3155                 STATUS and APPEND at least) seems broken.
3156
3157 2007-04-03 [colin]      2.8.1cvs86
3158
3159         * src/folderview.c
3160                 Fix icons on folder close
3161
3162 2007-04-03 [colin]      2.8.1cvs85
3163
3164         * src/inc.c
3165                 Fix double-ask of offline override in
3166                 certain cases
3167         * src/imap.c
3168         * src/imap.h
3169         * src/imap_gtk.c
3170                 Much more efficient way to synchronise
3171                 for offline use
3172         * src/etpan/imap-thread.c
3173                 Fix possible segs
3174         * src/folder.c
3175         * src/gtk/quicksearch.c
3176                 Fix some GUI lags
3177
3178 2007-04-03 [paul]       2.8.1cvs84
3179
3180         * src/filtering.c
3181         * src/folder.c
3182         * src/folder.h
3183         * src/prefs_common.c
3184         * src/prefs_common.h
3185         * src/prefs_other.c
3186                 Fix sync being done too late
3187                 Thanks to Colin
3188
3189 2007-04-02 [colin]      2.8.1cvs83
3190
3191         * src/summaryview.c
3192                 Maemo: Put status and quicksearch at the top
3193         * src/plugins/bogofilter/bogofilter.c
3194         * src/plugins/spamassassin/spamassassin.c
3195                 Derive trash from inbox if possible
3196
3197 2007-04-02 [paul]       2.8.1cvs82
3198
3199         * src/plugins/bogofilter/bogofilter_gtk.c
3200                 a few English changes
3201
3202 2007-04-02 [paul]
3203
3204         2.9.0-rc1 released
3205
3206 2007-04-02 [colin]      2.8.1cvs81
3207
3208         * src/image_viewer.c
3209                 Fix transparent images by using
3210                 GtkImage
3211         * src/messageview.c
3212                 Flush events (on new windows) to avoid
3213                 having the textview's image resize fail
3214                 to know the available width
3215
3216 2007-04-01 [colin]      2.8.1cvs80
3217
3218         * src/prefs_account.c
3219                 If no MH mailbox exist, when creating a POP/Local
3220                 account, just create and use the default one 
3221                 instead of bailing with a "Mailbox doesn't exist"
3222                 error
3223
3224 2007-03-31 [colin]      2.8.1cvs79
3225
3226         * src/prefs_account.c
3227                 Create signature file if it doesn't exist
3228                 before editing
3229         * src/prefs_toolbar.c
3230                 Maemo: Move "Use default" on the left so
3231                 that people can find it
3232         * src/common/defs.h
3233                 Maemo: make default editor "Maemopad", 
3234                 default signature file "MyDocs/signature.txt"
3235
3236 2007-03-31 [colin]      2.8.1cvs78
3237
3238         * src/prefs_account.c
3239                 Maemo: rework account prefs so
3240                 that less horizontal scrolling
3241                 is required
3242
3243 2007-03-31 [colin]      2.8.1cvs77
3244
3245         * src/folderview.c
3246         * src/prefs_common.c
3247         * src/prefs_common.h
3248                 Fix bug 1167, 'Allow not displaying zeros 
3249                 in folder list'. Patch by MartinP
3250
3251 2007-03-31 [colin]      2.8.1cvs76
3252
3253         * AUTHORS
3254                 Add Jean-Luc Biord
3255
3256 2007-03-31 [colin]      2.8.1cvs75
3257
3258         * src/imap.c
3259                 Apply patch from bug 1172, direct
3260                 access to the folder's session instead
3261                 of using getter. Patch by MartinP
3262
3263 2007-03-31 [paul]       2.8.1cvs74
3264
3265         * src/gtk/authors.h
3266                 no need to list Fabien twice!
3267
3268 2007-03-31 [colin]      2.8.1cvs73
3269
3270         * src/inc.c
3271                 If we're currently "overriding for %d minutes",
3272                 don't ask
3273
3274 2007-03-31 [colin]      2.8.1cvs72
3275
3276         * src/compose.c
3277         * src/imap.c
3278         * src/inc.c
3279         * src/inc.h
3280         * src/messageview.c
3281         * src/news.c
3282         * src/plugins/spamassassin/spamassassin.c
3283                 Offline override: Add a parameter to allow
3284                 asking even if the override timer is running.
3285                 Allows to ask every time the user makes an
3286                 explicit action needing online access (such
3287                 as Get Mail), and not when the action is 
3288                 implicit (such as opening an IMAP folder)
3289
3290 2007-03-31 [colin]      2.8.1cvs71
3291
3292         * src/inc.c
3293                 Override offline: "No" answer shouldn't
3294                 re-ask after 3 seconds, but 10 minutes. 
3295
3296 2007-03-30 [colin]      2.8.1cvs70
3297
3298         * src/common/socket.c
3299                 Better error reporting on unix socket
3300                 failure (bind usually)
3301         * src/gtk/gtkutils.c
3302         * src/gtk/gtkutils.h
3303                 Label window: add a pulsing progress
3304                 bar to show we're not hung :)
3305         * src/folderview.c
3306         * src/main.c
3307         * src/plugins/pgpcore/sgpgme.c
3308                 Update API
3309
3310 2007-03-30 [colin]      2.8.1cvs69
3311
3312         * src/pop.c
3313         * src/prefs_common.c
3314                 Fix possible trashing of history and uidl
3315                 files on disk full problems
3316
3317 2007-03-30 [paul]       2.8.1cvs68
3318
3319         * src/mainwindow.c
3320         * src/summaryview.c
3321         * src/summaryview.h
3322                 update summary when changing layout type
3323                 (fixes wrong folder icon being displayed)
3324                 Thanks to Colin
3325
3326 2007-03-29 [colin]      2.8.1cvs67
3327
3328         * src/prefs_ext_prog.c
3329                 The browser pref is irrelevant on Maemo
3330
3331 2007-03-29 [colin]      2.8.1cvs66
3332
3333         * src/compose.c
3334         * src/compose.h
3335                 Maemo: dynamically switch headers/text position
3336         * src/prefs_common.c
3337                 Maemo: hide compose's ruler by default
3338         * src/common/socket.c
3339         * src/common/socket.h
3340                 Fix build warning
3341
3342 2007-03-29 [colin]      2.8.1cvs65
3343
3344         * src/common/socket.c
3345         * src/common/socket.h
3346                 Fix build when MAEMO_CFLAGS contains
3347                 _X_OPENSOURCE (resolv.h errors as long
3348                 as we don't add _BSD_SOURCE. Ugly).
3349
3350 2007-03-29 [wwp]        2.8.1cvs64
3351
3352         * src/prefs_logging.c
3353                 Fix sensitivity of clip-log widgets in prefs/logging,
3354                 thanks to Fabien.
3355
3356 2007-03-29 [wwp]        2.8.1cvs63
3357
3358         * po/POTFILES.in
3359                 Updated files list for translations, thanks to Fabien.
3360
3361 2007-03-29 [colin]      2.8.1cvs62
3362
3363         * src/main.c
3364         * src/common/Makefile.am
3365         * src/common/utils.c
3366                 Maybe make URI opening work in Maemo
3367                 Requires testing :)
3368
3369 2007-03-28 [colin]      2.8.1cvs61
3370
3371         * src/folder.c
3372         * src/folder.h
3373         * src/folderview.c
3374                 Add the possibility to sort folders arbitrarily
3375                 (via editing of folderlist.xml only). Patch by
3376                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3377                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3378                 be changed by the user'
3379
3380 2007-03-28 [colin]      2.8.1cvs60
3381
3382         * src/mimeview.c
3383                 Add popup menu for mime icons
3384
3385 2007-03-28 [colin]      2.8.1cvs59
3386
3387         * src/mainwindow.c
3388                 Fix a layout issue when presenting
3389                 mainwindow in Small screen layout
3390         * src/toolbar.c
3391         * src/toolbar.h
3392                 Add a "Go to folder list" button for
3393                 mainwindow, and make it default in
3394                 the Maemo build
3395
3396 2007-03-28 [colin]      2.8.1cvs58
3397
3398         * src/compose.c
3399                 Don't dynamically update title on Maemo
3400                 Patch by Jean-Luc Biord
3401
3402 2007-03-27 [colin]      2.8.1cvs57
3403
3404         * src/compose.c
3405         * src/folderview.c
3406         * src/summaryview.c
3407                 Enable tap-and-hold on Maemo
3408
3409 2007-03-26 [colin]      2.8.1cvs56
3410
3411         * src/compose.c
3412                 More popup-menu (in attachments list)
3413
3414 2007-03-26 [colin]      2.8.1cvs55
3415
3416         * src/compose.c
3417                 Enable popup-menu signal
3418
3419 2007-03-26 [colin]      2.8.1cvs54
3420
3421         * src/plugins/pgpinline/pgpinline.c
3422                 Fix bug 1111, 'PGP/inline plugin hides text 
3423                 around encrypted text block'. Patch based on
3424                 a patch from Michal Cihar.
3425
3426 2007-03-26 [wwp]        2.8.1cvs53
3427
3428         * src/procmsg.c
3429                 Fix getting a false error when sending queued message
3430                 whereas the sending was fine (if there are subfolders
3431                 in the queue folder), thanks to Colin.
3432
3433 2007-03-26 [paul]       2.8.1cvs52
3434
3435         * src/wizard.c
3436                 update FACE header in welcome message
3437
3438 2007-03-25 [colin]      2.8.1cvs51
3439
3440         * src/Makefile.am
3441                 Fix make dist
3442
3443 2007-03-25 [colin]      2.8.1cvs50
3444
3445         * src/main.c
3446                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3447
3448 2007-03-24 [colin]      2.8.1cvs49
3449
3450         * src/main.c
3451                 Fix a few launch problems on Maemo
3452                 Patch by Jean-Luc Biord
3453
3454 2007-03-24 [wwp]        2.8.1cvs48
3455
3456         * src/alertpanel.c
3457         * src/alertpanel.h
3458         * src/messageview.c
3459         * src/summaryview.c
3460                 Fix wrong action performed when closing the
3461                 "ask about account specific filtering rules
3462                 when filtering manually" dialog by pressing Escape.
3463                 Fix wrong order of buttons in the "return receipt
3464                 notification - the message was sent to several of
3465                 your accounts" dialog.
3466
3467 2007-03-24 [paul]       2.8.1cvs47
3468
3469         * src/folderview.c
3470                 an improvement to English usage
3471         * tools/kdeservicemenu/README
3472                 updated Claws url
3473
3474 2007-03-24 [paul]       2.8.1cvs46
3475
3476         * src/Makefile.am
3477         * src/stock_pixmap.c
3478         * src/pixmaps/edit_extern.xpm
3479         * src/pixmaps/mail_sign.xpm
3480                 rescue long lost icons
3481
3482 2007-03-24 [paul]       2.8.1cvs45
3483
3484         * src/toolbar.c
3485                 fix toolbar (broken in 2.8.1cvs42)
3486
3487 2007-03-23 [colin]      2.8.1cvs44
3488
3489         * src/imap.c
3490                 Correctly unsubscribe/resubscribe after
3491                 RENAME
3492
3493 2007-03-23 [colin]      2.8.1cvs43
3494
3495         * src/prefs_common.c
3496                 Maemo: as the platform is light on RAM, allow
3497                 caches to be discarded faster.
3498
3499 2007-03-23 [colin]      2.8.1cvs42
3500
3501         * src/Makefile.am
3502         * src/compose.c
3503         * src/compose.h
3504         * src/stock_pixmap.c
3505         * src/stock_pixmap.h
3506         * src/summaryview.c
3507         * src/summaryview.h
3508         * src/toolbar.c
3509         * src/toolbar.h
3510         * src/pixmaps/open_mail.xpm
3511                 Maemo changes: Add the possibility to have
3512                 "Open Email" and "Close Window" buttons on 
3513                 toolbars (and use them in Maemo's default
3514                 toolbars)
3515
3516 2007-03-23 [wwp]        2.8.1cvs41
3517
3518         * src/action.c
3519                 Reverted that part of the action dialog closure logics, to
3520                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3521                 done later in a different way (or may not).
3522
3523 2007-03-22 [wwp]        2.8.1cvs40
3524
3525         * src/action.c
3526                 Fix sticky action dialog when got no output but action command
3527                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3528
3529 2007-03-22 [colin]      2.8.1cvs39
3530
3531         * src/prefs_filtering.c
3532         * src/gtk/combobox.h
3533                 Fix escaping account names in filtering prefs
3534
3535 2007-03-22 [colin]      2.8.1cvs38
3536
3537         * src/addrindex.c
3538         * src/ldapctrl.h
3539         * src/ldapquery.c
3540                 Add any attribute specified in LDAP servers'
3541                 Search attributes to the Other Attributes tab
3542                 of contacts; Add 'telephoneNumber' in the
3543                 default list.
3544
3545 2007-03-22 [colin]      2.8.1cvs37
3546
3547         * src/folderview.c
3548         * src/folderview.h
3549         * src/mainwindow.c
3550                 Try to prevent race conditions when
3551                 changing the folder list
3552         * src/summaryview.c
3553                 Fix possible red folder icon when
3554                 switching from Small screen layout
3555                 to any other
3556
3557 2007-03-22 [colin]      2.8.1cvs36
3558
3559         * src/mainwindow.c
3560         * src/mainwindow.h
3561         * src/summaryview.c
3562                 Rename "little screen" to "Small screen"
3563         * src/gtk/Makefile.am
3564         * src/common/utils.c
3565         * src/mh.c
3566                 Fix Maemo-related compilation problems
3567
3568 2007-03-21 [colin]      2.8.1cvs35
3569
3570         * configure.ac
3571                 Fix previous commit
3572         * claws-mail.desktop
3573                 Remove .png from the Icon, it's useless
3574
3575 2007-03-21 [colin]      2.8.1cvs34
3576
3577         * configure.ac
3578         * src/Makefile.am
3579                 Add the necessary lib checking for 
3580                 Maemo
3581
3582 2007-03-21 [colin]      2.8.1cvs33
3583
3584         * src/main.c
3585                 Fix unconditional "error happened" when
3586                 sending via command-line. "lol @ myself"
3587
3588 2007-03-21 [colin]      2.8.1cvs32
3589
3590         * claws-mail-40x40.png
3591         * claws-mail-26x26.png
3592         * src/account.c
3593         * src/addressbook.c
3594         * src/compose.c
3595         * src/folderview.c
3596         * src/folderview.h
3597         * src/main.c
3598         * src/mainwindow.c
3599         * src/mainwindow.h
3600         * src/messageview.c
3601         * src/prefs_account.c
3602         * src/prefs_common.c
3603         * src/summary_search.c
3604         * src/summaryview.c
3605         * src/summaryview.h
3606         * src/gtk/authors.h
3607         * src/gtk/gtkutils.c
3608         * src/gtk/gtkutils.h
3609         * src/gtk/logwindow.c
3610         * src/gtk/menu.c
3611         * src/gtk/prefswindow.c
3612                 Add Maemo port (patch mainly by Jean-Luc Biort)
3613                 Add a new 'Little screen' layout to help on such
3614                 platforms (patch by me)
3615                 Make some default preferences different (more
3616                 adapted) on Maemo (patch by me)
3617
3618 2007-03-21 [wwp]        2.8.1cvs31
3619
3620         * src/prefs_logging.c
3621         * src/prefs_logging.h
3622                 Fixed copyright header of newly added files.
3623
3624 2007-03-21 [wwp]        2.8.1cvs30
3625
3626         * src/Makefile.am
3627         * src/filtering.c
3628         * src/filtering.h
3629         * src/folder.c
3630         * src/folderview.c
3631         * src/imap.c
3632         * src/inc.c
3633         * src/main.c
3634         * src/mainwindow.c
3635         * src/mainwindow.h
3636         * src/matcher.c
3637         * src/messageview.c
3638         * src/news.c
3639         * src/pop.c
3640         * src/prefs_common.c
3641         * src/prefs_common.h
3642         * src/prefs_logging.c
3643         * src/prefs_logging.h
3644         * src/prefs_other.c
3645         * src/procmsg.c
3646         * src/send_message.c
3647         * src/summaryview.c
3648         * src/common/log.c
3649         * src/common/log.h
3650         * src/common/nntp.c
3651         * src/common/session.c
3652         * src/common/smtp.c
3653         * src/common/socket.c
3654         * src/etpan/imap-thread.c
3655         * src/gtk/logwindow.c
3656         * src/gtk/logwindow.h
3657         * src/plugins/bogofilter/bogofilter.c
3658         * src/plugins/spamassassin/spamassassin.c
3659                 Added debugging of filtering/processing rules.
3660                 The debug log is here 'Tools/Filtering debug window',
3661                 the options there 'Configuration/Preferences/Other/Logging',
3662                 and the log file is ~/.claws-mail/filtering.log.
3663                 Moved protocol log prefs to 'Other/Logging' as well.
3664                 To support such debugging feature, the existing log API has
3665                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3666                 this impacts many external modules (commits follow).
3667
3668 2007-03-21 [paul]       2.8.1cvs29
3669
3670         * src/etpan/Makefile.am
3671         * src/etpan/imap-thread.c
3672                 add missing #include
3673
3674 2007-03-21 [colin]      2.8.1cvs28
3675
3676         * src/procmime.c
3677                 Fix bug 1157, 'some broken messages confuse 
3678                 mime parser'. Make sure we can't have MimeInfos
3679                 with negative sizes.
3680
3681 2007-03-20 [colin]      2.8.1cvs27
3682
3683         * src/main.c
3684                 Fix missing \0 on buffer
3685
3686 2007-03-20 [colin]      2.8.1cvs26
3687
3688         * src/mh.c
3689                 Use make_dir_hier instead of make_dir 
3690                 to create the MH mailbox
3691
3692 2007-03-20 [colin]      2.8.1cvs25
3693
3694         * src/folder.c
3695         * src/folder.h
3696         * src/prefs_account.c
3697         * src/wizard.c
3698                 Fix default inbox weirdnesses (after wizard,
3699                 if path is Mail, mailbox identifier is #mh/Mailbox,
3700                 and when creating new accounts)
3701
3702 2007-03-20 [colin]      2.8.1cvs24
3703
3704         * src/account.c
3705                 Write folderlist after adding/deleting accounts
3706                 that have folders
3707
3708 2007-03-20 [colin]      2.8.1cvs23
3709
3710         * src/imap.c
3711         * src/remotefolder.h
3712                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3713                 selected while scanning prior to update'
3714
3715 2007-03-17 [paul]       2.8.1cvs22
3716
3717         * src/main.c
3718                 fix a typo, and be a little more verbose.
3719
3720 2007-03-17 [wwp]        2.8.1cvs21
3721
3722         * src/inc.c
3723                 Fix a compiler warning.
3724
3725 2007-03-16 [wwp]        2.8.1cvs20
3726
3727         * tools/Makefile.am
3728         * tools/README
3729                 Updated to deal w/ the new mairix.sh tool.
3730
3731 2007-03-16 [wwp]        2.8.1cvs19
3732
3733         * src/action.c
3734                 Fix logics issues around the action IO dialog:
3735                 - disable entry widget and exec button when
3736                   the exec button is clicked (don't wait for any
3737                   output line) - fix possible disabling/re-enabling/
3738                   re-disabling of those widgets
3739                 - raise an error if executing a %as{} action either
3740                   empty or invalid, instead of failing silently
3741                 - don't close the dialog if the abort button has been
3742                   clicked and if there was no output yet
3743                 - set focus to the abort button when the exec button
3744                   is clicked
3745                 - fix capitalization of a warning message
3746
3747 2007-03-16 [wwp]        2.8.1cvs18
3748
3749         * tools/mairix.sh
3750                 Added a wrapper to mairix to the tools folder.
3751
3752 2007-03-16 [colin]      2.8.1cvs17
3753
3754         * src/messageview.c
3755         * src/mimeview.h
3756                 Allow mimeviewer plugins to print
3757                 their stuff
3758
3759 2007-03-16 [colin]      2.8.1cvs16
3760
3761         * .cvsignore
3762                 Ignore *.patchset
3763
3764 2007-03-15 [colin]      2.8.1cvs15
3765
3766         * src/messageview.c
3767         * src/mimeview.h
3768                 Add a way for mimeviewer plugins to
3769                 implement body search
3770
3771 2007-03-15 [paul]       2.8.1cvs14
3772
3773         * src/prefs_spelling.c
3774                 fix English usage
3775
3776 2007-03-15 [paul]       2.8.1cvs13
3777
3778         * src/common/quoted-printable.c
3779                 fix decoding of quoted-printable parts
3780
3781 2007-03-14 [wwp]        2.8.1cvs12
3782
3783         * src/gtk/logwindow.h
3784                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3785
3786 2007-03-14 [wwp]        2.8.1cvs11
3787
3788         * src/gtk/logwindow.h
3789                 Complete 2.8.1cvs10.
3790
3791 2007-03-14 [colin]      2.8.1cvs10
3792
3793         * src/gtk/logwindow.c
3794                 Probably fix bug 1149, crash on logwindow
3795                 close - at the expense of performance once
3796                 logwin has been opened
3797
3798 2007-03-14 [colin]      2.8.1cvs9
3799
3800         * src/main.c
3801                 If claws-mail is running on another
3802                 display, warn instead of popping it up
3803                 on the other display
3804
3805 2007-03-12 [colin]      2.8.1cvs8
3806
3807         * src/wizard.c
3808                 Fix bug 1145, 'Setting a different name 
3809                 for the Mailbox name isn't reflected in 
3810                 default account settings'. Patch by wwp
3811
3812 2007-03-12 [colin]      2.8.1cvs7
3813
3814         * src/summaryview.c
3815                 Fix bug 1143, 'Add number of messages to be 
3816                 deleted to confirmation dialog'
3817
3818 2007-03-12 [wwp]        2.8.1cvs6
3819
3820         * src/folderview.c
3821         * src/prefs_common.c
3822         * src/prefs_common.h
3823         * src/prefs_summaries.c
3824                 Changed the option that displays unread messages count
3825                 next to the folder name in folder list: it is now
3826                 possible to either display nothing, display the
3827                 unread messages number only or the unread and total messages
3828                 numbers. The patch includes this extra feature as well
3829                 as some minor fixes by rewriting the algo in folderview.c.
3830                 Thanks to Paul for the original idea and implementation, plus
3831                 testing and proof-reading!
3832
3833 2007-03-09 [paul]       2.8.1cvs5
3834
3835         * tools/Makefile.am
3836         * tools/README
3837         * tools/claws-mail-compose-insert-files.pl
3838                 added a script which enables inserting files
3839                 into the message body of a new Claws Mail
3840                 Compose window from the command line. Additionally
3841                 To, Cc, Subject and files to attach to the message
3842                 can be specified.
3843
3844 2007-03-09 [wwp]        2.8.1cvs4
3845
3846         * src/addr_compl.c
3847         * src/addr_compl.h
3848         * src/filtering.c
3849                 Optimize matching of addresses in the addressbook
3850                 (filtering/processing 'found_in_addressbook' condition).
3851
3852 2007-03-07 [wwp]        2.8.1cvs3
3853
3854         * src/quote_fmt.c
3855         * src/quote_fmt_lex.l
3856         * src/quote_fmt_parse.y
3857                 Add a new quote format symbol: %A to insert the
3858                 sender email address (just the address itself).
3859
3860 2007-03-06 [wwp]        2.8.1cvs2
3861
3862         * src/gtk/gtkutils.c
3863         * src/plugins/trayicon/trayicon_prefs.h
3864         * src/plugins/trayicon/trayicon_prefs.c
3865         * src/plugins/trayicon/trayicon.c
3866         * src/mainwindow.h
3867         * src/mainwindow.c
3868                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3869                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3870
3871
3872 2007-03-06 [paul]       2.8.1cvs1
3873
3874         * NEWS
3875         * README
3876         * RELEASE_NOTES
3877         * configure.ac
3878                 bump version number following
3879                 stable release
3880
3881 2007-03-06 [paul]       2.8.0cvs24
3882
3883         * po/cs.po
3884                 corrected by by Tim <timbrain@post.cz>
3885
3886 2007-03-05 [colin]      2.8.0cvs23
3887
3888         * src/Makefile.am
3889         * src/procmime.c
3890                 Fix mime/globs path on NetBSD
3891                 patch by George Michaelson
3892
3893 2007-03-05 [wwp]        2.8.0cvs22
3894
3895         * src/addr_compl.c
3896                 Remove debug statement (accidentally committed w/ cvs14).
3897
3898 2007-03-05 [paul]       2.8.0cvs21
3899
3900         * src/plugins/pgpcore/prefs_gpg.c
3901                 fix compiler warning
3902
3903 2007-03-05 [wwp]        2.8.0cvs20
3904
3905         * src/matcher_parser_parse.y
3906                 Fix mismerge between cvs17 and cvs19.
3907
3908 2007-03-05 [wwp]        2.8.0cvs19
3909
3910         * src/matcher_parser_parse.y
3911         * src/prefs_filtering_action.c
3912         * src/matcher.c
3913         * src/matcher.h
3914         * src/filtering.c
3915         * src/filtering.h
3916                 Add new 'add_to_addressbook' filtering/processing action.
3917
3918 2007-03-05 [wwp]        2.8.0cvs18
3919
3920         * src/filtering.c
3921                 Fix mark_as_ham filtering/processing action: spam flag
3922                 was not unset.
3923
3924 2007-03-04 [colin]      2.8.0cvs17
3925
3926         * src/filtering.c
3927         * src/matcher.c
3928         * src/matcher.h
3929         * src/matcher_parser_parse.y
3930         * src/prefs_filtering_action.c
3931                 Add 'Mark as spam' and 'Mark as ham' filtering
3932                 actions. Fixes bug 1138.
3933
3934 2007-03-04 [colin]      2.8.0cvs16
3935
3936         * src/imap.c
3937                 Fix bug 1140, wrong return value
3938                 without libetpan
3939
3940 2007-03-04 [wwp]        2.8.0cvs15
3941
3942         * src/addr_compl.c
3943                 Rollback cvs14: don't free stuff that is managed in g_list.
3944
3945 2007-03-04 [wwp]        2.8.0cvs14
3946
3947         * src/addr_compl.c
3948                 Fix a leak in address completion code.
3949
3950 2007-03-04 [colin]      2.8.0cvs13
3951
3952         * src/addr_compl.c
3953                 Maybe fix bug 1136, 'Crash in group 
3954                 address completion'
3955
3956 2007-03-04 [iwkse]      2.8.0cvs12
3957
3958         * src/imap.c
3959                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3960
3961 2007-03-03 [colin]      2.8.0cvs11
3962
3963         * src/plugins/pgpinline/pgpinline.c
3964                 Fix off-by-one, fix double-free. Fixes
3965                 bug 1135, 'cm-segfault on decrypting 
3966                 with PGP/inline'
3967
3968 2007-03-03 [colin]      2.8.0cvs10
3969
3970         * configure.ac
3971         * src/main.c
3972         * src/common/plugin.c
3973                 Fix bug 1134, 'Valgrind macros unhandled 
3974                 by Irix's cc'
3975
3976 2007-03-02 [colin]      2.8.0cvs9
3977
3978         * src/mbox.c
3979                 Don't error out on EAGAIN. Fixes 
3980                 bug 1129, '"local mbox file" account 
3981                 isn't retrieving mails'
3982
3983 2007-03-01 [wwp]        2.8.0cvs8
3984
3985         * src/mainwindow.c
3986         * src/gtk/colorlabel.c
3987                 Remove accels for extra color labels until we set better
3988                 and definitive ones.
3989
3990 2007-02-28 [wwp]        2.8.0cvs7
3991
3992         * src/mainwindow.c
3993         * src/matcher_parser_parse.y
3994         * src/prefs_common.c
3995         * src/prefs_msg_colors.c
3996         * src/procmsg.h
3997         * src/gtk/colorlabel.c
3998         * src/gtk/colorlabel.h
3999                 Add more customizable color labels. Cleaned up a bit
4000                 the color label API to avoid duplicate defines of
4001                 the max number of colors.
4002
4003 2007-02-27 [colin]      2.8.0cvs6
4004
4005         * src/mainwindow.c
4006         * src/common/utils.c
4007         * src/common/utils.h
4008                 Fix '+' in mailto URIs for List-* headers
4009
4010 2007-02-27 [colin]      2.8.0cvs5
4011
4012         * src/gtk/gtkutils.c
4013                 Use gtk_window_set_role instead of 
4014                 _set_wmclass
4015
4016 2007-02-27 [colin]      2.8.0cvs4
4017
4018         * src/inc.c
4019                 Fix "After receiving new mail, go to inbox" on IMAP,
4020                 and make it work only on manual reception
4021
4022 2007-02-27 [wwp]        2.8.0cvs3
4023
4024         * src/prefs_filtering.c
4025         * src/prefs_filtering_action.c
4026         * src/prefs_matcher.c
4027                 Update filtering matcher's and action's color label menus
4028                 when re-opening those dialogs (reflect any change to the
4029                 color labels list in the preferences).
4030
4031 2007-02-27 [colin]      2.8.0cvs2
4032
4033         * src/imap.c
4034         * src/etpan/etpan-thread-manager-types.h
4035         * src/etpan/etpan-thread-manager.c
4036         * src/etpan/imap-thread.c
4037                 Log imap ALERTs as errors in the log.
4038
4039 2007-02-26 [paul]       2.8.0cvs1
4040
4041         * tools/claws.i18n.status.pl
4042                 updated
4043
4044 2007-02-26 [paul]       2.7.2cvs75
4045
4046         * po/ca.po
4047         * po/cs.po
4048         * po/de.po
4049         * po/en_GB.po
4050         * po/fi.po
4051         * po/fr.po
4052         * po/hu.po
4053         * po/pl.po
4054         * po/pt_BR.po
4055         * po/sk.po
4056         * po/sr.po
4057         * po/zh_CN.po
4058                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4059                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4060                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4061                 Aleksandar Urosevic, and Ralgh Young
4062
4063 2007-02-25 [mones]      2.7.2cvs74
4064
4065         * po/es.po
4066                 Updated for release
4067
4068 2007-02-25 [colin]      2.7.2cvs73
4069
4070         * src/main.c
4071                 Clearing the list is only useful
4072                 to prevent a valgrind false-positive
4073
4074 2007-02-25 [paul]       2.7.2cvs72
4075
4076         * tools/Makefile.am
4077         * tools/README
4078         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4079         * tools/maildir2claws-mail.pl  **REMOVED**
4080                 renamed the script, fixed a couple bugs
4081
4082 2007-02-23 [colin]      2.7.2cvs71
4083
4084         * src/addressbook.c
4085                 Fix a leak, check for a few improbable nulls
4086
4087 2007-02-23 [colin]      2.7.2cvs70
4088
4089         * src/main.c
4090         * src/main.h
4091         * src/plugins/trayicon/trayicon.c
4092                 Fix blinking mainwin when starting in tray
4093                 (show mainwindow later in the startup process,
4094                  apart if restarting post-crash)
4095
4096 2007-02-23 [colin]      2.7.2cvs69
4097
4098         * src/folderview.c
4099         * src/imap_gtk.c
4100                 Fix crash when unsubscribing the currently
4101                 selected/opened folder
4102
4103 2007-02-23 [colin]      2.7.2cvs68
4104
4105         * src/compose.c
4106                 Fix bug that prevented colorization to
4107                 work without wrap quotation option
4108
4109 2007-02-23 [colin]      2.7.2cvs67
4110
4111         * src/addr_compl.c
4112                 Fix refcounting, start and end completion who
4113                 behaved as if there couldn't be any other current
4114                 user of completion
4115
4116 2007-02-23 [wwp]        2.7.2cvs66
4117
4118         * src/addressbook.c
4119         * src/addrindex.c
4120                 Address completion fixes: fix addressbook_peek_folder_exists() in
4121                 which the algorithm was ridiculously over-obfuscated and broken.
4122                 Fix addrindex_load_completion() as well, to load addresses in
4123                 completion list with regards to what addressbook_peek_folder_exists()
4124                 returns now.
4125
4126 2007-02-23 [wwp]        2.7.2cvs65
4127
4128         * src/addr_compl.c
4129                 Add addresses to completion when they're non-empty (thanks to Colin).
4130
4131 2007-02-23 [paul]       2.7.2cvs64
4132
4133         * src/plugins/pgpcore/passphrase.c
4134                 remove 'const '
4135
4136 2007-02-23 [colin]      2.7.2cvs63
4137
4138         * src/plugins/pgpcore/prefs_gpg.c
4139         * src/plugins/pgpcore/prefs_gpg.h
4140         * src/plugins/pgpcore/sgpgme.c
4141         * src/plugins/pgpinline/pgpinline.c
4142         * src/plugins/pgpmime/pgpmime.c
4143                 Try harder to respect user's choice wrt
4144                 gpg-agent even with gpg2, by unsetting
4145                 GPG_AGENT_INFO when necessary.
4146
4147 2007-02-22 [paul]       2.7.2cvs62
4148
4149         * src/plugins/pgpcore/sgpgme.c
4150         * src/plugins/pgpcore/sgpgme.h
4151         * src/plugins/pgpcore/passphrase.c
4152         * src/plugins/pgpinline/pgpinline.c
4153         * src/plugins/pgpmime/pgpmime.c
4154                 Fix a leak - gpgme_data_release_and_get_mem
4155                 leaks in recent gpgme. Workaround by using
4156                 our own function.
4157
4158 2007-02-22 [paul]       2.7.2cvs61
4159
4160         * src/gtk/quicksearch.c
4161                 Abandon dynamic search when pressing
4162                 Enter
4163
4164 2007-02-21 [colin]      2.7.2cvs60
4165
4166         * src/procmsg.c
4167         * src/plugins/pgpcore/passphrase.c
4168                 Fix little memory leaks
4169         * src/main.c
4170                 Fix false-positive leak at exit
4171         * src/gtk/quicksearch.c
4172                 Fix potentially big leak in recursive
4173                 Quicksearch
4174
4175 2007-02-21 [wwp]        2.7.2cvs59
4176
4177         * src/summaryview.c
4178                 Add missing newline to a debug message.
4179
4180 2007-02-20 [colin]      2.7.2cvs58
4181
4182         * src/Makefile.am
4183         * src/mimeview.c
4184         * src/stock_pixmap.c
4185         * src/stock_pixmap.h
4186         * src/pixmaps/mime_pgpsig.xpm
4187                 Add icon for application/pgp-signature
4188
4189 2007-02-20 [colin]      2.7.2cvs57
4190
4191         * src/Makefile.am
4192         * src/main.c
4193         * src/mimeview.c
4194         * src/stock_pixmap.c
4195         * src/stock_pixmap.h
4196         * src/pixmaps/mime_calendar.xpm
4197         * src/pixmaps/mime_pdf.xpm
4198         * src/pixmaps/mime_ps.xpm
4199                 Add icons for text/calendar, application/pdf
4200                 and application/postscript
4201
4202 2007-02-20 [colin]      2.7.2cvs56
4203
4204         * autogen.sh
4205         * src/matcher_parser_parse.y
4206         * src/matcher_parser_lex.l
4207                 Fix big memory leak in flex, and
4208                 require flex 2.5.31
4209
4210 2007-02-20 [wwp]        2.7.2cvs55
4211
4212         * src/matcher_parser_parse.y
4213                 Fix a duplicate token definition (thanks to iwkse).
4214
4215 2007-02-20 [wwp]        2.7.2cvs54
4216
4217         * src/matcher_parser_lex.l
4218         * src/quote_fmt_lex.l
4219                 Use proper flex options instead of direct use of #define,
4220                 make the flex-generated C lighter.
4221
4222 2007-02-20 [colin]      2.7.2cvs53
4223
4224         * src/summaryview.c
4225                 Grab focus in message list after hiding
4226                 the quicksearch, instead of leaving it
4227                 "somewhere"
4228
4229 2007-02-19 [colin]      2.7.2cvs52
4230
4231         * src/folderview.c
4232                 Fix bug 1033, 'Automatically refresh 
4233                 message list when new messages arrives'
4234                 Looks like folderview->opened can sometimes
4235                 be wrong...
4236
4237 2007-02-19 [paul]       2.7.2cvs51
4238
4239         * tools/Makefile.am
4240         * tools/README
4241         * tools/thunderbird-filters-convertor.pl
4242                 add new script which converts thunderbird filter
4243                 rules to Claws filter rules
4244
4245 2007-02-18 [paul]       2.7.2cvs50
4246
4247         * src/plugins/pgpcore/prefs_gpg.c
4248         * src/plugins/pgpcore/prefs_gpg.h
4249         * src/plugins/pgpcore/sgpgme.c
4250         * src/plugins/pgpinline/pgpinline.c
4251         * src/plugins/pgpmime/pgpmime.c
4252                 improved GUI interoperability with gpg-agent
4253
4254 2007-02-18 [paul]       2.7.2cvs49
4255
4256         * src/prefs_account.c
4257                 Privacy options sensitivity fix
4258
4259 2007-02-17 [colin]      2.7.2cvs48
4260
4261         * src/messageview.c
4262                 Reset icon to warning in the noticeview
4263
4264 2007-02-15 [colin]      2.7.2cvs47
4265
4266         * src/folderview.c
4267                 Fix a manifestation of bug 1033 (summaryview failing
4268                 to update for new mails), which happens after editing
4269                 account preferences or preferences that cause a 
4270                 folderview reload.
4271
4272 2007-02-15 [colin]      2.7.2cvs46
4273
4274         * src/addressbook.c
4275                 Probably fix bug 1123, 'Segmentation 
4276                 fault while opening address book'. I get
4277                 g_warnings if the saved paned position is
4278                 not greater than 0. Also, save position
4279                 when hiding the addressbook instead of
4280                 via signal.
4281
4282 2007-02-14 [colin]      2.7.2cvs45
4283
4284         * src/plugins/pgpcore/prefs_gpg.c
4285         * src/plugins/pgpcore/prefs_gpg.h
4286         * src/plugins/pgpcore/sgpgme.c
4287         * src/plugins/pgpinline/pgpinline.c
4288         * src/plugins/pgpmime/pgpmime.c
4289                 Add an option "Use gpg-agent if available". Fixes
4290                 annoyances with distro-installed gpg-agent, when
4291                 no pinentry program is installed, and the user's 
4292                 at a loss on why "decryption failed". Makes more
4293                 clear why passphrase isn't saved when gpg-agent is
4294                 used. Defaults to true, to avoid changing the 
4295                 current behaviour.
4296
4297 2007-02-14 [wwp]        2.7.2cvs44
4298
4299         * src/matcher_parser_parse.y
4300                 Fix missing line number reset (wrong line number might appear
4301                 when re-loading filtering rules if there's a parser error).
4302
4303 2007-02-13 [colin]      2.7.2cvs43
4304
4305         * src/common/utils.c
4306                 Don't encode ',' in URIs before passing it
4307                 to the browser command-line. It was probably
4308                 done at a time where commas in URIs made
4309                 mozilla -remote 'openurl(%s,new-window)'
4310                 bug.
4311
4312 2007-02-13 [wwp]        2.7.2cvs42
4313
4314         * src/prefs_matcher.c
4315         * src/plugins/bogofilter/bogofilter_gtk.c
4316                 A bit of string factorization around "Select ..." buttons.
4317
4318 2007-02-11 [colin]      2.7.2cvs41
4319
4320         * src/alertpanel.c
4321                 Make sure to escape the title
4322
4323 2007-02-11 [colin]      2.7.2cvs40
4324
4325         * src/codeconv.c
4326                 Recognize .utf8 locales as .UTF-8 ones
4327
4328 2007-02-11 [colin]      2.7.2cvs39
4329
4330         * src/compose.c
4331                 Fix code conversion when dragging a file
4332
4333 2007-02-09 [colin]      2.7.2cvs38
4334
4335         * src/plugins/clamav/clamav_plugin.c
4336                 Complete Paul's patch with conditional
4337                 compilation to avoid breaking compilation
4338                 on old Dapper and Edgy... Maybe other
4339                 distros too.
4340
4341 2007-02-09 [paul]       2.7.2cvs37
4342
4343         * src/plugins/clamav/clamav_plugin.c
4344                 fix for the upstream changes in libclamav
4345
4346 2007-02-09 [paul]       2.7.2cvs36
4347
4348         * src/main.c
4349         * src/mainwindow.c
4350         * src/procmsg.c
4351         * src/procmsg.h
4352                 fix "warn if there are queued messages" (on exit)
4353                 option, which only checked the first mailbox's
4354                 queue
4355                 don't ask before emptying trash if there are no
4356                 messages in trash, also check and empty all trash
4357                 folders
4358         * src/prefs_other.c
4359                 move "Ask before emptying trash" option
4360                 outside of the "On exit" frame as it's
4361                 not only an "On exit" option
4362
4363 2007-02-09 [paul]       2.7.2cvs35
4364
4365         * src/addrgather.c
4366         * src/alertpanel.c
4367         * src/editldap.c
4368         * src/prefs_account.c
4369         * src/prefs_folder_item.c
4370         * src/prefs_gtk.h
4371         * src/prefs_matcher.c
4372         * src/prefs_message.c
4373         * src/prefs_msg_colors.c
4374         * src/prefs_summaries.c
4375         * src/wizard.c
4376         * src/gtk/inputdialog.c
4377         * src/plugins/bogofilter/bogofilter_gtk.c
4378                 pedantic commit: use 'checkbtn' everywhere
4379                 instead of a mixture of 'checkbtn' and 'chkbtn'
4380
4381 2007-02-09 [paul]       2.7.2cvs34
4382
4383         * src/compose.c
4384                 fix default hotkeys
4385         * src/prefs_other.c
4386         * src/prefs_send.c
4387                 move "Never send Return Receipts" from
4388                 prefs_other to prefs_send
4389                 add an option "Ask about account specific
4390                 filtering rules..." to prefs_other
4391         * src/gtk/gtkutils.c
4392                 fix a compiler warning
4393
4394 2007-02-08 [colin]      2.7.2cvs33
4395
4396         * src/plugins/pgpinline/pgpinline.c
4397                 Fix bug 1110, 'pgpmime fails to process 
4398                 encapsulated openpgp mime (rfc 3156, 6.1 
4399                 -> rfc1847)'
4400                 It was due to an interaction between PGP/Mime
4401                 and PGP/Inline plugin. 
4402
4403 2007-02-08 [colin]      2.7.2cvs32
4404
4405         * src/inc.c
4406         * src/mbox.c
4407         * src/mbox.h
4408                 Fix bug 1117, 'fcntl locking code 
4409                 does not work in mbox.c'
4410
4411 2007-02-08 [colin]      2.7.2cvs31
4412
4413         * src/prefs_account.c
4414                 Fix Gentoo bug 165819, 'can't create 
4415                 a "local mbox file" account'. Patch
4416                 by Olivier <castan.o@free.fr>
4417
4418 2007-02-07 [colin]      2.7.2cvs30
4419
4420         * src/ldapquery.c
4421                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4422                 autocompletion was used'
4423
4424 2007-02-07 [paul]       2.7.2cvs29
4425
4426         * src/folder.c
4427                 cut down on unnecessary debug_prints
4428         * src/imap_gtk.c
4429                 fix menu_set_active() on 'Show only
4430                 subscribed folders'
4431
4432 2007-02-07 [paul]       2.7.2cvs28
4433
4434         * src/plugins/clamav/clamav_plugin.c
4435         * src/plugins/clamav/clamav_plugin.h
4436         * src/plugins/clamav/clamav_plugin_gtk.c
4437                 fix copyright header
4438
4439 2007-02-07 [paul]       2.7.2cvs27
4440
4441         * src/procheader.c
4442                 fix bug 1116, 'summary view allow a 
4443                 subject line break'
4444
4445 2007-02-06 [colin]      2.7.2cvs26
4446
4447         * src/summaryview.c
4448                 Fix delete thread
4449
4450 2007-02-05 [fabien]     2.7.2cvs25
4451
4452         * po/POTFILES.in
4453         * src/uri_opener.c
4454                 i18n related - 1 fix and 1 message for translators.
4455
4456 2007-02-05 [colin]      2.7.2cvs24
4457
4458         * src/gtk/quicksearch.c
4459                 Don't reload summary list if quicksearch wasn't
4460                 active on hiding; move currently selected mail in
4461                 the visible area when showing the quicksearch
4462
4463 2007-02-05 [colin]      2.7.2cvs23
4464
4465         * src/folderview.c
4466                 Add debug to try to solve bug 1104
4467
4468 2007-02-05 [paul]       2.7.2cvs22
4469
4470         * src/mainwindow.c
4471                 confirm before emptying trash on exit is
4472                 a Yes or No answer, use Yes or No in the
4473                 dialog
4474
4475 2007-02-04 [colin]      2.7.2cvs21
4476
4477         * src/compose.c
4478         * src/plugins/pgpcore/passphrase.c
4479         * src/plugins/pgpcore/select-keys.c
4480                 Set wmclass on new windows
4481
4482 2007-02-04 [colin]
4483
4484         2.8.0-rc1 released
4485
4486 2007-02-04 [colin]      2.7.2cvs20
4487
4488         * src/compose.c
4489         * src/compose.h
4490                 Auto save drafts on exit, reopen them
4491                 at startup, instead of asking
4492         * src/account.c
4493         * src/addressadd.c
4494         * src/addressbook.c
4495         * src/addressbook_foldersel.c
4496         * src/addrgather.c
4497         * src/crash.c
4498         * src/editaddress.c
4499         * src/editbook.c
4500         * src/editgroup.c
4501         * src/editjpilot.c
4502         * src/editldap.c
4503         * src/editldap_basedn.c
4504         * src/editvcard.c
4505         * src/exphtmldlg.c
4506         * src/expldifdlg.c
4507         * src/export.c
4508         * src/foldersel.c
4509         * src/gedit-print.c
4510         * src/import.c
4511         * src/importldif.c
4512         * src/importmutt.c
4513         * src/importpine.c
4514         * src/main.c
4515         * src/mainwindow.c
4516         * src/message_search.c
4517         * src/messageview.c
4518         * src/prefs_actions.c
4519         * src/prefs_customheader.c
4520         * src/prefs_display_header.c
4521         * src/prefs_filtering.c
4522         * src/prefs_filtering_action.c
4523         * src/prefs_folder_column.c
4524         * src/prefs_gtk.c
4525         * src/prefs_matcher.c
4526         * src/prefs_other.c
4527         * src/prefs_summaries.c
4528         * src/prefs_summary_column.c
4529         * src/prefs_template.c
4530         * src/sourcewindow.c
4531         * src/ssl_manager.c
4532         * src/summary_search.c
4533         * src/uri_opener.c
4534         * src/gtk/about.c
4535         * src/gtk/description_window.c
4536         * src/gtk/foldersort.c
4537         * src/gtk/gtkutils.c
4538         * src/gtk/gtkutils.h
4539         * src/gtk/icon_legend.c
4540         * src/gtk/logwindow.c
4541         * src/gtk/pluginwindow.c
4542         * src/gtk/prefswindow.c
4543                 Give different wmclass to different
4544                 windows - thanks to sed ;)
4545
4546 2007-02-04 [colin]      2.7.2cvs19
4547
4548         * src/main.c
4549                 Revert previous patch, can't reproduce
4550                 it anymore. 
4551
4552 2007-02-03 [colin]      2.7.2cvs18
4553
4554         * src/main.c
4555                 Don't save the mainwindow size and
4556                 position on emergency exit (libSM's
4557                 "die" callback), Xfce seems to make
4558                 the window smaller just before the
4559                 size's saved.
4560
4561 2007-02-03 [colin]      2.7.2cvs17
4562
4563         * src/plugins/bogofilter/bogofilter.c
4564         * src/plugins/bogofilter/bogofilter.h
4565         * src/plugins/bogofilter/bogofilter_gtk.c
4566         * src/plugins/pgpinline/pgpinline.c
4567         * src/plugins/pgpinline/pgpinline.h
4568                 Fix more copyrights
4569
4570 2007-02-03 [colin]      2.7.2cvs16
4571
4572         * src/partial_download.c
4573         * src/partial_download.h
4574         * src/ssl_manager.c
4575         * src/ssl_manager.h
4576         * src/uri_opener.c
4577         * src/uri_opener.h
4578         * src/wizard.c
4579         * src/wizard.h
4580         * src/common/ssl_certificate.c
4581         * src/common/ssl_certificate.h
4582         * src/gtk/quicksearch.c
4583         * src/gtk/quicksearch.h
4584         * src/gtk/sslcertwindow.c
4585         * src/gtk/sslcertwindow.h
4586                 Fix copyright on my files
4587
4588 2007-02-02 [colin]      2.7.2cvs15
4589
4590         * src/Makefile.am
4591         * src/mainwindow.c
4592         * src/messageview.c
4593         * src/messageview.h
4594         * src/textview.c
4595         * src/textview.h
4596         * src/uri_opener.c
4597         * src/uri_opener.h
4598                 Add Tools/List URIs to allow
4599                 opening any URI in the current mail
4600
4601 2007-02-02 [colin]      2.7.2cvs14
4602
4603         * src/common/valgrind.h ** NEW FILE **
4604         * src/common/Makefile.am
4605         * src/common/plugin.c
4606                 Don't dlclose the plugins if we're running
4607                 under valgrind. (doesn't require valgrind
4608                 either at compile time or run time).
4609
4610 2007-02-01 [paul]       2.7.2cvs13
4611
4612         * AUTHORS
4613         * src/gtk/authors.h
4614         * tools/freshmeat_search.pl
4615         * tools/google_search.pl
4616         * tools/multiwebsearch.pl
4617                 add support for non ISO-8859-1 compatible locales
4618                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4619
4620 2007-02-01 [colin]      2.7.2cvs12
4621
4622         * src/prefs_other.c
4623         * src/prefs_summaries.c
4624                 Move keybinding prefs to the Other page
4625
4626 2007-02-01 [wwp]        2.7.2cvs11
4627
4628         * src/plugins/trayicon/trayicon.c
4629                 Fix a raising issue within KDE.
4630
4631 2007-02-01 [colin]      2.7.2cvs10
4632
4633         * src/codeconv.c
4634                 Fix stray quotes in encoded strings
4635         * src/addressadd.c
4636                 Fix wrong call causing g_warnings
4637         * src/textview.c
4638                 Remove useless message
4639
4640 2007-01-31 [wwp]        2.7.2cvs9
4641
4642         * src/plugins/trayicon/trayicon.c
4643                 fix buggy hiding of main window when closing if close-to-tray
4644                 is not set (bad logics  in the trayicon hook code).
4645                 Changed the quit confirmation message too.
4646
4647 2007-01-30 [colin]      2.7.2cvs8
4648
4649         * src/main.c
4650                 Fix hidden mainwindow after clicking on
4651                 the X close button, if compose windows
4652                 exist and the user chooses not to quit
4653
4654 2007-01-30 [colin]      2.7.2cvs7
4655
4656         * src/main.c
4657         * src/compose.c
4658                 Handle local URIs to attach files (file:///...)
4659                 Fixes attaching files from Thunar for example
4660
4661 2007-01-30 [colin]      2.7.2cvs6
4662
4663         * src/prefs_ext_prog.c
4664                 Add 'mousepad' to the list of text editors.
4665                 Mousepad is XFCE's text editor
4666
4667 2007-01-29 [wwp]        2.7.2cvs5
4668
4669         * po/POTFILES.in
4670         * src/plugins/trayicon/trayicon_prefs.c
4671                 trayicon i18n fixes, thanks to Fabien.
4672
4673 2007-01-28 [wwp]        2.7.2cvs4
4674
4675         * src/mainwindow.c
4676         * src/mainwindow.h
4677         * src/plugins/trayicon/trayicon.c
4678         * src/plugins/trayicon/trayicon_prefs.c
4679         * src/plugins/trayicon/trayicon_prefs.h
4680                 Added a new TrayIcon plugin option to close to tray
4681                 (WM's hotkey and [X] button will hide the window instead
4682                 of closing it - closing CM can be done using the tray icon
4683                 menu or the File menu).
4684                 Improved visibility handling in trayicon, clicking the
4685                 trayicon now raise the window to current desktop when it
4686                 was either minimized/shaded/on another desktop.
4687                 Thanks to Paul for testing and fixing a strange behaviour
4688                 in KDE ;-).
4689
4690 2007-01-27 [paul]       2.7.2cvs3
4691
4692         * src/prefs_folder_item.c
4693         * src/prefs_receive.c
4694         * src/plugins/pgpcore/prefs_gpg.c
4695                 use 'start-up' instead of 'startup' in labels
4696
4697 2007-01-26 [wwp]        2.7.2cvs2
4698
4699         * src/plugins/trayicon/Makefile.am
4700         * src/plugins/trayicon/trayicon.c
4701         * src/plugins/trayicon/trayicon_prefs.c
4702         * src/plugins/trayicon/trayicon_prefs.h
4703                 Add a new TrayIcon option to hide the main window at
4704                 start-up.
4705                 Fix trayicon.c copyright header.
4706
4707 2007-01-26 [paul]       2.7.2cvs1
4708
4709         * NEWS
4710         * README
4711         * RELEASE_NOTES
4712         * configure.ac
4713                 bump up version number following
4714                 stable release
4715
4716 2007-01-25 [mones]      2.7.1cvs60
4717
4718         * po/es.po
4719                 updated thousands of strings (well, probably less ;-)
4720
4721 2007-01-25 [colin]      2.7.1cvs59
4722
4723         * src/matcher.c
4724                 Fix 2nd-run loss of matcherrc on new
4725                 configurations. 
4726
4727 2007-01-25 [wwp]        2.7.1cvs58
4728
4729         * src/mimeview.c
4730                 fix handling of empty value in attach_save_directory too, thanks
4731                 to Colin.
4732
4733 2007-01-25 [wwp]        2.7.1cvs57
4734
4735         * src/gtk/filesel.c
4736                 fix handling of empty value in attach_load_directory,
4737                 thanks to Colin.
4738
4739 2007-01-25 [wwp]        2.7.1cvs56
4740
4741         * src/plugins/dillo_viewer/dillo_prefs.h
4742                 fix a typo.
4743
4744 2007-01-25 [colin]      2.7.1cvs55
4745
4746         * src/matcher.c
4747         * src/matcher.h
4748         * src/matcher_parser_parse.y
4749         * src/prefs_matcher.c
4750                 Add matching on the spam flag
4751
4752 2007-01-24 [colin]      2.7.1cvs54
4753
4754         * src/folder.c
4755         * src/common/xml.c
4756         * src/common/xml.h
4757                 Make sure folderlist.xml is correctly
4758                 written before overwriting it.
4759         * src/procmsg.c
4760         * src/procmsg.h
4761         * src/summaryview.c
4762         * src/plugins/bogofilter/bogofilter.c
4763         * src/plugins/bogofilter/bogofilter.h
4764         * src/plugins/bogofilter/bogofilter_gtk.c
4765         * src/plugins/spamassassin/spamassassin.c
4766         * src/plugins/spamassassin/spamassassin.h
4767         * src/plugins/spamassassin/spamassassin_gtk.c
4768                 Move spam to the correct trash folder after
4769                 learning, if spam directory isn't set.
4770
4771 2007-01-23 [paul]       2.7.1cvs53
4772
4773         * src/plugins/bogofilter/bogofilter_gtk.c
4774                 fix sensitivity of "Insert X-Bogosity header"
4775                 option
4776
4777 2007-01-23 [colin]      2.7.1cvs52
4778
4779         * src/toolbar.c
4780                 Translate toolbar items text if
4781                 they're translatable (default)
4782         * src/addrcache.c
4783         * src/addrcache.h
4784         * src/addritem.c
4785         * src/addritem.h
4786         * src/codeconv.c
4787         * src/codeconv.h
4788         * src/jpilot.c
4789         * src/jpilot.h
4790         * src/ldapctrl.c
4791         * src/ldapctrl.h
4792         * src/ldapquery.h
4793         * src/ldif.c
4794         * src/ldif.h
4795         * src/etpan/etpan-thread-manager.c
4796         * src/etpan/etpan-thread-manager.h
4797         * src/gtk/gtkutils.c
4798         * src/gtk/gtkutils.h
4799                 More static functions
4800
4801 2007-01-22 [fabien]     2.7.1cvs51
4802
4803         * src/gtk/gtkutils.c
4804                 gtkut_get_options_frame() : ability to pass
4805                 a 'NULL' value in frame pointer parameter if
4806                 we don't need it.
4807
4808 2007-01-22 [colin]      2.7.1cvs50
4809
4810         * src/procmsg.c
4811         * src/procmsg.h
4812         * src/plugins/bogofilter/bogofilter.c
4813         * src/plugins/bogofilter/bogofilter_gtk.c
4814         * src/plugins/spamassassin/spamassassin.c
4815         * src/plugins/spamassassin/spamassassin_gtk.c
4816                 Allow moving spams to the account's trash
4817                 instead of default one
4818
4819 2007-01-21 [colin]      2.7.1cvs49
4820
4821         * src/ldapquery.c
4822         * src/ldapquery.h
4823                 Revert a static function that shouldn't
4824                 have been
4825
4826 2007-01-21 [colin]      2.7.1cvs48
4827
4828         * src/ldapquery.c
4829         * src/ldapquery.h
4830                 Same
4831
4832 2007-01-21 [colin]      2.7.1cvs47
4833
4834         * src/procmsg.c
4835         * src/procmsg.h
4836                 Same
4837
4838 2007-01-21 [colin]      2.7.1cvs46
4839
4840         * src/common/socket.c
4841         * src/common/socket.h
4842                 Same
4843
4844 2007-01-21 [colin]      2.7.1cvs45
4845
4846         * src/crash.c
4847         * src/exporthtml.c
4848         * src/exporthtml.h
4849         * src/exportldif.c
4850         * src/exportldif.h
4851         * src/folder.c
4852         * src/folder.h
4853         * src/folder_item_prefs.c
4854         * src/folder_item_prefs.h
4855         * src/folderview.c
4856         * src/folderview.h
4857         * src/gedit-print.c
4858         * src/gedit-print.h
4859         * src/main.c
4860         * src/main.h
4861         * src/common/socket.c
4862         * src/common/socket.h
4863         * src/gtk/gtkaspell.c
4864         * src/gtk/gtkaspell.h
4865         * src/gtk/quicksearch.c
4866         * src/gtk/quicksearch.h
4867                 Same
4868
4869 2007-01-21 [colin]      2.7.1cvs44
4870
4871         * src/common/utils.c
4872         * src/common/utils.h
4873         * src/etpan/etpan-thread-manager.c
4874         * src/etpan/etpan-thread-manager.h
4875                 Same (Funny that etpan_thread_unbind
4876                 is called but not etpan_thread_bind)
4877
4878 2007-01-21 [colin]      2.7.1cvs43
4879
4880         * src/addrselect.c
4881         * src/addrselect.h
4882         * src/codeconv.c
4883         * src/codeconv.h
4884         * src/compose.c
4885         * src/compose.h
4886         * src/etpan/Makefile.am
4887         * src/gtk/colorlabel.c
4888         * src/gtk/colorlabel.h
4889         * src/gtk/sslcertwindow.c
4890         * src/gtk/sslcertwindow.h
4891         * src/etpan/etpan-log.c ** REMOVED **
4892         * src/etpan/etpan-log.h ** REMOVED **
4893                 Same
4894
4895 2007-01-20 [colin]      2.7.1cvs42
4896
4897         * src/addritem.c
4898         * src/addritem.h
4899                 Same
4900
4901 2007-01-20 [colin]      2.7.1cvs41
4902
4903         * src/account.c
4904         * src/account.h
4905         * src/addrbook.c
4906         * src/addrbook.h
4907         * src/addrcache.c
4908         * src/addrcache.h
4909         * src/addrclip.c
4910         * src/addrclip.h
4911         * src/addressbook.c
4912         * src/addressbook.h
4913         * src/addrharvest.c
4914         * src/addrharvest.h
4915         * src/addrindex.c
4916         * src/addrindex.h
4917         * src/editaddress.c
4918         * src/editaddress.h
4919                 Make functions that aren't used in other
4920                 files static
4921
4922 2007-01-20 [colin]      2.7.1cvs40
4923
4924         * src/account.c
4925         * src/addrbook.c
4926         * src/addrcache.c
4927         * src/addressbook.c
4928         * src/addrgather.c
4929         * src/addrindex.c
4930         * src/addrquery.c
4931         * src/addrselect.c
4932         * src/browseldap.c
4933         * src/compose.c
4934         * src/editbook.c
4935         * src/editjpilot.c
4936         * src/editldap.c
4937         * src/editldap_basedn.c
4938         * src/editvcard.c
4939         * src/exporthtml.c
4940         * src/exportldif.c
4941         * src/folder.c
4942         * src/folderview.c
4943         * src/image_viewer.c
4944         * src/imap.c
4945         * src/importmutt.c
4946         * src/importpine.c
4947         * src/jpilot.c
4948         * src/ldapquery.c
4949         * src/main.c
4950         * src/mainwindow.c
4951         * src/matcher.c
4952         * src/messageview.c
4953         * src/mh.c
4954         * src/mimeview.c
4955         * src/msgcache.c
4956         * src/mutt.c
4957         * src/news.c
4958         * src/pine.c
4959         * src/prefs_account.c
4960         * src/prefs_common.c
4961         * src/prefs_compose_writing.c
4962         * src/prefs_ext_prog.c
4963         * src/prefs_folder_item.c
4964         * src/prefs_fonts.c
4965         * src/prefs_message.c
4966         * src/prefs_msg_colors.c
4967         * src/prefs_other.c
4968         * src/prefs_quote.c
4969         * src/prefs_receive.c
4970         * src/prefs_send.c
4971         * src/prefs_spelling.c
4972         * src/prefs_summaries.c
4973         * src/prefs_toolbar.c
4974         * src/prefs_wrapping.c
4975         * src/privacy.c
4976         * src/procmime.c
4977         * src/procmsg.c
4978         * src/ssl_manager.c
4979         * src/statusbar.c
4980         * src/summaryview.c
4981         * src/toolbar.c
4982         * src/vcard.c
4983         * src/common/hooks.c
4984         * src/common/log.c
4985         * src/common/passcrypt.c
4986         * src/common/socket.c
4987         * src/common/ssl.c
4988         * src/common/ssl_certificate.c
4989         * src/common/template.c
4990         * src/common/utils.c
4991         * src/etpan/imap-thread.c
4992         * src/gtk/sslcertwindow.c
4993         * src/gtk/sslcertwindow.h
4994                 Make functions that could be static, static
4995
4996 2007-01-20 [colin]      2.7.1cvs39
4997
4998         * src/editldap.c
4999                 Fix tooltip
5000
5001 2007-01-20 [colin]      2.7.1cvs38
5002
5003         * src/ldapquery.c
5004         * src/ldaputil.c
5005         * src/ldaputil.h
5006                 Fix bug 1102, 'claws-mail-2.7.1 
5007                 makes use of deprecated ldap 
5008                 functions'
5009
5010 2007-01-20 [colin]      2.7.1cvs37
5011
5012         * src/mainwindow.c
5013         * src/mainwindow.h
5014         * src/summaryview.c
5015         * src/gtk/quicksearch.c
5016                 Add Wide message list layout
5017
5018 2007-01-19 [fabien]     2.7.1cvs36
5019
5020         * src/textview.c
5021                 make sure a font change is considered in links of
5022                 headerview.
5023
5024 2007-01-19 [colin]      2.7.1cvs35
5025
5026         * src/main.c
5027         * src/mainwindow.c
5028         * src/mainwindow.h
5029         * src/messageview.c
5030         * src/messageview.h
5031         * src/prefs_common.c
5032         * src/prefs_common.h
5033         * src/summaryview.c
5034         * src/summaryview.h
5035         * src/gtk/quicksearch.c
5036         * src/gtk/quicksearch.h
5037                 Drop 'Separate Folder tree' and 'Separate
5038                 Message View'. Put three layouts in place
5039                 of it.
5040
5041 2007-01-19 [paul]       2.7.1cvs34
5042
5043         * src/prefs_msg_colors.c
5044                 more use of Q_ for translators
5045
5046 2007-01-19 [paul]       2.7.1cvs33
5047
5048         * src/imap_gtk.c
5049         * src/prefs_account.c
5050                 a few changes to the English
5051
5052 2007-01-19 [fabien]     2.7.1cvs32
5053
5054         * src/wizard.c
5055                 factorize translatable string
5056
5057 2007-01-18 [colin]      2.7.1cvs31
5058
5059         * src/main.c
5060                 Don't error out on --sync option. Although
5061                 we don't do anything with it, gtk+ handles
5062                 it, and it's useful for debugging X errors
5063
5064 2007-01-18 [fabien]     2.7.1cvs30
5065
5066         * src/prefs_other.c
5067                 ability to apply on the fly the recent added
5068                 'gtk_can_change_accels' pref (no need to restart).
5069
5070 2007-01-18 [fabien]     2.7.1cvs29
5071
5072         * src/plugins/bogofilter/bogofilter_gtk.c
5073         * src/plugins/bogofilter/bogofilter.c
5074         * src/plugins/spamassassin/spamassassin_gtk.c
5075         * src/addr_compl.c
5076         * src/prefs_account.c
5077                 factorize or rewrite some translatable strings.
5078
5079 2007-01-18 [fabien]     2.7.1cvs28
5080
5081         * src/prefs_gtk.h
5082         * src/compose.c
5083                 set a 4pix space between "Subject:" label and subject entry in
5084                 compose window.
5085
5086 2007-01-18 [wwp]        2.7.1cvs27
5087
5088         * src/addressbook.c
5089                 fix conflicting address-copy/paste when focus is set
5090                 to the embedded edit-person form.
5091  
5092
5093 2007-01-18 [wwp]        2.7.1cvs26
5094
5095         * src/addressbook.h
5096                 complete 2.7.1cvs23 (one more file was missing from that
5097                 commit).
5098
5099 2007-01-18 [colin]      2.7.1cvs25
5100
5101         * src/main.c
5102                 Provide a way to migrate without backup
5103                 Re-ask for migration on next start if 
5104                 it has been refused and wizard has been 
5105                 cancelled after.
5106
5107 2007-01-18 [wwp]        2.7.1cvs24
5108
5109         * src/editaddress.c
5110                 complete 2.7.1.cvs23 (file was missing from previous
5111                 commit).
5112
5113 2007-01-18 [wwp]        2.7.1cvs23
5114
5115         * src/addressbook.c
5116                 fix potential crashes in address book's focus_in/out signal handlers,
5117                 force focus to the edit-person form when clicked the Edit menu entry or
5118                 button (this only matters if the edit-person form is embedded to the
5119                 AB window, in that case, focus is not set when browsing the contacts
5120                 list w/ keys or mouse clicks).
5121
5122 2007-01-18 [paul]       2.7.1cvs22
5123
5124         * src/main.c
5125                 add command line options:
5126                 -h for --help
5127                 -q and --quit for --exit
5128                 -v for --version
5129                 print "Unknown option" for unknown options
5130
5131 2007-01-18 [paul]       2.7.1cvs21
5132
5133         * po/ru.po
5134                 updated by Pavlo Bohmat
5135
5136 2007-01-18 [paul]       2.7.1cvs20
5137
5138         * src/mainwindow.c
5139                 fix sensitivity issues of Mark as Spam/Ham
5140
5141 2007-01-17 [fabien]     2.7.1cvs19
5142
5143         * src/prefs_other.c
5144         * src/prefs_common.c
5145         * src/prefs_common.h
5146         * src/main.c
5147                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5148                 control the corresponding gtk property. It could be used to lock
5149                 all shortcuts (avoid to set one of them by inadvertency).
5150
5151 2007-01-17 [colin]      2.7.1cvs18
5152
5153         * src/summaryview.c
5154                 Fix bug 1100, 'Highlighted e-mail data not visible 
5155                 when color label applied.'. Use a weighted average
5156                 between normal selected foreground color and color
5157                 label instead of a simple one (3/1 instead 1/1).
5158
5159 2007-01-17 [colin]      2.7.1cvs17
5160
5161         * src/messageview.c
5162                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5163                 crash' - don't prevent mail switching while loading
5164
5165 2007-01-17 [colin]      2.7.1cvs16
5166
5167         * src/folder.c
5168         * src/folder.h
5169         * src/folderview.c
5170         * src/folderview.h
5171         * src/imap.c
5172         * src/imap.h
5173         * src/imap_gtk.c
5174                 Manage recursive search of unsubscribed folders
5175                 Rescan tree without checking for new messages 
5176                 after subscriptions changed
5177
5178 2007-01-17 [paul]       2.7.1cvs15
5179
5180         * src/prefs_common.c
5181         * src/gtk/pluginwindow.c
5182                 fix bug 1101, '"Load plugin" button is
5183                 accidentally hidden'
5184                 unset (-1) initial width in prefs_common,
5185                 fix overlapping buttons,
5186                 and other cleanups
5187
5188 2007-01-17 [paul]       2.7.1cvs14
5189
5190         * src/procmime.c
5191                 add #include <errno.h>, it's needed
5192                 on some systems
5193
5194 2007-01-17 [paul]       2.7.1cvs13
5195
5196         * src/common/defs.h
5197         * tools/make.themes.project
5198                 rename .sylpheed_themeinfo to .claws_themeinfo
5199                 and use it
5200         * src/etpan/etpan-errors.h
5201         * src/etpan/etpan-log.c
5202         * src/etpan/etpan-log.h
5203         * src/etpan/etpan-thread-manager-types.h
5204         * src/etpan/etpan-thread-manager.c
5205         * src/etpan/etpan-thread-manager.h
5206         * src/etpan/imap-thread.c
5207         * src/etpan/imap-thread.h
5208                 add copyright header
5209
5210 2007-01-17 [colin]      2.7.1cvs12
5211
5212         * src/plugins/pgpcore/select-keys.c
5213         * src/gtk/pluginwindow.c
5214         * src/prefs_account.c
5215                 Fix warnings
5216
5217 2007-01-16 [colin]      2.7.1cvs11
5218
5219         * src/imap.c
5220         * src/imap.h
5221         * src/imap_gtk.c
5222                 Manage subscribing to subfolders when only
5223                 subscribed folders are shown.
5224
5225 2007-01-16 [colin]      2.7.1cvs10
5226
5227         * src/folderview.c
5228                 Fix annoying vscrollbar going back to top
5229                 on Check for new folders
5230
5231 2007-01-16 [colin]      2.7.1cvs9
5232
5233         * src/imap.c
5234                 Remove printf
5235
5236 2007-01-16 [colin]      2.7.1cvs8
5237
5238         * src/filtering.c
5239                 Bigger buffer for errors
5240         * src/imap.c
5241         * src/imap.h
5242         * src/imap_gtk.c
5243         * src/prefs_account.c
5244         * src/prefs_account.h
5245         * src/wizard.c
5246         * src/etpan/imap-thread.c
5247         * src/etpan/imap-thread.h
5248         * manual/handling.xml
5249                 Add subscriptions management. What it changes:
5250                 Creating a folder subscribes to it
5251                 Deleting a folder unsubscribes it
5252                 New contextual menu item allowing to switch between
5253                 All folders and Subscribed folders, subscribe, and
5254                 unsubscribe. "Creating" an existing but unsubscribed
5255                 folder will subscribe it.
5256                 By default for new accounts, only subscribed folders 
5257                 are shown.
5258
5259
5260 2007-01-16 [paul]       2.7.1cvs7
5261
5262         * src/summaryview.c
5263                 Allow folder classes to specify only sort_key or
5264                 sort_type instead of both or none.
5265
5266 2007-01-16 [paul]       2.7.1cvs6
5267
5268         * src/action.c
5269         * src/compose.c
5270         * src/mimeview.c
5271         * src/procmime.c
5272         * src/textview.c
5273                 Save and use errno for procmime_get_part
5274
5275 2007-01-16 [colin]      2.7.1cvs5
5276
5277         * src/imap.c
5278                 Never remove INBOX when scanning for
5279                 new folders. It's a special folder
5280                 that has to exist.
5281
5282 2007-01-15 [colin]      2.7.1cvs4
5283
5284         * src/imap.c
5285                 Fix 'Check for new folders' when IMAP subdirectory
5286                 is set
5287         * src/etpan/imap-thread.c
5288                 Fix build
5289
5290 2007-01-15 [colin]      2.7.1cvs3
5291
5292         * src/etpan/imap-thread.c
5293                 Fix invalid free on command-connection
5294                 error
5295
5296 2007-01-15 [wwp]        2.7.1cvs2
5297
5298         * src/matcher_parser_lex.l
5299         * src/quote_fmt_lex.l
5300         * src/matcher_parser_parse.y
5301                 fix copyright header in lexers and parsers.
5302
5303 2007-01-15 [paul]       2.7.1cvs1
5304
5305         * NEWS
5306         * README
5307         * RELEASE_NOTES
5308         * configure.ac
5309                 bump up version number following
5310                 stable release
5311
5312 2007-01-15 [paul]       2.7.0cvs31
5313
5314         * AUTHORS
5315         * src/gtk/authors.h
5316                 add Fabien to the Team list
5317                 add the recent contributors
5318                 make a few corrections
5319
5320 2007-01-15 [paul]       2.7.0cvs30
5321
5322         * src/mainwindow.c
5323                 fix compiler warning
5324         * src/plugins/pgpcore/prefs_gpg.c
5325         * src/plugins/pgpcore/prefs_gpg.h
5326                 add missing include
5327                 fix copyright header
5328
5329 2007-01-14 [colin]      2.7.0cvs29
5330
5331         * src/gtk/filesel.c
5332                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5333                 two benefits: faster to open, will fix strange
5334                 dbus-related crash. Thanks to Pascal Terjan.
5335
5336 2007-01-14 [colin]      2.7.0cvs28
5337
5338         * src/etpan/imap-thread.c
5339                 Delete the old imap just after allocating
5340                 the new one. Makes sure we don't get the
5341                 same pointer by sheer luck, which feels
5342                 strange in the debug log.
5343
5344 2007-01-14 [colin]      2.7.0cvs27
5345
5346         * src/gtk/inputdialog.c
5347                 Make sure we don't print passwords in
5348                 clear text when in debug mode
5349
5350 2007-01-14 [colin]      2.7.0cvs26
5351
5352         * src/gtk/gtksctree.c
5353                 Fix bug 1098, 'bogus last row display 
5354                 after expanding a thread'. Patch by
5355                 Jindrich Makovicka <makovick@gmail.com>
5356
5357 2007-01-14 [colin]      2.7.0cvs25
5358
5359         * src/etpan/imap-thread.c
5360                 Close socket manually before
5361                 freeing the imap struct
5362
5363 2007-01-14 [colin]      2.7.0cvs24
5364
5365         * src/etpan/imap-thread.c
5366                 Maybe fix new reconnection issues
5367
5368 2007-01-13 [colin]      2.7.0cvs23
5369
5370         * src/summaryview.c
5371                 Freeze/thaw on thread selection
5372
5373 2007-01-13 [paul]       2.7.0cvs22
5374
5375         * src/mainwindow.c
5376         * src/summaryview.c
5377         * src/summaryview.h
5378                 add 'Edit/Delete thread'
5379
5380 2007-01-13 [colin]      2.7.0cvs21
5381
5382         * src/prefs_account.c
5383         * src/prefs_compose_writing.c
5384         * src/prefs_message.c
5385         * src/prefs_msg_colors.c
5386         * src/prefs_other.c
5387         * src/prefs_receive.c
5388         * src/prefs_spelling.c
5389         * src/prefs_summaries.c
5390         * src/prefs_themes.c
5391         * src/gtk/gtkutils.c
5392         * src/gtk/gtkutils.h
5393         * src/plugins/pgpcore/prefs_gpg.c
5394         * src/plugins/spamassassin/spamassassin_gtk.c
5395                 Factorize gtk frame creation
5396                 Patch by Pawel
5397
5398 2007-01-13 [colin]      2.7.0cvs20
5399
5400         * src/message_search.c
5401         * src/summary_search.c
5402                 Fix Enter in search windows
5403         * src/messageview.c
5404                 Fix body search starting at the
5405                 end of the mail (and asking for loop)
5406
5407 2007-01-13 [colin]      2.7.0cvs19
5408
5409         * src/etpan/imap-thread.c
5410                 Make sure we don't free the same imap
5411                 twice
5412
5413 2007-01-13 [colin]      2.7.0cvs18
5414
5415         * commitHelper
5416                 Allow multiple commitHelpers to
5417                 run at once
5418
5419 2007-01-12 [colin]      2.7.0cvs17
5420
5421         * src/etpan/imap-thread.c
5422                 Make sure we get rid of the previous mailimap
5423                 when connecting - just in case disconnect was
5424                 unclean
5425
5426 2007-01-12 [paul]       2.7.0cvs16
5427
5428         * src/compose.c
5429                 Strip S/MIME signatures when re-editing
5430                 S/MIME signed messages.
5431
5432 2007-01-12 [paul]       2.7.0cvs15
5433
5434         * configure.ac
5435         * src/addressbook.c
5436         * src/foldersel.c
5437         * src/folderview.c
5438         * src/main.c
5439                 no need to define CLAWS anymore, remove
5440                 all that stuff
5441
5442 2007-01-12 [paul]       2.7.0cvs14
5443
5444         * src/mimeview.c
5445                 check if the mail's signed as
5446                 it can change the mail structure
5447                 Thanks to Colin
5448
5449 2007-01-12 [paul]       2.7.0cvs13
5450
5451         * src/procmime.c
5452                 fix Forwarding msgs with attachments
5453                 that have dos line endings
5454                 Thanks to Colin
5455
5456 2007-01-12 [wwp]        2.7.0cvs12
5457
5458         * configure.ac
5459                 Revert accidentally committed extra version tag.
5460
5461 2007-01-12 [wwp]        2.7.0cvs11
5462
5463         * src/prefs_account.c
5464                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5465
5466 2007-01-11 [colin]      2.7.0cvs10
5467
5468         * src/imap.c
5469                 move g_warning to debug_print
5470                 it scares people for no reason
5471
5472 2007-01-11 [colin]      2.7.0cvs9
5473
5474         * po/POTFILES.in
5475                 Fix files to translate. Patch by
5476                 Fabien
5477
5478 2007-01-11 [paul]       2.7.0cvs8
5479
5480         * src/imap.c
5481                 Fix recursion when server lists the
5482                 current subfolder in the response
5483         * src/mimeview.c
5484                 Fix updating of icon_list/ctree
5485         * src/plugins/pgpcore/select-keys.c
5486                 Fix a few annoyances when choosing
5487                 keys for the CMS (S/MIME) protocol
5488
5489 2007-01-11 [wwp]        2.7.0cvs7
5490
5491         * src/compose.c
5492         * src/prefs_account.c
5493         * src/prefs_account.h
5494                 Add per-account spellcheck default dictionaries settings.
5495
5496 2007-01-10 [colin]      2.7.0cvs6
5497
5498         * src/prefs_folder_item.c
5499                 Factorize strings - patch by Fabien
5500
5501 2007-01-10 [colin]      2.7.0cvs5
5502
5503         * src/mainwindow.c
5504                 Fix bug 1095, 'Crash while changing folder 
5505                 columns during incorporation'
5506
5507 2007-01-09 [colin]      2.7.0cvs4
5508
5509         * src/gtk/pluginwindow.c
5510                 Set the plugin window transient. Seems
5511                 like some window managers hide it in
5512                 the background after "load plugin"...
5513
5514 2007-01-09 [colin]      2.7.0cvs3
5515
5516         * src/gtk/filesel.c
5517                 Use the same type for alloc and free
5518
5519 2007-01-08 [paul]       2.7.0cvs2
5520
5521         * po/nl.po
5522                 updated by Tim Dijkstra
5523
5524 2007-01-08 [paul]       2.7.0cvs1
5525
5526         * src/prefs_themes.c
5527         * src/common/utils.c
5528                 Fix resource leaks
5529
5530 2007-01-08 [paul]       2.7.0
5531
5532         * NEWS
5533         * README
5534         * RELEASE_NOTES
5535                 2.7.0 released
5536
5537 2007-01-08 [paul]       2.6.1cvs119
5538
5539         * doc/man/claws-mail.1
5540                 another correction
5541
5542 2007-01-08 [paul]       2.6.1cvs118
5543
5544         * doc/man/claws-mail.1
5545                 corrections
5546         * manual/advanced.xml
5547                 improved English usage
5548
5549 2007-01-08 [paul]       2.6.1cvs117
5550
5551         * po/ca.po
5552         * po/de.po
5553         * po/en_GB.po
5554         * po/fi.po
5555         * po/it.po
5556         * po/pt_BR.po
5557         * po/sk.po
5558         * po/sr.po
5559         * po/zh_CN.po
5560                 updated by Miquel Oliete, Stephan Sachse, me,
5561                 Tommi Pirinen, Andrea Spadaccini, Frederico
5562                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5563                 Urosevic, and Ralgh Young
5564
5565 2007-01-07 [mones]      2.6.1cvs116
5566
5567         * manual/es/advanced.xml
5568         * po/es.po
5569                 Synced manual (unhide mark_as_read_delay)
5570                 and updated translation for release
5571
5572 2007-01-07 [paul]       2.6.1cvs115
5573
5574         * src/prefs_matcher.c
5575                 make the hbox content fit better under
5576                 various languages
5577
5578 2007-01-07 [colin]      2.6.1cvs114
5579
5580         * src/messageview.c
5581                 Fix bug 1088, 'Ctrl-h produces repeatable
5582                 crash'
5583
5584 2007-01-06 [colin]      2.6.1cvs113
5585
5586         * src/etpan/imap-thread.c
5587                 Add casts to int to get certs. Fixes
5588                 bug 1064, 'crash @ etpan_certificate_check() 
5589                 when opening an IMAP folder', with latest
5590                 libetpan CVS or >= 0.49
5591         * src/mainwindow.c
5592         * src/mainwindow.h
5593         * src/imap_gtk.c
5594         * src/news_gtk.c
5595         * src/prefs_folder_item.c
5596                 Grey out the "synchronise" menu items if
5597                 there's nothing to synchronise.
5598         * src/plugins/pgpcore/sgpgme.c
5599                 Make an error clearer than "Unknown error"
5600
5601 2007-01-06 [colin]      2.6.1cvs112
5602
5603         * src/messageview.c
5604                 Don't try to show a message if updating
5605                 Maybe fixes bug 1088, 'ctrl-h produces
5606                 repeatable crash'.
5607
5608 2007-01-06 [colin]      2.6.1cvs111
5609
5610         * src/summaryview.c
5611                 Disable Control-Space (handle it as Space).
5612
5613 2007-01-05 [paul]       2.6.1cvs110
5614
5615         * src/imap.c
5616                 Fix bug 934, 'sylpheed claws 2.1 
5617                 doesn't show Exchanges Public Folders'
5618                 Thanks to Hoa and Colin
5619         * src/msgcache.c
5620                 Refuse to allocate more than 2 MB for a 
5621                 single field, it's a good indication of
5622                 cache corruption.
5623
5624 2007-01-05 [colin]      2.6.1cvs109
5625
5626         * src/mainwindow.c
5627                 Allow --select'ing emails by Message-ID too
5628
5629 2007-01-05 [colin]      2.6.1cvs108
5630
5631         * src/common/quoted-printable.c
5632                 Uh! Third fix :)
5633
5634 2007-01-05 [colin]      2.6.1cvs107
5635
5636         * src/common/quoted-printable.c
5637                 Fix previous commit about bug 1089
5638                 Thanks to Ralf
5639
5640 2007-01-05 [colin]      2.6.1cvs106
5641
5642         * src/common/quoted-printable.c
5643                 Fix my previous commit on bug 1089
5644                 - Thanks to Ralf :)
5645
5646 2007-01-04 [colin]      2.6.1cvs105
5647
5648         * src/common/quoted-printable.c
5649                 Fix bug 1089, 'NUL characters in Subject 
5650                 line are misinterpreted'. Not a pain to
5651                 fix in fact.
5652
5653 2007-01-04 [colin]      
5654
5655         2.7.0-rc3 released
5656
5657 2007-01-04 [wwp]        2.6.1cvs104
5658
5659         * src/image_viewer.c
5660                 Force operator precedence (fix a compiler warning).
5661
5662 2007-01-04 [colin]      2.6.1cvs103
5663
5664         * src/image_viewer.c
5665                 Be cautious there too (same fix as the one
5666                 in textview from cvs33)
5667         * src/messageview.c
5668                 Don't use any MimeViewer plugin when showing
5669                 all headers
5670
5671 2007-01-03 [wwp]        2.6.1cvs102
5672
5673         * src/html.c
5674         * src/html.h
5675                 fixed "cent" sign (use the existing ASCII one),
5676                 decode more HTML entities,
5677                 converted table ASCII entries to UTF-8,
5678                 moved a switch() into a hashtable.
5679
5680 2007-01-03 [paul]       2.6.1cvs101
5681
5682         * src/compose.c
5683         * src/messageview.c
5684         * src/procmsg.c
5685         * src/procmsg.h
5686                 When possible, use move_msg instead of
5687                 copy_msg + remove_msg to move sent mail
5688                 from Queue to Sent. 
5689
5690 2007-01-03 [paul]       2.6.1cvs100
5691
5692         * src/html.c
5693                 add more html entity recognition:
5694                 pounds, euros, and cents
5695
5696 2007-01-03 [colin]      2.6.1cvs99
5697
5698         * src/imap_gtk.c
5699                 Don't display an error on NOSELECT
5700                 folders when synchronising
5701
5702 2007-01-03 [paul]       2.6.1cvs98
5703
5704         * tools/maildir2claws-mail.pl
5705                 only substitute 'sent-mail' if it's
5706                 the full directory name
5707
5708 2007-01-03 [paul]       2.6.1cvs97
5709
5710         * ChangeLog
5711         * ChangeLog.pre2.0.0
5712         * Makefile.am
5713                 archive a chunk of ChangeLog in
5714                 ChangeLog.pre2.0.0
5715         * ChangeLog.gtk1
5716         * doc/src/ChangeLog.claws-pre0.8.0
5717                 remove ChangeLog.claws-pre0.8.0, adding
5718                 its contents to ChangeLog.gtk1
5719
5720 2007-01-03 [paul]       2.6.1cvs96
5721
5722         * src/account.c
5723         * src/account.h
5724         * src/action.c
5725         * src/action.h
5726         * src/adbookbase.h
5727         * src/addr_compl.c
5728         * src/addr_compl.h
5729         * src/addrbook.c
5730         * src/addrcache.c
5731         * src/addrcache.h
5732         * src/addrcindex.c
5733         * src/addrcindex.h
5734         * src/addrclip.c
5735         * src/addrclip.h
5736         * src/addrdefs.h
5737         * src/addressadd.c
5738         * src/addressadd.h
5739         * src/addressbook.c
5740         * src/addressbook.h
5741         * src/addressbook_foldersel.c
5742         * src/addressbook_foldersel.h
5743         * src/addrgather.c
5744         * src/addrgather.h
5745         * src/addrharvest.c
5746         * src/addrharvest.h
5747         * src/addrindex.c
5748         * src/addrindex.h
5749         * src/addritem.c
5750         * src/addritem.h
5751         * src/addrquery.c
5752         * src/addrquery.h
5753         * src/addrselect.c
5754         * src/addrselect.h
5755         * src/alertpanel.c
5756         * src/alertpanel.h
5757         * src/browseldap.c
5758         * src/browseldap.h
5759         * src/codeconv.c
5760         * src/codeconv.h
5761         * src/compose.c
5762         * src/compose.h
5763         * src/customheader.c
5764         * src/customheader.h
5765         * src/displayheader.c
5766         * src/displayheader.h
5767         * src/editaddress.c
5768         * src/editaddress.h
5769         * src/editbook.c
5770         * src/editbook.h
5771         * src/editgroup.c
5772         * src/editgroup.h
5773         * src/editjpilot.c
5774         * src/editjpilot.h
5775         * src/editldap.c
5776         * src/editldap.h
5777         * src/editldap_basedn.c
5778         * src/editldap_basedn.h
5779         * src/editvcard.c
5780         * src/editvcard.h
5781         * src/exphtmldlg.c
5782         * src/exphtmldlg.h
5783         * src/expldifdlg.c
5784         * src/expldifdlg.h
5785         * src/export.c
5786         * src/export.h
5787         * src/exporthtml.c
5788         * src/exporthtml.h
5789         * src/exportldif.c
5790         * src/exportldif.h
5791         * src/filtering.c
5792         * src/filtering.h
5793         * src/folder.c
5794         * src/folder.h
5795         * src/folder_item_prefs.c
5796         * src/folder_item_prefs.h
5797         * src/foldersel.c
5798         * src/foldersel.h
5799         * src/folderutils.c
5800         * src/folderutils.h
5801         * src/folderview.c
5802         * src/folderview.h
5803         * src/grouplistdialog.c
5804         * src/grouplistdialog.h
5805         * src/headerview.c
5806         * src/html.c
5807         * src/html.h
5808         * src/image_viewer.c
5809         * src/image_viewer.h
5810         * src/imap.c
5811         * src/imap.h
5812         * src/imap_gtk.c
5813         * src/imap_gtk.h
5814         * src/import.c
5815         * src/import.h
5816         * src/importldif.c
5817         * src/importldif.h
5818         * src/importmutt.c
5819         * src/importmutt.h
5820         * src/importpine.c
5821         * src/importpine.h
5822         * src/inc.c
5823         * src/inc.h
5824         * src/jpilot.c
5825         * src/jpilot.h
5826         * src/ldapctrl.c
5827         * src/ldapctrl.h
5828         * src/ldaplocate.c
5829         * src/ldaplocate.h
5830         * src/ldapquery.c
5831         * src/ldapquery.h
5832         * src/ldapserver.c
5833         * src/ldapserver.h
5834         * src/ldaputil.c
5835         * src/ldaputil.h
5836         * src/ldif.c
5837         * src/ldif.h
5838         * src/main.c
5839         * src/main.h
5840         * src/mainwindow.c
5841         * src/mainwindow.h
5842         * src/manual.c
5843         * src/manual.h
5844         * src/mbox.c
5845         * src/message_search.c
5846         * src/message_search.h
5847         * src/messageview.c
5848         * src/messageview.h
5849         * src/mh.c
5850         * src/mh.h
5851         * src/mh_gtk.c
5852         * src/mh_gtk.h
5853         * src/mimeview.c
5854         * src/mimeview.h
5855         * src/msgcache.c
5856         * src/msgcache.h
5857         * src/mutt.c
5858         * src/mutt.h
5859         * src/news.c
5860         * src/news.h
5861         * src/news_gtk.c
5862         * src/news_gtk.h
5863         * src/partial_download.c
5864         * src/partial_download.h
5865         * src/pine.c
5866         * src/pine.h
5867         * src/pop.c
5868         * src/pop.h
5869         * src/prefs_account.c
5870         * src/prefs_account.h
5871         * src/prefs_actions.c
5872         * src/prefs_actions.h
5873         * src/prefs_common.c
5874         * src/prefs_common.h
5875         * src/prefs_compose_writing.c
5876         * src/prefs_compose_writing.h
5877         * src/prefs_customheader.c
5878         * src/prefs_customheader.h
5879         * src/prefs_display_header.c
5880         * src/prefs_display_header.h
5881         * src/prefs_filtering.c
5882         * src/prefs_filtering.h
5883         * src/prefs_filtering_action.c
5884         * src/prefs_filtering_action.h
5885         * src/prefs_folder_column.c
5886         * src/prefs_folder_column.h
5887         * src/prefs_folder_item.c
5888         * src/prefs_folder_item.h
5889         * src/prefs_fonts.c
5890         * src/prefs_fonts.h
5891         * src/prefs_gtk.c
5892         * src/prefs_gtk.h
5893         * src/prefs_image_viewer.c
5894         * src/prefs_image_viewer.h
5895         * src/prefs_matcher.c
5896         * src/prefs_matcher.h
5897         * src/prefs_message.c
5898         * src/prefs_msg_colors.c
5899         * src/prefs_msg_colors.h
5900         * src/prefs_other.c
5901         * src/prefs_quote.c
5902         * src/prefs_receive.c
5903         * src/prefs_send.c
5904         * src/prefs_spelling.c
5905         * src/prefs_spelling.h
5906         * src/prefs_summaries.c
5907         * src/prefs_summaries.h
5908         * src/prefs_summary_column.c
5909         * src/prefs_summary_column.h
5910         * src/prefs_template.c
5911         * src/prefs_template.h
5912         * src/prefs_themes.c
5913         * src/prefs_themes.h
5914         * src/prefs_toolbar.c
5915         * src/prefs_toolbar.h
5916         * src/prefs_wrapping.c
5917         * src/prefs_wrapping.h
5918         * src/privacy.c
5919         * src/privacy.h
5920         * src/procheader.c
5921         * src/procheader.h
5922         * src/procmime.c
5923         * src/procmime.h
5924         * src/procmsg.c
5925         * src/procmsg.h
5926         * src/quote_fmt.c
5927         * src/quote_fmt_parse.y
5928         * src/recv.c
5929         * src/recv.h
5930         * src/remotefolder.c
5931         * src/remotefolder.h
5932         * src/send_message.c
5933         * src/send_message.h
5934         * src/setup.c
5935         * src/setup.h
5936         * src/sourcewindow.c
5937         * src/sourcewindow.h
5938         * src/ssl_manager.c
5939         * src/ssl_manager.h
5940         * src/statusbar.c
5941         * src/statusbar.h
5942         * src/stock_pixmap.c
5943         * src/stock_pixmap.h
5944         * src/summary_search.c
5945         * src/summary_search.h
5946         * src/summaryview.c
5947         * src/summaryview.h
5948         * src/textview.c
5949         * src/textview.h
5950         * src/toolbar.c
5951         * src/toolbar.h
5952         * src/undo.c
5953         * src/undo.h
5954         * src/unmime.c
5955         * src/unmime.h
5956         * src/vcard.c
5957         * src/vcard.h
5958         * src/wizard.c
5959         * src/wizard.h
5960         * src/common/base64.c
5961         * src/common/base64.h
5962         * src/common/defs.h
5963         * src/common/hooks.c
5964         * src/common/hooks.h
5965         * src/common/log.c
5966         * src/common/log.h
5967         * src/common/mgutils.c
5968         * src/common/mgutils.h
5969         * src/common/nntp.c
5970         * src/common/nntp.h
5971         * src/common/passcrypt.c
5972         * src/common/passcrypt.h.in
5973         * src/common/plugin.c
5974         * src/common/plugin.h
5975         * src/common/prefs.c
5976         * src/common/prefs.h
5977         * src/common/progressindicator.c
5978         * src/common/progressindicator.h
5979         * src/common/quoted-printable.c
5980         * src/common/quoted-printable.h
5981         * src/common/session.c
5982         * src/common/session.h
5983         * src/common/smtp.c
5984         * src/common/smtp.h
5985         * src/common/socket.c
5986         * src/common/socket.h
5987         * src/common/ssl.c
5988         * src/common/ssl.h
5989         * src/common/ssl_certificate.c
5990         * src/common/ssl_certificate.h
5991         * src/common/stringtable.c
5992         * src/common/stringtable.h
5993         * src/common/template.c
5994         * src/common/template.h
5995         * src/common/timing.h
5996         * src/common/utils.c
5997         * src/common/utils.h
5998         * src/common/version.h.in
5999         * src/common/xml.c
6000         * src/common/xml.h
6001         * src/common/xmlprops.c
6002         * src/common/xmlprops.h
6003         * src/gtk/about.c
6004         * src/gtk/colorlabel.c
6005         * src/gtk/colorsel.c
6006         * src/gtk/colorsel.h
6007         * src/gtk/combobox.c
6008         * src/gtk/combobox.h
6009         * src/gtk/description_window.c
6010         * src/gtk/description_window.h
6011         * src/gtk/filesel.c
6012         * src/gtk/filesel.h
6013         * src/gtk/foldersort.c
6014         * src/gtk/foldersort.h
6015         * src/gtk/gtksctree.c
6016         * src/gtk/gtkutils.c
6017         * src/gtk/gtkutils.h
6018         * src/gtk/inputdialog.c
6019         * src/gtk/inputdialog.h
6020         * src/gtk/logwindow.c
6021         * src/gtk/logwindow.h
6022         * src/gtk/manage_window.c
6023         * src/gtk/manage_window.h
6024         * src/gtk/menu.c
6025         * src/gtk/menu.h
6026         * src/gtk/pluginwindow.c
6027         * src/gtk/pluginwindow.h
6028         * src/gtk/prefswindow.c
6029         * src/gtk/prefswindow.h
6030         * src/gtk/progressdialog.c
6031         * src/gtk/progressdialog.h
6032         * src/gtk/sslcertwindow.c
6033         * src/gtk/sslcertwindow.h
6034         * src/plugins/bogofilter/bogofilter.c
6035         * src/plugins/bogofilter/bogofilter.h
6036         * src/plugins/bogofilter/bogofilter_gtk.c
6037         * src/plugins/clamav/clamav_plugin.c
6038         * src/plugins/clamav/clamav_plugin.h
6039         * src/plugins/clamav/clamav_plugin_gtk.c
6040         * src/plugins/demo/demo.c
6041         * src/plugins/dillo_viewer/dillo_prefs.c
6042         * src/plugins/dillo_viewer/dillo_prefs.h
6043         * src/plugins/dillo_viewer/dillo_viewer.c
6044         * src/plugins/pgpcore/passphrase.c
6045         * src/plugins/pgpcore/passphrase.h
6046         * src/plugins/pgpcore/pgp_viewer.c
6047         * src/plugins/pgpcore/pgp_viewer.h
6048         * src/plugins/pgpcore/plugin.c
6049         * src/plugins/pgpcore/select-keys.c
6050         * src/plugins/pgpcore/select-keys.h
6051         * src/plugins/pgpcore/sgpgme.c
6052         * src/plugins/pgpcore/sgpgme.h
6053         * src/plugins/pgpinline/pgpinline.c
6054         * src/plugins/pgpinline/pgpinline.h
6055         * src/plugins/pgpinline/plugin.c
6056         * src/plugins/pgpmime/pgpmime.c
6057         * src/plugins/pgpmime/pgpmime.h
6058         * src/plugins/pgpmime/plugin.c
6059         * src/plugins/spamassassin/spamassassin.c
6060         * src/plugins/spamassassin/spamassassin.h
6061         * src/plugins/spamassassin/spamassassin_gtk.c
6062         * src/plugins/trayicon/trayicon.c
6063                 it's 2007, update the year in the copyright headers
6064
6065 2007-01-03 [paul]       2.6.1cvs95
6066
6067         * src/gtk/about.c
6068                 it is 2007, use it in the copyright string
6069
6070 2007-01-03 [paul]       2.6.1cvs94
6071
6072         * src/html.c
6073                 html entity conversion:
6074                 move &#153; to a more suitable place
6075                 add &bull; and &ndash;
6076                 make sure &mdash; and &#8212; are both
6077                 converted the same
6078
6079 2007-01-02 [colin]      2.6.1cvs93
6080
6081         * src/addrbook.c
6082                 Fix leak
6083         * src/common/plugin.c
6084                 Add comment
6085         * src/etpan/imap-thread.c
6086                 Fix warning
6087
6088 2006-12-31 [paul]       2.6.1cvs92
6089
6090         * src/prefs_summaries.c
6091                 use gtk_button_new_from_stock()
6092
6093 2006-12-30 [colin]      2.6.1cvs91
6094
6095         * src/folder.c
6096         * src/imap_gtk.c
6097         * src/mh_gtk.c
6098                 Don't update filtering and account paths 
6099                 when copying folders
6100
6101 2006-12-30 [colin]      2.6.1cvs90
6102
6103         * src/prefs_compose_writing.c
6104         * src/prefs_quote.c
6105         * src/prefs_template.c
6106                 Use message font for Writing and 
6107                 Quoting prefs, as well as Templates.
6108
6109 2006-12-30 [colin]      2.6.1cvs89
6110
6111         * src/prefs_summaries.c
6112                 Rework GUI; patch by Pawel
6113
6114 2006-12-29 [colin]      2.6.1cvs88
6115
6116         * src/prefs_folder_item.c
6117                 Fix bug 1085, 'Apply to subfolder 
6118                 doesn't work' - I was mistaken saying
6119                 it worked in every case
6120
6121 2006-12-28 [colin]      2.6.1cvs87
6122
6123         * src/gtk/gtkaspell.c
6124                 Don't assert if use_alternate is true
6125                 and alt_dictionary isn't set -- this 
6126                 is what happens on upgrade! Rather,
6127                 do with it.
6128
6129 2006-12-28 [colin]      2.6.1cvs86
6130
6131         * Makefile.am
6132                 Fix desktop/icon simplification
6133
6134 2006-12-28 [colin]      2.6.1cvs85
6135
6136         * Makefile.am
6137                 Make desktop and icon not 
6138                 dependant on the desktop
6139
6140 2006-12-28 [wwp]        2.6.1cvs84
6141
6142         * src/plugins/pgpmime/claws.def
6143                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6144
6145 2006-12-28 [wwp]        2.6.1cvs83
6146
6147         * src/prefs_folder_item.c
6148                 Fix coloring of "simplify subject regexp" (folder prefs),
6149                 which might be left to red whereas the regexp gets empty.
6150
6151 2006-12-28 [wwp]        2.6.1cvs82
6152
6153         * src/prefs_common.c
6154         * src/prefs_common.h
6155         * src/addressbook.c
6156         * src/addressitem.h
6157                 Save addressbook mainwindow's horizontal and vertical splitter position.
6158
6159 2006-12-27 [wwp]        2.6.1cvs81
6160
6161         * src/gtk/gtkaspell.c
6162         * src/gtk/gtkaspell.h
6163         * src/compose.c
6164                 Fix assignment of compose's default and alternate dictionary from
6165                 account or folder settings. Now gtkaspell_change_dict does rotate
6166                 dicts only when it's called from a menu cb.
6167
6168 2006-12-27 [wwp]        2.6.1cvs80
6169
6170         * src/folder_item_prefs.c
6171                 Fix randomly initialized default-alt-dictionary (folder prefs),
6172                 complete 2.6.1cvs72.
6173
6174 2006-12-27 [paul]       2.6.1cvs79
6175
6176         * src/imap_gtk.c
6177         * src/mh_gtk.c
6178                 Add Copy folder in the folder's contextual
6179                 menu
6180
6181 2006-12-27 [wwp]        2.6.1cvs78
6182
6183         * src/imap.c
6184                 Clean up session locking, thanks to Colin.
6185
6186 2006-12-26 [colin]      2.6.1cvs77
6187
6188         * src/statusbar.c
6189                 Revert previous patch
6190
6191 2006-12-26 [colin]      2.6.1cvs76
6192
6193         * src/folder.c
6194         * src/folderview.c
6195         * src/imap.c
6196         * src/statusbar.c
6197         * src/etpan/imap-thread.c
6198                 Fix previous commit warnings
6199                 Make statusbar update every second if total < 20
6200                 Make IMAP APPEND faster by simplifying log              
6201
6202 2006-12-26 [colin]      2.6.1cvs75
6203
6204         * src/folder.c
6205         * src/folder.h
6206         * src/folderview.c
6207         * src/folderview.h
6208         * src/imap_gtk.c
6209         * src/mh_gtk.c
6210                 Make it possible to copy folders accross
6211                 mailboxes (this was an arbitrary limitation).
6212                 Still make it impossible to move folders 
6213                 accross mailboxes.
6214
6215 2006-12-26 [colin]      2.6.1cvs74
6216
6217         * src/etpan/imap-thread.c
6218                 Fix bug 1081, 'claws-mail 
6219                 segfaults when going offline 
6220                 while it transfers mails via 
6221                 imap'
6222
6223 2006-12-26 [colin]      2.6.1cvs73
6224
6225         * src/folder_item_prefs.c
6226                 Don't forget alt dictionary when
6227                 renaming/moving folders
6228
6229 2006-12-26 [wwp]        2.6.1cvs72
6230
6231         * src/folder_item_prefs.c
6232                 Add missing defaults for per-folder alt dict
6233                 (forgotten in 2.6.1cvs61).
6234
6235 2006-12-26 [colin]      2.6.1cvs71
6236
6237         * src/wizard.c
6238                 Add tooltip to state that specifying
6239                 full path to mailbox is possible
6240
6241 2006-12-26 [wwp]        2.6.1cvs70
6242
6243         * src/partial_download.c
6244         * src/gtk/gtkvscrollbutton.c
6245         * src/plugins/pgpinline/plugin.c
6246                 Fix for few compiler warnings that matter.
6247
6248 2006-12-25 [colin]      2.6.1cvs69
6249
6250         * src/partial_download.c
6251                 Fix marking for download or deletion
6252                 when the header isn't the first
6253         * src/gtk/logwindow.c
6254                 Fix start of scrolling
6255
6256 2006-12-23 [paul]       2.6.1cvs68
6257
6258         * src/compose.c
6259                 change last commit to use the 'academic'
6260                 method instead. Thanks to wwp
6261
6262 2006-12-23 [paul]       2.6.1cvs67
6263
6264         * src/compose.c
6265                 don't warn about empty subject when
6266                 redirecting
6267
6268 2006-12-22 [colin]      2.6.1cvs66
6269
6270         * src/summary_search.c
6271                 Fix previous patch
6272
6273 2006-12-22 [colin]      2.6.1cvs65
6274
6275         * src/gtk/gtkutils.c
6276         * src/imap.c
6277         * src/jpilot.c
6278         * src/summary_search.c
6279                 A few warning fixes
6280
6281 2006-12-23 [paul]       
6282
6283         2.7.0-rc2 released
6284
6285 2006-12-22 [colin]      2.6.1cvs64
6286
6287         * src/toolbar.c
6288         * src/toolbar.h
6289                 Add a combo to the learn spam button
6290         * src/plugins/bogofilter/bogofilter.c
6291         * src/plugins/bogofilter/bogofilter_gtk.c
6292         * src/plugins/bogofilter/bogofilter.h
6293                 Allow to store Unsure mails in a specific
6294                 folder to make better teaching easier
6295
6296 2006-12-21 [wwp]        2.6.1cvs63
6297
6298         * src/compose.c
6299         * src/prefs_common.c
6300         * src/prefs_common.h
6301         * src/prefs_spelling.c
6302         * src/gtk/gtkaspell.c
6303         * src/gtk/gtkaspell.h
6304                 Allow spell-checking using both current and alternate dictionaries
6305                 (thanks to Colin).
6306
6307 2006-12-21 [wwp]        2.6.1cvs62
6308
6309         * src/gtk/gtkaspell.c
6310                 Apply recheck_when_changing_dict (highlight all mispelled words)
6311                 when switching to alternate dictionary.
6312
6313 2006-12-21 [wwp]        2.6.1cvs61
6314
6315         * src/compose.c
6316         * src/folder_item_prefs.h
6317         * src/prefs_common.c
6318         * src/prefs_common.h
6319         * src/prefs_folder_item.c
6320         * src/prefs_spelling.c
6321         * src/gtk/gtkaspell.c
6322         * src/gtk/gtkaspell.h
6323                 Add global and per-folder prefs to set the default
6324                 alternate dictionary.
6325
6326 2006-12-21 [colin]      2.6.1cvs60
6327
6328         * src/folder.c
6329                 Look for folders by path in all folders
6330         * src/html.c
6331                 add &mdash;
6332
6333 2006-12-20 [colin]      2.6.1cvs59
6334
6335         * src/gtk/quicksearch.c
6336                 Make sure in_typing is false when clearing
6337
6338 2006-12-20 [wwp]        2.6.1cvs58
6339
6340         * configure.ac
6341                 change manual's target dir to be LFH-compliant (thanks to Colin).
6342
6343 2006-12-20 [wwp]        2.6.1cvs57
6344
6345         * src/prefs_common.c
6346         * src/prefs_summaries.c
6347                 i18n fix and factorize patch, thanks to Fabien.
6348
6349 2006-12-20 [paul]       2.6.1cvs56
6350
6351         * configure.ac
6352                 last of the renaming (??)
6353         * src/main.c
6354                 correct --help info of --status-full
6355         * src/plugins/bogofilter/bogofilter.c
6356                 make FALSE default of whitelist_ab
6357
6358 2006-12-19 [colin]      2.6.1cvs55
6359
6360         * src/jpilot.c
6361                 Same as before, without depending on
6362                 pisock >= 0.12
6363
6364 2006-12-19 [colin]      2.6.1cvs54
6365
6366         * src/jpilot.c
6367                 Fix bug 1059, 'Better jpilot charset 
6368                 handling'. Use libpisync's charset conversion
6369                 if possible
6370
6371 2006-12-19 [colin]      2.6.1cvs53
6372
6373         * po/fr.po
6374                 Updated by Fabien
6375
6376 2006-12-19 [wwp]        2.6.1cvs52
6377
6378         * src/gtk/about.c
6379                 Add missing #include (thanks to Colin).
6380
6381 2006-12-19 [wwp]        2.6.1cvs51
6382
6383         * src/prefs_receive.c
6384                 Better spacing between widgets in prefs.
6385
6386 2006-12-18 [colin]      2.6.1cvs50
6387
6388         * src/imap.c
6389                 Fix failure to get separator on LIST "" ""
6390                 Try LIST "" "INBOX" too.
6391
6392 2006-12-18 [wwp]        2.6.1cvs49
6393
6394         * src/common/session.c
6395                 Fix a compiler warning (thanks to Fabien).
6396
6397 2006-12-18 [wwp]        2.6.1cvs48
6398
6399         * src/compose.c
6400         * src/prefs_quote.c
6401                 Factorize some strings for translation (it's about error
6402                 messages when applying or checking template/quote format).
6403
6404 2006-12-18 [colin]      2.6.1cvs47
6405
6406         * Makefile.am
6407         * src/common/defs.h
6408         * src/gtk/Makefile.am
6409         * src/gtk/about.c
6410                 Add a Release notes tab from the contents of
6411                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6412
6413 2006-12-17 [colin]      2.6.1cvs46
6414
6415         * src/mimeview.c
6416         * src/textview.c
6417         * src/gtk/filesel.c
6418                 Correctly convert from/to UTF8/filename encoding
6419                 when loading and saving files. Probably fixes
6420                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6421                 for a file to attach and is blocked...'
6422
6423 2006-12-17 [colin]      2.6.1cvs45
6424
6425         * src/gtk/logwindow.c
6426                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6427                 IMAP folder and is blocked on main thread': 
6428                 make sure we put utf8 in the log.
6429
6430 2006-12-16 [colin]      2.6.1cvs44
6431
6432         * src/toolbar.c
6433         * src/toolbar.h
6434                 Fix bug 1055, 'Add the 'cancel receive' 
6435                 in the available events for the toolbar buttons'
6436
6437 2006-12-16 [colin]      2.6.1cvs43
6438
6439         * po/POTFILES.in
6440         * src/imap.c
6441         * src/common/nntp.c
6442         * src/common/session.c
6443                 Log error when SSL handshakes fail. 
6444                 Fixes bug 1082, 'incorrect / imprecise 
6445                 error message when imap server provides 
6446                 ssl only through STARTTLS but SSL is 
6447                 selected'
6448
6449 2006-12-15 [wwp]        2.6.1cvs42
6450
6451         * src/plugins/bogofilter/bogofilter_gtk.c
6452                 set proper sensitivity to widgets I've recently added.
6453
6454 2006-12-15 [colin]      
6455
6456         2.7.0-rc1 released
6457
6458 2006-12-15 [wwp]        2.6.1cvs41
6459
6460         * src/plugins/bogofilter/bogofilter.c
6461         * src/plugins/bogofilter/bogofilter.h
6462         * src/plugins/bogofilter/bogofilter_gtk.c
6463                 bogofilter's whitelist can now use a subset of
6464                 the addressbook (either a book, a subfolder of a book,
6465                 or the whole addressbook by using "Any"). Re-used there
6466                 some pref_matcher widgets and mechanisms to match a subset
6467                 of the addressbook.
6468
6469 2006-12-15 [wwp]        2.6.1cvs40
6470
6471         * src/wizard.c
6472         * src/common/plugin.c
6473         * src/common/plugin.h
6474         * src/gtk/about.c
6475         * src/plugins/bogofilter/bogofilter.c
6476         * src/plugins/clamav/clamav_plugin.c
6477         * src/plugins/demo/demo.c
6478         * src/plugins/dillo_viewer/dillo_viewer.c
6479         * src/plugins/pgpcore/plugin.c
6480         * src/plugins/pgpinline/plugin.c
6481         * src/plugins/pgpmime/plugin.c
6482         * src/plugins/spamassassin/spamassassin.c
6483         * src/plugins/trayicon/trayicon.c
6484                 factorize some translatable strings (plugins-related),
6485                 fix missing punctuation in several places,
6486                 remove useless translatable \n in about.c,
6487                 and factorize plugin init code w/ a new function
6488                 check_plugin_version() in common/plugin.c.
6489                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6490
6491 2006-12-15 [wwp]        2.6.1cvs39
6492
6493         * src/plugins/bogofilter/bogofilter.c
6494         * src/plugins/bogofilter/bogofilter_gtk.c
6495                 flag whitelisted spams as spam, but don't filter it to the spam
6496                 folder. Thanks to Colin.
6497
6498 2006-12-15 [ticho]      2.6.1cvs38
6499
6500         * src/plugins/bogofilter/bogofilter.c
6501         * src/plugins/bogofilter/bogofilter.h
6502         * src/plugins/bogofilter/bogofilter_gtk.c
6503                 Add option to whitelist senders found in addressbook. Patch by colin.
6504
6505 2006-12-15 [paul]       2.6.1cvs37
6506
6507         * src/folderview.c
6508                 add missing #include "log.h"
6509
6510 2006-12-15 [paul]       2.6.1cvs36
6511
6512         * src/plugins/bogofilter/bogofilter.c
6513         * src/plugins/bogofilter/bogofilter.h
6514         * src/plugins/bogofilter/bogofilter_gtk.c
6515                 Add an option to allow inserting an
6516                 X-Claws-Bogosity header (on MH folders
6517                 only). Patch by Colin
6518
6519 2006-12-14 [colin]      2.6.1cvs35
6520
6521         * src/main.c
6522                 "Yes" should be the default choice for
6523                 migration configuration
6524
6525 2006-12-14 [paul]       2.6.1cvs34
6526
6527         * src/prefs_summaries.c
6528         * manual/advanced.xml
6529                 Unhide mark_as_read_delay
6530
6531 2006-12-14 [paul]       2.6.1cvs33
6532
6533         * src/messageview.c
6534         * src/messageview.h
6535         * src/mimeview.c
6536         * src/mimeview.h
6537         * src/summaryview.c
6538         * src/textview.c
6539         * src/textview.h
6540                 Fix printing of selection
6541                 Fix printing of message parts
6542                 Fix printing of images
6543         * src/gtk/gtksourceprintjob.c
6544                 Fix page count when there are images
6545
6546 2006-12-14 [wwp]        2.6.1cvs32
6547
6548         * src/mainwindow.c
6549         * src/summaryview.c
6550         * src/summaryview.h
6551         * src/gtk/quicksearch.c
6552                 fix quicksearch 'magnify' button status when QS is closed
6553                 using the Escape key, thanks to Colin.
6554
6555 2006-12-14 [wwp]        2.6.1cvs31
6556
6557         * src/mainwindow.c
6558         * src/summaryview.c
6559         * src/summaryview.h
6560         * src/gtk/quicksearch.c
6561                 fix quicksearch 'magnify' button status when QS is closed
6562                 using the Escape key, thanks to Colin.
6563
6564 2006-12-13 [colin]      2.6.1cvs30
6565
6566         * src/ldapquery.c
6567         * src/ldaputil.c
6568                 Use the binary safe version of ldap_get_values,
6569                 to make sure we manipulate null-terminated 
6570                 strings. Maybe fixes bug 1075, 'claws mail 
6571                 segfault when completing ldap adresses'
6572         * src/syldap.c ** REMOVED **
6573         * src/syldap.h ** REMOVED **
6574                 Remove dead files
6575
6576 2006-12-13 [mones]      2.6.1cvs29
6577
6578         * po/es.po
6579                 Fixed piped strings, fixed click translation
6580
6581 2006-12-13 [paul]       2.6.1cvs28
6582
6583         * src/main.c
6584                 don't translate these strings
6585
6586 2006-12-13 [paul]       2.6.1cvs27
6587
6588         * po/en_GB.po
6589                 updated
6590
6591 2006-12-13 [colin]      2.6.1cvs26
6592
6593         * src/main.c
6594         * src/main.h
6595                 Add claws_is_starting()
6596
6597 2006-12-13 [mones]      2.6.1cvs25
6598
6599         * manual/es/advanced.xml
6600         * po/es.po
6601                 Synced manual and updated translation
6602
6603 2006-12-12 [colin]      2.6.1cvs24
6604
6605         * src/wizard.c
6606                 Add an option to use STARTTLS in the
6607                 welcome wizard. Fixes bug 1080, 
6608                 'Using SSL option in wizard for incoming 
6609                 server does not activate SSL with STARTTLS'
6610
6611 2006-12-12 [colin]      2.6.1cvs23
6612
6613         * src/main.c
6614                 Don't exit when there's an incomplete
6615                 mailbox configured - leaves a chance 
6616                 to fix a failing IMAP account. Exit
6617                 if no mailbox at all is loaded (case
6618                 of missing plugin).
6619                 Completes bug 1077's fix (I was wrong
6620                 in this bug's comment #3).
6621
6622 2006-12-12 [colin]      2.6.1cvs22
6623
6624         * src/gtk/menu.h
6625                 Add another menu data type
6626         * src/prefs_account.c
6627                 Complete the completion of bug 1076
6628                 (doesn't lose the pref on apply)
6629
6630 2006-12-12 [paul]       2.6.1cvs21
6631
6632         * src/prefs_account.c
6633                 complete the fix of bug 1076
6634                 also be more verbose with the text
6635
6636 2006-12-12 [paul]       2.6.1cvs20
6637
6638         * src/gtk/combobox.c
6639                 fix compilation warning
6640
6641 2006-12-11 [colin]      2.6.1cvs19
6642
6643         * src/wizard.c
6644                 Document :port in server entry tooltips
6645
6646 2006-12-11 [colin]      2.6.1cvs18
6647
6648         * src/main.c
6649                 Fix compile
6650
6651 2006-12-11 [colin]      2.6.1cvs17
6652
6653         * src/main.c
6654                 Add failing IMAP as a reason for no
6655                 mailbox
6656
6657 2006-12-11 [colin]      2.6.1cvs16
6658
6659         * src/prefs_account.c
6660                 Check for existence of inbox for local
6661                 accounts too
6662         * src/wizard.c
6663                 Allow setting the port to use for servers
6664                 by using the usual "server.example.com:port"
6665                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6666                 not start when IMAP server is unavailable'
6667
6668 2006-12-11 [colin]      2.6.1cvs15
6669
6670         * src/prefs_account.c
6671                 Prevent use of non-existing default inbox
6672
6673 2006-12-11 [colin]      2.6.1cvs14
6674
6675         * src/prefs_account.c
6676                 Fix sensitivity. Fixes bug 1076, 'privacy 
6677                 options are displayed even when pgp plugin 
6678                 not loaded / available'
6679
6680 2006-12-09 [colin]      2.6.1cvs13
6681
6682         * manual/advanced.xml
6683         * src/prefs_common.c
6684         * src/prefs_common.h
6685         * src/common/ssl_certificate.c
6686                 Add a new hidden preference, 'unsafe_ssl_certs',
6687                 which allows to store multiple certificates per
6688                 server/port. This is disabled by default because
6689                 it's less secure (presenting a new certificate
6690                 instead of a changed one raises less alarms).
6691                 This will cause Claws to ask about an unknown
6692                 certificate for people who have used 2.6.1cvs8
6693                 or greater.
6694
6695 2006-12-09 [colin]      2.6.1cvs12
6696
6697         * src/action.c
6698                 Fix cache updating after action
6699
6700 2006-12-07 [wwp]        2.6.1cvs11
6701
6702         * src/compose.c
6703                 fix email address comparison when replying to all
6704                 (avoid replying to ourselves), thanks to Colin.
6705
6706 2006-12-06 [paul]       2.6.1cvs10
6707
6708         * src/addrharvest.c
6709         * src/editldap.c
6710         * src/expldifdlg.c
6711         * src/news.c
6712         * src/toolbar.c
6713         * src/common/utils.c
6714                 ...and more renaming
6715                 Thanks to Colin
6716
6717 2006-12-06 [paul]       2.6.1cvs9
6718
6719         * src/compose.c
6720         * src/messageview.c
6721         * src/procheader.c
6722         * src/procmime.c
6723         * src/procmsg.c
6724         * src/textview.c
6725                 more renaming
6726                 Thanks to Colin
6727
6728 2006-12-06 [colin]      2.6.1cvs8
6729
6730         * src/ssl_manager.c
6731         * src/common/ssl_certificate.c
6732         * src/common/ssl_certificate.h
6733                 Handle multiple certificates per host/port
6734
6735 2006-12-06 [colin]      2.6.1cvs7
6736
6737         * src/etpan/imap-thread.c
6738                 Fix certificate checking on IMAP
6739
6740 2006-12-06 [colin]      2.6.1cvs6
6741
6742         * src/folderview.c
6743                 Fix bug 1072, 'Claws stops fetching newsgroups 
6744                 from server when newsgroup got deleted': continue
6745                 checking other groups
6746
6747 2006-12-05 [wwp]        2.6.1cvs5
6748
6749         * src/message_search.c
6750         * src/summary_search.c
6751         * src/gtk/combobox.c
6752         * src/gtk/combobox.h
6753         * src/gtk/gtkutils.c
6754         * src/gtk/gtkutils.h
6755                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6756                 behave like w/ old comboboxes (summary and message search only).
6757
6758 2006-12-05 [paul]       2.6.1cvs4
6759
6760         * src/wizard.c
6761                 encode headers
6762                 Thanks to Colin
6763
6764 2006-12-05 [paul]       2.6.1cvs3
6765
6766         * tools/README
6767         * tools/textviewer.pl
6768                 script updated and description added
6769
6770 2006-12-04 [colin]      2.6.1cvs2
6771
6772         * src/compose.c
6773                 Run pre-send hook only when checking
6774                 everything
6775
6776 2006-12-04 [paul]       2.6.1cvs1
6777
6778         * NEWS
6779         * README
6780         * RELEASE_NOTES
6781         * configure.ac
6782         * tools/README
6783                 bump up version number following stable release
6784
6785 2006-12-04 [paul]       2.6.0cvs83
6786
6787         * README
6788                 updates and corrections
6789
6790 2006-12-04 [colin]      2.6.0cvs82
6791
6792         * src/common/utils.c
6793                 Probably fix bug 1066, 'Incorrect mailbox 
6794                 size displayed'
6795
6796 2006-12-04 [colin]      2.6.0cvs81
6797
6798         * src/common/utils.c
6799                 Trim tabs from mailcap file too.
6800
6801 2006-12-02 [paul]       2.6.0cvs80
6802
6803         * src/exphtmldlg.c
6804                 fix broken GUI under certain languages
6805         * src/expldifdlg.c
6806                 put the Cancel button to the right
6807
6808 2006-12-01 [paul]       2.6.0cvs79
6809
6810         * tools/Makefile.am
6811                 remove reference to removed file
6812
6813 2006-12-01 [wwp]        2.6.0cvs78
6814
6815         * src/addressbook.c
6816         * src/editaddress.c
6817                 remove forgotten debug statements.
6818
6819 2006-12-01 [wwp]        2.6.0cvs77
6820
6821         * manual/advanced.xml
6822         * manual/fr/advanced.xml
6823         * src/addressbook.c
6824         * src/addressbook.h
6825         * src/addressitem.h
6826         * src/editaddress.c
6827         * src/editaddress.h
6828         * src/prefs_common.c
6829         * src/prefs_common.h
6830         * src/gtk/gtkutils.c
6831         * src/gtk/gtkutils.h
6832                 add a hidden option to allow embedding the editaddress (edit contact details)
6833                 dialog into the addressbook's window. This doesn't change the default
6834                 behaviour.
6835
6836 2006-12-01 [wwp]        2.6.0cvs76
6837
6838         * src/message_search.c
6839         * src/summary_search.c
6840                 fix more focus issues (don't set focus to combobox's entry widget when
6841                 entry's value changed, if entry widget has focus already).
6842
6843 2006-12-01 [wwp]        2.6.0cvs75
6844
6845         * src/gtk/quicksearch.c
6846                 revert last changes to the quicksearch gtk_combo_box, this needs more
6847                 tuning and testing.
6848
6849 2006-12-01 [paul]       2.6.0cvs74
6850
6851         * tools/kdeservicemenu/README
6852         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6853         * tools/kdeservicemenu/install.sh
6854         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6855         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6856                 simplify this stuff, and in so doing,
6857                 fix it. (possibly re-extend it again at
6858                 a later date)
6859
6860 2006-12-01 [wwp]        2.6.0cvs73
6861
6862         * src/gtk/quicksearch.c
6863                 adapt quicksearch code to use modern gtk_combo_box'es.
6864
6865 2006-12-01 [wwp]        2.6.0cvs72
6866
6867         * src/common/defs.h
6868         * src/prefs_common.c
6869         * src/prefs_common.h
6870         * src/message_search.c
6871         * src/summary_search.c
6872         * src/gtk/combobox.c
6873         * src/gtk/combobox.h
6874                 add history combos to all message and summary search fields.
6875
6876 2006-12-01 [wwp]        2.6.0cvs71
6877
6878         * src/summaryview.c
6879                 As the list may change while the mark as read delay
6880                 runs, we can't rely on the 'row' pointer, which can
6881                 be invalid when the timeout is called. As the mark
6882                 as read is only done if the message is still selected,
6883                 use summaryview->selected instead. Thanks to Colin.
6884
6885 2006-11-30 [paul]       2.6.0cvs70
6886
6887         * src/textview.c
6888                 give emphasis to "Sylpheed-Claws"
6889                 as well as "Claws Mail"
6890
6891 2006-11-30 [colin]      2.6.0cvs69
6892
6893         * src/wizard.c
6894                 Put the SSL checkboxes in the receiving
6895                 and sending server pages.
6896
6897 2006-11-29 [colin]      2.6.0cvs68
6898
6899         * src/gtk/gtkutils.c
6900         * src/gtk/gtkvscrollbutton.c
6901                 Revert some deprecated fixes - they seem to
6902                 deprecate stuff as soon as a new one gets out.
6903                 g_object_ref_sink needed glib-2.10.
6904
6905 2006-11-29 [colin]      2.6.0cvs67
6906
6907         * src/common/utils.c
6908                 Create .mailcap if it doesn't exist
6909
6910 2006-11-29 [colin]      2.6.0cvs66
6911
6912         * src/compose.c
6913                 Followup to cvs60: use original list
6914                 of recipients if replying to a mail
6915                 in Sent Drafts or Queue.
6916
6917 2006-11-27 [paul]       2.6.0cvs65
6918
6919         * src/image_viewer.c
6920                 revert the last change for now (it's broken)
6921
6922 2006-11-27 [paul]       2.6.0cvs64
6923
6924         * Makefile.am
6925         * configure.ac
6926         * m4/aclocal-include.m4
6927         * m4/check-type.m4
6928         * src/Makefile.am
6929         * src/addr_compl.c
6930         * src/compose.c
6931         * src/crash.c
6932         * src/export.c
6933         * src/exporthtml.c
6934         * src/exportldif.c
6935         * src/imap.c
6936         * src/import.c
6937         * src/main.c
6938         * src/main.h
6939         * src/matcher.c
6940         * src/mimeview.c
6941         * src/procmsg.c
6942         * src/textview.c
6943         * src/common/Makefile.am
6944         * src/common/claws.c
6945         * src/common/claws.h
6946         * src/common/ssl.c
6947         * src/common/sylpheed.c
6948         * src/common/sylpheed.h
6949         * src/etpan/Makefile.am
6950         * src/gtk/Makefile.am
6951         * src/gtk/claws-marshal.list
6952         * src/gtk/filesel.c
6953         * src/gtk/gtksctree.c
6954         * src/gtk/quicksearch.c
6955         * src/gtk/sylpheed-marshal.list
6956         * src/plugins/bogofilter/bogofilter.c
6957         * src/plugins/bogofilter/bogofilter_gtk.c
6958         * src/plugins/clamav/clamav_plugin.c
6959         * src/plugins/clamav/clamav_plugin_gtk.c
6960         * src/plugins/demo/demo.c
6961         * src/plugins/dillo_viewer/dillo_viewer.c
6962         * src/plugins/pgpcore/Makefile.am
6963         * src/plugins/pgpcore/claws.def
6964         * src/plugins/pgpcore/pgp_viewer.c
6965         * src/plugins/pgpcore/plugin.c
6966         * src/plugins/pgpcore/sylpheed.def
6967         * src/plugins/pgpinline/Makefile.am
6968         * src/plugins/pgpinline/claws.def
6969         * src/plugins/pgpinline/plugin.c
6970         * src/plugins/pgpinline/sylpheed.def
6971         * src/plugins/pgpmime/Makefile.am
6972         * src/plugins/pgpmime/claws.def
6973         * src/plugins/pgpmime/plugin.c
6974         * src/plugins/pgpmime/sylpheed.def
6975         * src/plugins/spamassassin/spamassassin.c
6976         * src/plugins/spamassassin/spamassassin_gtk.c
6977         * src/plugins/trayicon/trayicon.c
6978                 yet more renaming
6979                 remove deprecated gtk_tooltips_set_delay()
6980
6981 2006-11-26 [paul]       2.6.0cvs63
6982
6983         * src/expldifdlg.c
6984         * src/folderview.c
6985         * src/image_viewer.c
6986         * src/mainwindow.c
6987         * src/gtk/gtkutils.c
6988         * src/gtk/gtkvscrollbutton.c
6989         * src/gtk/prefswindow.c
6990         * src/plugins/pgpcore/prefs_gpg.c
6991                 replace more deprecated GTK+ functions
6992
6993 2006-11-26 [paul]       2.6.0cvs62
6994
6995         * src/addr_compl.c
6996         * src/addressbook.c
6997         * src/browseldap.c
6998                 replace deprecated gtk_idle_... functions
6999
7000 2006-11-26 [paul]       2.6.0cvs61
7001
7002         * src/compose.c
7003         * src/folderview.c
7004         * src/inc.c
7005         * src/summaryview.c
7006         * src/gtk/gtkvscrollbutton.c
7007         * src/gtk/quicksearch.c
7008         * src/plugins/pgpcore/passphrase.c
7009                 replace deprecated gtk_timeout_add and
7010                 gtk_timeout_remove
7011
7012 2006-11-26 [paul]       2.6.0cvs60
7013
7014         * src/compose.c
7015                 fix bug that caused the wrong recipient
7016                 to be selected when replying to a msg
7017                 which is From one of our accounts to
7018                 another of our accounts
7019
7020 2006-11-25 [paul]       2.6.0cvs59
7021
7022         * src/summaryview.c
7023                 don't change the From column title to
7024                 To if the To column is visible
7025
7026 2006-11-24 [paul]       2.6.0cvs58
7027
7028         * src/compose.c
7029                 fix bug 1069, 'Sent mails disappear, BCC
7030                 or locking problem?'
7031
7032 2006-11-21 [wwp]        2.6.0cvs57
7033
7034         * src/compose.c
7035                 fix spelling menu when replying (same as 2.3.1cvs39):
7036                 discrepancy between context menu and top menu when
7037                 folder's dictionary isn't the default one.
7038
7039 2006-11-19 [paul]       2.6.0cvs56
7040
7041         * src/summaryview.c
7042                 obey always_show_msg option when
7043                 marking as spam
7044         * src/plugins/bogofilter/bogofilter.c
7045                 fix typo
7046
7047 2006-11-18 [paul]       2.6.0cvs55
7048
7049         * AUTHORS
7050         * README
7051         * debian/copyright
7052         * manual/ack.xml
7053         * manual/es/ack.xml
7054         * manual/fr/ack.xml
7055         * manual/pl/ack.xml
7056         * src/gtk/authors.h
7057         * src/gtk/icon_legend.c
7058         * src/gtk/icon_legend.h
7059         * tools/OOo2claws-mail.pl
7060         * tools/README
7061         * tools/acroread2claws-mail.pl
7062         * tools/claws.i18n.status.pl
7063         * tools/filter_conv.pl
7064         * tools/filter_conv_new.pl
7065         * tools/freshmeat_search.pl
7066         * tools/google_search.pl
7067         * tools/kmail2claws-mail.pl
7068         * tools/kmail2claws-mail_v2.pl
7069         * tools/maildir2claws-mail.pl
7070         * tools/make.themes.project
7071         * tools/multiwebsearch.pl
7072         * tools/outlook2claws-mail.pl
7073         * tools/tb2claws-mail
7074         * tools/kdeservicemenu/README
7075         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7076                 update mine and wwp's email addresses in
7077                 several places
7078                 Patch by wwp
7079         * src/prefs_compose_writing.c
7080                 set sensitivity on 'new message format' frame
7081
7082 2006-11-17 [paul]       2.6.0cvs54
7083
7084         * src/gtk/about.c
7085                 more reworking of the GUI
7086                 Patch by Fabien Vantard
7087
7088 2006-11-16 [paul]       2.6.0cvs53
7089
7090         * src/gtk/about.c
7091                 set a minimum size for the window, allow
7092                 it to automatically expand as necessary
7093
7094 2006-11-16 [wwp]        2.6.0cvs52
7095
7096         * src/gtk/about.c
7097                 better wrap of copyright info on some systems.
7098
7099 2006-11-16 [paul]       2.6.0cvs51
7100
7101         * src/gtk/about.c
7102                 move the tech info from the upper panel
7103                 to the Info tab
7104                 use a gtk_text_view for the features tab
7105
7106 2006-11-16 [paul]       2.6.0cvs50
7107
7108         * po/Makevars
7109                 update my email address
7110         * src/addressbook.c
7111         * src/compose.c
7112         * src/imap_gtk.c
7113         * src/mh_gtk.c
7114         * src/news_gtk.c
7115         * src/summaryview.c
7116         * src/plugins/trayicon/trayicon.c
7117                 don't offer simple menu separators
7118                 for translation
7119         * src/folderview.c
7120                 add separator between 'mark all read'
7121                 and 'search folder'
7122
7123 2006-11-15 [wwp]        2.6.0cvs49
7124
7125         * src/gtk/authors.h
7126                 updated manuals authors.
7127
7128 2006-11-14 [paul]       2.6.0cvs48
7129
7130         * src/compose.c
7131                 Fix Options/Reply mode after draft save
7132
7133 2006-11-14 [paul]       2.6.0cvs47
7134
7135         * src/Makefile.am
7136                 Fix make DESTDIR=...
7137         * src/mbox.c
7138                 Optimise speed
7139         * src/plugins/pgpinline/pgpinline.c
7140                 Probably fix bug 1061
7141
7142 2006-11-14 [paul]       2.6.0cvs46
7143
7144         * po/Makevars
7145                 enable Q_ macro
7146         * src/Makefile.am
7147         * src/stock_pixmap.c
7148         * src/stock_pixmap.h
7149         * src/gtk/about.c
7150         * src/pixmaps/active.xpm
7151         * src/pixmaps/inactive.xpm
7152                 add a new page, 'Features', to the About dialog
7153                 showing which features are compiled in and which
7154                 are not
7155
7156 2006-11-14 [paul]       2.6.0cvs45
7157
7158         * po/ru.po
7159                 updated by Pavlo Bohmat
7160
7161 2006-11-14 [colin]      2.6.0cvs44
7162
7163         * src/compose.c
7164         * src/inc.c
7165         * src/messageview.c
7166         * src/news.c
7167         * src/pop.c
7168         * src/procmsg.c
7169         * src/gtk/gtkaspell.c
7170                 Fix 64-bit-related warnings
7171         * src/ssl_manager.c
7172                 Fix possible infinite loop
7173         * src/plugins/pgpcore/sgpgme.c
7174                 Remove useless check
7175
7176 2006-11-13 [colin]      2.6.0cvs43
7177
7178         * src/gtk/Makefile.am
7179                 authors.h isn't generated
7180
7181 2006-11-13 [colin]      2.6.0cvs42
7182
7183         * src/plugins/pgpinline/pgpinline.c
7184         * src/plugins/pgpmime/pgpmime.c
7185                 Very probably fix bug 1061, 'crash on 
7186                 opening signed email'. Another cast
7187                 problem
7188
7189 2006-11-13 [colin]      2.6.0cvs41
7190
7191         * src/plugins/pgpcore/sgpgme.c
7192                 Maybe fix bug 1061, 'crash on opening 
7193                 signed email'
7194
7195 2006-11-13 [wwp]        2.6.0cvs40
7196
7197         * src/plugins/pgpinline/pgpinline.c
7198                 fix candidate for bug #1057, thanks to Colin.
7199
7200 2006-11-13 [wwp]        2.6.0cvs39
7201
7202         * src/compose.c
7203         * src/quote_fmt_parse.y
7204                 fix bug 1052: current parser buffer was not always 
7205                 allocated, ptr to this buffer could be returned as 
7206                 NULL whereas no parser error has occurred. in 
7207                 consequence, defining a template body as "%d" 
7208                 (w/o the quotes) for the first time of the instance 
7209                 of claws-mail, was reporting a parser error. make 
7210                 sure that the buffer is always allocated, even to 
7211                 an empty string.
7212                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7213                 unescaping of the fmt string was always done 
7214                 whereas it must be done *only* when receiving 
7215                 quote format strings issued from the prefs 
7216                 (compose new message, reply, forward, redirect 
7217                 formats), *not* when applying templates.  in 
7218                 consequences, applying templates w/ sequences 
7219                 like \\|p{echo} were failing. make sure that 
7220                 unescaping is done only when necessary.
7221
7222 2006-11-12 [colin]      2.6.0cvs38
7223
7224         * po/de.po
7225                 Fix typo (s/KB/MB)
7226
7227 2006-11-12 [colin]      2.6.0cvs37
7228
7229         * src/plugins/pgpinline/pgpinline.c
7230         * src/plugins/pgpmime/pgpmime.c
7231                 Release GPG context at the latest 
7232                 possible moment. Maybe fixes 
7233                 bug 1057, 'crash on sending signed 
7234                 message to a newsgroup'
7235                 
7236
7237 2006-11-12 [colin]      2.6.0cvs36
7238
7239         * src/plugins/pgpcore/sgpgme.c
7240                 Tell a bit more when gpg's status doesn't
7241                 contain any signature
7242
7243 2006-11-12 [colin]      2.6.0cvs35
7244
7245         * src/compose.c
7246                 Fix bug 1060, 'compilation error with 
7247                 Irix's cc'
7248
7249 2006-11-12 [paul]       2.6.0cvs34
7250
7251         * doc/man/claws-mail.1
7252         * src/prefs_gtk.c
7253         * src/plugins/clamav/README
7254         * src/plugins/spamassassin/README
7255         * tools/README
7256         * tools/freshmeat_search.pl
7257         * tools/google_search.pl
7258         * tools/multiwebsearch.pl
7259                 more renaming
7260         * src/plugins/trayicon/trayicon.c
7261                 fix compiliation warning
7262
7263 2006-11-11 [colin]      2.6.0cvs33
7264
7265         * src/folderview.c
7266                 Forbid drag and drop from/to different
7267                 folders of type F_UNKNOWN
7268
7269 2006-11-11 [colin]      2.6.0cvs32
7270
7271         * src/plugins/pgpinline/pgpinline.c
7272                 Fix typo in previous commit:
7273                 - gpgme_new(&ctx);
7274                 + if ((err = gpgme_new(&data->ctx)) ...)
7275
7276 2006-11-11 [colin]      2.6.0cvs31
7277
7278         * src/plugins/pgpinline/pgpinline.c
7279         * src/plugins/pgpmime/pgpmime.c
7280                 Check success after calling gpgme_new
7281                 Maybe fixes bug 1057, 'crash on sending 
7282                 signed message to a newsgroup'
7283
7284 2006-11-11 [colin]      2.6.0cvs30
7285
7286         * src/undo.c
7287                 init undostruct to 0s (from
7288                 valgrind log of bug 1057)
7289
7290 2006-11-10 [colin]      2.6.0cvs29
7291
7292         * src/mainwindow.c
7293                 Set cursor to wait before filtering
7294                 duplicates in all folders
7295         * src/plugins/bogofilter/bogofilter.c
7296         * src/plugins/bogofilter/bogofilter.h
7297         * src/plugins/bogofilter/bogofilter_gtk.c
7298                 Completely thread away the bogofilter
7299                 filtering
7300
7301 2006-11-10 [mones]      2.6.0cvs28
7302
7303         * src/compose.c
7304         * src/compose.h
7305                 added COMPOSE_CHECK_BEFORE_SEND hook
7306
7307 2006-11-10 [paul]       2.6.0cvs27
7308
7309         * src/crash.c
7310                 more renaming
7311                 add libSM to get_compiled_in_features()
7312         * src/main.c
7313                 more renaming
7314
7315 2006-11-10 [colin]      2.6.0cvs26
7316
7317         * src/etpan/imap-thread.c
7318                 Add a reference to libetpan's sasl engine
7319                 so that sasl_done() doesn't get called by
7320                 libetpan, and doesn't break openssl.
7321                 Should fix bug 1053, 'SC fails to reestablish 
7322                 a secure connection'
7323                 Patch by Hoa
7324
7325 2006-11-10 [colin]      2.6.0cvs25
7326
7327         * manual/addrbook.xml
7328         * manual/advanced.xml
7329         * manual/faq.xml
7330         * manual/intro.xml
7331                 Some more renaming
7332
7333 2006-11-09 [colin]      2.6.0cvs24
7334
7335         * src/plugins/bogofilter/bogofilter_gtk.c
7336                 Add comment about annoyance
7337
7338 2006-11-09 [colin]      2.6.0cvs23
7339
7340         * src/plugins/bogofilter/bogofilter.c
7341         * src/plugins/bogofilter/bogofilter_gtk.c
7342                 Prepare things needed to thread bogofilter
7343                 filtering: separate bogo stuff and possible GUI
7344                 stuff. 
7345
7346 2006-11-09 [colin]      2.6.0cvs22
7347
7348         * src/account.c
7349         * src/compose.c
7350                 Search for one of our accounts in Delivered-To
7351                 (helps for auto-account selection when 
7352                  replying/forwarding)
7353         * src/folderview.c
7354         * src/mainwindow.c
7355         * src/mainwindow.h
7356         * src/plugins/trayicon/trayicon.c
7357                 Allow opening a new mail with any account from
7358                 the contextual menu
7359
7360 2006-11-09 [wwp]        2.6.0cvs21
7361
7362         * src/compose.c
7363         * src/prefs_common.c
7364         * src/prefs_common.h
7365         * src/prefs_compose_writing.c
7366                 add a compose new message format (in prefs/compose/writing), it's a
7367                 simple subject+body template to use when opening a new composition
7368                 window. It's similar to the existent reply and forward formats.
7369
7370                 enhanced the template/format % symbols substitution mechanism to
7371                 use current composition window information when % are used in
7372                 the compose new message format or in templates applied to new
7373                 messages (there were useless in that situations before). When
7374                 applied to new messages, %d corresponds to the system time/date.
7375
7376 2006-11-09 [paul]       2.6.0cvs20
7377
7378         * src/gtk/authors.h
7379                 fix last commit
7380
7381 2006-11-09 [paul]       2.6.0cvs19
7382
7383         * src/gtk/authors.h
7384                 keep tje alphabetical order
7385
7386 2006-11-08 [colin]      2.6.0cvs18
7387
7388         * src/etpan/imap-thread.c
7389                 Fix bug 1054, 'Slowness logging big 
7390                 data chunks'
7391
7392 2006-11-08 [paul]       2.6.0cvs17
7393
7394         * tools/Makefile.am
7395                 fix the renaming
7396
7397 2006-11-08 [paul]       2.6.0cvs16
7398
7399         * src/common/defs.h
7400                 update BUGZILLA_URI
7401
7402 2006-11-08 [paul]       2.6.0cvs15
7403
7404         * tools/Makefile.am
7405         * tools/OOo2claws-mail.pl
7406         * tools/OOo2sylpheed.pl
7407         * tools/README
7408         * tools/acroread2claws-mail.pl
7409         * tools/acroread2sylpheed.pl
7410         * tools/kmail2claws-mail.pl
7411         * tools/kmail2claws-mail_v2.pl
7412         * tools/kmail2sylpheed.pl
7413         * tools/kmail2sylpheed_v2.pl
7414         * tools/maildir2claws-mail.pl
7415         * tools/maildir2sylpheed.pl
7416         * tools/nautilus2claws-mail.sh
7417         * tools/nautilus2sylpheed.sh
7418         * tools/outlook2claws-mail.pl
7419         * tools/outlook2sylpheed.pl
7420         * tools/tb2claws-mail
7421         * tools/tb2sylpheed
7422         * tools/tbird2claws.py
7423         * tools/tbird2syl.py
7424         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7425         * tools/kdeservicemenu/install.sh
7426         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7427         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7428         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7429         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7430         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7431                 renamed (removed, added) tools files
7432
7433 2006-11-08 [paul]       2.6.0cvs14
7434
7435         * src/main.c
7436         * src/common/defs.h
7437                 Migrate sylpheedrc to clawsrc, and fix the standard
7438                 plugins path in the process
7439
7440 2006-11-07 [colin]      2.6.0cvs13
7441
7442         * src/Makefile.am
7443                 Symlink sylpheed-claws relative to 
7444                 claws-mail
7445
7446 2006-11-07 [colin]      2.6.0cvs12
7447
7448         * src/compose.c
7449                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7450
7451 2006-11-07 [paul]       2.6.0cvs11
7452
7453         * src/gtk/about.c
7454                 Fix a missed occurence of
7455                 Sylpheed-Claws
7456
7457 2006-11-07 [paul]       2.6.0cvs10
7458
7459         * src/Makefile.am
7460                 Fix symlink installation
7461
7462 2006-11-07 [paul]       2.6.0cvs9
7463
7464         * src/Makefile.am
7465                 Symlink claws-mail to sylpheed-claws
7466         * src/common/utils.c
7467                 Fix migrating symlinks
7468         * src/etpan/imap-thread.c
7469                 check certificate only when there's
7470                 no error
7471
7472 2006-11-07 [paul]       2.6.0cvs8
7473
7474         * Makefile.am
7475                 Fix icon breakages with Gtk, which needs a 
7476                 cache updated to see them.
7477
7478 2006-11-07 [paul]       2.6.0cvs7
7479
7480         * .cvsignore
7481         * AUTHORS
7482         * COPYING
7483         * INSTALL
7484         * Makefile.am
7485         * NEWS
7486         * README
7487         * RELEASE_NOTES
7488         * autogen.sh
7489         * claws-mail-128x128.png
7490         * claws-mail-64x64.png
7491         * claws-mail.ico
7492         * claws-mail.pc.in
7493         * claws-mail.png
7494         * configure.ac
7495         * sylpheed-claws-128x128.png
7496         * sylpheed-claws-64x64.png
7497         * sylpheed-claws.desktop
7498         * sylpheed-claws.ico
7499         * sylpheed-claws.pc.in
7500         * sylpheed-claws.png
7501         * debian/README.Debian
7502         * debian/changelog
7503         * debian/claws-mail.desktop
7504         * debian/claws-mail.menu
7505         * debian/claws-mail.postinst.debhelper
7506         * debian/claws-mail.postrm.debhelper
7507         * debian/control
7508         * debian/copyright
7509         * debian/files
7510         * debian/rules
7511         * debian/sylpheed-claws.desktop
7512         * debian/sylpheed-claws.menu
7513         * debian/sylpheed-claws.postinst.debhelper
7514         * debian/sylpheed-claws.postrm.debhelper
7515         * doc/man/Makefile.am
7516         * doc/man/claws-mail.1
7517         * doc/man/sylpheed-claws.1
7518         * doc/src/ChangeLog.claws-pre0.8.0
7519         * manual/Makefile.am
7520         * manual/account.xml
7521         * manual/ack.xml
7522         * manual/addrbook.xml
7523         * manual/advanced.xml
7524         * manual/claws-mail-manual.xml
7525         * manual/faq.xml
7526         * manual/glossary.xml
7527         * manual/handling.xml
7528         * manual/intro.xml
7529         * manual/keyboard.xml
7530         * manual/plugins.xml
7531         * manual/starting.xml
7532         * manual/sylpheed-claws-manual.xml
7533         * manual/xml2pdf
7534         * manual/dist/.cvsignore
7535         * manual/dist/html/.cvsignore
7536         * manual/dist/html/Makefile.am
7537         * manual/dist/pdf/.cvsignore
7538         * manual/dist/pdf/Makefile.am
7539         * manual/dist/ps/.cvsignore
7540         * manual/dist/ps/Makefile.am
7541         * manual/dist/txt/.cvsignore
7542         * manual/dist/txt/Makefile.am
7543         * manual/es/Makefile.am
7544         * manual/es/advanced.xml
7545         * manual/es/claws-mail-manual.xml
7546         * manual/es/faq.xml
7547         * manual/es/glossary.xml
7548         * manual/es/handling.xml
7549         * manual/es/intro.xml
7550         * manual/es/plugins.xml
7551         * manual/es/sylpheed-claws-manual.xml
7552         * manual/es/dist/.cvsignore
7553         * manual/es/dist/html/.cvsignore
7554         * manual/es/dist/html/Makefile.am
7555         * manual/es/dist/pdf/.cvsignore
7556         * manual/es/dist/pdf/Makefile.am
7557         * manual/es/dist/ps/.cvsignore
7558         * manual/es/dist/ps/Makefile.am
7559         * manual/es/dist/txt/.cvsignore
7560         * manual/es/dist/txt/Makefile.am
7561         * manual/fr/Makefile.am
7562         * manual/fr/account.xml
7563         * manual/fr/ack.xml
7564         * manual/fr/addrbook.xml
7565         * manual/fr/advanced.xml
7566         * manual/fr/claws-mail-manual.xml
7567         * manual/fr/faq.xml
7568         * manual/fr/glossary.xml
7569         * manual/fr/handling.xml
7570         * manual/fr/intro.xml
7571         * manual/fr/keyboard.xml
7572         * manual/fr/plugins.xml
7573         * manual/fr/starting.xml
7574         * manual/fr/sylpheed-claws-manual.xml
7575         * manual/fr/dist/.cvsignore
7576         * manual/fr/dist/html/.cvsignore
7577         * manual/fr/dist/html/Makefile.am
7578         * manual/fr/dist/pdf/.cvsignore
7579         * manual/fr/dist/pdf/Makefile.am
7580         * manual/fr/dist/ps/.cvsignore
7581         * manual/fr/dist/ps/Makefile.am
7582         * manual/fr/dist/txt/.cvsignore
7583         * manual/fr/dist/txt/Makefile.am
7584         * manual/pl/Makefile.am
7585         * manual/pl/account.xml
7586         * manual/pl/ack.xml
7587         * manual/pl/addrbook.xml
7588         * manual/pl/advanced.xml
7589         * manual/pl/claws-mail-manual.xml
7590         * manual/pl/faq.xml
7591         * manual/pl/glossary.xml
7592         * manual/pl/handling.xml
7593         * manual/pl/intro.xml
7594         * manual/pl/keyboard.xml
7595         * manual/pl/plugins.xml
7596         * manual/pl/starting.xml
7597         * manual/pl/sylpheed-claws-manual.xml
7598         * manual/pl/dist/.cvsignore
7599         * manual/pl/dist/html/.cvsignore
7600         * manual/pl/dist/html/Makefile.am
7601         * manual/pl/dist/pdf/.cvsignore
7602         * manual/pl/dist/pdf/Makefile.am
7603         * manual/pl/dist/ps/.cvsignore
7604         * manual/pl/dist/ps/Makefile.am
7605         * manual/pl/dist/txt/.cvsignore
7606         * manual/pl/dist/txt/Makefile.am
7607         * po/.cvsignore
7608         * po/Makevars
7609         * src/.cvsignore
7610         * src/Makefile.am
7611         * src/account.c
7612         * src/account.h
7613         * src/action.c
7614         * src/action.h
7615         * src/adbookbase.h
7616         * src/addr_compl.c
7617         * src/addr_compl.h
7618         * src/addrbook.c
7619         * src/addrcache.c
7620         * src/addrcache.h
7621         * src/addrcindex.c
7622         * src/addrcindex.h
7623         * src/addrclip.c
7624         * src/addrclip.h
7625         * src/addrdefs.h
7626         * src/addressadd.c
7627         * src/addressadd.h
7628         * src/addressbook.c
7629         * src/addressbook.h
7630         * src/addressbook_foldersel.c
7631         * src/addressbook_foldersel.h
7632         * src/addrgather.c
7633         * src/addrgather.h
7634         * src/addrharvest.c
7635         * src/addrharvest.h
7636         * src/addrindex.c
7637         * src/addrindex.h
7638         * src/addritem.c
7639         * src/addritem.h
7640         * src/addrquery.c
7641         * src/addrquery.h
7642         * src/addrselect.c
7643         * src/addrselect.h
7644         * src/alertpanel.c
7645         * src/alertpanel.h
7646         * src/browseldap.c
7647         * src/browseldap.h
7648         * src/codeconv.c
7649         * src/codeconv.h
7650         * src/compose.c
7651         * src/crash.c
7652         * src/crash.h
7653         * src/customheader.c
7654         * src/customheader.h
7655         * src/displayheader.c
7656         * src/displayheader.h
7657         * src/editaddress.c
7658         * src/editaddress.h
7659         * src/editbook.c
7660         * src/editbook.h
7661         * src/editgroup.c
7662         * src/editgroup.h
7663         * src/editjpilot.c
7664         * src/editjpilot.h
7665         * src/editldap.c
7666         * src/editldap.h
7667         * src/editldap_basedn.c
7668         * src/editldap_basedn.h
7669         * src/editvcard.c
7670         * src/editvcard.h
7671         * src/exphtmldlg.c
7672         * src/exphtmldlg.h
7673         * src/expldifdlg.c
7674         * src/expldifdlg.h
7675         * src/export.c
7676         * src/exporthtml.c
7677         * src/exporthtml.h
7678         * src/exportldif.c
7679         * src/exportldif.h
7680         * src/filtering.c
7681         * src/filtering.h
7682         * src/folder.c
7683         * src/folder.h
7684         * src/folder_item_prefs.c
7685         * src/folder_item_prefs.h
7686         * src/foldersel.c
7687         * src/foldersel.h
7688         * src/folderutils.c
7689         * src/folderutils.h
7690         * src/folderview.c
7691         * src/folderview.h
7692         * src/grouplistdialog.c
7693         * src/grouplistdialog.h
7694         * src/html.c
7695         * src/html.h
7696         * src/image_viewer.c
7697         * src/image_viewer.h
7698         * src/imap.c
7699         * src/imap.h
7700         * src/imap_gtk.c
7701         * src/imap_gtk.h
7702         * src/import.c
7703         * src/import.h
7704         * src/importldif.c
7705         * src/importldif.h
7706         * src/importmutt.c
7707         * src/importmutt.h
7708         * src/importpine.c
7709         * src/importpine.h
7710         * src/inc.c
7711         * src/inc.h
7712         * src/jpilot.c
7713         * src/jpilot.h
7714         * src/ldapctrl.c
7715         * src/ldapctrl.h
7716         * src/ldaplocate.c
7717         * src/ldaplocate.h
7718         * src/ldapquery.c
7719         * src/ldapquery.h
7720         * src/ldapserver.c
7721         * src/ldapserver.h
7722         * src/ldaputil.c
7723         * src/ldaputil.h
7724         * src/ldif.c
7725         * src/ldif.h
7726         * src/localfolder.c
7727         * src/localfolder.h
7728         * src/main.c
7729         * src/main.h
7730         * src/mainwindow.c
7731         * src/mainwindow.h
7732         * src/manual.c
7733         * src/manual.h
7734         * src/matcher.c
7735         * src/matcher.h
7736         * src/matcher_parser.h
7737         * src/matcher_parser_lex.l
7738         * src/matcher_parser_parse.y
7739         * src/mbox.c
7740         * src/mbox.h
7741         * src/message_search.c
7742         * src/message_search.h
7743         * src/messageview.c
7744         * src/messageview.h
7745         * src/mh.c
7746         * src/mh.h
7747         * src/mh_gtk.c
7748         * src/mh_gtk.h
7749         * src/mimeview.c
7750         * src/mimeview.h
7751         * src/msgcache.c
7752         * src/msgcache.h
7753         * src/mutt.c
7754         * src/mutt.h
7755         * src/news.c
7756         * src/news.h
7757         * src/news_gtk.c
7758         * src/news_gtk.h
7759         * src/noticeview.c
7760         * src/noticeview.h
7761         * src/partial_download.c
7762         * src/partial_download.h
7763         * src/pine.c
7764         * src/pine.h
7765         * src/pop.c
7766         * src/pop.h
7767         * src/prefs_account.c
7768         * src/prefs_account.h
7769         * src/prefs_actions.c
7770         * src/prefs_actions.h
7771         * src/prefs_common.c
7772         * src/prefs_common.h
7773         * src/prefs_compose_writing.c
7774         * src/prefs_compose_writing.h
7775         * src/prefs_customheader.c
7776         * src/prefs_customheader.h
7777         * src/prefs_display_header.c
7778         * src/prefs_display_header.h
7779         * src/prefs_ext_prog.c
7780         * src/prefs_ext_prog.h
7781         * src/prefs_filtering.c
7782         * src/prefs_folder_column.c
7783         * src/prefs_folder_column.h
7784         * src/prefs_folder_item.c
7785         * src/prefs_folder_item.h
7786         * src/prefs_fonts.c
7787         * src/prefs_fonts.h
7788         * src/prefs_gtk.c
7789         * src/prefs_gtk.h
7790         * src/prefs_image_viewer.c
7791         * src/prefs_image_viewer.h
7792         * src/prefs_matcher.c
7793         * src/prefs_matcher.h
7794         * src/prefs_message.c
7795         * src/prefs_message.h
7796         * src/prefs_msg_colors.c
7797         * src/prefs_msg_colors.h
7798         * src/prefs_other.c
7799         * src/prefs_other.h
7800         * src/prefs_quote.c
7801         * src/prefs_quote.h
7802         * src/prefs_receive.c
7803         * src/prefs_receive.h
7804         * src/prefs_send.c
7805         * src/prefs_send.h
7806         * src/prefs_spelling.c
7807         * src/prefs_spelling.h
7808         * src/prefs_summaries.c
7809         * src/prefs_summaries.h
7810         * src/prefs_summary_column.c
7811         * src/prefs_summary_column.h
7812         * src/prefs_template.c
7813         * src/prefs_template.h
7814         * src/prefs_themes.c
7815         * src/prefs_themes.h
7816         * src/prefs_toolbar.c
7817         * src/prefs_toolbar.h
7818         * src/prefs_wrapping.c
7819         * src/prefs_wrapping.h
7820         * src/privacy.c
7821         * src/privacy.h
7822         * src/procheader.c
7823         * src/procheader.h
7824         * src/procmime.c
7825         * src/procmime.h
7826         * src/procmsg.c
7827         * src/procmsg.h
7828         * src/quote_fmt.c
7829         * src/quote_fmt_parse.y
7830         * src/recv.c
7831         * src/recv.h
7832         * src/remotefolder.c
7833         * src/remotefolder.h
7834         * src/send_message.c
7835         * src/send_message.h
7836         * src/setup.c
7837         * src/setup.h
7838         * src/sourcewindow.c
7839         * src/sourcewindow.h
7840         * src/ssl_manager.c
7841         * src/ssl_manager.h
7842         * src/statusbar.c
7843         * src/statusbar.h
7844         * src/stock_pixmap.c
7845         * src/stock_pixmap.h
7846         * src/summary_search.c
7847         * src/summary_search.h
7848         * src/summaryview.c
7849         * src/summaryview.h
7850         * src/syldap.c
7851         * src/syldap.h
7852         * src/textview.c
7853         * src/textview.h
7854         * src/toolbar.c
7855         * src/toolbar.h
7856         * src/undo.c
7857         * src/undo.h
7858         * src/unmime.c
7859         * src/unmime.h
7860         * src/vcard.c
7861         * src/vcard.h
7862         * src/wizard.c
7863         * src/wizard.h
7864         * src/common/base64.c
7865         * src/common/base64.h
7866         * src/common/defs.h
7867         * src/common/hooks.c
7868         * src/common/hooks.h
7869         * src/common/log.c
7870         * src/common/log.h
7871         * src/common/mgutils.c
7872         * src/common/mgutils.h
7873         * src/common/nntp.c
7874         * src/common/nntp.h
7875         * src/common/passcrypt.c
7876         * src/common/passcrypt.h.in
7877         * src/common/plugin.c
7878         * src/common/plugin.h
7879         * src/common/prefs.c
7880         * src/common/prefs.h
7881         * src/common/progressindicator.c
7882         * src/common/progressindicator.h
7883         * src/common/quoted-printable.c
7884         * src/common/quoted-printable.h
7885         * src/common/session.c
7886         * src/common/session.h
7887         * src/common/smtp.c
7888         * src/common/smtp.h
7889         * src/common/socket.c
7890         * src/common/socket.h
7891         * src/common/ssl.c
7892         * src/common/ssl.h
7893         * src/common/stringtable.c
7894         * src/common/stringtable.h
7895         * src/common/sylpheed.c
7896         * src/common/sylpheed.h
7897         * src/common/template.c
7898         * src/common/template.h
7899         * src/common/timing.h
7900         * src/common/utils.c
7901         * src/common/utils.h
7902         * src/common/version.h.in
7903         * src/common/xml.c
7904         * src/common/xml.h
7905         * src/common/xmlprops.c
7906         * src/common/xmlprops.h
7907         * src/gtk/about.c
7908         * src/gtk/colorlabel.c
7909         * src/gtk/colorlabel.h
7910         * src/gtk/colorsel.c
7911         * src/gtk/colorsel.h
7912         * src/gtk/combobox.c
7913         * src/gtk/combobox.h
7914         * src/gtk/description_window.c
7915         * src/gtk/description_window.h
7916         * src/gtk/filesel.c
7917         * src/gtk/filesel.h
7918         * src/gtk/foldersort.c
7919         * src/gtk/foldersort.h
7920         * src/gtk/gtkaspell.c
7921         * src/gtk/gtkaspell.h
7922         * src/gtk/gtksctree.c
7923         * src/gtk/gtkshruler.c
7924         * src/gtk/gtkshruler.h
7925         * src/gtk/gtkutils.c
7926         * src/gtk/gtkutils.h
7927         * src/gtk/icon_legend.c
7928         * src/gtk/icon_legend.h
7929         * src/gtk/logwindow.c
7930         * src/gtk/logwindow.h
7931         * src/gtk/manage_window.c
7932         * src/gtk/manage_window.h
7933         * src/gtk/pluginwindow.c
7934         * src/gtk/pluginwindow.h
7935         * src/gtk/prefswindow.c
7936         * src/gtk/prefswindow.h
7937         * src/gtk/quicksearch.c
7938         * src/gtk/quicksearch.h
7939         * src/pixmaps/claws-mail.xpm
7940         * src/pixmaps/claws-mail_icon.xpm
7941         * src/pixmaps/claws-mail_logo.xpm
7942         * src/pixmaps/sylpheed-claws.xpm
7943         * src/pixmaps/sylpheed-claws_icon.xpm
7944         * src/pixmaps/sylpheed-claws_logo.xpm
7945         * src/plugins/bogofilter/Makefile.am
7946         * src/plugins/bogofilter/bogofilter.c
7947         * src/plugins/bogofilter/bogofilter.h
7948         * src/plugins/bogofilter/bogofilter_gtk.c
7949         * src/plugins/clamav/Makefile.am
7950         * src/plugins/clamav/clamav_plugin.c
7951         * src/plugins/clamav/clamav_plugin.h
7952         * src/plugins/clamav/clamav_plugin_gtk.c
7953         * src/plugins/demo/Makefile.am
7954         * src/plugins/demo/demo.c
7955         * src/plugins/dillo_viewer/Makefile.am
7956         * src/plugins/dillo_viewer/README
7957         * src/plugins/dillo_viewer/dillo_prefs.c
7958         * src/plugins/dillo_viewer/dillo_prefs.h
7959         * src/plugins/dillo_viewer/dillo_viewer.c
7960         * src/plugins/pgpcore/Makefile.am
7961         * src/plugins/pgpcore/passphrase.c
7962         * src/plugins/pgpcore/passphrase.h
7963         * src/plugins/pgpcore/pgp_viewer.c
7964         * src/plugins/pgpcore/pgp_viewer.h
7965         * src/plugins/pgpcore/plugin.c
7966         * src/plugins/pgpcore/prefs_gpg.c
7967         * src/plugins/pgpcore/prefs_gpg.h
7968         * src/plugins/pgpcore/select-keys.c
7969         * src/plugins/pgpcore/select-keys.h
7970         * src/plugins/pgpcore/sgpgme.c
7971         * src/plugins/pgpcore/sgpgme.h
7972         * src/plugins/pgpcore/sylpheed.def
7973         * src/plugins/pgpcore/version.rc
7974         * src/plugins/pgpinline/Makefile.am
7975         * src/plugins/pgpinline/pgpinline.c
7976         * src/plugins/pgpinline/pgpinline.h
7977         * src/plugins/pgpinline/plugin.c
7978         * src/plugins/pgpinline/sylpheed.def
7979         * src/plugins/pgpinline/version.rc
7980         * src/plugins/pgpmime/Makefile.am
7981         * src/plugins/pgpmime/pgpmime.c
7982         * src/plugins/pgpmime/pgpmime.h
7983         * src/plugins/pgpmime/plugin.c
7984         * src/plugins/pgpmime/sylpheed.def
7985         * src/plugins/pgpmime/version.rc
7986         * src/plugins/spamassassin/Makefile.am
7987         * src/plugins/spamassassin/README
7988         * src/plugins/spamassassin/spamassassin.c
7989         * src/plugins/spamassassin/spamassassin.h
7990         * src/plugins/spamassassin/spamassassin_gtk.c
7991         * src/plugins/trayicon/Makefile.am
7992         * src/plugins/trayicon/trayicon.c
7993         * tools/OOo2sylpheed.pl
7994         * tools/README
7995         * tools/README.sylprint
7996         * tools/acroread2sylpheed.pl
7997         * tools/claws.i18n.status.pl
7998         * tools/filter_conv.pl
7999         * tools/filter_conv_new.pl
8000         * tools/freshmeat_search.pl
8001         * tools/google_search.pl
8002         * tools/kmail2sylpheed.pl
8003         * tools/kmail2sylpheed_v2.pl
8004         * tools/make.themes.project
8005         * tools/multiwebsearch.pl
8006         * tools/nautilus2sylpheed.sh
8007         * tools/outlook2sylpheed.pl
8008         * tools/sylprint.pl
8009         * tools/sylprint.rc
8010         * tools/tb2sylpheed
8011         * tools/textviewer.sh
8012         * tools/vcard2xml.py
8013         * tools/kdeservicemenu/README
8014         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8015         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8016         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8017                 Change name to Claws Mail. Announce to follow...
8018
8019 2006-11-06 [wwp]        2.6.0cvs6
8020
8021         * src/prefs_template.c
8022                 unify messages related to quote format/template errors (fix
8023                 capitalization), again.
8024
8025 2006-11-06 [wwp]        2.6.0cvs5
8026
8027         * src/prefs_quote.c
8028                 unify messages related to quote format/template errors.
8029
8030 2006-11-06 [wwp]        2.6.0cvs4
8031
8032         * src/prefs_msg_colors.c
8033                 more uses of Q_ macro for contextual translations, thanks
8034                 to Fabien (fzzzzz).
8035
8036 2006-11-06 [wwp]        2.6.0cvs3
8037
8038         * src/compose.c
8039         * src/common/utils.c
8040         * src/common/utils.h
8041                 show an alertpanel to make sure users are aware that sensitive
8042                 files are attached (it's file blacklist-based). This will fix
8043                 interaction w/ GoogleEarth for instance, thanks to Colin.
8044
8045 2006-11-06 [wwp]        2.6.0cvs2
8046
8047         * src/prefs_quote.c
8048         * src/prefs_template.c
8049         * src/prefs_template.h
8050                 check quote format when applying/closing prefs. For now this only
8051                 shows up an error dialog box, not preventing the user from using
8052                 a broken quote (reply, forwards) format.
8053
8054 2006-11-06 [wwp]        2.6.0cvs1
8055
8056         * src/prefs_template.c
8057                 fix missing checks of some template fields.
8058
8059 2006-11-06 [paul]       2.6.0
8060
8061         * NEWS
8062         * README
8063         * RELEASE_NOTES
8064                 2.6.0 released
8065
8066 2006-11-06 [paul]       2.5.6cvs22
8067
8068         * manual/advanced.xml
8069         * manual/es/advanced.xml
8070                 put 'respect_flowed_format' info in the correct
8071                 place
8072
8073 2006-11-06 [mones]      2.5.6cvs21
8074
8075         * po/es.po
8076                 Minor fixes for release
8077
8078 2006-11-06 [paul]       2.5.6cvs20
8079
8080         * po/cs.po
8081         * po/de.po
8082         * po/fr.po
8083         * po/it.po
8084         * po/nl.po
8085         * po/pt_BR.po
8086         * po/sk.po
8087         * po/sv.po
8088         * po/zh_CN.po
8089                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8090                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8091                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8092                 Young
8093
8094 2006-11-02 [colin]      2.5.6cvs19
8095
8096         * src/imap.c
8097         * src/imap.h
8098         * src/prefs_account.c
8099         * src/etpan/imap-thread.c
8100                 Add GSSAPI support - fixes Debian bug #383274
8101
8102 2006-11-01 [colin]      2.5.6cvs18
8103
8104         * src/jpilot.c
8105                 Handle libpisock12 support. Probably
8106                 fixes bug 1046, 'jpilot AddressDB.pdb 
8107                 import fail'
8108
8109 2006-11-01 [colin]      2.5.6cvs17
8110
8111         * src/folderutils.c
8112                 debug_print() folderutils_mark_all_read()
8113
8114 2006-11-01 [colin]      2.5.6cvs16
8115
8116         * COPYING
8117                 Add missed files to the Apache exception
8118
8119 2006-10-31 [colin]      2.5.6cvs15
8120
8121         * src/folder.c
8122         * src/folder.h
8123                 Add a copy_private_data() func to FolderClasses
8124                 Doesn't break the feature freeze, because we 
8125                 won't use it (right now) in the core.
8126
8127 2006-10-31 [colin]      2.5.6cvs14
8128
8129         * COPYING
8130                 Allow linking with the Apache licensed files in
8131                 src/plugins/spamassassin. Hopefully fixes 
8132                 bug 1048, 'Spamassassin plugin license problem'
8133
8134 2006-10-31 [wwp]        2.5.6cvs13
8135
8136         * src/compose.c
8137                 fix and optimize trimming of leading linefeeds in body loop.
8138
8139 2006-10-31 [colin]      2.5.6cvs12
8140
8141         * src/etpan/imap-thread.c
8142         * src/imap.c
8143                 Make really sure to have NULL sets in case
8144                 of error
8145
8146 2006-10-30 [wwp]        2.5.6cvs11
8147
8148         * src/prefs_common.c
8149         * src/prefs_common.h
8150         * src/compose.c
8151                 fix broken storage of quote format template when it contains \-escape
8152                 sequences. The application of such sequences is also fixed now (\t
8153                 in quote format will be a real tab instead of a 't', for instance).
8154
8155 2006-10-27 [colin]      2.5.6cvs10
8156
8157         * src/compose.c
8158                 Probably fix bug 1045, 'sylpheed-claws 
8159                 doesn't remove the mail from the IMAP 
8160                 Queue folder after sending'. From
8161                 2.5.6cvs3-stable
8162
8163 2006-10-27 [colin]      2.5.6cvs9
8164
8165         * configure.ac
8166                 Require libetpan-0.48. I'm so annoying,
8167                 I know ;-)
8168
8169 2006-10-27 [colin]      2.5.6cvs8
8170
8171         * src/folder.c
8172         * src/imap.c
8173                 Probably fix bug 1044, 'sylpheed-claws 
8174                 segfaults while moving mails' - Fix relation
8175                 usage when moving to an IMAP mailbox from another
8176                 mailbox
8177
8178 2006-10-26 [paul]       2.5.6cvs7
8179
8180         * src/gtk/about.c
8181                 add libSM to compiled-in features
8182                 list
8183
8184 2006-10-24 [colin]      2.5.6cvs6
8185
8186         * src/textview.c
8187         * src/gtk/gtkutils.c
8188                 Fix crash when printing emails with an
8189                 xface
8190
8191 2006-10-24 [mones]      2.5.6cvs5
8192
8193         * manual/es/advanced.xml
8194                 Synchronize hidden option respect_flowed_format
8195         * po/es.po
8196                 Updated translation
8197
8198 2006-10-21 [paul]       2.5.6cvs4
8199
8200         * src/gtk/authors.h
8201         * src/plugins/pgpcore/pgp_viewer.c
8202         * src/plugins/pgpcore/sgpgme.c
8203                 fix building on BSDs
8204                 Thanks to Michael Hughes
8205                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8206
8207 2006-10-20 [colin]      2.5.6cvs3
8208
8209         * configure.ac
8210                 Bump up libetpan requirement
8211                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8212         * src/common/utils.c
8213         * src/common/utils.h
8214                 Add convenience get_file_mtime()
8215         * src/imap.c
8216         * src/etpan/imap-thread.c
8217         * src/etpan/imap-thread.h
8218                 Implement UIDPLUS support if the server
8219                 supports it - faster sending in this case
8220
8221 2006-10-19 [colin]      2.5.6cvs2
8222
8223         * src/gtk/quicksearch.c
8224                 Fix emptying in type-ahead+extended mode
8225         * src/mainwindow.c
8226         * src/mainwindow.h
8227                 Add a hook for offline state change
8228         * src/plugins/trayicon/trayicon.c
8229                 Use it to display offline icons
8230         * src/plugins/trayicon/Makefile.am
8231         * src/plugins/trayicon/newmail.offline.xpm
8232         * src/plugins/trayicon/newmarkedmail.offline.xpm
8233         * src/plugins/trayicon/nomail.offline.xpm
8234         * src/plugins/trayicon/unreadmail.offline.xpm
8235         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8236                 Add the icons
8237
8238 2006-10-12 [paul]       2.5.6cvs1
8239
8240         * NEWS
8241         * README
8242         * configure.ac
8243                 Update version number following
8244                 stable release
8245
8246 2006-10-19 [colin]      2.5.5cvs18
8247
8248         * manual/handling.xml
8249                 Add type-ahead search
8250
8251 2006-10-18 [colin]      2.5.5cvs17
8252
8253         * src/gtk/quicksearch.c
8254                 Remove "save to history only if there's
8255                 no syntax error", it breaks for some 
8256                 reason which I'll investigate later.
8257
8258 2006-10-18 [colin]      2.5.5cvs16
8259
8260         * src/prefs_common.c
8261         * src/prefs_common.h
8262         * src/summaryview.c
8263         * src/gtk/quicksearch.c
8264         * src/gtk/quicksearch.h
8265                 Add a type-ahead option for fast searches
8266                 Patch by Fabien Vantard
8267
8268 2006-10-18 [colin]      2.5.5cvs15
8269
8270         * src/compose.c
8271         * src/compose.h
8272                 Add Options/Reply mode/ menu to be able to
8273                 change the recipients of a reply on the fly
8274
8275 2006-10-18 [colin]      2.5.5cvs14
8276
8277         * src/compose.c
8278                 Fix redirecting of our own sent mails
8279
8280 2006-10-17 [wwp]        2.5.5cvs13
8281
8282         * src/send_message.c
8283                 Fix duplicate error messages when sending, and missing
8284                 newline in such error messages.
8285
8286 2006-10-17 [colin]      2.5.5cvs12
8287
8288         * src/compose.c
8289                 Compare addresses case-insensitive
8290
8291 2006-10-17 [colin]      2.5.5cvs11
8292
8293         * src/plugins/pgpcore/sgpgme.c
8294                 Fix return status
8295
8296 2006-10-17 [colin]      2.5.5cvs10
8297
8298         * src/plugins/pgpcore/pgp_viewer.c
8299                 Fix return status
8300
8301 2006-10-17 [colin]      2.5.5cvs9
8302
8303         * src/quote_fmt.c
8304                 Fix a typo (thanks to Fabien)
8305
8306 2006-10-16 [colin]      2.5.5cvs8
8307
8308         * src/textview.c
8309                 Fix problem with quote-folding when emails
8310                 don't convert cleanly to UTF-8
8311
8312 2006-10-14 [colin]      2.5.5cvs7
8313
8314         * src/prefs_template.c
8315                 Reset fields when reopening
8316                 the window
8317
8318 2006-10-13 [paul]       2.5.5cvs6
8319
8320         * manual/advanced.xml
8321         * src/prefs_message.c
8322                 make 'respect_flowed_format' a hidden
8323                 option, and add a manual entry for it
8324                 Thanks to Colin
8325
8326 2006-10-12 [colin]      2.5.5cvs5
8327
8328         * src/codeconv.c
8329                 Revert part of 2.5.2cvs21:
8330                 Don't optimise by reusing the 
8331                 last iconv converter if possible:
8332                 it seems slightly broken in a 
8333                 very hard way to reproduce
8334
8335 2006-10-12 [colin]      2.5.5cvs4
8336
8337         * src/prefs_common.c
8338         * src/prefs_common.h
8339         * src/prefs_message.c
8340         * src/procmime.c
8341                 Fix bug 1035, 'Incorrect handling 
8342                 of flowed lines'. We now optionnaly
8343                 handle this format (preference is in
8344                 Message View/Text options section)
8345
8346 2006-10-12 [colin]      2.5.5cvs3
8347
8348         * po/POTFILES.in
8349                 Add new file
8350         * src/plugins/pgpcore/pgp_viewer.c
8351         * src/plugins/pgpcore/sgpgme.c
8352                 Don't try to import without asking
8353
8354 2006-10-12 [colin]      2.5.5cvs2
8355
8356         * src/compose.c
8357                 Fix bug 1036, 'Forwarding a mutlipart
8358                 mail with a "text/html" block to ms
8359                 outlook users leeds to freeze of
8360                 outlook'. Poor outlook users...
8361
8362 2006-10-12 [paul]       2.5.5cvs1
8363
8364         * NEWS
8365         * README
8366         * configure.ac
8367                 Update version number following
8368                 stable release
8369
8370 2006-10-11 [paul]       2.5.4cvs1
8371
8372         * NEWS
8373         * README
8374         * configure.ac
8375                 Update version number following
8376                 stable release
8377
8378 2006-10-11 [paul]       2.5.3cvs32
8379
8380         * src/textview.c
8381                 fix bug 1032, 'Segmentation fault when showing
8382                 message' (bug in quote folding)
8383                 Thanks to Colin
8384
8385 2006-10-10 [colin]      2.5.3cvs31
8386
8387         * src/quote_fmt.c
8388                 Rephrase english a bit
8389
8390 2006-10-10 [colin]      2.5.3cvs30
8391
8392         * src/prefs_compose_writing.c
8393                 Stop making the page larger than the window
8394
8395 2006-10-10 [wwp]        2.5.3cvs29
8396
8397         * src/compose.c
8398         * src/prefs_template.c
8399         * src/quote_fmt.c
8400         * src/quote_fmt.h
8401         * src/quote_fmt_lex.l
8402         * src/quote_fmt_parse.y
8403                 Extend the quote parser a bit: allow to get access to
8404                 basic (composing) account info.
8405
8406 2006-10-10 [colin]      2.5.3cvs28
8407
8408         * src/procheader.c
8409                 Fix this \t problem in subject
8410
8411 2006-10-09 [colin]      2.5.3cvs27
8412
8413         * src/main.c
8414         * src/prefs_gtk.c
8415                 Prepare cache a bit later
8416                 If section already exists, skip the new one 
8417                 (as previously); avoid writing the same block
8418                 twice - if we find a second block with the 
8419                 same id, skip it.
8420         * src/plugins/pgpcore/pgp_viewer.c
8421                 Set cursor to busy when retrieving a key
8422         * src/plugins/pgpcore/sgpgme.c
8423                 allow 5 seconds for gpg to export the key
8424                 
8425
8426 2006-10-09 [colin]      2.5.3cvs26
8427
8428         * configure.ac
8429         * src/msgcache.c
8430         * src/prefs_gtk.c
8431                 Check for existence of fgets_unlocked
8432                 and fwrite_unlocked
8433
8434 2006-10-09 [paul]       2.5.3cvs25
8435
8436         * src/prefs_summaries.c
8437                 replace strftime() with fast_strftime() and in
8438                 the consequence fix the bug in the display of
8439                 AM/PM in the 'Example' string
8440
8441 2006-10-09 [ticho]      2.5.3cvs24
8442
8443         * po/sk.po
8444                 Updated (and fixed up somewhat) Slovak translation.
8445
8446 2006-10-08 [colin]      2.5.3cvs23
8447
8448         * src/prefs_folder_item.c
8449                 Explain why prefs in the top-level folder
8450                 aren't retained, but are still useful
8451
8452 2006-10-08 [colin]      2.5.3cvs22
8453
8454         * src/prefs_gtk.c
8455                 Don't cache anything if caching fails
8456
8457 2006-10-08 [colin]      2.5.3cvs21
8458
8459         * src/common/utils.c
8460                 always include gi18n.h
8461
8462 2006-10-07 [colin]      2.5.3cvs20
8463
8464         * src/plugins/pgpcore/pgp_viewer.c
8465                 Kill gpg after 5 seconds wait
8466
8467 2006-10-07 [colin]      2.5.3cvs19
8468
8469         * src/plugins/pgpcore/pgp_viewer.c
8470         * src/plugins/pgpcore/pgp_viewer.h
8471                 Fix copyright
8472
8473 2006-10-07 [colin]      2.5.3cvs18
8474
8475         * src/plugins/pgpcore/pgp_viewer.c
8476         * src/plugins/pgpcore/pgp_viewer.h
8477                 Actually add the files to CVS
8478
8479 2006-10-07 [colin]      2.5.3cvs17
8480
8481         * src/plugins/pgpcore/sgpgme.c
8482                 Be sure not to crash on 'application/pgp-signature' that
8483                 are not application/pgp-signatures
8484
8485 2006-10-07 [colin]      2.5.3cvs16
8486
8487         * src/textview.c
8488         * src/textview.h
8489                 Make a bit more of the API available
8490         * src/plugins/pgpcore/Makefile.am
8491         * src/plugins/pgpcore/plugin.c
8492         * src/plugins/pgpcore/sgpgme.c
8493                 Add basic key import/export
8494
8495 2006-10-07 [colin]      2.5.3cvs15
8496
8497         * src/folderview.c
8498         * src/imap.c
8499         * src/prefs_account.c
8500         * src/wizard.c
8501                 Warn users *everywhere* if libetpan's not
8502                 linked in
8503
8504 2006-10-06 [mones]      2.5.3cvs14
8505
8506         * po/de.po
8507         * po/es.po
8508                 updated by Stephan Sachse and me
8509
8510 2006-10-06 [colin]      2.5.3cvs13
8511
8512         * src/main.c
8513         * src/common/sylpheed.c
8514                 Don't load common plugins if --exit is passed
8515         * src/prefs_gtk.c
8516         * src/prefs_gtk.h
8517                 Implement a cache to avoid reading the same
8518                 files over and over again at startup
8519
8520 2006-10-06 [colin]      2.5.3cvs12
8521
8522         * src/summaryview.c
8523         * src/gtk/quicksearch.c
8524                 Update display every 5k mails on fast searches
8525
8526 2006-10-06 [colin]      2.5.3cvs11
8527
8528         * src/textview.c
8529                 Don't do quote folding on HTML or ERTF.
8530                 May fix the Cygwin issues if they were
8531                 happening with HTML mails?
8532
8533 2006-10-05 [colin]      2.5.3cvs10
8534
8535         * src/prefs_gtk.c
8536                 Oops, forgot one
8537
8538 2006-10-05 [colin]      2.5.3cvs9
8539
8540         * src/prefs_gtk.c
8541                 Use unlocked_stdio here too
8542
8543 2006-10-05 [colin]      2.5.3cvs8
8544
8545         * src/folderview.c
8546                 Fix go to next * after preferences apply
8547         * src/msgcache.c
8548                 Do the fd lock/unlock ourselves instead of
8549                 letting the libc do it at each write 
8550
8551 2006-10-05 [colin]      2.5.3cvs7
8552
8553         * src/common/utils.c
8554                 Faster division, thanks to Jean Diraison
8555
8556 2006-10-05 [paul]       2.5.3cvs6
8557
8558         * src/common/utils.c
8559                 fix building with --disable-nls
8560
8561 2006-10-04 [colin]      2.5.3cvs5
8562
8563         * src/folder.c
8564                 Maybe fix a segfault
8565
8566 2006-10-04 [wwp]        2.5.3cvs4
8567
8568         * src/prefs_folder_item.c
8569                 Fine-tune layouts in folder item prefs. Suggested by
8570                 Fabien Vantard <fzzzzz@gmail.com>.
8571
8572 2006-10-04 [wwp]        2.5.3cvs3
8573
8574         * src/prefs_folder_item.c
8575                 Kill the clandestine passengers. You didn't see anything.
8576
8577 2006-10-04 [wwp]        2.5.3cvs2
8578
8579         * src/prefs_folder_item.c
8580                 Add a way to test the subject simplify regexp in
8581                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8582                 w/ few layout changes.
8583
8584 2006-20-04 [paul]       2.5.3cvs1
8585
8586         * NEWS
8587         * README
8588         * configure.ac
8589                 Update version number following
8590                 stable release
8591
8592 2006-10-04 [colin]      2.5.2cvs42
8593
8594         * src/folder.c
8595         * src/folder.h
8596         * src/summaryview.c
8597                 Provide a way for folder classes to set their sort
8598                 type and key
8599
8600 2006-10-03 [colin]      2.5.2cvs41
8601
8602         * src/mh.c
8603                 Don't use strlen() to know if the
8604                 string's empty
8605
8606 2006-10-03 [colin]      2.5.2cvs40
8607
8608         * src/mh.c
8609                 Fix "check for new folders" with accentued folders
8610
8611 2006-10-03 [ticho]      2.5.2cvs39
8612
8613         * src/filtering.c
8614         * src/folder.c
8615         * src/inc.c
8616         * src/mbox.c
8617                 Colin's fix for "copy" filtering rules.
8618
8619 2006-10-02 [colin]      2.5.2cvs38
8620
8621         * src/folderview.c
8622                 Fix for double-click too
8623
8624 2006-10-02 [colin]      2.5.2cvs37
8625
8626         * src/folderview.c
8627                 correct fix for cvs36
8628
8629 2006-10-02 [colin]      2.5.2cvs36
8630
8631         * src/folderview.c
8632                 Fix 'goto next unread' after collapsing/expanding 
8633                 a node.
8634
8635 2006-10-02 [colin]      2.5.2cvs35
8636
8637         * src/summaryview.c
8638                 Fix double freeze/thaw
8639         * src/common/utils.c
8640         * src/common/utils.h
8641                 Reimplement strftime
8642         * src/procheader.c
8643                 Use it
8644
8645
8646 2006-10-02 [colin]      2.5.2cvs34
8647
8648         * src/mh.c
8649                 Time mh_write_sequences() - it's fast
8650         * src/summaryview.c
8651                 Init a variable to shut up gcc
8652
8653 2006-10-01 [colin]      2.5.2cvs33
8654
8655         * src/folder.c
8656         * src/mh.c
8657         * src/mh.h
8658         * src/msgcache.c
8659                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8660                 Add fsync but disable it, it's slow as hell
8661
8662 2006-10-01 [colin]      2.5.2cvs32
8663
8664         * src/mh.c
8665         * src/msgcache.c
8666                 fflush() caches and mh_sequences before
8667                 fclose()ing
8668
8669 2006-10-01 [colin]      2.5.2cvs31
8670
8671         * src/msgcache.c
8672                 Don't ftruncate when not using mmap
8673
8674 2006-09-30 [colin]      2.5.2cvs30
8675
8676         * src/main.c
8677                 Write folder list *after* saving caches
8678
8679 2006-09-30 [colin]      2.5.2cvs29
8680
8681         * src/folder.c
8682         * src/mh.c
8683                 Debug forced mtime changes
8684
8685 2006-09-30 [colin]      2.5.2cvs28
8686
8687         * src/folder.c
8688         * src/main.c
8689                 Remove useless debug_print()s (code
8690                 well-tested)
8691
8692 2006-09-30 [colin]      2.5.2cvs27
8693
8694         * src/mh.c
8695                 Do stuff faster when writing mh_sequences
8696
8697 2006-09-30 [colin]      2.5.2cvs26
8698
8699         * src/mh.c
8700                 Don't let the writing of .mh_sequences, which
8701                 can change the folder's mtime, let us think
8702                 we need to scan.
8703
8704 2006-09-30 [colin]      2.5.2cvs25
8705
8706         * src/folder.c
8707                 Move a debug_print where it belongs 
8708                 (processing)
8709         * src/summaryview.c
8710                 Don't mess with a huge slow subject
8711                 table if we're not threading by
8712                 subject
8713
8714 2006-09-30 [colin]      2.5.2cvs24
8715
8716         * src/msgcache.c
8717                 Reenable mmaped reads (*not* writes!)
8718         * src/procmsg.c
8719                 Don't destroy and recreate hashtables just
8720                 for fun
8721         * src/common/utils.c
8722                 Remove useless reply prefixes (it's case
8723                 unsensitive)
8724
8725 2006-09-30 [wwp]        2.5.2cvs23
8726
8727         * tools/fix_date.sh
8728                 Fixed a minor bug in date value extraction, added a switch
8729                 to replace non RFC-compliant Date: value, added a switch
8730                 to use strict RFC matching patterns for dates.
8731
8732 2006-09-29 [colin]      2.5.2cvs22
8733
8734         * src/matcher_parser.h
8735         * src/matcher_parser_parse.y
8736         * src/prefs_filtering.c
8737         * src/statusbar.c
8738         * src/summary_search.c
8739         * src/summaryview.c
8740         * src/gtk/quicksearch.c
8741         * src/gtk/quicksearch.h
8742                 Optimise searches by setting different
8743                 refresh intervals (depending if the 
8744                 search is fast or not)
8745
8746 2006-09-29 [colin]      2.5.2cvs21
8747
8748         * src/codeconv.c
8749                 Optimise by reusing the last iconv converter
8750                 if possible
8751         * src/textview.c
8752                 Optimise a bit (the foldable quotes feature
8753                 still has an awful O(n^2) algo
8754
8755 2006-09-29 [colin]      2.5.2cvs20
8756
8757         * src/gtk/gtksctree.c
8758         * src/gtk/gtksctree.h
8759                 Optimise de-selection via up/down or
8760                 another key
8761
8762 2006-09-28 [colin]      2.5.2cvs19
8763
8764         * src/action.c
8765         * src/compose.c
8766         * src/folderview.c
8767         * src/mainwindow.c
8768         * src/messageview.c
8769         * src/summary_search.c
8770         * src/toolbar.c
8771                 Avoid using summaryview->ctree directly
8772
8773 2006-09-28 [colin]      2.5.2cvs18
8774
8775         * src/summaryview.c
8776         * src/summaryview.h
8777                 Add helpers to freeze/thaw/grab_focus
8778                 Factorize calls to freeze/thaw/grab_focus
8779                 
8780
8781 2006-09-28 [colin]      2.5.2cvs17
8782
8783         * src/main.c
8784                 More guards for the session management
8785
8786 2006-09-28 [colin]      2.5.2cvs16
8787
8788         * src/folderview.c
8789         * src/gtk/gtksctree.c
8790         * src/gtk/gtksctree.h
8791                 Make expanding not recursive in folderview
8792
8793 2006-09-28 [colin]      2.5.2cvs15
8794
8795         * src/addressbook.c
8796                 If nothing is selected in the list (right part)
8797                 and a group is selected in the tree (left part),
8798                 mail this group.
8799
8800 2006-09-28 [colin]      2.5.2cvs14
8801
8802         * src/Makefile.am
8803                 Actually use SM_LIBS
8804
8805 2006-09-28 [ticho]      2.5.2cvs13
8806
8807         * src/export.c
8808         * src/messageview.c
8809         * src/mimeview.c
8810         * src/news.c
8811         * src/pop.c
8812         * src/prefs_themes.c
8813         * src/procmsg.c
8814                 Small i18n string optimization.
8815         * src/send_message.c
8816         * src/summaryview.c
8817         * src/common/session.c
8818         * src/common/smtp.c
8819         * src/common/ssl_certificate.c
8820         * src/common/utils.c
8821                 Use "Couldn't" instead of "Can't" in UI messages,
8822                 where appropriate.
8823
8824 2006-09-28 [colin]      2.5.2cvs12
8825
8826         * configure.ac
8827                 Possibly fix link errors
8828
8829 2006-09-27 [wwp]        2.5.2cvs11
8830
8831         * src/gtk/authors.h
8832         * doc/man/sylpheed-claws.1
8833         * manual/ack.xml
8834         * manual/es/ack.xml
8835         * manual/fr/ack.xml
8836         * manual/pl/ack.xml
8837                 Updated authors info (me, myself and I).
8838
8839 2006-09-27 [colin]      2.5.2cvs10
8840
8841         * src/addressbook.c
8842                 Remove useless printf
8843
8844 2006-09-27 [wwp]        2.5.2cvs9
8845
8846         * src/editgroup.c
8847         * src/send_message.c
8848         * src/inc.c
8849         * src/prefs_common.c
8850         * src/prefs_common.h
8851         * src/gtk/progressdialog.c
8852                 remember more windows' sizes (send dialog, received dialog,
8853                 edit group in addressbook).
8854
8855 2006-09-27 [colin]      2.5.2cvs8
8856
8857         * configure.ac
8858         * src/main.c
8859         * src/mainwindow.h
8860                 Use libSM to communicate with the session
8861                 manager, so that we can know when the 
8862                 session ends, save our caches, and draft
8863                 our compose windows.
8864
8865 2006-09-27 [colin]      2.5.2cvs7
8866
8867         * src/addressbook.c
8868                 Fix issues:
8869                 o Allow Book and Group creation from the tree's
8870                   contextual menu
8871                 o Do not actually delete the contacts when 
8872                   deleting groups from the tree (duh!)
8873
8874 2006-09-27 [colin]      2.5.2cvs6
8875
8876         * src/compose.c
8877         * src/compose.h
8878         * src/mainwindow.c
8879         * src/textview.c
8880         * src/toolbar.c
8881                 o Allow passing an email address to 
8882                   compose_new_with_folderitem
8883                 o Update callers
8884                 o Use current folderitem when clicking
8885                   on a TextView mailto: link
8886                 o Fix a possible leak in TextView
8887
8888 2006-09-27 [colin]      2.5.2cvs5
8889
8890         * src/html.c
8891                 Use UTF-8 chars to replace HTML entities
8892
8893 2006-09-27 [colin]      2.5.2cvs4
8894
8895         * AUTHORS
8896         * src/prefs_account.c
8897         * src/gtk/authors.h
8898                 Fix bug #1024 (Array index out of
8899                 range in sylpheed-claws-2.5.2)
8900                 Patch by Ales Nosek <anosek@suse.cz>
8901
8902 2006-09-27 [colin]      2.5.2cvs3
8903
8904         * src/addr_compl.c
8905                 Actually do the test
8906
8907 2006-09-27 [colin]      2.5.2cvs2
8908
8909         * src/addr_compl.c
8910         * src/addr_compl.h
8911                 Allow completing with comma (in certain cases: vCalendar
8912                 for example doesn't support that)
8913                 Patch by Fabien Vantard
8914
8915 2006-09-26 [colin]      2.5.2cvs1
8916
8917         * src/Makefile.am
8918         * src/addr_compl.c
8919         * src/addr_compl.h
8920         * src/addrbook.c
8921         * src/addrbook.h
8922         * src/addressbook.c
8923         * src/addrindex.c
8924         * src/addrindex.h
8925         * src/compose.c
8926         * src/prefs_common.c
8927         * src/prefs_filtering_action.c
8928         * src/prefs_folder_item.c
8929         * src/prefs_template.c
8930         * src/stock_pixmap.c
8931         * src/stock_pixmap.h
8932         * src/pixmaps/addr_one.xpm
8933         * src/pixmaps/addr_two.xpm
8934                 Add auto-completion on groups
8935
8936 2006-09-26 [colin]      2.5.2
8937
8938         * NEWS
8939         * README
8940         * RELEASE_NOTES
8941                 2.5.2 released
8942
8943 2006-09-26 [colin]      2.5.1cvs5
8944
8945         * src/matcher.c
8946                 Fix condition
8947
8948 2006-09-26 [colin]      2.5.1cvs4
8949
8950         * src/mbox.c
8951                 Revert cvs1 (useless as the message is printed 
8952                 every 500 mails)
8953
8954 2006-09-26 [colin]      2.5.1cvs3
8955
8956         * src/partial_download.c
8957                 Fix crasher found by Alexsandar Urosevic
8958
8959 2006-09-26 [colin]      2.5.1cvs2
8960
8961         * src/summaryview.c
8962                 Fix bug #1023 (Sylpheed deletes too much messages)
8963
8964 2006-09-26 [ticho]      2.5.1cvs1
8965
8966         * src/mbox.c
8967                 Make use of gettext's multiple plurals for statusbar
8968                 progress message.
8969
8970 2006-09-25 [paul]       2.5.1
8971
8972         * NEWS
8973         * README
8974         * RELEASE_NOTES
8975                 2.5.1 released
8976
8977 2006-09-25 [colin]      2.5.0cvs3
8978
8979         * src/plugins/bogofilter/bogofilter.c
8980         * src/plugins/clamav/clamav_plugin.c
8981         * src/plugins/spamassassin/spamassassin.c
8982                 BogoFilter, Spamassassin: Fix double hook registering after
8983                 visiting preferences
8984                 Spamassassin, Clamav: Just set the mails to move instead of
8985                 doing the move - caller will move the things at once.
8986
8987 2006-09-25 [colin]      2.5.0cvs2
8988
8989         * src/imap.c
8990         * src/etpan/imap-thread.c
8991                 Use UID SEARCH ALL instead of UID 1:*
8992                 (braindead servers can't figure out that's
8993                 the same...)
8994
8995 2006-09-25 [wwp]        2.5.0cvs1
8996
8997         * src/message_search.c
8998                 Added the ability to stop a running search (in message body).
8999
9000 2006-09-25 [paul]       2.5.0
9001
9002         * NEWS
9003         * README
9004         * RELEASE_NOTES
9005                 2.5.0 released
9006
9007 2006-09-25 [paul]       2.4.0cvs214
9008
9009         * po/cs.po
9010         * po/de.po
9011         * po/fi.po
9012         * po/fr.po
9013         * po/nl.po
9014         * po/pt_BR.po
9015         * po/sk.po
9016         * po/sr.po
9017         * po/zh_CN.po
9018                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9019                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9020                 Ticho, Aleksander Urosevic, Ralgh Young
9021
9022 2006-09-24 [mones]      2.4.0cvs213
9023
9024         * po/es.po
9025                 Updated for release
9026
9027 2006-09-23 [colin]      2.4.0cvs212
9028
9029         * src/gtk/inputdialog.c
9030                 Fix [ ] remember this appearing in normal
9031                 input dialogs after it's been used by
9032                 mimeview.
9033         * src/folder.c
9034         * src/folderview.c
9035         * src/msgcache.c
9036         * src/procmsg.c
9037         * src/summaryview.c
9038         * src/textview.c
9039         * src/common/timing.h
9040                 Enable timings in debug mode and make it
9041                 look prettier.
9042
9043 2006-09-22 [colin]      2.4.0cvs211
9044
9045         * README
9046                 Revert test change
9047         * commitHelper
9048                 ping the correct URI
9049
9050 2006-09-22 [colin]      2.4.0cvs210
9051
9052         * README
9053                 Let's see if bug #1022 is fixed
9054
9055 2006-09-21 [colin]      2.4.0cvs209
9056
9057         * src/wizard.c
9058         * src/common/plugin.c
9059                 Prepare infra to load predefined plugins when
9060                 no configuration existed. Don't actually load
9061                 anything yet (feat. freeze)
9062
9063 2006-09-21 [wwp]        2.4.0cvs208
9064
9065         * manual/fr/faq.xml
9066                 Partial sync w/ 2.4.0cvs72:
9067                 wrap file and minor updates.
9068
9069 2006-09-21 [wwp]        2.4.0cvs207
9070
9071         * tools/fix_date.sh
9072                 several fixes and enhancements. A new --force switch has been
9073                 added to prevent overriding by default Date: header when
9074                 already existing.
9075
9076 2006-09-21 [paul]       2.4.0cvs206
9077
9078         * src/common/utils.c
9079                 add Chinese UTF8 Re prefix
9080
9081 2006-09-21 [wwp]        2.4.0cvs205
9082
9083         * tools/Makefile.am
9084                 Fics alfabettical order.
9085
9086 2006-09-21 [wwp]        2.4.0cvs204
9087
9088         * tools/fix_date.sh
9089         * tools/Makefile.am
9090                 Added an action tool to fix missing Date field in emails.
9091                 Updated Makefile.am to reflect those last two additions.
9092
9093 2006-09-21 [wwp]        2.4.0cvs203
9094
9095         * tools/uuooffice
9096                 Added a action tool to open uuencoded docs w/
9097                 OpenOffice (based on uudec method).
9098
9099 2006-09-21 [colin]      2.4.0cvs202
9100
9101         * src/compose.c
9102         * src/textview.c
9103                 Workaround possible GTK crash: remove selection 
9104                 clipboard before destroying widget, or GTK+-2.10
9105                 dies. Thanks to Hiro.
9106
9107 2006-09-20 [colin]      2.4.0cvs201
9108
9109         * src/compose.c
9110                 Fix free-after-use in some cases (when 
9111                 procmime_encode_content() frees mimeinfo->data.mem
9112                 and turns it to a temp file)
9113
9114 2006-09-20 [colin]      2.4.0cvs200
9115
9116         * src/folderview.c
9117         * src/summaryview.c
9118         * src/gtk/gtksctree.c
9119         * src/gtk/gtksctree.h
9120                 Add tooltips in the folderview and summaryview
9121                 (Doesn't break string freeze as they already
9122                 exist)
9123         * src/toolbar.c
9124                 Put the spam button in the default configuration
9125                 if compiled with bogo plugin too
9126
9127 2006-09-19 [colin]      2.4.0cvs199
9128
9129         * src/summaryview.c
9130         * src/summaryview.h
9131                 Update folder name label on folder rename
9132         * src/prefs_matcher.c
9133         * src/gtk/logwindow.h
9134                 Fix warnings
9135                 Patches by Fabien
9136
9137 2006-09-19 [wwp]        2.4.0cvs198
9138
9139         * src/summary_search.c
9140                 fix can't click forward/backward buttons in the
9141                 search messages.
9142
9143 2006-09-18 [paul]       2.4.0cvs197
9144
9145         * src/wizard.c
9146                 add missing bracket, capitalise the A of
9147                 'SpamAssassin'
9148
9149 2006-09-18 [paul]       2.4.0cvs196
9150
9151         * src/compose.c
9152                 fix bug 1012 'crashed upon sending mail
9153                 from compose window'
9154                 Thanks to Colin
9155
9156 2006-09-16 [colin]      2.4.0cvs195
9157
9158         * src/folderview.c
9159                 Fix "real-time" sorting by freezing/thawing
9160
9161 2006-09-16 [colin]      2.4.0cvs194
9162
9163         * manual/faq.xml
9164                 Fix the anti-spam entry a bit
9165
9166 2006-09-16 [colin]      2.4.0cvs193
9167
9168         * src/wizard.c
9169                 Make sure reviewers have no excuse when stating
9170                 Sylpheed-Claws doesn't have antispam capabilities.
9171
9172 2006-09-16 [colin]      2.4.0cvs192
9173
9174         * src/main.c
9175                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9176                 as if the SIGPIPE comes from etpan's thread we could
9177                 trigger a GUI update from this thread.
9178
9179 2006-09-16 [colin]      2.4.0cvs191
9180
9181         * src/summaryview.c
9182                 Init all members of the struct
9183
9184 2006-09-16 [paul]       2.4.0cvs190
9185
9186         * src/account.c
9187                 improvements to the English
9188
9189 2006-09-15 [colin]      2.4.0cvs189
9190
9191         * src/summaryview.c
9192                 HIG order on dialog
9193
9194 2006-09-14 [colin]      2.4.0cvs188
9195
9196         * src/common/socket.c
9197         * src/common/socket.h
9198         * src/common/ssl.c
9199         * src/common/ssl_certificate.c
9200         * src/common/ssl_certificate.h
9201         * src/etpan/imap-thread.c
9202                 the get_fqdn() call done to get canonical name when
9203                 checking an SSL certificate is blocking, which is
9204                 sad as we just did a non-blocking lookup to connect.
9205                 Fix that by letting the fqdn available to the SockInfo,
9206                 and use that in ssl_certificate_check(). For IMAP,
9207                 we don't do it as the lookup's done by libetpan, but
9208                 it's less annoying as IMAP connections as much more
9209                 rare than POP3 connections.
9210
9211 2006-09-14 [paul]       2.4.0cvs187
9212
9213         * manual/advanced.xml
9214                 improvements to the English,
9215                 properly place the new hidden options
9216                 within the alphabetical order
9217         * src/gtk/pluginwindow.c
9218                 improvements to the English
9219
9220 2006-09-14 [colin]      2.4.0cvs186
9221
9222         * src/prefs_common.c
9223         * src/prefs_common.h
9224         * src/gtk/gtksctree.c
9225         * manual/advanced.xml
9226                 New hidden pref, stripes_color_offset, to change
9227                 the value added/substracted to normal bgcolor to
9228                 create the stripes in summaries
9229
9230 2006-09-13 [colin]      2.4.0cvs185
9231
9232         * src/gedit-print.c
9233         * src/messageview.c
9234         * src/messageview.h
9235         * src/summaryview.c
9236         * src/textview.c
9237                 Fix misc. printing issues: 
9238                 - Bad font for linkified headers
9239                 - Different font if the mail was displayed or not
9240                 - Factorize the thing
9241
9242 2006-09-13 [colin]      2.4.0cvs184
9243
9244         * src/common/ssl_certificate.c
9245                 Only get FQDN once when checking certificate
9246
9247 2006-09-13 [colin]      2.4.0cvs183
9248
9249         * src/account.c
9250         * src/gtk/pluginwindow.c
9251                 Misc. GUI fixes by Fabien
9252
9253 2006-09-13 [wwp]        2.4.0cvs182
9254
9255         * configure.ac
9256         * src/common/utils.h
9257         * src/common/utils.c
9258                 get rid of unused wide-char functions.
9259
9260 2006-09-13 [wwp]        2.4.0cvs181
9261
9262         * src/plugins/pgpinline/sylpheed.def
9263         * src/textview.c
9264                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9265                 add privacy_reset_error to the .def file,
9266                 do not fork for an external textviewer.
9267
9268 2006-09-13 [wwp]        2.4.0cvs180
9269
9270         * src/prefs_common.c
9271                 fix broken font entry in prefs (patch issued by the gpg4win team,
9272                 probably by Marcus Brinkmann <marcus@g10code.de>).
9273
9274 2006-09-13 [colin]      2.4.0cvs179
9275
9276         * src/folder.h
9277                 Fix a warning in summaryview.c
9278         * src/mainwindow.c
9279         * src/summaryview.c
9280         * src/summaryview.h
9281                 Add missing Mark/* elements in the
9282                 main menu
9283
9284 2006-09-12 [colin]      2.4.0cvs178
9285
9286         * src/prefs_actions.c
9287         * src/prefs_filtering_action.c
9288         * src/prefs_matcher.c
9289                 Use (New) instead of New everywhere
9290
9291 2006-09-12 [wwp]        2.4.0cvs177
9292
9293         * manual/fr/addrbook.xml
9294         * manual/fr/handling.xml
9295                 updated some quotes in the fr manual to match the fr translation.
9296
9297 2006-09-12 [wwp]        2.4.0cvs176
9298
9299         * src/prefs_matcher.c
9300                 don't store translated string elements in matcher expressions.
9301                 Also fixed a misused of Q_().
9302
9303 2006-09-11 [wwp]        2.4.0cvs175
9304
9305         * src/plugins//bogofilter/bogofilter.c
9306         * src/plugins//clamav/clamav_plugin.c
9307         * src/plugins//demo/demo.c
9308         * src/plugins//dillo_viewer/dillo_viewer.c
9309         * src/plugins//pgpcore/plugin.c
9310         * src/plugins//pgpinline/plugin.c
9311         * src/plugins//pgpmime/plugin.c
9312         * src/plugins//spamassassin/spamassassin.c
9313                 gettext-ize more strings (mostly plugin error messages).
9314
9315 2006-09-11 [colin]      2.4.0cvs174
9316
9317         * src/alertpanel.c
9318                 Make maximum buffer size bigger to avoid
9319                 truncating translated messages. Patch by
9320                 Fabien
9321
9322 2006-09-11 [colin]      2.4.0cvs173
9323
9324         * src/etpan/imap-thread.c
9325                 Fix compilation on OpenBSD, thanks to 
9326                 Landry
9327
9328 2006-09-10 [wwp]        2.4.0cvs172
9329
9330         * manual/account.xml
9331         * manual/addrbook.xml
9332         * manual/handling.xml
9333         * manual/es/handling.xml
9334         * manual/fr/account.xml
9335         * manual/fr/addrbook.xml
9336         * manual/fr/handling.xml
9337                 documented addressbook matching (condition configuration):
9338                   addrbook.xml, en fr
9339                 documented per-account filtering rules (handling/filtering
9340                   section, account section):
9341                   account.xml, handling.xml, en fr
9342                 slightly updated the handling/searching section to tell few
9343                   words about the extended search ability:
9344                   handling.xml, en fr
9345                 added missing <quote></quotes> to Quick Search:
9346                   handling.xml, en fr es
9347                 fixed a typo (auomatically):
9348                   handling.xml, en
9349                 changes revisited by Paul.
9350
9351 2006-09-10 [paul]       2.4.0cvs171
9352
9353         * src/prefs_actions.c
9354         * src/prefs_filtering.c
9355         * src/prefs_template.c
9356                 adjustments to the gui
9357                 Patch by Fabien Vantard (slightly modified)
9358
9359 2006-09-10 [colin]      2.4.0cvs170
9360
9361         * src/summaryview.c
9362                 Check folderitem/summaryview consistency
9363                 (basically automates Update summary). Fixes
9364                 #1011 (wrong (negative) count on unread 
9365                 messages)
9366
9367 2006-09-10 [colin]      2.4.0cvs169
9368
9369         * src/gtk/gtksctree.c
9370                 Fix recursive expansion via mouse
9371         * src/plugins/bogofilter/bogofilter.c
9372                 Use normal filtering way of moving
9373                 messages (batching), possibly fixing
9374                 bug #1015 (Bogofilter plugin doubles 
9375                 new messages)
9376
9377 2006-09-09 [wwp]        2.4.0cvs168
9378
9379         * src/prefs_filtering.c
9380                 better place for this fix.
9381
9382 2006-09-09 [wwp]        2.4.0cvs167
9383
9384         * src/prefs_filtering.c
9385                 fix a minor bug when the enabled status of a filtering/processing
9386                 rule always got set to TRUE when replacing this rule. That still
9387                 make sense when adding a new rule, but now when replacing, we
9388                 don't override the value of 'enabled'.
9389                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9390                 to prefs_filtering_list_view_get_info() as this function not only
9391                 returns the name, but also the account_id and the enabled status.
9392
9393 2006-09-09 [mones]      2.4.0cvs166
9394
9395         * manual/glossary.xml
9396         * manual/plugins.xml
9397                 Minor format corrections
9398         * manual/gpl.xml
9399                 Fix misplaced NO WARRANTY section
9400         * manual/es/advanced.xml
9401         * manual/es/faq.xml
9402         * manual/es/glossary.xml
9403         * manual/es/gpl.xml
9404         * manual/es/handling.xml
9405         * manual/es/plugins.xml
9406         * manual/es/starting.xml
9407                 Incorporate changes from English version
9408         * manual/fr/ack.xml
9409         * manual/pl/ack.xml
9410         * manual/es/ack.xml
9411                 Fix address, (add translation credits in es version)
9412         * po/es.po
9413                 Updated translation
9414
9415 2006-09-09 [wwp]        2.4.0cvs165
9416
9417         * src/prefs_filtering.c
9418                 fix a crash when opening filtering prefs, if matcherrc file contains
9419                 broken data (non-existing account id, which is theoretically not
9420                 possible).
9421
9422 2006-09-08 [colin]      2.4.0cvs164
9423
9424         * src/folder.c
9425                 Wrong assert, make it an if()
9426         * src/gtk/gtksctree.c
9427                 Fix bug #1013 (expand selected thread 
9428                 tree) - expanding is now recursive
9429
9430 2006-09-07 [wwp]        2.4.0cvs163
9431
9432         * src/prefs_matcher.c
9433                 make better sentences about addressbook matching in the
9434                 matcher prefs. This should make translators' work easier
9435                 too.
9436
9437 2006-09-07 [wwp]        2.4.0cvs162
9438
9439         * src/prefs_filtering.c
9440                 code simplification (get rid of dup var. assignment).
9441
9442 2006-09-07 [wwp]        2.4.0cvs161
9443
9444         * src/summaryview.c
9445                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9446                 <fzzzzz@gmail.com>.
9447
9448 2006-09-07 [paul]       2.4.0cvs160
9449
9450         * src/mimeview.c
9451                 fix compilation warnings
9452                 Thanks to Colin
9453
9454 2006-09-07 [paul]       2.4.0cvs159
9455
9456         * src/mimeview.c
9457                 select the mimepart icon when
9458                 displaying as text
9459                 Thanks to Colin
9460
9461 2006-09-06 [paul]       2.4.0cvs158
9462
9463         * src/prefs_filtering.c
9464                 fix labels and table element spacing
9465                 Patch by Fabien Vantard
9466
9467 2006-09-06 [paul]
9468
9469         2.5.0-rc3 released
9470
9471 2006-09-06 [paul]       2.4.0cvs157
9472
9473         * manual/es/advanced.xml
9474                 fix typo
9475
9476 2006-09-06 [wwp]        2.4.0cvs156
9477
9478         * src/mainwindow.c
9479                 fix an dup launch issue when iconified, thanks to Colin.
9480
9481 2006-09-06 [wwp]        2.4.0cvs155
9482
9483         * src/gtk//gtksctree.h
9484                 oops, forgot that one!
9485
9486 2006-09-06 [wwp]        2.4.0cvs154
9487
9488         * manual/pl/advanced.xml
9489         * manual/advanced.xml
9490         * manual/es/advanced.xml
9491         * manual/fr/advanced.xml
9492         * src/prefs_customheader.c
9493         * src/prefs_filtering_action.c
9494         * src/foldersel.c
9495         * src/prefs_summaries.c
9496         * src/prefs_filtering.c
9497         * src/account.c
9498         * src/compose.c
9499         * src/prefs_summary_column.c
9500         * src/addr_compl.c
9501         * src/prefs_actions.c
9502         * src/prefs_folder_column.c
9503         * src/ssl_manager.c
9504         * src/prefs_template.c
9505         * src/prefs_display_header.c
9506         * src/prefs_common.h
9507         * src/prefs_matcher.c
9508         * src/prefs_common.c
9509         * src/prefs_toolbar.c
9510         * src/summaryview.c
9511         * src/folderview.c
9512         * src/gtk/gtksctree.c
9513         * src/gtk/pluginwindow.c
9514         * src/gtk/progressdialog.c
9515         * src/gtk/prefswindow.c
9516                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9517                 to make its meaning more obvious (all versions of the manual reflect
9518                 the change).
9519                 added an extra hidden option use_stripes_in_summary to allow
9520                 discarding these stripes in mainwindow's folder and message lists;
9521                 en and fr manuals only are OK towards this.
9522
9523 2006-09-06 [colin]      2.4.0cvs153
9524
9525         * src/textview.c
9526                 Hide Sylpheed-Claws' internal queue headers
9527                 when showing all headers. They'll be present
9528                 only in Source window.
9529
9530 2006-09-05 [colin]      2.4.0cvs152
9531
9532         * src/plugins/trayicon/trayicon.c
9533                 Fix crash at exit - we have to disconnect
9534                 our handlers
9535         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9536                 Update eggtrayicon - patch adapted from a
9537                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9538                 on Sylpheed's ML
9539
9540 2006-09-05 [colin]      2.4.0cvs151
9541
9542         * src/mainwindow.c
9543         * src/gtk/logwindow.c
9544                 Fix race condition when something writes
9545                 to the log too soon during init. Thanks
9546                 to Fabien Vantard
9547
9548 2006-09-05 [colin]      2.4.0cvs150
9549
9550         * src/mimeview.c
9551                 Don't select part on right-click either
9552
9553 2006-09-05 [paul]       2.4.0cvs149
9554
9555         * src/mimeview.c
9556                 completion of previous commit
9557                 Thanks to Colin
9558
9559 2006-09-05 [colin]      2.4.0cvs148
9560
9561         * src/mimeview.c
9562                 Don't force selection on middle-click, just open
9563
9564 2006-09-04 [colin]      2.4.0cvs147
9565
9566         * src/mimeview.c
9567                 Looks like gtk_notebook_set_current_page()
9568                 sometimes steals focus, and this annoys us
9569                 in MimeViewers as it renders navigation
9570                 keys useless. Take back focus after switching
9571                 pages.
9572
9573 2006-09-04 [colin]      2.4.0cvs146
9574
9575         * src/messageview.c
9576                 Set stop_loading when clicking on Next
9577                 during load. Don't add a callback to 
9578                 avoid over-complicating things.
9579
9580 2006-09-04 [colin]      2.4.0cvs145
9581
9582         * src/mimeview.c
9583         * src/messageview.c
9584                 Fix multiple loads in separate messageview
9585
9586 2006-09-04 [colin]      2.4.0cvs144
9587
9588         * src/summaryview.c
9589                 Let navigation keys be handled during 
9590                 load
9591
9592 2006-09-04 [colin]      2.4.0cvs143
9593
9594         * src/messageview.c
9595         * src/summaryview.c
9596         * src/textview.c
9597         * src/textview.h
9598                 Make loading of huge mails (lots of text and/or
9599                 images) cancellable, so the GUI doesn't block 
9600
9601 2006-09-04 [colin]      2.4.0cvs142
9602
9603         * src/plugins/trayicon/trayicon.c
9604                 Fix annoyance when removing a folder with 
9605                 unread mails: trayicon didn't update
9606
9607 2006-09-04 [paul]       2.4.0cvs141
9608
9609         * src/gtk/icon_legend.c
9610                 straighten up columns
9611                 Patch by Fabien Vantard
9612
9613 2006-09-04 [wwp]        2.4.0cvs140
9614
9615         * src/prefs_filtering.c
9616                 fix new line's account name in filtering prefs:
9617                 was "All", is now "(New)".
9618
9619 2006-09-04 [paul]       2.4.0cvs139
9620
9621         * tools/make.themes.project
9622                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9623                 instead of homebrewed "make release"
9624
9625 2006-09-03 [colin]      2.4.0cvs138
9626
9627         * src/folderview.c
9628                 Fix bug #1007 (Wrong folder highlighted)
9629
9630 2006-09-03 [colin]      2.4.0cvs137
9631
9632         * src/compose.c
9633                 Don't set Newsgroup: header to a mail folder
9634                 path
9635
9636 2006-09-03 [paul]       2.4.0cvs136
9637
9638         * src/prefs_other.c
9639         * src/prefs_spelling.c
9640                 unify the gui
9641
9642 2006-09-03 [paul]       2.4.0cvs135
9643
9644         * src/prefs_summaries.c
9645                 correct menu item text in prefs_keybind_apply_clicked()
9646
9647 2006-09-03 [paul]       2.4.0cvs134
9648
9649         * manual/advanced.xml
9650                 some improvements to the descriptions
9651         * src/mainwindow.c
9652         * src/messageview.c
9653         * src/summaryview.c
9654         * src/gtk/menu.c
9655                 fix menu sensitivity issues
9656         * src/prefs_message.c
9657                 drop the useless word 'short'
9658         * src/prefs_other.c
9659                 add the word 'lines' indicating log length
9660                 is a measure of lines
9661         * src/textview.c
9662                 fix compilation warnings
9663
9664 2006-09-02 [colin]      2.4.0cvs133
9665
9666         * src/messageview.c
9667                 Display a special return-receipt message
9668                 if the message is from the user
9669         * src/summaryview.c
9670                 Fix missing freeze of the list when marking
9671                 all read and unthreading for exec. Thanks
9672                 to Stephan Sachse.
9673
9674 2006-09-02 [paul]       2.4.0cvs132
9675
9676         * src/mainwindow.c
9677         * src/prefs_message.c
9678         * src/summaryview.c
9679                 fix some english
9680
9681 2006-09-02 [wwp]        2.4.0cvs131
9682
9683         * src/prefs_filtering.c
9684                 added an account name column to the filtering rules
9685                 dialog.
9686
9687 2006-09-02 [colin]      2.4.0cvs130
9688
9689         * src/gtk/logwindow.c
9690         * src/gtk/logwindow.h
9691                 Block scrolling if we're not at the end
9692                 of the log
9693
9694 2006-09-02 [colin]      2.4.0cvs129
9695
9696         * src/folder.c
9697                 Make sure account-specific rules can't
9698                 be used in {pre-,post-,}processing
9699         * src/mainwindow.c
9700         * src/gtk/logwindow.c
9701         * src/gtk/logwindow.h
9702                 Jump to last error when clicking on the
9703                 warning icon
9704
9705 2006-09-02 [colin]      2.4.0cvs128
9706
9707         * src/imap.c
9708         * src/import.c
9709         * src/mainwindow.c
9710         * src/mainwindow.h
9711                 Fix warning icon
9712         * src/inc.c
9713         * src/mbox.c
9714         * src/mbox.h
9715                 Let proc_mbox know its account, for
9716                 account-specific rules
9717
9718 2006-09-01 [colin]      2.4.0cvs127
9719
9720         * src/codeconv.c
9721                 Don't uselessly use iconv to convert from
9722                 us-ascii
9723         * src/alertpanel.c
9724         * src/mainwindow.c
9725         * src/mainwindow.h
9726         * src/inc.c
9727                 Fix certain log cases, disable warning icon
9728                 for now, the correct way to display it when
9729                 necessary and only when necessary is probably
9730                 to do it manually rather than use error logs
9731         * src/etpan/imap-thread.c
9732                 Clean up UID logging a bit
9733         * src/gtk/logwindow.c
9734         * src/gtk/logwindow.h
9735                 Make logging faster when the window's closed
9736
9737 2006-09-01 [wwp]        2.4.0cvs126
9738
9739         * manual/fr/account.xml
9740                 reflect changes to the ref. manual (parts of cvs72):
9741                 fix tabnames and quotes.
9742
9743 2006-09-01 [wwp]        2.4.0cvs125
9744
9745         * manual/fr/plugins.xml
9746                 reflect changes to the reference manual (cvs42):
9747                 update IRC channel info.
9748
9749 2006-09-01 [wwp]        2.4.0cvs124
9750
9751         * commitHelper
9752                 use CVSEDITOR env. var. if set, according to `man cvs`.
9753
9754 2006-09-01 [wwp]        2.4.0cvs123
9755
9756         * manual/advanced.xml
9757                 better sentence again (thanks to Paul).
9758
9759 2006-09-01 [wwp]        2.4.0cvs122
9760
9761         * manual/advanced.xml
9762         fix definition of toolbar_detachable and rework a bit the one of
9763         enable_dotted_lines.
9764
9765 2006-09-01 [mones]      2.4.0cvs121
9766
9767         * manual/advanced.xml
9768                 Document enable_dotted_lines
9769
9770 2006-09-01 [paul]       2.4.0cvs120
9771
9772         * src/folderview.c
9773         * src/folderview.h
9774         * src/imap.c
9775         * src/mainwindow.c
9776         * src/summaryview.c
9777                 obey the 'When entering folder...' option
9778                 when using the /View/Go to/... menu items
9779                 Thanks to Colin
9780
9781 2006-08-31 [colin]      2.4.0cvs119
9782
9783         * src/folderview.c
9784                 Revert 2.4.0cvs116, wrong fix.
9785
9786 2006-08-31 [colin]      2.4.0cvs118
9787
9788         * src/gtk/gtksctree.c
9789                 Better state the various copyrights
9790
9791 2006-08-31 [colin]      2.4.0cvs117
9792
9793         * src/prefs_common.c
9794                 fix enable_dotted_lines
9795
9796 2006-08-31 [colin]      2.4.0cvs116
9797
9798         * src/folderview.c
9799                 Use pref "Always open on select" when going
9800                 to next unread folder
9801         * src/gtk/gtksctree.c
9802                 Fix link failure to _gtk_clist_create_cell_layout
9803                 on certain computers. (Why not mine, I wonder)
9804
9805 2006-08-31 [colin]      2.4.0cvs115
9806
9807         * src/procmsg.c
9808         * src/textview.c
9809         * src/plugins/bogofilter/bogofilter.c
9810         * src/plugins/spamassassin/spamassassin.c
9811                 Requalify some "errors" to warnings
9812         * src/mainwindow.c
9813         * src/mainwindow.h
9814         * src/statusbar.c
9815                 Add an icon in the statusbar to notify
9816                 of errors
9817         * src/gtk/gtksctree.c
9818         * src/folderview.c
9819         * src/summaryview.c
9820                 Make the GtkSCTree look more modern by
9821                 alternating background lines
9822         * src/prefs_common.c
9823         * src/prefs_common.h
9824                 Add a pref to let people have the old
9825                 way if they prefer
9826
9827
9828 2006-08-30 [colin]      2.4.0cvs114
9829
9830         * src/procmsg.c
9831         * src/procmsg.h
9832                 Provide a way to filter a list of
9833                 messages in an optimised manner, and
9834                 add a list-filtering hook
9835         * src/folder.c
9836         * src/inc.c
9837         * src/mbox.c
9838                 Use the list filtering
9839         * src/plugins/bogofilter/bogofilter.c
9840                 Use the list-filtering hook
9841                 Use -b (bulk) mode for more speed
9842                 when learning and filtering
9843         * src/etpan/imap-thread.c
9844                 Make log output shorter in UID SEARCH
9845
9846
9847 2006-08-30 [colin]      2.4.0cvs113
9848
9849         * src/plugins/bogofilter/bogofilter.c
9850                 Really fast mass learning - thanks to David
9851                 Relson for the options explanations :)
9852
9853 2006-08-30 [colin]      2.4.0cvs112
9854
9855         * src/msgcache.c
9856                 Fix compilation on FreeBSD. Thanks
9857                 to Michael Hugues
9858
9859 2006-08-29 [colin]      2.4.0cvs111
9860
9861         * src/folderview.c
9862                 Handle "popup_menu" signal (for popping the 
9863                 menu via the keyboard)
9864         * src/mimeview.c
9865         * src/mimeview.h
9866         * src/summaryview.c
9867         * src/textview.c
9868         * src/gtk/gtkutils.c
9869         * src/gtk/gtkutils.h
9870                 Factorize scrolling code, and add an API 
9871                 for MimeViewers to handle scroll orders
9872
9873 2006-08-29 [wwp]        2.4.0cvs110
9874
9875         * src/plugins//bogofilter/bogofilter.c
9876         * src/plugins//spamassassin/spamassassin.c
9877                 make the bogofilter/spamassassin filtering error dialogs at
9878         incorporation obey to the "don't popup error dialog on
9879         receive error" option. If disabled, feed the log window w/
9880         the error message.
9881
9882 2006-08-29 [paul]
9883
9884         2.5.0-rc2 released
9885
9886 2006-08-29 [paul]       2.4.0cvs109
9887
9888         * Makefile.am
9889                 remove 'make release', it's not needed
9890                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9891
9892 2006-08-29 [paul]       2.4.0cvs108
9893
9894         * src/foldersel.c
9895         * src/summary_search.c
9896         * src/gtk/progressdialog.c
9897         * src/plugins/pgpcore/passphrase.c
9898                 replace deprecated gtk_window_set_policy()
9899
9900 2006-08-29 [colin]      2.4.0cvs107
9901
9902         * src/folder.c
9903                 Fix data loss when copy fails during a move:
9904                 only use fast remove_msgs if everything was
9905                 copied OK; else use slow remove_msg on the
9906                 mails that got copied only.
9907
9908 2006-08-28 [paul]       2.4.0cvs106
9909
9910         * src/mh.c
9911                 revert change in 2.4.0cvs104, it breaks
9912                 stuff
9913
9914 2006-08-28 [paul]       2.4.0cvs105
9915
9916         * src/plugins/spamassassin/spamassassin.c
9917                 english fix
9918
9919 2006-08-28 [paul]       2.4.0cvs104
9920
9921         * src/mh.c
9922                 fix data loss when moving to another
9923                 mailbox fails
9924         * src/prefs_spelling.c
9925                 improve the english
9926         * src/gtk/pluginwindow.c
9927                 improve the layout of the dialog text
9928         All thanks to Colin
9929
9930 2006-08-28 [paul]       2.4.0cvs103
9931
9932         * src/plugins/bogofilter/bogofilter.c
9933         * src/plugins/bogofilter/bogofilter_gtk.c
9934                 fix english up a bit, innit
9935
9936 2006-08-28 [paul]       2.4.0cvs102
9937
9938         * configure.ac
9939         * po/Makefile.in.in
9940         * po/Makevars
9941                 require autoconf 2.60, enabling building
9942                 with gettext 0.15 (gettext 0.14.x build still
9943                 possible). Replace Makefiles with versions
9944                 from gettext 0.15.
9945                 Remove configure options --with-localedir and
9946                 --with-mandir. The options that are provided
9947                 directly by autoconf 2.60 can be used instead:
9948                 --mandir --localedir
9949
9950 2006-08-27 [colin]      2.4.0cvs101
9951
9952         * src/plugins/bogofilter/Makefile.am
9953                 Fix make dist (no README)
9954
9955 2006-08-27 [colin]      2.4.0cvs100
9956
9957         * src/folder.c
9958                 Don't use F_UNKNOWN folders for any default
9959                 outbox/trash/etc
9960         * src/plugins/bogofilter/bogofilter.c
9961         * src/plugins/bogofilter/bogofilter.h
9962         * src/plugins/bogofilter/bogofilter_gtk.c
9963                 Add an option to specify the path to bogofilter
9964                 Use single-quotes to be able to learn in folders
9965                 with spaces in their names
9966                 Verify learning status
9967
9968 2006-08-27 [colin]      2.4.0cvs99
9969
9970         * manual/faq.xml
9971         * manual/plugins.xml
9972                 Document Bogofilter plugin
9973
9974 2006-08-27 [colin]      2.4.0cvs98
9975
9976         * src/compose.c
9977         * src/messageview.c
9978         * src/procmsg.c
9979         * src/procmsg.h
9980                 When possible, copy the queued mail to sent folder
9981                 instead of re-adding. Much faster on IMAP.
9982
9983 2006-08-27 [colin]      2.4.0cvs97
9984
9985         * src/msgcache.c
9986                 Disable mmaped caches - huge metadata loss
9987                 here after a power failure.
9988         * src/summaryview.c
9989                 Add quicksearch timing
9990         * src/common/plugin.c
9991         * src/common/plugin.h
9992                 Implement an interface to tell what plugins
9993                 provide. Prevent loading of similar plugins.
9994         * src/plugins/clamav/clamav_plugin.c
9995         * src/plugins/demo/demo.c
9996         * src/plugins/dillo_viewer/dillo_viewer.c
9997         * src/plugins/pgpcore/plugin.c
9998         * src/plugins/pgpinline/pgpinline.c
9999         * src/plugins/pgpmime/pgpmime.c
10000         * src/plugins/spamassassin/spamassassin.c
10001         * src/plugins/trayicon/trayicon.c
10002                 Implement plugin_provides()
10003
10004 2006-08-27 [colin]      2.4.0cvs96
10005
10006         * configure.ac
10007         * src/plugins/Makefile.am
10008         * src/plugins/bogofilter/.cvsignore
10009         * src/plugins/bogofilter/Makefile.am
10010         * src/plugins/bogofilter/bogofilter.c
10011         * src/plugins/bogofilter/bogofilter.h
10012         * src/plugins/bogofilter/bogofilter_gtk.c
10013                 New Bogofilter plugin, provides filtering and
10014                 learning. Spamassassin will go to extra plugins.
10015
10016 2006-08-26 [mones]      2.4.0cvs95
10017
10018         * manual/handling.xml
10019                 Fix subfolder path in the example (thanks to Paul) 
10020
10021 2006-08-26 [mones]      2.4.0cvs94
10022
10023         * manual/glossary.xml
10024                 2.2. + add ISP to the glossary
10025                 7.5. + Add UIDL to glossary
10026                 7.7. + Add TCP to glossary
10027         * manual/handling.xml
10028                 7.1. + Mentions GNU/Linux distribution, what about the non...
10029                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10030                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10031                 7.4. = Use appropriate quotation for commands
10032                 7.6. = change "" to <quote></quote>
10033         * manual/plugins.xml
10034                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10035         * manual/starting.xml
10036                 2.1. + local mbox file: some examples of mbox file locations...
10037                 Also reformatted files requiring it
10038
10039 2006-08-26 [wwp]        2.4.0cvs93
10040
10041         * src/summary_search.c
10042                 disable find buttons while summary search is running.
10043
10044 2006-08-25 [colin]      2.4.0cvs92
10045
10046         * src/folder.c
10047         * src/folderutils.c
10048         * src/mh.c
10049         * src/procmsg.h
10050         * src/summaryview.c
10051                 Speed up MH moving, and add progressbar
10052                 for MH deletion
10053         * src/msgcache.c
10054                 Write cache files using mmap() too
10055
10056 2006-08-25 [wwp]        2.4.0cvs91
10057
10058         * src/summaryview.c
10059                 switch spam<->ham button when a message has been marked as spam or ham
10060                 and is still selected. Thanks to Colin.
10061
10062 2006-08-25 [paul]       2.4.0cvs90
10063
10064         * src/Makefile.am
10065         * src/stock_pixmap.c
10066         * src/stock_pixmap.h
10067         * src/summaryview.c
10068         * src/gtk/icon_legend.c
10069         * src/pixmaps/copied.xpm
10070         * src/pixmaps/moved.xpm
10071                 add icons for delayed execution marked for
10072                 copying, marked for moving
10073
10074 2006-08-25 [mones]      2.4.0cvs89
10075
10076         * manual/glossary.xml
10077                 Fix the other glossary items:
10078                 5.1. = Inmmediate execution -> <quote>immediate execution...
10079                 5.2. = Fix MBOX capitalization -> Mbox
10080                 5.3. + Improve Plugins def. w/ tech. ref.
10081                 5.4. = Quotation -> replace '>' by <quote>></quote>
10082                 5.5. - SMTP Server. -> remove dot
10083         * po/es.po
10084                 Updated translation
10085
10086 2006-08-25 [mones]      2.4.0cvs88
10087
10088         * manual/ack.xml
10089                 Reformatted, changed email address
10090         * manual/glossary.xml
10091                 Reformatted, fixed MANUAL-TODO items:
10092                 8.2. + add ROT-13 to glossary
10093                 8.4. + add URL to glossary
10094         * manual/es/advanced.xml
10095                 Fixed <literal>s
10096
10097 2006-08-25 [paul]       2.4.0cvs87
10098
10099         * src/gtk/icon_legend.c
10100                 add 'marked for deletion' icon
10101                 arrange icons by containing column
10102                 wrap long label text
10103
10104 2006-08-25 [colin]      2.4.0cvs86
10105
10106         * src/common/utils.c
10107         * src/common/utils.h
10108                 Add the sc_g_*list_bigger functions in
10109                 a place everyone can use it
10110         * src/summaryview.c
10111                 Only freeze/thaw the list when working
10112                 on the selection, if it's bigger than 1
10113         * src/gtk/gtksctree.c
10114                 Only freeze/thaw the list when unselec-
10115                 ting 'all' if ('all' != 1)
10116                 This avoids some flickering
10117
10118 2006-08-24 [colin]      2.4.0cvs85
10119
10120         * src/addressbook.c
10121                 Fix strange list selection
10122                 Fix random seg (Invalid read of freed memory)
10123
10124 2006-08-24 [colin]      2.4.0cvs84
10125
10126         * src/alertpanel.c
10127         * src/gtk/inputdialog.c
10128         * src/plugins/pgpcore/passphrase.c
10129                 Revert minimal width patch of 2.4.0cvs67,
10130                 as it is also a maximal width. Use 
10131                 gtk_window_set_default_size instead.
10132
10133 2006-08-24 [colin]      2.4.0cvs83
10134
10135         * src/msgcache.c
10136                 Write cache/mark to temp files before
10137                 overwriting old ones (avoids metadata
10138                 loss if writing the new files fail).
10139                 Use mmap() to read cache/mark file, as
10140                 this makes cache reading faster. Dis-
10141                 abled for big-endian machines until it
10142                 can be tested. (Big-endian users: set
10143                 msgcache_use_mmap = TRUE in the relevant
10144                 #if).
10145         * src/procmsg.h
10146                 Move rarely used fields of MsgInfo in 
10147                 another structure, which will only be
10148                 allocated if needed. Face, X-Face,
10149                 Return receipt headers and List-*
10150                 headers are moved. Mails having none
10151                 of these occupy 52 bytes less with
10152                 this patch, which makes 2.5MB of RAM
10153                 saved on a 50k folder).
10154         * src/headerview.c
10155         * src/mainwindow.c
10156         * src/messageview.c
10157         * src/partial_download.c
10158         * src/procheader.c
10159         * src/procmsg.c
10160         * src/textview.c
10161                 Follow this structure change.
10162
10163 2006-08-24 [wwp]        2.4.0cvs82
10164
10165         * manual/es/.cvsignore
10166         * manual/es/dist/.cvsignore
10167         * manual/es/dist/html/.cvsignore
10168         * manual/es/dist/pdf/.cvsignore
10169         * manual/es/dist/ps/.cvsignore
10170         * manual/es/dist/txt/.cvsignore
10171                 more (generated) files to ignore.
10172
10173 2006-08-24 [colin]      2.4.0cvs81
10174
10175         * src/folder.c
10176         * src/mh.c
10177                 Fix possible problems with local delivery. Check the folder doesn't
10178                 need scan before setting its mtime when saving cache (which can be
10179                 done long after the folder's been modified by an external process);
10180                 Check that the stored item's mtime didn't change in mh functions.
10181
10182 2006-08-24 [mones]      2.4.0cvs80
10183
10184         * manual/advanced.xml
10185                 Rewrapping, some fixes and MANUAL-TODO items:
10186                 8.1. = change "" to <quote></quote>
10187                 8.3. = quote menu items
10188                 8.5. - deploying -> new user ... ideally a new user (redundant)
10189
10190 2006-08-23 [colin]      2.4.0cvs79
10191
10192         * src/gtk/gtksctree.c
10193                 When selecting or deselecting range, only
10194                 freeze/thaw when selection is bigger than 10
10195
10196 2006-08-23 [colin]      2.4.0cvs78
10197
10198         * src/messageview.c
10199         * src/mimeview.c
10200         * src/mimeview.h
10201         * src/plugins/dillo_viewer/dillo_viewer.c
10202                 Provide an API for MimeViewer plugins to
10203                 return a text selection for replying
10204
10205 2006-08-23 [colin]      2.4.0cvs77
10206
10207         * src/image_viewer.c
10208         * src/textview.c
10209                 Use gtk_pixbuf_new_from_file_at_scale(), which
10210                 is faster than getting the pixbuf then resizing
10211                 it.
10212
10213 2006-08-23 [colin]      2.4.0cvs76
10214
10215         * src/procmime.c
10216                 UTF-8 should be sent Quoted-printable
10217
10218 2006-08-22 [colin]      2.4.0cvs75
10219
10220         * src/mh.c
10221                 Check if scan is required before touching
10222                 the folder (or it'll be required every time)
10223
10224 2006-08-22 [colin]      2.4.0cvs74
10225
10226         * configure.ac
10227                 Require libetpan 0.46 (crasher fix when built
10228                 against gnutls)
10229
10230 2006-08-22 [colin]      2.4.0cvs73
10231
10232         * src/folder.c
10233                 Set folder's mtime after writing its
10234                 cache
10235         * src/folderview.c
10236                 Add some timing
10237         * src/procmsg.c
10238                 Don't do useless stuff if we don't 
10239                 thread by subject
10240         * src/summaryview.c
10241                 Add some timing, don't deselect prior
10242                 to selecting (gtksctree does it itself),
10243                 remove crash avoidance hacks as it's been
10244                 properly fixed since a while
10245         * src/common/utils.c
10246                 Optimize to_human_readable(): _() is slow,
10247                 do it only once, and avoid %f format for KB
10248                 (the most common in a summaryview)
10249         * src/gtk/gtksctree.c
10250                 Don't uselessly freeze/thaw (fixes flicker
10251                 on next unread and friends), reduce number
10252                 of g_list_nth/g_list_position where possible
10253         * src/gtk/gtkutils.c
10254         * src/gtk/gtkutils.h
10255                 Reduce number of g_list_nth/g_list_position
10256                 where possible.
10257                 All of this makes loading as 70k folder 2.1
10258                 seconds instead of 3.2 (with hot FS caches).
10259                 (1.3 seconds without Date and Size columns...)
10260
10261 2006-08-22 [paul]       2.4.0cvs72
10262
10263         wrap documents and do some items from mones' MANUAL-TODO:
10264
10265         * manual/account.xml
10266                 4.1. = fix tabname references to <quote>tabname</quote>
10267                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10268         * manual/faq.xml
10269                 1.1. = mentioned options don't match UI
10270                 Add information about the 'Never send Return Receipts'
10271                 option
10272         * manual/handling.xml
10273                 6.2. = Mentions Extended symbols button, but now is
10274                 named Information
10275                 6.3. = Mentions ... button, which is now Edit
10276
10277 2006-08-22 [colin]      2.4.0cvs71
10278
10279         * src/gtk/pluginwindow.c
10280                 Fix layout in verbose translations (such
10281                 as french)
10282
10283 2006-08-22 [paul]       2.4.0cvs70
10284
10285         * manual/Makefile.am
10286                 build manuals in alphabetical order
10287         * src/addressbook.c
10288         * src/prefs_themes.c
10289                 replace/remove deprecated symbols
10290         * src/gtk/gtkutils.c
10291                 fix a warning
10292         * src/gtk/pluginwindow.c
10293                 replace deprecated symbol
10294                 replace label text and move it
10295         * src/plugins/pgpcore/prefs_gpg.c
10296                 move the 'Generate...' button out of the
10297                 Sign Key frame, replace the English used
10298         * src/plugins/pgpcore/sgpgme.c
10299                 fixes to the English
10300
10301 2006-08-21 [colin]      2.4.0cvs69
10302
10303         * src/plugins/trayicon/trayicon.c
10304                 Add more strings for translation; patch
10305                 by Pawel
10306
10307 2006-08-21 [colin]      2.4.0cvs68
10308
10309         * src/compose.c
10310                 fix replied flag not set after drafting
10311         * src/matcher.c
10312                 fix body quicksearch in non-encoded bodies
10313                 containing '='
10314         * src/msgcache.c
10315                 Get rid of the g_malloc workaround for
10316                 corrupted caches, use g_try_malloc
10317
10318 2006-08-21 [colin]      2.4.0cvs67
10319
10320         * src/alertpanel.c
10321         * src/gtk/inputdialog.c
10322         * src/plugins/pgpcore/passphrase.c
10323                 Set minimal width to 375
10324         * src/mainwindow.c
10325                 Fix switching to offline, asking if it 
10326                 should be overriden for synchronising
10327         * src/mimeview.c
10328                 Don't offer to remember command on Open 
10329                 with for text parts, as the browser or 
10330                 text editor command isn't changed from 
10331                 there
10332
10333 2006-08-20 [paul]       2.4.0cvs66
10334
10335         * po/ko.po
10336         * po/zh_CN.po
10337                 fix plural form errors. revealed by stricter
10338                 checking of gettext 0.15
10339
10340 2006-08-18 [paul]       2.4.0cvs65
10341
10342         * src/stock_pixmap.c
10343                 fix the fix of 2.4.0cvs64
10344                 Thanks to Colin
10345
10346 2006-08-18 [paul]       2.4.0cvs64
10347
10348         * src/stock_pixmap.c
10349                 fix leaks
10350                 Thanks to Colin
10351
10352 2006-08-18 [paul]       2.4.0cvs63
10353
10354         * src/compose.c
10355         * src/procmsg.c
10356                 fix occasional IMAP bug where large msgs
10357                 were left in the queue folder after sending
10358                 Thanks to Colin
10359
10360 2006-08-18 [paul]       2.4.0cvs62
10361
10362         * src/folderview.c
10363                 freeze the summaryview while quicksearch results
10364                 are displayed
10365                 (fixes bug 456 'current message is hidden when the
10366                 view is refreshed and extended search is "unread 
10367                 messages"')
10368                 Thanks to Colin
10369         * src/textview.c
10370                 add missing #include "inputdialog.h"
10371         * src/common/utils.h
10372                 add missing mailcap_update_default() and improve
10373                 readability
10374
10375 2006-08-17 [colin]      2.4.0cvs61
10376
10377         * src/plugins/pgpcore/select-keys.c
10378                 Fix warnings :)
10379
10380 2006-08-17 [colin]      2.4.0cvs60
10381
10382         * src/compose.c
10383                 Don't continue queuing if Cancel is clicked
10384                 in select-keys
10385
10386 2006-08-17 [colin]      2.4.0cvs59
10387
10388         * src/plugins/pgpcore/select-keys.c
10389                 When encrypting, if only one key matches and it 
10390                 matches exactly, automatically use it.
10391
10392 2006-08-17 [colin]      2.4.0cvs58
10393
10394         * src/mimeview.c
10395         * src/prefs_common.c
10396         * src/prefs_common.h
10397         * src/prefs_ext_prog.c
10398         * src/textview.c
10399                 Fix issues with previous patch (text/html)
10400                 Remove outdated prefs
10401
10402 2006-08-17 [colin]      2.4.0cvs57
10403
10404         * src/imap.c
10405                 Add View Log button on auth error
10406         * src/procmsg.c
10407                 Fix encrypted mail marked as new when
10408                 saved in normal folders
10409         * src/plugins/pgpinline/pgpinline.c
10410                 Fix encrypt bug on IMAP
10411         * src/mimeview.c
10412         * src/common/utils.c
10413         * src/common/utils.h
10414         * src/gtk/inputdialog.c
10415         * src/gtk/inputdialog.h
10416                 Get rid of metamail stuff, simplify
10417                 opening, and allow remembering of user's
10418                 choices (by updating ~/.mailcap). There's
10419                 still to drop "Audio player" and "Image
10420                 viewer" preferences.
10421
10422 2006-08-17 [mones]      2.4.0cvs56
10423
10424         * manual/es/sylpheed-claws-manual.xml
10425                 fix DTD path
10426
10427 2006-08-17 [mones]      2.4.0cvs55
10428
10429         * configure.ac
10430         * manual/Makefile.am
10431         * manual/es/Makefile.am
10432         * manual/es/account.xml
10433         * manual/es/ack.xml
10434         * manual/es/addrbook.xml
10435         * manual/es/advanced.xml
10436         * manual/es/faq.xml
10437         * manual/es/glossary.xml
10438         * manual/es/gpl.xml
10439         * manual/es/handling.xml
10440         * manual/es/intro.xml
10441         * manual/es/keyboard.xml
10442         * manual/es/plugins.xml
10443         * manual/es/starting.xml
10444         * manual/es/sylpheed-claws-manual.xml
10445         * manual/es/dist/Makefile.am
10446         * manual/es/dist/html/Makefile.am
10447         * manual/es/dist/pdf/Makefile.am
10448         * manual/es/dist/ps/Makefile.am
10449         * manual/es/dist/txt/Makefile.am
10450                 Spanish translation for the manual
10451
10452 2006-08-16 [colin]      2.4.0cvs54
10453
10454         * src/compose.c
10455         * src/main.c
10456         * src/mainwindow.c
10457                 Fix send button sensitivity at startup
10458                 Set send menu sensitivity (patch by Fabien)
10459         * src/ssl_manager.c
10460                 Enable closing with esc (patch by Fabien)
10461         * src/gtk/foldersort.c
10462                 Enable closing with esc (patch by Fabien)
10463         * src/procmime.c
10464                 Optimisation (no need to copy to tempfile to
10465                 "decode" 7bit and 8bit)
10466         * src/summaryview.c
10467                 Fix cruft in swap_from case
10468         * src/textview.c
10469                 Fix missing last line in some mail cases 
10470                 (Fixes debian #381872)
10471         * src/plugins/pgpcore/prefs_gpg.c
10472         * src/plugins/pgpcore/sgpgme.c
10473         * src/plugins/pgpcore/sgpgme.h
10474                 Don't show "no key found" when user explicitely
10475                 wants to create a key
10476
10477 2006-08-16 [paul]       2.4.0cvs53
10478
10479         * configure.ac
10480         * src/account.c
10481         * src/addressbook.c
10482         * src/headerview.c
10483         * src/prefs_account.c
10484         * src/prefs_message.c
10485         * src/gtk/gtkutils.c
10486                 bump up minimum required versions of GTK+ and
10487                 GLIB to 2.6.0
10488
10489 2006-08-16 [paul]       2.4.0cvs52
10490
10491         * src/toolbar.c
10492                 workaround GTK+ Bug 351600 - 'Can't re-click
10493                 on button after sensitivity update'
10494                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10495                 Thanks to Colin
10496
10497 2006-08-15 [colin]      2.4.0cvs51
10498
10499         * src/plugins/pgpcore/prefs_gpg.c
10500                 Set options sensitivity according to
10501                 key existence
10502         * src/plugins/pgpcore/sgpgme.c
10503                 Allow to create key with no passphrase
10504
10505 2006-08-14 [cleroy]     2.4.0cvs50
10506
10507         * src/gtk/pluginwindow.c
10508                 New layout (maybe to be changed?)
10509         * src/gtk/gtkutils.c
10510                 Fix a bit label_window
10511         * src/plugins/pgpcore/passphrase.c
10512         * src/plugins/pgpcore/passphrase.h
10513         * src/plugins/pgpcore/plugin.c
10514         * src/plugins/pgpcore/prefs_gpg.c
10515         * src/plugins/pgpcore/prefs_gpg.h
10516         * src/plugins/pgpcore/sgpgme.c
10517         * src/plugins/pgpcore/sgpgme.h
10518                 Allow to create a PGP private key via the GUI
10519
10520 2006-08-14 [wwp]        2.4.0cvs49
10521
10522         * src/addressbook_foldersel.c
10523                 fix strict ISO C90 compliance.
10524
10525 2006-08-14 [paul]       2.4.0cvs48
10526
10527         * src/gtk/prefswindow.c
10528                 re-set scrolled window on opening
10529                 Patch by Ticho
10530
10531 2006-08-14 [paul]
10532
10533         2.5.0-rc1 released
10534
10535 2006-08-14 [paul]       2.4.0cvs47
10536
10537         * src/prefs_display_header.c
10538                 re-enable user-defined Displayed Headers
10539
10540 2006-08-14 [paul]       2.4.0cvs46
10541
10542         * src/prefs_account.c
10543                 use GTK_STOCK_EDIT
10544
10545 2006-08-13 [colin]      2.4.0cvs45
10546
10547         * src/common/utils.c
10548                 Fix "a" in quote when the original message is empty,
10549                 by using \0 instead of 'a' to test writability of
10550                 temp files.
10551
10552 2006-08-13 [wwp]        2.4.0cvs44
10553
10554         * src/plugins/spamassassin/spamassassin.c
10555                 fix capitalization of "SpamAssassin" in some debug, log and
10556                 dialog messages.
10557
10558 2006-08-13 [paul]       2.4.0cvs43
10559
10560         * src/editldap.c
10561                 fix overlapping widgets
10562         * src/prefs_account.c
10563                 fix translation of protocol_names[]
10564                 fix label disappearing off the edge of the
10565                 visible area
10566
10567 2006-08-12 [paul]       2.4.0cvs42
10568
10569         * manual/plugins.xml
10570                 update IRC channel info before it gets forgotten
10571                 about
10572
10573 2006-08-11 [colin]      2.4.0cvs41
10574
10575         * src/compose.c
10576         * src/mainwindow.c
10577         * src/mainwindow.h
10578         * src/procmsg.c
10579         * src/procmsg.h
10580         * src/summaryview.c
10581         * src/toolbar.c
10582                 Grey out the Send button if
10583                 - Queue folders are empty, or
10584                 - We're sending already
10585
10586 2006-08-11 [wwp]        2.4.0cvs40
10587
10588         * src/main.c
10589                 fix a logic issue when quitting while a compose window is
10590                 still open, thanks to Colin.
10591
10592 2006-08-10 [colin]      2.4.0cvs39
10593
10594         * src/main.c
10595                 Fix default font size setting after wizard run
10596         * src/imap.c
10597         * src/etpan/imap-thread.c
10598         * src/etpan/imap-thread.h
10599                 Fix bug #999 (Timing out on TSL cert validation 
10600                 dialog makes ugly things happen). Also, STARTTLS
10601                 unconditionnaly if initial capabilities contain
10602                 LOGINDISABLED and STARTTLS.
10603
10604 2006-08-09 [colin]      2.4.0cvs38
10605
10606         * src/mainwindow.c
10607         * src/mainwindow.h
10608                 Fix Tools/Actions sensitivity when there are
10609                 no actions
10610
10611 2006-08-09 [colin]      2.4.0cvs37
10612
10613         * src/prefs_filtering.c
10614                 Warning fix, patch by Paul
10615         * src/messageview.c
10616         * src/prefs_actions.c
10617         * src/prefs_filtering_action.c
10618         * src/prefs_matcher.c
10619                 Uniformisation of "Info ..." to "Info..." (for
10620                 old gtk), patch by Fabien
10621         * src/plugins/clamav/clamav_plugin_gtk.c
10622                 Sensitivity fix by Fabien
10623
10624 2006-08-09 [colin]      2.4.0cvs36
10625
10626         * src/main.c
10627         * src/main.h
10628                 Add a function to know whether we're exiting
10629         * src/plugins/trayicon/trayicon.c
10630                 If exiting, don't do anything. Faster, and
10631                 avoids gtk_main_iteration reentracy causing
10632                 segfaults at exit
10633
10634 2006-08-09 [colin]      2.4.0cvs35
10635
10636         * src/messageview.c
10637         * src/mimeview.c
10638         * src/mimeview.h
10639                 Fix lack of part selection when automatically 
10640                 jumping to a specific part
10641         * src/msgcache.c
10642                 Little optimisation in cache reading
10643
10644 2006-08-09 [colin]      2.4.0cvs34
10645
10646         * src/compose.c
10647                 Fix crash setting the priority on reedit
10648                 (Accessing compose before creating it!)
10649
10650 2006-08-08 [colin]      2.4.0cvs33
10651
10652         * src/procmime.c
10653                 Fix bug #998 (last attachment is not accessible)
10654                 Bad RFC interpretation on multipart close-delimiters
10655         * src/mimeview.c
10656         * src/mimeview.h
10657         * src/gtk/gtkvscrollbutton.c
10658         * src/gtk/gtkvscrollbutton.h
10659                 Make attachments list wheel-scrollable
10660
10661 2006-08-07 [colin]      2.4.0cvs32
10662
10663         * src/gtk/gtkaspell.c
10664                 Fix bug #973 (Unicode punctation characters 
10665                 are not recognized as separators by the
10666                 spell checker); fix unsigned stuff
10667
10668 2006-08-07 [colin]      2.4.0cvs31
10669
10670         * src/compose.c
10671                 Fix bug #956 (DnD text with accents in compose 
10672                 text entry); fix gccc's signed/unsigned fuss
10673
10674 2006-08-06 [colin]      2.4.0cvs30
10675
10676         * src/main.c
10677                 Fix bug #979 (Plugin crashes when exiting 
10678                 sylpheed-claws) : handle exit request only 
10679                 once
10680
10681 2006-08-05 [colin]      2.4.0cvs29
10682
10683         * src/news.c
10684                 Just make sure we have a msgid.
10685
10686 2006-08-05 [colin]      2.4.0cvs28
10687
10688         * src/news.c
10689         * src/summaryview.c
10690                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10691                 by reimplementing it
10692         * src/textview.c
10693                 Fix bug when hiding quotes with level > 3 and quote
10694                 colors are recycled
10695
10696 2006-08-04 [colin]      2.4.0cvs27
10697
10698         * src/compose.c
10699         * src/undo.c
10700         * src/undo.h
10701                 Fix a bit replace-by-pasting undo
10702         * src/mainwindow.c
10703         * src/messageview.c
10704                 Fix Fold quotes menu synchro in
10705                 mainwindow when it changes in 
10706                 messageview
10707         * src/textview.c
10708                 Fix right-click on quotes blocks
10709         * src/common/utils.c
10710                 Verify that the file created by
10711                 my_tmpfile() is writable. Fixes
10712                 bug #988 (very specific filesystem
10713                 issue)
10714         * src/plugins/pgpcore/sgpgme.c
10715                 Fix file descriptor leak
10716         * src/plugins/spamassassin/spamassassin.c
10717                 Warn once if spamd isn't reachable
10718
10719 2006-08-04 [colin]      2.4.0cvs26
10720
10721         * src/toolbar.c
10722                 i18n context patch by Fabien
10723
10724 2006-08-03 [colin]      2.4.0cvs25
10725
10726         * src/mainwindow.c
10727         * src/messageview.c
10728                 Rename "Hide quotes" to "Fold quotes"
10729         * src/textview.c
10730                 Don't use hand cursor on quotes. "all 
10731                 the bonuses of the feature and none of 
10732                 unwelcome side-effects"
10733
10734 2006-08-03 [colin]      2.4.0cvs24
10735
10736         * AUTHORS
10737         * sylpheed-claws.desktop
10738         * src/gtk/authors.h
10739                 Bring the desktop file to XDG compliance
10740                 Patch by Charles A. Edwards
10741
10742 2006-08-03 [colin]      2.4.0cvs23
10743
10744         * src/textview.c
10745                 Fix links offset when they are preceded
10746                 by accentued chars (g_utf8_strlen!)
10747         * src/mainwindow.c
10748                 Fix wrong status when starting offline
10749
10750
10751 2006-08-03 [wwp]        2.4.0cvs22
10752
10753         * src/prefs_common.h
10754                 ask what to do w/ filtering rules that belong to an account when
10755                 applying filtering rules manually from the main window (skip,
10756                 apply regardless of the account, use current account). This dialog
10757                 can be skipped and the last reply used.
10758                 (forgot that file)
10759
10760 2006-08-03 [wwp]        2.4.0cvs21
10761
10762         * src/filtering.c
10763         * src/filtering.h
10764         * src/prefs_common.c
10765         * src/summaryview.c
10766         * src/alertpanel.c
10767         * src/alertpanel.h
10768         * src/messageview.c
10769                 ask what to do w/ filtering rules that belong to an account when
10770                 applying filtering rules manually from the main window (skip,
10771                 apply regardless of the account, use current account). This dialog
10772                 can be skipped and the last reply used.
10773
10774
10775 2006-08-03 [colin]      2.4.0cvs20
10776
10777         * src/textview.c
10778                 Optimize previous patch
10779
10780 2006-08-03 [cleroy]     2.4.0cvs19
10781
10782         * src/textview.c
10783                 Fix quotes getting toggled back when the
10784                 mail has an even number of text parts
10785
10786 2006-08-02 [colin]      2.4.0cvs18
10787
10788         * src/messageview.c
10789                 Add Hide quotes menu
10790
10791 2006-08-02 [colin]      2.4.0cvs17
10792
10793         * src/mainwindow.c
10794         * src/prefs_common.c
10795         * src/textview.c
10796         * src/textview.h
10797         * src/gtk/about.c
10798                 Allow per-level quote hiding,
10799                 Allow toggling quotes by double-clicking them
10800                 Rename RemoteURI to ClickableText to reflect
10801                 the fact it's used for a variety of things
10802
10803 2006-08-02 [wwp]        2.4.0cvs16
10804
10805         * src/mainwindow.c
10806                 fix "View/Hide quotes" menu item status initialization.
10807
10808 2006-08-02 [wwp]        2.4.0cvs15
10809
10810         * src/matcher_parser_parse.y
10811                 remove a debug trace.
10812
10813 2006-08-02 [paul]       2.4.0cvs14
10814
10815         * src/plugins/pgpcore/passphrase.c
10816                 don't set initial dialog size
10817                 make it resizable
10818
10819 2006-08-02 [paul]       2.4.0cvs13
10820
10821         * src/noticeview.c
10822                 remove the rogue '/' character
10823
10824 2006-08-02 [paul]       2.4.0cvs12
10825
10826         * src/noticeview.c
10827                 allow buttons to resize as necessary
10828
10829 2006-08-01 [wwp]        2.4.0cvs11
10830
10831         * src/mbox.c
10832                 fix strict ISO C90 compliance.
10833
10834 2006-08-01 [wwp]        2.4.0cvs10
10835
10836         * tools/update-po
10837                 updated update-po tool to work w/ context-dependent translations.
10838                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10839
10840 2006-08-01 [wwp]        2.4.0cvs9
10841
10842         * src/matcher.c
10843         * src/prefs_filtering.c
10844         * src/prefs_matcher.c
10845                 allow context-dependent translations for "All",
10846                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10847
10848 2006-07-31 [colin]      2.4.0cvs8
10849
10850         * AUTHORS
10851         * src/gtk/authors.h
10852                 Add Rafal to authors
10853
10854 2006-07-31 [colin]      2.4.0cvs7
10855
10856         * src/compose.c
10857         * src/mainwindow.c
10858         * src/messageview.h
10859         * src/prefs_common.c
10860         * src/prefs_common.h
10861         * src/textview.c
10862                 Add 'View/Hide quotes'. Patch based on a patch
10863                 by Rafal Weglarz
10864
10865 2006-07-31 [colin]      2.4.0cvs6
10866
10867         * src/action.c
10868                 Fix problem with "> stuff >" actions
10869
10870 2006-07-31 [paul]       2.4.0cvs5
10871
10872         * po/nb.po
10873                 updated by Geir Helland
10874
10875 2006-07-31 [wwp]        2.4.0cvs4
10876
10877         * src/mainwindow.c
10878         * src/summaryview.c
10879         * src/summaryview.h
10880                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10881                 thanks to Colin.
10882
10883 2006-07-31 [wwp]        2.4.0cvs3
10884
10885         * src/Makefile.am
10886         * src/addr_compl.c
10887         * src/addr_compl.h
10888         * src/addressbook.c
10889         * src/addressbook.h
10890         * src/addressbook_foldersel.c
10891         * src/addressbook_foldersel.h
10892         * src/addrindex.c
10893         * src/addrindex.h
10894         * src/matcher.c
10895         * src/matcher.h
10896         * src/matcher_parser_lex.l
10897         * src/matcher_parser_parse.y
10898         * src/prefs_common.c
10899         * src/prefs_common.h
10900         * src/prefs_filtering.c
10901         * src/prefs_matcher.c
10902         * src/prefs_matcher.h
10903         * src/summaryview.c
10904                 introduce filtering against the address book. It's now possible to add
10905                 matched conditions to determine if any email address in a message matches
10906                 or doesn't match any or all books or folders in the address book.
10907
10908 2006-07-31 [wwp]        2.4.0cvs2
10909
10910         * src/account.c
10911         * src/filtering.c
10912         * src/filtering.h
10913         * src/folder.c
10914         * src/folderview.c
10915         * src/inc.c
10916         * src/mainwindow.c
10917         * src/matcher.c
10918         * src/matcher_parser_lex.l
10919         * src/matcher_parser_parse.y
10920         * src/mbox.c
10921         * src/prefs_filtering.c
10922         * src/prefs_filtering.h
10923         * src/procmsg.c
10924         * src/procmsg.h
10925         * src/summaryview.c
10926                 introduce per-account filtering rules. Each filtering rule can now be assigned
10927                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10928                 when applying filtering rules manually, as all rules will apply - even the ones
10929                 assigned to an account. This issue will be addressed soon.
10930  
10931
10932
10933 2006-07-31 [wwp]        2.4.0cvs1
10934
10935         * src/quote_fmt.c
10936                 make more strings translatable.
10937
10938 2006-07-31 [paul]       2.4.0
10939
10940         2.4.0 released
10941
10942 2006-07-31 [paul]       2.3.1cvs91
10943
10944         * po/ca.po
10945                 updated by Miquel Oliete
10946
10947 2006-07-31 [paul]       2.3.1cvs90
10948
10949         * po/de.po
10950         * po/el.po
10951         * po/fr.po
10952         * po/it.po
10953         * po/pl.po
10954         * po/pt_BR.po
10955         * po/sr.po
10956         * po/zh_CN.po
10957                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10958                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10959                 Aleksandar Urosevic, and Ralgh Young
10960
10961 2006-07-31 [paul]       2.3.1cvs89
10962
10963         * src/account.c
10964         * src/main.c
10965         * src/mainwindow.c
10966         * src/mainwindow.h
10967                 Fix a race condition when, after an SC crash, rescanning
10968                 folders took more than 0.5 seconds
10969                 Thanks to Colin
10970
10971 2006-07-31 [paul]       2.3.1cvs88
10972
10973         * src/folderview.c
10974                 don't translate separator strings
10975
10976 2006-07-30 [mones]      2.3.1cvs87
10977
10978         * doc/man/sylpheed-claws.1
10979                 Fixed non-ASCII chars in Hoa's name
10980         * po/es.po
10981                 Updated for release
10982
10983 2006-07-27 [colin]      2.3.1cvs86
10984
10985         * src/textview.c
10986                 Don't include the leading \n in links
10987                 Patch by Fabien
10988
10989 2006-07-25 [colin]      2.3.1cvs85
10990
10991         * src/mainwindow.c
10992         * src/common/socket.h
10993         * src/etpan/imap-thread.c
10994                 Refresh resolvers before connecting
10995                 to IMAP servers, and after switching
10996                 to online. Thanks to Paul.
10997
10998 2006-07-18 [colin]
10999
11000         * 2.4.0-rc4 released
11001
11002 2006-07-17 [colin]      2.3.1cvs84
11003
11004         * src/inc.c
11005                 Show connection attempt in statusbar before
11006                 connecting (previously first message was
11007                 "Retrieving messages from ..." after the
11008                 connection succeeded.
11009
11010 2006-07-16 [wwp]        2.3.1cvs83
11011
11012         * sylpheed-claws.ico
11013                 Added .ico file (windows multi-size icon file, generated).
11014
11015 2006-07-12 [wwp]        2.3.1cvs82
11016
11017         * src/messageview.c
11018                 remove Message/Re-edit menu entry from messageview window,
11019                 as sent/draft/queued messages are opened in compose window when
11020                 re-edited and it's not possible to re-edit other msgs.
11021
11022 2006-07-12 [paul]       2.3.1cvs81
11023
11024         * AUTHORS
11025         * src/mainwindow.c
11026         * src/gtk/authors.h
11027                 check online state before resetting
11028                 mailcheck timer. Useful if some program
11029                 verifies connection state and updates
11030                 Claws.
11031                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11032
11033 2006-07-12 [paul]       2.3.1cvs80
11034
11035         * sylpheed-claws-128x128.png
11036         * sylpheed-claws-64x64.png
11037         * sylpheed-claws.png
11038         * src/Makefile.am
11039         * src/main.c
11040         * src/prefs_toolbar.c
11041         * src/stock_pixmap.c
11042         * src/stock_pixmap.h
11043         * src/wizard.c
11044         * src/gtk/about.c
11045         * src/gtk/gtkutils.c
11046         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11047         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11048         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11049         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11050         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11051         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11052                 updated and renamed logo/icon files and related
11053                 logo by Jesper Schultz
11054
11055 2006-07-11 [paul]       2.3.1cvs79
11056
11057         * src/main.c
11058                 fix the labels a smidgin
11059
11060 2006-07-09 [colin]      2.3.1cvs78
11061
11062         * src/textview.c
11063                 Show errors in textviewer's command
11064                 Patch by H. Merijn Brand
11065
11066 2006-07-09 [colin]      2.3.1cvs77
11067
11068         * src/compose.c
11069                 Save FMID in drafts too
11070
11071 2006-07-08 [colin]      2.3.1cvs76
11072
11073         * src/compose.c
11074                 Svae RMID in drafted mails too
11075                 Save quote_fmt vars for whole mails,
11076                 don't reset at each quote_fmt_init:
11077                 allows to use the same |i{var} in
11078                 various template fields
11079         * src/prefs_template.c
11080         * src/quote_fmt.h
11081         * src/quote_fmt_parse.y
11082                 Same
11083
11084 2006-07-08 [colin]      2.3.1cvs75
11085
11086         * src/textview.c
11087                 Fix highlighting of attached parts URIs
11088
11089 2006-07-08 [colin]      2.3.1cvs74
11090
11091         * src/main.c
11092                 Prevent bug #981 (sc 2.3.1 segfaults with 
11093                 gtk+ 2.10) from being reported again:
11094                 if Sylpheed-Claws has been compiled against
11095                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11096                 of if Sylpheed-Claws has been compiled against
11097                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11098                 error out.
11099
11100 2006-07-07 [colin]      2.3.1cvs73
11101
11102         * src/prefs_actions.c
11103                 Fix label
11104
11105 2006-07-07 [colin]      2.3.1cvs72
11106
11107         * src/prefs_actions.c
11108                 Fix compile on gtk < 2.8. argh :)
11109
11110 2006-07-07 [paul]       2.3.1cvs71
11111
11112         * src/common/defs.h
11113                 update DONATE_URI
11114
11115 2006-07-07 [colin]      2.3.1cvs70
11116
11117         * po/POTFILES.in
11118         * src/quote_fmt.c
11119         * src/quote_fmt_lex.l
11120         * src/quote_fmt_parse.y
11121                 Add |i{var}, a way to insert user-entered
11122                 text in a template
11123
11124 2006-07-07 [colin]
11125
11126         * 2.4.0-rc3 released
11127
11128 2006-07-07 [colin]      2.3.1cvs69
11129
11130         * src/folder.c
11131                 Don't consider inboxes of UNKNOWN folder 
11132                 classes to be useable as default inboxes
11133
11134 2006-07-07 [paul]       2.3.1cvs68
11135
11136         * src/textview.c
11137                 add missing #include <errno.h>
11138                 Thanks to René J. Blokland
11139
11140 2006-07-07 [paul]       2.3.1cvs67
11141
11142         * src/action.c
11143                 Return now Closes dialog
11144         * src/mimeview.c
11145         * src/mimeview.h
11146         * src/textview.c
11147                 add contextual menu to mime parts listed
11148                 in the textview
11149                 Thanks to Colin
11150         * src/common/utils.c
11151                 reversal: ' is a valid character in URLs
11152
11153 2006-07-06 [colin]      2.3.1cvs66
11154
11155         * src/remotefolder.h
11156                 Forgotten in previous commit
11157
11158 2006-07-06 [colin]      2.3.1cvs65
11159
11160         * src/folder.c
11161                 Set summary update flag whenever
11162                 totals changed
11163         * src/imap.c
11164         * src/prefs_account.c
11165         * src/common/utils.h
11166         * src/etpan/imap-thread.c
11167                 Fix warnings, thanks to Fabien and
11168                 Ricardo
11169
11170 2006-07-06 [wwp]        2.3.1cvs64
11171
11172         * src/gtk/gtkutils.c
11173                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11174
11175 2006-07-06 [wwp]        2.3.1cvs63
11176
11177         * src/account.c
11178         * src/addressbook.c
11179         * src/addressitem.h
11180         * src/folderview.c
11181         * src/mainwindow.c
11182         * src/manual.c
11183         * src/manual.h
11184         * src/message_search.c
11185         * src/prefs_actions.c
11186         * src/prefs_filtering.c
11187         * src/prefs_filtering.h
11188         * src/prefs_template.c
11189         * src/summary_search.c
11190         * src/summaryview.c
11191         * src/gtk/gtkutils.c
11192         * src/gtk/gtkutils.h
11193         * src/gtk/pluginwindow.c
11194                 add help buttons to some dialogs. Clicking such buttons opens a
11195                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11196
11197 2006-07-06 [paul]       2.3.1cvs62
11198
11199         * src/textview.c
11200                 fix attachments contextual menu
11201                 Thanks to Colin
11202
11203 2006-07-05 [colin]      2.3.1cvs61
11204
11205         * src/textview.c
11206         * src/compose.c
11207                 Handle sftp:// links
11208
11209 2006-07-05 [paul]       2.3.1cvs60
11210
11211         * src/gtk/filesel.c
11212                 grab save button by default
11213                 Thanks to Colin
11214
11215 2006-07-05 [wwp]        2.3.1cvs59
11216
11217         * manual/xml2pdf
11218                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11219
11220 2006-07-04 [colin]      2.3.1cvs58
11221
11222         * src/mimeview.c
11223         * src/textview.c
11224                 Use left click to select, middle click to open
11225                 on mimeparts links
11226         * src/common/utils.c
11227                 Fix segfault
11228
11229 2006-07-04 [colin]      2.3.1cvs57
11230
11231         * src/mainwindow.c
11232         * src/news.c
11233                 Warning fixes, thanks to Fabien
11234
11235 2006-07-04 [colin]      2.3.1cvs56
11236
11237         * src/mimeview.c
11238         * src/mimeview.h
11239         * src/textview.c
11240                 Allow parts to be selected via their text label
11241                 in textview
11242
11243 2006-07-04 [colin]      2.3.1cvs55
11244
11245         * src/folderview.c
11246                 Feedback when closing (for big folders)
11247         * src/prefs_actions.c
11248         * src/prefs_filtering.c
11249         * src/prefs_matcher.c
11250         * src/prefs_template.c
11251                 Fix default button when closing without
11252                 having saved
11253
11254 2006-07-04 [colin]      2.3.1cvs54
11255
11256         * src/news.c
11257                 Delete local file on deletion
11258
11259 2006-07-03 [colin]      2.3.1cvs53
11260
11261         * src/folderview.c
11262         * src/main.c
11263                 Don't freeze when rescanning after crash
11264
11265 2006-07-03 [wwp]        2.3.1cvs52
11266
11267         * src/compose.c
11268         * src/privacy.c
11269         * src/privacy.h
11270         * src/plugins/pgpinline/pgpinline.c
11271         * src/plugins/pgpmime/pgpmime.c
11272                 don't report an error when the user cancels the passphrase dialog.
11273
11274 2006-07-02 [colin]      2.3.1cvs51
11275
11276         * src/folderview.c
11277                 Open message when crossing folders with Space,
11278                 goto next unread and friends
11279
11280 2006-07-01 [colin]      2.3.1cvs50
11281
11282         * src/prefs_account.c
11283                 Typographic rules varying from language
11284                 to language (in french "Protocole :"),
11285                 we have to do that :)
11286
11287 2006-07-01 [ticho]      2.3.1cvs49
11288
11289         * src/prefs_account.c
11290                 Only use one temporary gchar* variable in
11291                 prefs_account_protocol_set_optmenu().
11292
11293 2006-07-01 [ticho]      2.3.1cvs48
11294
11295         * src/prefs_account.c
11296         * src/prefs_account.h
11297                 Use GtkLabel for existing account protocol name.
11298                 Created an array for protocol names and populate the
11299                 combobox from it in a for() cycle.
11300
11301 2006-06-30 [colin]      2.3.1cvs47
11302
11303         * src/compose.c
11304                 Block undo when changing signature (by changing
11305                 account)
11306
11307 2006-06-30 [paul]       2.3.1cvs46
11308
11309         * src/send_message.c
11310                 when editing From in the Compose window, use that address
11311                 in the Return-Path: header
11312                 Thanks to Colin
11313
11314 2006-06-30 [colin]      2.3.1cvs45
11315
11316         * src/compose.c
11317                 Fix signature replacement:
11318                 - when no newline before separator
11319                 - when reediting
11320
11321 2006-06-29 [colin]      2.3.1cvs44
11322
11323         * src/folderview.c
11324         * src/folderview.h
11325         * src/mainwindow.c
11326         * src/summaryview.c
11327                 Let 'View/Go to/Next marked' work like
11328                 Next new & Next unread: across folders
11329                 Change the select_on_entry pref to do
11330                 what we want when changing folder
11331         * src/common/utils.c
11332                 Fix single-quoted links 
11333
11334 2006-06-29 [colin]      2.3.1cvs43
11335
11336         * src/gtk/gtkaspell.c
11337                 "Sylpheed" and "Sylpheed-Claws" do exist !
11338
11339 2006-06-29 [colin]      2.3.1cvs42
11340
11341         * src/imap.c
11342                 Forgot to remove debug
11343
11344 2006-06-29 [colin]      2.3.1cvs41
11345
11346         * src/imap.c
11347         * src/imap.h
11348         * src/mainwindow.c
11349                 Disconnect from IMAP servers when going
11350                 offline. Fixes bug #978 (going to offline-mode 
11351                 won't close connections)
11352
11353 2006-06-29 [colin]      2.3.1cvs40
11354
11355         * src/main.c
11356                 Fix transient setting on failing plugins
11357                 Patch by Fabien
11358         * src/plugins/pgpcore/sgpgme.c
11359                 Only warn for OpenPGP. Most people don't
11360                 have CMS available.
11361
11362 2006-06-29 [colin]      2.3.1cvs39
11363
11364         * src/compose.c
11365                 Fix Spelling menu (discrepancy between context menu
11366                 and top menu when folder's dictionary isn't the 
11367                 default one)
11368         * src/plugins/pgpcore/sgpgme.c
11369                 More error reporting about why gpgme can fail
11370
11371 2006-06-29 [wwp]        2.3.1cvs38
11372
11373         * src/mainwindow.c
11374                 honor the display-header-pane setting even when the message view
11375                 is a separate window.
11376
11377 2006-06-29 [wwp]        2.3.1cvs37
11378
11379         * src/prefs_actions.c
11380                 forgot to commit that one (use of GTK_STOCK_INFO).
11381
11382 2006-06-29 [colin]      2.3.1cvs36
11383
11384         * src/imap.c
11385                 Better handling of login errors (ask the password
11386                 again once), alert in case of error. Fix three
11387                 signedness warnings.
11388
11389 2006-06-28 [wwp]        2.3.1cvs35
11390
11391         * src/prefs_template.c
11392         * src/prefs_matcher.c
11393         * src/prefs_filtering_action.c
11394         * src/prefs_quote.c
11395                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11396                 patch by Fabien Vantard, slightly modified.
11397
11398 2006-06-28 [paul]
11399
11400         2.4.0-rc2 released
11401
11402 2006-06-28 [colin]      2.3.1cvs34
11403
11404         * src/prefs_account.c
11405                 Fix bug #977 (Can't add or edit imap accounts)
11406
11407 2006-06-28 [colin]      2.3.1cvs33
11408
11409         * src/mimeview.c
11410                 Fix previous
11411
11412 2006-06-28 [colin]      2.3.1cvs32
11413
11414         * src/mimeview.c
11415                 Save named inlined attachments with "Save all"
11416         * src/main.c
11417         * src/mbox.c
11418         * src/common/plugin.c
11419         * src/common/plugin.h
11420         * src/common/sylpheed.c
11421         * src/common/utils.c
11422         * src/plugins/pgpcore/sylpheed.def
11423         * src/plugins/pgpinline/sylpheed.def
11424         * src/plugins/pgpmime/sylpheed.def
11425                 Win32 compatibility patch, by
11426                 Werner Koch
11427
11428 2006-06-28 [wwp]        2.3.1cvs31
11429
11430         * src/imap.c
11431         * src/prefs_folder_item.c
11432                 less compilation warnings (thanks to Fabien Vantard), less typos.
11433
11434 2006-06-28 [paul]       2.3.1cvs30
11435
11436         * src/gtk/gtkutils.c
11437                 gtk_combo_box_set_focus_on_click() is only
11438                 available since gtk 2.6.0
11439
11440 2006-06-28 [paul]       2.3.1cvs29
11441
11442         * src/prefs_ext_prog.c
11443                 fix engrish and add a tooltip for the
11444                 'command for 'Display as text' option
11445
11446 2006-06-28 [paul]
11447
11448         2.4.0-rc1 released
11449
11450 2006-06-28 [paul]       2.3.1cvs28
11451
11452         * ChangeLog
11453         * tools/Makefile.am
11454                 include textviewer.pl in releases
11455
11456 2006-06-28 [paul]       2.3.1cvs27
11457
11458         * src/prefs_ext_prog.c
11459                 hide Print command option if libgnomeprint
11460                 support is present
11461
11462 2006-06-27 [colin]      2.3.1cvs26
11463
11464         * src/compose.c
11465                 Fix Esc handling in insert/attach dialog
11466                 Don't show this dialog if dragging something
11467                 else than text/uri-list
11468                 Thanks to Fabien Vantard
11469         * tools/textviewer.pl
11470                 Filter script to display stuff as text
11471                 by H. Merijn Brand
11472
11473 2006-06-27 [wwp]        2.3.1cvs25
11474
11475         * src/messageview.c
11476                 use the exact product name (message view title), patch
11477                 by Fabien Vantard.
11478
11479 2006-06-27 [ticho]      2.3.1cvs24
11480
11481         * src/prefs_account.c
11482         * src/prefs_common.c
11483         * src/prefs_common.h
11484         * src/prefs_ext_prog.c
11485         * src/textview.c
11486                 Add a preference (Preferences/External programs)
11487                 to allow "Display as text" to be done via a script
11488                 (patch by H.Merijn Brand).
11489                 Use GtkComboBox for protocol selection in account
11490                 preferences.
11491                 Only include current choice for existing accounts, and
11492                 insensitivize the combobox.
11493
11494 2006-06-27 [paul]       2.3.1cvs23
11495
11496         * src/mbox.c
11497                 fix crasher introduced in cvs21.
11498                 Thanks to Colin
11499
11500 2006-06-26 [colin]      2.3.1cvs22
11501
11502         * src/mbox.c
11503                 Fix double-frees when leaving folders
11504                 after exporting to mbox
11505
11506 2006-06-26 [colin]      2.3.1cvs21
11507
11508         * src/mbox.c
11509                 More feedback (and optimisation)
11510                 on import/export
11511         * src/common/utils.c
11512                 Fix case when looking for mail addresses
11513         * src/gtk/gtkutils.c
11514                 Extra check for (X-)Face
11515
11516 2006-06-25 [ticho]      2.3.1cvs20
11517
11518         * src/compose.c
11519         * src/exphtmldlg.c
11520         * src/gtk/gtkutils.c
11521         * src/gtk/gtkutils.h
11522                 Added second argument to gtkut_sc_combobox_create() to
11523                 control focus-on-click for the widget.
11524                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11525
11526 2006-06-25 [ticho]      2.3.1cvs19
11527
11528         * src/compose.c
11529         * src/gtk/Makefile.am
11530         * src/gtk/combobox.c
11531         * src/gtk/combobox.h
11532         * src/gtk/gtkutils.c
11533         * src/gtk/gtkutils.h
11534                 Use GtkComboBox instead of deprecated GtkOptionMenu
11535                 for account selector in compose window and for encoding
11536                 selector in attachment properties.
11537                 Also factorise working with the new GtkComboBox somewhat.
11538
11539 2006-06-24 [paul]       2.3.1cvs18
11540
11541         * src/prefs_common.c
11542                 use the correct default value
11543
11544 2006-06-24 [paul]       2.3.1cvs17
11545
11546         * src/compose.c
11547         * src/prefs_common.c
11548         * src/prefs_common.h
11549         * src/prefs_compose_writing.c
11550                 enable setting of default action when
11551                 dnd'ing files in the compose window.
11552                 (Collaborative effort with wwp)
11553
11554 2006-06-23 [wwp]        2.3.1cvs16
11555
11556         * src/compose.c
11557                 i18n fix (thanks to Fabien Vantard)
11558
11559 2006-06-22 [colin]      2.3.1cvs15
11560
11561         * src/prefs_customheader.c
11562                 Don't use filters in custom headers' file 
11563                 selector. Remember, extensions mean nothing :)
11564
11565 2006-06-22 [paul]       2.3.1cvs14
11566
11567         * configure.ac
11568                 allow setting of man directory location
11569
11570 2006-06-22 [colin]      2.3.1cvs13
11571
11572         * src/mainwindow.c
11573                 Add 'View/Go to/Next unread folder'.
11574                 I missed that :)
11575
11576 2006-06-22 [colin]      2.3.1cvs12
11577
11578         * src/common/utils.c
11579                 Add some subject prefixes
11580                 Patch by Bjorn T Johansen <btj@havleik.no>
11581
11582 2006-06-22 [colin]      2.3.1cvs11
11583
11584         * manual/advanced.xml
11585                 Forgotten hidden pref
11586
11587 2006-06-21 [paul]       2.3.1cvs10
11588
11589         * src/prefs_account.c
11590                 complete the removal of 'Add date header' option
11591
11592 2006-06-21 [paul]       2.3.1cvs9
11593
11594         * src/account.c
11595         * src/compose.c
11596         * src/prefs_account.c
11597         * src/prefs_account.h
11598                 remove option to add date header - always
11599                 add date header
11600         * src/etpan/imap-thread.c
11601                 fix warnings (Thanks to Colin)
11602
11603 2006-06-21 [wwp]        2.3.1cvs8
11604
11605         * src/folder.c
11606                 set the attachment flag when inline text part are (file)named. This is more convenient
11607                 when receiving (for instance) inline source files or patches sent using thunderbird.
11608
11609 2006-06-21 [paul]       2.3.1cvs7
11610
11611         * src/inc.c
11612                 fix off-by-one count of current msg in
11613                 statusbar filtering progressbar
11614
11615 2006-06-21 [paul]       2.3.1cvs6
11616
11617         * src/folder.c
11618                 Show attachment icon even if the part is 'inline'
11619                 if the following conditions are met:
11620                 - content-type != 'text/plain'
11621                 - content-type != '*/pgp-signature'
11622                 - either 'name' or 'filename' parameter is not NULL
11623                 
11624                 Thanks to Colin
11625
11626 2006-06-21 [paul]       2.3.1cvs5
11627
11628         * src/messageview.c
11629         * src/prefs_common.c
11630         * src/prefs_common.h
11631         * src/prefs_other.c
11632                 add an option to 'Never send Return
11633                 Receipts'
11634                 Thanks to Colin
11635
11636 2006-06-20 [mones]      2.3.1cvs4
11637
11638         * po/es.po
11639                 updated
11640         * src/compose.c
11641                 typo fixed (space after comma)
11642         * tools/make.themes.project
11643                 remove exec mode from tarball files
11644
11645 2006-06-20 [colin]      2.3.1cvs3
11646
11647         * src/news.c
11648         * src/procheader.c
11649         * src/unmime.c
11650                 Better fix for \n's in headers (don't 
11651                 break Received: and others)
11652
11653 2006-06-20 [paul]       2.3.1cvs2
11654
11655         * src/alertpanel.c
11656         * src/textview.c
11657                 improve legibility of phishing attempt
11658                 dialog
11659
11660 2006-06-20 [paul]       2.3.1cvs1
11661
11662         * NEWS
11663         * README
11664         * configure.ac
11665                 Update version number following
11666                 stable release
11667
11668 2006-06-20 [colin]      2.3.0cvs26
11669
11670         * src/compose.c
11671                 When dragging a file to the text of the compose
11672                 window, ask whether we want to insert or attach
11673                 (I know lots of people who do that to attach)
11674
11675 2006-06-20 [colin]      2.3.0cvs25
11676
11677         * src/etpan/imap-thread.c
11678                 Fix threshold (the append command is often > 32 bytes)
11679
11680 2006-06-19 [colin]      2.3.0cvs24
11681
11682         * src/imap.c
11683         * src/etpan/imap-thread.c
11684                 Workaround Rockliffe IMAP server bug: replace
11685                 "x UID SEARCH (ANSWERED UID 1:*)" with
11686                 "x UID SEARCH ANSWERED"
11687                 (Rockliffe doesn't handle the parenthesis)
11688
11689 2006-06-19 [colin]      2.3.0cvs23
11690
11691         * src/compose.c
11692         * src/imap.c
11693         * src/etpan/imap-thread.c
11694                 Probably fix bug #972 (Freezes when adding 
11695                 an attachment to the message)
11696         * src/common/defs.h
11697                 Modernize Firefox cmd
11698
11699
11700 2006-06-18 [colin]      2.3.0cvs22
11701
11702         * src/prefs_customheader.c
11703                 Only allow correct filenames for various
11704                 custom headers
11705
11706 2006-06-18 [colin]      2.3.0cvs21
11707
11708         * src/prefs_customheader.c
11709                 Add a 'From File...' button in custom headers prefs, which
11710                 try to do the right thing: 
11711                 for normal headers, use file as plaintext,
11712                 for X-Face, calls compface,
11713                 for Face, encode to b64.
11714
11715 2006-06-17 [colin]      2.3.0cvs20
11716
11717         * src/mh.c
11718                 Warning fix
11719
11720 2006-06-16 [colin]      2.3.0cvs19
11721
11722         * src/summaryview.c
11723                 Recursive quicksearch: show message list
11724                 in current folder, *then* search children
11725                 in the background.
11726
11727 2006-06-16 [colin]      2.3.0cvs18
11728
11729         * src/main.c
11730                 Instead of ignoring SIGPIPE, save caches
11731                 when getting one. Will fix the fact that
11732                 hot caches are out-of-date when logging 
11733                 out of Xorg.
11734         * src/compose.c
11735         * src/prefs_compose_writing.c
11736                 Only save text (not attachments) when 
11737                 auto-saving to drafts
11738         * src/unmime.c
11739                 Always replace \n, \r and \t with spaces
11740                 in headers
11741         * manual/dist/html/Makefile.am
11742         * manual/dist/pdf/Makefile.am
11743         * manual/dist/ps/Makefile.am
11744         * manual/dist/txt/Makefile.am
11745         * manual/fr/dist/html/Makefile.am
11746         * manual/fr/dist/pdf/Makefile.am
11747         * manual/fr/dist/ps/Makefile.am
11748         * manual/fr/dist/txt/Makefile.am
11749         * manual/pl/dist/html/Makefile.am
11750         * manual/pl/dist/pdf/Makefile.am
11751         * manual/pl/dist/ps/Makefile.am
11752         * manual/pl/dist/txt/Makefile.am
11753                 Fix make clean removing pregenerated manuals
11754
11755
11756 2006-06-16 [colin]      2.3.0cvs17
11757
11758         * src/plugins/pgpcore/sgpgme.c
11759         * src/plugins/pgpmime/pgpmime.c
11760         * src/plugins/pgpinline/pgpinline.c
11761                 Better error reporting in setup_signers.
11762                 Don't fallback to default key if specified
11763                 key isn't found.
11764                 Don't allow signing if more than one secret
11765                 key matches the one specified in prefs.
11766
11767 2006-06-15 [colin]      2.3.0cvs16
11768
11769         * src/folderview.c
11770                 Add "Send queue" in the folder's contextual
11771                 menu
11772         * src/compose.c
11773         * src/messageview.c
11774         * src/privacy.c
11775         * src/privacy.h
11776         * src/procmime.c
11777         * src/procmsg.c
11778         * src/plugins/pgpcore/passphrase.c
11779         * src/plugins/pgpcore/sgpgme.c
11780         * src/plugins/pgpinline/pgpinline.c
11781         * src/plugins/pgpmime/pgpmime.c
11782                 Better error reporting
11783         * src/mbox.c
11784                 Probably fix bug #971 (2.2.3 cannot read mail 
11785                 from local mbox)
11786
11787
11788 2006-06-15 [mones]      2.3.0cvs15
11789
11790         * tools/make.themes.project
11791                 creates the themes project from the web page
11792
11793 2006-06-15 [colin]      2.3.0cvs14
11794
11795         * src/folder.c
11796                 Better fix (avoid losing the folder if scan_tree 
11797                 fails)
11798
11799 2006-06-15 [cleroy]     2.3.0cvs13
11800
11801         * src/folder.c
11802                 Probably fix Bug #969 (crash on rebuilding 
11803                 imap folder)
11804
11805 2006-06-14 [colin]      2.3.0cvs12
11806
11807         * manual/dtd/manual.xsl
11808         * manual/sylpheed-claws-manual.xml
11809         * manual/fr/sylpheed-claws-manual.xml
11810         * manual/pl/sylpheed-claws-manual.xml
11811                 Insert pagebreaks between sections
11812
11813 2006-06-14 [paul]       2.3.0cvs11
11814
11815         * configure.ac
11816                 better fix than 2.3.0cvs10
11817
11818 2006-06-14 [paul]       2.3.0cvs10
11819
11820         * configure.ac
11821                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11822                 (backwards compatible)
11823
11824 2006-06-13 [colin]      2.3.0cvs9
11825
11826         * src/messageview.c
11827                 Fix sending of return receipt with the new queue folders
11828
11829 2006-06-13 [wwp]        2.3.0cvs8
11830
11831         * src/quote_fmt_lex.l
11832                 fix wrong tokens returned in quote_fmt lexer, query not().
11833
11834 2006-06-13 [wwp]        2.3.0cvs7
11835
11836         * src/folder.c
11837         * src/prefs_folder_item.c
11838                 allow changing folder type even when folder is not a top-level one,
11839                 thanks to Colin.
11840
11841 2006-06-12 [colin]      2.3.0cvs6
11842
11843         * src/folderview.c
11844                 Fix double-ask of "Do you want to mark all
11845                 as read"
11846
11847 2006-06-12 [colin]      2.3.0cvs5
11848
11849         * src/compose.c
11850         * src/compose.h
11851         * src/folder.c
11852         * src/folder.h
11853         * src/imap.c
11854         * src/inc.c
11855         * src/main.c
11856         * src/messageview.c
11857         * src/mh.c
11858         * src/prefs_folder_item.c
11859         * src/procheader.c
11860         * src/procmime.c
11861         * src/procmsg.c
11862         * src/procmsg.h
11863         * src/send_message.c
11864         * src/summaryview.c
11865         * src/toolbar.c
11866                 Apply bug #964's patch (Queue and drafts aren't normal)
11867                 The Drafts and Queue folder now contain RFC-822 files,
11868                 allowing to move and copy mails from and to these 
11869                 folders. Moving from Drafts to Queue will prepare the
11870                 mail for sending (PGP signature, encryption, etc).
11871                 This patch also rework sending errors handling to try
11872                 to be more helpful.
11873                 Also, allow redefining folder types via the GUI 
11874                 (Folder type in its Properties)
11875
11876 2006-06-12 [colin]      2.3.0cvs4
11877
11878         * src/summaryview.c
11879         * src/prefs_common.c
11880         * src/prefs_common.h
11881         * src/gedit-print.c
11882                 Allow to define a specific print font - patch
11883                 by Bernhard Walle <bernhard.walle@gmx.de>
11884         * src/prefs_fonts.c
11885         * manual/advanced.xml
11886         * manual/fr/advanced.xml
11887                 Add a hidden pref to allow deletion without
11888                 confirmation
11889
11890 2006-06-12 [wwp]        2.3.0cvs3
11891
11892         * .cvsignore
11893                 more files to ignore.
11894
11895 2006-06-12 [wwp]        2.3.0cvs2
11896
11897         * src/quote_fmt.c
11898         * src/quote_fmt_lex.l
11899         * src/quote_fmt_parse.y
11900                 extend the quote_fmt parser (templates and quotes):
11901                 - allow limited sub-expressions in |p{} and |f{} expressions,
11902                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11903                 - implemented/fixed missing implementation of query_references and show_references,
11904                 - completed, fixed contents and format of the symbols help dialog,
11905                 - fix some compilation warnings.
11906
11907 2006-06-12 [wwp]        2.3.0cvs1
11908
11909         * manual/advanced.xml
11910         * manual/fr/advanced.xml
11911                 updates in the "templates" section of the manual (eng/fr):
11912                  - be more precise (both versions)
11913                  - completed to match the english reference (fr version)
11914                  - touchups (both versions)
11915
11916 2006-06-12 [paul]       2.3.0
11917
11918         2.3.0 released
11919
11920 2006-06-12 [paul]       2.2.3cvs14
11921
11922         * po/ca.po
11923         * po/cs.po
11924         * po/de.po
11925         * po/el.po
11926         * po/fr.po
11927         * po/it.po
11928         * po/pt_BR.po
11929         * po/sr.po
11930         * po/zh_CN.po
11931                 updated by Miquel Oliete, Tim, Stephan Sachse,
11932                 Stavros Giannouris, Fabien Vantard, Andrea
11933                 Spadaccini, Frederico Goncalves Guimaraes,
11934                 Aleksandar Urosevic, and Ralgh Young
11935
11936 2006-06-12 [colin]      2.2.3cvs13
11937
11938         * src/mbox.c
11939                 Add missing header
11940
11941 2006-06-11 [colin]      2.2.3cvs12
11942
11943         * src/msgcache.c
11944                 Verify that g_malloc() succeeded
11945
11946 2006-06-11 [colin]      2.2.3cvs11
11947
11948         * src/wizard.c
11949                 Add Face header to welcome mail
11950
11951 2006-06-10 [colin]      2.2.3cvs10
11952
11953         * src/textview.c
11954                 Revert previous (Forgot it changes the
11955                 margin on the whole mail)
11956
11957 2006-06-10 [colin]      2.2.3cvs9
11958
11959         * src/textview.c
11960                 Don't overlap long headers under (X-)Face
11961
11962 2006-06-10 [mones]      2.2.3cvs8
11963
11964         * manual/xml2pdf
11965                 allow generation of manual on systems lacking saxon binary
11966                 but with java and the saxon library installed
11967
11968         * po/es.po
11969                 updated for release
11970
11971 2006-06-09 [colin]      2.2.3cvs7
11972
11973         * src/summaryview.c
11974                 Fix leak when using Display Sender using Addressbook
11975
11976 2006-06-09 [colin]      2.2.3cvs6
11977
11978         * src/compose.c
11979         * src/folder.c
11980         * src/folderview.c
11981         * src/mimeview.c
11982         * src/summaryview.c
11983                 More leaks fixes
11984
11985 2006-06-09 [paul]       2.2.3cvs5
11986
11987         * AUTHORS
11988         * src/gtk/authors.h
11989         * tools/claws.i18n.status.pl
11990                 updated with new info
11991
11992 2006-06-09 [paul]       2.2.3cvs4
11993
11994         * README
11995                 updated
11996         * manual/ack.xml
11997                 add wwp to authors list
11998         * src/gtk/authors.h
11999                 update mine and Colin's addresses
12000
12001 2006-06-08 [colin]      2.2.3cvs3
12002
12003         * src/etpan/imap-thread.c
12004                 Fix leak on SSL cert check
12005
12006 2006-06-08 [colin]      2.2.3cvs2
12007
12008         * src/common/utils.c
12009                 Fix leak
12010
12011 2006-06-08 [paul]       2.2.3cvs1
12012
12013         * configure.ac
12014                 Update version number following
12015                 stable release
12016
12017 2006-06-07 [colin]      2.2.2cvs3
12018
12019         * src/msgcache.c
12020                 Fix catching cache read errors (guint instead of gint)
12021                 Prevent malloc'ing more than 8MB (means cache corruption)
12022
12023 2006-06-07 [paul]       2.2.2cvs2
12024
12025         * src/exporthtml.c
12026         * src/exportldif.c
12027         * src/mh.c
12028         * src/mutt.c
12029         * src/pine.c
12030         * src/common/utils.c
12031                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12032                 obey $HOME'
12033                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12034                 Thanks to Colin
12035
12036 2006-06-06 [paul]       2.2.2cvs1
12037
12038         * configure.ac
12039                 Update version number following
12040                 stable release
12041
12042 2006-06-06 [paul]       2.2.1cvs6
12043
12044         * src/matcher.c
12045                 fix  implicit declaration of
12046                 sylpheed_do_idle()
12047                 Patch by Fabien Vantard
12048
12049 2006-06-06 [paul]       2.2.1cvs5
12050
12051         * src/matcher.c
12052                 fix age_greater and age_lower so that they
12053                 mean what say and not '...or equal to'
12054                 Thanks to Colin
12055
12056 2006-06-06 [paul]       2.2.1cvs4
12057
12058         * src/textview.c
12059         * src/common/utils.c
12060                 fix URI check
12061                 Thanks to Colin
12062
12063 2006-06-05 [wwp]        2.2.1cvs3
12064
12065         * manual/fr/account.xml
12066                 minor language fixes (thanks to Fabien Vantard).
12067
12068 2006-06-05 [colin]      2.2.1cvs2
12069
12070         * src/prefs_folder_item.c
12071         * src/folderview.c
12072                 Allow recursive setting of properties 
12073                 for whole mailboxes
12074         * src/matcher.c
12075                 Don't freeze on 'test' filtering rule
12076
12077 2006-06-05 [colin]      2.2.1cvs1
12078
12079         * configure.ac
12080                 Update version number following
12081                 stable release
12082
12083 2006-06-04 [wwp]        2.2.0cvs82
12084
12085         * manual/glossary.xml
12086         * manual/account.xml
12087         * manual/fr/glossary.xml
12088         * manual/fr/account.xml
12089                 added glossary section and references/links related to the Face custom header.
12090
12091 2006-06-04 [colin]      2.2.0cvs81
12092
12093         * src/summaryview.c
12094                 Skip to next message on move with no
12095                 immediate execution
12096
12097 2006-06-04 [wwp]        2.2.0cvs80
12098
12099         * manual/xml2pdf
12100                 added sanity checks, exit when needed.
12101
12102 2006-06-03 [paul]       2.2.0cvs79
12103
12104         * src/prefs_receive.c
12105                 page name is now 'Receiving'
12106         * src/prefs_send.c
12107                 page name is now 'Sending'
12108
12109 2006-06-03 [colin]      2.2.0cvs78
12110
12111         * src/plugins/spamassassin/spamassassin_gtk.c
12112                 Autoswitch to Localhost if transport was previously
12113                 disabled. Else people had to check [] Enable, then
12114                 *reselect* transport.
12115
12116 2006-06-03 [colin]      2.2.0cvs77
12117
12118         * src/plugins/pgpinline/pgpinline.c
12119         * src/plugins/pgpmime/pgpmime.c
12120                 Check that gpg_data_release_and_get_mem 
12121                 didn't fail (now, why this happens...)
12122
12123 2006-06-03 [colin]      2.2.0cvs76
12124
12125         * src/mbox.c
12126                 Fix bug #962 (Manual and/or UI should 
12127                 warn about incompatible locking 
12128                 causing dataloss)
12129
12130 2006-06-02 [cleroy]     2.2.0cvs75
12131
12132         * src/filtering.c
12133         * src/folder.c
12134         * src/procmsg.c
12135         * src/summaryview.c
12136                 Fix a few leaks
12137
12138 2006-06-02 [colin]      2.2.0cvs74
12139
12140         * src/main.c
12141                 On exit, free caches after writing them
12142                 Shuts up some valgrind false positives
12143         * src/procmsg.c
12144         * src/send_message.c
12145                 Fix races when reusing existing SMTP connections
12146                 Fix inexistant session timeout
12147         * src/toolbar.c
12148                 Display alertpanel after all queues have
12149                 been processed, not after each
12150
12151 2006-06-02 [wwp]        2.2.0cvs73
12152
12153         * manual/fr/glossary.xml
12154         * manual/fr/ack.xml
12155         * manual/ack.xml
12156                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12157
12158 2006-06-02 [wwp]        2.2.0cvs72
12159
12160         * manual/xml2pdf
12161         * manual/dist/pdf/Makefile.am
12162         * manual/dtd/manual.xsl
12163         * manual/fr/dist/pdf/Makefile.am
12164         * manual/pl/dist/pdf/Makefile.am
12165                 we changed the procedure to generate the .pdf version of the manual.
12166                 The procedure is more modern and the .pdf we get now has a valid index.
12167                 Here are the new pre-requisites:
12168
12169                 - JRE 1.x (1.4 here): there must be one from your distro
12170                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12171                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12172                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12173
12174                 See my posts for further info about the installation of this toolchain:
12175
12176                 Date: Fri, 19 May 2006 19:40:06 +0200
12177                 From: wwp <subscript@free.fr>
12178                 To: sylpheed-claws-devel@lists.sourceforge.net
12179                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12180
12181                 and
12182
12183                 Date: Wed, 24 May 2006 12:58:49 +0200
12184                 From: wwp <subscript@free.fr>
12185                 To: sylpheed-claws-devel@lists.sourceforge.net
12186                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12187
12188 2006-06-01 [colin]      2.2.0cvs71
12189
12190         * src/compose.c
12191                 Better guards against IMAP races
12192         * src/main.c
12193         * src/prefs_common.c
12194         * src/prefs_common.h
12195         * src/common/ssl_certificate.c
12196         * src/etpan/imap-thread.c
12197         * src/etpan/imap-thread.h
12198         * src/gtk/sslcertwindow.c
12199                 New hidden option ssl_skip_cert_check to 
12200                 avoid dups of bug #959 (libetpan linked
12201                 against gnutls and gnutls buggy on 64bit)
12202                 Present expired warning only once per
12203                 session/server.
12204         * manual/advanced.xml
12205         * manual/fr/advanced.xml
12206                 Document new option
12207
12208 2006-06-01 [wwp]        2.2.0cvs70
12209
12210         * src/messageview.c
12211                 fix for bug #961 (return receipt dialog 
12212                 complains incorrectly about return-path 
12213                 email adress being different), thanks 
12214                 to Colin.
12215
12216 2006-05-31 [cleroy]     2.2.0cvs69
12217
12218         * src/common/ssl.c
12219                 Guard against NULLs, although this
12220                 should never be an issue
12221
12222 2006-05-31 [colin]      2.2.0cvs68
12223
12224         * src/filtering.c
12225                 Use g_slist_prepend
12226         * src/imap.c
12227                 Don't remove caches when destroying folder, it
12228                 could (should) be done at exit
12229         * src/inc.c
12230                 free processing cache after incorporation
12231         * src/etpan/imap-thread.c
12232                 Maybe fix bug #959 (Crash on moving to emails 
12233                 to a imap account per ssl with a expired 
12234                 certificate.)
12235
12236 2006-05-30 [colin]      2.2.0cvs67
12237
12238         * src/summaryview.c
12239                 Put back event flush when displaying message
12240                 It avoids reading a bunch of messages just
12241                 by hitting shift-n for too long ;)
12242
12243 2006-05-29 [colin]      2.2.0cvs66
12244
12245         * src/summaryview.c
12246                 Remove useless g_warnings
12247
12248 2006-05-29 [colin]      2.2.0cvs65
12249
12250         * src/imap.c
12251                 Fix g_slist_append()s for performance
12252
12253 2006-05-29 [colin]      2.2.0cvs64
12254
12255         * src/compose.c
12256         * src/common/utils.c
12257                 Fix extraneous tab at start of addresses
12258         * src/mainwindow.c
12259                 Fix warnings (thanks to Fabien)
12260                 Fix crash at exit when composing messages 
12261                 exist
12262         * src/pop.c
12263                 Fix progress bar when deleting expired mails
12264                 Thanks to Hiro
12265         * src/summaryview.c
12266         * src/gtk/gtksctree.c
12267                 Fix re-sorting slowness
12268
12269 2006-05-29 [paul]       2.2.0cvs63
12270
12271         * src/mh.c
12272                 fetch full message when moving mails
12273                 from another mailbox, (fixed data loss
12274                 when filtering from IMAP to MH, introduced
12275                 in 2.2.0cvs57).
12276                 Thanks to Colin
12277
12278 2006-05-29 [mones]      2.2.0cvs62
12279
12280         * src/gtk/gtksctree.c
12281                 Unselect faster (patch by Colin)        
12282
12283 2006-05-26 [colin]      2.2.0cvs61
12284
12285         * src/summaryview.c
12286                 Unplug MSGINFO_UPDATE callback on delete too.
12287
12288 2006-05-26 [colin]      2.2.0cvs60
12289
12290         * src/foldersel.c
12291                 Fix bold in folder selection window with glib2.10
12292                 thanks Hiro
12293
12294 2006-05-26 [colin]      2.2.0cvs59
12295
12296         * src/procheader.c
12297                 Convert date only if necessary (and don't
12298                 try to convert from utf8 to utf8, too)
12299         * src/summaryview.c
12300                 Only set column's text if the column's 
12301                 displayed
12302
12303 2006-05-26 [colin]      2.2.0cvs58
12304
12305         * src/summaryview.c
12306         * src/gtk/gtkutils.c
12307                 Fix useless warning
12308
12309 2006-05-26 [colin]      2.2.0cvs57
12310
12311         * src/mainwindow.c
12312                 Make summaryview selectable as long as 
12313                 no message has focus
12314         * src/mh.c
12315                 Faster deletion (by implementing mh_remove_msgs)
12316                 Faster copy (avoid using mh_fetch_msg just to get
12317                 the filename)
12318                 Faster move (using move_file instead of copy_file
12319                 if MSG_IS_MOVE)
12320                 No progressbar if total number of mails to cp/mv 
12321                 is less than 100
12322         * src/summaryview.c
12323                 Fix removal from subject_table when mail gets moved
12324                 Faster deletion (g_slist_prepend instead of append)
12325         * src/gtk/gtksctree.c
12326                 Remove useless code
12327
12328 2006-05-25 [colin]      2.2.0cvs56
12329
12330         * src/common/ssl_certificate.c
12331                 Fix leak in expired cert check
12332
12333 2006-05-25 [colin]      2.2.0cvs55
12334
12335         * src/mh.c
12336                 Disable flags syncing on .mh_sequences - it
12337                 is buggy and marks mails read under unknown
12338                 conditions.
12339
12340 2006-05-25 [paul]
12341
12342         * 2.3.0-rc4 released
12343
12344 2006-05-24 [colin]      2.2.0cvs54
12345
12346         attention cvs users: if you manage to crash
12347         Sylpheed-Claws while moving, copying or deleting
12348         mails, we *are* interested in stack traces and
12349         valgrind logs. It looks stable, but one never
12350         knows...
12351
12352         * src/folder.c
12353                 Add progressbar for cache updates
12354         * src/folderutils.c
12355                 Optimize Mark all read in the current
12356                 folder
12357         * src/mh.c
12358                 Add progressbar for copy/move
12359         * src/procmsg.c
12360                 Optimize O(n^2) in copy/move
12361         * src/summaryview.c
12362         * src/gtk/gtksctree.c
12363                 Optimize O(n^2) algos
12364         * src/common/timing.h
12365                 Display ms instead of us
12366
12367 2006-05-24 [wwp]        2.2.0cvs53
12368
12369         * manual/fr/advanced.xml
12370                 updates to the French manual.
12371
12372 2006-05-24 [wwp]        2.2.0cvs52
12373
12374         * src/common/utils.c
12375                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12376
12377 2006-05-24 [wwp]        2.2.0cvs51
12378
12379         * src/folderutils.c
12380                 fixed "mark all read" in MH folders (thanks to Colin).
12381
12382 2006-05-24 [paul]       2.2.0cvs50
12383
12384         * doc/man/sylpheed-claws.1
12385                 updated the man page
12386
12387 2006-05-23 [colin]      2.2.0cvs49
12388
12389         * src/folderview.c
12390         * src/imap.c
12391         * src/inc.c
12392         * src/mbox.c
12393         * src/messageview.c
12394         * src/news.c
12395         * src/send_message.c
12396         * src/summaryview.c
12397         * src/gtk/sslcertwindow.c
12398                 alertpanel fixes, by Fabien
12399
12400 2006-05-23 [colin]      2.2.0cvs48
12401
12402         * src/folder.c
12403         * src/folderview.c
12404         * src/msgcache.c
12405         * src/summaryview.c
12406         * src/gtk/gtksctree.c
12407         * src/gtk/gtksctree.h
12408                 More timings
12409                 Fix slow loading problem, which was caused by the
12410                 use of some gtk_ctree funcs and their use of
12411                 g_list_position while gtk_ctree_(un)link'ing.
12412                 Reap more functions from gtkctree.c to be sure we
12413                 use our (fast) version instead of theirs.
12414         * src/mh.c
12415                 Fix copy of unread mails
12416
12417
12418 2006-05-22 [wwp]        2.2.0cvs47
12419
12420         * manual/fr/advanced.xml
12421                 updated.
12422
12423 2006-05-22 [colin]      2.2.0cvs46
12424
12425         * src/filtering.c
12426                 Fix possible infinite loop. 'copy' is not a 
12427                 final action, so when encountering a 'copy',
12428                 we have to check if a previous one was set
12429                 and do it. In the same way, if we encounter
12430                 a 'move' we have to perform a possibly 
12431                 pending 'copy'. This will slow down filtering
12432                 on IMAP if move+copy or multiple copy actions
12433                 are to be done, but handling it via the batch
12434                 would be really too convoluted.
12435
12436 2006-05-22 [wwp]        2.2.0cvs45
12437
12438         * manual/fr/advanced.xml
12439         * manual/fr/faq.xml
12440         * manual/fr/glossary.xml
12441         * manual/fr/handling.xml
12442         * manual/fr/intro.xml
12443         * manual/fr/plugins.xml
12444         * manual/fr/sylpheed-claws-manual.xml
12445                 sync w/ the english manual: updates URIs, documented mailing-list
12446                 support, better explanation about the enabled/disabled feature
12447                 in filtering/processing rules by Paul.
12448
12449 2006-05-21 [colin]      2.2.0cvs44
12450
12451         * src/summaryview.c
12452                 Don't expand after building threads, but during
12453
12454 2006-05-21 [colin]      2.2.0cvs43
12455
12456         * src/procmsg.c
12457         * src/summaryview.c
12458                 More timing possibilities... For next time I have 
12459                 to find out how the hell some 3GHz computer takes
12460                 one minute to open a 30k folder...
12461
12462 2006-05-21 [colin]      2.2.0cvs42
12463
12464         * manual/pl/advanced.xml
12465         * manual/pl/faq.xml
12466         * manual/pl/glossary.xml
12467         * manual/pl/handling.xml
12468         * manual/pl/intro.xml
12469         * manual/pl/plugins.xml
12470         * manual/pl/sylpheed-claws-manual.xml
12471                 Polish manual updated by Pawel
12472
12473 2006-05-20 [colin]
12474
12475         * 2.3.0-rc3 released
12476
12477 2006-05-20 [colin]      2.2.0cvs41
12478
12479         * src/imap.c
12480                 Fix -rc2 problems:
12481                 - remove cache of moved messages from original folder
12482                 - apply new flags to messages even if they aren't appliable
12483                   via IMAP.
12484
12485 2006-05-20 [colin]
12486
12487         * 2.3.0-rc2 released
12488
12489 2006-05-19 [colin]      2.2.0cvs40
12490
12491         * src/imap.c
12492                 Don't issue SELECT in imap_change_flags
12493                 before having checked that we indeed have
12494                 some flags to change. MSG_POSTFILTERED for
12495                 example can't be used on IMAP.
12496                 Fixes bug #955 (copying messages between 
12497                 imap folders is extremely slow), which was
12498                 a regression.
12499
12500 2006-05-19 [colin]      2.2.0cvs39
12501
12502         * src/folder.c
12503         * src/folder.h
12504         * src/folderview.c
12505                 Try to fix bug #830 (Some unread messages 
12506                 get marked read in IMAP inbox):
12507                 - Prevent scanning a folder if it's being 
12508                   opened via the GUI
12509                 - Postpone opening via the GUI of a folder
12510                   currently scanned.
12511
12512
12513 2006-05-19 [wwp]        2.2.0cvs38
12514
12515         * manual/advanced.xml
12516                 fix English+typo (thanks to Paul).
12517
12518 2006-05-19 [wwp]        2.2.0cvs37
12519
12520         * manual/advanced.xml
12521         * manual/fr/advanced.xml
12522         * src/gtk/logwindow.c
12523         * src/prefs_common.c
12524         * src/prefs_common.h
12525                 added hidden prefs to allow customization of colors used in
12526                 protocol log window (useful for dark gtk+ themes).
12527
12528 2006-05-19 [wwp]        2.2.0cvs36
12529
12530         * ChangeLog
12531                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12532
12533 2006-05-19 [paul]       2.2.0cvs35
12534
12535         * src/textview.c
12536                 make Reply-To fully clickable
12537         * src/gtk/logwindow.c
12538                 more colouring (SMTP ESMTP)
12539         Both patches by Pawel Pekala
12540
12541 2006-05-19 [cleroy]     2.2.0cvs34
12542
12543         * src/mh.c
12544                 Don't update flags from current folder
12545                 Probably fixes bug #935 (Read Messages 
12546                 Revert to Being Marked as Unread)
12547
12548 2006-05-18 [colin]      2.2.0cvs33
12549
12550         * src/imap.c
12551                 Warning fix
12552         * src/compose.c
12553         * src/mainwindow.c
12554         * src/summaryview.c
12555         * src/toolbar.c
12556                 Allow replying to multiple emails
12557                 in multiple windows
12558         * src/mimeview.c
12559         * src/etpan/imap-thread.c
12560                 Leak fixes
12561
12562 2006-05-18 [paul]       2.2.0cvs32
12563
12564         * src/summaryview.c
12565                 keep Mailing-List menu refreshed
12566                 Thanks to Colin
12567
12568 2006-05-18 [paul]       2.2.0cvs31
12569
12570         * manual/advanced.xml
12571         * manual/faq.xml
12572         * manual/glossary.xml
12573         * manual/handling.xml
12574         * manual/intro.xml
12575         * manual/plugins.xml
12576         * manual/sylpheed-claws-manual.xml
12577                 update URLs
12578                 add info about mailing-list support
12579                 edit filtering info
12580         * src/wizard.c
12581         * src/common/defs.h
12582         * src/gtk/about.c
12583         * src/plugins/dillo_viewer/README
12584                 update URLs
12585
12586 2006-05-17 [wwp]        2.2.0cvs30
12587
12588         * manual/handling.xml
12589         * manual/fr/handling.xml
12590                 documented the ability to enabled/disable filtering/processing rules.
12591
12592 2006-05-17 [colin]      2.2.0cvs29
12593
12594         * src/main.c
12595                 Don't initialize g_thread subsystem if it's 
12596                 already done (thanks to Hiro)
12597         * src/mimeview.c
12598                 Fix saving of parts when there name can't be
12599                 converted from UTF-8.
12600
12601 2006-05-17 [paul]       2.2.0cvs28
12602
12603         * po/Makefile.in.in
12604                 fix config.status warning with autoconf 2.60
12605
12606 2006-05-17 [paul]       2.2.0cvs27
12607
12608         * po/POTFILES.in
12609                 add src/mbox.c
12610
12611 2006-05-17 [wwp]        2.2.0cvs26
12612
12613         * src/mainwindow.c
12614                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12615
12616 2006-05-17 [wwp]        2.2.0cvs25
12617
12618         * src/plugins/demo/demo.c
12619                 updated product name in plugin demo (many plugins need to be
12620                 sync'ed w/ that change).
12621
12622 2006-05-17 [colin]      2.2.0cvs24
12623
12624         * src/mh.c
12625                 Fix leak
12626
12627 2006-05-16 [colin]      2.2.0cvs23
12628
12629         * src/mainwindow.c
12630                 Stupid me hit again. Fix cvs22.
12631
12632 2006-05-16 [colin]      2.2.0cvs22
12633
12634         * src/mainwindow.c
12635                 Fix bug #922 (sylpheed-claws crashed after 
12636                 pushing on Inbox folder)
12637
12638 2006-05-16 [colin]      2.2.0cvs21
12639
12640         * src/compose.c
12641                 Make From header be copy/paste/select-able
12642
12643 2006-05-16 [wwp]        2.2.0cvs20
12644
12645         * src/export.c
12646         * src/matcher.c
12647         * src/summaryview.c
12648         * src/etpan/imap-thread.c
12649                 fix some compiler warnings (thanks to Colin).
12650
12651 2006-05-16 [wwp]        2.2.0cvs19
12652
12653         * src/action.c
12654         * src/gedit-print.c
12655         * src/inc.c
12656         * src/mainwindow.c
12657         * src/mh.c
12658         * src/statusbar.c
12659         * src/send_message.c
12660         * src/summaryview.c
12661                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12662
12663 2006-05-15 [colin]      2.2.0cvs18
12664
12665         * src/procmsg.c
12666                 Fix automatic rule creation with List-Post
12667
12668 2006-05-15 [paul]       2.2.0cvs17
12669
12670         * tools/filter_conv_new.pl
12671                 updated for rule enabling/disabling
12672                 claws version >= 2.3.x required
12673
12674 2006-05-15 [cleroy]     2.2.0cvs16
12675
12676         * src/main.c
12677                 Revert test
12678
12679 2006-05-15 [cleroy]     2.2.0cvs15
12680
12681         * src/main.c
12682                 test
12683
12684 2006-05-15 [wwp]        2.2.0cvs14
12685
12686         * manual/pl/.cvsignore
12687                 ignore generated files.
12688
12689 2006-05-14 [wwp]        2.3.0-rc1
12690
12691         * 2.3.0-rc1 released
12692
12693 2006-05-13 [wwp]        2.2.0cvs13
12694
12695         * src/filtering.c
12696         * src/filtering.h
12697         * src/matcher.c
12698         * src/matcher_parser_lex.l
12699         * src/matcher_parser_parse.y
12700         * src/prefs_filtering.c
12701                 new feature: provide the ability to disable filtering and processing
12702                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12703                 adaptations.
12704
12705 2006-05-13 [colin]      2.2.0cvs12
12706
12707         * src/compose.c
12708                 Remove useless if (a) b; else b;
12709                 Thanks to wwp
12710
12711 2006-05-13 [wwp]        2.2.0cvs11
12712
12713         * src/export.c
12714         * src/import.c
12715         * src/mainwindow.c
12716         * src/mbox.c
12717         * src/summaryview.c
12718         * src/summaryview.h
12719                 no more silent failures (or at least less ones) when importing
12720                 or exporting from/to mbox. Also start importing/exporting if
12721                 the necessary info is set.
12722
12723 2006-05-13 [wwp]        2.2.0cvs10
12724
12725         * RELEASE_NOTES
12726                 restored up-to-date release notes.
12727
12728 2006-05-13 [paul]       2.2.0cvs9
12729
12730         * po/nl.po
12731         * po/ru.po
12732                 updated by Tim Dijkstra and Pavlo Bohmat
12733
12734 2006-05-12 [colin]      2.2.0cvs8
12735
12736         * src/gtk/quicksearch.c
12737                 Add "k" as shortcut for "colorlabel". Patch
12738                 by ath42@users.sf.net.
12739
12740 2006-05-12 [paul]       2.2.0cvs7
12741
12742         * src/prefs_common.h
12743         * src/prefs_summaries.c
12744         * src/summaryview.c
12745                 when entering a folder also allow
12746                 going directly to first Marked message
12747
12748 2006-05-12 [paul]       2.2.0cvs6
12749
12750         * src/summaryview.c
12751                 always obey 'confirm before marking all
12752                 mails read' option
12753
12754 2006-05-12 [paul]       2.2.0cvs5
12755
12756         * src/textview.c
12757                 make Sender fully clickable
12758
12759 2006-05-12 [colin]      2.2.0cvs4
12760
12761         * src/compose.c
12762         * src/compose.h
12763                 Let From be editable
12764         * src/main.c
12765         * src/mh.c
12766                 Full support of .mh_sequences' Unseen seq
12767
12768 2006-05-12 [colin]      2.2.0cvs3
12769
12770         * src/folder.c
12771         * src/mainwindow.c
12772         * src/mainwindow.h
12773         * src/messageview.c
12774         * src/prefs_spelling.c
12775         * src/procheader.c
12776         * src/procmsg.c
12777         * src/procmsg.h
12778         * src/summaryview.c
12779         * src/toolbar.c
12780         * src/toolbar.h
12781                 Add contextual menu on Compose toolbar
12782                 button. Fixes bug #944 (Automatic
12783                 addresses not applied when changing account
12784                 from compose window)
12785                 add Mailing List support
12786                 based on the old 0.6.5claws25 patch by
12787                 Melvin Hadasht, with finishing touches
12788                 by Colin
12789                 Fix "ignore thread" when mails are threaded by
12790                 subject (and weren't ignored although appearing
12791                 in the thread).
12792                 GUI rework.
12793                 Both patches by Pawel.
12794
12795 2006-05-08 [paul]       2.2.0cvs2
12796
12797         * src/mainwindow.c
12798         * src/mainwindow.h
12799         * src/messageview.c
12800         * src/procheader.c
12801         * src/procmsg.c
12802         * src/procmsg.h
12803         * src/summaryview.c
12804                 add Mailing List support
12805                 based on the old 0.6.5claws25 patch by 
12806                 Melvin Hadasht, with finishing touches
12807                 by Colin
12808
12809 2006-05-08 [colin]      2.2.0cvs1
12810
12811         * src/mainwindow.c
12812         * src/toolbar.c
12813         * src/toolbar.h
12814                 Add contextual menu on Compose toolbar 
12815                 button. Fixes bug #944 (Automatic 
12816                 addresses not applied when changing account 
12817                 from compose window)
12818
12819 2006-05-08 [paul]       2.2.0
12820
12821         2.2.0 released
12822
12823 2006-05-08 [paul]       2.1.1cvs51
12824
12825         * po/cs.po
12826         * po/de.po
12827         * po/en_GB.po
12828         * po/fi.po
12829         * po/fr.po
12830         * po/pt_BR.po
12831         * po/sr.po
12832         * po/zh_CN.po
12833                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12834                 Fabien Vantard, Frederico Goncalves Guimaraes,
12835                 Aleksandar Urosevic, and Ralgh Young
12836
12837 2006-05-12 [colin]      2.1.1cvs50
12838
12839         * po/cs.po
12840         * po/de.po
12841         * po/en_GB.po
12842         * po/es.po
12843         * po/fi.po
12844         * po/fr.po
12845         * po/pt_BR.po
12846         * po/sr.po
12847         * po/zh_CN.po
12848                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12849                 Fabien Vantard, Frederico Goncalves Guimaraes,
12850                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12851
12852 2006-05-05 [colin]      2.1.1cvs49
12853
12854         * manual/Makefile.am
12855         * manual/pl/Makefile.am
12856         * manual/pl/account.xml
12857         * manual/pl/ack.xml
12858         * manual/pl/addrbook.xml
12859         * manual/pl/advanced.xml
12860         * manual/pl/faq.xml
12861         * manual/pl/glossary.xml
12862         * manual/pl/gpl.xml
12863         * manual/pl/handling.xml
12864         * manual/pl/intro.xml
12865         * manual/pl/keyboard.xml
12866         * manual/pl/plugins.xml
12867         * manual/pl/starting.xml
12868         * manual/pl/sylpheed-claws-manual.xml
12869         * manual/pl/dist/.cvsignore
12870         * manual/pl/dist/Makefile.am
12871         * manual/pl/dist/html/.cvsignore
12872         * manual/pl/dist/html/Makefile.am
12873         * manual/pl/dist/pdf/.cvsignore
12874         * manual/pl/dist/pdf/Makefile.am
12875         * manual/pl/dist/ps/.cvsignore
12876         * manual/pl/dist/ps/Makefile.am
12877         * manual/pl/dist/txt/.cvsignore
12878         * manual/pl/dist/txt/Makefile.am
12879                 Add the polish translation of the manual,
12880                 Authored by Pawel Pekala.
12881
12882 2006-05-05 [cleroy]     2.1.1cvs48
12883
12884         * src/main.c
12885                 Re-read matcherrc after loading plugins 
12886                 if some of them add folders.
12887
12888 2006-05-03 [colin]      2.1.1cvs47
12889
12890         * src/imap.c
12891                 I'm idiot
12892
12893 2006-05-03 [colin]      2.1.1cvs46
12894
12895         * src/imap.c
12896                 Be sure to have a session when
12897                 getting separator
12898
12899 2006-05-03 [colin]      2.1.1cvs45
12900
12901         * src/imap.c
12902         * src/imap.h
12903         * src/imap_gtk.c
12904                 Fix preventing renaming with namespace 
12905                 separator.
12906
12907 2006-05-01 [colin]      2.1.1cvs44
12908
12909         * src/action.c
12910                 Don't reload messageview when result of
12911                 action is piped.
12912
12913 2006-04-29 [colin]      2.1.1cvs43
12914
12915         * src/prefs_receive.c
12916         * src/plugins/spamassassin/spamassassin_gtk.c
12917         * src/plugins/clamav/clamav_plugin_gtk.c
12918                 GUI fixes by Pawel
12919
12920 2006-04-29 [colin]      2.1.1cvs42
12921
12922         * src/prefs_compose_writing.c
12923         * src/prefs_quote.c
12924                 Cleanups. Patch by Pawel
12925
12926 2006-04-28 [paul]       2.1.1cvs41
12927
12928         * src/matcher.c
12929                 fix returned quick search results when search
12930                 term contains an underscore.
12931                 Thanks to Colin
12932
12933 2006-04-28 [paul]       2.1.1cvs40
12934
12935         * src/prefs_message.c
12936         * src/prefs_receive.c
12937                 GUI cleanups
12938                 Patches by Pawel Pekala
12939
12940 2006-04-27 [colin]      2.1.1cvs39
12941
12942         * src/wizard.c
12943                 Differentiate subject Welcome from
12944                 window's title Welcome
12945
12946 2006-04-27 [paul]
12947
12948         2.2.0-rc1 released
12949
12950 2006-04-27 [paul]       2.1.1cvs38
12951
12952         * manual/advanced.xml
12953         * manual/fr/advanced.xml
12954                 add info about compose_no_markup hidden pref
12955
12956 2006-04-27 [paul]       2.1.1cvs37
12957
12958         * src/prefs_account.c
12959                 improve privacy labels
12960         * src/prefs_msg_colors.c
12961                 change some strings for translators' convenience
12962         * src/gtk/gtkutils.c
12963                 don't underline the link button text
12964
12965 2006-04-25 [colin]      2.1.1cvs36
12966
12967         * src/folder.c
12968                 Complete 2.1.1cvs33 (once more ;)
12969
12970 2006-04-25 [colin]      2.1.1cvs35
12971
12972         * src/editldap.c
12973                 Fix tooltip
12974
12975 2006-04-25 [cleroy]     2.1.1cvs34
12976
12977         * src/compose.c
12978         * src/gtk/gtkaspell.c
12979                 Fix crash on redirect (related to the return 
12980                 of the aspell menu in compose's toolbar)
12981         * src/prefs_msg_colors.c
12982                 Fix sensitivity widgets
12983         * src/image_viewer.c
12984         * src/gtk/pluginwindow.c
12985         * src/gtk/prefswindow.c
12986                 Change released signals to clicked (Fabien)
12987         * po/POTFILES.in
12988         * src/common/socket.c
12989         * src/plugins/spamassassin/spamassassin.c
12990                 Translate strings (Fabien)
12991
12992 2006-04-25 [paul]       2.1.1cvs33
12993
12994         * src/folder.c
12995         * src/folder.h
12996         * src/folderview.c
12997                 complete the fix of bug #912
12998                 Thanks to Colin
12999
13000 2006-04-25 [colin]      2.1.1cvs32
13001
13002         * src/news.c
13003                 Better progress bar
13004         * src/mimeview.c
13005         * src/summaryview.c
13006         * src/summaryview.h
13007                 Fix focus chain
13008                 Patches by Pawel Pekala
13009
13010 2006-04-24 [colin]      2.1.1cvs31
13011
13012         * src/compose.c
13013                 Fix compilation warnings (Fabien)
13014
13015 2006-04-24 [colin]      2.1.1cvs30
13016
13017         * src/addrindex.c
13018         * src/editldap.c
13019         * src/editldap_basedn.c
13020         * src/editldap_basedn.h
13021         * src/ldapctrl.c
13022         * src/ldapctrl.h
13023         * src/ldapquery.c
13024         * src/ldaputil.c
13025         * src/ldaputil.h
13026                 Fix bug #901 (LDAPS support)
13027
13028 2006-04-24 [colin]      2.1.1cvs29
13029
13030         * src/compose.c
13031                 Fix logic on error with send dialog on
13032         * src/imap.c
13033                 Fix compilation without libetpan, thanks
13034                 to Fabien
13035         * src/summaryview.c
13036                 Fix 'context-menu' key
13037
13038 2006-04-23 [colin]      2.1.1cvs28
13039
13040         * src/folder.c
13041                 Never free current's cache to free up 
13042                 memory. Fixes bug #912 (new count 
13043                 randomly set to message count)
13044
13045 2006-04-23 [colin]      2.1.1cvs27
13046
13047         * src/gtk/quicksearch.c
13048                 And remove printf...
13049
13050 2006-04-23 [colin]      2.1.1cvs26
13051
13052         * src/gtk/quicksearch.c
13053                 Fix replacing in quicksearch, and fix inserting
13054                 in the middle of the string. (introduced at 2.1.0cvs22)
13055
13056 2006-04-23 [colin]      2.1.1cvs25
13057
13058         * src/imap.c
13059                 Make sure uidnext is initialized in get_num_list
13060                 (not for stable, related to 2.1.1cvs8 and friends)
13061
13062 2006-04-23 [colin]      2.1.1cvs24
13063
13064         * src/imap.c
13065                 Output something when login is successful
13066                 too
13067
13068 2006-04-23 [colin]      2.1.1cvs23
13069
13070         * src/etpan/imap-thread.c
13071                 Better logging (line-per-line, hide data in fetch)
13072                 Fix a const warning
13073         * src/gtk/logwindow.c
13074         * src/gtk/logwindow.h
13075                 Better logging (color for input/output)
13076
13077 2006-04-21 [colin]      2.1.1cvs22
13078
13079         * src/gtk/quicksearch.c
13080                 On gtk+-2.8, use stock buttons in quicksearch
13081                 Based on a patch by Fabien and a design by Paul
13082
13083 2006-04-21 [colin]      2.1.1cvs21
13084
13085         * src/folderview.c
13086         * src/mainwindow.c
13087                 Fix occasional flicker in folderview
13088         * src/common/utils.c
13089                 Fix bug #943 (Incorrectly parsed email address 
13090                 list in short headers on message view and in 
13091                 printouts)
13092
13093 2006-04-20 [colin]      2.1.1cvs20
13094
13095         * src/imap.c
13096         * src/imap.h
13097         * src/prefs_account.c
13098                 Add ANONYMOUS auth for IMAP
13099
13100 2006-04-20 [paul]       2.1.1cvs19
13101
13102         * src/main.c
13103                 proper fix for 2.1.1cvs18
13104                 Thanks to Colin
13105
13106 2006-04-20 [paul]       2.1.1cvs18
13107
13108         * src/main.c
13109                 fix build warnings
13110
13111 2006-04-20 [paul]       2.1.1cvs17
13112
13113         * src/gtk/quicksearch.c
13114                 fix standard, non-extended Quick search,
13115                 was broken in 2.1.1cvs15.
13116                 Thanks to Colin.
13117
13118 2006-04-20 [colin]      2.1.1cvs16
13119
13120         * src/prefs_matcher.c
13121                 Fix values when reselecting a ~test
13122                 rule
13123
13124 2006-04-19 [colin]      2.1.1cvs15
13125
13126         * src/compose.c
13127         * src/compose.h
13128         * src/gtk/gtkaspell.c
13129         * src/gtk/gtkaspell.h
13130                 Put back Options menu in Spelling/
13131         * src/gtk/quicksearch.c
13132                 Don't search, and show error, if the
13133                 advanced search has a syntax error
13134
13135 2006-04-18 [colin]      2.1.1cvs14
13136
13137         * src/textview.c
13138                 Fix gdk warnings on set_cursor when textview
13139                 isn't visible
13140
13141 2006-04-18 [colin]      2.1.1cvs13
13142
13143         * src/gtk/gtksctree.c
13144                 Remove seemingly useless refresh that causes
13145                 flicker - watch this commit in case of 
13146                 problems before planned backport to stable
13147
13148 2006-04-18 [colin]      2.1.1cvs12
13149
13150         * src/imap.c
13151                 Factorize get/set_xml code
13152         * src/compose.c
13153         * src/prefs_account.c
13154         * src/prefs_account.h
13155         * src/procmsg.c
13156                 Add Encrypt to self option
13157
13158 2006-04-17 [colin]      2.1.1cvs11
13159
13160         * configure.ac
13161                 Fix search on encrpyt function on dragonfly
13162                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13163
13164 2006-04-17 [colin]      2.1.1cvs10
13165
13166         * src/prefs_account.c
13167                 Be safe by default: remove mails from POP3
13168                 after 7 days, not immediately
13169
13170 2006-04-17 [colin]      2.1.1cvs9
13171
13172         * src/etpan/imap-thread.c
13173                 Fix build on DragonFly - patch by 
13174                 Jonathan Buschmann <jonthn@agmact.com>
13175
13176 2006-04-17 [colin]      2.1.1cvs8
13177
13178         * src/imap.c
13179                 Save uidnext between sessions
13180
13181 2006-04-17 [colin]      2.1.1cvs7
13182
13183         * src/imap.c
13184                 scan is required when uid validity changes
13185
13186 2006-04-17 [colin]      2.1.1cvs6
13187
13188         * src/folderview.c
13189                 Don't scan if not necessary, apart in current
13190                 folder and INBOX to fetch flags.
13191         * src/imap.c
13192                 Scan is necessary if unread count changes
13193
13194 2006-04-17 [colin]      2.1.1cvs5
13195
13196         * src/imap.c
13197                 ...But always fetch ANSWERED and DELETED flags for
13198                 INBOX, as filtering can happen on these flags.
13199
13200 2006-04-17 [colin]      2.1.1cvs4
13201
13202         * src/imap.c
13203                 Don't fetch REPLIED and DELETED flags when synchronising
13204                 flags with a closed folder. We only need UNSEEN and FLAGGED
13205                 to update the folderview.
13206
13207 2006-04-17 [colin]      2.1.1cvs3
13208
13209         * src/imap.c
13210                 Faster flag search when there are new mails 
13211                 in a folder. We can do a full search if the 
13212                 folder contains less messages than the new
13213                 list.
13214
13215 2006-04-17 [colin]      2.1.1cvs2
13216
13217         * po/cs.po
13218         * po/de.po
13219         * po/fr.po
13220         * po/nl.po
13221         * po/pt_BR.po
13222                 Update translations from stable branch
13223
13224 2006-04-17 [colin]      2.1.1cvs1
13225
13226         * configure.ac
13227                 Bump version to follow stable release
13228
13229 2006-04-16 [mones]      2.1.0cvs50
13230
13231         * po/es.po
13232                 Updated for release
13233
13234 2006-04-16 [colin]      2.1.0cvs49
13235
13236         * src/textview.c
13237                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13238                 with gtk < 2.8. Thanks to Fabien Vantard.
13239
13240 2006-04-15 [colin]      2.1.0cvs48
13241
13242         * src/etpan/imap-thread.c
13243                 Fix bug #919 (libetpan: SEGV when connecting 
13244                 using command)
13245
13246 2006-04-14 [colin]      2.1.0cvs47
13247
13248         * src/main.c
13249                 Fix race on --select (should be done better)
13250
13251 2006-04-14 [wwp]        2.1.0cvs46
13252
13253         * src/send_message.c
13254                 enforce a check for domain in account prefs (a sending
13255                 error could be faced if domain was checked but no value set),
13256                 thanks to Colin.
13257
13258 2006-04-14 [colin]      2.1.0cvs45
13259
13260         * src/codeconv.c
13261                 when converting from unknown to unknown, if the
13262                 string is UTF8, don't convert it to the locale
13263                 (which breaks it)
13264
13265 2006-04-14 [colin]      2.1.0cvs44
13266
13267         * src/compose.c
13268                 Don't try to use ASCII for converting headers
13269                 (as done in body)
13270
13271 2006-04-14 [paul]       2.1.0cvs43
13272
13273         * src/crash.c
13274                 add locale/charset info to crash report
13275         * src/gtk/about.c
13276                 add wwp to doc team
13277                 replace 'e-mail' with preferred 'email'
13278         * src/gtk/authors.h
13279                 ensure contributors list is in alphabetical
13280                 order
13281
13282 2006-04-13 [colin]      2.1.0cvs42
13283
13284         * src/textview.c
13285                 Prevent gdk warnings
13286
13287 2006-04-13 [colin]      2.1.0cvs41
13288
13289         * src/common/ssl_certificate.c
13290         * src/common/ssl_certificate.h
13291         * src/gtk/sslcertwindow.c
13292                 Warn on expired certs, and display the expiration date
13293
13294 2006-04-13 [colin]      2.1.0cvs40
13295
13296         * src/plugins/spamassassin/spamassassin_gtk.c
13297                 Fix missing set_text on unix socket
13298
13299 2006-04-13 [wwp]        2.1.0cvs39
13300
13301         * manual/fr/advanced.xml
13302         * manual/fr/glossary.xml
13303                 applied new spam/ham/email lexicon (pourriel, courriel)
13304
13305 2006-04-13 [paul]       2.1.0cvs38
13306
13307         * src/plugins/pgpmime/plugin.c
13308                 remove the mention of S/MIME from the
13309                 description. This is now handled by the
13310                 S/MIME plugin.
13311
13312 2006-04-13 [paul]       2.1.0cvs37
13313
13314         * src/prefs_msg_colors.c
13315                 rework dialog
13316         * src/prefs_folder_item.c
13317         * src/prefs_spelling.c
13318                 add a tooltip to the colour selector buttons
13319
13320 2006-04-13 [wwp]        2.1.0cvs36
13321
13322         * manual/advanced.xml
13323         * manual/glossary.xml
13324         * manual/handling.xml
13325         * manual/keyboard.xml
13326         * manual/plugins.xml
13327         * manual/starting.xml
13328         * manual/fr/account.xml
13329         * manual/fr/ack.xml
13330         * manual/fr/addrbook.xml
13331         * manual/fr/advanced.xml
13332         * manual/fr/faq.xml
13333         * manual/fr/glossary.xml
13334         * manual/fr/gpl.xml
13335         * manual/fr/handling.xml
13336         * manual/fr/intro.xml
13337         * manual/fr/keyboard.xml
13338         * manual/fr/plugins.xml
13339         * manual/fr/starting.xml
13340         * manual/fr/sylpheed-claws-manual.xml
13341                 fixes to the manuals:
13342                  - summaryview -> Message List (same in French)
13343                  - translate key names
13344                  - fix French punctuation, use non-breakable spaces when
13345                    necessary, don't use &thinsp; which is not portable
13346                  - tell what maildir and mbox formats we support
13347
13348 2006-04-12 [wwp]        2.1.0cvs35
13349
13350         * src/prefs_toolbar.c
13351                 unified a replace button more,
13352                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13353
13354 2006-04-12 [wwp]        2.1.0cvs34
13355
13356         * src/prefs_common.c
13357         * src/prefs_msg_colors.c
13358                 make default color labels translatable,
13359                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13360                 thanks to Tim <timbrain@post.cz> for reporting.
13361
13362 2006-04-12 [wwp]        2.1.0cvs33
13363
13364         * manual/glossary.xml
13365         * manual/intro.xml
13366         * manual/plugins.xml
13367         * manual/starting.xml
13368         * manual/sylpheed-claws-manual.xml
13369         * manual/fr/.cvsignore
13370         * manual/fr/account.xml
13371         * manual/fr/ack.xml
13372         * manual/fr/addrbook.xml
13373         * manual/fr/advanced.xml
13374         * manual/fr/faq.xml
13375         * manual/fr/glossary.xml
13376         * manual/fr/handling.xml
13377         * manual/fr/intro.xml
13378         * manual/fr/keyboard.xml
13379         * manual/fr/plugins.xml
13380         * manual/fr/starting.xml
13381         * manual/fr/sylpheed-claws-manual.xml
13382                 various fixes: typos, missing .fr translations, punctuation,
13383                 capitalization, links, accents and some bad French more.
13384
13385 2006-04-12 [wwp]        2.1.0cvs32
13386
13387         * src/prefs_gtk.c
13388                 fix for bug #935: always store prefs files in UTF-8 (thanks
13389                 to Colin).
13390
13391 2006-04-11 [colin]      2.1.0cvs31
13392
13393         * src/compose.c
13394                 Fix inserting files not in utf8 when locale is utf8
13395
13396 2006-04-11 [colin]      2.1.0cvs30
13397
13398         * src/inc.c
13399                 Don't show error dialog when cancelling connection
13400                 Patch by Pawel
13401
13402 2006-04-11 [cleroy]     2.1.0cvs29
13403
13404         * src/compose.c
13405                 Implement multiple quote levels
13406         * src/prefs_common.c
13407                 Change a little bit the quote bgcolor for 2nd level
13408
13409 2006-04-11 [colin]      2.1.0cvs28
13410
13411         * src/gtk/about.c
13412                 Add locale and charset in the label
13413
13414 2006-04-10 [colin]      2.1.0cvs27
13415
13416         * src/compose.c
13417         * src/prefs_common.c
13418         * src/prefs_common.h
13419         * src/prefs_msg_colors.c
13420         * src/textview.c
13421                 Allow optional background color in quotes
13422                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13423                 GTK+-2.8.x feature
13424
13425 2006-04-10 [colin]      2.1.0cvs26
13426
13427         * src/main.c
13428         * src/mainwindow.c
13429         * src/mainwindow.h
13430                 Implement --select
13431
13432 2006-04-10 [colin]      2.1.0cvs25
13433
13434         * manual/plugins.xml
13435         * manual/fr/plugins.xml
13436                 Document libcurl's proxy variables
13437
13438 2006-04-09 [colin]      2.1.0cvs24
13439
13440         * src/prefs_common.c
13441                 gettext() returns statically allocated stuff. We have
13442                 to strdup it in order to be able to free it.
13443
13444 2006-04-09 [colin]      2.1.0cvs23
13445
13446         * AUTHORS
13447         * src/gtk/authors.h
13448                 Add Alexei
13449
13450 2006-04-09 [colin]      2.1.0cvs22
13451
13452         * src/mainwindow.c
13453         * src/gtk/quicksearch.c
13454                 Fix bug #859 (problems with cyrilic input in 
13455                 search panel) - Patch by Alexey Illarionov 
13456                 <littlesavage@rambler.ru>
13457
13458 2006-04-09 [colin]      2.1.0cvs21
13459
13460         * src/prefs_customheader.c
13461                 I prefer removing then freeing rather than the contrary
13462                 (even if it doesn't change anything ;-)
13463         * src/prefs_account.c
13464                 Fix bug #933 (Crash re-entering the custom headers list 
13465                 dialog in accounts prefs)
13466                 The problem happened when cancelling the Account 
13467                 Preferences' dialogs - in which case we didn't do 
13468                 anything to the PrefsAccount * struct. In case of applying,
13469                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13470                 working with in this dialog. The problem is that 
13471                 prefs_customheader.c, working on this tmp_ac_prefs, always
13472                 changes the ->customhdr_list pointer, even when cancelled. 
13473                 So in case of cancelling the prefs_account dialog, we still
13474                 have to update ->customhdr_list in the real account.
13475
13476 2006-04-08 [colin]      2.1.0cvs20
13477
13478         * manual/fr/glossary.xml
13479         * manual/fr/keyboard.xml
13480                 Forgot some headers :)
13481
13482 2006-04-08 [colin]      2.1.0cvs19
13483
13484         * manual/Makefile.am
13485         * manual/fr/Makefile.am
13486         * manual/fr/account.xml
13487         * manual/fr/ack.xml
13488         * manual/fr/addrbook.xml
13489         * manual/fr/advanced.xml
13490         * manual/fr/faq.xml
13491         * manual/fr/glossary.xml
13492         * manual/fr/gpl.xml
13493         * manual/fr/handling.xml
13494         * manual/fr/intro.xml
13495         * manual/fr/keyboard.xml
13496         * manual/fr/plugins.xml
13497         * manual/fr/starting.xml
13498         * manual/fr/sylpheed-claws-manual.xml
13499         * manual/fr/dist/.cvsignore
13500         * manual/fr/dist/Makefile.am
13501         * manual/fr/dist/html/.cvsignore
13502         * manual/fr/dist/html/Makefile.am
13503         * manual/fr/dist/pdf/.cvsignore
13504         * manual/fr/dist/pdf/Makefile.am
13505         * manual/fr/dist/ps/.cvsignore
13506         * manual/fr/dist/ps/Makefile.am
13507         * manual/fr/dist/txt/.cvsignore
13508         * manual/fr/dist/txt/Makefile.am
13509                 Add the french translation of the manual. Thanks to
13510                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13511                 account.xml, ack.xml, addrbook.xml and advanced.xml
13512
13513 2006-04-08 [colin]      2.1.0cvs18
13514
13515         * manual/plugins.xml
13516         * manual/starting.xml
13517                 More fixes
13518
13519 2006-04-07 [colin]      2.1.0cvs17
13520
13521         * manual/faq.xml
13522         * manual/intro.xml
13523         * manual/keyboard.xml
13524                 Little fixes
13525
13526 2006-04-07 [colin]      2.1.0cvs16
13527
13528         * README
13529         * src/compose.c
13530         * src/prefs_common.c
13531         * src/prefs_common.h
13532                 Add hidden compose_no_markup pref
13533
13534 2006-04-07 [wwp]        2.1.0cvs15
13535
13536         * src/summary_search.c
13537         * .cvsignore
13538                 Bugfix: stop button was sticky when searching in an empty folder.
13539                 Applied curly brackets code style to the whole file (summary_search.c).
13540                 More files to ignore.
13541
13542 2006-04-07 [wwp]        2.1.0cvs14
13543
13544         * src/message_search.c
13545         * src/summary_search.c
13546                 changed default button when search bumps at file/folder
13547                 beginning or end, for convenience (thanks to Colin).
13548
13549 2006-04-07 [paul]       2.1.0cvs13
13550
13551         * src/plugins/dillo_viewer/dillo_prefs.c
13552                 avoid future potential for namespace collision
13553                 Patch by Colin
13554
13555 2006-04-06 [wwp]        2.1.0cvs12
13556
13557         * src/summary_search.c
13558                 Unify extended/advanced searches names (and thus factorize labels),
13559                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13560
13561 2006-04-06 [wwp]        2.1.0cvs11
13562
13563         * src/folderview.c
13564         * src/prefs_themes.c
13565         * src/summaryview.c
13566                 Fixed some compilation warnings.
13567
13568 2006-04-06 [colin]      2.1.0cvs10
13569
13570         * manual/advanced.xml
13571                 Document the wizard template and how to deploy
13572                 Sylpheed-Claws effectively
13573
13574 2006-04-06 [colin]      2.1.0cvs9
13575
13576         * src/folderview.c
13577                 gettext patch to tell translators about _("#"),
13578                 by Maxim Britov
13579
13580 2006-04-06 [colin]      2.1.0cvs8
13581
13582         * src/textview.c
13583                 Fix invalid GtkTextBIter after clicking "Display as text"
13584
13585 2006-04-06 [mones]      2.1.0cvs7
13586
13587         * src/addr_compl.c
13588         * src/addrindex.c
13589         * src/addritem.c
13590         * src/codeconv.c
13591         * src/compose.c
13592         * src/filtering.c
13593         * src/folder.c
13594         * src/folder_item_prefs.c
13595         * src/folderview.c
13596         * src/localfolder.c
13597         * src/matcher.c
13598         * src/mimeview.c
13599         * src/prefs_msg_colors.c
13600         * src/prefs_spelling.c
13601         * src/prefs_themes.c
13602         * src/procmime.c
13603         * src/procmsg.c
13604         * src/stock_pixmap.c
13605         * src/summaryview.c
13606         * src/textview.c
13607         * src/toolbar.c
13608         * src/common/mgutils.c
13609         * src/common/prefs.c
13610         * src/common/ssl_certificate.c
13611         * src/gtk/colorlabel.c
13612         * src/gtk/quicksearch.c
13613         * src/plugins/pgpmime/pgpmime.c
13614         * src/plugins/spamassassin/spamassassin.c
13615                 Removed redundant NULL checks for g_free() calls.
13616                 Patch by Pawel Pekala.
13617
13618 2006-04-06 [mones]      2.1.0cvs6
13619
13620         * src/prefs_actions.c
13621         * src/prefs_filtering.c
13622         * src/prefs_filtering_action.c
13623         * src/prefs_matcher.c
13624         * src/prefs_template.c
13625         * src/gtk/gtkutils.c
13626         * src/gtk/gtkutils.h
13627                 Have a nice replace button. Patch by Pawel Pekala
13628
13629 2006-04-06 [colin]      2.1.0cvs5
13630
13631         * src/addressbook.c
13632                 Fix crash with empty columns
13633
13634 2006-04-05 [colin]      2.1.0cvs4
13635
13636         * src/wizard.c
13637         * src/prefs_gtk.c
13638                 Allow wizard customization with pre-filled values
13639
13640 2006-04-05 [colin]      2.1.0cvs3
13641
13642         * src/textview.c
13643         * src/mimeview.c
13644         * src/mimeview.h
13645                 Nicer messages in mimeview
13646
13647 2006-04-05 [colin]      2.1.0cvs2
13648
13649         * src/addressbook.c
13650         * src/prefs_summaries.c
13651                 i18n fix
13652
13653 2006-04-05 [colin]      2.1.0cvs1
13654
13655         * src/plugins/pgpcore/plugin.c
13656         * src/plugins/pgpcore/select-keys.c
13657         * src/plugins/pgpcore/select-keys.h
13658         * src/plugins/pgpcore/sgpgme.c
13659         * src/plugins/pgpcore/sgpgme.h
13660         * src/plugins/pgpinline/pgpinline.c
13661         * src/plugins/pgpinline/plugin.c
13662         * src/plugins/pgpmime/pgpmime.c
13663         * src/plugins/pgpmime/plugin.c
13664                 Factorize and generalize a bit 
13665                 Drop S/MIME signature verification from PGP/MIME
13666                 (adding it as another, more complete plugin)
13667
13668 2006-04-05 [paul]       2.1.0
13669
13670         2.1.0 released
13671
13672 2006-04-05 [paul]       2.0.0cvs186
13673
13674         * manual/advanced.xml
13675                 add info on colour labels
13676
13677 2006-04-05 [paul]       2.0.0cvs185
13678
13679         * po/bg.po
13680         * po/cs.po
13681         * po/de.po
13682         * po/el.po
13683         * po/en_GB.po
13684         * po/fi.po
13685         * po/fr.po
13686         * po/it.po
13687         * po/nl.po
13688         * po/pl.po
13689         * po/pt_BR.po
13690         * po/sr.po
13691         * po/zh_CN.po
13692                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13693                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13694                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13695                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13696         * src/gtk/authors.h
13697         * tools/claws.i18n.status.pl
13698                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13699                 and new Czech translator, Tim <timbrain@post.cz>
13700
13701 2006-04-05 [mones]      2.0.0cvs184
13702
13703         * po/es.po
13704                 Updated translation
13705
13706 2006-04-05 [colin]      2.0.0cvs183
13707
13708         * src/gtk/quicksearch.c
13709                 Fix bug #929 (unnecessary reload in quick search bar)
13710
13711 2006-04-05 [colin]      2.0.0cvs182
13712
13713         * src/compose.c
13714                 Fix crash on Reply with no From:
13715                 Show signature and conversion error on queuing 
13716                 (but not sending)
13717         * src/mainwindow.c
13718         * src/summaryview.c
13719         * src/summaryview.h
13720                 Factorize threading code and make sure msginfo 
13721                 is not null when it comes from a GtkCTreeRow's 
13722                 data
13723         * src/gtk/gtkaspell.c
13724                 Check for necessary things
13725         * src/gtk/gtksctree.c
13726         * src/gtk/gtksctree.h
13727                 Reset anchor if necessary when removing node
13728
13729 2006-03-29 [colin]      2.0.0cvs181
13730
13731         * src/folderview.c
13732                 Warn for disabled IMAP accounts (due to lack of
13733                 libetpan). Breaks string-freeze - sorry - but it
13734                 is kind of important ;)
13735
13736 2006-03-28 [colin]      2.0.0cvs180
13737
13738         * src/gtk/gtkutils.c
13739         * src/gtk/gtkutils.h
13740                 Add a gtkut_get_link_btn() function that
13741                 creates a button which acts like an URI
13742         * src/prefs_themes.c
13743         * src/gtk/about.c
13744                 Use this function (factorizes codes)
13745         * src/common/defs.h
13746         * src/gtk/pluginwindow.c
13747                 Add a "Get more..." in the plugins window
13748
13749 2006-03-28 [colin]      2.0.0cvs179
13750
13751         * src/common/smtp.c
13752         * src/common/passcrypt.c
13753         * src/undo.c
13754                 Warning fixes. Patch by Pawel Pekala
13755
13756 2006-03-27 [colin]      2.0.0cvs178
13757
13758         * src/undo.c
13759                 Fix undoing by blocks with spaces
13760
13761 2006-03-27 [colin]      2.0.0cvs177
13762
13763         * src/textview.c
13764                 Set margin to 3px for headers
13765
13766 2006-03-27 [paul]
13767
13768         2.1.0-rc2 released
13769
13770 2006-03-27 [wwp]        2.0.0cvs176
13771
13772         * src/summaryview.c
13773                 don't reset quicksearch when updating the message list.
13774                 Thanks to Colin.
13775
13776 2006-03-26 [wwp]        2.0.0cvs175
13777
13778         * src/compose.c
13779                 use a unified border width ('other' tab in the compose window,
13780                 patch by Pawel Pekala).
13781
13782
13783 2006-03-26 [wwp]        2.0.0cvs174
13784
13785         * src/common/quoted-printable.c
13786         * src/addressbook.c
13787                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13788
13789 2006-03-26 [colin]      2.0.0cvs173
13790
13791         * src/quote_fmt_parse.y
13792                 Fix non-UTF8 date formats messing up the whole quote a 
13793                 little bit
13794
13795 2006-03-26 [colin]      2.0.0cvs172
13796
13797         * src/procheader.c
13798                 Make sure the date is UTF8 valid, or try to make it
13799                 so. IncrediMail is really IncrediStupid.
13800         * src/compose.c
13801                 Fix possible conversions. 
13802                 
13803
13804 2006-03-26 [colin]      2.0.0cvs171
13805
13806         * src/matcher.c
13807                 Fix corner cases in body search. This is still a
13808                 hack... It seems impossible to make it good and 
13809                 reasonably fast at the same time.
13810
13811 2006-03-26 [colin]      2.0.0cvs170
13812
13813         * src/summaryview.c
13814                 I think I killed the twilight zone bug!
13815                 summary_select_node() flushes GTK events in order
13816                 to be able to center the view. But this also 
13817                 flushes keypresses like Ctrl-Alt-U, so this can
13818                 call summary_show from summary_select_node (itself
13819                 called from summary_show, etc.). And the summaryview
13820                 has to be unlocked in this function. So just locking
13821                 while processing GTK events, and bailing if locked, 
13822                 should fix it.
13823                 Fixes bug #927 (SIGSEGV during Update Summary)
13824
13825 2006-03-25 [colin]      2.0.0cvs169
13826
13827         * src/matcher.c
13828                 Fix search in QP-encoded bodies
13829                 Fix utf-8 searches in bodies encoded in the
13830                 locale's encoding
13831         * src/common/quoted-printable.c
13832         * src/common/quoted-printable.h
13833                 Add a decode function that doesn't overwrite
13834                 the original pointer
13835                 
13836
13837 2006-03-24 [colin]      2.0.0cvs168
13838
13839         * src/action.c
13840         * src/summaryview.c
13841         * src/summaryview.h
13842                 Update message cache after action
13843                 Patch by H. Merijn Brand
13844         * src/prefs_msg_colors.c
13845                 Factorize label 
13846                 Patch by Fabien Vantard
13847         * src/plugins/spamassassin/spamassassin_gtk.c
13848                 Remove useless translation
13849                 Patch by Fabien Vantard
13850
13851 2006-03-23 [colin]      2.0.0cvs167
13852
13853         * src/common/ssl.c
13854                 Let 30 seconds to SSL_connect
13855
13856 2006-03-23 [wwp]        2.0.0cvs166
13857
13858         * src/summaryview.c
13859         * src/gtk/description_window.c
13860                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13861                 and headers are translated; adjust description windows' width to fit their
13862                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13863
13864 2006-03-23 [paul]       2.0.0cvs165
13865
13866         * src/common/utils.c
13867                 fix highlighting of URIs containing "()"
13868                 (2.0.0cvs164's reversal fixed)
13869                 Thanks to Colin.
13870
13871 2006-03-23 [paul]       2.0.0cvs164
13872
13873         * src/common/utils.c
13874                 revert patch, (postponing a fix), at 2.0.0cvs120
13875                 as it breaks more URIs than it fixes.
13876                 Allow '-' to be a terminating character in a URI
13877
13878 2006-03-22 [colin]      2.0.0cvs163
13879
13880         * configure.ac
13881                 Require libetpan 0.45
13882                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13883
13884 2006-03-22 [paul]       2.0.0cvs162
13885
13886         * src/editgroup.c
13887                 replace '<-' and '->' buttons with GTK_STOCK graphical
13888                 buttons
13889         * src/summary_search.c
13890                 don't offer '...' for translation
13891                 add a tooltip to advanced search '...' button
13892         * src/gtk/quicksearch.c
13893                 don't offer '...' for translation
13894
13895 2006-03-21 [colin]      2.0.0cvs161
13896
13897         * src/compose.c
13898                 Fix middle-click pasting (insert at click
13899                 position instead of cursor position, don't
13900                 remove existing selection and allow pasting
13901                 our own selection)
13902         * src/addressbook.c
13903                 "LDAP Server" -> "LDAP servers"
13904
13905 2006-03-21 [wwp]        2.0.0cvs160
13906
13907         * src/etpan/imap-thread.c
13908                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13909
13910 2006-03-20 [colin]      2.0.0cvs159
13911
13912         * src/summaryview.c
13913                 Don't reload summaryview after an execute with no
13914                 move action
13915
13916 2006-03-19 [colin]      2.0.0cvs158
13917
13918         * src/addressbook.c
13919                 and put groups at the top, always
13920
13921 2006-03-19 [colin]      2.0.0cvs157
13922
13923         * src/addressbook.c
13924                 Order groups before names, as previously
13925
13926 2006-03-19 [colin]      2.0.0cvs156
13927
13928         * src/addressbook.c
13929                 - Sort case-unsensitive
13930                 - Put the sort arrow at opening too
13931
13932 2006-03-19 [wwp]        2.0.0cvs155
13933
13934         * src/addressbook.c
13935                 allow sorting by name/email/remarks, ensure that right-pane's contents
13936                 matches the left-pane selection (cleared when appropriate).
13937                 Patch by Pawel Pekala <c0rn@o2.pl>.
13938
13939 2006-03-18 [colin]      2.0.0cvs154
13940
13941         * src/textview.c
13942                 Fix text cursor ;)
13943
13944 2006-03-18 [colin]      2.0.0cvs153
13945
13946         * src/gtk/filesel.c
13947                 Make sure we hide the preview if we didn't get
13948                 a filename
13949
13950 2006-03-18 [colin]      2.0.0cvs152
13951
13952         * src/summaryview.c
13953                 Set cursor to watch for execution (fixes lack
13954                 of watch-cursor when dnd'ing hundreds of mails)
13955         * src/gtk/filesel.c
13956                 Check that mime type is 'image/*' before updating
13957                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13958
13959 2006-03-18 [colin]      2.0.0cvs151
13960
13961         * src/mainwindow.c
13962         * src/textview.c
13963         * src/textview.h
13964                 Put a watch cursor in textview too when the mainwindow's
13965                 cursor in a watch
13966
13967 2006-03-18 [colin]      2.0.0cvs150
13968
13969         * src/folder.c
13970                 Change wrong asserts to simple tests
13971
13972 2006-03-17 [colin]      2.0.0cvs149
13973
13974         * src/mainwindow.c
13975         * src/mainwindow.h
13976         * src/prefs_msg_colors.c
13977         * src/summaryview.c
13978         * src/summaryview.h
13979         * src/gtk/colorlabel.c
13980         * src/gtk/colorlabel.h
13981                 Add a color label menu in the main menubar
13982                 Add (fixed) accels Ctrl-{0-7} to change the color
13983                 They have to be fixed because the menu's dynamic,
13984                 the items are complex widgets, hence we can't use
13985                 a GtkItemFactory.
13986
13987
13988 2006-03-17 [wwp]        2.0.0cvs148
13989
13990         * src/compose.c
13991                 rollback few lines from my previous commit (those lines come from
13992                 a pending patch, accidentally commited, even if neutral as they are
13993                 commented out).
13994
13995 2006-03-17 [wwp]        2.0.0cvs147
13996
13997         * src/compose.c
13998                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13999                 applied code style/indentation to the modified function.
14000
14001 2006-03-17 [wwp]        2.0.0cvs146
14002
14003         * src/procmsg.c
14004         * src/compose.c
14005                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14006
14007 2006-03-17 [paul]
14008
14009         2.1.0-rc1 released
14010
14011 2006-03-17 [paul]       2.0.0cvs145
14012
14013         * src/main.c
14014                 addressbook_read_file() was called twice
14015         * src/textview.c
14016                 X-Mailer highlighting
14017
14018 2006-03-16 [colin]      2.0.0cvs144
14019
14020         * src/sourcewindow.c
14021         * src/sourcewindow.h
14022                 And the last one, in source window.
14023
14024 2006-03-16 [colin]      2.0.0cvs143
14025
14026         * src/compose.c
14027         * src/compose.h
14028                 Fix the same stuff in compose
14029
14030 2006-03-16 [colin]      2.0.0cvs142
14031
14032         * src/messageview.c
14033                 Complete the previous messageview crash fix
14034
14035 2006-03-16 [colin]      2.0.0cvs141
14036
14037         * src/procmsg.h
14038         * src/procmsg.c
14039         * src/folder.c
14040                 Fix POSTPROCESSING hook
14041                 Patch by H. Merijn Brand
14042
14043         * src/procmime.c
14044         * src/procmime.h
14045                 Parse Content-Location
14046
14047         * src/toolbar.c
14048         * src/messageview.c
14049         * src/messageview.h
14050                 Don't crash when a top-level MessageView has
14051                 been closed on us. Same problematic than
14052                 yesterday's quicksearch issue.
14053
14054 2006-03-15 [colin]      2.0.0cvs140
14055
14056         * src/gtk/quicksearch.c
14057                 Fix a bitchy race we didn't think about when we
14058                 added quicksearch cancellation:
14059                 If the search is not on cached fields, for example
14060                 body_part matchcase "stuff"
14061                 the matcher code has to get the whole message. If
14062                 we're on IMAP, that can be slow, and in order to
14063                 be non-blocking, the IMAP code idle loop processes
14064                 gtk events too. So it is possible to cancel a
14065                 quicksearch while the matcher is getting the mail's
14066                 body. After matcher got its body, it will start to
14067                 iterate over the matcher list that the Quicksearch's
14068                 clear_search_cb() just freed via prepare_matcher().
14069                 SIGSEGV ensues.
14070                 The fix consists of guarding the matcherlist_match()
14071                 call with a boolean 'matching'. If we reset the
14072                 quicksearch while matching is TRUE, we don't free
14073                 the matcherlist anymore like we did, but we set
14074                 another new flag, deferred_free, to TRUE. Then,
14075                 in quicksearch_match(), just after returning from
14076                 matcherlist_match() and unsetting the matching flag,
14077                 we check the deferred_free flag and do the
14078                 prepare_matcher() (which does the matcherlist_free)
14079                 for real, so we free the matcherlist once it's not
14080                 used anymore.
14081                 As all of this runs via the glib main loop, we
14082                 luckily don't need a mutex.
14083         * src/summaryview.c
14084                 Also, show progress while searching.
14085
14086
14087 2006-03-14 [colin]      2.0.0cvs139
14088
14089         * src/alertpanel.c
14090                 Make alertpanel_is_open non-static
14091
14092 2006-03-14 [colin]      2.0.0cvs138
14093
14094         * src/prefs_spelling.c
14095                 Cleanups - Fabien Vantard
14096
14097 2006-03-14 [wwp]        2.0.0cvs137
14098
14099         * src/main.c
14100                 code style normalization (curly braces, indentation).
14101
14102 2006-03-14 [wwp]        2.0.0cvs137
14103
14104         * src/main.c
14105                 code style (braces, indentation)
14106
14107 2006-03-12 [paul]       2.0.0cvs136
14108
14109         * src/prefs_common.c
14110                 trans_hdr defaults to FALSE to be RFC-savvy
14111         * src/prefs_summaries.c
14112                 add a tooltip to the trans_hdr option
14113                 
14114
14115 2006-03-12 [paul]       2.0.0cvs135
14116
14117         * src/prefs_matcher.c
14118                 give a little more width to the combos
14119         * src/prefs_display_header.c
14120         * src/textview.c
14121                 translate headers if prefs_common.trans_hdr
14122                 is TRUE
14123
14124         Patches by Pawel Pekala
14125
14126 2006-03-12 [paul]       2.0.0cvs134
14127
14128         * src/plugins/clamav/clamav_plugin.c
14129         * src/plugins/dillo_viewer/dillo_viewer.c
14130         * src/plugins/pgpcore/plugin.c
14131         * src/plugins/pgpinline/plugin.c
14132         * src/plugins/pgpmime/plugin.c
14133         * src/plugins/spamassassin/spamassassin.c
14134                 update/add to descriptions
14135         * src/plugins/spamassassin/spamassassin_gtk.c
14136                 fixes to the english, remove superfluous
14137                 tooltips, clean up a little
14138
14139 2006-03-12 [paul]       2.0.0cvs133
14140
14141         * src/compose.c
14142                 fix Bug 924, 'Account combo box shows up wrong 
14143                 if & is in account name'
14144
14145 2006-03-11 [colin]      2.0.0cvs132
14146
14147         * src/summaryview.c
14148                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14149                 messed up shift-selection because is slows down
14150                 moving around summaryview. thanks -users
14151
14152 2006-03-10 [colin]      2.0.0cvs131
14153
14154         * src/plugins/spamassassin/spamassassin_gtk.c
14155                 Put back Paul's engrish fixes
14156
14157 2006-03-10 [colin]      2.0.0cvs130
14158
14159         * src/plugins/spamassassin/spamassassin.c
14160         * src/plugins/spamassassin/spamassassin.h
14161         * src/plugins/spamassassin/spamassassin_gtk.c
14162                 Cleanup SA prefs page (more)
14163                 Patch by Fabien Vantard
14164
14165 2006-03-10 [paul]       2.0.0cvs129
14166
14167         * src/prefs_msg_colors.c
14168         * src/prefs_spelling.c
14169                 widget sensitivity
14170
14171 2006-03-09 [mones]      2.0.0cvs128
14172
14173         * po/es.po
14174                 Update for next RC
14175
14176 2006-03-09 [wwp]        2.0.0cvs127
14177
14178         * configure.ac
14179                 revert accidental commit (requirement for libetpan 0.43), this time
14180                 not in HEAD.
14181
14182 2006-03-09 [wwp]        2.0.0cvs125
14183
14184         * configure.ac
14185                 revert accidental commit (requirement for libetpan 0.43)
14186
14187 2006-03-09 [paul]       2.0.0cvs126
14188
14189         * src/prefs_receive.c
14190                 remove useless frame
14191                 replace 'incorporation' with 'receiving'
14192         * src/plugins/clamav/clamav_plugin_gtk.c
14193         * src/plugins/spamassassin/spamassassin_gtk.c
14194                 improve widget sensitivity
14195                 fix a bit his engrish
14196
14197 2006-03-09 [wwp]        2.0.0cvs125
14198
14199         * src/addressadd.c
14200         * src/foldersel.c
14201         * src/prefs_common.c
14202         * src/prefs_common.h
14203                 remember some more windows' sizes (add to addressbook and
14204                 select folder).
14205
14206 2006-03-09 [paul]       2.0.0cvs124
14207
14208         * src/plugins/pgpcore/prefs_gpg.c
14209                 normalise construction of dialogue
14210
14211 2006-03-09 [paul]       2.0.0cvs123
14212
14213         * src/plugins/trayicon/Makefile.am
14214                 add missing slash
14215
14216 2006-03-08 [colin]      2.0.0cvs122
14217
14218         * src/plugins/trayicon/Makefile.am
14219                 Fix build in separate dir 
14220                 Patch by Bamanzi <bamanzi@gmail.com>
14221
14222 2006-03-08 [colin]      2.0.0cvs121
14223
14224         * src/procmsg.c
14225                 Batch move and copies from summaryview with delayed execution
14226                 too
14227
14228 2006-03-07 [paul]       2.0.0cvs120
14229
14230         * src/common/utils.c
14231                 fix highlighting of URIs containing "()"
14232                 Patch by Pawel Pekala
14233
14234 2006-03-07 [paul]       2.0.0cvs119
14235
14236         * src/folder.c
14237         * src/folder.h
14238         * src/folderview.c
14239                 immediately do alphabetical resort when
14240                 changing a folder's name
14241                 Patch by Pawel Pekala
14242
14243 2006-03-07 [paul]       2.0.0cvs118
14244
14245         * src/news.c
14246         * src/news_gtk.c
14247                 when unsubscribing a newsgroup, remove the
14248                 folder and msgs in .sylpheed-claws/newscache
14249                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14250
14251 2006-03-07 [paul]       2.0.0cvs117
14252
14253         * src/textview.c
14254                 fix wrong Fake URL Warning
14255                 Thanks to Hiro
14256
14257 2006-03-07 [colin]      2.0.0cvs116
14258
14259         * src/imap.c
14260                 Return immediately when password dialog was
14261                 cancelled
14262         * src/gtk/inputdialog.c
14263                 Allow empty strings for passwords
14264
14265
14266 2006-03-06 [colin]      2.0.0cvs115
14267
14268         * src/imap.c
14269                 Prevent double-timeouts when connection fails
14270
14271 2006-03-06 [colin]
14272
14273         2.0.1-rc1 released
14274
14275 2006-03-06 [colin]      2.0.0cvs114
14276
14277         * src/imap.c
14278                 Refresh session during potentially long
14279                 operations
14280
14281 2006-03-06 [wwp]        2.0.0cvs113
14282
14283         * src/prefs_msg_colors.h
14284                 forgot that one (custom color labels).
14285
14286 2006-03-06 [wwp]        2.0.0cvs112
14287
14288         * src/prefs_common.c
14289         * src/prefs_common.h
14290         * src/prefs_msg_colors.c
14291         * src/summaryview.c
14292         * src/summaryview.h
14293         * src/gtk/colorlabel.c
14294         * src/gtk/colorlabel.h
14295                 colors in messages list are now customizable. Color values and names can
14296                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14297                 Thanks to Paul and Colin for their help with this longstanding patch!
14298
14299 2006-03-06 [wwp]        2.0.0cvs111
14300
14301         * src/textview.c
14302                 don't crash if (x)face is bad.
14303
14304 2006-03-05 [paul]       2.0.0cvs110
14305
14306         * AUTHORS
14307         * configure.ac
14308         * src/Makefile.am
14309         * src/common/Makefile.am
14310         * src/common/utils.h
14311         * src/etpan/imap-thread.c
14312         * src/gtk/authors.h
14313         * src/plugins/clamav/Makefile.am
14314         * src/plugins/demo/Makefile.am
14315         * src/plugins/dillo_viewer/Makefile.am
14316         * src/plugins/pgpcore/Makefile.am
14317         * src/plugins/pgpcore/passphrase.c
14318         * src/plugins/pgpinline/Makefile.am
14319         * src/plugins/pgpmime/Makefile.am
14320         * src/plugins/spamassassin/Makefile.am
14321         * src/plugins/trayicon/Makefile.am
14322                 fix builiding on cygwin
14323                 Patch by Ralgh Young <bamanzi@gmail.com>
14324
14325 2006-03-04 [wwp]        2.0.0cvs109
14326
14327         * manual/keyboard.xml
14328                 fix mixed up/down keys.
14329
14330 2006-03-04 [wwp]        2.0.0cvs108
14331
14332         * README
14333         * INSTALL
14334                 updated links to SpamAssassin.
14335
14336 2006-03-04 [wwp]        2.0.0cvs107
14337
14338         * manual/plugins.xml
14339         * src/plugins/spamassassin/README
14340                 updated SpamAssassin plugin docs to reflect new functional additions
14341                 (also fix/update/documents few technical stuff more, see the README).
14342
14343 2006-03-04 [wwp]        2.0.0cvs106
14344
14345         * src/prefs_message.c
14346                 normalized capitalization of message-prefs paths.
14347
14348 2006-03-04 [wwp]        2.0.0cvs105
14349
14350         * manual/advanced.xml
14351                 typo.
14352
14353 2006-03-03 [colin]      2.0.0cvs104
14354
14355         * src/plugins/clamav/clamav_plugin_gtk.c
14356                 Rework prefs page, patch by Fabien 
14357
14358 2006-03-03 [colin]      2.0.0cvs103
14359
14360         * src/plugins/clamav/clamav_plugin.c
14361                 Set error on all errors
14362
14363 2006-03-03 [colin]      2.0.0cvs102
14364
14365         * src/common/plugin.c
14366                 Initialize error to avoid crashing when a plugin fails
14367                 without setting error
14368
14369 2006-03-02 [wwp]        2.0.0cvs101
14370
14371         * configure.ac
14372                 fixed linker flags for libetpan support on Cygwin
14373                 (thanks to H.Merijn Brand).
14374
14375 2006-03-02 [wwp]        2.0.0cvs100
14376
14377         * src/addressbook.c
14378                 fix some AB error messages: one for punctuation and
14379                 one wrongly duplicate (thanks, maxbritov).
14380
14381 2006-03-02 [wwp]        2.0.0cvs99
14382
14383         * src/plugins/spamassassin/spamassassin.c
14384                 make sync calls to sa-learn/spamc to prevent
14385                 system (whatever local or client/server) overload.
14386
14387 2006-03-02 [colin]      2.0.0cvs98
14388
14389         * src/summaryview.c
14390                 Put the spam icon in the status column instead of the
14391                 mark one
14392
14393 2006-03-01 [colin]      2.0.0cvs97
14394
14395         * src/plugins/spamassassin/spamassassin.c
14396                 Fix segfault (g_file_set_contents fails for some 
14397                 reason and err==0x2f. Can't find out why with
14398                 valgrind, using working function :-)
14399
14400 2006-03-01 [colin]      2.0.0cvs96
14401
14402         * src/inc.c
14403                 Offline overriding: let 'No' be cached only 3 seconds
14404
14405 2006-03-01 [colin]      2.0.0cvs95
14406
14407         * src/addr_compl.c
14408         * src/addrbook.c
14409         * src/addressbook.c
14410         * src/addrindex.c
14411         * src/folder_item_prefs.c
14412         * src/headerview.c
14413         * src/imap.c
14414         * src/inc.c
14415         * src/ldif.c
14416         * src/mainwindow.c
14417         * src/mh.c
14418         * src/msgcache.c
14419         * src/prefs_common.h
14420         * src/prefs_msg_colors.c
14421         * src/procheader.c
14422         * src/procheader.h
14423         * src/procmime.c
14424         * src/procmsg.c
14425         * src/procmsg.h
14426         * src/send_message.h
14427         * src/simple-gettext.c
14428         * src/summaryview.c
14429         * src/summaryview.h
14430         * src/syldap.c
14431         * src/textview.c
14432         * src/undo.c
14433         * src/common/ssl_certificate.c
14434         * src/common/utils.c
14435         * src/gtk/colorsel.c
14436         * src/gtk/gtksctree.c
14437         * src/gtk/gtkshruler.c
14438         * src/plugins/trayicon/trayicon.c
14439                 #if 0 goes to /dev/null
14440
14441 2006-03-01 [colin]      2.0.0cvs94
14442
14443         * src/compose.c
14444         * src/imap.c
14445         * src/inc.c
14446         * src/inc.h
14447         * src/messageview.c
14448         * src/news.c
14449         * src/plugins/spamassassin/spamassassin.c
14450                 Allow to add information in the "working offline"
14451                 window
14452
14453 2006-03-01 [wwp]        2.0.0cvs93
14454
14455         * src/plugins/spamassassin/spamassassin.c
14456                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14457                 'cause it seems that calling `spamc ... < inputfile` with
14458                 g_spawn_(a)sync simply.. erm doesn't work :-).
14459
14460 2006-03-01 [wwp]        2.0.0cvs92
14461
14462         * src/toolbar.c
14463         * src/toolbar.h
14464                 simplify the adding of spam/ham button to the messageview toolbar
14465                 (it gets more clear now that the same button will be "Mark as spam"
14466                 or "Mark as ham" according to the current message status,
14467                 thanks to Colin).
14468
14469 2006-03-01 [wwp]        2.0.0cvs91
14470
14471         * src/messageview.c
14472         * src/procmsg.c
14473         * src/procmsg.h
14474         * src/summaryview.c
14475         * src/plugins/spamassassin/spamassassin.c
14476         * src/plugins/spamassassin/spamassassin.h
14477                 make learner callbacks return a status (0 for ok),
14478                 handle it in main code to avoid setting flags when learning failed,
14479                 don't learn on TCP if offline in spamassassin,
14480                 thanks to Colin.
14481
14482                 
14483
14484 2006-03-01 [wwp]        2.0.0cvs90
14485
14486         * src/compose.c
14487                 some work around the compose window's account menu,
14488                 patch by Fabien Vantard.
14489
14490 2006-03-01 [wwp]        2.0.0cvs89
14491
14492         * src/plugins/spamassassin/spamassassin.c
14493                 fixed bad logics, was using spamc in local mode and sa-learn
14494                 in remote mode (thanks, Colin).
14495
14496 2006-03-01 [wwp]        2.0.0cvs88
14497
14498         * src/plugins/spamassassin/spamassassin.c
14499         * src/plugins/spamassassin/spamassassin.h
14500         * src/plugins/spamassassin/spamassassin_gtk.c
14501                 made processing of emails w/ sa-plugin an option (default is TRUE),
14502                 fixed Engrish some tooltips, capitalization of some debug messages
14503                 and warnings. The spamassassin plugin now provides two separate
14504                 services: process emails upon incorporation and spamd training.
14505                 Both services (un)register independently but use some common
14506                 plugin settings (transport settings, spam storage location).
14507
14508 2006-02-28 [wwp]        2.0.0cvs87
14509
14510         * src/plugins/spamassassin/spamassassin.c
14511                 fix async flag to spamc cmdline execution (batch exec should
14512                 be asynchronous).
14513
14514 2006-02-27 [wwp]        2.0.0cvs86
14515
14516         * src/plugins/spamassassin/spamassassin.c
14517         * src/plugins/spamassassin/spamassassin.h
14518         * src/plugins/spamassassin/spamassassin_gtk.c
14519                 - added the ability to learn a remote spamassassin server (spamd),
14520                 using spamc.
14521                 - added the spamassassin option 'username', that applies to all
14522                 spamassassin operations (filtering, learning, local or remote).
14523                 The default username is the current unix user (if left blank
14524                 from gtk prefs or config file).
14525                 - commented out some unused code (notebook widget), removed unused
14526                 layout (hbox1).
14527                 - make more widgets sensitive to the transport type.
14528
14529 2006-02-27 [colin]      2.0.0cvs85
14530
14531         * src/plugins/spamassassin/spamassassin.c
14532                 Fix sa-learn call when offline
14533
14534 2006-02-27 [colin]      2.0.0cvs84
14535
14536         * configure.ac
14537         * src/Makefile.am
14538         * src/mainwindow.c
14539         * src/mainwindow.h
14540         * src/messageview.c
14541         * src/messageview.h
14542         * src/prefs_toolbar.c
14543         * src/procmsg.c
14544         * src/stock_pixmap.c
14545         * src/stock_pixmap.h
14546         * src/summaryview.c
14547         * src/toolbar.c
14548         * src/toolbar.h
14549         * src/pixmaps/ham_btn.xpm
14550         * src/pixmaps/spam.xpm
14551         * src/pixmaps/spam_btn.xpm
14552         * src/plugins/spamassassin/spamassassin.c
14553                 Add button in toolbar for spam learning
14554                 Fix a few bugs from the last related commit
14555                 Revert 1.9.6cvs23 which messed up shift-selection
14556
14557 2006-02-24 [colin]      2.0.0cvs83
14558
14559         * src/procmsg.c
14560         * src/summaryview.c
14561         * src/summaryview.h
14562         * src/plugins/spamassassin/spamassassin.c
14563         * src/plugins/spamassassin/spamassassin.h
14564         * src/plugins/spamassassin/spamassassin_gtk.c
14565                 Unregister learner when spamassassin is either
14566                 disabled or over tcp
14567
14568 2006-02-24 [colin]      2.0.0cvs82
14569
14570         * src/Makefile.am
14571         * src/mainwindow.c
14572         * src/mainwindow.h
14573         * src/procmsg.c
14574         * src/procmsg.h
14575         * src/stock_pixmap.c
14576         * src/stock_pixmap.h
14577         * src/summaryview.c
14578         * src/summaryview.h
14579         * src/gtk/icon_legend.c
14580         * src/pixmaps/spam.xpm  ** NEW FILE **
14581         * src/plugins/spamassassin/spamassassin.c
14582         * src/plugins/spamassassin/spamassassin_gtk.c
14583                 Add spam learning interface (Mark/Mark as 
14584                 (spam|ham) menus)
14585
14586 2006-02-24 [wwp]        2.0.0cvs81
14587
14588         * src/compose.c
14589         * src/compose.h
14590         * src/filtering.c
14591                 hide compose window when sending message in batch mode
14592                 (filtering: forward and redirect). Also fixed a wrong
14593                 value returned when sending failed, neutral anyway.
14594                 (Colin, me) 
14595
14596 2006-02-24 [wwp]        2.0.0cvs80
14597
14598         * src/mainwindow.c
14599                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14600
14601 2006-02-24 [paul]       2.0.0cvs79
14602
14603         * src/news.c
14604         * src/news.h
14605         * src/news_gtk.c
14606                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14607                 Thanks to Colin
14608
14609 2006-02-23 [colin]      2.0.0cvs78
14610
14611         * src/alertpanel.c
14612                 Change OK to Close in alertpanel with View log
14613                 button; add accel to View log. Patch by Fabien
14614                 Vantard
14615
14616 2006-02-23 [wwp]        2.0.0cvs77
14617
14618         * src/compose.c
14619                 silly me, there were much more tests to perform, since toolbars can
14620                 really have down to 1 element only.
14621
14622 2006-02-23 [wwp]        2.0.0cvs76
14623
14624         * commitHelper
14625                 fixed indentation from my previous commit. Fallback to VISUAL if
14626                 EDITOR is not set (and to vi, at last resort).
14627
14628 2006-02-23 [wwp]        2.0.0cvs75
14629
14630         * commitHelper
14631                 improved error detection (Colin, me).
14632
14633 2006-02-23 [wwp]        2.0.0cvs74
14634
14635         * src/prefs_toolbar.c
14636                 simplify and fix prefs/toolbars layouting. Combos' contents can
14637                 now be really displayed.
14638
14639 2006-02-23 [wwp]        2.0.0cvs73
14640         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14641         be really displayed.
14642
14643 2006-02-22 [wwp]        2.0.0cvs72
14644
14645         * src/compose.c
14646                 fix a typo in my previous commit (sorry!).
14647
14648 2006-02-22 [wwp]        2.0.0cvs71
14649
14650         * src/prefs_toolbar.c
14651                 fix a crash when adding separators to toolbars,
14652                 also fix some separator item information.
14653
14654 2006-02-22 [wwp]        2.0.0cvs70
14655
14656         * src/compose.c
14657                 fix a crash when redirecting (for instance) when compose window's
14658                 toolbar contents has been customized (when some buttons have been
14659                 removed in fact).
14660
14661 2006-02-21 [wwp]        2.0.0cvs69
14662
14663         * src/summaryview.c
14664         * src/gtk/pluginwindow.c
14665         * src/plugins/pgpcore/prefs_gpg.c
14666                 fix some compilation warnings (feat. remains of removed code).
14667
14668 2006-02-21 [wwp]        2.0.0cvs68
14669
14670         * src/gtk/gtkutils.c
14671                 fix two compilation issues, thanks to Stephan Sachse.
14672
14673 2006-02-20 [colin]      2.0.0cvs67
14674
14675         * src/mainwindow.c
14676                 Don't reselect displayed mail on refocus
14677                 This fixes actions misbehaving 
14678
14679 2006-02-20 [wwp]        2.0.0cvs66
14680
14681         * src/summaryview.c
14682         * src/gtk/gtksctree.c
14683         * src/gtk/gtkshruler.c
14684                 changed more runtime typecast checks.
14685
14686 2006-02-20 [wwp]        2.0.0cvs65
14687
14688         * src/summary_search.c
14689                 find all - summaryview refresh issue fixed, thanks to Colin.
14690
14691 2006-02-20 [wwp]        2.0.0cvs64
14692
14693         * src/gtk/gtkutils.c
14694                 better runtime typecast checks.
14695
14696 2006-02-20 [wwp]        2.0.0cvs63
14697
14698         * src/summary_search.c
14699                 enhancements to the summary search:
14700                         - add the ability to stop the running search
14701                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14702                         - don't search if no criteria (From/To/Subject/Body) is set
14703                         - ensure that a busy mouse pointer is always shown when searching,
14704                           show it even a bit earlier
14705
14706 2006-02-19 [colin]      2.0.0cvs62
14707
14708         * src/compose.c
14709         * src/imap.c
14710         * src/etpan/imap-thread.c
14711         * src/etpan/imap-thread.h
14712                 (Future) IMAP speed improvement on sending
14713                 Will require a libetpan update
14714         * src/summaryview.c
14715         * src/gtk/quicksearch.c
14716                 Make quicksearch clearable while running.
14717
14718 2006-02-17 [colin]      2.0.0cvs61
14719
14720         * src/imap.c
14721         * src/etpan/imap-thread.c
14722         * src/etpan/imap-thread.h
14723                 Check for IMAP certificates
14724                 ** Requires libetpan-0.42-cvs4 
14725                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14726
14727 2006-02-17 [colin]      2.0.0cvs60
14728
14729         * src/messageview.c
14730         * src/prefs_common.c
14731         * src/prefs_common.h
14732         * src/prefs_message.c
14733                 Add pref to display HTML-only mails with plugin, 
14734                 if possible (defaulting to FALSE of course).
14735
14736 2006-02-16 [colin]      2.0.0cvs59
14737
14738         * src/main.c
14739         * src/common/plugin.c
14740         * src/common/plugin.h
14741         * src/gtk/pluginwindow.c
14742                 Keep track of requested (but unloaded) plugins
14743                 in some error cases.
14744
14745 2006-02-16 [wwp]        2.0.0cvs58
14746
14747         * src/gtk/gtkaspell.c
14748         * src/gtk/gtkaspell.h
14749         * src/prefs_spelling.c
14750         * src/compose.c
14751         * src/prefs_common.c
14752         * src/prefs_common.h
14753                 implemented new optional spellchecker behaviour: re-check message when
14754                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14755
14756 2006-02-16 [wwp]        2.0.0cvs57
14757
14758         * src/quote_fmt_parse.y
14759                 pclose popen'ed pipe.
14760
14761 2006-02-15 [colin]      2.0.0cvs56
14762
14763         * src/mimeview.c
14764         * src/mimeview.h
14765                 Let MimeViewers know which MimeView they
14766                 depend of.
14767         * src/summaryview.c
14768                 Swap From/To columns in Sent/Queue/Drafts
14769                 folders
14770         * src/etpan/imap-thread.c
14771                 Use mailstream_low_tls_open() for STARTTLS
14772                 instead of mailstream_low_ssl_open()
14773                 ** REQUIRES libetpan 0.42cvs3 **
14774
14775 2006-02-15 [wwp]        2.0.0cvs55
14776
14777         * src/compose.c
14778         * src/compose.h
14779         * src/message_search.c
14780         * src/message_search.h
14781         * src/textview.c
14782         * src/gtk/gtkutils.c
14783         * src/gtk/gtkutils.h
14784                 added the ability to Find text in the compose window (and a bit
14785                 of code factorization).
14786
14787 2006-02-15 [wwp]        2.0.0cvs54
14788
14789         * src/prefs_gtk.c
14790                 yet another one file was missing (fix for some widgets' sensitivity).
14791                 Thanks Colin!
14792
14793 2006-02-15 [wwp]        2.0.0cvs53
14794
14795         * src/prefs_gtk.h
14796                 oops forgot that file (fix for some widgets' sensitivity).
14797
14798 2006-02-15 [wwp]        2.0.0cvs52
14799
14800         * src/summary_search.c
14801                 implemented advanced summary search options (added the ability
14802                 to use matcher conditions in an advanced search mode).
14803
14804 2006-02-15 [wwp]        2.0.0cvs51
14805
14806         * src/plugins/pgpcore/prefs_gpg.c
14807         * src/prefs_account.c
14808                 fix some widget sensitivity, mostly around some labels in
14809                 account prefs.
14810
14811 2006-02-15 [paul]       2.0.0cvs50
14812
14813         * manual/advanced.xml
14814                 improve Templates info
14815                 written by wwp
14816
14817 2006-02-14 [colin]      2.0.0cvs49
14818
14819         * src/pixmaps/address_book.xpm
14820         * src/pixmaps/preferences.xpm
14821         * src/pixmaps/properties.xpm
14822                 Fix pixmap size - patch by Fabien Vantard
14823
14824 2006-02-13 [colin]      2.0.0cvs48
14825
14826         * src/procmime.c
14827                 Add missing fclose()s on error
14828         * src/textview.c
14829                 Remove unused code
14830         * src/common/utils.c
14831                 Fix temp files not being deleted on windows
14832         Patches by Thomas Gilgin
14833
14834 2006-02-13 [colin]      2.0.0cvs47
14835
14836         * src/mainwindow.c
14837                 Fix exit crash
14838
14839 2006-02-13 [wwp]        2.0.0cvs46
14840
14841         * src/plugins/pgpcore/prefs_gpg.c
14842                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14843
14844 2006-02-12 [colin]      2.0.0cvs45
14845
14846         * src/folderview.c
14847         * src/main.c
14848         * src/mainwindow.c
14849                 Fix "stuff" when quitting
14850
14851 2006-02-12 [wwp]        2.0.0cvs44
14852
14853         * src/prefs_themes.c
14854                 fix typos in debug messages.
14855
14856 2006-02-11 [colin]      2.0.0cvs43
14857
14858         * src/summaryview.c
14859                 don't allow drag/drop from ourself
14860
14861 2006-02-10 [wwp]        2.0.0cvs42
14862
14863         * src/exporthtml.c
14864         * src/html.c
14865         * src/html.h
14866         * src/procmime.c
14867         * src/textview.c
14868                 renamed html_ prefixed functions and data structures to avoid
14869                 namespace clashes w/ other software (gtkhtml2 for instance).
14870                 Closes bug #907.
14871
14872
14873 2006-02-09 [colin]      2.0.0cvs41
14874
14875         * src/summaryview.c
14876                 Fix shitty logic messed up. Thanks Ticho for the hint!
14877
14878 2006-02-09 [wwp]        2.0.0cvs40
14879
14880         * src/gtk/about.c
14881         * src/compose.c
14882         * src/prefs_account.c
14883         * src/prefs_gtk.h
14884         * src/editaddress.c
14885                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14886                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14887                 Browse buttons in accounts prefs.
14888
14889 2006-02-09 [colin]      2.0.0cvs39
14890
14891         * src/matcher.c
14892                 Check for pointer before using its members
14893         * src/gtk/gtksourceprintjob.c
14894                 Fix a wrong warning
14895
14896 2006-02-09 [wwp]        2.0.0cvs38
14897
14898         * src/gtk/filesel.c
14899                 fix few compiler warnings (type mismatch).
14900
14901 2006-02-09 [paul]       2.0.0cvs37
14902
14903         * po/fr.po
14904                 updated by Fabien Vantard
14905
14906 2006-02-08 [colin]      2.0.0cvs36
14907
14908         * src/prefs_common.c
14909         * src/common/defs.h
14910         * src/common/plugin.c
14911                 allow windows and linux configurations to coexist
14912                 patch by Thomas Gilgin
14913
14914 2006-02-08 [colin]      2.0.0cvs35
14915
14916         * src/filtering.c
14917         * src/matcher.c
14918         * src/matcher.h
14919         * src/matcher_parser_parse.y
14920         * src/prefs_filtering_action.c
14921         * src/prefs_matcher.c
14922                 Add the "Ignore thread" filtering
14923                 action
14924
14925 2006-02-08 [colin]      2.0.0cvs34
14926
14927         * src/compose.c
14928         * src/procmime.c
14929         * src/procmime.h
14930                 Fix bug #905 (damaged attachment)
14931                 text files with raw \0's aren't really text files
14932         FOR_STABLE
14933
14934 2006-02-08 [colin]      2.0.0cvs33
14935
14936         * src/summaryview.c
14937                 Fix crasher introduced yesterday
14938
14939 2006-02-08 [wwp]        2.0.0cvs32
14940
14941         * src/compose.c
14942         * src/compose.h
14943                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14944
14945 2006-02-08 [wwp]        2.0.0cvs31
14946
14947         * src/prefs_template.c
14948                 templates enhancement: allow address completion for Cc and Bcc fields
14949                 (it was currently possible for the To field only)
14950
14951 2006-02-08 [colin]      2.0.0cvs30
14952
14953         * src/compose.c
14954                 Don't unblock if not blocked
14955         FOR_STABLE
14956
14957 2006-02-07 [colin]      2.0.0cvs29
14958
14959         * src/action.c
14960                 Forgot to refresh summaryview
14961
14962 2006-02-07 [colin]      2.0.0cvs28
14963
14964         * src/action.c
14965                 Freeze/thaw message list and folder list while
14966                 processing %as{} actions 
14967         * src/compose.c
14968                 Fix auto-wrap disabling after a middle-click
14969                 paste - FOR_STABLE
14970
14971 2006-02-07 [paul]       2.0.0cvs27
14972
14973         * src/folder.c
14974                 fix freeing of uninitialised pointers
14975                 Thanks to Colin
14976
14977 2006-02-06 [colin]      2.0.0cvs26
14978
14979         * src/folder.c
14980                 Use g_slist_prepend in potentially big list
14981
14982 2006-02-06 [colin]      2.0.0cvs25
14983
14984         * src/folder.c
14985                 Completely skip processing if it doesn't 
14986                 exist (faster!)
14987
14988 2006-02-06 [colin]      2.0.0cvs24
14989
14990         * src/folder.c
14991         * src/summaryview.c
14992                 Batch filtering in summaryview (from Tools menu)
14993                 and pre/post//-processing too
14994
14995 2006-02-06 [colin]      2.0.0cvs23
14996
14997         * src/procmsg.h
14998         * src/filtering.c
14999                 Use a special field for batch filtering instead
15000                 of stepping on deferred execution's toes
15001
15002 2006-02-06 [colin]      2.0.0cvs22
15003
15004         * src/action.c
15005         * src/filtering.c
15006         * src/filtering.h
15007         * src/folder.c
15008         * src/summaryview.c
15009                 Fix filtering via menus and actions
15010
15011 2006-02-06 [colin]      2.0.0cvs21
15012
15013         * src/imap.c
15014                 Put the added file directly to cache if possible (will work
15015                 with next libetpan)
15016         * src/filtering.c
15017         * src/filtering.h
15018         * src/inc.c
15019         * src/folder.c
15020         * src/mbox.c
15021         * src/procmsg.h
15022                 Move and copy filtered messages by batches instead of one
15023                 by one - faster on IMAP
15024         * src/procmsg.c
15025                 Add a function that'll possibly be useful later
15026
15027 2006-02-06 [colin]      2.0.0cvs20
15028
15029         * src/addressbook.c
15030                 Use internal mime-type instead of text/plain for d'n'd
15031         * src/compose.c
15032                 Allow attaching files from mimeview's icon list via d'n'd
15033         * src/folderview.c
15034         * src/folderview.h
15035                 Use internal mime-type instead of text/plain for d'n'd
15036                 Don't try to selected opened folder if none is
15037                 Factorize d'n'd from other apps code
15038         * src/headerview.c
15039         * src/textview.c
15040         * src/gtk/gtkutils.c
15041         * src/gtk/gtkutils.h
15042                 Factorize Face/X-Face stuff
15043         * src/mimeview.c
15044                 Fix d'n'd to other apps
15045         * src/prefs_message.c
15046                 Let the XFace pref be usable without libcompface as it also
15047                 applies to Face
15048         * src/summaryview.c
15049                 Fix d'n'd to other apps
15050                 Factorize d'n'd from other apps code
15051
15052 2006-02-06 [wwp]        2.0.0cvs19
15053
15054         * po/it.po
15055                 Italian translation fixes by Andrea Spadaccini (no more confusion
15056                 between filtering and processing, and few changes in the About
15057                 dialog).
15058
15059
15060 2006-02-06 [mones]      2.0.0cvs18
15061
15062         * src/gtk/icon_legend.c
15063                 Improved descriptions allowing better translations
15064
15065 2006-02-05 [colin]      2.0.0cvs17
15066
15067         * src/imap.c
15068                 Add the f*cking missing expunge that caused imap_fetch_env
15069                 to fail after an add_msgs ! :-///
15070         * src/etpan/imap-thread.c
15071                 Add a bit of debug
15072         FOR_STABLE
15073
15074 2006-02-05 [colin]      2.0.0cvs16
15075
15076         * src/common/utils.c
15077                 Don't check for return-path (or we can't put
15078                 back non-sent mails)
15079
15080 2006-02-05 [colin]      2.0.0cvs15
15081
15082         * src/textview.c
15083                 Don't try to display Face header in textview
15084                 when teh headerview's active
15085
15086 2006-02-05 [colin]      2.0.0cvs14
15087
15088         * tools/tbird2syl.py
15089         * tools/Makefile.am
15090                 Add script to import Thunderbird mails
15091
15092 2006-02-05 [colin]      2.0.0cvs13
15093
15094         * src/headerview.c
15095         * src/procheader.c
15096         * src/procmsg.c
15097         * src/procmsg.h
15098         * src/textview.c
15099                 Show Face headers - patch partially by Klaus Flittner
15100
15101 2006-02-05 [colin]      2.0.0cvs12
15102
15103         * src/folderview.c
15104         * src/summaryview.c
15105         * src/common/utils.c
15106         * src/common/utils.h
15107                 Let dnd work from mime icons to summaryview
15108                 and to folderview too
15109                 Add a crude test to avoid trying to add files
15110                 drag'n'dropped when they're not mails
15111
15112 2006-02-04 [colin]      2.0.0cvs11
15113
15114         * src/summaryview.c
15115         * src/mimeview.c
15116                 Fix utf8 conversion
15117
15118 2006-02-04 [colin]      2.0.0cvs10
15119
15120         * src/compose.c
15121         * src/folderview.c
15122         * src/mimeview.c
15123         * src/summaryview.c
15124         * src/summaryview.h
15125                 Added various drag and drop capas:
15126                 From                    To
15127                 summaryview             other apps
15128                 mimeview icons          other apps
15129                 other apps              summaryview
15130                 other apps              folderview
15131
15132                 This shouldn't have broken the existing:
15133                 From                    To
15134                 summaryview             folderview
15135                 folderview              folderview
15136                 summaryview             compose's attachments
15137
15138         Tests welcomed.
15139
15140 2006-02-02 [paul]       2.0.0cvs9
15141
15142         * src/mainwindow.c
15143                 move global option 'Set displayed columns...' out
15144                 of folder option grouping.
15145                 fix sensitivity of 'harvest addresses'
15146         FOR_STABLE
15147
15148 2006-02-01 [colin]      2.0.0cvs8
15149
15150         * src/mimeview.c
15151                 Revert the alertpanel patch, it sucks (intrusive
15152                 and gets in the way of "open")
15153
15154 2006-02-01 [colin]      2.0.0cvs7
15155
15156         * src/compose.c
15157         * src/prefs_account.c
15158         * src/prefs_common.c
15159         * src/common/defs.h
15160         * src/common/utils.c
15161         * src/common/utils.h
15162                 Add ability to edit the signature file
15163                 from the account preferences, and use
15164                 a default for the text editor.
15165                 Patch by Fabien Vantard
15166
15167 2006-02-01 [colin]      2.0.0cvs6
15168
15169         * src/mimeview.c
15170                 Try to get mime type by extension if it is
15171                 application/octet-stream
15172                 Display a window with possible choices when
15173                 encountering unknown mime types
15174         * src/gtk/filesel.c
15175         * src/gtk/filesel.h
15176                 Add preview
15177                 Allow multiple selection in filtered filesel
15178                 (patch by Fabien Vantard)
15179         * src/gtk/pluginwindow.c
15180                 Use it (patch by Fabien Vantard)
15181
15182 2006-02-01 [paul]       2.0.0cvs5
15183
15184         * src/jpilot.c
15185                 fix crash on creating jpilot address book
15186                 Thanks to Colin - FOR_STABLE
15187         * src/prefs_summaries.c
15188         * src/prefs_wrapping.c
15189         * src/gtk/icon_legend.c
15190         * src/gtk/quicksearch.c
15191                 string fixes and additions
15192
15193 2006-02-01 [paul]       2.0.0cvs4
15194
15195         * src/compose.c
15196         * src/mainwindow.c
15197         * src/messageview.c
15198         * src/prefs_send.c
15199                 add Arabic encoding option
15200                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15201
15202 2006-01-31 [colin]      2.0.0cvs3
15203
15204         * src/plugins/pgpcore/passphrase.c
15205                 Convert passphrase to locale encoding
15206         * src/compose.c
15207                 Fix drafting on IMAP. Crappy bug sneaked in
15208                 the release :-/
15209         FOR_STABLE
15210
15211 2006-01-30 [paul]       2.0.0cvs2
15212
15213         * src/gtk/icon_legend.c
15214                 show the new entries
15215
15216 2006-01-30 [colin]      2.0.0cvs1
15217
15218         * src/manual.c
15219                 Check for the file to be present before 
15220                 enabling the menu - FOR_STABLE
15221         * src/gtk/icon_legend.c
15222                 Add folders icons (not all of them, there
15223                 are too much, but the most intriguing ones)
15224
15225 2006-01-30 [paul]       2.0.0
15226
15227         version 2.0.0 released
15228
15229 [For previous entries, see ChangeLog.pre2.0.0]