f8f30358f862a8b10463dfa54f5277b1dfb69996
[claws.git] / ChangeLog
1 2007-08-22 [colin]      2.10.0cvs150
2
3         * src/editldap.c
4         * src/editldap_basedn.c
5         * src/ldapquery.c
6         * src/ldapserver.c
7         * src/ldapserver.h
8         * src/ldapupdate.c
9         * src/ldaputil.c
10         * src/ldaputil.h
11                 Fix ldap timeouts
12
13 2007-08-22 [colin]      2.10.0cvs149
14
15         * src/ldapquery.c
16                 Finish previous fix
17
18 2007-08-22 [colin]      2.10.0cvs148
19
20         * src/ldapquery.c
21                 Fix wrong assertions
22
23 2007-08-22 [colin]      2.10.0cvs147
24
25         * src/ldaputil.c
26                 Fix test (set ldap v3 if bindDN is set or TLS is set)
27
28 2007-08-22 [colin]      2.10.0cvs146
29
30         * src/editldap.c
31         * src/ldaputil.c
32                 Fix wrong "Connected successfully to server". Connection only succeeds if
33                 we can get the base DN.
34
35 2007-08-21 [wwp]        2.10.0cvs145
36
37         * src/browseldap.c
38         * src/editldap.c
39         * src/ldapctrl.c
40         * src/ldapquery.c
41         * src/ldapserver.c
42         * src/ldapupdate.c
43         * src/ldaputil.c
44                 More sanity checks in ldap functions.
45
46 2007-08-21 [wwp]        2.10.0cvs144
47
48         * src/prefs_account.c
49                 Don't return a value in a void function().
50
51 2007-08-21 [paul]       2.10.0cvs143
52
53         * src/messageview.c
54                 add check for ftp: to messageview_list_urls()
55
56 2007-08-21 [colin]      2.10.0cvs142
57
58         * src/editldap.c
59         * src/ldapctrl.c
60         * src/ldapctrl.h
61         * src/ldapquery.c
62         * src/ldapupdate.c
63                 Fix bug 1293, 'LDAP address book not working'
64                 Search only on specified fields, but fetch 
65                 every field possible. People will have to 
66                 reset the searched Attributes in their LDAP
67                 servers properties.
68
69 2007-08-21 [wwp]        2.10.0cvs141
70
71         * src/addr_compl.c
72         * src/addrbook.c
73         * src/addrcache.c
74         * src/addrcindex.c
75         * src/addressbook.c
76         * src/addrindex.c
77         * src/browseldap.c
78         * src/crash.c
79         * src/editaddress_other_attributes_ldap.c
80         * src/exporthtml.c
81         * src/folder.c
82         * src/folderview.c
83         * src/imap.c
84         * src/jpilot.c
85         * src/ldapserver.c
86         * src/ldapupdate.c
87         * src/ldif.c
88         * src/main.c
89         * src/mainwindow.c
90         * src/matcher.c
91         * src/mh.c
92         * src/msgcache.c
93         * src/mutt.c
94         * src/pine.c
95         * src/pop.c
96         * src/prefs_customheader.c
97         * src/prefs_msg_colors.c
98         * src/procmime.c
99         * src/textview.c
100         * src/vcard.c
101         * src/wizard.c
102         * src/common/log.c
103         * src/common/socket.c
104         * src/common/ssl_certificate.c
105         * src/common/utils.c
106         * src/common/utils.h
107         * src/gtk/description_window.c
108         * src/plugins/demo/demo.c
109         * src/plugins/pgpcore/prefs_gpg.c
110         * src/plugins/spamassassin/libspamc.c
111                 Make sure we use glib functions to send text messages (information,
112                 debug, warning, errors) to stdout/stderr - no more direct puts
113                 fputs printf fprintf to stdout/stderr when it can be done using
114                 g_log*() and g_print/g_printerr. Doing this, we make sure every
115                 stdout/stderr message is saved to log in Windows.
116
117
118 2007-08-21 [wwp]        2.10.0cvs140
119
120         * src/main.c
121         * src/common/utils.h
122                 Route glib's stdout/stderr messages to a log file (Windows only),
123                 instead of loosing them.
124
125 2007-08-21 [paul]       2.10.0cvs139
126
127         * src/mainwindow.c
128                 replace deprecated g_strncasecmp()
129         * src/messageview.c
130                 fix 'List URLS'
131
132 2007-08-20 [ticho]      2.10.0cvs138
133
134         * src/account.c
135         * src/prefs_account.h
136                 Copy all account preferences in account_clone() - some
137                 were missing.
138         * src/prefs_account.c
139                 Handle empty privacy system combobox gracefully (warning
140                 instead of a crash).
141
142 2007-08-20 [colin]      2.10.0cvs137
143
144         * src/ldapctrl.c
145                 Fix a leak
146
147 2007-08-20 [paul]       2.10.0cvs136
148
149         * src/browseldap.c
150         * src/editldap.c
151         * src/ldapctrl.c
152         * src/ldapquery.c
153         * src/ldapquery.h
154         * src/ldapserver.c
155         * src/ldaputil.c
156                 add debug_prints
157                 patch by Michael Rasmussen
158
159 2007-08-19 [colin]      2.10.0cvs135
160
161         * src/imap.c
162                 Fix previous commit. Sensitivity update is needed
163                 for "Cancel receiving". However when batching we
164                 don't need to do it for every message flag change,
165                 just once at the start and once at the end.
166
167 2007-08-19 [colin]      2.10.0cvs134
168
169         * src/imap.c
170                 Remove useless menu updates on session lock/unlock
171
172 2007-08-19 [colin]      2.10.0cvs133
173
174         * src/etpan/imap-thread.c
175                 Make all fetch logs less verbose
176
177 2007-08-19 [paul]       2.10.0cvs132
178
179         * src/foldersel.c
180         * src/folderview.c
181         * src/summaryview.c
182                 fix bug 1286, 'Can't move a folder into a "Folders
183                 Only" folder'
184
185 2007-08-18 [ticho]      2.10.0cvs131
186
187         * src/editaddress_other_attributes_ldap.c
188                 Converted option menu for other ldap attributes to GtkComboBox.
189
190 2007-08-18 [colin]      2.10.0cvs130
191
192         * src/compose.c
193         * src/prefs_common.c
194         * src/prefs_common.h
195         * src/prefs_send.c
196         * src/send_message.c
197                 Revert 'send_dialog_mode' meaning to 
198                 'send_dialog_invisible', so that the 
199                 new checkbox doesn't change the 
200                 existing behaviour.
201
202 2007-08-18 [paul]       2.10.0cvs129
203
204         * src/summaryview.c
205                 add missing menu update
206
207 2007-08-17 [colin]      2.10.0cvs128
208
209         * src/folder.c
210                 Set batching after getting flags - maybe fixes
211                 bug 1292, 'CM crashes on writing mail'
212
213 2007-08-16 [ticho]      2.10.0cvs127
214
215         * src/prefs_send.c
216                 Convert two GtkOptionMenu widgets to new GtkComboBox.
217         * src/gtk/combobox.h
218         * src/gtk/gtkutils.c
219                 Allow NULL for GtkComboBox menuitem label, rendering such
220                 items as row separators.
221
222 2007-08-16 [paul]       2.10.0cvs126
223
224         * src/plugins/trayicon/trayicon.c
225                 remove wrongly used gettextisation
226
227 2007-08-15 [ticho]      2.10.0cvs125
228
229         * src/importldif.c
230                 Fixed a runtime warning where an attempt to pack an
231                 already packed GtkLabel was made.
232
233 2007-08-15 [ticho]      2.10.0cvs124
234
235         * src/prefs_compose_writing.c
236                 Convert the insert-or-attach-dragged-files GtkOptionMenu
237                 into GtkComboBox.
238
239 2007-08-14 [ticho]      2.10.0cvs123
240
241         * src/messageview.c
242         * src/gtk/gtkutils.c
243                 Changed return receipt account selector to GtkComboBox.
244                 Fixed a runtime warning where GTK tried to parse
245                 "name <email@address" as a Pango markup in an alertpanel label.
246
247 2007-08-14 [ticho]      2.10.0cvs122
248
249         * src/prefs_logging.c
250                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
251
252 2007-08-14 [wwp]        2.10.0cvs121
253
254         * tools/Makefile.am
255         * tools/README
256         * tools/popfile-link.sh
257                 Added a new tool: POPFile helper, to open
258                 selected messages in POPFile control center,
259                 in order to change the messages' status.
260
261 2007-08-14 [ticho]      2.10.0cvs120
262
263         * src/compose.c
264         * src/prefs_common.c
265         * src/prefs_common.h
266         * src/prefs_send.c
267         * src/send_message.c
268                 Change "Show send dialog" optionmenu to a checkbutton.
269         * src/prefs_receive.c
270                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
271
272 2007-08-13 [wwp]        2.10.0cvs119
273
274         * src/addr_compl.c
275         * src/addressbook.c
276         * src/addrindex.c
277         * src/compose.c
278         * src/filtering.c
279         * src/folderview.c
280         * src/inc.c
281         * src/matcher.c
282         * src/mh.c
283         * src/partial_download.c
284         * src/prefs_gtk.c
285         * src/procmsg.c
286         * src/stock_pixmap.c
287         * src/summaryview.c
288         * src/common/utils.c
289         * src/gtk/gtkaspell.c
290         * src/gtk/menu.c
291                 Make sure we never pass NULL pointers for %s substitutions
292                 (prevent from crashing in Windows).
293
294 2007-08-13 [wwp]        2.10.0cvs118
295
296         * src/msgcache.c
297                 Re-enable mmap_reads in Windows with some missing
298                 CloseHandle of mapping objects, thanks to
299                 Marcus Brinkmann.
300
301 2007-08-13 [paul]       2.10.0cvs117
302
303         * src/common/utils.c
304                 fix bug 1287, 'Compile time problem on Solaris
305                 (nexenta gnu/Solaris) utils.c'
306                 Thanks to Piotr Chrzczonowicz
307
308 2007-08-12 [wwp]        2.10.0cvs116
309
310         * src/plugins/pgpcore/prefs_gpg.c
311                 Don't try to unset a GPG_AGENT_INFO that was not
312                 set (and don't use a NULL string in Windows, it was
313                 crashing with --debug if GPG_AGENT_INFO was not set).
314
315 2007-08-12 [wwp]        2.10.0cvs115
316
317         * src/privacy.h
318                 Make gcc type-check arguments passed to privacy_set_error().
319
320 2007-08-12 [ticho]      2.10.0cvs114
321
322         * src/prefs_folder_item.c
323                 Make sure that folder default account combobox always has some
324                 account preselected.
325         * src/gtk/combobox.c
326                 Handle empty combobox gracefully (warning instead of crash).
327
328 2007-08-12 [ticho]      2.10.0cvs114
329
330         * src/prefs_folder_item.c
331                 Make sure that folder default account combobox is not empty.
332         * src/gtk/combobox.c
333                 Handle empty combobox gracefully (warning instead of crash).
334
335 2007-08-11 [paul]       2.10.0cvs113
336
337         * src/addrgather.c
338         * src/folderview.c
339                 use 'subfolder' instead of 'sub-folder', matching
340                 everywhere else the term is used
341         * src/imap_gtk.c
342                 fix engrish
343
344 2007-08-10 [wwp]        2.10.0cvs112
345
346         * src/msgcache.c
347                 Disable mmap reads in Windows only (at least temporarily), they
348                 prevent from renaming/removing target cache files.
349
350 2007-08-10 [paul]
351
352         3.0.0-rc2 released
353
354 2007-08-10 [wwp]        2.10.0cvs111
355
356         * src/msgcache.c
357                 fix unpredictable crashes in Windows due to broken
358                 cache/mark/tags files writting (file were opened for
359                 writing in text mode).
360
361         * src/recv.c
362                 use gettimeofday() from w32lib.h on Windows.
363
364 2007-08-10 [colin]      2.10.0cvs110
365
366         * src/imap.c
367         * src/etpan/imap-thread.c
368         * src/etpan/imap-thread.h
369                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
370
371 2007-08-09 [colin]      2.10.0cvs109
372
373         * src/editldap.c
374                 Fix port being reset to 636 on SSL
375         * src/folder.c
376                 Fix folder_item_get_msg_num_by_file
377                 on drafts/queue folders
378
379 2007-08-09 [wwp]        2.10.0cvs108
380
381         * src/folder.c
382                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
383                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
384
385
386 2007-08-09 [colin]      2.10.0cvs107
387
388         * src/folderview.c
389         * src/summaryview.c
390         * src/gtk/prefswindow.c
391                 A few Maemo layout fixes
392
393 2007-08-09 [paul]       2.10.0cvs106
394
395         * src/prefs_account.c
396                 remove the hyphen from plug-ins to
397                 match everywhere else
398
399 2007-08-08 [wwp]        2.10.0cvs105
400
401         * src/prefs_folder_item.c
402                 Fix an extraneous stealth ^L char.
403
404 2007-08-08 [wwp]        2.10.0cvs104
405
406         * src/prefs_folder_item.c
407                 Better fix, group variables declarations (USE_ASPELL).
408
409 2007-08-08 [wwp]        2.10.0cvs103
410
411         * src/prefs_folder_item.c
412                 Fix compilation w/ USE_ASPELL set (broken
413                 by 2.10.0cvs102).
414
415 2007-08-08 [ticho]      2.10.0cvs102
416
417         * src/prefs_folder_item.c
418                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
419
420 2007-08-08 [colin]      2.10.0cvs101
421
422         * src/imap.c
423         * src/etpan/imap-thread.c
424         * src/etpan/imap-thread.h
425                 Close selected mailbox before doing
426                 status on it.
427
428 2007-08-08 [colin]      2.10.0cvs100
429
430         * src/html.c
431                 Complete symbol table, thanks to wwp.
432                 Fixes bug 1284, 'The html -> text 
433                 converter ignores entities'
434         * src/msgcache.c
435                 Fix possible fd leak
436
437 2007-08-08 [colin]      2.10.0cvs99
438
439         * src/imap.c
440                 Better way to fetch UIDs on non-UIDPLUS servers
441
442 2007-08-07 [colin]      2.10.0cvs98
443
444         * src/imap.c
445                 fix bug 1275, 'auto-saved draft messages not 
446                 always being removed'; Also, make multiple
447                 copy (in the same account) faster by matching
448                 source/destination message UIDs.
449         * src/messageview.c
450                 Don't try to reshow deleted mail
451         * src/msgcache.c
452                 Fix leak on error path
453
454 2007-08-07 [wwp]        2.10.0cvs97
455
456         * manual/account.xml
457         * manual/advanced.xml
458         * manual/fr/account.xml
459         * manual/fr/advanced.xml
460                 Updated the reference manual and the French translation to
461                 reflect 2.10.0cvs84: enable running folder Processing
462                 rules on demand.
463
464 2007-08-06 [wwp]        2.10.0cvs96
465
466         * src/prefs_common.c
467         * src/prefs_common.h
468         * src/textview.c
469                 Allow changing the emphasis color used to highlight
470                 the newsreader/x-mailer header value when it matches
471                 our preferred mail agent (hidden pref 'emphasis_col' added
472                 to clawsrc).
473
474 2007-08-06 [colin]      2.10.0cvs95
475
476         * src/compose.c
477         * src/compose.h
478                 Re-commit 2.10.0cvs86, with a protection
479                 against Pango bug. Also, try to fix 
480                 bug 1275, 'auto-saved draft messages not 
481                 always being removed'
482
483 2007-08-06 [wwp]        2.10.0cvs94
484
485         * src/gtk/quicksearch.c
486                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
487
488 2007-08-06 [ticho]      2.10.0cvs93
489
490         * src/prefs_account.c
491         * src/gtk/combobox.c
492                 Use GtkComboBox instead of GtkOptionMenu for privacy system
493                 selection in account preferences.
494
495 2007-08-06 [wwp]        2.10.0cvs92
496
497         * src/plugins/pgpcore/plugin.def
498                 Apply one more chunk from gpg4win's 03-w32-port patch.
499
500 2007-08-05 [colin]      2.10.0cvs91
501
502         * src/compose.c
503         * src/compose.h
504                 reverting buggy patch for now
505
506 2007-08-05 [colin]      2.10.0cvs90
507
508         * src/folder.c
509                 Fix slowdown
510
511 2007-08-04 [colin]      2.10.0cvs89
512
513         * src/prefs_summaries.c
514         * src/summary_search.c
515                 Replace deprecated widgets. Patch by
516                 Andrej.
517
518 2007-08-04 [colin]      2.10.0cvs88
519
520         * src/mh.c
521                 Refresh GUI only every 2000 mails on mh_get_last_num
522                 This is fast (readdir) and done only once per 
523                 session/folder
524
525 2007-08-03 [colin]      2.10.0cvs87
526
527         * src/prefs_account.c
528         * src/gtk/combobox.h
529         * src/gtk/gtkutils.c
530                 Fix a deprecated widget. Patch by
531                 Andrej
532
533 2007-08-03 [colin]      2.10.0cvs86
534
535         * src/compose.c
536         * src/compose.h
537                 Make colorisation and wrapping algorithms
538                 faster. Fixes bug 1246, 'compose becomes 
539                 increasingly slow replying to complex emails'
540
541 2007-08-03 [paul]       2.10.0cvs85
542
543         * src/mh.c
544                 keep the window painted
545
546 2007-08-02 [paul]       2.10.0cvs84
547
548         * src/folderview.c
549         * src/mainwindow.c
550         * src/mainwindow.h
551                 enable running folder Processing
552                 rules on demand
553
554 2007-08-02 [paul]       2.10.0cvs83
555
556         * src/textview.c
557                 speed up/clean up rendering of larger
558                 msgs
559                 Thanks to Colin
560
561 2007-08-01 [paul]       2.10.0cvs82
562
563         * src/mainwindow.h
564                 clean up cruft
565         * src/toolbar.c
566                 change default toolbar layout on maemo
567         * src/pixmaps/close.xpm
568                 make the red cross a grey cross
569         * src/pixmaps/jpilot.xpm
570                 make icon smaller so it fits better
571
572 2007-07-31 [paul]       2.10.0cvs81
573
574         * src/setup.c
575         * src/gtk/gtkutils.c
576                 fix crash on maemo on first launch
577
578 2007-07-30 [paul]       2.10.0cvs80
579
580         * src/prefs_matcher.c
581                 specify the units of age and size
582
583 2007-07-30 [paul]       2.10.0cvs79
584
585         * src/main.c
586                 Fix IMAP timeout setting
587
588 2007-07-30 [colin]      2.10.0cvs78
589
590         * src/prefs_account.c
591                 Fix a deprecated widget. Patch by
592                 Andrej
593
594 2007-07-27 [paul]       2.10.0cvs77
595
596         * src/matcher_parser_parse.y
597         * src/prefs_filtering_action.c
598         * src/prefs_matcher.c
599                 these changes forgotten in cvs74's
600                 'watch thread' feature
601
602 2007-07-27 [paul]       2.10.0cvs76
603
604         * src/compose.c
605                 fix potential crasher
606                 thanks to Colin
607
608 2007-07-27 [paul]       2.10.0cvs75
609
610         * src/mainwindow.c
611         * src/manual.c
612         * src/manual.h
613         * src/gtk/gtkutils.c
614                 make mainwindow's /Help/Manual point to the
615                 remote copy if the local copy doesn't exist
616
617 2007-07-27 [paul]       2.10.0cvs74
618
619         * src/Makefile.am
620         * src/filtering.c
621         * src/folder.c
622         * src/mainwindow.c
623         * src/matcher.c
624         * src/matcher.h
625         * src/matcher_parser_parse.y
626         * src/procmsg.c
627         * src/procmsg.h
628         * src/stock_pixmap.c
629         * src/stock_pixmap.h
630         * src/summaryview.c
631         * src/summaryview.h
632         * src/toolbar.c
633         * src/toolbar.h
634         * src/pixmaps/watchthread.xpm
635                 add 'watch thread' feature
636
637 2007-07-27 [paul]       2.10.0cvs73
638
639         * src/prefs_folder_item.c
640                 adjust labels, add tooltips
641
642 2007-07-27 [colin]      2.10.0cvs72
643
644         * src/summaryview.c
645                 Maemo: Remove less used menu items
646
647 2007-07-26 [colin]      2.10.0cvs71
648
649         * src/messageview.c
650                 Maemo: destroy messageview after trashing mail.
651                 Maybe should be done on X11 too
652
653 2007-07-26 [colin]      2.10.0cvs70
654
655         * src/folderview.c
656         * src/mainwindow.c
657         * src/prefs_common.c
658         * src/prefs_common.h
659         * src/summaryview.c
660                 Add View/Show or Hide/Column headers
661
662 2007-07-26 [colin]      2.10.0cvs69
663
664         * src/procmime.c
665                 Fix unwanted output
666
667 2007-07-26 [colin]      2.10.0cvs68
668
669         * src/ldapserver.c
670                 Fix possible crash on cache invalidation
671         * src/compose.c
672         * src/procmime.c
673         * src/procmime.h
674         * src/quote_fmt_parse.y
675                 Make replying to mails with big attachments
676                 much faster. Fixes bug 1224, 'The process of 
677                 Replying to emails with large attachments 
678                 seems unreasonably long...'
679
680 2007-07-26 [colin]      2.10.0cvs67
681
682         * src/mimeview.c
683         * src/matcher.c
684         * src/common/ssl.c
685                 Fix threads use on BSDs
686
687 2007-07-26 [paul]       2.10.0cvs66
688
689         * src/gtk/prefswindow.c
690                 fix account prefs breakage
691                 thanks to Colin
692
693 2007-07-26 [paul]       2.10.0cvs65
694
695         * configure.ac
696                 standardise ./configure --help messages
697
698 2007-07-26 [colin]      2.10.0cvs64
699
700         * src/addressbook.c
701         * src/editaddress.c
702                 Fix two vCard-related crashes
703
704 2007-07-25 [colin]      2.10.0cvs63
705
706         * src/inc.c
707         * src/prefs_common.c
708         * src/prefs_common.h
709         * src/prefs_receive.c
710                 Maemo: Add a better way to notify of
711                 new mails
712         * src/mainwindow.c
713         * src/statusbar.h
714         * src/summaryview.c
715         * src/toolbar.c
716                 Maemo: Various layout fixes
717         * src/gtk/prefswindow.c
718                 Maemo: Better prefs layout
719
720 2007-07-25 [paul]       2.10.0cvs62
721
722         * src/textview.c
723                 fix the layout on maemo
724                 thanks to Colin
725
726 2007-07-25 [iwkse]      2.10.0cvs61
727
728         * src/summaryview.c
729                 add 'o' shortcut on summaryview
730
731 2007-07-25 [iwkse]      2.10.0cvs60
732
733         * src/textview.c
734                 fix o shortcut
735
736 2007-07-24 [colin]      2.10.0cvs59
737
738         * src/mh.c
739                 Fix missing timestamp update on source
740                 folder when moving
741         * src/textview.c
742         * src/textview.h
743                 Better text layout on part's choices
744
745 2007-07-23 [colin]      2.10.0cvs58
746
747         * src/mimeview.c
748         * src/textview.c
749                 Maemo: Automatically choose the correct application
750                 to open parts
751         * src/gtk/quicksearch.c
752                 Make search run on GDK_KP_Enter too
753
754 2007-07-23 [wwp]        2.10.0cvs57
755
756         * src/quote_fmt_lex.l
757                 Revert accidentaly committed lines (account_sig) in
758                 2.10.0cvs56.
759
760 2007-07-23 [wwp]        2.10.0cvs56
761
762         * src/quote_fmt_lex.l
763                 Fix typos around long form expressions in the quote lexer.
764
765 2007-07-23 [paul]
766
767         3.0.0-rc1 released
768
769 2007-07-23 [colin]      2.10.0cvs55
770
771         * src/addr_compl.c
772                 Fix auto-completion on Maemo
773
774 2007-07-23 [colin]      2.10.0cvs54
775
776         * src/statusbar.c
777                 Maemo: Fix sticking statusbars
778
779 2007-07-22 [colin]      2.10.0cvs53
780
781         * src/main.c
782                 Maemo: Fix the strange "top_application" info
783                 at startup. We should do something when 
784                 receiving such a message.
785
786 2007-07-20 [paul]       2.10.0cvs52
787
788         * src/news_gtk.c
789                 add missing #include "statusbar.h"
790
791 2007-07-20 [colin]      2.10.0cvs51
792
793         * src/folder.c
794         * src/folder.h
795         * src/folder_item_prefs.c
796         * src/folder_item_prefs.h
797         * src/folderview.c
798         * src/imap.c
799         * src/imap_gtk.c
800         * src/imap_gtk.h
801         * src/news.c
802         * src/news_gtk.c
803         * src/news_gtk.h
804         * src/prefs_folder_item.c
805                 Implement age-based caching: allow to
806                 specify a threshold for the offline synchronisation
807                 feature, and whether old cached bodies should 
808                 be removed
809         * src/toolbar.c
810         * src/toolbar.h
811                 Fix label/tooltips
812         * src/plugins/dillo_viewer/dillo_viewer.c
813                 Check that Dillo's installed
814
815 2007-07-20 [wwp]        2.10.0cvs50
816
817         * src/mimeview.c
818         * src/stock_pixmap.c
819                 Draw a frame around the selected mimeview part icon (instead of the
820                 shifted 'dancing' icon).
821
822 2007-07-20 [colin]      2.10.0cvs49
823
824         * src/main.c
825                 Unref stuff even on error
826         * src/wizard.c
827                 disconnect signals only at the very
828                 end of the wizard save.
829
830 2007-07-20 [colin]      2.10.0cvs48
831
832         * src/mainwindow.c
833         * src/messageview.c
834         * src/toolbar.c
835         * src/toolbar.h
836                 Fix random crashes while navigating
837                 (GTK_EVENTS_FLUSH)
838
839 2007-07-19 [colin]      2.10.0cvs47
840
841         * configure.ac
842         * src/main.c
843         * src/prefs_common.c
844         * src/prefs_common.h
845         * src/wizard.c
846         * src/common/defs.h
847         * src/common/utils.c
848                 Maemo: add an easy way to store data (mails
849                 and IMAP/NNTP caches) on one of the SD cards,
850                 and protect against unmounts if needed
851
852 2007-07-19 [paul]       2.10.0cvs46
853
854         * src/Makefile.am
855         * src/stock_pixmap.c
856         * src/gtk/about.c
857         * src/pixmaps/claws-mail_logo-small.xpm
858                 implement a (slightly) different About
859                 dialog for maemo and add a small version
860                 of the logo for it
861         * src/wizard.c
862                 use a scrolled window for wizard page 1
863                 on maemo
864
865 2007-07-19 [paul]       2.10.0cvs45
866
867         * src/Makefile.am
868                 too soon for this line
869
870 2007-07-19 [paul]       2.10.0cvs44
871
872         * src/Makefile.am
873                 fix build on n800
874
875 2007-07-19 [colin]      2.10.0cvs43
876
877         * src/wizard.c
878                 Solve Mail/Mailbox name when specifying
879                 full /path/to/Mail.
880
881 2007-07-18 [colin]      2.10.0cvs42
882
883         * src/inc.c
884         * configure.ac
885                 Fix build on n770
886
887 2007-07-18 [colin]      2.10.0cvs41
888
889         * src/inc.c
890                 Maemo: plug the online/offline system into
891                 maemo's interfaces to have Claws automatically
892                 switch according to the system status
893         * src/statusbar.c
894                 Maemo: use HildonBanners to display status
895                 messages. Renders the main statusbar useless.
896
897 2007-07-18 [paul]       2.10.0cvs40
898
899         * src/filtering.c
900                 fix screen blanking on moving/copying many msgs
901         * src/folder.c
902                 fix processing progressbar and screen blanking
903                 during processing
904
905 2007-07-18 [paul]       2.10.0cvs39
906
907         * src/messageview.c
908                 revert cvs37, breakage on maemo
909
910 2007-07-18 [paul]       2.10.0cvs38
911
912         * src/gtk/gtkutils.c
913                 make sure we can still build with older GTK's
914
915 2007-07-18 [colin]      2.10.0cvs37
916
917         * src/messageview.c
918                 Only hide the small layout's messageview, instead
919                 of destroying it when closing
920         * src/gtk/gtkutils.c
921                 Use gtk_window_present_with_time to popup windows,
922                 it seems to make things better with modern WMs
923                 (actually focusing)
924
925 2007-07-17 [colin]      2.10.0cvs36
926
927         * src/editaddress.c
928                 Simplify layout on Maemo
929         * src/folder.c
930                 Fix possible crash
931         * src/prefs_display_header.c
932                 Remove some headers by default on Maemo
933
934 2007-07-17 [paul]       2.10.0cvs35
935
936         * src/prefs_common.c
937         * src/prefs_common.h
938         * src/prefs_logging.c
939         * src/common/log.c
940                 add options to stop/enable writing logs to disc
941
942 2007-07-17 [paul]       2.10.0cvs34
943
944         * src/edittags.c
945                 fix some issues with the Apply tags window:
946                 - set search column (enables autocompl in the treeview)
947                 - apply tag from "New tag" if it existed
948                 - clears New tag entry when adding it with the button
949                 Thanks to Colin
950
951 2007-07-17 [paul]       2.10.0cvs33
952
953         * src/edittags.c
954                 fix 'apply tags' dialogue weirdness
955
956 2007-07-16 [colin]      2.10.0cvs32
957
958         * src/toolbar.c
959                 Fix double-loading of mails on Maemo
960
961 2007-07-16 [colin]      2.10.0cvs31
962
963         * src/messageview.c
964                 Prevent double-loading of the same part under some
965                 conditions; hide statusbar on Maemo
966
967 2007-07-16 [colin]      2.10.0cvs30
968
969         * src/edittags.c
970         * src/edittags.h
971         * src/mainwindow.c
972         * src/summaryview.c
973                 Improve the tag interface - allow
974                 to set/unset tags from a special
975                 window.
976         * src/gtk/gtkvscrollbutton.c
977         * src/mimeview.c
978         * src/mimeview.h
979         * src/stock_pixmap.c
980                 Fix Mimeview's ugly hacks in the
981                 icon list. 
982
983 2007-07-16 [paul]       2.10.0cvs29
984
985         * src/wizard.c
986                 rework dialog
987         * src/gtk/icon_legend.c
988                 put it all in a scrolled window
989
990 2007-07-15 [colin]      2.10.0cvs28
991
992         * src/mainwindow.c
993                 Maemo: force layout to be Small screen; the
994                 others don't make sense
995
996 2007-07-14 [colin]      2.10.0cvs27
997
998         * src/mimeview.c
999         * src/gtk/gtkvscrollbutton.c
1000                 Maemo: Fix mimeview's buttons size
1001
1002 2007-07-14 [colin]      2.10.0cvs26
1003
1004         * src/toolbar.c
1005                 Fix the button workaround fix.
1006                 (Use the correct variable)
1007
1008 2007-07-14 [colin]      2.10.0cvs25
1009
1010         * src/mainwindow.c
1011         * src/toolbar.c
1012                 Maemo: put the progress bar in the
1013                 toolbar
1014
1015 2007-07-14 [colin]      2.10.0cvs24
1016
1017         * src/prefs_common.c
1018                 Maemo: hide statusbar by default
1019         * src/Makefile.am
1020         * src/stock_pixmap.c
1021         * src/stock_pixmap.h
1022         * src/toolbar.c
1023         * src/pixmaps/go_folders.xpm
1024                 Maemo: Add a specific icon to go back to
1025                 folder list
1026
1027 2007-07-14 [colin]      2.10.0cvs23
1028
1029         * src/toolbar.c
1030                 Don't set homogeneous finally
1031
1032 2007-07-14 [colin]      2.10.0cvs22
1033
1034         * src/toolbar.c
1035                 Fix button show/hide issues
1036
1037 2007-07-14 [colin]      2.10.0cvs21
1038
1039         * src/toolbar.c
1040                 Fix huge arrows
1041                 Fix button workaround to be able to click
1042                 if mouse was on button when it went un-
1043                 sensitive.
1044                 Revert previous commit, gtk_tool_item_set_homogeneous
1045                 doesn't mean what it seems to mean ;-)
1046
1047 2007-07-14 [paul]       2.10.0cvs20
1048
1049         * src/toolbar.c
1050                 make homogeneous FALSE always
1051
1052 2007-07-13 [colin]      2.10.0cvs19
1053
1054         * src/toolbar.c
1055         * src/toolbar.h
1056                 Rework to fit the non-deprecated API
1057         * src/compose.c
1058         * src/folderview.c
1059         * src/mainwindow.c
1060         * src/messageview.c
1061         * src/summaryview.c
1062                 Maemo layout changes. Better toolbars,
1063                 removal of CTree headers. 
1064
1065 2007-07-13 [paul]       2.10.0cvs18
1066
1067         * src/gtk/colorlabel.c
1068                 fix bug 1261, '[DE] coloring messages in overview 
1069                 keys are not localised'
1070                 the string is now included in claws-mail.pot
1071
1072 2007-07-13 [colin]      2.10.0cvs17
1073
1074         * src/summaryview.c
1075                 Fix bug 1267, 'printing mutliple messages 
1076                 opens one message-dialog after the other'
1077                 Ask for confirmation when printing 10
1078                 messages or more.
1079
1080 2007-07-11 [colin]      2.10.0cvs16
1081
1082         * COPYING
1083         * README
1084         * autogen.sh
1085         * manual/claws-mail-manual.xml
1086         * manual/gpl.xml
1087         * manual/es/claws-mail-manual.xml
1088         * manual/es/gpl.xml
1089         * manual/fr/claws-mail-manual.xml
1090         * manual/fr/gpl.xml
1091         * manual/pl/gpl.xml
1092         * src/account.c
1093         * src/account.h
1094         * src/action.c
1095         * src/action.h
1096         * src/adbookbase.h
1097         * src/addr_compl.c
1098         * src/addr_compl.h
1099         * src/addrbook.c
1100         * src/addrbook.h
1101         * src/addrcache.c
1102         * src/addrcache.h
1103         * src/addrcindex.c
1104         * src/addrcindex.h
1105         * src/addrclip.c
1106         * src/addrclip.h
1107         * src/addrdefs.h
1108         * src/addressadd.c
1109         * src/addressadd.h
1110         * src/addressbook.c
1111         * src/addressbook.h
1112         * src/addressbook_foldersel.c
1113         * src/addressbook_foldersel.h
1114         * src/addressitem.h
1115         * src/addrgather.c
1116         * src/addrgather.h
1117         * src/addrharvest.c
1118         * src/addrharvest.h
1119         * src/addrindex.c
1120         * src/addrindex.h
1121         * src/addritem.c
1122         * src/addritem.h
1123         * src/addrquery.c
1124         * src/addrquery.h
1125         * src/addrselect.c
1126         * src/addrselect.h
1127         * src/alertpanel.c
1128         * src/alertpanel.h
1129         * src/browseldap.c
1130         * src/browseldap.h
1131         * src/codeconv.c
1132         * src/codeconv.h
1133         * src/compose.c
1134         * src/compose.h
1135         * src/crash.c
1136         * src/crash.h
1137         * src/customheader.c
1138         * src/customheader.h
1139         * src/displayheader.c
1140         * src/displayheader.h
1141         * src/editaddress.c
1142         * src/editaddress.h
1143         * src/editaddress_other_attributes_ldap.c
1144         * src/editaddress_other_attributes_ldap.h
1145         * src/editbook.c
1146         * src/editbook.h
1147         * src/editgroup.c
1148         * src/editgroup.h
1149         * src/editjpilot.c
1150         * src/editjpilot.h
1151         * src/editldap.c
1152         * src/editldap.h
1153         * src/editldap_basedn.c
1154         * src/editldap_basedn.h
1155         * src/edittags.c
1156         * src/edittags.h
1157         * src/editvcard.c
1158         * src/editvcard.h
1159         * src/enriched.c
1160         * src/enriched.h
1161         * src/exphtmldlg.c
1162         * src/exphtmldlg.h
1163         * src/expldifdlg.c
1164         * src/expldifdlg.h
1165         * src/export.c
1166         * src/export.h
1167         * src/exporthtml.c
1168         * src/exporthtml.h
1169         * src/exportldif.c
1170         * src/exportldif.h
1171         * src/filtering.c
1172         * src/filtering.h
1173         * src/folder.c
1174         * src/folder.h
1175         * src/folder_item_prefs.c
1176         * src/folder_item_prefs.h
1177         * src/foldersel.c
1178         * src/foldersel.h
1179         * src/folderutils.c
1180         * src/folderutils.h
1181         * src/folderview.c
1182         * src/folderview.h
1183         * src/gedit-print.c
1184         * src/gedit-print.h
1185         * src/grouplistdialog.c
1186         * src/grouplistdialog.h
1187         * src/headerview.c
1188         * src/headerview.h
1189         * src/html.c
1190         * src/html.h
1191         * src/image_viewer.c
1192         * src/image_viewer.h
1193         * src/imap.c
1194         * src/imap.h
1195         * src/imap_gtk.c
1196         * src/imap_gtk.h
1197         * src/import.c
1198         * src/import.h
1199         * src/importldif.c
1200         * src/importldif.h
1201         * src/importmutt.c
1202         * src/importmutt.h
1203         * src/importpine.c
1204         * src/importpine.h
1205         * src/inc.c
1206         * src/inc.h
1207         * src/jpilot.c
1208         * src/jpilot.h
1209         * src/ldapctrl.c
1210         * src/ldapctrl.h
1211         * src/ldaplocate.c
1212         * src/ldaplocate.h
1213         * src/ldapquery.c
1214         * src/ldapquery.h
1215         * src/ldapserver.c
1216         * src/ldapserver.h
1217         * src/ldapupdate.c
1218         * src/ldapupdate.h
1219         * src/ldaputil.c
1220         * src/ldaputil.h
1221         * src/ldif.c
1222         * src/ldif.h
1223         * src/localfolder.c
1224         * src/localfolder.h
1225         * src/main.c
1226         * src/main.h
1227         * src/mainwindow.c
1228         * src/mainwindow.h
1229         * src/manual.c
1230         * src/manual.h
1231         * src/matcher.c
1232         * src/matcher.h
1233         * src/matcher_parser.h
1234         * src/matcher_parser_lex.l
1235         * src/matcher_parser_parse.y
1236         * src/mbox.c
1237         * src/mbox.h
1238         * src/message_search.c
1239         * src/message_search.h
1240         * src/messageview.c
1241         * src/messageview.h
1242         * src/mh.c
1243         * src/mh.h
1244         * src/mh_gtk.c
1245         * src/mh_gtk.h
1246         * src/mimeview.c
1247         * src/mimeview.h
1248         * src/msgcache.c
1249         * src/msgcache.h
1250         * src/mutt.c
1251         * src/mutt.h
1252         * src/news.c
1253         * src/news.h
1254         * src/news_gtk.c
1255         * src/news_gtk.h
1256         * src/noticeview.c
1257         * src/noticeview.h
1258         * src/partial_download.c
1259         * src/partial_download.h
1260         * src/pine.c
1261         * src/pine.h
1262         * src/pop.c
1263         * src/pop.h
1264         * src/prefs_account.c
1265         * src/prefs_account.h
1266         * src/prefs_actions.c
1267         * src/prefs_actions.h
1268         * src/prefs_common.c
1269         * src/prefs_common.h
1270         * src/prefs_compose_writing.c
1271         * src/prefs_compose_writing.h
1272         * src/prefs_customheader.c
1273         * src/prefs_customheader.h
1274         * src/prefs_display_header.c
1275         * src/prefs_display_header.h
1276         * src/prefs_ext_prog.c
1277         * src/prefs_ext_prog.h
1278         * src/prefs_filtering.c
1279         * src/prefs_filtering.h
1280         * src/prefs_filtering_action.c
1281         * src/prefs_filtering_action.h
1282         * src/prefs_folder_column.c
1283         * src/prefs_folder_column.h
1284         * src/prefs_folder_item.c
1285         * src/prefs_folder_item.h
1286         * src/prefs_fonts.c
1287         * src/prefs_fonts.h
1288         * src/prefs_gtk.c
1289         * src/prefs_gtk.h
1290         * src/prefs_image_viewer.c
1291         * src/prefs_image_viewer.h
1292         * src/prefs_logging.c
1293         * src/prefs_logging.h
1294         * src/prefs_matcher.c
1295         * src/prefs_matcher.h
1296         * src/prefs_message.c
1297         * src/prefs_message.h
1298         * src/prefs_msg_colors.c
1299         * src/prefs_msg_colors.h
1300         * src/prefs_other.c
1301         * src/prefs_other.h
1302         * src/prefs_quote.c
1303         * src/prefs_quote.h
1304         * src/prefs_receive.c
1305         * src/prefs_receive.h
1306         * src/prefs_send.c
1307         * src/prefs_send.h
1308         * src/prefs_spelling.c
1309         * src/prefs_spelling.h
1310         * src/prefs_summaries.c
1311         * src/prefs_summaries.h
1312         * src/prefs_summary_column.c
1313         * src/prefs_summary_column.h
1314         * src/prefs_summary_open.c
1315         * src/prefs_summary_open.h
1316         * src/prefs_template.c
1317         * src/prefs_template.h
1318         * src/prefs_themes.c
1319         * src/prefs_themes.h
1320         * src/prefs_toolbar.c
1321         * src/prefs_toolbar.h
1322         * src/prefs_wrapping.c
1323         * src/prefs_wrapping.h
1324         * src/privacy.c
1325         * src/privacy.h
1326         * src/procheader.c
1327         * src/procheader.h
1328         * src/procmime.c
1329         * src/procmime.h
1330         * src/procmsg.c
1331         * src/procmsg.h
1332         * src/quote_fmt.c
1333         * src/quote_fmt_lex.l
1334         * src/quote_fmt_parse.y
1335         * src/recv.c
1336         * src/recv.h
1337         * src/remotefolder.c
1338         * src/remotefolder.h
1339         * src/send_message.c
1340         * src/send_message.h
1341         * src/setup.c
1342         * src/setup.h
1343         * src/simple-gettext.c
1344         * src/sourcewindow.c
1345         * src/sourcewindow.h
1346         * src/ssl_manager.c
1347         * src/ssl_manager.h
1348         * src/statusbar.c
1349         * src/statusbar.h
1350         * src/stock_pixmap.c
1351         * src/stock_pixmap.h
1352         * src/summary_search.c
1353         * src/summary_search.h
1354         * src/summaryview.c
1355         * src/summaryview.h
1356         * src/textview.c
1357         * src/textview.h
1358         * src/toolbar.c
1359         * src/toolbar.h
1360         * src/undo.c
1361         * src/undo.h
1362         * src/unmime.c
1363         * src/unmime.h
1364         * src/uri_opener.c
1365         * src/uri_opener.h
1366         * src/vcard.c
1367         * src/vcard.h
1368         * src/wizard.c
1369         * src/wizard.h
1370         * src/common/base64.c
1371         * src/common/base64.h
1372         * src/common/claws.c
1373         * src/common/claws.h
1374         * src/common/defs.h
1375         * src/common/fnmatch.c
1376         * src/common/fnmatch.h
1377         * src/common/fnmatch_loop.c
1378         * src/common/hooks.c
1379         * src/common/hooks.h
1380         * src/common/log.c
1381         * src/common/log.h
1382         * src/common/md5.c
1383         * src/common/md5.h
1384         * src/common/mgutils.c
1385         * src/common/mgutils.h
1386         * src/common/nntp.c
1387         * src/common/nntp.h
1388         * src/common/passcrypt.c
1389         * src/common/passcrypt.h.in
1390         * src/common/plugin.c
1391         * src/common/plugin.h
1392         * src/common/prefs.c
1393         * src/common/prefs.h
1394         * src/common/progressindicator.c
1395         * src/common/progressindicator.h
1396         * src/common/quoted-printable.c
1397         * src/common/quoted-printable.h
1398         * src/common/session.c
1399         * src/common/session.h
1400         * src/common/smtp.c
1401         * src/common/smtp.h
1402         * src/common/socket.c
1403         * src/common/socket.h
1404         * src/common/ssl.c
1405         * src/common/ssl.h
1406         * src/common/ssl_certificate.c
1407         * src/common/ssl_certificate.h
1408         * src/common/string_match.c
1409         * src/common/string_match.h
1410         * src/common/stringtable.c
1411         * src/common/stringtable.h
1412         * src/common/tags.c
1413         * src/common/tags.h
1414         * src/common/template.c
1415         * src/common/template.h
1416         * src/common/timing.h
1417         * src/common/utils.c
1418         * src/common/utils.h
1419         * src/common/uuencode.c
1420         * src/common/uuencode.h
1421         * src/common/version.h.in
1422         * src/common/w32_dirent.c
1423         * src/common/w32_reg.c
1424         * src/common/w32_signal.c
1425         * src/common/w32_stat.c
1426         * src/common/w32_stdlib.c
1427         * src/common/w32_string.c
1428         * src/common/w32_time.c
1429         * src/common/w32_unistd.c
1430         * src/common/w32_wait.c
1431         * src/common/w32lib.h
1432         * src/common/xml.c
1433         * src/common/xml.h
1434         * src/common/xmlprops.c
1435         * src/common/xmlprops.h
1436         * src/etpan/etpan-errors.h
1437         * src/etpan/etpan-thread-manager-types.h
1438         * src/etpan/etpan-thread-manager.c
1439         * src/etpan/etpan-thread-manager.h
1440         * src/etpan/imap-thread.c
1441         * src/etpan/imap-thread.h
1442         * src/gtk/about.c
1443         * src/gtk/about.h
1444         * src/gtk/colorlabel.c
1445         * src/gtk/colorlabel.h
1446         * src/gtk/colorsel.c
1447         * src/gtk/colorsel.h
1448         * src/gtk/combobox.c
1449         * src/gtk/combobox.h
1450         * src/gtk/description_window.c
1451         * src/gtk/description_window.h
1452         * src/gtk/filesel.c
1453         * src/gtk/filesel.h
1454         * src/gtk/foldersort.c
1455         * src/gtk/foldersort.h
1456         * src/gtk/gtkaspell.c
1457         * src/gtk/gtkaspell.h
1458         * src/gtk/gtksctree.c
1459         * src/gtk/gtkshruler.c
1460         * src/gtk/gtkshruler.h
1461         * src/gtk/gtksourceprintjob.c
1462         * src/gtk/gtksourceprintjob.h
1463         * src/gtk/gtkutils.c
1464         * src/gtk/gtkutils.h
1465         * src/gtk/gtkvscrollbutton.c
1466         * src/gtk/gtkvscrollbutton.h
1467         * src/gtk/icon_legend.c
1468         * src/gtk/icon_legend.h
1469         * src/gtk/inputdialog.c
1470         * src/gtk/inputdialog.h
1471         * src/gtk/logwindow.c
1472         * src/gtk/logwindow.h
1473         * src/gtk/manage_window.c
1474         * src/gtk/manage_window.h
1475         * src/gtk/menu.c
1476         * src/gtk/menu.h
1477         * src/gtk/pluginwindow.c
1478         * src/gtk/pluginwindow.h
1479         * src/gtk/prefswindow.c
1480         * src/gtk/prefswindow.h
1481         * src/gtk/progressdialog.c
1482         * src/gtk/progressdialog.h
1483         * src/gtk/quicksearch.c
1484         * src/gtk/quicksearch.h
1485         * src/gtk/sslcertwindow.c
1486         * src/gtk/sslcertwindow.h
1487         * src/plugins/bogofilter/bogofilter.c
1488         * src/plugins/bogofilter/bogofilter.h
1489         * src/plugins/bogofilter/bogofilter_gtk.c
1490         * src/plugins/clamav/clamav_plugin.c
1491         * src/plugins/clamav/clamav_plugin.h
1492         * src/plugins/clamav/clamav_plugin_gtk.c
1493         * src/plugins/demo/demo.c
1494         * src/plugins/dillo_viewer/dillo_prefs.c
1495         * src/plugins/dillo_viewer/dillo_prefs.h
1496         * src/plugins/dillo_viewer/dillo_viewer.c
1497         * src/plugins/pgpcore/passphrase.c
1498         * src/plugins/pgpcore/passphrase.h
1499         * src/plugins/pgpcore/pgp_viewer.c
1500         * src/plugins/pgpcore/pgp_viewer.h
1501         * src/plugins/pgpcore/plugin.c
1502         * src/plugins/pgpcore/prefs_gpg.c
1503         * src/plugins/pgpcore/prefs_gpg.h
1504         * src/plugins/pgpcore/select-keys.c
1505         * src/plugins/pgpcore/select-keys.h
1506         * src/plugins/pgpcore/sgpgme.c
1507         * src/plugins/pgpcore/sgpgme.h
1508         * src/plugins/pgpinline/pgpinline.c
1509         * src/plugins/pgpinline/pgpinline.h
1510         * src/plugins/pgpinline/plugin.c
1511         * src/plugins/pgpmime/pgpmime.c
1512         * src/plugins/pgpmime/pgpmime.h
1513         * src/plugins/pgpmime/plugin.c
1514         * src/plugins/spamassassin/spamassassin.c
1515         * src/plugins/spamassassin/spamassassin.h
1516         * src/plugins/spamassassin/spamassassin_gtk.c
1517         * src/plugins/trayicon/trayicon.c
1518         * src/plugins/trayicon/trayicon_prefs.c
1519         * src/plugins/trayicon/trayicon_prefs.h
1520         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1521         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1522         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1523         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1524         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1525         * tools/OOo2claws-mail.pl
1526         * tools/README.sylprint
1527         * tools/acroread2claws-mail.pl
1528         * tools/claws-mail-compose-insert-files.pl
1529         * tools/convert_mbox.pl
1530         * tools/filter_conv.pl
1531         * tools/filter_conv_new.pl
1532         * tools/fix_date.sh
1533         * tools/freshmeat_search.pl
1534         * tools/google_search.pl
1535         * tools/kmail-mailbox2claws-mail.pl
1536         * tools/kmail2claws-mail.pl
1537         * tools/kmail2claws-mail_v2.pl
1538         * tools/mairix.sh
1539         * tools/make.themes.project
1540         * tools/multiwebsearch.pl
1541         * tools/nautilus2claws-mail.sh
1542         * tools/outlook2claws-mail.pl
1543         * tools/textviewer.sh
1544         * tools/thunderbird-filters-convertor.pl
1545         * tools/update-po
1546         * tools/uuooffice
1547         * tools/vcard2xml.py
1548         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1549                 Upgrade to GPLv3 or later.
1550
1551 2007-07-10 [wwp]        2.10.0cvs15
1552
1553         * src/main.c
1554                 Fix re-opening of all composing messages that were
1555                 opened when closing the previous instance, thanks
1556                 to Colin.
1557
1558 2007-07-10 [paul]       2.10.0cvs14
1559
1560         * src/editaddress_other_attributes_ldap.c
1561         * src/ldapupdate.c
1562                 fix crash on selecting 'other attributes' combo
1563                 for either a new entry or an old entry with no
1564                 existing attributes.
1565                 fix bug on editing multiple attributes which
1566                 resulted them all having the value of the last
1567                 one changed.
1568                 Thanks to Colin
1569
1570 2007-07-10 [colin]      2.10.0cvs13
1571
1572         * src/editaddress.c
1573         * src/editaddress_other_attributes_ldap.h
1574         * src/ldapupdate.c
1575                 Fix --disable-ldap build
1576
1577 2007-07-09 [colin]      2.10.0cvs12
1578
1579         * src/Makefile.am
1580         * src/addritem.c
1581         * src/addritem.h
1582         * src/editaddress.c
1583         * src/editaddress_other_attributes_ldap.c
1584         * src/editaddress_other_attributes_ldap.h
1585         * src/editldap.c
1586         * src/ldapctrl.c
1587         * src/ldapctrl.h
1588         * src/ldapupdate.c
1589                 Add capability to edit all inetOrgPerson
1590                 attributes on LDAP. Patch by Michael 
1591                 Rasmussen
1592
1593 2007-07-09 [colin]      2.10.0cvs11
1594
1595         * src/Makefile.am
1596         * src/exporthtml.c
1597         * src/mbox.c
1598         * src/msgcache.c
1599         * src/prefs_summaries.c
1600         * src/prefs_themes.c
1601         * src/procheader.c
1602         * src/common/Makefile.am
1603         * src/common/log.c
1604         * src/common/timing.h
1605         * src/common/utils.c
1606         * src/common/utils.h
1607         * src/common/w32_account.c
1608         * src/common/w32lib.h
1609         * src/gtk/Makefile.am
1610         * src/gtk/colorlabel.c
1611         * src/plugins/pgpcore/Makefile.am
1612         * src/plugins/pgpcore/claws.def
1613         * src/plugins/pgpcore/passphrase.c
1614         * src/plugins/pgpcore/pgp_viewer.c
1615         * src/plugins/pgpcore/plugin.def
1616         * src/plugins/pgpcore/sgpgme.c
1617         * src/plugins/pgpinline/Makefile.am
1618         * src/plugins/pgpinline/claws.def
1619         * src/plugins/pgpinline/mypgpcore.def
1620         * src/plugins/pgpinline/plugin.def
1621         * src/plugins/pgpmime/Makefile.am
1622         * src/plugins/pgpmime/claws.def
1623         * src/plugins/pgpmime/mypgpcore.def
1624         * src/plugins/pgpmime/plugin.def
1625                 Commit win32 patch, from Werner Koch and
1626                 Marcus Brinkmann
1627
1628 2007-07-09 [colin]      2.10.0cvs10
1629
1630         * src/prefs_toolbar.c
1631                 Fix crash when no actions exist
1632
1633 2007-07-07 [paul]       2.10.0cvs9
1634
1635         * COPYING
1636         * manual/claws-mail-manual.xml
1637                 update copyright year
1638         * po/fi.po
1639                 updated by Flammie Pirinen
1640
1641 2007-07-05 [wwp]        2.10.0cvs8
1642
1643         * src/plugins/clamav/clamav_plugin_gtk.c
1644                 Make vertical spacing like in other plugin prefs pages.
1645
1646 2007-07-05 [wwp]        2.10.0cvs7
1647
1648         * src/quote_fmt.c
1649                 It's %am that works, not %ae (this doc incoherence has been
1650                 introduced with 2.9.2cvs13).
1651
1652 2007-07-04 [wwp]        2.10.0cvs6
1653
1654         * src/plugins/bogofilter/bogofilter.c
1655                 Gettext-ize an occurrence of "Any" that wasn't.
1656
1657 2007-07-04 [colin]      2.10.0cvs5
1658
1659         * po/POTFILES.in
1660                 Fix untranslated strings; thanks
1661                 to Pader Rezso.
1662
1663 2007-07-03 [colin]      2.10.0cvs4
1664
1665         * src/folder.c
1666         * src/mainwindow.c
1667                 Fix saving of sort mode for tags and
1668                 thread date. Thanks to Pierre Ossman.
1669                 Completes fix for bug 1233
1670
1671 2007-07-03 [paul]       2.10.0cvs3
1672
1673         * src/compose.c
1674                 fix auto-save
1675         * src/summaryview.c
1676                 fix build warnings
1677         Thanks to Colin
1678
1679 2007-07-02 [colin]      2.10.0cvs2
1680
1681         * src/folder.h
1682         * src/mainwindow.c
1683         * src/procmsg.h
1684         * src/summaryview.c
1685                 Add View/Sort/by Thread date
1686                 Fixes bug 1233, 'Capability to sort 
1687                 threads by most recent message'
1688                 Based on a patch by Paul Rolland
1689
1690 2007-07-02 [colin]      2.10.0cvs1
1691
1692         * src/Makefile.am
1693         * src/compose.c
1694         * src/edittags.c
1695         * src/edittags.h
1696         * src/filtering.c
1697         * src/folder.c
1698         * src/folder.h
1699         * src/headerview.c
1700         * src/headerview.h
1701         * src/main.c
1702         * src/mainwindow.c
1703         * src/mainwindow.h
1704         * src/manual.h
1705         * src/matcher.c
1706         * src/matcher.h
1707         * src/matcher_parser_parse.y
1708         * src/mimeview.c
1709         * src/msgcache.c
1710         * src/msgcache.h
1711         * src/prefs_common.c
1712         * src/prefs_common.h
1713         * src/prefs_filtering_action.c
1714         * src/prefs_matcher.c
1715         * src/prefs_summary_column.c
1716         * src/procmsg.c
1717         * src/procmsg.h
1718         * src/quote_fmt.c
1719         * src/quote_fmt_lex.l
1720         * src/quote_fmt_parse.y
1721         * src/summaryview.c
1722         * src/summaryview.h
1723         * src/textview.c
1724         * src/common/Makefile.am
1725         * src/common/defs.h
1726         * src/common/tags.c
1727         * src/common/tags.h
1728         * src/gtk/quicksearch.c
1729         * src/gtk/quicksearch.h
1730                 Add Tags implementation. Tags are arbitrary labels
1731                 that can be applied to messages. It is possible 
1732                 to create, edit, remove tags; apply them to mails;
1733                 filter on tags or tag presence; apply or unset
1734                 tags via filtering actions; reference tags in
1735                 reply templates.
1736
1737 2007-07-02 [paul]       2.10.0
1738
1739         * NEWS
1740         * README
1741         * RELEASE_NOTES
1742                 2.10.0 released
1743
1744 2007-07-02 [paul]       2.9.2cvs78
1745
1746         * po/de.po
1747         * po/en_GB.po
1748         * po/es.po
1749         * po/fr.po
1750         * po/hu.po
1751         * po/pt_BR.po
1752         * po/ru.po
1753         * po/zh_CN.po
1754                 updated by Stephan Sachse, me, Ricardo Mones
1755                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1756                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1757
1758 2007-07-02 [paul]       2.9.2cvs77
1759
1760         * AUTHORS
1761                 updated
1762
1763 2007-06-29 [wwp]        2.9.2cvs76
1764
1765         * src/gtk/headers.h
1766                 Fix a typo (thanks to Ricardo for finding this out).
1767
1768 2007-06-28 [paul]       2.9.2cvs75
1769
1770         * src/folderview.c
1771                 fix build warnings
1772
1773 2007-06-28 [paul]       2.9.2cvs74
1774
1775         * tools/Makefile.am
1776                 fix bug in the autotools build system.
1777                 Files cataloged under EXTRA_DIST were never
1778                 automatically copied to the build tree.
1779                 (fix 'make distcheck')
1780                 Patch by Michael Rasmussen.
1781
1782 2007-06-24 [colin]      2.9.2cvs73
1783
1784         * src/news_gtk.c
1785                 Fix bug 1249, 'Error handling for 
1786                 news errors needs modification'
1787                 Only popup error if the according
1788                 pref in Prefs/Receive is set.
1789
1790 2007-06-21 [colin]      2.9.2cvs72
1791
1792         * src/common/plugin.c
1793         * src/common/plugin.h
1794                 Change plugin API to know whether it's safe to 
1795                 unload plugins or whether we should just hide
1796                 them. Fixes bug 1248, 'Core dumps after 
1797                 unloading plugin and clicking on load plugins'
1798         * src/plugins/bogofilter/bogofilter.c
1799         * src/plugins/clamav/clamav_plugin.c
1800         * src/plugins/demo/demo.c
1801         * src/plugins/dillo_viewer/dillo_viewer.c
1802         * src/plugins/pgpcore/plugin.c
1803         * src/plugins/pgpinline/plugin.c
1804         * src/plugins/pgpmime/plugin.c
1805         * src/plugins/spamassassin/spamassassin.c
1806         * src/plugins/trayicon/trayicon.c
1807                 Update API
1808
1809 2007-06-19 [colin]      2.9.2cvs71
1810
1811         * src/compose.c
1812         * src/messageview.c
1813                 Fix crash mentioned in bug 1246
1814                 Race condition when automatically drafting
1815                 due to insertion on reedit.
1816
1817 2007-06-18 [wwp]        2.9.2cvs70
1818
1819         * src/importldif.c
1820                 LDIF import: use a "Proceed" button to complete
1821                 the process.
1822
1823 2007-06-18 [paul]       2.9.2cvs69
1824
1825         * configure.ac
1826                 use pkgconfig to check for gtk and glib
1827
1828 2007-06-17 [wwp]        2.9.2cvs68
1829
1830         * src/ldif.c
1831         * src/importldif.c
1832                 LDIF import: better error handling, minor code
1833                 and UI cleanup, and renamed the Save button
1834                 to Close, as imported stuff is already saved
1835                 when the Save button is shown.
1836
1837 2007-06-17 [colin]      2.9.2cvs67
1838
1839         * src/prefs_summaries.c
1840         * src/procmsg.c
1841                 Don't set as read when forwarded, only replied to
1842
1843 2007-06-17 [paul]       2.9.2cvs66
1844
1845         * src/alertpanel.c
1846                 add missing #include
1847
1848 2007-06-16 [colin]      2.9.2cvs65
1849
1850         * src/prefs_summaries.c
1851         * src/procmsg.c
1852                 Change the pref "Only mark as read when opened
1853                 in new window" to "..., replied to or forwarded".
1854                 Based on a patch by Paul Rolland.
1855
1856 2007-06-16 [paul]       2.9.2cvs64
1857
1858         * src/gtk/authors.h
1859                 alphabetical order! :)
1860
1861 2007-06-16 [colin]      2.9.2cvs63
1862
1863         * AUTHORS
1864         * src/gtk/authors.h
1865                 Add Michael Rasmussen in authors list
1866
1867 2007-06-16 [colin]      2.9.2cvs62
1868
1869         * src/messageview.c
1870                 Fix messageview_copy_clipboard to take advantage
1871                 of plugins' get_selection.
1872
1873 2007-06-15 [colin]      2.9.2cvs61
1874
1875         * src/action.c
1876         * src/addr_compl.c
1877         * src/addressbook.c
1878         * src/folderview.c
1879         * src/message_search.c
1880         * src/mimeview.c
1881         * src/summary_search.c
1882         * src/summaryview.c
1883         * src/textview.c
1884                 Allow GDK_KP_Enter to do the same as GDK_Return
1885                 Patch by Michael Rasmussen
1886
1887 2007-06-15 [paul]       2.9.2cvs60
1888
1889         * src/compose.c
1890                 fix bug when closing a compose window
1891                 during autosave
1892
1893 2007-06-14 [paul]       2.9.2cvs59
1894
1895         * src/main.c
1896         * src/common/defs.h
1897                 migrate sylpheed config
1898
1899 2007-06-14 [wwp]        2.9.2cvs58
1900
1901         * src/gtk/pluginwindow.c
1902                 Yet another attempt to fix sizing/alignment of the
1903                 button bar in plugins window.
1904
1905 2007-06-12 [colin]      2.9.2cvs57
1906
1907         * po/POTFILES.in
1908         * src/Makefile.am
1909         * src/folderview.c
1910         * src/prefs_common.c
1911         * src/prefs_common.h
1912         * src/prefs_summaries.c
1913         * src/prefs_summary_open.c
1914         * src/prefs_summary_open.h
1915         * src/summaryview.c
1916                 Make "when entering a folder" actions more personalisable
1917
1918 2007-06-12 [wwp]        2.9.2cvs56
1919
1920         * tools/README
1921                 Use short description from Paul (mairix.sh).
1922
1923 2007-06-12 [wwp]        2.9.2cvs55
1924
1925         * tools/README
1926                 Updated info about mairix.sh.
1927
1928 2007-06-11 [paul]       2.9.2cvs54
1929
1930         * src/prefs_logging.c
1931                 rework log window length widgets
1932                 and some sensitivity fixes
1933
1934 2007-06-11 [paul]       2.9.2cvs53
1935
1936         * src/mainwindow.c
1937         * src/prefs_logging.c
1938                 rename 'Protocol Log' to 'Network Log'
1939                 and some function renaming
1940
1941 2007-06-10 [wwp]        2.9.2cvs52
1942
1943         * src/gtk/pluginwindow.c
1944                 Revert 2.9.2cvs51.
1945
1946 2007-06-10 [wwp]        2.9.2cvs51
1947
1948         * src/gtk/pluginwindow.c
1949                 Fix button bar in plugin window, was centered and not
1950                 behaving like other dialogs w/ such button bar.
1951
1952 2007-06-08 [wwp]        2.9.2cvs50
1953
1954         * src/compose.c
1955         * src/compose.h
1956         * src/main.c
1957         * src/mainwindow.c
1958         * src/mainwindow.h
1959                 Provide a way out of automatic draft saving on IMAP, when
1960                 exiting offline.
1961                 Prevent drafting while sending and quitting while sending.
1962                 Thanks for Colin.
1963
1964
1965
1966 2007-06-08 [wwp]        2.9.2cvs49
1967
1968         * src/prefs_account.c
1969         * src/gtk/prefswindow.c
1970         * src/gtk/prefswindow.h
1971                 Activate the Basic page when opening account prefs.
1972
1973 2007-06-08 [wwp]        2.9.2cvs48
1974
1975         * src/common/socket.c
1976                 Don't crash if fork() fails, thanks to Colin.
1977
1978 2007-06-08 [wwp]        2.9.2cvs47
1979
1980         * src/gtk/prefswindow.c
1981                 Wrap some long lines, and reset horizontal scroller's adjusment
1982                 (this was already done, vertically), when changing tab (not page)
1983                 in prefs windows.
1984
1985 2007-06-08 [paul]       2.9.2cvs46
1986
1987         * src/common/utils.c
1988                 use gethostname() instead of uname()
1989                 based on a patch by Michael Hughes
1990                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1991
1992 2007-06-07 [wwp]        2.9.2cvs45
1993
1994         * src/prefs_common.c
1995                 Fix some useless warnings, thanks to Colin.
1996
1997 2007-06-06 [colin]      2.9.2cvs44
1998
1999         * src/ldapupdate.c
2000                 Fix strange allocations. 
2001
2002 2007-06-06 [colin]      2.9.2cvs43
2003
2004         * src/ldapupdate.c
2005                 Patch by Michael Rasmussus to help
2006                 bug 1232
2007
2008 2007-06-05 [wwp]        2.9.2cvs42
2009
2010         * src/prefs_account.c
2011         * src/prefs_folder_item.c
2012         * src/prefs_quote.c
2013         * src/quote_fmt.c
2014         * src/quote_fmt.h
2015                 Per-folder templates can now be applied recursively.
2016                 Always save per-folder templates (formats were erroneously
2017                 saved only if they were enabled).
2018                 Check for validity of quotation marks everywhere there
2019                 are defined.
2020
2021 2007-06-05 [wwp]        2.9.2cvs41
2022
2023         * src/inc.c
2024                 Fix incoming messages from local accounts always getting filtered
2025                 (even if the account prefs say don't), thanks to Colin.
2026
2027 2007-06-05 [wwp]        2.9.2cvs40
2028
2029         * src/compose.c
2030         * src/compose.h
2031                 Use per-folder/per-account quote chars when applying a
2032                 template or inserting text as well. Const'ify some
2033                 vars more.
2034
2035 2007-06-04 [colin]      2.9.2cvs39
2036
2037         * src/compose.c
2038                 More work for wwp :)
2039
2040 2007-06-04 [wwp]        2.9.2cvs38
2041
2042         * src/compose.c
2043                 Same as 2.9.2cvs36 but for forwarding.
2044
2045 2007-06-04 [colin]      2.9.2cvs37
2046
2047         * src/compose.c
2048                 Use original mail file for forward/redirect
2049                 Fixes some forwarded mails to be attached as
2050                 application/octet-stream (when they have binary
2051                 parts), and incidentally fixes bug 848
2052                 'Redirect breaks GnuPG'
2053
2054 2007-06-04 [wwp]        2.9.2cvs36
2055
2056         * src/compose.c
2057                 Fix quote mark mis-initialisation when replying/forwarding
2058                 (introduced w/ 2.9.2cvs20).
2059
2060 2007-06-04 [wwp]        2.9.2cvs35
2061
2062         * src/prefs_compose_writing.c
2063         * src/prefs_quote.c
2064                 Fix a bug where Quotation characters (prefs/compose/writing)
2065                 was cleared (introduced w/ 2.9.2cvs26).
2066
2067 2007-06-04 [wwp]        2.9.2cvs34
2068
2069         * src/prefs_account.c
2070         * src/prefs_account.h
2071                 Better fix for compiling w/o aspell (rollbacks
2072                 2.9.2cvs31).
2073
2074 2007-06-04 [wwp]        2.9.2cvs33
2075
2076         * src/account.c
2077         * src/prefs_account.c
2078         * src/prefs_account.h
2079         * src/procmsg.c
2080                 It's now possible to disable mail filtering plugins
2081                 on a per-account basis.
2082
2083 2007-06-04 [wwp]        2.9.2cvs32
2084
2085         * src/procheader.c
2086         * src/common/utils.c
2087         * src/common/utils.h
2088                 Support CRLF in headers part of messages.
2089                 Support few more date formats (RFC3339 subsets).
2090
2091 2007-06-04 [wwp]        2.9.2cvs31
2092
2093         * src/prefs_account.c
2094                 Fix compiling w/o aspell support.
2095
2096 2007-06-03 [wwp]        2.9.2cvs30
2097
2098         * src/prefs_gtk.c
2099                 Don't decode leading ENV_ and ~ in P_PASSWORD
2100                 values.
2101
2102 2007-06-03 [wwp]        2.9.2cvs29
2103
2104         * src/prefs_gtk.c
2105                 Don't decode leading ENV_ and ~ in P_PASSWORD
2106                 values.
2107
2108 2007-06-03 [wwp]        2.9.2cvs28
2109
2110         * src/prefs_account.c
2111         * src/gtk/prefswindow.c
2112         * src/gtk/prefswindow.h
2113                 Added a way to force preloading of all pages
2114                 (prefswindow).
2115                 Moved tabs to pages in account prefs.
2116
2117 2007-06-02 [colin]      2.9.2cvs27
2118
2119         * src/addressbook.c
2120                 Fix possible crash, fix ldap write bugs
2121         * src/ldapupdate.c
2122                 Fix ldap write bugs - patch by Michael
2123                 Rasmussen
2124         * src/alertpanel.c
2125         * src/alertpanel.h
2126                 Add a hook whenever alertpanel opens/closes
2127
2128 2007-05-31 [wwp]        2.9.2cvs26
2129
2130         * src/prefs_compose_writing.c
2131         * src/prefs_quote.c
2132                 Re-organized writing options a bit:
2133                  - renamed the Quoting page to Templates
2134                  - moved all composing templates to that page
2135                  - moved non-templates options to the Writing one,
2136                    grouped reply-related options, reordered reply and
2137                    forward options.
2138
2139 2007-05-31 [wwp]        2.9.2cvs25
2140
2141         * src/compose.c
2142                 Removed unused code.
2143
2144 2007-05-31 [colin]      2.9.2cvs24
2145
2146         * src/addressbook.c
2147                 Fix missing display name when modifying
2148                 LDAP. Patch by Michael Rasmussen
2149
2150 2007-05-31 [wwp]        2.9.2cvs23
2151
2152         * src/plugins/bogofilter/Makefile.am
2153         * src/plugins/clamav/Makefile.am
2154         * src/plugins/demo/Makefile.am
2155         * src/plugins/dillo_viewer/Makefile.am
2156         * src/plugins/spamassassin/Makefile.am
2157                 Fix building of those plugins in Mac OS X.
2158
2159 2007-05-30 [wwp]        2.9.2cvs22
2160
2161         * src/gtk/quicksearch.c
2162                 Fix missing initialization.
2163
2164 2007-05-30 [wwp]        2.9.2cvs21
2165
2166         * src/procheader.c
2167                 Revert accidental commit (debug outputs).
2168
2169 2007-05-30 [wwp]        2.9.2cvs20
2170
2171         * src/compose.c
2172         * src/folder_item_prefs.c
2173         * src/folder_item_prefs.h
2174         * src/prefs_account.c
2175         * src/prefs_account.h
2176         * src/prefs_folder_item.c
2177         * src/prefs_gtk.c
2178         * src/prefs_gtk.h
2179                 Implemented per-account and per-folder
2180                 compose/reply/forward formats.
2181
2182 2007-05-30 [wwp]        2.9.2cvs19
2183
2184         * src/prefs_compose_writing.c
2185         * src/prefs_quote.c
2186         * src/procheader.c
2187         * src/quote_fmt.c
2188         * src/quote_fmt.h
2189                 Internal API changes (factorize quote format
2190                 prefs and checks).
2191
2192 2007-05-30 [colin]      2.9.2cvs18
2193
2194         * src/compose.c
2195                 Fix race where it's possible to re-click Send
2196                 between end of SMTP session and end of "move to
2197                 sent folder" when sending an email with send
2198                 dialog enabled.
2199
2200 2007-05-30 [colin]      2.9.2cvs17
2201
2202         * src/crash.c
2203                 Ask for backtrace on all threads. Patch by
2204                 Pawel
2205         * src/folderview.c
2206                 Fix stale news statusbar when scanning fails.
2207                 Patch by Pawel
2208         * src/ldapupdate.c
2209                 Fix some LDAP write updates bugs. Patch
2210                 by Michael Rasmussen
2211
2212 2007-05-29 [colin]      2.9.2cvs16
2213
2214         * src/imap.c
2215                 Fix loss of local flags when moving mails
2216                 on IMAP in high-bandwidth mode (UID FETCH)
2217
2218 2007-05-25 [paul]       2.9.2cvs15
2219
2220         * src/common/socket.c
2221                 fix sometimes crasher on cancelling
2222                 message sending
2223
2224 2007-05-25 [colin]      2.9.2cvs14
2225
2226         * src/imap.c
2227                 Fix a memory leak
2228         * src/imap_gtk.c
2229                 Be more helpful in the subscription
2230                 message
2231
2232 2007-05-23 [wwp]        2.9.2cvs13
2233
2234         * src/compose.c
2235         * src/prefs_compose_writing.c
2236         * src/prefs_quote.c
2237         * src/prefs_template.c
2238         * src/prefs_template.h
2239         * src/quote_fmt.c
2240         * src/quote_fmt.h
2241         * src/quote_fmt_lex.l
2242         * src/quote_fmt_parse.y
2243                 Introduced new syntax elements (symbols and commands)
2244                 in templates/quote_fmt. Compatibility w/ old
2245                 symbols is kept.
2246                 Updated and reworked the corresponding Information
2247                 dialog.
2248                 Display the line number in dialogs that talk about
2249                 parser errors (in addition to the error message in
2250                 output).
2251
2252 2007-05-23 [wwp]        2.9.2cvs12
2253
2254         * src/quote_fmt_parse.y
2255                 Fix 2.9.2cvs11, probably a paste accident ;).
2256
2257 2007-05-23 [wwp]        2.9.2cvs11
2258
2259         * src/compose.c
2260         * src/prefs_template.c
2261         * src/quote_fmt.h
2262         * src/quote_fmt_parse.y
2263                 Fix 2.9.2cvs10, which broke --disable-aspell.
2264
2265 2007-05-22 [wwp]        2.9.2cvs10
2266
2267         * src/compose.c
2268         * src/prefs_template.c
2269         * src/quote_fmt.c
2270         * src/quote_fmt.h
2271         * src/quote_fmt_lex.l
2272         * src/quote_fmt_parse.y
2273         * src/gtk/gtkaspell.c
2274         * src/gtk/gtkaspell.h
2275                 Added template/quote format syntactical elements
2276                 to show and query:
2277                         - current dictionary
2278                           %T to show (shows empty if not set or not enabled),
2279                           ?T and !T to check if the default dictionary is
2280                           enabled and set
2281                         - current account's default dictionary
2282                           %aT to show (empty if not set or not enabled),
2283                           ?aT and !aT to check if it's enabled and set
2284                         - name completion for an address, from the address
2285                           book
2286                           %ABf, %ABt, %ABc respectively show the full name got
2287                           from the address book if From, To or Cc match a single
2288                           contact.
2289                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2290                           matches any contact and if the full name is non-empty.
2291                           If From, To or Cc are lists of email addresses, only
2292                           the first address will be checked.
2293                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2294                 that could show a trailing ','.
2295                 Also, template/quote_fmt parser now shows the line number in case
2296                 of parser error.
2297
2298 2007-05-15 [colin]      2.9.2cvs9
2299
2300         * src/main.c
2301         * src/main.h
2302                 Add a public function to know whether Claws
2303                 crashed last time
2304                 Store opened folder when exiting
2305         * src/folder.c
2306         * src/folder.h
2307                 Store last opened message in each FolderItem;
2308                 Reset last seen messages if Claws crashed, so 
2309                 that one can't go in an infinite crash in case 
2310                 a particular mail crashes Claws.
2311         * src/messageview.c
2312         * src/prefs_common.c
2313         * src/prefs_common.h
2314         * src/summaryview.c
2315         * src/prefs_summaries.c
2316                 Add "Select last opened message" when entering
2317                 a folder
2318                 Add "Select last opened folder" at startup.
2319
2320 2007-05-14 [colin]      2.9.2cvs8
2321
2322         * manual/xml2pdf
2323                 Fix bashism, search for xml catalog 
2324                 in /usr/local/share/xml/catalog too
2325                 Patch by Pawel
2326
2327 2007-05-13 [wwp]        2.9.2cvs7
2328
2329         * src/gtk/logwindow.c
2330                 fix raising log windows when they are either minimized or
2331                 in background.
2332
2333 2007-05-11 [colin]      2.9.2cvs6
2334
2335         * src/gtk/filesel.c
2336                 Use Hildon's file chooser on Maemo. Patch
2337                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2338                 'File attachment "manipulation" bugs...'
2339
2340 2007-05-10 [wwp]        2.9.2cvs5
2341
2342         * src/prefs_common.c
2343         * src/prefs_common.h
2344         * src/gtk/quicksearch.c
2345                 Add a quicksearch option to automatically run
2346                 a search selected from the history (this option
2347                 is exclusive towards type-ahead).
2348
2349 2007-05-10 [colin]      2.9.2cvs4
2350
2351         * src/imap.c
2352                 Fix g_warnings, thanks to Brian
2353                 Morrison
2354
2355 2007-05-09 [colin]      2.9.2cvs3
2356
2357         * src/crash.c
2358         * src/exporthtml.c
2359         * src/mbox.c
2360         * src/prefs_summaries.c
2361         * src/procheader.c
2362         * src/common/log.c
2363         * src/common/utils.c
2364         * src/gtk/gtksourceprintjob.c
2365         * src/gtk/sslcertwindow.c
2366                 Use the re-entrant variant of time functions
2367                 Probably fixes bug 1217, 'reentrancy problems 
2368                 with time functions'
2369
2370 2007-05-09 [colin]      2.9.2cvs2
2371
2372         * src/imap.c
2373                 Fix crasher when reconnection fails
2374
2375 2007-05-08 [paul]       2.9.2cvs1
2376
2377         * NEWS
2378         * README
2379         * RELEASE_NOTES
2380         * configure.ac
2381                 bump version number following
2382                 stable release
2383
2384 2007-05-08 [paul]       2.9.1cvs48
2385
2386         * src/plugins/demo/demo.c
2387         * src/plugins/dillo_viewer/dillo_prefs.c
2388         * src/plugins/dillo_viewer/dillo_prefs.h
2389         * src/plugins/dillo_viewer/dillo_viewer.c
2390         * src/plugins/pgpcore/pgp_viewer.c
2391         * src/plugins/pgpcore/pgp_viewer.h
2392         * src/plugins/pgpcore/plugin.c
2393         * src/plugins/pgpcore/prefs_gpg.c
2394         * src/plugins/pgpcore/prefs_gpg.h
2395         * src/plugins/pgpcore/sgpgme.c
2396         * src/plugins/pgpcore/sgpgme.h
2397         * src/plugins/pgpinline/plugin.c
2398         * src/plugins/pgpmime/pgpmime.c
2399         * src/plugins/pgpmime/pgpmime.h
2400         * src/plugins/pgpmime/plugin.c
2401         * src/plugins/spamassassin/spamassassin.c
2402         * src/plugins/spamassassin/spamassassin.h
2403         * src/plugins/spamassassin/spamassassin_gtk.c
2404         * src/plugins/trayicon/README
2405         * tools/README
2406         * tools/README.sylprint
2407         * tools/outlook2claws-mail.pl
2408         * tools/sylprint.pl
2409         * tools/tb2claws-mail
2410         * tools/tbird2claws.py
2411         * tools/update-po
2412         * tools/vcard2xml.py
2413         * tools/kdeservicemenu/README
2414                 cleanups and corrections
2415
2416 2007-05-06 [wwp]        2.9.1cvs47
2417
2418         * tools/uudec
2419                 Fix missing dash to `display` command-line, reported
2420                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2421
2422 2007-05-06 [colin]      2.9.1cvs46
2423
2424         * src/Makefile.am
2425         * src/stock_pixmap.c
2426         * src/stock_pixmap.h
2427         * src/pixmaps/printer.xpm
2428                 Add a printer icon
2429
2430 2007-05-06 [paul]       2.9.1cvs45
2431
2432         * src/compose.c
2433         * src/ldapquery.c
2434         * src/privacy.h
2435         * src/summary_search.c
2436         * src/summaryview.c
2437                 fix build warnings
2438
2439 2007-05-05 [wwp]        2.9.1cvs44
2440
2441         * src/messageview.c
2442         * src/mh.c
2443         * src/prefs_actions.c
2444         * src/prefs_gtk.c
2445         * src/summaryview.c
2446         * src/common/xml.c
2447                 Fix "faild" typos everywhere and capitalization of
2448                 some g_warnings.
2449
2450 2007-05-04 [colin]      2.9.1cvs43
2451
2452         * src/compose.c
2453         * src/privacy.c
2454         * src/privacy.h
2455         * src/plugins/pgpcore/prefs_gpg.c
2456         * src/plugins/pgpcore/prefs_gpg.h
2457         * src/plugins/pgpinline/pgpinline.c
2458         * src/plugins/pgpmime/pgpmime.c
2459                 Add an API to warn about encryption limits,
2460                 and allow to disable these warnings
2461
2462 2007-05-03 [colin]      2.9.1cvs42
2463
2464         * src/summaryview.c
2465         * src/mainwindow.c
2466                 Fix bug 1213, 'Delete more than 
2467                 one thread at once'
2468
2469 2007-05-03 [wwp]        2.9.1cvs41
2470
2471         * src/prefs_common.c
2472         * src/prefs_filtering.c
2473         * src/prefs_template.c
2474         * src/common/template.c
2475         * src/common/template.h
2476         * src/gtk/gtkutils.c
2477         * src/gtk/gtkutils.h
2478                 Templates are no longer automatically sorted
2479                 by name, but can be sorted manually using
2480                 |< < > >| buttons as well as drag'n'drop.
2481
2482 2007-05-03 [wwp]        2.9.1cvs40
2483
2484         * src/plugins/spamassassin/spamassassin.c
2485         * src/plugins/spamassassin/spamassassin.h
2486         * src/plugins/spamassassin/spamassassin_gtk.c
2487         * src/plugins/bogofilter/bogofilter.c
2488         * src/plugins/bogofilter/bogofilter.h
2489         * src/plugins/bogofilter/bogofilter_gtk.c
2490                 Added an option to conditionally mark saved spam
2491                 as read (default is and was to do so).
2492                 Satisfies feature request 1708539 on sf.net tracker.
2493
2494 2007-05-03 [colin]      2.9.1cvs39
2495
2496         * src/inc.c
2497                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2498
2499 2007-05-02 [colin]      2.9.1cvs38
2500
2501         * src/textview.c
2502                 Fix bug 1209, 'Clicking on address 
2503                 in header (mailto uri) selects 
2504                 default account'. Patch adapted from
2505                 G.P. Halkes' patch.
2506
2507 2007-05-02 [colin]      2.9.1cvs37
2508
2509         * src/grouplistdialog.c
2510                 Set cursor to wait cursor while loading
2511                 groups.
2512
2513 2007-05-02 [paul]       2.9.1cvs36
2514
2515         * src/folder.c
2516         * src/common/defs.h
2517                 rename cache and mark files
2518                 (data is preserved)
2519
2520 2007-04-30 [paul]       2.9.1cvs35
2521
2522         * manual/glossary.xml
2523         * manual/plugins.xml
2524                 updates. Patch by Ricardo
2525
2526 2007-04-29 [wwp]        2.9.1cvs34
2527
2528         * src/mainwindow.c
2529         * configure.ac
2530                 Fix few grammatical errors (patch by David Relson < relson at
2531                 osagesoftware dot com >).
2532
2533 2007-04-28 [colin]      2.9.1cvs33
2534
2535         * src/account.c
2536         * src/pop.c
2537         * src/prefs_account.c
2538         * src/prefs_account.h
2539                 Drop the "Download all" preference. It's
2540                 stupidly useless and confuses people from
2541                 time to time.
2542
2543 2007-04-27 [wwp]        2.9.1cvs32
2544
2545         * src/account.c
2546         * src/prefs_account.c
2547         * src/prefs_account.h
2548                 Don't reflect accounts changes to the mainwindow when it's
2549                 not necessary.
2550
2551 2007-04-27 [colin]      2.9.1cvs31
2552
2553         * src/folder.c
2554                 Freeze/thaw when sync'ing flags
2555         * src/imap.c
2556         * src/prefs_account.c
2557         * src/prefs_account.h
2558         * src/etpan/imap-thread.c
2559         * src/etpan/imap-thread.h
2560                 Add a way to use UID FETCH instead
2561                 of searches to fetch message lists
2562                 and flags. More expensive towards
2563                 bandwidth, less expensive towards
2564                 server's CPU. Probably fixes 
2565                 bug 1158, 'Scanning new folders on 
2566                 Exchange 2007 extremely slow'.
2567                 Patch 95% by Hoa.
2568
2569 2007-04-27 [paul]       2.9.1cvs30
2570
2571         * src/mainwindow.c
2572         * src/prefs_logging.c
2573                 improvements to english usage
2574
2575 2007-04-27 [colin]      2.9.1cvs29
2576
2577         * src/imap.c
2578                 Fix build without libetpan (my bad!)
2579
2580 2007-04-26 [colin]      2.9.1cvs28
2581
2582         * src/imap.c
2583         * src/imap.h
2584                 Fix uselessly exported function
2585         * src/textview.c
2586                 Consider "- -- \n" as signature separator
2587                 (that's what signature separators look like
2588                  in PGP/Inline signed mails)
2589
2590 2007-04-26 [colin]      2.9.1cvs27
2591
2592         * configure.ac
2593                 libetpan-0.49 is now required
2594         * src/procmime.c
2595                 Fix double fetching of mails if
2596                 first try failed
2597         * src/imap.c
2598                 Make offline sync faster, by
2599                 remembering last change time, and
2600                 last sync time.
2601
2602 2007-04-26 [hoa]        2.9.1cvs26
2603
2604         * src/imap.c
2605         * src/imap.h
2606         * src/mainwindow.c
2607         * src/toolbar.c
2608         * src/etpan/imap-thread.c
2609         * src/etpan/imap-thread.h
2610                 cancellation of IMAP operations is now allowed.
2611                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2612
2613 2007-04-26 [colin]      2.9.1cvs25
2614
2615         * src/folder.c
2616                 Always fetch body+headers in folders that are
2617                 synched for offline use, if "Synchronise as
2618                 soon as possible" is set.
2619                 Fixes bug 1200, 'Add option to always retrieve full 
2620                 messages'
2621
2622 2007-04-25 [colin]      2.9.1cvs24
2623
2624         * src/compose.c
2625                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2626                 persists...'
2627
2628 2007-04-24 [colin]      2.9.1cvs23
2629
2630         * src/folderview.c
2631                 Fix bug 1195, 'Hardware key navigation' 
2632                 Make GDK_Enter toggle expansion (Maemo)
2633
2634 2007-04-24 [wwp]        2.9.1cvs22
2635
2636         * src/compose.c
2637                 Fix few compiler warnings.
2638
2639 2007-04-24 [paul]       2.9.1cvs21
2640
2641         * src/Makefile.am
2642         * src/stock_pixmap.c
2643         * src/stock_pixmap.h
2644                 complete last commit
2645
2646 2007-04-24 [paul]       2.9.1cvs20
2647
2648         * src/gtk/about.c
2649         * src/pixmaps/active.xpm
2650         * src/pixmaps/checkbox_off.xpm
2651         * src/pixmaps/checkbox_on.xpm
2652         * src/pixmaps/inactive.xpm
2653                 kick out the blobs
2654                 remove transparent border from checkbox icons
2655
2656 2007-04-24 [wwp]        2.9.1cvs19
2657
2658         * src/textview.c
2659         * src/textview.h
2660                 Fix a crash in textview, thanks to Colin.
2661
2662 2007-04-23 [wwp]        2.9.1cvs18
2663
2664         * src/prefs_common.c
2665                 Fix 2.9.1cvs5: no header was being translated at all.
2666
2667 2007-04-23 [colin]      2.9.1cvs17
2668
2669         * src/Makefile.am
2670         * src/stock_pixmap.c
2671         * src/stock_pixmap.h
2672         * src/summaryview.c
2673         * src/summaryview.h
2674         * src/gtk/gtksctree.c
2675         * src/gtk/gtksctree.h
2676         * src/pixmaps/selection.xpm
2677                 Fix bug 1193, 'Need a way to multi-select
2678                 items'. Add a toggle button to the summaryview
2679                 to switch between normal and multiple selection
2680                 (Maemo)
2681
2682 2007-04-23 [colin]      2.9.1cvs16
2683
2684         * src/Makefile.am
2685         * src/stock_pixmap.c
2686         * src/stock_pixmap.h
2687         * src/summaryview.c
2688         * src/summaryview.h
2689         * src/gtk/gtksctree.c
2690         * src/gtk/gtksctree.h
2691         * src/pixmaps/selection.xpm
2692                 Fix bug 1193, 'Need a way to multi-
2693                 select items'
2694                 Add a toggle button in the summaryview
2695                 to enable normal or multiple selection.
2696                 (Maemo)
2697
2698 2007-04-23 [colin]      2.9.1cvs15
2699
2700         * src/compose.c
2701                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2702
2703 2007-04-21 [colin]      2.9.1cvs14
2704
2705         * src/gtk/quicksearch.c
2706                 Fix previous commit (actually use correct
2707                 parameter)
2708
2709 2007-04-21 [colin]      2.9.1cvs13
2710
2711         * src/gtk/quicksearch.c
2712                 Fix changing quicksearch type (after Esc,
2713                 after changing Recursive, ...)
2714
2715 2007-04-20 [wwp]        2.9.1cvs12
2716
2717         * src/gtk/Makefile.am
2718                 Added headers.h (completes 2.9.1cvs5).
2719
2720 2007-04-20 [wwp]        2.9.1cvs11
2721
2722         * src/addressbook.c
2723                 Fix the use of display name in name column,
2724                 it has been overriden w/ the use of nickname
2725                 by 2.9.0cvs3. Now nickname is used (if any)
2726                 in case of LDAP books only.
2727
2728 2007-04-20 [colin]      2.9.1cvs10
2729
2730         * src/mimeview.c
2731         * src/summaryview.c
2732         * src/textview.c
2733                 Add handling of 'a' to loop in a mail's
2734                 mimeparts
2735
2736 2007-04-20 [colin]      2.9.1cvs9
2737
2738         * src/toolbar.c
2739                 Fix bug 1190, 'dir_open' button doesn't work'
2740                 (Maemo)
2741
2742 2007-04-20 [colin]      2.9.1cvs8
2743
2744         * src/folderview.c
2745         * src/mainwindow.c
2746                 Fix bug 1194, 'Hardware keys move from email 
2747                 list to account/directory list, but not back 
2748                 to email list...' (Maemo)
2749
2750 2007-04-20 [colin]      2.9.1cvs7
2751
2752         * src/compose.h
2753                 complete previous commit
2754
2755 2007-04-20 [colin]      2.9.1cvs6
2756
2757         * src/compose.c
2758                 Fix bug 1187, 'Reply-to addressee disappears 
2759                 when reply-to text box is clicked...' (Maemo)
2760
2761 2007-04-20 [wwp]        2.9.1cvs5
2762
2763         * po/POTFILES.in
2764         * src/addressbook.c
2765         * src/compose.c
2766         * src/filtering.c
2767         * src/headerview.c
2768         * src/matcher.c
2769         * src/prefs_common.c
2770         * src/prefs_common.h
2771         * src/prefs_display_header.c
2772         * src/prefs_matcher.c
2773         * src/summaryview.c
2774         * src/gtk/headers.h
2775         * src/gtk/quicksearch.c
2776                 Translate more header names according to the relevant option value,
2777                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2778                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2779                 to prefs_common_translated_header_name().
2780                 Added a headers.h reference file that contains known header names
2781                 (RFC2822 and others) to the translation process' input, so that
2782                 translated header names will still exist even if no occurrence of
2783                 _("headername") is found anymore in the sources.
2784                 Don't translate column name 'Number' following to trans_hdr option
2785                 value as it's not a header name.
2786
2787 2007-04-20 [colin]      2.9.1cvs4
2788
2789         * src/gtk/quicksearch.c
2790         * src/gtk/quicksearch.h
2791                 Add "From, To or Subject" quicksearch
2792                 type. Patch by ulfschaper@users.sf.net
2793
2794 2007-04-20 [colin]      2.9.1cvs3
2795
2796         * src/matcher.c
2797                 Implement proper references filtering condition.
2798                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2799
2800 2007-04-19 [wwp]        2.9.1cvs2
2801
2802         * src/prefs_display_header.c
2803         * src/message_search.c
2804                 Fix few warnings (g_free of const gchar*).
2805
2806 2007-04-19 [paul]       2.9.1cvs1
2807
2808         * NEWS
2809         * README
2810         * RELEASE_NOTES
2811         * configure.ac
2812                 bump version number following
2813                 stable release
2814
2815 2007-04-19 [paul]       2.9.0cvs9
2816
2817         * manual/advanced.xml
2818         * manual/glossary.xml
2819                 fix typos
2820
2821 2007-04-18 [paul]       2.9.0cvs8
2822
2823         * src/pop.c
2824                 fix for CVE-2007-1558 (APOP)
2825                 Thanks to Colin
2826
2827 2007-04-18 [paul]       2.9.0cvs7
2828
2829         * src/messageview.c
2830         * src/mimeview.c
2831         * src/summaryview.c
2832         * src/gtk/filesel.c
2833                 Fix encoding woes wrt saving of
2834                 mails and parts
2835                 Thanks to Colin
2836
2837 2007-04-18 [colin]      2.9.0cvs6
2838
2839         * src/gtk/pluginwindow.c
2840                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2841
2842 2007-04-17 [wwp]        2.9.0cvs5
2843
2844         * src/addressadd.c
2845         * src/addressbook.c
2846         * src/addrindex.c
2847         * src/ldapupdate.c
2848                 Fix --disable-ldap build,
2849                 fix some LDAP annoyances on 
2850                 searches, thanks to Colin.
2851
2852 2007-04-17 [wwp]        2.9.0cvs4
2853
2854         * src/ldapupdate.c
2855                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2856                 like gcc 2.9x. Thanks to Colin.
2857
2858 2007-04-17 [wwp]        2.9.0cvs3
2859
2860         * src/Makefile.am
2861         * src/addressadd.c
2862         * src/addressbook.c
2863         * src/addrindex.c
2864         * src/addritem.c
2865         * src/addritem.h
2866         * src/editaddress.c
2867         * src/ldapctrl.c
2868         * src/ldapctrl.h
2869         * src/ldapquery.c
2870         * src/ldapserver.c
2871         * src/ldapserver.h
2872         * src/ldapupdate.c
2873         * src/ldapupdate.h
2874                 Add LDAP write support. Patch mostly by 
2875                 Michael <mir at datanom dot net>
2876
2877 2007-04-17 [wwp]        2.9.0cvs2
2878
2879         * src/compose.c
2880                 Prepend "Add to address book" to the context menu of compose window's sender and
2881                 recipient fields.
2882
2883 2007-04-16 [paul]       2.9.0cvs1
2884
2885         * src/gtk/authors.h
2886                 add Pader Rezso
2887
2888 2007-04-16 [paul]       2.9.0
2889
2890         * NEWS
2891         * README
2892         * RELEASE_NOTES
2893                 2.9.0 released
2894
2895 2007-04-16 [paul]       2.8.1cvs102
2896
2897         * po/fr.po
2898                 updated by Fabien Vantard
2899
2900 2007-04-16 [paul]       2.8.1cvs101
2901
2902         * po/ca.po
2903         * po/cs.po
2904         * po/de.po
2905         * po/hu.po
2906         * po/pl.po
2907         * po/pt_BR.po
2908         * po/sr.po
2909         * po/zh_CN.po
2910                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2911                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2912                 Aleksandar Urosevic, and Ralgh Young
2913
2914 2007-04-15 [mones]      2.8.1cvs100
2915
2916         * po/es.po
2917                 Updated for release
2918
2919 2007-04-14 [colin]      2.8.1cvs99
2920
2921         * src/message_search.c
2922         * src/prefs_display_header.c
2923         * src/summary_search.c
2924         * src/gtk/combobox.c
2925                 Fix allocations
2926
2927 2007-04-14 [wwp]        2.8.1cvs98
2928
2929         * src/gtk/combobox.c
2930         * src/message_search.c
2931         * src/summary_search.c
2932         * src/prefs_display_header.c
2933                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2934                 returns NULL, get the text value directly from the GtkEntry child.
2935
2936 2007-04-13 [colin]      2.8.1cvs97
2937
2938         * src/gtk/quicksearch.c
2939                 Give the focus back to summaryview when
2940                 emptying the quicksearch with Esc
2941
2942 2007-04-13 [colin]      2.8.1cvs96
2943
2944         * src/message_search.c
2945         * src/prefs_display_header.c
2946         * src/summary_search.c
2947                 Fix possibles crashes when getting text
2948                 from gtk combos
2949
2950 2007-04-13 [colin]      2.8.1cvs95
2951
2952         * src/pop.c
2953                 Add some UIDL debugging
2954
2955 2007-04-12 [colin]      2.8.1cvs94
2956
2957         * src/folder.c
2958                 Force folder scan if necessary after
2959                 copying mails, to be able to reapply
2960                 flags.
2961
2962 2007-04-11 [colin]      2.8.1cvs93
2963
2964         * src/main.c
2965                 don't scan for new mail on startup if --select
2966                 is specified (or race conditions arise). If so,
2967                 do both sequentially.
2968
2969 2007-04-09 [colin]      2.8.1cvs92
2970
2971         * src/common/defs.h
2972                 Use leafpad by default on Maemo. Patch
2973                 by Jean-Luc Biord.
2974
2975 2007-04-06 [colin]      2.8.1cvs91
2976
2977         * src/pixmaps/queue_close.xpm
2978         * src/pixmaps/queue_close_hrm.xpm
2979         * src/pixmaps/queue_close_hrm_mark.xpm
2980         * src/pixmaps/queue_close_mark.xpm
2981         * src/pixmaps/queue_open.xpm
2982         * src/pixmaps/queue_open_hrm.xpm
2983         * src/pixmaps/queue_open_hrm_mark.xpm
2984         * src/pixmaps/queue_open_mark.xpm
2985                 Move the clock one pixel down :)
2986
2987 2007-04-05 [colin]      2.8.1cvs90
2988
2989         * src/mainwindow.c
2990                 Don't sync when switching offline from
2991                 command line - it's usually too late :)
2992
2993 2007-04-05 [paul]       2.8.1cvs89
2994
2995         * src/Makefile.am
2996         * src/stock_pixmap.c
2997         * src/pixmaps/dir_close_hrm.xpm
2998         * src/pixmaps/dir_close_hrm_mark.xpm
2999         * src/pixmaps/drafts_close.xpm
3000         * src/pixmaps/drafts_close_mark.xpm
3001         * src/pixmaps/drafts_open.xpm
3002         * src/pixmaps/drafts_open_mark.xpm
3003         * src/pixmaps/inbox.xpm
3004         * src/pixmaps/inbox_close.xpm
3005         * src/pixmaps/inbox_close_hrm.xpm
3006         * src/pixmaps/inbox_close_hrm_mark.xpm
3007         * src/pixmaps/inbox_close_mark.xpm
3008         * src/pixmaps/inbox_hrm.xpm
3009         * src/pixmaps/inbox_hrm_mark.xpm
3010         * src/pixmaps/inbox_mark.xpm
3011         * src/pixmaps/inbox_open.xpm
3012         * src/pixmaps/inbox_open_hrm.xpm
3013         * src/pixmaps/inbox_open_hrm_mark.xpm
3014         * src/pixmaps/inbox_open_mark.xpm
3015         * src/pixmaps/outbox.xpm
3016         * src/pixmaps/outbox_close.xpm
3017         * src/pixmaps/outbox_close_hrm.xpm
3018         * src/pixmaps/outbox_close_hrm_mark.xpm
3019         * src/pixmaps/outbox_close_mark.xpm
3020         * src/pixmaps/outbox_hrm.xpm
3021         * src/pixmaps/outbox_hrm_mark.xpm
3022         * src/pixmaps/outbox_mark.xpm
3023         * src/pixmaps/outbox_open.xpm
3024         * src/pixmaps/outbox_open_hrm.xpm
3025         * src/pixmaps/outbox_open_hrm_mark.xpm
3026         * src/pixmaps/outbox_open_mark.xpm
3027         * src/pixmaps/queue_close.xpm
3028         * src/pixmaps/queue_close_hrm.xpm
3029         * src/pixmaps/queue_close_hrm_mark.xpm
3030         * src/pixmaps/queue_close_mark.xpm
3031         * src/pixmaps/queue_open.xpm
3032         * src/pixmaps/queue_open_hrm.xpm
3033         * src/pixmaps/queue_open_hrm_mark.xpm
3034         * src/pixmaps/queue_open_mark.xpm
3035                 updated, added and replaced icons
3036                 Icons by Colin
3037
3038 2007-04-04 [colin]      2.8.1cvs88
3039
3040         * src/imap.c
3041                 Fix build without libetpan
3042
3043 2007-04-03 [colin]      2.8.1cvs87
3044
3045         * src/imap.c
3046                 Fix crash with Citadel, and try to make
3047                 things work. this server (and specifically 
3048                 STATUS and APPEND at least) seems broken.
3049
3050 2007-04-03 [colin]      2.8.1cvs86
3051
3052         * src/folderview.c
3053                 Fix icons on folder close
3054
3055 2007-04-03 [colin]      2.8.1cvs85
3056
3057         * src/inc.c
3058                 Fix double-ask of offline override in
3059                 certain cases
3060         * src/imap.c
3061         * src/imap.h
3062         * src/imap_gtk.c
3063                 Much more efficient way to synchronise
3064                 for offline use
3065         * src/etpan/imap-thread.c
3066                 Fix possible segs
3067         * src/folder.c
3068         * src/gtk/quicksearch.c
3069                 Fix some GUI lags
3070
3071 2007-04-03 [paul]       2.8.1cvs84
3072
3073         * src/filtering.c
3074         * src/folder.c
3075         * src/folder.h
3076         * src/prefs_common.c
3077         * src/prefs_common.h
3078         * src/prefs_other.c
3079                 Fix sync being done too late
3080                 Thanks to Colin
3081
3082 2007-04-02 [colin]      2.8.1cvs83
3083
3084         * src/summaryview.c
3085                 Maemo: Put status and quicksearch at the top
3086         * src/plugins/bogofilter/bogofilter.c
3087         * src/plugins/spamassassin/spamassassin.c
3088                 Derive trash from inbox if possible
3089
3090 2007-04-02 [paul]       2.8.1cvs82
3091
3092         * src/plugins/bogofilter/bogofilter_gtk.c
3093                 a few English changes
3094
3095 2007-04-02 [paul]
3096
3097         2.9.0-rc1 released
3098
3099 2007-04-02 [colin]      2.8.1cvs81
3100
3101         * src/image_viewer.c
3102                 Fix transparent images by using
3103                 GtkImage
3104         * src/messageview.c
3105                 Flush events (on new windows) to avoid
3106                 having the textview's image resize fail
3107                 to know the available width
3108
3109 2007-04-01 [colin]      2.8.1cvs80
3110
3111         * src/prefs_account.c
3112                 If no MH mailbox exist, when creating a POP/Local
3113                 account, just create and use the default one 
3114                 instead of bailing with a "Mailbox doesn't exist"
3115                 error
3116
3117 2007-03-31 [colin]      2.8.1cvs79
3118
3119         * src/prefs_account.c
3120                 Create signature file if it doesn't exist
3121                 before editing
3122         * src/prefs_toolbar.c
3123                 Maemo: Move "Use default" on the left so
3124                 that people can find it
3125         * src/common/defs.h
3126                 Maemo: make default editor "Maemopad", 
3127                 default signature file "MyDocs/signature.txt"
3128
3129 2007-03-31 [colin]      2.8.1cvs78
3130
3131         * src/prefs_account.c
3132                 Maemo: rework account prefs so
3133                 that less horizontal scrolling
3134                 is required
3135
3136 2007-03-31 [colin]      2.8.1cvs77
3137
3138         * src/folderview.c
3139         * src/prefs_common.c
3140         * src/prefs_common.h
3141                 Fix bug 1167, 'Allow not displaying zeros 
3142                 in folder list'. Patch by MartinP
3143
3144 2007-03-31 [colin]      2.8.1cvs76
3145
3146         * AUTHORS
3147                 Add Jean-Luc Biord
3148
3149 2007-03-31 [colin]      2.8.1cvs75
3150
3151         * src/imap.c
3152                 Apply patch from bug 1172, direct
3153                 access to the folder's session instead
3154                 of using getter. Patch by MartinP
3155
3156 2007-03-31 [paul]       2.8.1cvs74
3157
3158         * src/gtk/authors.h
3159                 no need to list Fabien twice!
3160
3161 2007-03-31 [colin]      2.8.1cvs73
3162
3163         * src/inc.c
3164                 If we're currently "overriding for %d minutes",
3165                 don't ask
3166
3167 2007-03-31 [colin]      2.8.1cvs72
3168
3169         * src/compose.c
3170         * src/imap.c
3171         * src/inc.c
3172         * src/inc.h
3173         * src/messageview.c
3174         * src/news.c
3175         * src/plugins/spamassassin/spamassassin.c
3176                 Offline override: Add a parameter to allow
3177                 asking even if the override timer is running.
3178                 Allows to ask every time the user makes an
3179                 explicit action needing online access (such
3180                 as Get Mail), and not when the action is 
3181                 implicit (such as opening an IMAP folder)
3182
3183 2007-03-31 [colin]      2.8.1cvs71
3184
3185         * src/inc.c
3186                 Override offline: "No" answer shouldn't
3187                 re-ask after 3 seconds, but 10 minutes. 
3188
3189 2007-03-30 [colin]      2.8.1cvs70
3190
3191         * src/common/socket.c
3192                 Better error reporting on unix socket
3193                 failure (bind usually)
3194         * src/gtk/gtkutils.c
3195         * src/gtk/gtkutils.h
3196                 Label window: add a pulsing progress
3197                 bar to show we're not hung :)
3198         * src/folderview.c
3199         * src/main.c
3200         * src/plugins/pgpcore/sgpgme.c
3201                 Update API
3202
3203 2007-03-30 [colin]      2.8.1cvs69
3204
3205         * src/pop.c
3206         * src/prefs_common.c
3207                 Fix possible trashing of history and uidl
3208                 files on disk full problems
3209
3210 2007-03-30 [paul]       2.8.1cvs68
3211
3212         * src/mainwindow.c
3213         * src/summaryview.c
3214         * src/summaryview.h
3215                 update summary when changing layout type
3216                 (fixes wrong folder icon being displayed)
3217                 Thanks to Colin
3218
3219 2007-03-29 [colin]      2.8.1cvs67
3220
3221         * src/prefs_ext_prog.c
3222                 The browser pref is irrelevant on Maemo
3223
3224 2007-03-29 [colin]      2.8.1cvs66
3225
3226         * src/compose.c
3227         * src/compose.h
3228                 Maemo: dynamically switch headers/text position
3229         * src/prefs_common.c
3230                 Maemo: hide compose's ruler by default
3231         * src/common/socket.c
3232         * src/common/socket.h
3233                 Fix build warning
3234
3235 2007-03-29 [colin]      2.8.1cvs65
3236
3237         * src/common/socket.c
3238         * src/common/socket.h
3239                 Fix build when MAEMO_CFLAGS contains
3240                 _X_OPENSOURCE (resolv.h errors as long
3241                 as we don't add _BSD_SOURCE. Ugly).
3242
3243 2007-03-29 [wwp]        2.8.1cvs64
3244
3245         * src/prefs_logging.c
3246                 Fix sensitivity of clip-log widgets in prefs/logging,
3247                 thanks to Fabien.
3248
3249 2007-03-29 [wwp]        2.8.1cvs63
3250
3251         * po/POTFILES.in
3252                 Updated files list for translations, thanks to Fabien.
3253
3254 2007-03-29 [colin]      2.8.1cvs62
3255
3256         * src/main.c
3257         * src/common/Makefile.am
3258         * src/common/utils.c
3259                 Maybe make URI opening work in Maemo
3260                 Requires testing :)
3261
3262 2007-03-28 [colin]      2.8.1cvs61
3263
3264         * src/folder.c
3265         * src/folder.h
3266         * src/folderview.c
3267                 Add the possibility to sort folders arbitrarily
3268                 (via editing of folderlist.xml only). Patch by
3269                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3270                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3271                 be changed by the user'
3272
3273 2007-03-28 [colin]      2.8.1cvs60
3274
3275         * src/mimeview.c
3276                 Add popup menu for mime icons
3277
3278 2007-03-28 [colin]      2.8.1cvs59
3279
3280         * src/mainwindow.c
3281                 Fix a layout issue when presenting
3282                 mainwindow in Small screen layout
3283         * src/toolbar.c
3284         * src/toolbar.h
3285                 Add a "Go to folder list" button for
3286                 mainwindow, and make it default in
3287                 the Maemo build
3288
3289 2007-03-28 [colin]      2.8.1cvs58
3290
3291         * src/compose.c
3292                 Don't dynamically update title on Maemo
3293                 Patch by Jean-Luc Biord
3294
3295 2007-03-27 [colin]      2.8.1cvs57
3296
3297         * src/compose.c
3298         * src/folderview.c
3299         * src/summaryview.c
3300                 Enable tap-and-hold on Maemo
3301
3302 2007-03-26 [colin]      2.8.1cvs56
3303
3304         * src/compose.c
3305                 More popup-menu (in attachments list)
3306
3307 2007-03-26 [colin]      2.8.1cvs55
3308
3309         * src/compose.c
3310                 Enable popup-menu signal
3311
3312 2007-03-26 [colin]      2.8.1cvs54
3313
3314         * src/plugins/pgpinline/pgpinline.c
3315                 Fix bug 1111, 'PGP/inline plugin hides text 
3316                 around encrypted text block'. Patch based on
3317                 a patch from Michal Cihar.
3318
3319 2007-03-26 [wwp]        2.8.1cvs53
3320
3321         * src/procmsg.c
3322                 Fix getting a false error when sending queued message
3323                 whereas the sending was fine (if there are subfolders
3324                 in the queue folder), thanks to Colin.
3325
3326 2007-03-26 [paul]       2.8.1cvs52
3327
3328         * src/wizard.c
3329                 update FACE header in welcome message
3330
3331 2007-03-25 [colin]      2.8.1cvs51
3332
3333         * src/Makefile.am
3334                 Fix make dist
3335
3336 2007-03-25 [colin]      2.8.1cvs50
3337
3338         * src/main.c
3339                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3340
3341 2007-03-24 [colin]      2.8.1cvs49
3342
3343         * src/main.c
3344                 Fix a few launch problems on Maemo
3345                 Patch by Jean-Luc Biord
3346
3347 2007-03-24 [wwp]        2.8.1cvs48
3348
3349         * src/alertpanel.c
3350         * src/alertpanel.h
3351         * src/messageview.c
3352         * src/summaryview.c
3353                 Fix wrong action performed when closing the
3354                 "ask about account specific filtering rules
3355                 when filtering manually" dialog by pressing Escape.
3356                 Fix wrong order of buttons in the "return receipt
3357                 notification - the message was sent to several of
3358                 your accounts" dialog.
3359
3360 2007-03-24 [paul]       2.8.1cvs47
3361
3362         * src/folderview.c
3363                 an improvement to English usage
3364         * tools/kdeservicemenu/README
3365                 updated Claws url
3366
3367 2007-03-24 [paul]       2.8.1cvs46
3368
3369         * src/Makefile.am
3370         * src/stock_pixmap.c
3371         * src/pixmaps/edit_extern.xpm
3372         * src/pixmaps/mail_sign.xpm
3373                 rescue long lost icons
3374
3375 2007-03-24 [paul]       2.8.1cvs45
3376
3377         * src/toolbar.c
3378                 fix toolbar (broken in 2.8.1cvs42)
3379
3380 2007-03-23 [colin]      2.8.1cvs44
3381
3382         * src/imap.c
3383                 Correctly unsubscribe/resubscribe after
3384                 RENAME
3385
3386 2007-03-23 [colin]      2.8.1cvs43
3387
3388         * src/prefs_common.c
3389                 Maemo: as the platform is light on RAM, allow
3390                 caches to be discarded faster.
3391
3392 2007-03-23 [colin]      2.8.1cvs42
3393
3394         * src/Makefile.am
3395         * src/compose.c
3396         * src/compose.h
3397         * src/stock_pixmap.c
3398         * src/stock_pixmap.h
3399         * src/summaryview.c
3400         * src/summaryview.h
3401         * src/toolbar.c
3402         * src/toolbar.h
3403         * src/pixmaps/open_mail.xpm
3404                 Maemo changes: Add the possibility to have
3405                 "Open Email" and "Close Window" buttons on 
3406                 toolbars (and use them in Maemo's default
3407                 toolbars)
3408
3409 2007-03-23 [wwp]        2.8.1cvs41
3410
3411         * src/action.c
3412                 Reverted that part of the action dialog closure logics, to
3413                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3414                 done later in a different way (or may not).
3415
3416 2007-03-22 [wwp]        2.8.1cvs40
3417
3418         * src/action.c
3419                 Fix sticky action dialog when got no output but action command
3420                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3421
3422 2007-03-22 [colin]      2.8.1cvs39
3423
3424         * src/prefs_filtering.c
3425         * src/gtk/combobox.h
3426                 Fix escaping account names in filtering prefs
3427
3428 2007-03-22 [colin]      2.8.1cvs38
3429
3430         * src/addrindex.c
3431         * src/ldapctrl.h
3432         * src/ldapquery.c
3433                 Add any attribute specified in LDAP servers'
3434                 Search attributes to the Other Attributes tab
3435                 of contacts; Add 'telephoneNumber' in the
3436                 default list.
3437
3438 2007-03-22 [colin]      2.8.1cvs37
3439
3440         * src/folderview.c
3441         * src/folderview.h
3442         * src/mainwindow.c
3443                 Try to prevent race conditions when
3444                 changing the folder list
3445         * src/summaryview.c
3446                 Fix possible red folder icon when
3447                 switching from Small screen layout
3448                 to any other
3449
3450 2007-03-22 [colin]      2.8.1cvs36
3451
3452         * src/mainwindow.c
3453         * src/mainwindow.h
3454         * src/summaryview.c
3455                 Rename "little screen" to "Small screen"
3456         * src/gtk/Makefile.am
3457         * src/common/utils.c
3458         * src/mh.c
3459                 Fix Maemo-related compilation problems
3460
3461 2007-03-21 [colin]      2.8.1cvs35
3462
3463         * configure.ac
3464                 Fix previous commit
3465         * claws-mail.desktop
3466                 Remove .png from the Icon, it's useless
3467
3468 2007-03-21 [colin]      2.8.1cvs34
3469
3470         * configure.ac
3471         * src/Makefile.am
3472                 Add the necessary lib checking for 
3473                 Maemo
3474
3475 2007-03-21 [colin]      2.8.1cvs33
3476
3477         * src/main.c
3478                 Fix unconditional "error happened" when
3479                 sending via command-line. "lol @ myself"
3480
3481 2007-03-21 [colin]      2.8.1cvs32
3482
3483         * claws-mail-40x40.png
3484         * claws-mail-26x26.png
3485         * src/account.c
3486         * src/addressbook.c
3487         * src/compose.c
3488         * src/folderview.c
3489         * src/folderview.h
3490         * src/main.c
3491         * src/mainwindow.c
3492         * src/mainwindow.h
3493         * src/messageview.c
3494         * src/prefs_account.c
3495         * src/prefs_common.c
3496         * src/summary_search.c
3497         * src/summaryview.c
3498         * src/summaryview.h
3499         * src/gtk/authors.h
3500         * src/gtk/gtkutils.c
3501         * src/gtk/gtkutils.h
3502         * src/gtk/logwindow.c
3503         * src/gtk/menu.c
3504         * src/gtk/prefswindow.c
3505                 Add Maemo port (patch mainly by Jean-Luc Biort)
3506                 Add a new 'Little screen' layout to help on such
3507                 platforms (patch by me)
3508                 Make some default preferences different (more
3509                 adapted) on Maemo (patch by me)
3510
3511 2007-03-21 [wwp]        2.8.1cvs31
3512
3513         * src/prefs_logging.c
3514         * src/prefs_logging.h
3515                 Fixed copyright header of newly added files.
3516
3517 2007-03-21 [wwp]        2.8.1cvs30
3518
3519         * src/Makefile.am
3520         * src/filtering.c
3521         * src/filtering.h
3522         * src/folder.c
3523         * src/folderview.c
3524         * src/imap.c
3525         * src/inc.c
3526         * src/main.c
3527         * src/mainwindow.c
3528         * src/mainwindow.h
3529         * src/matcher.c
3530         * src/messageview.c
3531         * src/news.c
3532         * src/pop.c
3533         * src/prefs_common.c
3534         * src/prefs_common.h
3535         * src/prefs_logging.c
3536         * src/prefs_logging.h
3537         * src/prefs_other.c
3538         * src/procmsg.c
3539         * src/send_message.c
3540         * src/summaryview.c
3541         * src/common/log.c
3542         * src/common/log.h
3543         * src/common/nntp.c
3544         * src/common/session.c
3545         * src/common/smtp.c
3546         * src/common/socket.c
3547         * src/etpan/imap-thread.c
3548         * src/gtk/logwindow.c
3549         * src/gtk/logwindow.h
3550         * src/plugins/bogofilter/bogofilter.c
3551         * src/plugins/spamassassin/spamassassin.c
3552                 Added debugging of filtering/processing rules.
3553                 The debug log is here 'Tools/Filtering debug window',
3554                 the options there 'Configuration/Preferences/Other/Logging',
3555                 and the log file is ~/.claws-mail/filtering.log.
3556                 Moved protocol log prefs to 'Other/Logging' as well.
3557                 To support such debugging feature, the existing log API has
3558                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3559                 this impacts many external modules (commits follow).
3560
3561 2007-03-21 [paul]       2.8.1cvs29
3562
3563         * src/etpan/Makefile.am
3564         * src/etpan/imap-thread.c
3565                 add missing #include
3566
3567 2007-03-21 [colin]      2.8.1cvs28
3568
3569         * src/procmime.c
3570                 Fix bug 1157, 'some broken messages confuse 
3571                 mime parser'. Make sure we can't have MimeInfos
3572                 with negative sizes.
3573
3574 2007-03-20 [colin]      2.8.1cvs27
3575
3576         * src/main.c
3577                 Fix missing \0 on buffer
3578
3579 2007-03-20 [colin]      2.8.1cvs26
3580
3581         * src/mh.c
3582                 Use make_dir_hier instead of make_dir 
3583                 to create the MH mailbox
3584
3585 2007-03-20 [colin]      2.8.1cvs25
3586
3587         * src/folder.c
3588         * src/folder.h
3589         * src/prefs_account.c
3590         * src/wizard.c
3591                 Fix default inbox weirdnesses (after wizard,
3592                 if path is Mail, mailbox identifier is #mh/Mailbox,
3593                 and when creating new accounts)
3594
3595 2007-03-20 [colin]      2.8.1cvs24
3596
3597         * src/account.c
3598                 Write folderlist after adding/deleting accounts
3599                 that have folders
3600
3601 2007-03-20 [colin]      2.8.1cvs23
3602
3603         * src/imap.c
3604         * src/remotefolder.h
3605                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3606                 selected while scanning prior to update'
3607
3608 2007-03-17 [paul]       2.8.1cvs22
3609
3610         * src/main.c
3611                 fix a typo, and be a little more verbose.
3612
3613 2007-03-17 [wwp]        2.8.1cvs21
3614
3615         * src/inc.c
3616                 Fix a compiler warning.
3617
3618 2007-03-16 [wwp]        2.8.1cvs20
3619
3620         * tools/Makefile.am
3621         * tools/README
3622                 Updated to deal w/ the new mairix.sh tool.
3623
3624 2007-03-16 [wwp]        2.8.1cvs19
3625
3626         * src/action.c
3627                 Fix logics issues around the action IO dialog:
3628                 - disable entry widget and exec button when
3629                   the exec button is clicked (don't wait for any
3630                   output line) - fix possible disabling/re-enabling/
3631                   re-disabling of those widgets
3632                 - raise an error if executing a %as{} action either
3633                   empty or invalid, instead of failing silently
3634                 - don't close the dialog if the abort button has been
3635                   clicked and if there was no output yet
3636                 - set focus to the abort button when the exec button
3637                   is clicked
3638                 - fix capitalization of a warning message
3639
3640 2007-03-16 [wwp]        2.8.1cvs18
3641
3642         * tools/mairix.sh
3643                 Added a wrapper to mairix to the tools folder.
3644
3645 2007-03-16 [colin]      2.8.1cvs17
3646
3647         * src/messageview.c
3648         * src/mimeview.h
3649                 Allow mimeviewer plugins to print
3650                 their stuff
3651
3652 2007-03-16 [colin]      2.8.1cvs16
3653
3654         * .cvsignore
3655                 Ignore *.patchset
3656
3657 2007-03-15 [colin]      2.8.1cvs15
3658
3659         * src/messageview.c
3660         * src/mimeview.h
3661                 Add a way for mimeviewer plugins to
3662                 implement body search
3663
3664 2007-03-15 [paul]       2.8.1cvs14
3665
3666         * src/prefs_spelling.c
3667                 fix English usage
3668
3669 2007-03-15 [paul]       2.8.1cvs13
3670
3671         * src/common/quoted-printable.c
3672                 fix decoding of quoted-printable parts
3673
3674 2007-03-14 [wwp]        2.8.1cvs12
3675
3676         * src/gtk/logwindow.h
3677                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3678
3679 2007-03-14 [wwp]        2.8.1cvs11
3680
3681         * src/gtk/logwindow.h
3682                 Complete 2.8.1cvs10.
3683
3684 2007-03-14 [colin]      2.8.1cvs10
3685
3686         * src/gtk/logwindow.c
3687                 Probably fix bug 1149, crash on logwindow
3688                 close - at the expense of performance once
3689                 logwin has been opened
3690
3691 2007-03-14 [colin]      2.8.1cvs9
3692
3693         * src/main.c
3694                 If claws-mail is running on another
3695                 display, warn instead of popping it up
3696                 on the other display
3697
3698 2007-03-12 [colin]      2.8.1cvs8
3699
3700         * src/wizard.c
3701                 Fix bug 1145, 'Setting a different name 
3702                 for the Mailbox name isn't reflected in 
3703                 default account settings'. Patch by wwp
3704
3705 2007-03-12 [colin]      2.8.1cvs7
3706
3707         * src/summaryview.c
3708                 Fix bug 1143, 'Add number of messages to be 
3709                 deleted to confirmation dialog'
3710
3711 2007-03-12 [wwp]        2.8.1cvs6
3712
3713         * src/folderview.c
3714         * src/prefs_common.c
3715         * src/prefs_common.h
3716         * src/prefs_summaries.c
3717                 Changed the option that displays unread messages count
3718                 next to the folder name in folder list: it is now
3719                 possible to either display nothing, display the
3720                 unread messages number only or the unread and total messages
3721                 numbers. The patch includes this extra feature as well
3722                 as some minor fixes by rewriting the algo in folderview.c.
3723                 Thanks to Paul for the original idea and implementation, plus
3724                 testing and proof-reading!
3725
3726 2007-03-09 [paul]       2.8.1cvs5
3727
3728         * tools/Makefile.am
3729         * tools/README
3730         * tools/claws-mail-compose-insert-files.pl
3731                 added a script which enables inserting files
3732                 into the message body of a new Claws Mail
3733                 Compose window from the command line. Additionally
3734                 To, Cc, Subject and files to attach to the message
3735                 can be specified.
3736
3737 2007-03-09 [wwp]        2.8.1cvs4
3738
3739         * src/addr_compl.c
3740         * src/addr_compl.h
3741         * src/filtering.c
3742                 Optimize matching of addresses in the addressbook
3743                 (filtering/processing 'found_in_addressbook' condition).
3744
3745 2007-03-07 [wwp]        2.8.1cvs3
3746
3747         * src/quote_fmt.c
3748         * src/quote_fmt_lex.l
3749         * src/quote_fmt_parse.y
3750                 Add a new quote format symbol: %A to insert the
3751                 sender email address (just the address itself).
3752
3753 2007-03-06 [wwp]        2.8.1cvs2
3754
3755         * src/gtk/gtkutils.c
3756         * src/plugins/trayicon/trayicon_prefs.h
3757         * src/plugins/trayicon/trayicon_prefs.c
3758         * src/plugins/trayicon/trayicon.c
3759         * src/mainwindow.h
3760         * src/mainwindow.c
3761                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3762                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3763
3764
3765 2007-03-06 [paul]       2.8.1cvs1
3766
3767         * NEWS
3768         * README
3769         * RELEASE_NOTES
3770         * configure.ac
3771                 bump version number following
3772                 stable release
3773
3774 2007-03-06 [paul]       2.8.0cvs24
3775
3776         * po/cs.po
3777                 corrected by by Tim <timbrain@post.cz>
3778
3779 2007-03-05 [colin]      2.8.0cvs23
3780
3781         * src/Makefile.am
3782         * src/procmime.c
3783                 Fix mime/globs path on NetBSD
3784                 patch by George Michaelson
3785
3786 2007-03-05 [wwp]        2.8.0cvs22
3787
3788         * src/addr_compl.c
3789                 Remove debug statement (accidentally committed w/ cvs14).
3790
3791 2007-03-05 [paul]       2.8.0cvs21
3792
3793         * src/plugins/pgpcore/prefs_gpg.c
3794                 fix compiler warning
3795
3796 2007-03-05 [wwp]        2.8.0cvs20
3797
3798         * src/matcher_parser_parse.y
3799                 Fix mismerge between cvs17 and cvs19.
3800
3801 2007-03-05 [wwp]        2.8.0cvs19
3802
3803         * src/matcher_parser_parse.y
3804         * src/prefs_filtering_action.c
3805         * src/matcher.c
3806         * src/matcher.h
3807         * src/filtering.c
3808         * src/filtering.h
3809                 Add new 'add_to_addressbook' filtering/processing action.
3810
3811 2007-03-05 [wwp]        2.8.0cvs18
3812
3813         * src/filtering.c
3814                 Fix mark_as_ham filtering/processing action: spam flag
3815                 was not unset.
3816
3817 2007-03-04 [colin]      2.8.0cvs17
3818
3819         * src/filtering.c
3820         * src/matcher.c
3821         * src/matcher.h
3822         * src/matcher_parser_parse.y
3823         * src/prefs_filtering_action.c
3824                 Add 'Mark as spam' and 'Mark as ham' filtering
3825                 actions. Fixes bug 1138.
3826
3827 2007-03-04 [colin]      2.8.0cvs16
3828
3829         * src/imap.c
3830                 Fix bug 1140, wrong return value
3831                 without libetpan
3832
3833 2007-03-04 [wwp]        2.8.0cvs15
3834
3835         * src/addr_compl.c
3836                 Rollback cvs14: don't free stuff that is managed in g_list.
3837
3838 2007-03-04 [wwp]        2.8.0cvs14
3839
3840         * src/addr_compl.c
3841                 Fix a leak in address completion code.
3842
3843 2007-03-04 [colin]      2.8.0cvs13
3844
3845         * src/addr_compl.c
3846                 Maybe fix bug 1136, 'Crash in group 
3847                 address completion'
3848
3849 2007-03-04 [iwkse]      2.8.0cvs12
3850
3851         * src/imap.c
3852                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3853
3854 2007-03-03 [colin]      2.8.0cvs11
3855
3856         * src/plugins/pgpinline/pgpinline.c
3857                 Fix off-by-one, fix double-free. Fixes
3858                 bug 1135, 'cm-segfault on decrypting 
3859                 with PGP/inline'
3860
3861 2007-03-03 [colin]      2.8.0cvs10
3862
3863         * configure.ac
3864         * src/main.c
3865         * src/common/plugin.c
3866                 Fix bug 1134, 'Valgrind macros unhandled 
3867                 by Irix's cc'
3868
3869 2007-03-02 [colin]      2.8.0cvs9
3870
3871         * src/mbox.c
3872                 Don't error out on EAGAIN. Fixes 
3873                 bug 1129, '"local mbox file" account 
3874                 isn't retrieving mails'
3875
3876 2007-03-01 [wwp]        2.8.0cvs8
3877
3878         * src/mainwindow.c
3879         * src/gtk/colorlabel.c
3880                 Remove accels for extra color labels until we set better
3881                 and definitive ones.
3882
3883 2007-02-28 [wwp]        2.8.0cvs7
3884
3885         * src/mainwindow.c
3886         * src/matcher_parser_parse.y
3887         * src/prefs_common.c
3888         * src/prefs_msg_colors.c
3889         * src/procmsg.h
3890         * src/gtk/colorlabel.c
3891         * src/gtk/colorlabel.h
3892                 Add more customizable color labels. Cleaned up a bit
3893                 the color label API to avoid duplicate defines of
3894                 the max number of colors.
3895
3896 2007-02-27 [colin]      2.8.0cvs6
3897
3898         * src/mainwindow.c
3899         * src/common/utils.c
3900         * src/common/utils.h
3901                 Fix '+' in mailto URIs for List-* headers
3902
3903 2007-02-27 [colin]      2.8.0cvs5
3904
3905         * src/gtk/gtkutils.c
3906                 Use gtk_window_set_role instead of 
3907                 _set_wmclass
3908
3909 2007-02-27 [colin]      2.8.0cvs4
3910
3911         * src/inc.c
3912                 Fix "After receiving new mail, go to inbox" on IMAP,
3913                 and make it work only on manual reception
3914
3915 2007-02-27 [wwp]        2.8.0cvs3
3916
3917         * src/prefs_filtering.c
3918         * src/prefs_filtering_action.c
3919         * src/prefs_matcher.c
3920                 Update filtering matcher's and action's color label menus
3921                 when re-opening those dialogs (reflect any change to the
3922                 color labels list in the preferences).
3923
3924 2007-02-27 [colin]      2.8.0cvs2
3925
3926         * src/imap.c
3927         * src/etpan/etpan-thread-manager-types.h
3928         * src/etpan/etpan-thread-manager.c
3929         * src/etpan/imap-thread.c
3930                 Log imap ALERTs as errors in the log.
3931
3932 2007-02-26 [paul]       2.8.0cvs1
3933
3934         * tools/claws.i18n.status.pl
3935                 updated
3936
3937 2007-02-26 [paul]       2.7.2cvs75
3938
3939         * po/ca.po
3940         * po/cs.po
3941         * po/de.po
3942         * po/en_GB.po
3943         * po/fi.po
3944         * po/fr.po
3945         * po/hu.po
3946         * po/pl.po
3947         * po/pt_BR.po
3948         * po/sk.po
3949         * po/sr.po
3950         * po/zh_CN.po
3951                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3952                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3953                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3954                 Aleksandar Urosevic, and Ralgh Young
3955
3956 2007-02-25 [mones]      2.7.2cvs74
3957
3958         * po/es.po
3959                 Updated for release
3960
3961 2007-02-25 [colin]      2.7.2cvs73
3962
3963         * src/main.c
3964                 Clearing the list is only useful
3965                 to prevent a valgrind false-positive
3966
3967 2007-02-25 [paul]       2.7.2cvs72
3968
3969         * tools/Makefile.am
3970         * tools/README
3971         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3972         * tools/maildir2claws-mail.pl  **REMOVED**
3973                 renamed the script, fixed a couple bugs
3974
3975 2007-02-23 [colin]      2.7.2cvs71
3976
3977         * src/addressbook.c
3978                 Fix a leak, check for a few improbable nulls
3979
3980 2007-02-23 [colin]      2.7.2cvs70
3981
3982         * src/main.c
3983         * src/main.h
3984         * src/plugins/trayicon/trayicon.c
3985                 Fix blinking mainwin when starting in tray
3986                 (show mainwindow later in the startup process,
3987                  apart if restarting post-crash)
3988
3989 2007-02-23 [colin]      2.7.2cvs69
3990
3991         * src/folderview.c
3992         * src/imap_gtk.c
3993                 Fix crash when unsubscribing the currently
3994                 selected/opened folder
3995
3996 2007-02-23 [colin]      2.7.2cvs68
3997
3998         * src/compose.c
3999                 Fix bug that prevented colorization to
4000                 work without wrap quotation option
4001
4002 2007-02-23 [colin]      2.7.2cvs67
4003
4004         * src/addr_compl.c
4005                 Fix refcounting, start and end completion who
4006                 behaved as if there couldn't be any other current
4007                 user of completion
4008
4009 2007-02-23 [wwp]        2.7.2cvs66
4010
4011         * src/addressbook.c
4012         * src/addrindex.c
4013                 Address completion fixes: fix addressbook_peek_folder_exists() in
4014                 which the algorithm was ridiculously over-obfuscated and broken.
4015                 Fix addrindex_load_completion() as well, to load addresses in
4016                 completion list with regards to what addressbook_peek_folder_exists()
4017                 returns now.
4018
4019 2007-02-23 [wwp]        2.7.2cvs65
4020
4021         * src/addr_compl.c
4022                 Add addresses to completion when they're non-empty (thanks to Colin).
4023
4024 2007-02-23 [paul]       2.7.2cvs64
4025
4026         * src/plugins/pgpcore/passphrase.c
4027                 remove 'const '
4028
4029 2007-02-23 [colin]      2.7.2cvs63
4030
4031         * src/plugins/pgpcore/prefs_gpg.c
4032         * src/plugins/pgpcore/prefs_gpg.h
4033         * src/plugins/pgpcore/sgpgme.c
4034         * src/plugins/pgpinline/pgpinline.c
4035         * src/plugins/pgpmime/pgpmime.c
4036                 Try harder to respect user's choice wrt
4037                 gpg-agent even with gpg2, by unsetting
4038                 GPG_AGENT_INFO when necessary.
4039
4040 2007-02-22 [paul]       2.7.2cvs62
4041
4042         * src/plugins/pgpcore/sgpgme.c
4043         * src/plugins/pgpcore/sgpgme.h
4044         * src/plugins/pgpcore/passphrase.c
4045         * src/plugins/pgpinline/pgpinline.c
4046         * src/plugins/pgpmime/pgpmime.c
4047                 Fix a leak - gpgme_data_release_and_get_mem
4048                 leaks in recent gpgme. Workaround by using
4049                 our own function.
4050
4051 2007-02-22 [paul]       2.7.2cvs61
4052
4053         * src/gtk/quicksearch.c
4054                 Abandon dynamic search when pressing
4055                 Enter
4056
4057 2007-02-21 [colin]      2.7.2cvs60
4058
4059         * src/procmsg.c
4060         * src/plugins/pgpcore/passphrase.c
4061                 Fix little memory leaks
4062         * src/main.c
4063                 Fix false-positive leak at exit
4064         * src/gtk/quicksearch.c
4065                 Fix potentially big leak in recursive
4066                 Quicksearch
4067
4068 2007-02-21 [wwp]        2.7.2cvs59
4069
4070         * src/summaryview.c
4071                 Add missing newline to a debug message.
4072
4073 2007-02-20 [colin]      2.7.2cvs58
4074
4075         * src/Makefile.am
4076         * src/mimeview.c
4077         * src/stock_pixmap.c
4078         * src/stock_pixmap.h
4079         * src/pixmaps/mime_pgpsig.xpm
4080                 Add icon for application/pgp-signature
4081
4082 2007-02-20 [colin]      2.7.2cvs57
4083
4084         * src/Makefile.am
4085         * src/main.c
4086         * src/mimeview.c
4087         * src/stock_pixmap.c
4088         * src/stock_pixmap.h
4089         * src/pixmaps/mime_calendar.xpm
4090         * src/pixmaps/mime_pdf.xpm
4091         * src/pixmaps/mime_ps.xpm
4092                 Add icons for text/calendar, application/pdf
4093                 and application/postscript
4094
4095 2007-02-20 [colin]      2.7.2cvs56
4096
4097         * autogen.sh
4098         * src/matcher_parser_parse.y
4099         * src/matcher_parser_lex.l
4100                 Fix big memory leak in flex, and
4101                 require flex 2.5.31
4102
4103 2007-02-20 [wwp]        2.7.2cvs55
4104
4105         * src/matcher_parser_parse.y
4106                 Fix a duplicate token definition (thanks to iwkse).
4107
4108 2007-02-20 [wwp]        2.7.2cvs54
4109
4110         * src/matcher_parser_lex.l
4111         * src/quote_fmt_lex.l
4112                 Use proper flex options instead of direct use of #define,
4113                 make the flex-generated C lighter.
4114
4115 2007-02-20 [colin]      2.7.2cvs53
4116
4117         * src/summaryview.c
4118                 Grab focus in message list after hiding
4119                 the quicksearch, instead of leaving it
4120                 "somewhere"
4121
4122 2007-02-19 [colin]      2.7.2cvs52
4123
4124         * src/folderview.c
4125                 Fix bug 1033, 'Automatically refresh 
4126                 message list when new messages arrives'
4127                 Looks like folderview->opened can sometimes
4128                 be wrong...
4129
4130 2007-02-19 [paul]       2.7.2cvs51
4131
4132         * tools/Makefile.am
4133         * tools/README
4134         * tools/thunderbird-filters-convertor.pl
4135                 add new script which converts thunderbird filter
4136                 rules to Claws filter rules
4137
4138 2007-02-18 [paul]       2.7.2cvs50
4139
4140         * src/plugins/pgpcore/prefs_gpg.c
4141         * src/plugins/pgpcore/prefs_gpg.h
4142         * src/plugins/pgpcore/sgpgme.c
4143         * src/plugins/pgpinline/pgpinline.c
4144         * src/plugins/pgpmime/pgpmime.c
4145                 improved GUI interoperability with gpg-agent
4146
4147 2007-02-18 [paul]       2.7.2cvs49
4148
4149         * src/prefs_account.c
4150                 Privacy options sensitivity fix
4151
4152 2007-02-17 [colin]      2.7.2cvs48
4153
4154         * src/messageview.c
4155                 Reset icon to warning in the noticeview
4156
4157 2007-02-15 [colin]      2.7.2cvs47
4158
4159         * src/folderview.c
4160                 Fix a manifestation of bug 1033 (summaryview failing
4161                 to update for new mails), which happens after editing
4162                 account preferences or preferences that cause a 
4163                 folderview reload.
4164
4165 2007-02-15 [colin]      2.7.2cvs46
4166
4167         * src/addressbook.c
4168                 Probably fix bug 1123, 'Segmentation 
4169                 fault while opening address book'. I get
4170                 g_warnings if the saved paned position is
4171                 not greater than 0. Also, save position
4172                 when hiding the addressbook instead of
4173                 via signal.
4174
4175 2007-02-14 [colin]      2.7.2cvs45
4176
4177         * src/plugins/pgpcore/prefs_gpg.c
4178         * src/plugins/pgpcore/prefs_gpg.h
4179         * src/plugins/pgpcore/sgpgme.c
4180         * src/plugins/pgpinline/pgpinline.c
4181         * src/plugins/pgpmime/pgpmime.c
4182                 Add an option "Use gpg-agent if available". Fixes
4183                 annoyances with distro-installed gpg-agent, when
4184                 no pinentry program is installed, and the user's 
4185                 at a loss on why "decryption failed". Makes more
4186                 clear why passphrase isn't saved when gpg-agent is
4187                 used. Defaults to true, to avoid changing the 
4188                 current behaviour.
4189
4190 2007-02-14 [wwp]        2.7.2cvs44
4191
4192         * src/matcher_parser_parse.y
4193                 Fix missing line number reset (wrong line number might appear
4194                 when re-loading filtering rules if there's a parser error).
4195
4196 2007-02-13 [colin]      2.7.2cvs43
4197
4198         * src/common/utils.c
4199                 Don't encode ',' in URIs before passing it
4200                 to the browser command-line. It was probably
4201                 done at a time where commas in URIs made
4202                 mozilla -remote 'openurl(%s,new-window)'
4203                 bug.
4204
4205 2007-02-13 [wwp]        2.7.2cvs42
4206
4207         * src/prefs_matcher.c
4208         * src/plugins/bogofilter/bogofilter_gtk.c
4209                 A bit of string factorization around "Select ..." buttons.
4210
4211 2007-02-11 [colin]      2.7.2cvs41
4212
4213         * src/alertpanel.c
4214                 Make sure to escape the title
4215
4216 2007-02-11 [colin]      2.7.2cvs40
4217
4218         * src/codeconv.c
4219                 Recognize .utf8 locales as .UTF-8 ones
4220
4221 2007-02-11 [colin]      2.7.2cvs39
4222
4223         * src/compose.c
4224                 Fix code conversion when dragging a file
4225
4226 2007-02-09 [colin]      2.7.2cvs38
4227
4228         * src/plugins/clamav/clamav_plugin.c
4229                 Complete Paul's patch with conditional
4230                 compilation to avoid breaking compilation
4231                 on old Dapper and Edgy... Maybe other
4232                 distros too.
4233
4234 2007-02-09 [paul]       2.7.2cvs37
4235
4236         * src/plugins/clamav/clamav_plugin.c
4237                 fix for the upstream changes in libclamav
4238
4239 2007-02-09 [paul]       2.7.2cvs36
4240
4241         * src/main.c
4242         * src/mainwindow.c
4243         * src/procmsg.c
4244         * src/procmsg.h
4245                 fix "warn if there are queued messages" (on exit)
4246                 option, which only checked the first mailbox's
4247                 queue
4248                 don't ask before emptying trash if there are no
4249                 messages in trash, also check and empty all trash
4250                 folders
4251         * src/prefs_other.c
4252                 move "Ask before emptying trash" option
4253                 outside of the "On exit" frame as it's
4254                 not only an "On exit" option
4255
4256 2007-02-09 [paul]       2.7.2cvs35
4257
4258         * src/addrgather.c
4259         * src/alertpanel.c
4260         * src/editldap.c
4261         * src/prefs_account.c
4262         * src/prefs_folder_item.c
4263         * src/prefs_gtk.h
4264         * src/prefs_matcher.c
4265         * src/prefs_message.c
4266         * src/prefs_msg_colors.c
4267         * src/prefs_summaries.c
4268         * src/wizard.c
4269         * src/gtk/inputdialog.c
4270         * src/plugins/bogofilter/bogofilter_gtk.c
4271                 pedantic commit: use 'checkbtn' everywhere
4272                 instead of a mixture of 'checkbtn' and 'chkbtn'
4273
4274 2007-02-09 [paul]       2.7.2cvs34
4275
4276         * src/compose.c
4277                 fix default hotkeys
4278         * src/prefs_other.c
4279         * src/prefs_send.c
4280                 move "Never send Return Receipts" from
4281                 prefs_other to prefs_send
4282                 add an option "Ask about account specific
4283                 filtering rules..." to prefs_other
4284         * src/gtk/gtkutils.c
4285                 fix a compiler warning
4286
4287 2007-02-08 [colin]      2.7.2cvs33
4288
4289         * src/plugins/pgpinline/pgpinline.c
4290                 Fix bug 1110, 'pgpmime fails to process 
4291                 encapsulated openpgp mime (rfc 3156, 6.1 
4292                 -> rfc1847)'
4293                 It was due to an interaction between PGP/Mime
4294                 and PGP/Inline plugin. 
4295
4296 2007-02-08 [colin]      2.7.2cvs32
4297
4298         * src/inc.c
4299         * src/mbox.c
4300         * src/mbox.h
4301                 Fix bug 1117, 'fcntl locking code 
4302                 does not work in mbox.c'
4303
4304 2007-02-08 [colin]      2.7.2cvs31
4305
4306         * src/prefs_account.c
4307                 Fix Gentoo bug 165819, 'can't create 
4308                 a "local mbox file" account'. Patch
4309                 by Olivier <castan.o@free.fr>
4310
4311 2007-02-07 [colin]      2.7.2cvs30
4312
4313         * src/ldapquery.c
4314                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4315                 autocompletion was used'
4316
4317 2007-02-07 [paul]       2.7.2cvs29
4318
4319         * src/folder.c
4320                 cut down on unnecessary debug_prints
4321         * src/imap_gtk.c
4322                 fix menu_set_active() on 'Show only
4323                 subscribed folders'
4324
4325 2007-02-07 [paul]       2.7.2cvs28
4326
4327         * src/plugins/clamav/clamav_plugin.c
4328         * src/plugins/clamav/clamav_plugin.h
4329         * src/plugins/clamav/clamav_plugin_gtk.c
4330                 fix copyright header
4331
4332 2007-02-07 [paul]       2.7.2cvs27
4333
4334         * src/procheader.c
4335                 fix bug 1116, 'summary view allow a 
4336                 subject line break'
4337
4338 2007-02-06 [colin]      2.7.2cvs26
4339
4340         * src/summaryview.c
4341                 Fix delete thread
4342
4343 2007-02-05 [fabien]     2.7.2cvs25
4344
4345         * po/POTFILES.in
4346         * src/uri_opener.c
4347                 i18n related - 1 fix and 1 message for translators.
4348
4349 2007-02-05 [colin]      2.7.2cvs24
4350
4351         * src/gtk/quicksearch.c
4352                 Don't reload summary list if quicksearch wasn't
4353                 active on hiding; move currently selected mail in
4354                 the visible area when showing the quicksearch
4355
4356 2007-02-05 [colin]      2.7.2cvs23
4357
4358         * src/folderview.c
4359                 Add debug to try to solve bug 1104
4360
4361 2007-02-05 [paul]       2.7.2cvs22
4362
4363         * src/mainwindow.c
4364                 confirm before emptying trash on exit is
4365                 a Yes or No answer, use Yes or No in the
4366                 dialog
4367
4368 2007-02-04 [colin]      2.7.2cvs21
4369
4370         * src/compose.c
4371         * src/plugins/pgpcore/passphrase.c
4372         * src/plugins/pgpcore/select-keys.c
4373                 Set wmclass on new windows
4374
4375 2007-02-04 [colin]
4376
4377         2.8.0-rc1 released
4378
4379 2007-02-04 [colin]      2.7.2cvs20
4380
4381         * src/compose.c
4382         * src/compose.h
4383                 Auto save drafts on exit, reopen them
4384                 at startup, instead of asking
4385         * src/account.c
4386         * src/addressadd.c
4387         * src/addressbook.c
4388         * src/addressbook_foldersel.c
4389         * src/addrgather.c
4390         * src/crash.c
4391         * src/editaddress.c
4392         * src/editbook.c
4393         * src/editgroup.c
4394         * src/editjpilot.c
4395         * src/editldap.c
4396         * src/editldap_basedn.c
4397         * src/editvcard.c
4398         * src/exphtmldlg.c
4399         * src/expldifdlg.c
4400         * src/export.c
4401         * src/foldersel.c
4402         * src/gedit-print.c
4403         * src/import.c
4404         * src/importldif.c
4405         * src/importmutt.c
4406         * src/importpine.c
4407         * src/main.c
4408         * src/mainwindow.c
4409         * src/message_search.c
4410         * src/messageview.c
4411         * src/prefs_actions.c
4412         * src/prefs_customheader.c
4413         * src/prefs_display_header.c
4414         * src/prefs_filtering.c
4415         * src/prefs_filtering_action.c
4416         * src/prefs_folder_column.c
4417         * src/prefs_gtk.c
4418         * src/prefs_matcher.c
4419         * src/prefs_other.c
4420         * src/prefs_summaries.c
4421         * src/prefs_summary_column.c
4422         * src/prefs_template.c
4423         * src/sourcewindow.c
4424         * src/ssl_manager.c
4425         * src/summary_search.c
4426         * src/uri_opener.c
4427         * src/gtk/about.c
4428         * src/gtk/description_window.c
4429         * src/gtk/foldersort.c
4430         * src/gtk/gtkutils.c
4431         * src/gtk/gtkutils.h
4432         * src/gtk/icon_legend.c
4433         * src/gtk/logwindow.c
4434         * src/gtk/pluginwindow.c
4435         * src/gtk/prefswindow.c
4436                 Give different wmclass to different
4437                 windows - thanks to sed ;)
4438
4439 2007-02-04 [colin]      2.7.2cvs19
4440
4441         * src/main.c
4442                 Revert previous patch, can't reproduce
4443                 it anymore. 
4444
4445 2007-02-03 [colin]      2.7.2cvs18
4446
4447         * src/main.c
4448                 Don't save the mainwindow size and
4449                 position on emergency exit (libSM's
4450                 "die" callback), Xfce seems to make
4451                 the window smaller just before the
4452                 size's saved.
4453
4454 2007-02-03 [colin]      2.7.2cvs17
4455
4456         * src/plugins/bogofilter/bogofilter.c
4457         * src/plugins/bogofilter/bogofilter.h
4458         * src/plugins/bogofilter/bogofilter_gtk.c
4459         * src/plugins/pgpinline/pgpinline.c
4460         * src/plugins/pgpinline/pgpinline.h
4461                 Fix more copyrights
4462
4463 2007-02-03 [colin]      2.7.2cvs16
4464
4465         * src/partial_download.c
4466         * src/partial_download.h
4467         * src/ssl_manager.c
4468         * src/ssl_manager.h
4469         * src/uri_opener.c
4470         * src/uri_opener.h
4471         * src/wizard.c
4472         * src/wizard.h
4473         * src/common/ssl_certificate.c
4474         * src/common/ssl_certificate.h
4475         * src/gtk/quicksearch.c
4476         * src/gtk/quicksearch.h
4477         * src/gtk/sslcertwindow.c
4478         * src/gtk/sslcertwindow.h
4479                 Fix copyright on my files
4480
4481 2007-02-02 [colin]      2.7.2cvs15
4482
4483         * src/Makefile.am
4484         * src/mainwindow.c
4485         * src/messageview.c
4486         * src/messageview.h
4487         * src/textview.c
4488         * src/textview.h
4489         * src/uri_opener.c
4490         * src/uri_opener.h
4491                 Add Tools/List URIs to allow
4492                 opening any URI in the current mail
4493
4494 2007-02-02 [colin]      2.7.2cvs14
4495
4496         * src/common/valgrind.h ** NEW FILE **
4497         * src/common/Makefile.am
4498         * src/common/plugin.c
4499                 Don't dlclose the plugins if we're running
4500                 under valgrind. (doesn't require valgrind
4501                 either at compile time or run time).
4502
4503 2007-02-01 [paul]       2.7.2cvs13
4504
4505         * AUTHORS
4506         * src/gtk/authors.h
4507         * tools/freshmeat_search.pl
4508         * tools/google_search.pl
4509         * tools/multiwebsearch.pl
4510                 add support for non ISO-8859-1 compatible locales
4511                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4512
4513 2007-02-01 [colin]      2.7.2cvs12
4514
4515         * src/prefs_other.c
4516         * src/prefs_summaries.c
4517                 Move keybinding prefs to the Other page
4518
4519 2007-02-01 [wwp]        2.7.2cvs11
4520
4521         * src/plugins/trayicon/trayicon.c
4522                 Fix a raising issue within KDE.
4523
4524 2007-02-01 [colin]      2.7.2cvs10
4525
4526         * src/codeconv.c
4527                 Fix stray quotes in encoded strings
4528         * src/addressadd.c
4529                 Fix wrong call causing g_warnings
4530         * src/textview.c
4531                 Remove useless message
4532
4533 2007-01-31 [wwp]        2.7.2cvs9
4534
4535         * src/plugins/trayicon/trayicon.c
4536                 fix buggy hiding of main window when closing if close-to-tray
4537                 is not set (bad logics  in the trayicon hook code).
4538                 Changed the quit confirmation message too.
4539
4540 2007-01-30 [colin]      2.7.2cvs8
4541
4542         * src/main.c
4543                 Fix hidden mainwindow after clicking on
4544                 the X close button, if compose windows
4545                 exist and the user chooses not to quit
4546
4547 2007-01-30 [colin]      2.7.2cvs7
4548
4549         * src/main.c
4550         * src/compose.c
4551                 Handle local URIs to attach files (file:///...)
4552                 Fixes attaching files from Thunar for example
4553
4554 2007-01-30 [colin]      2.7.2cvs6
4555
4556         * src/prefs_ext_prog.c
4557                 Add 'mousepad' to the list of text editors.
4558                 Mousepad is XFCE's text editor
4559
4560 2007-01-29 [wwp]        2.7.2cvs5
4561
4562         * po/POTFILES.in
4563         * src/plugins/trayicon/trayicon_prefs.c
4564                 trayicon i18n fixes, thanks to Fabien.
4565
4566 2007-01-28 [wwp]        2.7.2cvs4
4567
4568         * src/mainwindow.c
4569         * src/mainwindow.h
4570         * src/plugins/trayicon/trayicon.c
4571         * src/plugins/trayicon/trayicon_prefs.c
4572         * src/plugins/trayicon/trayicon_prefs.h
4573                 Added a new TrayIcon plugin option to close to tray
4574                 (WM's hotkey and [X] button will hide the window instead
4575                 of closing it - closing CM can be done using the tray icon
4576                 menu or the File menu).
4577                 Improved visibility handling in trayicon, clicking the
4578                 trayicon now raise the window to current desktop when it
4579                 was either minimized/shaded/on another desktop.
4580                 Thanks to Paul for testing and fixing a strange behaviour
4581                 in KDE ;-).
4582
4583 2007-01-27 [paul]       2.7.2cvs3
4584
4585         * src/prefs_folder_item.c
4586         * src/prefs_receive.c
4587         * src/plugins/pgpcore/prefs_gpg.c
4588                 use 'start-up' instead of 'startup' in labels
4589
4590 2007-01-26 [wwp]        2.7.2cvs2
4591
4592         * src/plugins/trayicon/Makefile.am
4593         * src/plugins/trayicon/trayicon.c
4594         * src/plugins/trayicon/trayicon_prefs.c
4595         * src/plugins/trayicon/trayicon_prefs.h
4596                 Add a new TrayIcon option to hide the main window at
4597                 start-up.
4598                 Fix trayicon.c copyright header.
4599
4600 2007-01-26 [paul]       2.7.2cvs1
4601
4602         * NEWS
4603         * README
4604         * RELEASE_NOTES
4605         * configure.ac
4606                 bump up version number following
4607                 stable release
4608
4609 2007-01-25 [mones]      2.7.1cvs60
4610
4611         * po/es.po
4612                 updated thousands of strings (well, probably less ;-)
4613
4614 2007-01-25 [colin]      2.7.1cvs59
4615
4616         * src/matcher.c
4617                 Fix 2nd-run loss of matcherrc on new
4618                 configurations. 
4619
4620 2007-01-25 [wwp]        2.7.1cvs58
4621
4622         * src/mimeview.c
4623                 fix handling of empty value in attach_save_directory too, thanks
4624                 to Colin.
4625
4626 2007-01-25 [wwp]        2.7.1cvs57
4627
4628         * src/gtk/filesel.c
4629                 fix handling of empty value in attach_load_directory,
4630                 thanks to Colin.
4631
4632 2007-01-25 [wwp]        2.7.1cvs56
4633
4634         * src/plugins/dillo_viewer/dillo_prefs.h
4635                 fix a typo.
4636
4637 2007-01-25 [colin]      2.7.1cvs55
4638
4639         * src/matcher.c
4640         * src/matcher.h
4641         * src/matcher_parser_parse.y
4642         * src/prefs_matcher.c
4643                 Add matching on the spam flag
4644
4645 2007-01-24 [colin]      2.7.1cvs54
4646
4647         * src/folder.c
4648         * src/common/xml.c
4649         * src/common/xml.h
4650                 Make sure folderlist.xml is correctly
4651                 written before overwriting it.
4652         * src/procmsg.c
4653         * src/procmsg.h
4654         * src/summaryview.c
4655         * src/plugins/bogofilter/bogofilter.c
4656         * src/plugins/bogofilter/bogofilter.h
4657         * src/plugins/bogofilter/bogofilter_gtk.c
4658         * src/plugins/spamassassin/spamassassin.c
4659         * src/plugins/spamassassin/spamassassin.h
4660         * src/plugins/spamassassin/spamassassin_gtk.c
4661                 Move spam to the correct trash folder after
4662                 learning, if spam directory isn't set.
4663
4664 2007-01-23 [paul]       2.7.1cvs53
4665
4666         * src/plugins/bogofilter/bogofilter_gtk.c
4667                 fix sensitivity of "Insert X-Bogosity header"
4668                 option
4669
4670 2007-01-23 [colin]      2.7.1cvs52
4671
4672         * src/toolbar.c
4673                 Translate toolbar items text if
4674                 they're translatable (default)
4675         * src/addrcache.c
4676         * src/addrcache.h
4677         * src/addritem.c
4678         * src/addritem.h
4679         * src/codeconv.c
4680         * src/codeconv.h
4681         * src/jpilot.c
4682         * src/jpilot.h
4683         * src/ldapctrl.c
4684         * src/ldapctrl.h
4685         * src/ldapquery.h
4686         * src/ldif.c
4687         * src/ldif.h
4688         * src/etpan/etpan-thread-manager.c
4689         * src/etpan/etpan-thread-manager.h
4690         * src/gtk/gtkutils.c
4691         * src/gtk/gtkutils.h
4692                 More static functions
4693
4694 2007-01-22 [fabien]     2.7.1cvs51
4695
4696         * src/gtk/gtkutils.c
4697                 gtkut_get_options_frame() : ability to pass
4698                 a 'NULL' value in frame pointer parameter if
4699                 we don't need it.
4700
4701 2007-01-22 [colin]      2.7.1cvs50
4702
4703         * src/procmsg.c
4704         * src/procmsg.h
4705         * src/plugins/bogofilter/bogofilter.c
4706         * src/plugins/bogofilter/bogofilter_gtk.c
4707         * src/plugins/spamassassin/spamassassin.c
4708         * src/plugins/spamassassin/spamassassin_gtk.c
4709                 Allow moving spams to the account's trash
4710                 instead of default one
4711
4712 2007-01-21 [colin]      2.7.1cvs49
4713
4714         * src/ldapquery.c
4715         * src/ldapquery.h
4716                 Revert a static function that shouldn't
4717                 have been
4718
4719 2007-01-21 [colin]      2.7.1cvs48
4720
4721         * src/ldapquery.c
4722         * src/ldapquery.h
4723                 Same
4724
4725 2007-01-21 [colin]      2.7.1cvs47
4726
4727         * src/procmsg.c
4728         * src/procmsg.h
4729                 Same
4730
4731 2007-01-21 [colin]      2.7.1cvs46
4732
4733         * src/common/socket.c
4734         * src/common/socket.h
4735                 Same
4736
4737 2007-01-21 [colin]      2.7.1cvs45
4738
4739         * src/crash.c
4740         * src/exporthtml.c
4741         * src/exporthtml.h
4742         * src/exportldif.c
4743         * src/exportldif.h
4744         * src/folder.c
4745         * src/folder.h
4746         * src/folder_item_prefs.c
4747         * src/folder_item_prefs.h
4748         * src/folderview.c
4749         * src/folderview.h
4750         * src/gedit-print.c
4751         * src/gedit-print.h
4752         * src/main.c
4753         * src/main.h
4754         * src/common/socket.c
4755         * src/common/socket.h
4756         * src/gtk/gtkaspell.c
4757         * src/gtk/gtkaspell.h
4758         * src/gtk/quicksearch.c
4759         * src/gtk/quicksearch.h
4760                 Same
4761
4762 2007-01-21 [colin]      2.7.1cvs44
4763
4764         * src/common/utils.c
4765         * src/common/utils.h
4766         * src/etpan/etpan-thread-manager.c
4767         * src/etpan/etpan-thread-manager.h
4768                 Same (Funny that etpan_thread_unbind
4769                 is called but not etpan_thread_bind)
4770
4771 2007-01-21 [colin]      2.7.1cvs43
4772
4773         * src/addrselect.c
4774         * src/addrselect.h
4775         * src/codeconv.c
4776         * src/codeconv.h
4777         * src/compose.c
4778         * src/compose.h
4779         * src/etpan/Makefile.am
4780         * src/gtk/colorlabel.c
4781         * src/gtk/colorlabel.h
4782         * src/gtk/sslcertwindow.c
4783         * src/gtk/sslcertwindow.h
4784         * src/etpan/etpan-log.c ** REMOVED **
4785         * src/etpan/etpan-log.h ** REMOVED **
4786                 Same
4787
4788 2007-01-20 [colin]      2.7.1cvs42
4789
4790         * src/addritem.c
4791         * src/addritem.h
4792                 Same
4793
4794 2007-01-20 [colin]      2.7.1cvs41
4795
4796         * src/account.c
4797         * src/account.h
4798         * src/addrbook.c
4799         * src/addrbook.h
4800         * src/addrcache.c
4801         * src/addrcache.h
4802         * src/addrclip.c
4803         * src/addrclip.h
4804         * src/addressbook.c
4805         * src/addressbook.h
4806         * src/addrharvest.c
4807         * src/addrharvest.h
4808         * src/addrindex.c
4809         * src/addrindex.h
4810         * src/editaddress.c
4811         * src/editaddress.h
4812                 Make functions that aren't used in other
4813                 files static
4814
4815 2007-01-20 [colin]      2.7.1cvs40
4816
4817         * src/account.c
4818         * src/addrbook.c
4819         * src/addrcache.c
4820         * src/addressbook.c
4821         * src/addrgather.c
4822         * src/addrindex.c
4823         * src/addrquery.c
4824         * src/addrselect.c
4825         * src/browseldap.c
4826         * src/compose.c
4827         * src/editbook.c
4828         * src/editjpilot.c
4829         * src/editldap.c
4830         * src/editldap_basedn.c
4831         * src/editvcard.c
4832         * src/exporthtml.c
4833         * src/exportldif.c
4834         * src/folder.c
4835         * src/folderview.c
4836         * src/image_viewer.c
4837         * src/imap.c
4838         * src/importmutt.c
4839         * src/importpine.c
4840         * src/jpilot.c
4841         * src/ldapquery.c
4842         * src/main.c
4843         * src/mainwindow.c
4844         * src/matcher.c
4845         * src/messageview.c
4846         * src/mh.c
4847         * src/mimeview.c
4848         * src/msgcache.c
4849         * src/mutt.c
4850         * src/news.c
4851         * src/pine.c
4852         * src/prefs_account.c
4853         * src/prefs_common.c
4854         * src/prefs_compose_writing.c
4855         * src/prefs_ext_prog.c
4856         * src/prefs_folder_item.c
4857         * src/prefs_fonts.c
4858         * src/prefs_message.c
4859         * src/prefs_msg_colors.c
4860         * src/prefs_other.c
4861         * src/prefs_quote.c
4862         * src/prefs_receive.c
4863         * src/prefs_send.c
4864         * src/prefs_spelling.c
4865         * src/prefs_summaries.c
4866         * src/prefs_toolbar.c
4867         * src/prefs_wrapping.c
4868         * src/privacy.c
4869         * src/procmime.c
4870         * src/procmsg.c
4871         * src/ssl_manager.c
4872         * src/statusbar.c
4873         * src/summaryview.c
4874         * src/toolbar.c
4875         * src/vcard.c
4876         * src/common/hooks.c
4877         * src/common/log.c
4878         * src/common/passcrypt.c
4879         * src/common/socket.c
4880         * src/common/ssl.c
4881         * src/common/ssl_certificate.c
4882         * src/common/template.c
4883         * src/common/utils.c
4884         * src/etpan/imap-thread.c
4885         * src/gtk/sslcertwindow.c
4886         * src/gtk/sslcertwindow.h
4887                 Make functions that could be static, static
4888
4889 2007-01-20 [colin]      2.7.1cvs39
4890
4891         * src/editldap.c
4892                 Fix tooltip
4893
4894 2007-01-20 [colin]      2.7.1cvs38
4895
4896         * src/ldapquery.c
4897         * src/ldaputil.c
4898         * src/ldaputil.h
4899                 Fix bug 1102, 'claws-mail-2.7.1 
4900                 makes use of deprecated ldap 
4901                 functions'
4902
4903 2007-01-20 [colin]      2.7.1cvs37
4904
4905         * src/mainwindow.c
4906         * src/mainwindow.h
4907         * src/summaryview.c
4908         * src/gtk/quicksearch.c
4909                 Add Wide message list layout
4910
4911 2007-01-19 [fabien]     2.7.1cvs36
4912
4913         * src/textview.c
4914                 make sure a font change is considered in links of
4915                 headerview.
4916
4917 2007-01-19 [colin]      2.7.1cvs35
4918
4919         * src/main.c
4920         * src/mainwindow.c
4921         * src/mainwindow.h
4922         * src/messageview.c
4923         * src/messageview.h
4924         * src/prefs_common.c
4925         * src/prefs_common.h
4926         * src/summaryview.c
4927         * src/summaryview.h
4928         * src/gtk/quicksearch.c
4929         * src/gtk/quicksearch.h
4930                 Drop 'Separate Folder tree' and 'Separate
4931                 Message View'. Put three layouts in place
4932                 of it.
4933
4934 2007-01-19 [paul]       2.7.1cvs34
4935
4936         * src/prefs_msg_colors.c
4937                 more use of Q_ for translators
4938
4939 2007-01-19 [paul]       2.7.1cvs33
4940
4941         * src/imap_gtk.c
4942         * src/prefs_account.c
4943                 a few changes to the English
4944
4945 2007-01-19 [fabien]     2.7.1cvs32
4946
4947         * src/wizard.c
4948                 factorize translatable string
4949
4950 2007-01-18 [colin]      2.7.1cvs31
4951
4952         * src/main.c
4953                 Don't error out on --sync option. Although
4954                 we don't do anything with it, gtk+ handles
4955                 it, and it's useful for debugging X errors
4956
4957 2007-01-18 [fabien]     2.7.1cvs30
4958
4959         * src/prefs_other.c
4960                 ability to apply on the fly the recent added
4961                 'gtk_can_change_accels' pref (no need to restart).
4962
4963 2007-01-18 [fabien]     2.7.1cvs29
4964
4965         * src/plugins/bogofilter/bogofilter_gtk.c
4966         * src/plugins/bogofilter/bogofilter.c
4967         * src/plugins/spamassassin/spamassassin_gtk.c
4968         * src/addr_compl.c
4969         * src/prefs_account.c
4970                 factorize or rewrite some translatable strings.
4971
4972 2007-01-18 [fabien]     2.7.1cvs28
4973
4974         * src/prefs_gtk.h
4975         * src/compose.c
4976                 set a 4pix space between "Subject:" label and subject entry in
4977                 compose window.
4978
4979 2007-01-18 [wwp]        2.7.1cvs27
4980
4981         * src/addressbook.c
4982                 fix conflicting address-copy/paste when focus is set
4983                 to the embedded edit-person form.
4984  
4985
4986 2007-01-18 [wwp]        2.7.1cvs26
4987
4988         * src/addressbook.h
4989                 complete 2.7.1cvs23 (one more file was missing from that
4990                 commit).
4991
4992 2007-01-18 [colin]      2.7.1cvs25
4993
4994         * src/main.c
4995                 Provide a way to migrate without backup
4996                 Re-ask for migration on next start if 
4997                 it has been refused and wizard has been 
4998                 cancelled after.
4999
5000 2007-01-18 [wwp]        2.7.1cvs24
5001
5002         * src/editaddress.c
5003                 complete 2.7.1.cvs23 (file was missing from previous
5004                 commit).
5005
5006 2007-01-18 [wwp]        2.7.1cvs23
5007
5008         * src/addressbook.c
5009                 fix potential crashes in address book's focus_in/out signal handlers,
5010                 force focus to the edit-person form when clicked the Edit menu entry or
5011                 button (this only matters if the edit-person form is embedded to the
5012                 AB window, in that case, focus is not set when browsing the contacts
5013                 list w/ keys or mouse clicks).
5014
5015 2007-01-18 [paul]       2.7.1cvs22
5016
5017         * src/main.c
5018                 add command line options:
5019                 -h for --help
5020                 -q and --quit for --exit
5021                 -v for --version
5022                 print "Unknown option" for unknown options
5023
5024 2007-01-18 [paul]       2.7.1cvs21
5025
5026         * po/ru.po
5027                 updated by Pavlo Bohmat
5028
5029 2007-01-18 [paul]       2.7.1cvs20
5030
5031         * src/mainwindow.c
5032                 fix sensitivity issues of Mark as Spam/Ham
5033
5034 2007-01-17 [fabien]     2.7.1cvs19
5035
5036         * src/prefs_other.c
5037         * src/prefs_common.c
5038         * src/prefs_common.h
5039         * src/main.c
5040                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5041                 control the corresponding gtk property. It could be used to lock
5042                 all shortcuts (avoid to set one of them by inadvertency).
5043
5044 2007-01-17 [colin]      2.7.1cvs18
5045
5046         * src/summaryview.c
5047                 Fix bug 1100, 'Highlighted e-mail data not visible 
5048                 when color label applied.'. Use a weighted average
5049                 between normal selected foreground color and color
5050                 label instead of a simple one (3/1 instead 1/1).
5051
5052 2007-01-17 [colin]      2.7.1cvs17
5053
5054         * src/messageview.c
5055                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5056                 crash' - don't prevent mail switching while loading
5057
5058 2007-01-17 [colin]      2.7.1cvs16
5059
5060         * src/folder.c
5061         * src/folder.h
5062         * src/folderview.c
5063         * src/folderview.h
5064         * src/imap.c
5065         * src/imap.h
5066         * src/imap_gtk.c
5067                 Manage recursive search of unsubscribed folders
5068                 Rescan tree without checking for new messages 
5069                 after subscriptions changed
5070
5071 2007-01-17 [paul]       2.7.1cvs15
5072
5073         * src/prefs_common.c
5074         * src/gtk/pluginwindow.c
5075                 fix bug 1101, '"Load plugin" button is
5076                 accidentally hidden'
5077                 unset (-1) initial width in prefs_common,
5078                 fix overlapping buttons,
5079                 and other cleanups
5080
5081 2007-01-17 [paul]       2.7.1cvs14
5082
5083         * src/procmime.c
5084                 add #include <errno.h>, it's needed
5085                 on some systems
5086
5087 2007-01-17 [paul]       2.7.1cvs13
5088
5089         * src/common/defs.h
5090         * tools/make.themes.project
5091                 rename .sylpheed_themeinfo to .claws_themeinfo
5092                 and use it
5093         * src/etpan/etpan-errors.h
5094         * src/etpan/etpan-log.c
5095         * src/etpan/etpan-log.h
5096         * src/etpan/etpan-thread-manager-types.h
5097         * src/etpan/etpan-thread-manager.c
5098         * src/etpan/etpan-thread-manager.h
5099         * src/etpan/imap-thread.c
5100         * src/etpan/imap-thread.h
5101                 add copyright header
5102
5103 2007-01-17 [colin]      2.7.1cvs12
5104
5105         * src/plugins/pgpcore/select-keys.c
5106         * src/gtk/pluginwindow.c
5107         * src/prefs_account.c
5108                 Fix warnings
5109
5110 2007-01-16 [colin]      2.7.1cvs11
5111
5112         * src/imap.c
5113         * src/imap.h
5114         * src/imap_gtk.c
5115                 Manage subscribing to subfolders when only
5116                 subscribed folders are shown.
5117
5118 2007-01-16 [colin]      2.7.1cvs10
5119
5120         * src/folderview.c
5121                 Fix annoying vscrollbar going back to top
5122                 on Check for new folders
5123
5124 2007-01-16 [colin]      2.7.1cvs9
5125
5126         * src/imap.c
5127                 Remove printf
5128
5129 2007-01-16 [colin]      2.7.1cvs8
5130
5131         * src/filtering.c
5132                 Bigger buffer for errors
5133         * src/imap.c
5134         * src/imap.h
5135         * src/imap_gtk.c
5136         * src/prefs_account.c
5137         * src/prefs_account.h
5138         * src/wizard.c
5139         * src/etpan/imap-thread.c
5140         * src/etpan/imap-thread.h
5141         * manual/handling.xml
5142                 Add subscriptions management. What it changes:
5143                 Creating a folder subscribes to it
5144                 Deleting a folder unsubscribes it
5145                 New contextual menu item allowing to switch between
5146                 All folders and Subscribed folders, subscribe, and
5147                 unsubscribe. "Creating" an existing but unsubscribed
5148                 folder will subscribe it.
5149                 By default for new accounts, only subscribed folders 
5150                 are shown.
5151
5152
5153 2007-01-16 [paul]       2.7.1cvs7
5154
5155         * src/summaryview.c
5156                 Allow folder classes to specify only sort_key or
5157                 sort_type instead of both or none.
5158
5159 2007-01-16 [paul]       2.7.1cvs6
5160
5161         * src/action.c
5162         * src/compose.c
5163         * src/mimeview.c
5164         * src/procmime.c
5165         * src/textview.c
5166                 Save and use errno for procmime_get_part
5167
5168 2007-01-16 [colin]      2.7.1cvs5
5169
5170         * src/imap.c
5171                 Never remove INBOX when scanning for
5172                 new folders. It's a special folder
5173                 that has to exist.
5174
5175 2007-01-15 [colin]      2.7.1cvs4
5176
5177         * src/imap.c
5178                 Fix 'Check for new folders' when IMAP subdirectory
5179                 is set
5180         * src/etpan/imap-thread.c
5181                 Fix build
5182
5183 2007-01-15 [colin]      2.7.1cvs3
5184
5185         * src/etpan/imap-thread.c
5186                 Fix invalid free on command-connection
5187                 error
5188
5189 2007-01-15 [wwp]        2.7.1cvs2
5190
5191         * src/matcher_parser_lex.l
5192         * src/quote_fmt_lex.l
5193         * src/matcher_parser_parse.y
5194                 fix copyright header in lexers and parsers.
5195
5196 2007-01-15 [paul]       2.7.1cvs1
5197
5198         * NEWS
5199         * README
5200         * RELEASE_NOTES
5201         * configure.ac
5202                 bump up version number following
5203                 stable release
5204
5205 2007-01-15 [paul]       2.7.0cvs31
5206
5207         * AUTHORS
5208         * src/gtk/authors.h
5209                 add Fabien to the Team list
5210                 add the recent contributors
5211                 make a few corrections
5212
5213 2007-01-15 [paul]       2.7.0cvs30
5214
5215         * src/mainwindow.c
5216                 fix compiler warning
5217         * src/plugins/pgpcore/prefs_gpg.c
5218         * src/plugins/pgpcore/prefs_gpg.h
5219                 add missing include
5220                 fix copyright header
5221
5222 2007-01-14 [colin]      2.7.0cvs29
5223
5224         * src/gtk/filesel.c
5225                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5226                 two benefits: faster to open, will fix strange
5227                 dbus-related crash. Thanks to Pascal Terjan.
5228
5229 2007-01-14 [colin]      2.7.0cvs28
5230
5231         * src/etpan/imap-thread.c
5232                 Delete the old imap just after allocating
5233                 the new one. Makes sure we don't get the
5234                 same pointer by sheer luck, which feels
5235                 strange in the debug log.
5236
5237 2007-01-14 [colin]      2.7.0cvs27
5238
5239         * src/gtk/inputdialog.c
5240                 Make sure we don't print passwords in
5241                 clear text when in debug mode
5242
5243 2007-01-14 [colin]      2.7.0cvs26
5244
5245         * src/gtk/gtksctree.c
5246                 Fix bug 1098, 'bogus last row display 
5247                 after expanding a thread'. Patch by
5248                 Jindrich Makovicka <makovick@gmail.com>
5249
5250 2007-01-14 [colin]      2.7.0cvs25
5251
5252         * src/etpan/imap-thread.c
5253                 Close socket manually before
5254                 freeing the imap struct
5255
5256 2007-01-14 [colin]      2.7.0cvs24
5257
5258         * src/etpan/imap-thread.c
5259                 Maybe fix new reconnection issues
5260
5261 2007-01-13 [colin]      2.7.0cvs23
5262
5263         * src/summaryview.c
5264                 Freeze/thaw on thread selection
5265
5266 2007-01-13 [paul]       2.7.0cvs22
5267
5268         * src/mainwindow.c
5269         * src/summaryview.c
5270         * src/summaryview.h
5271                 add 'Edit/Delete thread'
5272
5273 2007-01-13 [colin]      2.7.0cvs21
5274
5275         * src/prefs_account.c
5276         * src/prefs_compose_writing.c
5277         * src/prefs_message.c
5278         * src/prefs_msg_colors.c
5279         * src/prefs_other.c
5280         * src/prefs_receive.c
5281         * src/prefs_spelling.c
5282         * src/prefs_summaries.c
5283         * src/prefs_themes.c
5284         * src/gtk/gtkutils.c
5285         * src/gtk/gtkutils.h
5286         * src/plugins/pgpcore/prefs_gpg.c
5287         * src/plugins/spamassassin/spamassassin_gtk.c
5288                 Factorize gtk frame creation
5289                 Patch by Pawel
5290
5291 2007-01-13 [colin]      2.7.0cvs20
5292
5293         * src/message_search.c
5294         * src/summary_search.c
5295                 Fix Enter in search windows
5296         * src/messageview.c
5297                 Fix body search starting at the
5298                 end of the mail (and asking for loop)
5299
5300 2007-01-13 [colin]      2.7.0cvs19
5301
5302         * src/etpan/imap-thread.c
5303                 Make sure we don't free the same imap
5304                 twice
5305
5306 2007-01-13 [colin]      2.7.0cvs18
5307
5308         * commitHelper
5309                 Allow multiple commitHelpers to
5310                 run at once
5311
5312 2007-01-12 [colin]      2.7.0cvs17
5313
5314         * src/etpan/imap-thread.c
5315                 Make sure we get rid of the previous mailimap
5316                 when connecting - just in case disconnect was
5317                 unclean
5318
5319 2007-01-12 [paul]       2.7.0cvs16
5320
5321         * src/compose.c
5322                 Strip S/MIME signatures when re-editing
5323                 S/MIME signed messages.
5324
5325 2007-01-12 [paul]       2.7.0cvs15
5326
5327         * configure.ac
5328         * src/addressbook.c
5329         * src/foldersel.c
5330         * src/folderview.c
5331         * src/main.c
5332                 no need to define CLAWS anymore, remove
5333                 all that stuff
5334
5335 2007-01-12 [paul]       2.7.0cvs14
5336
5337         * src/mimeview.c
5338                 check if the mail's signed as
5339                 it can change the mail structure
5340                 Thanks to Colin
5341
5342 2007-01-12 [paul]       2.7.0cvs13
5343
5344         * src/procmime.c
5345                 fix Forwarding msgs with attachments
5346                 that have dos line endings
5347                 Thanks to Colin
5348
5349 2007-01-12 [wwp]        2.7.0cvs12
5350
5351         * configure.ac
5352                 Revert accidentally committed extra version tag.
5353
5354 2007-01-12 [wwp]        2.7.0cvs11
5355
5356         * src/prefs_account.c
5357                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5358
5359 2007-01-11 [colin]      2.7.0cvs10
5360
5361         * src/imap.c
5362                 move g_warning to debug_print
5363                 it scares people for no reason
5364
5365 2007-01-11 [colin]      2.7.0cvs9
5366
5367         * po/POTFILES.in
5368                 Fix files to translate. Patch by
5369                 Fabien
5370
5371 2007-01-11 [paul]       2.7.0cvs8
5372
5373         * src/imap.c
5374                 Fix recursion when server lists the
5375                 current subfolder in the response
5376         * src/mimeview.c
5377                 Fix updating of icon_list/ctree
5378         * src/plugins/pgpcore/select-keys.c
5379                 Fix a few annoyances when choosing
5380                 keys for the CMS (S/MIME) protocol
5381
5382 2007-01-11 [wwp]        2.7.0cvs7
5383
5384         * src/compose.c
5385         * src/prefs_account.c
5386         * src/prefs_account.h
5387                 Add per-account spellcheck default dictionaries settings.
5388
5389 2007-01-10 [colin]      2.7.0cvs6
5390
5391         * src/prefs_folder_item.c
5392                 Factorize strings - patch by Fabien
5393
5394 2007-01-10 [colin]      2.7.0cvs5
5395
5396         * src/mainwindow.c
5397                 Fix bug 1095, 'Crash while changing folder 
5398                 columns during incorporation'
5399
5400 2007-01-09 [colin]      2.7.0cvs4
5401
5402         * src/gtk/pluginwindow.c
5403                 Set the plugin window transient. Seems
5404                 like some window managers hide it in
5405                 the background after "load plugin"...
5406
5407 2007-01-09 [colin]      2.7.0cvs3
5408
5409         * src/gtk/filesel.c
5410                 Use the same type for alloc and free
5411
5412 2007-01-08 [paul]       2.7.0cvs2
5413
5414         * po/nl.po
5415                 updated by Tim Dijkstra
5416
5417 2007-01-08 [paul]       2.7.0cvs1
5418
5419         * src/prefs_themes.c
5420         * src/common/utils.c
5421                 Fix resource leaks
5422
5423 2007-01-08 [paul]       2.7.0
5424
5425         * NEWS
5426         * README
5427         * RELEASE_NOTES
5428                 2.7.0 released
5429
5430 2007-01-08 [paul]       2.6.1cvs119
5431
5432         * doc/man/claws-mail.1
5433                 another correction
5434
5435 2007-01-08 [paul]       2.6.1cvs118
5436
5437         * doc/man/claws-mail.1
5438                 corrections
5439         * manual/advanced.xml
5440                 improved English usage
5441
5442 2007-01-08 [paul]       2.6.1cvs117
5443
5444         * po/ca.po
5445         * po/de.po
5446         * po/en_GB.po
5447         * po/fi.po
5448         * po/it.po
5449         * po/pt_BR.po
5450         * po/sk.po
5451         * po/sr.po
5452         * po/zh_CN.po
5453                 updated by Miquel Oliete, Stephan Sachse, me,
5454                 Tommi Pirinen, Andrea Spadaccini, Frederico
5455                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5456                 Urosevic, and Ralgh Young
5457
5458 2007-01-07 [mones]      2.6.1cvs116
5459
5460         * manual/es/advanced.xml
5461         * po/es.po
5462                 Synced manual (unhide mark_as_read_delay)
5463                 and updated translation for release
5464
5465 2007-01-07 [paul]       2.6.1cvs115
5466
5467         * src/prefs_matcher.c
5468                 make the hbox content fit better under
5469                 various languages
5470
5471 2007-01-07 [colin]      2.6.1cvs114
5472
5473         * src/messageview.c
5474                 Fix bug 1088, 'Ctrl-h produces repeatable
5475                 crash'
5476
5477 2007-01-06 [colin]      2.6.1cvs113
5478
5479         * src/etpan/imap-thread.c
5480                 Add casts to int to get certs. Fixes
5481                 bug 1064, 'crash @ etpan_certificate_check() 
5482                 when opening an IMAP folder', with latest
5483                 libetpan CVS or >= 0.49
5484         * src/mainwindow.c
5485         * src/mainwindow.h
5486         * src/imap_gtk.c
5487         * src/news_gtk.c
5488         * src/prefs_folder_item.c
5489                 Grey out the "synchronise" menu items if
5490                 there's nothing to synchronise.
5491         * src/plugins/pgpcore/sgpgme.c
5492                 Make an error clearer than "Unknown error"
5493
5494 2007-01-06 [colin]      2.6.1cvs112
5495
5496         * src/messageview.c
5497                 Don't try to show a message if updating
5498                 Maybe fixes bug 1088, 'ctrl-h produces
5499                 repeatable crash'.
5500
5501 2007-01-06 [colin]      2.6.1cvs111
5502
5503         * src/summaryview.c
5504                 Disable Control-Space (handle it as Space).
5505
5506 2007-01-05 [paul]       2.6.1cvs110
5507
5508         * src/imap.c
5509                 Fix bug 934, 'sylpheed claws 2.1 
5510                 doesn't show Exchanges Public Folders'
5511                 Thanks to Hoa and Colin
5512         * src/msgcache.c
5513                 Refuse to allocate more than 2 MB for a 
5514                 single field, it's a good indication of
5515                 cache corruption.
5516
5517 2007-01-05 [colin]      2.6.1cvs109
5518
5519         * src/mainwindow.c
5520                 Allow --select'ing emails by Message-ID too
5521
5522 2007-01-05 [colin]      2.6.1cvs108
5523
5524         * src/common/quoted-printable.c
5525                 Uh! Third fix :)
5526
5527 2007-01-05 [colin]      2.6.1cvs107
5528
5529         * src/common/quoted-printable.c
5530                 Fix previous commit about bug 1089
5531                 Thanks to Ralf
5532
5533 2007-01-05 [colin]      2.6.1cvs106
5534
5535         * src/common/quoted-printable.c
5536                 Fix my previous commit on bug 1089
5537                 - Thanks to Ralf :)
5538
5539 2007-01-04 [colin]      2.6.1cvs105
5540
5541         * src/common/quoted-printable.c
5542                 Fix bug 1089, 'NUL characters in Subject 
5543                 line are misinterpreted'. Not a pain to
5544                 fix in fact.
5545
5546 2007-01-04 [colin]      
5547
5548         2.7.0-rc3 released
5549
5550 2007-01-04 [wwp]        2.6.1cvs104
5551
5552         * src/image_viewer.c
5553                 Force operator precedence (fix a compiler warning).
5554
5555 2007-01-04 [colin]      2.6.1cvs103
5556
5557         * src/image_viewer.c
5558                 Be cautious there too (same fix as the one
5559                 in textview from cvs33)
5560         * src/messageview.c
5561                 Don't use any MimeViewer plugin when showing
5562                 all headers
5563
5564 2007-01-03 [wwp]        2.6.1cvs102
5565
5566         * src/html.c
5567         * src/html.h
5568                 fixed "cent" sign (use the existing ASCII one),
5569                 decode more HTML entities,
5570                 converted table ASCII entries to UTF-8,
5571                 moved a switch() into a hashtable.
5572
5573 2007-01-03 [paul]       2.6.1cvs101
5574
5575         * src/compose.c
5576         * src/messageview.c
5577         * src/procmsg.c
5578         * src/procmsg.h
5579                 When possible, use move_msg instead of
5580                 copy_msg + remove_msg to move sent mail
5581                 from Queue to Sent. 
5582
5583 2007-01-03 [paul]       2.6.1cvs100
5584
5585         * src/html.c
5586                 add more html entity recognition:
5587                 pounds, euros, and cents
5588
5589 2007-01-03 [colin]      2.6.1cvs99
5590
5591         * src/imap_gtk.c
5592                 Don't display an error on NOSELECT
5593                 folders when synchronising
5594
5595 2007-01-03 [paul]       2.6.1cvs98
5596
5597         * tools/maildir2claws-mail.pl
5598                 only substitute 'sent-mail' if it's
5599                 the full directory name
5600
5601 2007-01-03 [paul]       2.6.1cvs97
5602
5603         * ChangeLog
5604         * ChangeLog.pre2.0.0
5605         * Makefile.am
5606                 archive a chunk of ChangeLog in
5607                 ChangeLog.pre2.0.0
5608         * ChangeLog.gtk1
5609         * doc/src/ChangeLog.claws-pre0.8.0
5610                 remove ChangeLog.claws-pre0.8.0, adding
5611                 its contents to ChangeLog.gtk1
5612
5613 2007-01-03 [paul]       2.6.1cvs96
5614
5615         * src/account.c
5616         * src/account.h
5617         * src/action.c
5618         * src/action.h
5619         * src/adbookbase.h
5620         * src/addr_compl.c
5621         * src/addr_compl.h
5622         * src/addrbook.c
5623         * src/addrcache.c
5624         * src/addrcache.h
5625         * src/addrcindex.c
5626         * src/addrcindex.h
5627         * src/addrclip.c
5628         * src/addrclip.h
5629         * src/addrdefs.h
5630         * src/addressadd.c
5631         * src/addressadd.h
5632         * src/addressbook.c
5633         * src/addressbook.h
5634         * src/addressbook_foldersel.c
5635         * src/addressbook_foldersel.h
5636         * src/addrgather.c
5637         * src/addrgather.h
5638         * src/addrharvest.c
5639         * src/addrharvest.h
5640         * src/addrindex.c
5641         * src/addrindex.h
5642         * src/addritem.c
5643         * src/addritem.h
5644         * src/addrquery.c
5645         * src/addrquery.h
5646         * src/addrselect.c
5647         * src/addrselect.h
5648         * src/alertpanel.c
5649         * src/alertpanel.h
5650         * src/browseldap.c
5651         * src/browseldap.h
5652         * src/codeconv.c
5653         * src/codeconv.h
5654         * src/compose.c
5655         * src/compose.h
5656         * src/customheader.c
5657         * src/customheader.h
5658         * src/displayheader.c
5659         * src/displayheader.h
5660         * src/editaddress.c
5661         * src/editaddress.h
5662         * src/editbook.c
5663         * src/editbook.h
5664         * src/editgroup.c
5665         * src/editgroup.h
5666         * src/editjpilot.c
5667         * src/editjpilot.h
5668         * src/editldap.c
5669         * src/editldap.h
5670         * src/editldap_basedn.c
5671         * src/editldap_basedn.h
5672         * src/editvcard.c
5673         * src/editvcard.h
5674         * src/exphtmldlg.c
5675         * src/exphtmldlg.h
5676         * src/expldifdlg.c
5677         * src/expldifdlg.h
5678         * src/export.c
5679         * src/export.h
5680         * src/exporthtml.c
5681         * src/exporthtml.h
5682         * src/exportldif.c
5683         * src/exportldif.h
5684         * src/filtering.c
5685         * src/filtering.h
5686         * src/folder.c
5687         * src/folder.h
5688         * src/folder_item_prefs.c
5689         * src/folder_item_prefs.h
5690         * src/foldersel.c
5691         * src/foldersel.h
5692         * src/folderutils.c
5693         * src/folderutils.h
5694         * src/folderview.c
5695         * src/folderview.h
5696         * src/grouplistdialog.c
5697         * src/grouplistdialog.h
5698         * src/headerview.c
5699         * src/html.c
5700         * src/html.h
5701         * src/image_viewer.c
5702         * src/image_viewer.h
5703         * src/imap.c
5704         * src/imap.h
5705         * src/imap_gtk.c
5706         * src/imap_gtk.h
5707         * src/import.c
5708         * src/import.h
5709         * src/importldif.c
5710         * src/importldif.h
5711         * src/importmutt.c
5712         * src/importmutt.h
5713         * src/importpine.c
5714         * src/importpine.h
5715         * src/inc.c
5716         * src/inc.h
5717         * src/jpilot.c
5718         * src/jpilot.h
5719         * src/ldapctrl.c
5720         * src/ldapctrl.h
5721         * src/ldaplocate.c
5722         * src/ldaplocate.h
5723         * src/ldapquery.c
5724         * src/ldapquery.h
5725         * src/ldapserver.c
5726         * src/ldapserver.h
5727         * src/ldaputil.c
5728         * src/ldaputil.h
5729         * src/ldif.c
5730         * src/ldif.h
5731         * src/main.c
5732         * src/main.h
5733         * src/mainwindow.c
5734         * src/mainwindow.h
5735         * src/manual.c
5736         * src/manual.h
5737         * src/mbox.c
5738         * src/message_search.c
5739         * src/message_search.h
5740         * src/messageview.c
5741         * src/messageview.h
5742         * src/mh.c
5743         * src/mh.h
5744         * src/mh_gtk.c
5745         * src/mh_gtk.h
5746         * src/mimeview.c
5747         * src/mimeview.h
5748         * src/msgcache.c
5749         * src/msgcache.h
5750         * src/mutt.c
5751         * src/mutt.h
5752         * src/news.c
5753         * src/news.h
5754         * src/news_gtk.c
5755         * src/news_gtk.h
5756         * src/partial_download.c
5757         * src/partial_download.h
5758         * src/pine.c
5759         * src/pine.h
5760         * src/pop.c
5761         * src/pop.h
5762         * src/prefs_account.c
5763         * src/prefs_account.h
5764         * src/prefs_actions.c
5765         * src/prefs_actions.h
5766         * src/prefs_common.c
5767         * src/prefs_common.h
5768         * src/prefs_compose_writing.c
5769         * src/prefs_compose_writing.h
5770         * src/prefs_customheader.c
5771         * src/prefs_customheader.h
5772         * src/prefs_display_header.c
5773         * src/prefs_display_header.h
5774         * src/prefs_filtering.c
5775         * src/prefs_filtering.h
5776         * src/prefs_filtering_action.c
5777         * src/prefs_filtering_action.h
5778         * src/prefs_folder_column.c
5779         * src/prefs_folder_column.h
5780         * src/prefs_folder_item.c
5781         * src/prefs_folder_item.h
5782         * src/prefs_fonts.c
5783         * src/prefs_fonts.h
5784         * src/prefs_gtk.c
5785         * src/prefs_gtk.h
5786         * src/prefs_image_viewer.c
5787         * src/prefs_image_viewer.h
5788         * src/prefs_matcher.c
5789         * src/prefs_matcher.h
5790         * src/prefs_message.c
5791         * src/prefs_msg_colors.c
5792         * src/prefs_msg_colors.h
5793         * src/prefs_other.c
5794         * src/prefs_quote.c
5795         * src/prefs_receive.c
5796         * src/prefs_send.c
5797         * src/prefs_spelling.c
5798         * src/prefs_spelling.h
5799         * src/prefs_summaries.c
5800         * src/prefs_summaries.h
5801         * src/prefs_summary_column.c
5802         * src/prefs_summary_column.h
5803         * src/prefs_template.c
5804         * src/prefs_template.h
5805         * src/prefs_themes.c
5806         * src/prefs_themes.h
5807         * src/prefs_toolbar.c
5808         * src/prefs_toolbar.h
5809         * src/prefs_wrapping.c
5810         * src/prefs_wrapping.h
5811         * src/privacy.c
5812         * src/privacy.h
5813         * src/procheader.c
5814         * src/procheader.h
5815         * src/procmime.c
5816         * src/procmime.h
5817         * src/procmsg.c
5818         * src/procmsg.h
5819         * src/quote_fmt.c
5820         * src/quote_fmt_parse.y
5821         * src/recv.c
5822         * src/recv.h
5823         * src/remotefolder.c
5824         * src/remotefolder.h
5825         * src/send_message.c
5826         * src/send_message.h
5827         * src/setup.c
5828         * src/setup.h
5829         * src/sourcewindow.c
5830         * src/sourcewindow.h
5831         * src/ssl_manager.c
5832         * src/ssl_manager.h
5833         * src/statusbar.c
5834         * src/statusbar.h
5835         * src/stock_pixmap.c
5836         * src/stock_pixmap.h
5837         * src/summary_search.c
5838         * src/summary_search.h
5839         * src/summaryview.c
5840         * src/summaryview.h
5841         * src/textview.c
5842         * src/textview.h
5843         * src/toolbar.c
5844         * src/toolbar.h
5845         * src/undo.c
5846         * src/undo.h
5847         * src/unmime.c
5848         * src/unmime.h
5849         * src/vcard.c
5850         * src/vcard.h
5851         * src/wizard.c
5852         * src/wizard.h
5853         * src/common/base64.c
5854         * src/common/base64.h
5855         * src/common/defs.h
5856         * src/common/hooks.c
5857         * src/common/hooks.h
5858         * src/common/log.c
5859         * src/common/log.h
5860         * src/common/mgutils.c
5861         * src/common/mgutils.h
5862         * src/common/nntp.c
5863         * src/common/nntp.h
5864         * src/common/passcrypt.c
5865         * src/common/passcrypt.h.in
5866         * src/common/plugin.c
5867         * src/common/plugin.h
5868         * src/common/prefs.c
5869         * src/common/prefs.h
5870         * src/common/progressindicator.c
5871         * src/common/progressindicator.h
5872         * src/common/quoted-printable.c
5873         * src/common/quoted-printable.h
5874         * src/common/session.c
5875         * src/common/session.h
5876         * src/common/smtp.c
5877         * src/common/smtp.h
5878         * src/common/socket.c
5879         * src/common/socket.h
5880         * src/common/ssl.c
5881         * src/common/ssl.h
5882         * src/common/ssl_certificate.c
5883         * src/common/ssl_certificate.h
5884         * src/common/stringtable.c
5885         * src/common/stringtable.h
5886         * src/common/template.c
5887         * src/common/template.h
5888         * src/common/timing.h
5889         * src/common/utils.c
5890         * src/common/utils.h
5891         * src/common/version.h.in
5892         * src/common/xml.c
5893         * src/common/xml.h
5894         * src/common/xmlprops.c
5895         * src/common/xmlprops.h
5896         * src/gtk/about.c
5897         * src/gtk/colorlabel.c
5898         * src/gtk/colorsel.c
5899         * src/gtk/colorsel.h
5900         * src/gtk/combobox.c
5901         * src/gtk/combobox.h
5902         * src/gtk/description_window.c
5903         * src/gtk/description_window.h
5904         * src/gtk/filesel.c
5905         * src/gtk/filesel.h
5906         * src/gtk/foldersort.c
5907         * src/gtk/foldersort.h
5908         * src/gtk/gtksctree.c
5909         * src/gtk/gtkutils.c
5910         * src/gtk/gtkutils.h
5911         * src/gtk/inputdialog.c
5912         * src/gtk/inputdialog.h
5913         * src/gtk/logwindow.c
5914         * src/gtk/logwindow.h
5915         * src/gtk/manage_window.c
5916         * src/gtk/manage_window.h
5917         * src/gtk/menu.c
5918         * src/gtk/menu.h
5919         * src/gtk/pluginwindow.c
5920         * src/gtk/pluginwindow.h
5921         * src/gtk/prefswindow.c
5922         * src/gtk/prefswindow.h
5923         * src/gtk/progressdialog.c
5924         * src/gtk/progressdialog.h
5925         * src/gtk/sslcertwindow.c
5926         * src/gtk/sslcertwindow.h
5927         * src/plugins/bogofilter/bogofilter.c
5928         * src/plugins/bogofilter/bogofilter.h
5929         * src/plugins/bogofilter/bogofilter_gtk.c
5930         * src/plugins/clamav/clamav_plugin.c
5931         * src/plugins/clamav/clamav_plugin.h
5932         * src/plugins/clamav/clamav_plugin_gtk.c
5933         * src/plugins/demo/demo.c
5934         * src/plugins/dillo_viewer/dillo_prefs.c
5935         * src/plugins/dillo_viewer/dillo_prefs.h
5936         * src/plugins/dillo_viewer/dillo_viewer.c
5937         * src/plugins/pgpcore/passphrase.c
5938         * src/plugins/pgpcore/passphrase.h
5939         * src/plugins/pgpcore/pgp_viewer.c
5940         * src/plugins/pgpcore/pgp_viewer.h
5941         * src/plugins/pgpcore/plugin.c
5942         * src/plugins/pgpcore/select-keys.c
5943         * src/plugins/pgpcore/select-keys.h
5944         * src/plugins/pgpcore/sgpgme.c
5945         * src/plugins/pgpcore/sgpgme.h
5946         * src/plugins/pgpinline/pgpinline.c
5947         * src/plugins/pgpinline/pgpinline.h
5948         * src/plugins/pgpinline/plugin.c
5949         * src/plugins/pgpmime/pgpmime.c
5950         * src/plugins/pgpmime/pgpmime.h
5951         * src/plugins/pgpmime/plugin.c
5952         * src/plugins/spamassassin/spamassassin.c
5953         * src/plugins/spamassassin/spamassassin.h
5954         * src/plugins/spamassassin/spamassassin_gtk.c
5955         * src/plugins/trayicon/trayicon.c
5956                 it's 2007, update the year in the copyright headers
5957
5958 2007-01-03 [paul]       2.6.1cvs95
5959
5960         * src/gtk/about.c
5961                 it is 2007, use it in the copyright string
5962
5963 2007-01-03 [paul]       2.6.1cvs94
5964
5965         * src/html.c
5966                 html entity conversion:
5967                 move &#153; to a more suitable place
5968                 add &bull; and &ndash;
5969                 make sure &mdash; and &#8212; are both
5970                 converted the same
5971
5972 2007-01-02 [colin]      2.6.1cvs93
5973
5974         * src/addrbook.c
5975                 Fix leak
5976         * src/common/plugin.c
5977                 Add comment
5978         * src/etpan/imap-thread.c
5979                 Fix warning
5980
5981 2006-12-31 [paul]       2.6.1cvs92
5982
5983         * src/prefs_summaries.c
5984                 use gtk_button_new_from_stock()
5985
5986 2006-12-30 [colin]      2.6.1cvs91
5987
5988         * src/folder.c
5989         * src/imap_gtk.c
5990         * src/mh_gtk.c
5991                 Don't update filtering and account paths 
5992                 when copying folders
5993
5994 2006-12-30 [colin]      2.6.1cvs90
5995
5996         * src/prefs_compose_writing.c
5997         * src/prefs_quote.c
5998         * src/prefs_template.c
5999                 Use message font for Writing and 
6000                 Quoting prefs, as well as Templates.
6001
6002 2006-12-30 [colin]      2.6.1cvs89
6003
6004         * src/prefs_summaries.c
6005                 Rework GUI; patch by Pawel
6006
6007 2006-12-29 [colin]      2.6.1cvs88
6008
6009         * src/prefs_folder_item.c
6010                 Fix bug 1085, 'Apply to subfolder 
6011                 doesn't work' - I was mistaken saying
6012                 it worked in every case
6013
6014 2006-12-28 [colin]      2.6.1cvs87
6015
6016         * src/gtk/gtkaspell.c
6017                 Don't assert if use_alternate is true
6018                 and alt_dictionary isn't set -- this 
6019                 is what happens on upgrade! Rather,
6020                 do with it.
6021
6022 2006-12-28 [colin]      2.6.1cvs86
6023
6024         * Makefile.am
6025                 Fix desktop/icon simplification
6026
6027 2006-12-28 [colin]      2.6.1cvs85
6028
6029         * Makefile.am
6030                 Make desktop and icon not 
6031                 dependant on the desktop
6032
6033 2006-12-28 [wwp]        2.6.1cvs84
6034
6035         * src/plugins/pgpmime/claws.def
6036                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6037
6038 2006-12-28 [wwp]        2.6.1cvs83
6039
6040         * src/prefs_folder_item.c
6041                 Fix coloring of "simplify subject regexp" (folder prefs),
6042                 which might be left to red whereas the regexp gets empty.
6043
6044 2006-12-28 [wwp]        2.6.1cvs82
6045
6046         * src/prefs_common.c
6047         * src/prefs_common.h
6048         * src/addressbook.c
6049         * src/addressitem.h
6050                 Save addressbook mainwindow's horizontal and vertical splitter position.
6051
6052 2006-12-27 [wwp]        2.6.1cvs81
6053
6054         * src/gtk/gtkaspell.c
6055         * src/gtk/gtkaspell.h
6056         * src/compose.c
6057                 Fix assignment of compose's default and alternate dictionary from
6058                 account or folder settings. Now gtkaspell_change_dict does rotate
6059                 dicts only when it's called from a menu cb.
6060
6061 2006-12-27 [wwp]        2.6.1cvs80
6062
6063         * src/folder_item_prefs.c
6064                 Fix randomly initialized default-alt-dictionary (folder prefs),
6065                 complete 2.6.1cvs72.
6066
6067 2006-12-27 [paul]       2.6.1cvs79
6068
6069         * src/imap_gtk.c
6070         * src/mh_gtk.c
6071                 Add Copy folder in the folder's contextual
6072                 menu
6073
6074 2006-12-27 [wwp]        2.6.1cvs78
6075
6076         * src/imap.c
6077                 Clean up session locking, thanks to Colin.
6078
6079 2006-12-26 [colin]      2.6.1cvs77
6080
6081         * src/statusbar.c
6082                 Revert previous patch
6083
6084 2006-12-26 [colin]      2.6.1cvs76
6085
6086         * src/folder.c
6087         * src/folderview.c
6088         * src/imap.c
6089         * src/statusbar.c
6090         * src/etpan/imap-thread.c
6091                 Fix previous commit warnings
6092                 Make statusbar update every second if total < 20
6093                 Make IMAP APPEND faster by simplifying log              
6094
6095 2006-12-26 [colin]      2.6.1cvs75
6096
6097         * src/folder.c
6098         * src/folder.h
6099         * src/folderview.c
6100         * src/folderview.h
6101         * src/imap_gtk.c
6102         * src/mh_gtk.c
6103                 Make it possible to copy folders accross
6104                 mailboxes (this was an arbitrary limitation).
6105                 Still make it impossible to move folders 
6106                 accross mailboxes.
6107
6108 2006-12-26 [colin]      2.6.1cvs74
6109
6110         * src/etpan/imap-thread.c
6111                 Fix bug 1081, 'claws-mail 
6112                 segfaults when going offline 
6113                 while it transfers mails via 
6114                 imap'
6115
6116 2006-12-26 [colin]      2.6.1cvs73
6117
6118         * src/folder_item_prefs.c
6119                 Don't forget alt dictionary when
6120                 renaming/moving folders
6121
6122 2006-12-26 [wwp]        2.6.1cvs72
6123
6124         * src/folder_item_prefs.c
6125                 Add missing defaults for per-folder alt dict
6126                 (forgotten in 2.6.1cvs61).
6127
6128 2006-12-26 [colin]      2.6.1cvs71
6129
6130         * src/wizard.c
6131                 Add tooltip to state that specifying
6132                 full path to mailbox is possible
6133
6134 2006-12-26 [wwp]        2.6.1cvs70
6135
6136         * src/partial_download.c
6137         * src/gtk/gtkvscrollbutton.c
6138         * src/plugins/pgpinline/plugin.c
6139                 Fix for few compiler warnings that matter.
6140
6141 2006-12-25 [colin]      2.6.1cvs69
6142
6143         * src/partial_download.c
6144                 Fix marking for download or deletion
6145                 when the header isn't the first
6146         * src/gtk/logwindow.c
6147                 Fix start of scrolling
6148
6149 2006-12-23 [paul]       2.6.1cvs68
6150
6151         * src/compose.c
6152                 change last commit to use the 'academic'
6153                 method instead. Thanks to wwp
6154
6155 2006-12-23 [paul]       2.6.1cvs67
6156
6157         * src/compose.c
6158                 don't warn about empty subject when
6159                 redirecting
6160
6161 2006-12-22 [colin]      2.6.1cvs66
6162
6163         * src/summary_search.c
6164                 Fix previous patch
6165
6166 2006-12-22 [colin]      2.6.1cvs65
6167
6168         * src/gtk/gtkutils.c
6169         * src/imap.c
6170         * src/jpilot.c
6171         * src/summary_search.c
6172                 A few warning fixes
6173
6174 2006-12-23 [paul]       
6175
6176         2.7.0-rc2 released
6177
6178 2006-12-22 [colin]      2.6.1cvs64
6179
6180         * src/toolbar.c
6181         * src/toolbar.h
6182                 Add a combo to the learn spam button
6183         * src/plugins/bogofilter/bogofilter.c
6184         * src/plugins/bogofilter/bogofilter_gtk.c
6185         * src/plugins/bogofilter/bogofilter.h
6186                 Allow to store Unsure mails in a specific
6187                 folder to make better teaching easier
6188
6189 2006-12-21 [wwp]        2.6.1cvs63
6190
6191         * src/compose.c
6192         * src/prefs_common.c
6193         * src/prefs_common.h
6194         * src/prefs_spelling.c
6195         * src/gtk/gtkaspell.c
6196         * src/gtk/gtkaspell.h
6197                 Allow spell-checking using both current and alternate dictionaries
6198                 (thanks to Colin).
6199
6200 2006-12-21 [wwp]        2.6.1cvs62
6201
6202         * src/gtk/gtkaspell.c
6203                 Apply recheck_when_changing_dict (highlight all mispelled words)
6204                 when switching to alternate dictionary.
6205
6206 2006-12-21 [wwp]        2.6.1cvs61
6207
6208         * src/compose.c
6209         * src/folder_item_prefs.h
6210         * src/prefs_common.c
6211         * src/prefs_common.h
6212         * src/prefs_folder_item.c
6213         * src/prefs_spelling.c
6214         * src/gtk/gtkaspell.c
6215         * src/gtk/gtkaspell.h
6216                 Add global and per-folder prefs to set the default
6217                 alternate dictionary.
6218
6219 2006-12-21 [colin]      2.6.1cvs60
6220
6221         * src/folder.c
6222                 Look for folders by path in all folders
6223         * src/html.c
6224                 add &mdash;
6225
6226 2006-12-20 [colin]      2.6.1cvs59
6227
6228         * src/gtk/quicksearch.c
6229                 Make sure in_typing is false when clearing
6230
6231 2006-12-20 [wwp]        2.6.1cvs58
6232
6233         * configure.ac
6234                 change manual's target dir to be LFH-compliant (thanks to Colin).
6235
6236 2006-12-20 [wwp]        2.6.1cvs57
6237
6238         * src/prefs_common.c
6239         * src/prefs_summaries.c
6240                 i18n fix and factorize patch, thanks to Fabien.
6241
6242 2006-12-20 [paul]       2.6.1cvs56
6243
6244         * configure.ac
6245                 last of the renaming (??)
6246         * src/main.c
6247                 correct --help info of --status-full
6248         * src/plugins/bogofilter/bogofilter.c
6249                 make FALSE default of whitelist_ab
6250
6251 2006-12-19 [colin]      2.6.1cvs55
6252
6253         * src/jpilot.c
6254                 Same as before, without depending on
6255                 pisock >= 0.12
6256
6257 2006-12-19 [colin]      2.6.1cvs54
6258
6259         * src/jpilot.c
6260                 Fix bug 1059, 'Better jpilot charset 
6261                 handling'. Use libpisync's charset conversion
6262                 if possible
6263
6264 2006-12-19 [colin]      2.6.1cvs53
6265
6266         * po/fr.po
6267                 Updated by Fabien
6268
6269 2006-12-19 [wwp]        2.6.1cvs52
6270
6271         * src/gtk/about.c
6272                 Add missing #include (thanks to Colin).
6273
6274 2006-12-19 [wwp]        2.6.1cvs51
6275
6276         * src/prefs_receive.c
6277                 Better spacing between widgets in prefs.
6278
6279 2006-12-18 [colin]      2.6.1cvs50
6280
6281         * src/imap.c
6282                 Fix failure to get separator on LIST "" ""
6283                 Try LIST "" "INBOX" too.
6284
6285 2006-12-18 [wwp]        2.6.1cvs49
6286
6287         * src/common/session.c
6288                 Fix a compiler warning (thanks to Fabien).
6289
6290 2006-12-18 [wwp]        2.6.1cvs48
6291
6292         * src/compose.c
6293         * src/prefs_quote.c
6294                 Factorize some strings for translation (it's about error
6295                 messages when applying or checking template/quote format).
6296
6297 2006-12-18 [colin]      2.6.1cvs47
6298
6299         * Makefile.am
6300         * src/common/defs.h
6301         * src/gtk/Makefile.am
6302         * src/gtk/about.c
6303                 Add a Release notes tab from the contents of
6304                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6305
6306 2006-12-17 [colin]      2.6.1cvs46
6307
6308         * src/mimeview.c
6309         * src/textview.c
6310         * src/gtk/filesel.c
6311                 Correctly convert from/to UTF8/filename encoding
6312                 when loading and saving files. Probably fixes
6313                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6314                 for a file to attach and is blocked...'
6315
6316 2006-12-17 [colin]      2.6.1cvs45
6317
6318         * src/gtk/logwindow.c
6319                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6320                 IMAP folder and is blocked on main thread': 
6321                 make sure we put utf8 in the log.
6322
6323 2006-12-16 [colin]      2.6.1cvs44
6324
6325         * src/toolbar.c
6326         * src/toolbar.h
6327                 Fix bug 1055, 'Add the 'cancel receive' 
6328                 in the available events for the toolbar buttons'
6329
6330 2006-12-16 [colin]      2.6.1cvs43
6331
6332         * po/POTFILES.in
6333         * src/imap.c
6334         * src/common/nntp.c
6335         * src/common/session.c
6336                 Log error when SSL handshakes fail. 
6337                 Fixes bug 1082, 'incorrect / imprecise 
6338                 error message when imap server provides 
6339                 ssl only through STARTTLS but SSL is 
6340                 selected'
6341
6342 2006-12-15 [wwp]        2.6.1cvs42
6343
6344         * src/plugins/bogofilter/bogofilter_gtk.c
6345                 set proper sensitivity to widgets I've recently added.
6346
6347 2006-12-15 [colin]      
6348
6349         2.7.0-rc1 released
6350
6351 2006-12-15 [wwp]        2.6.1cvs41
6352
6353         * src/plugins/bogofilter/bogofilter.c
6354         * src/plugins/bogofilter/bogofilter.h
6355         * src/plugins/bogofilter/bogofilter_gtk.c
6356                 bogofilter's whitelist can now use a subset of
6357                 the addressbook (either a book, a subfolder of a book,
6358                 or the whole addressbook by using "Any"). Re-used there
6359                 some pref_matcher widgets and mechanisms to match a subset
6360                 of the addressbook.
6361
6362 2006-12-15 [wwp]        2.6.1cvs40
6363
6364         * src/wizard.c
6365         * src/common/plugin.c
6366         * src/common/plugin.h
6367         * src/gtk/about.c
6368         * src/plugins/bogofilter/bogofilter.c
6369         * src/plugins/clamav/clamav_plugin.c
6370         * src/plugins/demo/demo.c
6371         * src/plugins/dillo_viewer/dillo_viewer.c
6372         * src/plugins/pgpcore/plugin.c
6373         * src/plugins/pgpinline/plugin.c
6374         * src/plugins/pgpmime/plugin.c
6375         * src/plugins/spamassassin/spamassassin.c
6376         * src/plugins/trayicon/trayicon.c
6377                 factorize some translatable strings (plugins-related),
6378                 fix missing punctuation in several places,
6379                 remove useless translatable \n in about.c,
6380                 and factorize plugin init code w/ a new function
6381                 check_plugin_version() in common/plugin.c.
6382                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6383
6384 2006-12-15 [wwp]        2.6.1cvs39
6385
6386         * src/plugins/bogofilter/bogofilter.c
6387         * src/plugins/bogofilter/bogofilter_gtk.c
6388                 flag whitelisted spams as spam, but don't filter it to the spam
6389                 folder. Thanks to Colin.
6390
6391 2006-12-15 [ticho]      2.6.1cvs38
6392
6393         * src/plugins/bogofilter/bogofilter.c
6394         * src/plugins/bogofilter/bogofilter.h
6395         * src/plugins/bogofilter/bogofilter_gtk.c
6396                 Add option to whitelist senders found in addressbook. Patch by colin.
6397
6398 2006-12-15 [paul]       2.6.1cvs37
6399
6400         * src/folderview.c
6401                 add missing #include "log.h"
6402
6403 2006-12-15 [paul]       2.6.1cvs36
6404
6405         * src/plugins/bogofilter/bogofilter.c
6406         * src/plugins/bogofilter/bogofilter.h
6407         * src/plugins/bogofilter/bogofilter_gtk.c
6408                 Add an option to allow inserting an
6409                 X-Claws-Bogosity header (on MH folders
6410                 only). Patch by Colin
6411
6412 2006-12-14 [colin]      2.6.1cvs35
6413
6414         * src/main.c
6415                 "Yes" should be the default choice for
6416                 migration configuration
6417
6418 2006-12-14 [paul]       2.6.1cvs34
6419
6420         * src/prefs_summaries.c
6421         * manual/advanced.xml
6422                 Unhide mark_as_read_delay
6423
6424 2006-12-14 [paul]       2.6.1cvs33
6425
6426         * src/messageview.c
6427         * src/messageview.h
6428         * src/mimeview.c
6429         * src/mimeview.h
6430         * src/summaryview.c
6431         * src/textview.c
6432         * src/textview.h
6433                 Fix printing of selection
6434                 Fix printing of message parts
6435                 Fix printing of images
6436         * src/gtk/gtksourceprintjob.c
6437                 Fix page count when there are images
6438
6439 2006-12-14 [wwp]        2.6.1cvs32
6440
6441         * src/mainwindow.c
6442         * src/summaryview.c
6443         * src/summaryview.h
6444         * src/gtk/quicksearch.c
6445                 fix quicksearch 'magnify' button status when QS is closed
6446                 using the Escape key, thanks to Colin.
6447
6448 2006-12-14 [wwp]        2.6.1cvs31
6449
6450         * src/mainwindow.c
6451         * src/summaryview.c
6452         * src/summaryview.h
6453         * src/gtk/quicksearch.c
6454                 fix quicksearch 'magnify' button status when QS is closed
6455                 using the Escape key, thanks to Colin.
6456
6457 2006-12-13 [colin]      2.6.1cvs30
6458
6459         * src/ldapquery.c
6460         * src/ldaputil.c
6461                 Use the binary safe version of ldap_get_values,
6462                 to make sure we manipulate null-terminated 
6463                 strings. Maybe fixes bug 1075, 'claws mail 
6464                 segfault when completing ldap adresses'
6465         * src/syldap.c ** REMOVED **
6466         * src/syldap.h ** REMOVED **
6467                 Remove dead files
6468
6469 2006-12-13 [mones]      2.6.1cvs29
6470
6471         * po/es.po
6472                 Fixed piped strings, fixed click translation
6473
6474 2006-12-13 [paul]       2.6.1cvs28
6475
6476         * src/main.c
6477                 don't translate these strings
6478
6479 2006-12-13 [paul]       2.6.1cvs27
6480
6481         * po/en_GB.po
6482                 updated
6483
6484 2006-12-13 [colin]      2.6.1cvs26
6485
6486         * src/main.c
6487         * src/main.h
6488                 Add claws_is_starting()
6489
6490 2006-12-13 [mones]      2.6.1cvs25
6491
6492         * manual/es/advanced.xml
6493         * po/es.po
6494                 Synced manual and updated translation
6495
6496 2006-12-12 [colin]      2.6.1cvs24
6497
6498         * src/wizard.c
6499                 Add an option to use STARTTLS in the
6500                 welcome wizard. Fixes bug 1080, 
6501                 'Using SSL option in wizard for incoming 
6502                 server does not activate SSL with STARTTLS'
6503
6504 2006-12-12 [colin]      2.6.1cvs23
6505
6506         * src/main.c
6507                 Don't exit when there's an incomplete
6508                 mailbox configured - leaves a chance 
6509                 to fix a failing IMAP account. Exit
6510                 if no mailbox at all is loaded (case
6511                 of missing plugin).
6512                 Completes bug 1077's fix (I was wrong
6513                 in this bug's comment #3).
6514
6515 2006-12-12 [colin]      2.6.1cvs22
6516
6517         * src/gtk/menu.h
6518                 Add another menu data type
6519         * src/prefs_account.c
6520                 Complete the completion of bug 1076
6521                 (doesn't lose the pref on apply)
6522
6523 2006-12-12 [paul]       2.6.1cvs21
6524
6525         * src/prefs_account.c
6526                 complete the fix of bug 1076
6527                 also be more verbose with the text
6528
6529 2006-12-12 [paul]       2.6.1cvs20
6530
6531         * src/gtk/combobox.c
6532                 fix compilation warning
6533
6534 2006-12-11 [colin]      2.6.1cvs19
6535
6536         * src/wizard.c
6537                 Document :port in server entry tooltips
6538
6539 2006-12-11 [colin]      2.6.1cvs18
6540
6541         * src/main.c
6542                 Fix compile
6543
6544 2006-12-11 [colin]      2.6.1cvs17
6545
6546         * src/main.c
6547                 Add failing IMAP as a reason for no
6548                 mailbox
6549
6550 2006-12-11 [colin]      2.6.1cvs16
6551
6552         * src/prefs_account.c
6553                 Check for existence of inbox for local
6554                 accounts too
6555         * src/wizard.c
6556                 Allow setting the port to use for servers
6557                 by using the usual "server.example.com:port"
6558                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6559                 not start when IMAP server is unavailable'
6560
6561 2006-12-11 [colin]      2.6.1cvs15
6562
6563         * src/prefs_account.c
6564                 Prevent use of non-existing default inbox
6565
6566 2006-12-11 [colin]      2.6.1cvs14
6567
6568         * src/prefs_account.c
6569                 Fix sensitivity. Fixes bug 1076, 'privacy 
6570                 options are displayed even when pgp plugin 
6571                 not loaded / available'
6572
6573 2006-12-09 [colin]      2.6.1cvs13
6574
6575         * manual/advanced.xml
6576         * src/prefs_common.c
6577         * src/prefs_common.h
6578         * src/common/ssl_certificate.c
6579                 Add a new hidden preference, 'unsafe_ssl_certs',
6580                 which allows to store multiple certificates per
6581                 server/port. This is disabled by default because
6582                 it's less secure (presenting a new certificate
6583                 instead of a changed one raises less alarms).
6584                 This will cause Claws to ask about an unknown
6585                 certificate for people who have used 2.6.1cvs8
6586                 or greater.
6587
6588 2006-12-09 [colin]      2.6.1cvs12
6589
6590         * src/action.c
6591                 Fix cache updating after action
6592
6593 2006-12-07 [wwp]        2.6.1cvs11
6594
6595         * src/compose.c
6596                 fix email address comparison when replying to all
6597                 (avoid replying to ourselves), thanks to Colin.
6598
6599 2006-12-06 [paul]       2.6.1cvs10
6600
6601         * src/addrharvest.c
6602         * src/editldap.c
6603         * src/expldifdlg.c
6604         * src/news.c
6605         * src/toolbar.c
6606         * src/common/utils.c
6607                 ...and more renaming
6608                 Thanks to Colin
6609
6610 2006-12-06 [paul]       2.6.1cvs9
6611
6612         * src/compose.c
6613         * src/messageview.c
6614         * src/procheader.c
6615         * src/procmime.c
6616         * src/procmsg.c
6617         * src/textview.c
6618                 more renaming
6619                 Thanks to Colin
6620
6621 2006-12-06 [colin]      2.6.1cvs8
6622
6623         * src/ssl_manager.c
6624         * src/common/ssl_certificate.c
6625         * src/common/ssl_certificate.h
6626                 Handle multiple certificates per host/port
6627
6628 2006-12-06 [colin]      2.6.1cvs7
6629
6630         * src/etpan/imap-thread.c
6631                 Fix certificate checking on IMAP
6632
6633 2006-12-06 [colin]      2.6.1cvs6
6634
6635         * src/folderview.c
6636                 Fix bug 1072, 'Claws stops fetching newsgroups 
6637                 from server when newsgroup got deleted': continue
6638                 checking other groups
6639
6640 2006-12-05 [wwp]        2.6.1cvs5
6641
6642         * src/message_search.c
6643         * src/summary_search.c
6644         * src/gtk/combobox.c
6645         * src/gtk/combobox.h
6646         * src/gtk/gtkutils.c
6647         * src/gtk/gtkutils.h
6648                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6649                 behave like w/ old comboboxes (summary and message search only).
6650
6651 2006-12-05 [paul]       2.6.1cvs4
6652
6653         * src/wizard.c
6654                 encode headers
6655                 Thanks to Colin
6656
6657 2006-12-05 [paul]       2.6.1cvs3
6658
6659         * tools/README
6660         * tools/textviewer.pl
6661                 script updated and description added
6662
6663 2006-12-04 [colin]      2.6.1cvs2
6664
6665         * src/compose.c
6666                 Run pre-send hook only when checking
6667                 everything
6668
6669 2006-12-04 [paul]       2.6.1cvs1
6670
6671         * NEWS
6672         * README
6673         * RELEASE_NOTES
6674         * configure.ac
6675         * tools/README
6676                 bump up version number following stable release
6677
6678 2006-12-04 [paul]       2.6.0cvs83
6679
6680         * README
6681                 updates and corrections
6682
6683 2006-12-04 [colin]      2.6.0cvs82
6684
6685         * src/common/utils.c
6686                 Probably fix bug 1066, 'Incorrect mailbox 
6687                 size displayed'
6688
6689 2006-12-04 [colin]      2.6.0cvs81
6690
6691         * src/common/utils.c
6692                 Trim tabs from mailcap file too.
6693
6694 2006-12-02 [paul]       2.6.0cvs80
6695
6696         * src/exphtmldlg.c
6697                 fix broken GUI under certain languages
6698         * src/expldifdlg.c
6699                 put the Cancel button to the right
6700
6701 2006-12-01 [paul]       2.6.0cvs79
6702
6703         * tools/Makefile.am
6704                 remove reference to removed file
6705
6706 2006-12-01 [wwp]        2.6.0cvs78
6707
6708         * src/addressbook.c
6709         * src/editaddress.c
6710                 remove forgotten debug statements.
6711
6712 2006-12-01 [wwp]        2.6.0cvs77
6713
6714         * manual/advanced.xml
6715         * manual/fr/advanced.xml
6716         * src/addressbook.c
6717         * src/addressbook.h
6718         * src/addressitem.h
6719         * src/editaddress.c
6720         * src/editaddress.h
6721         * src/prefs_common.c
6722         * src/prefs_common.h
6723         * src/gtk/gtkutils.c
6724         * src/gtk/gtkutils.h
6725                 add a hidden option to allow embedding the editaddress (edit contact details)
6726                 dialog into the addressbook's window. This doesn't change the default
6727                 behaviour.
6728
6729 2006-12-01 [wwp]        2.6.0cvs76
6730
6731         * src/message_search.c
6732         * src/summary_search.c
6733                 fix more focus issues (don't set focus to combobox's entry widget when
6734                 entry's value changed, if entry widget has focus already).
6735
6736 2006-12-01 [wwp]        2.6.0cvs75
6737
6738         * src/gtk/quicksearch.c
6739                 revert last changes to the quicksearch gtk_combo_box, this needs more
6740                 tuning and testing.
6741
6742 2006-12-01 [paul]       2.6.0cvs74
6743
6744         * tools/kdeservicemenu/README
6745         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6746         * tools/kdeservicemenu/install.sh
6747         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6748         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6749                 simplify this stuff, and in so doing,
6750                 fix it. (possibly re-extend it again at
6751                 a later date)
6752
6753 2006-12-01 [wwp]        2.6.0cvs73
6754
6755         * src/gtk/quicksearch.c
6756                 adapt quicksearch code to use modern gtk_combo_box'es.
6757
6758 2006-12-01 [wwp]        2.6.0cvs72
6759
6760         * src/common/defs.h
6761         * src/prefs_common.c
6762         * src/prefs_common.h
6763         * src/message_search.c
6764         * src/summary_search.c
6765         * src/gtk/combobox.c
6766         * src/gtk/combobox.h
6767                 add history combos to all message and summary search fields.
6768
6769 2006-12-01 [wwp]        2.6.0cvs71
6770
6771         * src/summaryview.c
6772                 As the list may change while the mark as read delay
6773                 runs, we can't rely on the 'row' pointer, which can
6774                 be invalid when the timeout is called. As the mark
6775                 as read is only done if the message is still selected,
6776                 use summaryview->selected instead. Thanks to Colin.
6777
6778 2006-11-30 [paul]       2.6.0cvs70
6779
6780         * src/textview.c
6781                 give emphasis to "Sylpheed-Claws"
6782                 as well as "Claws Mail"
6783
6784 2006-11-30 [colin]      2.6.0cvs69
6785
6786         * src/wizard.c
6787                 Put the SSL checkboxes in the receiving
6788                 and sending server pages.
6789
6790 2006-11-29 [colin]      2.6.0cvs68
6791
6792         * src/gtk/gtkutils.c
6793         * src/gtk/gtkvscrollbutton.c
6794                 Revert some deprecated fixes - they seem to
6795                 deprecate stuff as soon as a new one gets out.
6796                 g_object_ref_sink needed glib-2.10.
6797
6798 2006-11-29 [colin]      2.6.0cvs67
6799
6800         * src/common/utils.c
6801                 Create .mailcap if it doesn't exist
6802
6803 2006-11-29 [colin]      2.6.0cvs66
6804
6805         * src/compose.c
6806                 Followup to cvs60: use original list
6807                 of recipients if replying to a mail
6808                 in Sent Drafts or Queue.
6809
6810 2006-11-27 [paul]       2.6.0cvs65
6811
6812         * src/image_viewer.c
6813                 revert the last change for now (it's broken)
6814
6815 2006-11-27 [paul]       2.6.0cvs64
6816
6817         * Makefile.am
6818         * configure.ac
6819         * m4/aclocal-include.m4
6820         * m4/check-type.m4
6821         * src/Makefile.am
6822         * src/addr_compl.c
6823         * src/compose.c
6824         * src/crash.c
6825         * src/export.c
6826         * src/exporthtml.c
6827         * src/exportldif.c
6828         * src/imap.c
6829         * src/import.c
6830         * src/main.c
6831         * src/main.h
6832         * src/matcher.c
6833         * src/mimeview.c
6834         * src/procmsg.c
6835         * src/textview.c
6836         * src/common/Makefile.am
6837         * src/common/claws.c
6838         * src/common/claws.h
6839         * src/common/ssl.c
6840         * src/common/sylpheed.c
6841         * src/common/sylpheed.h
6842         * src/etpan/Makefile.am
6843         * src/gtk/Makefile.am
6844         * src/gtk/claws-marshal.list
6845         * src/gtk/filesel.c
6846         * src/gtk/gtksctree.c
6847         * src/gtk/quicksearch.c
6848         * src/gtk/sylpheed-marshal.list
6849         * src/plugins/bogofilter/bogofilter.c
6850         * src/plugins/bogofilter/bogofilter_gtk.c
6851         * src/plugins/clamav/clamav_plugin.c
6852         * src/plugins/clamav/clamav_plugin_gtk.c
6853         * src/plugins/demo/demo.c
6854         * src/plugins/dillo_viewer/dillo_viewer.c
6855         * src/plugins/pgpcore/Makefile.am
6856         * src/plugins/pgpcore/claws.def
6857         * src/plugins/pgpcore/pgp_viewer.c
6858         * src/plugins/pgpcore/plugin.c
6859         * src/plugins/pgpcore/sylpheed.def
6860         * src/plugins/pgpinline/Makefile.am
6861         * src/plugins/pgpinline/claws.def
6862         * src/plugins/pgpinline/plugin.c
6863         * src/plugins/pgpinline/sylpheed.def
6864         * src/plugins/pgpmime/Makefile.am
6865         * src/plugins/pgpmime/claws.def
6866         * src/plugins/pgpmime/plugin.c
6867         * src/plugins/pgpmime/sylpheed.def
6868         * src/plugins/spamassassin/spamassassin.c
6869         * src/plugins/spamassassin/spamassassin_gtk.c
6870         * src/plugins/trayicon/trayicon.c
6871                 yet more renaming
6872                 remove deprecated gtk_tooltips_set_delay()
6873
6874 2006-11-26 [paul]       2.6.0cvs63
6875
6876         * src/expldifdlg.c
6877         * src/folderview.c
6878         * src/image_viewer.c
6879         * src/mainwindow.c
6880         * src/gtk/gtkutils.c
6881         * src/gtk/gtkvscrollbutton.c
6882         * src/gtk/prefswindow.c
6883         * src/plugins/pgpcore/prefs_gpg.c
6884                 replace more deprecated GTK+ functions
6885
6886 2006-11-26 [paul]       2.6.0cvs62
6887
6888         * src/addr_compl.c
6889         * src/addressbook.c
6890         * src/browseldap.c
6891                 replace deprecated gtk_idle_... functions
6892
6893 2006-11-26 [paul]       2.6.0cvs61
6894
6895         * src/compose.c
6896         * src/folderview.c
6897         * src/inc.c
6898         * src/summaryview.c
6899         * src/gtk/gtkvscrollbutton.c
6900         * src/gtk/quicksearch.c
6901         * src/plugins/pgpcore/passphrase.c
6902                 replace deprecated gtk_timeout_add and
6903                 gtk_timeout_remove
6904
6905 2006-11-26 [paul]       2.6.0cvs60
6906
6907         * src/compose.c
6908                 fix bug that caused the wrong recipient
6909                 to be selected when replying to a msg
6910                 which is From one of our accounts to
6911                 another of our accounts
6912
6913 2006-11-25 [paul]       2.6.0cvs59
6914
6915         * src/summaryview.c
6916                 don't change the From column title to
6917                 To if the To column is visible
6918
6919 2006-11-24 [paul]       2.6.0cvs58
6920
6921         * src/compose.c
6922                 fix bug 1069, 'Sent mails disappear, BCC
6923                 or locking problem?'
6924
6925 2006-11-21 [wwp]        2.6.0cvs57
6926
6927         * src/compose.c
6928                 fix spelling menu when replying (same as 2.3.1cvs39):
6929                 discrepancy between context menu and top menu when
6930                 folder's dictionary isn't the default one.
6931
6932 2006-11-19 [paul]       2.6.0cvs56
6933
6934         * src/summaryview.c
6935                 obey always_show_msg option when
6936                 marking as spam
6937         * src/plugins/bogofilter/bogofilter.c
6938                 fix typo
6939
6940 2006-11-18 [paul]       2.6.0cvs55
6941
6942         * AUTHORS
6943         * README
6944         * debian/copyright
6945         * manual/ack.xml
6946         * manual/es/ack.xml
6947         * manual/fr/ack.xml
6948         * manual/pl/ack.xml
6949         * src/gtk/authors.h
6950         * src/gtk/icon_legend.c
6951         * src/gtk/icon_legend.h
6952         * tools/OOo2claws-mail.pl
6953         * tools/README
6954         * tools/acroread2claws-mail.pl
6955         * tools/claws.i18n.status.pl
6956         * tools/filter_conv.pl
6957         * tools/filter_conv_new.pl
6958         * tools/freshmeat_search.pl
6959         * tools/google_search.pl
6960         * tools/kmail2claws-mail.pl
6961         * tools/kmail2claws-mail_v2.pl
6962         * tools/maildir2claws-mail.pl
6963         * tools/make.themes.project
6964         * tools/multiwebsearch.pl
6965         * tools/outlook2claws-mail.pl
6966         * tools/tb2claws-mail
6967         * tools/kdeservicemenu/README
6968         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6969                 update mine and wwp's email addresses in
6970                 several places
6971                 Patch by wwp
6972         * src/prefs_compose_writing.c
6973                 set sensitivity on 'new message format' frame
6974
6975 2006-11-17 [paul]       2.6.0cvs54
6976
6977         * src/gtk/about.c
6978                 more reworking of the GUI
6979                 Patch by Fabien Vantard
6980
6981 2006-11-16 [paul]       2.6.0cvs53
6982
6983         * src/gtk/about.c
6984                 set a minimum size for the window, allow
6985                 it to automatically expand as necessary
6986
6987 2006-11-16 [wwp]        2.6.0cvs52
6988
6989         * src/gtk/about.c
6990                 better wrap of copyright info on some systems.
6991
6992 2006-11-16 [paul]       2.6.0cvs51
6993
6994         * src/gtk/about.c
6995                 move the tech info from the upper panel
6996                 to the Info tab
6997                 use a gtk_text_view for the features tab
6998
6999 2006-11-16 [paul]       2.6.0cvs50
7000
7001         * po/Makevars
7002                 update my email address
7003         * src/addressbook.c
7004         * src/compose.c
7005         * src/imap_gtk.c
7006         * src/mh_gtk.c
7007         * src/news_gtk.c
7008         * src/summaryview.c
7009         * src/plugins/trayicon/trayicon.c
7010                 don't offer simple menu separators
7011                 for translation
7012         * src/folderview.c
7013                 add separator between 'mark all read'
7014                 and 'search folder'
7015
7016 2006-11-15 [wwp]        2.6.0cvs49
7017
7018         * src/gtk/authors.h
7019                 updated manuals authors.
7020
7021 2006-11-14 [paul]       2.6.0cvs48
7022
7023         * src/compose.c
7024                 Fix Options/Reply mode after draft save
7025
7026 2006-11-14 [paul]       2.6.0cvs47
7027
7028         * src/Makefile.am
7029                 Fix make DESTDIR=...
7030         * src/mbox.c
7031                 Optimise speed
7032         * src/plugins/pgpinline/pgpinline.c
7033                 Probably fix bug 1061
7034
7035 2006-11-14 [paul]       2.6.0cvs46
7036
7037         * po/Makevars
7038                 enable Q_ macro
7039         * src/Makefile.am
7040         * src/stock_pixmap.c
7041         * src/stock_pixmap.h
7042         * src/gtk/about.c
7043         * src/pixmaps/active.xpm
7044         * src/pixmaps/inactive.xpm
7045                 add a new page, 'Features', to the About dialog
7046                 showing which features are compiled in and which
7047                 are not
7048
7049 2006-11-14 [paul]       2.6.0cvs45
7050
7051         * po/ru.po
7052                 updated by Pavlo Bohmat
7053
7054 2006-11-14 [colin]      2.6.0cvs44
7055
7056         * src/compose.c
7057         * src/inc.c
7058         * src/messageview.c
7059         * src/news.c
7060         * src/pop.c
7061         * src/procmsg.c
7062         * src/gtk/gtkaspell.c
7063                 Fix 64-bit-related warnings
7064         * src/ssl_manager.c
7065                 Fix possible infinite loop
7066         * src/plugins/pgpcore/sgpgme.c
7067                 Remove useless check
7068
7069 2006-11-13 [colin]      2.6.0cvs43
7070
7071         * src/gtk/Makefile.am
7072                 authors.h isn't generated
7073
7074 2006-11-13 [colin]      2.6.0cvs42
7075
7076         * src/plugins/pgpinline/pgpinline.c
7077         * src/plugins/pgpmime/pgpmime.c
7078                 Very probably fix bug 1061, 'crash on 
7079                 opening signed email'. Another cast
7080                 problem
7081
7082 2006-11-13 [colin]      2.6.0cvs41
7083
7084         * src/plugins/pgpcore/sgpgme.c
7085                 Maybe fix bug 1061, 'crash on opening 
7086                 signed email'
7087
7088 2006-11-13 [wwp]        2.6.0cvs40
7089
7090         * src/plugins/pgpinline/pgpinline.c
7091                 fix candidate for bug #1057, thanks to Colin.
7092
7093 2006-11-13 [wwp]        2.6.0cvs39
7094
7095         * src/compose.c
7096         * src/quote_fmt_parse.y
7097                 fix bug 1052: current parser buffer was not always 
7098                 allocated, ptr to this buffer could be returned as 
7099                 NULL whereas no parser error has occurred. in 
7100                 consequence, defining a template body as "%d" 
7101                 (w/o the quotes) for the first time of the instance 
7102                 of claws-mail, was reporting a parser error. make 
7103                 sure that the buffer is always allocated, even to 
7104                 an empty string.
7105                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7106                 unescaping of the fmt string was always done 
7107                 whereas it must be done *only* when receiving 
7108                 quote format strings issued from the prefs 
7109                 (compose new message, reply, forward, redirect 
7110                 formats), *not* when applying templates.  in 
7111                 consequences, applying templates w/ sequences 
7112                 like \\|p{echo} were failing. make sure that 
7113                 unescaping is done only when necessary.
7114
7115 2006-11-12 [colin]      2.6.0cvs38
7116
7117         * po/de.po
7118                 Fix typo (s/KB/MB)
7119
7120 2006-11-12 [colin]      2.6.0cvs37
7121
7122         * src/plugins/pgpinline/pgpinline.c
7123         * src/plugins/pgpmime/pgpmime.c
7124                 Release GPG context at the latest 
7125                 possible moment. Maybe fixes 
7126                 bug 1057, 'crash on sending signed 
7127                 message to a newsgroup'
7128                 
7129
7130 2006-11-12 [colin]      2.6.0cvs36
7131
7132         * src/plugins/pgpcore/sgpgme.c
7133                 Tell a bit more when gpg's status doesn't
7134                 contain any signature
7135
7136 2006-11-12 [colin]      2.6.0cvs35
7137
7138         * src/compose.c
7139                 Fix bug 1060, 'compilation error with 
7140                 Irix's cc'
7141
7142 2006-11-12 [paul]       2.6.0cvs34
7143
7144         * doc/man/claws-mail.1
7145         * src/prefs_gtk.c
7146         * src/plugins/clamav/README
7147         * src/plugins/spamassassin/README
7148         * tools/README
7149         * tools/freshmeat_search.pl
7150         * tools/google_search.pl
7151         * tools/multiwebsearch.pl
7152                 more renaming
7153         * src/plugins/trayicon/trayicon.c
7154                 fix compiliation warning
7155
7156 2006-11-11 [colin]      2.6.0cvs33
7157
7158         * src/folderview.c
7159                 Forbid drag and drop from/to different
7160                 folders of type F_UNKNOWN
7161
7162 2006-11-11 [colin]      2.6.0cvs32
7163
7164         * src/plugins/pgpinline/pgpinline.c
7165                 Fix typo in previous commit:
7166                 - gpgme_new(&ctx);
7167                 + if ((err = gpgme_new(&data->ctx)) ...)
7168
7169 2006-11-11 [colin]      2.6.0cvs31
7170
7171         * src/plugins/pgpinline/pgpinline.c
7172         * src/plugins/pgpmime/pgpmime.c
7173                 Check success after calling gpgme_new
7174                 Maybe fixes bug 1057, 'crash on sending 
7175                 signed message to a newsgroup'
7176
7177 2006-11-11 [colin]      2.6.0cvs30
7178
7179         * src/undo.c
7180                 init undostruct to 0s (from
7181                 valgrind log of bug 1057)
7182
7183 2006-11-10 [colin]      2.6.0cvs29
7184
7185         * src/mainwindow.c
7186                 Set cursor to wait before filtering
7187                 duplicates in all folders
7188         * src/plugins/bogofilter/bogofilter.c
7189         * src/plugins/bogofilter/bogofilter.h
7190         * src/plugins/bogofilter/bogofilter_gtk.c
7191                 Completely thread away the bogofilter
7192                 filtering
7193
7194 2006-11-10 [mones]      2.6.0cvs28
7195
7196         * src/compose.c
7197         * src/compose.h
7198                 added COMPOSE_CHECK_BEFORE_SEND hook
7199
7200 2006-11-10 [paul]       2.6.0cvs27
7201
7202         * src/crash.c
7203                 more renaming
7204                 add libSM to get_compiled_in_features()
7205         * src/main.c
7206                 more renaming
7207
7208 2006-11-10 [colin]      2.6.0cvs26
7209
7210         * src/etpan/imap-thread.c
7211                 Add a reference to libetpan's sasl engine
7212                 so that sasl_done() doesn't get called by
7213                 libetpan, and doesn't break openssl.
7214                 Should fix bug 1053, 'SC fails to reestablish 
7215                 a secure connection'
7216                 Patch by Hoa
7217
7218 2006-11-10 [colin]      2.6.0cvs25
7219
7220         * manual/addrbook.xml
7221         * manual/advanced.xml
7222         * manual/faq.xml
7223         * manual/intro.xml
7224                 Some more renaming
7225
7226 2006-11-09 [colin]      2.6.0cvs24
7227
7228         * src/plugins/bogofilter/bogofilter_gtk.c
7229                 Add comment about annoyance
7230
7231 2006-11-09 [colin]      2.6.0cvs23
7232
7233         * src/plugins/bogofilter/bogofilter.c
7234         * src/plugins/bogofilter/bogofilter_gtk.c
7235                 Prepare things needed to thread bogofilter
7236                 filtering: separate bogo stuff and possible GUI
7237                 stuff. 
7238
7239 2006-11-09 [colin]      2.6.0cvs22
7240
7241         * src/account.c
7242         * src/compose.c
7243                 Search for one of our accounts in Delivered-To
7244                 (helps for auto-account selection when 
7245                  replying/forwarding)
7246         * src/folderview.c
7247         * src/mainwindow.c
7248         * src/mainwindow.h
7249         * src/plugins/trayicon/trayicon.c
7250                 Allow opening a new mail with any account from
7251                 the contextual menu
7252
7253 2006-11-09 [wwp]        2.6.0cvs21
7254
7255         * src/compose.c
7256         * src/prefs_common.c
7257         * src/prefs_common.h
7258         * src/prefs_compose_writing.c
7259                 add a compose new message format (in prefs/compose/writing), it's a
7260                 simple subject+body template to use when opening a new composition
7261                 window. It's similar to the existent reply and forward formats.
7262
7263                 enhanced the template/format % symbols substitution mechanism to
7264                 use current composition window information when % are used in
7265                 the compose new message format or in templates applied to new
7266                 messages (there were useless in that situations before). When
7267                 applied to new messages, %d corresponds to the system time/date.
7268
7269 2006-11-09 [paul]       2.6.0cvs20
7270
7271         * src/gtk/authors.h
7272                 fix last commit
7273
7274 2006-11-09 [paul]       2.6.0cvs19
7275
7276         * src/gtk/authors.h
7277                 keep tje alphabetical order
7278
7279 2006-11-08 [colin]      2.6.0cvs18
7280
7281         * src/etpan/imap-thread.c
7282                 Fix bug 1054, 'Slowness logging big 
7283                 data chunks'
7284
7285 2006-11-08 [paul]       2.6.0cvs17
7286
7287         * tools/Makefile.am
7288                 fix the renaming
7289
7290 2006-11-08 [paul]       2.6.0cvs16
7291
7292         * src/common/defs.h
7293                 update BUGZILLA_URI
7294
7295 2006-11-08 [paul]       2.6.0cvs15
7296
7297         * tools/Makefile.am
7298         * tools/OOo2claws-mail.pl
7299         * tools/OOo2sylpheed.pl
7300         * tools/README
7301         * tools/acroread2claws-mail.pl
7302         * tools/acroread2sylpheed.pl
7303         * tools/kmail2claws-mail.pl
7304         * tools/kmail2claws-mail_v2.pl
7305         * tools/kmail2sylpheed.pl
7306         * tools/kmail2sylpheed_v2.pl
7307         * tools/maildir2claws-mail.pl
7308         * tools/maildir2sylpheed.pl
7309         * tools/nautilus2claws-mail.sh
7310         * tools/nautilus2sylpheed.sh
7311         * tools/outlook2claws-mail.pl
7312         * tools/outlook2sylpheed.pl
7313         * tools/tb2claws-mail
7314         * tools/tb2sylpheed
7315         * tools/tbird2claws.py
7316         * tools/tbird2syl.py
7317         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7318         * tools/kdeservicemenu/install.sh
7319         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7320         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7321         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7322         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7323         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7324                 renamed (removed, added) tools files
7325
7326 2006-11-08 [paul]       2.6.0cvs14
7327
7328         * src/main.c
7329         * src/common/defs.h
7330                 Migrate sylpheedrc to clawsrc, and fix the standard
7331                 plugins path in the process
7332
7333 2006-11-07 [colin]      2.6.0cvs13
7334
7335         * src/Makefile.am
7336                 Symlink sylpheed-claws relative to 
7337                 claws-mail
7338
7339 2006-11-07 [colin]      2.6.0cvs12
7340
7341         * src/compose.c
7342                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7343
7344 2006-11-07 [paul]       2.6.0cvs11
7345
7346         * src/gtk/about.c
7347                 Fix a missed occurence of
7348                 Sylpheed-Claws
7349
7350 2006-11-07 [paul]       2.6.0cvs10
7351
7352         * src/Makefile.am
7353                 Fix symlink installation
7354
7355 2006-11-07 [paul]       2.6.0cvs9
7356
7357         * src/Makefile.am
7358                 Symlink claws-mail to sylpheed-claws
7359         * src/common/utils.c
7360                 Fix migrating symlinks
7361         * src/etpan/imap-thread.c
7362                 check certificate only when there's
7363                 no error
7364
7365 2006-11-07 [paul]       2.6.0cvs8
7366
7367         * Makefile.am
7368                 Fix icon breakages with Gtk, which needs a 
7369                 cache updated to see them.
7370
7371 2006-11-07 [paul]       2.6.0cvs7
7372
7373         * .cvsignore
7374         * AUTHORS
7375         * COPYING
7376         * INSTALL
7377         * Makefile.am
7378         * NEWS
7379         * README
7380         * RELEASE_NOTES
7381         * autogen.sh
7382         * claws-mail-128x128.png
7383         * claws-mail-64x64.png
7384         * claws-mail.ico
7385         * claws-mail.pc.in
7386         * claws-mail.png
7387         * configure.ac
7388         * sylpheed-claws-128x128.png
7389         * sylpheed-claws-64x64.png
7390         * sylpheed-claws.desktop
7391         * sylpheed-claws.ico
7392         * sylpheed-claws.pc.in
7393         * sylpheed-claws.png
7394         * debian/README.Debian
7395         * debian/changelog
7396         * debian/claws-mail.desktop
7397         * debian/claws-mail.menu
7398         * debian/claws-mail.postinst.debhelper
7399         * debian/claws-mail.postrm.debhelper
7400         * debian/control
7401         * debian/copyright
7402         * debian/files
7403         * debian/rules
7404         * debian/sylpheed-claws.desktop
7405         * debian/sylpheed-claws.menu
7406         * debian/sylpheed-claws.postinst.debhelper
7407         * debian/sylpheed-claws.postrm.debhelper
7408         * doc/man/Makefile.am
7409         * doc/man/claws-mail.1
7410         * doc/man/sylpheed-claws.1
7411         * doc/src/ChangeLog.claws-pre0.8.0
7412         * manual/Makefile.am
7413         * manual/account.xml
7414         * manual/ack.xml
7415         * manual/addrbook.xml
7416         * manual/advanced.xml
7417         * manual/claws-mail-manual.xml
7418         * manual/faq.xml
7419         * manual/glossary.xml
7420         * manual/handling.xml
7421         * manual/intro.xml
7422         * manual/keyboard.xml
7423         * manual/plugins.xml
7424         * manual/starting.xml
7425         * manual/sylpheed-claws-manual.xml
7426         * manual/xml2pdf
7427         * manual/dist/.cvsignore
7428         * manual/dist/html/.cvsignore
7429         * manual/dist/html/Makefile.am
7430         * manual/dist/pdf/.cvsignore
7431         * manual/dist/pdf/Makefile.am
7432         * manual/dist/ps/.cvsignore
7433         * manual/dist/ps/Makefile.am
7434         * manual/dist/txt/.cvsignore
7435         * manual/dist/txt/Makefile.am
7436         * manual/es/Makefile.am
7437         * manual/es/advanced.xml
7438         * manual/es/claws-mail-manual.xml
7439         * manual/es/faq.xml
7440         * manual/es/glossary.xml
7441         * manual/es/handling.xml
7442         * manual/es/intro.xml
7443         * manual/es/plugins.xml
7444         * manual/es/sylpheed-claws-manual.xml
7445         * manual/es/dist/.cvsignore
7446         * manual/es/dist/html/.cvsignore
7447         * manual/es/dist/html/Makefile.am
7448         * manual/es/dist/pdf/.cvsignore
7449         * manual/es/dist/pdf/Makefile.am
7450         * manual/es/dist/ps/.cvsignore
7451         * manual/es/dist/ps/Makefile.am
7452         * manual/es/dist/txt/.cvsignore
7453         * manual/es/dist/txt/Makefile.am
7454         * manual/fr/Makefile.am
7455         * manual/fr/account.xml
7456         * manual/fr/ack.xml
7457         * manual/fr/addrbook.xml
7458         * manual/fr/advanced.xml
7459         * manual/fr/claws-mail-manual.xml
7460         * manual/fr/faq.xml
7461         * manual/fr/glossary.xml
7462         * manual/fr/handling.xml
7463         * manual/fr/intro.xml
7464         * manual/fr/keyboard.xml
7465         * manual/fr/plugins.xml
7466         * manual/fr/starting.xml
7467         * manual/fr/sylpheed-claws-manual.xml
7468         * manual/fr/dist/.cvsignore
7469         * manual/fr/dist/html/.cvsignore
7470         * manual/fr/dist/html/Makefile.am
7471         * manual/fr/dist/pdf/.cvsignore
7472         * manual/fr/dist/pdf/Makefile.am
7473         * manual/fr/dist/ps/.cvsignore
7474         * manual/fr/dist/ps/Makefile.am
7475         * manual/fr/dist/txt/.cvsignore
7476         * manual/fr/dist/txt/Makefile.am
7477         * manual/pl/Makefile.am
7478         * manual/pl/account.xml
7479         * manual/pl/ack.xml
7480         * manual/pl/addrbook.xml
7481         * manual/pl/advanced.xml
7482         * manual/pl/claws-mail-manual.xml
7483         * manual/pl/faq.xml
7484         * manual/pl/glossary.xml
7485         * manual/pl/handling.xml
7486         * manual/pl/intro.xml
7487         * manual/pl/keyboard.xml
7488         * manual/pl/plugins.xml
7489         * manual/pl/starting.xml
7490         * manual/pl/sylpheed-claws-manual.xml
7491         * manual/pl/dist/.cvsignore
7492         * manual/pl/dist/html/.cvsignore
7493         * manual/pl/dist/html/Makefile.am
7494         * manual/pl/dist/pdf/.cvsignore
7495         * manual/pl/dist/pdf/Makefile.am
7496         * manual/pl/dist/ps/.cvsignore
7497         * manual/pl/dist/ps/Makefile.am
7498         * manual/pl/dist/txt/.cvsignore
7499         * manual/pl/dist/txt/Makefile.am
7500         * po/.cvsignore
7501         * po/Makevars
7502         * src/.cvsignore
7503         * src/Makefile.am
7504         * src/account.c
7505         * src/account.h
7506         * src/action.c
7507         * src/action.h
7508         * src/adbookbase.h
7509         * src/addr_compl.c
7510         * src/addr_compl.h
7511         * src/addrbook.c
7512         * src/addrcache.c
7513         * src/addrcache.h
7514         * src/addrcindex.c
7515         * src/addrcindex.h
7516         * src/addrclip.c
7517         * src/addrclip.h
7518         * src/addrdefs.h
7519         * src/addressadd.c
7520         * src/addressadd.h
7521         * src/addressbook.c
7522         * src/addressbook.h
7523         * src/addressbook_foldersel.c
7524         * src/addressbook_foldersel.h
7525         * src/addrgather.c
7526         * src/addrgather.h
7527         * src/addrharvest.c
7528         * src/addrharvest.h
7529         * src/addrindex.c
7530         * src/addrindex.h
7531         * src/addritem.c
7532         * src/addritem.h
7533         * src/addrquery.c
7534         * src/addrquery.h
7535         * src/addrselect.c
7536         * src/addrselect.h
7537         * src/alertpanel.c
7538         * src/alertpanel.h
7539         * src/browseldap.c
7540         * src/browseldap.h
7541         * src/codeconv.c
7542         * src/codeconv.h
7543         * src/compose.c
7544         * src/crash.c
7545         * src/crash.h
7546         * src/customheader.c
7547         * src/customheader.h
7548         * src/displayheader.c
7549         * src/displayheader.h
7550         * src/editaddress.c
7551         * src/editaddress.h
7552         * src/editbook.c
7553         * src/editbook.h
7554         * src/editgroup.c
7555         * src/editgroup.h
7556         * src/editjpilot.c
7557         * src/editjpilot.h
7558         * src/editldap.c
7559         * src/editldap.h
7560         * src/editldap_basedn.c
7561         * src/editldap_basedn.h
7562         * src/editvcard.c
7563         * src/editvcard.h
7564         * src/exphtmldlg.c
7565         * src/exphtmldlg.h
7566         * src/expldifdlg.c
7567         * src/expldifdlg.h
7568         * src/export.c
7569         * src/exporthtml.c
7570         * src/exporthtml.h
7571         * src/exportldif.c
7572         * src/exportldif.h
7573         * src/filtering.c
7574         * src/filtering.h
7575         * src/folder.c
7576         * src/folder.h
7577         * src/folder_item_prefs.c
7578         * src/folder_item_prefs.h
7579         * src/foldersel.c
7580         * src/foldersel.h
7581         * src/folderutils.c
7582         * src/folderutils.h
7583         * src/folderview.c
7584         * src/folderview.h
7585         * src/grouplistdialog.c
7586         * src/grouplistdialog.h
7587         * src/html.c
7588         * src/html.h
7589         * src/image_viewer.c
7590         * src/image_viewer.h
7591         * src/imap.c
7592         * src/imap.h
7593         * src/imap_gtk.c
7594         * src/imap_gtk.h
7595         * src/import.c
7596         * src/import.h
7597         * src/importldif.c
7598         * src/importldif.h
7599         * src/importmutt.c
7600         * src/importmutt.h
7601         * src/importpine.c
7602         * src/importpine.h
7603         * src/inc.c
7604         * src/inc.h
7605         * src/jpilot.c
7606         * src/jpilot.h
7607         * src/ldapctrl.c
7608         * src/ldapctrl.h
7609         * src/ldaplocate.c
7610         * src/ldaplocate.h
7611         * src/ldapquery.c
7612         * src/ldapquery.h
7613         * src/ldapserver.c
7614         * src/ldapserver.h
7615         * src/ldaputil.c
7616         * src/ldaputil.h
7617         * src/ldif.c
7618         * src/ldif.h
7619         * src/localfolder.c
7620         * src/localfolder.h
7621         * src/main.c
7622         * src/main.h
7623         * src/mainwindow.c
7624         * src/mainwindow.h
7625         * src/manual.c
7626         * src/manual.h
7627         * src/matcher.c
7628         * src/matcher.h
7629         * src/matcher_parser.h
7630         * src/matcher_parser_lex.l
7631         * src/matcher_parser_parse.y
7632         * src/mbox.c
7633         * src/mbox.h
7634         * src/message_search.c
7635         * src/message_search.h
7636         * src/messageview.c
7637         * src/messageview.h
7638         * src/mh.c
7639         * src/mh.h
7640         * src/mh_gtk.c
7641         * src/mh_gtk.h
7642         * src/mimeview.c
7643         * src/mimeview.h
7644         * src/msgcache.c
7645         * src/msgcache.h
7646         * src/mutt.c
7647         * src/mutt.h
7648         * src/news.c
7649         * src/news.h
7650         * src/news_gtk.c
7651         * src/news_gtk.h
7652         * src/noticeview.c
7653         * src/noticeview.h
7654         * src/partial_download.c
7655         * src/partial_download.h
7656         * src/pine.c
7657         * src/pine.h
7658         * src/pop.c
7659         * src/pop.h
7660         * src/prefs_account.c
7661         * src/prefs_account.h
7662         * src/prefs_actions.c
7663         * src/prefs_actions.h
7664         * src/prefs_common.c
7665         * src/prefs_common.h
7666         * src/prefs_compose_writing.c
7667         * src/prefs_compose_writing.h
7668         * src/prefs_customheader.c
7669         * src/prefs_customheader.h
7670         * src/prefs_display_header.c
7671         * src/prefs_display_header.h
7672         * src/prefs_ext_prog.c
7673         * src/prefs_ext_prog.h
7674         * src/prefs_filtering.c
7675         * src/prefs_folder_column.c
7676         * src/prefs_folder_column.h
7677         * src/prefs_folder_item.c
7678         * src/prefs_folder_item.h
7679         * src/prefs_fonts.c
7680         * src/prefs_fonts.h
7681         * src/prefs_gtk.c
7682         * src/prefs_gtk.h
7683         * src/prefs_image_viewer.c
7684         * src/prefs_image_viewer.h
7685         * src/prefs_matcher.c
7686         * src/prefs_matcher.h
7687         * src/prefs_message.c
7688         * src/prefs_message.h
7689         * src/prefs_msg_colors.c
7690         * src/prefs_msg_colors.h
7691         * src/prefs_other.c
7692         * src/prefs_other.h
7693         * src/prefs_quote.c
7694         * src/prefs_quote.h
7695         * src/prefs_receive.c
7696         * src/prefs_receive.h
7697         * src/prefs_send.c
7698         * src/prefs_send.h
7699         * src/prefs_spelling.c
7700         * src/prefs_spelling.h
7701         * src/prefs_summaries.c
7702         * src/prefs_summaries.h
7703         * src/prefs_summary_column.c
7704         * src/prefs_summary_column.h
7705         * src/prefs_template.c
7706         * src/prefs_template.h
7707         * src/prefs_themes.c
7708         * src/prefs_themes.h
7709         * src/prefs_toolbar.c
7710         * src/prefs_toolbar.h
7711         * src/prefs_wrapping.c
7712         * src/prefs_wrapping.h
7713         * src/privacy.c
7714         * src/privacy.h
7715         * src/procheader.c
7716         * src/procheader.h
7717         * src/procmime.c
7718         * src/procmime.h
7719         * src/procmsg.c
7720         * src/procmsg.h
7721         * src/quote_fmt.c
7722         * src/quote_fmt_parse.y
7723         * src/recv.c
7724         * src/recv.h
7725         * src/remotefolder.c
7726         * src/remotefolder.h
7727         * src/send_message.c
7728         * src/send_message.h
7729         * src/setup.c
7730         * src/setup.h
7731         * src/sourcewindow.c
7732         * src/sourcewindow.h
7733         * src/ssl_manager.c
7734         * src/ssl_manager.h
7735         * src/statusbar.c
7736         * src/statusbar.h
7737         * src/stock_pixmap.c
7738         * src/stock_pixmap.h
7739         * src/summary_search.c
7740         * src/summary_search.h
7741         * src/summaryview.c
7742         * src/summaryview.h
7743         * src/syldap.c
7744         * src/syldap.h
7745         * src/textview.c
7746         * src/textview.h
7747         * src/toolbar.c
7748         * src/toolbar.h
7749         * src/undo.c
7750         * src/undo.h
7751         * src/unmime.c
7752         * src/unmime.h
7753         * src/vcard.c
7754         * src/vcard.h
7755         * src/wizard.c
7756         * src/wizard.h
7757         * src/common/base64.c
7758         * src/common/base64.h
7759         * src/common/defs.h
7760         * src/common/hooks.c
7761         * src/common/hooks.h
7762         * src/common/log.c
7763         * src/common/log.h
7764         * src/common/mgutils.c
7765         * src/common/mgutils.h
7766         * src/common/nntp.c
7767         * src/common/nntp.h
7768         * src/common/passcrypt.c
7769         * src/common/passcrypt.h.in
7770         * src/common/plugin.c
7771         * src/common/plugin.h
7772         * src/common/prefs.c
7773         * src/common/prefs.h
7774         * src/common/progressindicator.c
7775         * src/common/progressindicator.h
7776         * src/common/quoted-printable.c
7777         * src/common/quoted-printable.h
7778         * src/common/session.c
7779         * src/common/session.h
7780         * src/common/smtp.c
7781         * src/common/smtp.h
7782         * src/common/socket.c
7783         * src/common/socket.h
7784         * src/common/ssl.c
7785         * src/common/ssl.h
7786         * src/common/stringtable.c
7787         * src/common/stringtable.h
7788         * src/common/sylpheed.c
7789         * src/common/sylpheed.h
7790         * src/common/template.c
7791         * src/common/template.h
7792         * src/common/timing.h
7793         * src/common/utils.c
7794         * src/common/utils.h
7795         * src/common/version.h.in
7796         * src/common/xml.c
7797         * src/common/xml.h
7798         * src/common/xmlprops.c
7799         * src/common/xmlprops.h
7800         * src/gtk/about.c
7801         * src/gtk/colorlabel.c
7802         * src/gtk/colorlabel.h
7803         * src/gtk/colorsel.c
7804         * src/gtk/colorsel.h
7805         * src/gtk/combobox.c
7806         * src/gtk/combobox.h
7807         * src/gtk/description_window.c
7808         * src/gtk/description_window.h
7809         * src/gtk/filesel.c
7810         * src/gtk/filesel.h
7811         * src/gtk/foldersort.c
7812         * src/gtk/foldersort.h
7813         * src/gtk/gtkaspell.c
7814         * src/gtk/gtkaspell.h
7815         * src/gtk/gtksctree.c
7816         * src/gtk/gtkshruler.c
7817         * src/gtk/gtkshruler.h
7818         * src/gtk/gtkutils.c
7819         * src/gtk/gtkutils.h
7820         * src/gtk/icon_legend.c
7821         * src/gtk/icon_legend.h
7822         * src/gtk/logwindow.c
7823         * src/gtk/logwindow.h
7824         * src/gtk/manage_window.c
7825         * src/gtk/manage_window.h
7826         * src/gtk/pluginwindow.c
7827         * src/gtk/pluginwindow.h
7828         * src/gtk/prefswindow.c
7829         * src/gtk/prefswindow.h
7830         * src/gtk/quicksearch.c
7831         * src/gtk/quicksearch.h
7832         * src/pixmaps/claws-mail.xpm
7833         * src/pixmaps/claws-mail_icon.xpm
7834         * src/pixmaps/claws-mail_logo.xpm
7835         * src/pixmaps/sylpheed-claws.xpm
7836         * src/pixmaps/sylpheed-claws_icon.xpm
7837         * src/pixmaps/sylpheed-claws_logo.xpm
7838         * src/plugins/bogofilter/Makefile.am
7839         * src/plugins/bogofilter/bogofilter.c
7840         * src/plugins/bogofilter/bogofilter.h
7841         * src/plugins/bogofilter/bogofilter_gtk.c
7842         * src/plugins/clamav/Makefile.am
7843         * src/plugins/clamav/clamav_plugin.c
7844         * src/plugins/clamav/clamav_plugin.h
7845         * src/plugins/clamav/clamav_plugin_gtk.c
7846         * src/plugins/demo/Makefile.am
7847         * src/plugins/demo/demo.c
7848         * src/plugins/dillo_viewer/Makefile.am
7849         * src/plugins/dillo_viewer/README
7850         * src/plugins/dillo_viewer/dillo_prefs.c
7851         * src/plugins/dillo_viewer/dillo_prefs.h
7852         * src/plugins/dillo_viewer/dillo_viewer.c
7853         * src/plugins/pgpcore/Makefile.am
7854         * src/plugins/pgpcore/passphrase.c
7855         * src/plugins/pgpcore/passphrase.h
7856         * src/plugins/pgpcore/pgp_viewer.c
7857         * src/plugins/pgpcore/pgp_viewer.h
7858         * src/plugins/pgpcore/plugin.c
7859         * src/plugins/pgpcore/prefs_gpg.c
7860         * src/plugins/pgpcore/prefs_gpg.h
7861         * src/plugins/pgpcore/select-keys.c
7862         * src/plugins/pgpcore/select-keys.h
7863         * src/plugins/pgpcore/sgpgme.c
7864         * src/plugins/pgpcore/sgpgme.h
7865         * src/plugins/pgpcore/sylpheed.def
7866         * src/plugins/pgpcore/version.rc
7867         * src/plugins/pgpinline/Makefile.am
7868         * src/plugins/pgpinline/pgpinline.c
7869         * src/plugins/pgpinline/pgpinline.h
7870         * src/plugins/pgpinline/plugin.c
7871         * src/plugins/pgpinline/sylpheed.def
7872         * src/plugins/pgpinline/version.rc
7873         * src/plugins/pgpmime/Makefile.am
7874         * src/plugins/pgpmime/pgpmime.c
7875         * src/plugins/pgpmime/pgpmime.h
7876         * src/plugins/pgpmime/plugin.c
7877         * src/plugins/pgpmime/sylpheed.def
7878         * src/plugins/pgpmime/version.rc
7879         * src/plugins/spamassassin/Makefile.am
7880         * src/plugins/spamassassin/README
7881         * src/plugins/spamassassin/spamassassin.c
7882         * src/plugins/spamassassin/spamassassin.h
7883         * src/plugins/spamassassin/spamassassin_gtk.c
7884         * src/plugins/trayicon/Makefile.am
7885         * src/plugins/trayicon/trayicon.c
7886         * tools/OOo2sylpheed.pl
7887         * tools/README
7888         * tools/README.sylprint
7889         * tools/acroread2sylpheed.pl
7890         * tools/claws.i18n.status.pl
7891         * tools/filter_conv.pl
7892         * tools/filter_conv_new.pl
7893         * tools/freshmeat_search.pl
7894         * tools/google_search.pl
7895         * tools/kmail2sylpheed.pl
7896         * tools/kmail2sylpheed_v2.pl
7897         * tools/make.themes.project
7898         * tools/multiwebsearch.pl
7899         * tools/nautilus2sylpheed.sh
7900         * tools/outlook2sylpheed.pl
7901         * tools/sylprint.pl
7902         * tools/sylprint.rc
7903         * tools/tb2sylpheed
7904         * tools/textviewer.sh
7905         * tools/vcard2xml.py
7906         * tools/kdeservicemenu/README
7907         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7908         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7909         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7910                 Change name to Claws Mail. Announce to follow...
7911
7912 2006-11-06 [wwp]        2.6.0cvs6
7913
7914         * src/prefs_template.c
7915                 unify messages related to quote format/template errors (fix
7916                 capitalization), again.
7917
7918 2006-11-06 [wwp]        2.6.0cvs5
7919
7920         * src/prefs_quote.c
7921                 unify messages related to quote format/template errors.
7922
7923 2006-11-06 [wwp]        2.6.0cvs4
7924
7925         * src/prefs_msg_colors.c
7926                 more uses of Q_ macro for contextual translations, thanks
7927                 to Fabien (fzzzzz).
7928
7929 2006-11-06 [wwp]        2.6.0cvs3
7930
7931         * src/compose.c
7932         * src/common/utils.c
7933         * src/common/utils.h
7934                 show an alertpanel to make sure users are aware that sensitive
7935                 files are attached (it's file blacklist-based). This will fix
7936                 interaction w/ GoogleEarth for instance, thanks to Colin.
7937
7938 2006-11-06 [wwp]        2.6.0cvs2
7939
7940         * src/prefs_quote.c
7941         * src/prefs_template.c
7942         * src/prefs_template.h
7943                 check quote format when applying/closing prefs. For now this only
7944                 shows up an error dialog box, not preventing the user from using
7945                 a broken quote (reply, forwards) format.
7946
7947 2006-11-06 [wwp]        2.6.0cvs1
7948
7949         * src/prefs_template.c
7950                 fix missing checks of some template fields.
7951
7952 2006-11-06 [paul]       2.6.0
7953
7954         * NEWS
7955         * README
7956         * RELEASE_NOTES
7957                 2.6.0 released
7958
7959 2006-11-06 [paul]       2.5.6cvs22
7960
7961         * manual/advanced.xml
7962         * manual/es/advanced.xml
7963                 put 'respect_flowed_format' info in the correct
7964                 place
7965
7966 2006-11-06 [mones]      2.5.6cvs21
7967
7968         * po/es.po
7969                 Minor fixes for release
7970
7971 2006-11-06 [paul]       2.5.6cvs20
7972
7973         * po/cs.po
7974         * po/de.po
7975         * po/fr.po
7976         * po/it.po
7977         * po/nl.po
7978         * po/pt_BR.po
7979         * po/sk.po
7980         * po/sv.po
7981         * po/zh_CN.po
7982                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7983                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7984                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7985                 Young
7986
7987 2006-11-02 [colin]      2.5.6cvs19
7988
7989         * src/imap.c
7990         * src/imap.h
7991         * src/prefs_account.c
7992         * src/etpan/imap-thread.c
7993                 Add GSSAPI support - fixes Debian bug #383274
7994
7995 2006-11-01 [colin]      2.5.6cvs18
7996
7997         * src/jpilot.c
7998                 Handle libpisock12 support. Probably
7999                 fixes bug 1046, 'jpilot AddressDB.pdb 
8000                 import fail'
8001
8002 2006-11-01 [colin]      2.5.6cvs17
8003
8004         * src/folderutils.c
8005                 debug_print() folderutils_mark_all_read()
8006
8007 2006-11-01 [colin]      2.5.6cvs16
8008
8009         * COPYING
8010                 Add missed files to the Apache exception
8011
8012 2006-10-31 [colin]      2.5.6cvs15
8013
8014         * src/folder.c
8015         * src/folder.h
8016                 Add a copy_private_data() func to FolderClasses
8017                 Doesn't break the feature freeze, because we 
8018                 won't use it (right now) in the core.
8019
8020 2006-10-31 [colin]      2.5.6cvs14
8021
8022         * COPYING
8023                 Allow linking with the Apache licensed files in
8024                 src/plugins/spamassassin. Hopefully fixes 
8025                 bug 1048, 'Spamassassin plugin license problem'
8026
8027 2006-10-31 [wwp]        2.5.6cvs13
8028
8029         * src/compose.c
8030                 fix and optimize trimming of leading linefeeds in body loop.
8031
8032 2006-10-31 [colin]      2.5.6cvs12
8033
8034         * src/etpan/imap-thread.c
8035         * src/imap.c
8036                 Make really sure to have NULL sets in case
8037                 of error
8038
8039 2006-10-30 [wwp]        2.5.6cvs11
8040
8041         * src/prefs_common.c
8042         * src/prefs_common.h
8043         * src/compose.c
8044                 fix broken storage of quote format template when it contains \-escape
8045                 sequences. The application of such sequences is also fixed now (\t
8046                 in quote format will be a real tab instead of a 't', for instance).
8047
8048 2006-10-27 [colin]      2.5.6cvs10
8049
8050         * src/compose.c
8051                 Probably fix bug 1045, 'sylpheed-claws 
8052                 doesn't remove the mail from the IMAP 
8053                 Queue folder after sending'. From
8054                 2.5.6cvs3-stable
8055
8056 2006-10-27 [colin]      2.5.6cvs9
8057
8058         * configure.ac
8059                 Require libetpan-0.48. I'm so annoying,
8060                 I know ;-)
8061
8062 2006-10-27 [colin]      2.5.6cvs8
8063
8064         * src/folder.c
8065         * src/imap.c
8066                 Probably fix bug 1044, 'sylpheed-claws 
8067                 segfaults while moving mails' - Fix relation
8068                 usage when moving to an IMAP mailbox from another
8069                 mailbox
8070
8071 2006-10-26 [paul]       2.5.6cvs7
8072
8073         * src/gtk/about.c
8074                 add libSM to compiled-in features
8075                 list
8076
8077 2006-10-24 [colin]      2.5.6cvs6
8078
8079         * src/textview.c
8080         * src/gtk/gtkutils.c
8081                 Fix crash when printing emails with an
8082                 xface
8083
8084 2006-10-24 [mones]      2.5.6cvs5
8085
8086         * manual/es/advanced.xml
8087                 Synchronize hidden option respect_flowed_format
8088         * po/es.po
8089                 Updated translation
8090
8091 2006-10-21 [paul]       2.5.6cvs4
8092
8093         * src/gtk/authors.h
8094         * src/plugins/pgpcore/pgp_viewer.c
8095         * src/plugins/pgpcore/sgpgme.c
8096                 fix building on BSDs
8097                 Thanks to Michael Hughes
8098                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8099
8100 2006-10-20 [colin]      2.5.6cvs3
8101
8102         * configure.ac
8103                 Bump up libetpan requirement
8104                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8105         * src/common/utils.c
8106         * src/common/utils.h
8107                 Add convenience get_file_mtime()
8108         * src/imap.c
8109         * src/etpan/imap-thread.c
8110         * src/etpan/imap-thread.h
8111                 Implement UIDPLUS support if the server
8112                 supports it - faster sending in this case
8113
8114 2006-10-19 [colin]      2.5.6cvs2
8115
8116         * src/gtk/quicksearch.c
8117                 Fix emptying in type-ahead+extended mode
8118         * src/mainwindow.c
8119         * src/mainwindow.h
8120                 Add a hook for offline state change
8121         * src/plugins/trayicon/trayicon.c
8122                 Use it to display offline icons
8123         * src/plugins/trayicon/Makefile.am
8124         * src/plugins/trayicon/newmail.offline.xpm
8125         * src/plugins/trayicon/newmarkedmail.offline.xpm
8126         * src/plugins/trayicon/nomail.offline.xpm
8127         * src/plugins/trayicon/unreadmail.offline.xpm
8128         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8129                 Add the icons
8130
8131 2006-10-12 [paul]       2.5.6cvs1
8132
8133         * NEWS
8134         * README
8135         * configure.ac
8136                 Update version number following
8137                 stable release
8138
8139 2006-10-19 [colin]      2.5.5cvs18
8140
8141         * manual/handling.xml
8142                 Add type-ahead search
8143
8144 2006-10-18 [colin]      2.5.5cvs17
8145
8146         * src/gtk/quicksearch.c
8147                 Remove "save to history only if there's
8148                 no syntax error", it breaks for some 
8149                 reason which I'll investigate later.
8150
8151 2006-10-18 [colin]      2.5.5cvs16
8152
8153         * src/prefs_common.c
8154         * src/prefs_common.h
8155         * src/summaryview.c
8156         * src/gtk/quicksearch.c
8157         * src/gtk/quicksearch.h
8158                 Add a type-ahead option for fast searches
8159                 Patch by Fabien Vantard
8160
8161 2006-10-18 [colin]      2.5.5cvs15
8162
8163         * src/compose.c
8164         * src/compose.h
8165                 Add Options/Reply mode/ menu to be able to
8166                 change the recipients of a reply on the fly
8167
8168 2006-10-18 [colin]      2.5.5cvs14
8169
8170         * src/compose.c
8171                 Fix redirecting of our own sent mails
8172
8173 2006-10-17 [wwp]        2.5.5cvs13
8174
8175         * src/send_message.c
8176                 Fix duplicate error messages when sending, and missing
8177                 newline in such error messages.
8178
8179 2006-10-17 [colin]      2.5.5cvs12
8180
8181         * src/compose.c
8182                 Compare addresses case-insensitive
8183
8184 2006-10-17 [colin]      2.5.5cvs11
8185
8186         * src/plugins/pgpcore/sgpgme.c
8187                 Fix return status
8188
8189 2006-10-17 [colin]      2.5.5cvs10
8190
8191         * src/plugins/pgpcore/pgp_viewer.c
8192                 Fix return status
8193
8194 2006-10-17 [colin]      2.5.5cvs9
8195
8196         * src/quote_fmt.c
8197                 Fix a typo (thanks to Fabien)
8198
8199 2006-10-16 [colin]      2.5.5cvs8
8200
8201         * src/textview.c
8202                 Fix problem with quote-folding when emails
8203                 don't convert cleanly to UTF-8
8204
8205 2006-10-14 [colin]      2.5.5cvs7
8206
8207         * src/prefs_template.c
8208                 Reset fields when reopening
8209                 the window
8210
8211 2006-10-13 [paul]       2.5.5cvs6
8212
8213         * manual/advanced.xml
8214         * src/prefs_message.c
8215                 make 'respect_flowed_format' a hidden
8216                 option, and add a manual entry for it
8217                 Thanks to Colin
8218
8219 2006-10-12 [colin]      2.5.5cvs5
8220
8221         * src/codeconv.c
8222                 Revert part of 2.5.2cvs21:
8223                 Don't optimise by reusing the 
8224                 last iconv converter if possible:
8225                 it seems slightly broken in a 
8226                 very hard way to reproduce
8227
8228 2006-10-12 [colin]      2.5.5cvs4
8229
8230         * src/prefs_common.c
8231         * src/prefs_common.h
8232         * src/prefs_message.c
8233         * src/procmime.c
8234                 Fix bug 1035, 'Incorrect handling 
8235                 of flowed lines'. We now optionnaly
8236                 handle this format (preference is in
8237                 Message View/Text options section)
8238
8239 2006-10-12 [colin]      2.5.5cvs3
8240
8241         * po/POTFILES.in
8242                 Add new file
8243         * src/plugins/pgpcore/pgp_viewer.c
8244         * src/plugins/pgpcore/sgpgme.c
8245                 Don't try to import without asking
8246
8247 2006-10-12 [colin]      2.5.5cvs2
8248
8249         * src/compose.c
8250                 Fix bug 1036, 'Forwarding a mutlipart
8251                 mail with a "text/html" block to ms
8252                 outlook users leeds to freeze of
8253                 outlook'. Poor outlook users...
8254
8255 2006-10-12 [paul]       2.5.5cvs1
8256
8257         * NEWS
8258         * README
8259         * configure.ac
8260                 Update version number following
8261                 stable release
8262
8263 2006-10-11 [paul]       2.5.4cvs1
8264
8265         * NEWS
8266         * README
8267         * configure.ac
8268                 Update version number following
8269                 stable release
8270
8271 2006-10-11 [paul]       2.5.3cvs32
8272
8273         * src/textview.c
8274                 fix bug 1032, 'Segmentation fault when showing
8275                 message' (bug in quote folding)
8276                 Thanks to Colin
8277
8278 2006-10-10 [colin]      2.5.3cvs31
8279
8280         * src/quote_fmt.c
8281                 Rephrase english a bit
8282
8283 2006-10-10 [colin]      2.5.3cvs30
8284
8285         * src/prefs_compose_writing.c
8286                 Stop making the page larger than the window
8287
8288 2006-10-10 [wwp]        2.5.3cvs29
8289
8290         * src/compose.c
8291         * src/prefs_template.c
8292         * src/quote_fmt.c
8293         * src/quote_fmt.h
8294         * src/quote_fmt_lex.l
8295         * src/quote_fmt_parse.y
8296                 Extend the quote parser a bit: allow to get access to
8297                 basic (composing) account info.
8298
8299 2006-10-10 [colin]      2.5.3cvs28
8300
8301         * src/procheader.c
8302                 Fix this \t problem in subject
8303
8304 2006-10-09 [colin]      2.5.3cvs27
8305
8306         * src/main.c
8307         * src/prefs_gtk.c
8308                 Prepare cache a bit later
8309                 If section already exists, skip the new one 
8310                 (as previously); avoid writing the same block
8311                 twice - if we find a second block with the 
8312                 same id, skip it.
8313         * src/plugins/pgpcore/pgp_viewer.c
8314                 Set cursor to busy when retrieving a key
8315         * src/plugins/pgpcore/sgpgme.c
8316                 allow 5 seconds for gpg to export the key
8317                 
8318
8319 2006-10-09 [colin]      2.5.3cvs26
8320
8321         * configure.ac
8322         * src/msgcache.c
8323         * src/prefs_gtk.c
8324                 Check for existence of fgets_unlocked
8325                 and fwrite_unlocked
8326
8327 2006-10-09 [paul]       2.5.3cvs25
8328
8329         * src/prefs_summaries.c
8330                 replace strftime() with fast_strftime() and in
8331                 the consequence fix the bug in the display of
8332                 AM/PM in the 'Example' string
8333
8334 2006-10-09 [ticho]      2.5.3cvs24
8335
8336         * po/sk.po
8337                 Updated (and fixed up somewhat) Slovak translation.
8338
8339 2006-10-08 [colin]      2.5.3cvs23
8340
8341         * src/prefs_folder_item.c
8342                 Explain why prefs in the top-level folder
8343                 aren't retained, but are still useful
8344
8345 2006-10-08 [colin]      2.5.3cvs22
8346
8347         * src/prefs_gtk.c
8348                 Don't cache anything if caching fails
8349
8350 2006-10-08 [colin]      2.5.3cvs21
8351
8352         * src/common/utils.c
8353                 always include gi18n.h
8354
8355 2006-10-07 [colin]      2.5.3cvs20
8356
8357         * src/plugins/pgpcore/pgp_viewer.c
8358                 Kill gpg after 5 seconds wait
8359
8360 2006-10-07 [colin]      2.5.3cvs19
8361
8362         * src/plugins/pgpcore/pgp_viewer.c
8363         * src/plugins/pgpcore/pgp_viewer.h
8364                 Fix copyright
8365
8366 2006-10-07 [colin]      2.5.3cvs18
8367
8368         * src/plugins/pgpcore/pgp_viewer.c
8369         * src/plugins/pgpcore/pgp_viewer.h
8370                 Actually add the files to CVS
8371
8372 2006-10-07 [colin]      2.5.3cvs17
8373
8374         * src/plugins/pgpcore/sgpgme.c
8375                 Be sure not to crash on 'application/pgp-signature' that
8376                 are not application/pgp-signatures
8377
8378 2006-10-07 [colin]      2.5.3cvs16
8379
8380         * src/textview.c
8381         * src/textview.h
8382                 Make a bit more of the API available
8383         * src/plugins/pgpcore/Makefile.am
8384         * src/plugins/pgpcore/plugin.c
8385         * src/plugins/pgpcore/sgpgme.c
8386                 Add basic key import/export
8387
8388 2006-10-07 [colin]      2.5.3cvs15
8389
8390         * src/folderview.c
8391         * src/imap.c
8392         * src/prefs_account.c
8393         * src/wizard.c
8394                 Warn users *everywhere* if libetpan's not
8395                 linked in
8396
8397 2006-10-06 [mones]      2.5.3cvs14
8398
8399         * po/de.po
8400         * po/es.po
8401                 updated by Stephan Sachse and me
8402
8403 2006-10-06 [colin]      2.5.3cvs13
8404
8405         * src/main.c
8406         * src/common/sylpheed.c
8407                 Don't load common plugins if --exit is passed
8408         * src/prefs_gtk.c
8409         * src/prefs_gtk.h
8410                 Implement a cache to avoid reading the same
8411                 files over and over again at startup
8412
8413 2006-10-06 [colin]      2.5.3cvs12
8414
8415         * src/summaryview.c
8416         * src/gtk/quicksearch.c
8417                 Update display every 5k mails on fast searches
8418
8419 2006-10-06 [colin]      2.5.3cvs11
8420
8421         * src/textview.c
8422                 Don't do quote folding on HTML or ERTF.
8423                 May fix the Cygwin issues if they were
8424                 happening with HTML mails?
8425
8426 2006-10-05 [colin]      2.5.3cvs10
8427
8428         * src/prefs_gtk.c
8429                 Oops, forgot one
8430
8431 2006-10-05 [colin]      2.5.3cvs9
8432
8433         * src/prefs_gtk.c
8434                 Use unlocked_stdio here too
8435
8436 2006-10-05 [colin]      2.5.3cvs8
8437
8438         * src/folderview.c
8439                 Fix go to next * after preferences apply
8440         * src/msgcache.c
8441                 Do the fd lock/unlock ourselves instead of
8442                 letting the libc do it at each write 
8443
8444 2006-10-05 [colin]      2.5.3cvs7
8445
8446         * src/common/utils.c
8447                 Faster division, thanks to Jean Diraison
8448
8449 2006-10-05 [paul]       2.5.3cvs6
8450
8451         * src/common/utils.c
8452                 fix building with --disable-nls
8453
8454 2006-10-04 [colin]      2.5.3cvs5
8455
8456         * src/folder.c
8457                 Maybe fix a segfault
8458
8459 2006-10-04 [wwp]        2.5.3cvs4
8460
8461         * src/prefs_folder_item.c
8462                 Fine-tune layouts in folder item prefs. Suggested by
8463                 Fabien Vantard <fzzzzz@gmail.com>.
8464
8465 2006-10-04 [wwp]        2.5.3cvs3
8466
8467         * src/prefs_folder_item.c
8468                 Kill the clandestine passengers. You didn't see anything.
8469
8470 2006-10-04 [wwp]        2.5.3cvs2
8471
8472         * src/prefs_folder_item.c
8473                 Add a way to test the subject simplify regexp in
8474                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8475                 w/ few layout changes.
8476
8477 2006-20-04 [paul]       2.5.3cvs1
8478
8479         * NEWS
8480         * README
8481         * configure.ac
8482                 Update version number following
8483                 stable release
8484
8485 2006-10-04 [colin]      2.5.2cvs42
8486
8487         * src/folder.c
8488         * src/folder.h
8489         * src/summaryview.c
8490                 Provide a way for folder classes to set their sort
8491                 type and key
8492
8493 2006-10-03 [colin]      2.5.2cvs41
8494
8495         * src/mh.c
8496                 Don't use strlen() to know if the
8497                 string's empty
8498
8499 2006-10-03 [colin]      2.5.2cvs40
8500
8501         * src/mh.c
8502                 Fix "check for new folders" with accentued folders
8503
8504 2006-10-03 [ticho]      2.5.2cvs39
8505
8506         * src/filtering.c
8507         * src/folder.c
8508         * src/inc.c
8509         * src/mbox.c
8510                 Colin's fix for "copy" filtering rules.
8511
8512 2006-10-02 [colin]      2.5.2cvs38
8513
8514         * src/folderview.c
8515                 Fix for double-click too
8516
8517 2006-10-02 [colin]      2.5.2cvs37
8518
8519         * src/folderview.c
8520                 correct fix for cvs36
8521
8522 2006-10-02 [colin]      2.5.2cvs36
8523
8524         * src/folderview.c
8525                 Fix 'goto next unread' after collapsing/expanding 
8526                 a node.
8527
8528 2006-10-02 [colin]      2.5.2cvs35
8529
8530         * src/summaryview.c
8531                 Fix double freeze/thaw
8532         * src/common/utils.c
8533         * src/common/utils.h
8534                 Reimplement strftime
8535         * src/procheader.c
8536                 Use it
8537
8538
8539 2006-10-02 [colin]      2.5.2cvs34
8540
8541         * src/mh.c
8542                 Time mh_write_sequences() - it's fast
8543         * src/summaryview.c
8544                 Init a variable to shut up gcc
8545
8546 2006-10-01 [colin]      2.5.2cvs33
8547
8548         * src/folder.c
8549         * src/mh.c
8550         * src/mh.h
8551         * src/msgcache.c
8552                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8553                 Add fsync but disable it, it's slow as hell
8554
8555 2006-10-01 [colin]      2.5.2cvs32
8556
8557         * src/mh.c
8558         * src/msgcache.c
8559                 fflush() caches and mh_sequences before
8560                 fclose()ing
8561
8562 2006-10-01 [colin]      2.5.2cvs31
8563
8564         * src/msgcache.c
8565                 Don't ftruncate when not using mmap
8566
8567 2006-09-30 [colin]      2.5.2cvs30
8568
8569         * src/main.c
8570                 Write folder list *after* saving caches
8571
8572 2006-09-30 [colin]      2.5.2cvs29
8573
8574         * src/folder.c
8575         * src/mh.c
8576                 Debug forced mtime changes
8577
8578 2006-09-30 [colin]      2.5.2cvs28
8579
8580         * src/folder.c
8581         * src/main.c
8582                 Remove useless debug_print()s (code
8583                 well-tested)
8584
8585 2006-09-30 [colin]      2.5.2cvs27
8586
8587         * src/mh.c
8588                 Do stuff faster when writing mh_sequences
8589
8590 2006-09-30 [colin]      2.5.2cvs26
8591
8592         * src/mh.c
8593                 Don't let the writing of .mh_sequences, which
8594                 can change the folder's mtime, let us think
8595                 we need to scan.
8596
8597 2006-09-30 [colin]      2.5.2cvs25
8598
8599         * src/folder.c
8600                 Move a debug_print where it belongs 
8601                 (processing)
8602         * src/summaryview.c
8603                 Don't mess with a huge slow subject
8604                 table if we're not threading by
8605                 subject
8606
8607 2006-09-30 [colin]      2.5.2cvs24
8608
8609         * src/msgcache.c
8610                 Reenable mmaped reads (*not* writes!)
8611         * src/procmsg.c
8612                 Don't destroy and recreate hashtables just
8613                 for fun
8614         * src/common/utils.c
8615                 Remove useless reply prefixes (it's case
8616                 unsensitive)
8617
8618 2006-09-30 [wwp]        2.5.2cvs23
8619
8620         * tools/fix_date.sh
8621                 Fixed a minor bug in date value extraction, added a switch
8622                 to replace non RFC-compliant Date: value, added a switch
8623                 to use strict RFC matching patterns for dates.
8624
8625 2006-09-29 [colin]      2.5.2cvs22
8626
8627         * src/matcher_parser.h
8628         * src/matcher_parser_parse.y
8629         * src/prefs_filtering.c
8630         * src/statusbar.c
8631         * src/summary_search.c
8632         * src/summaryview.c
8633         * src/gtk/quicksearch.c
8634         * src/gtk/quicksearch.h
8635                 Optimise searches by setting different
8636                 refresh intervals (depending if the 
8637                 search is fast or not)
8638
8639 2006-09-29 [colin]      2.5.2cvs21
8640
8641         * src/codeconv.c
8642                 Optimise by reusing the last iconv converter
8643                 if possible
8644         * src/textview.c
8645                 Optimise a bit (the foldable quotes feature
8646                 still has an awful O(n^2) algo
8647
8648 2006-09-29 [colin]      2.5.2cvs20
8649
8650         * src/gtk/gtksctree.c
8651         * src/gtk/gtksctree.h
8652                 Optimise de-selection via up/down or
8653                 another key
8654
8655 2006-09-28 [colin]      2.5.2cvs19
8656
8657         * src/action.c
8658         * src/compose.c
8659         * src/folderview.c
8660         * src/mainwindow.c
8661         * src/messageview.c
8662         * src/summary_search.c
8663         * src/toolbar.c
8664                 Avoid using summaryview->ctree directly
8665
8666 2006-09-28 [colin]      2.5.2cvs18
8667
8668         * src/summaryview.c
8669         * src/summaryview.h
8670                 Add helpers to freeze/thaw/grab_focus
8671                 Factorize calls to freeze/thaw/grab_focus
8672                 
8673
8674 2006-09-28 [colin]      2.5.2cvs17
8675
8676         * src/main.c
8677                 More guards for the session management
8678
8679 2006-09-28 [colin]      2.5.2cvs16
8680
8681         * src/folderview.c
8682         * src/gtk/gtksctree.c
8683         * src/gtk/gtksctree.h
8684                 Make expanding not recursive in folderview
8685
8686 2006-09-28 [colin]      2.5.2cvs15
8687
8688         * src/addressbook.c
8689                 If nothing is selected in the list (right part)
8690                 and a group is selected in the tree (left part),
8691                 mail this group.
8692
8693 2006-09-28 [colin]      2.5.2cvs14
8694
8695         * src/Makefile.am
8696                 Actually use SM_LIBS
8697
8698 2006-09-28 [ticho]      2.5.2cvs13
8699
8700         * src/export.c
8701         * src/messageview.c
8702         * src/mimeview.c
8703         * src/news.c
8704         * src/pop.c
8705         * src/prefs_themes.c
8706         * src/procmsg.c
8707                 Small i18n string optimization.
8708         * src/send_message.c
8709         * src/summaryview.c
8710         * src/common/session.c
8711         * src/common/smtp.c
8712         * src/common/ssl_certificate.c
8713         * src/common/utils.c
8714                 Use "Couldn't" instead of "Can't" in UI messages,
8715                 where appropriate.
8716
8717 2006-09-28 [colin]      2.5.2cvs12
8718
8719         * configure.ac
8720                 Possibly fix link errors
8721
8722 2006-09-27 [wwp]        2.5.2cvs11
8723
8724         * src/gtk/authors.h
8725         * doc/man/sylpheed-claws.1
8726         * manual/ack.xml
8727         * manual/es/ack.xml
8728         * manual/fr/ack.xml
8729         * manual/pl/ack.xml
8730                 Updated authors info (me, myself and I).
8731
8732 2006-09-27 [colin]      2.5.2cvs10
8733
8734         * src/addressbook.c
8735                 Remove useless printf
8736
8737 2006-09-27 [wwp]        2.5.2cvs9
8738
8739         * src/editgroup.c
8740         * src/send_message.c
8741         * src/inc.c
8742         * src/prefs_common.c
8743         * src/prefs_common.h
8744         * src/gtk/progressdialog.c
8745                 remember more windows' sizes (send dialog, received dialog,
8746                 edit group in addressbook).
8747
8748 2006-09-27 [colin]      2.5.2cvs8
8749
8750         * configure.ac
8751         * src/main.c
8752         * src/mainwindow.h
8753                 Use libSM to communicate with the session
8754                 manager, so that we can know when the 
8755                 session ends, save our caches, and draft
8756                 our compose windows.
8757
8758 2006-09-27 [colin]      2.5.2cvs7
8759
8760         * src/addressbook.c
8761                 Fix issues:
8762                 o Allow Book and Group creation from the tree's
8763                   contextual menu
8764                 o Do not actually delete the contacts when 
8765                   deleting groups from the tree (duh!)
8766
8767 2006-09-27 [colin]      2.5.2cvs6
8768
8769         * src/compose.c
8770         * src/compose.h
8771         * src/mainwindow.c
8772         * src/textview.c
8773         * src/toolbar.c
8774                 o Allow passing an email address to 
8775                   compose_new_with_folderitem
8776                 o Update callers
8777                 o Use current folderitem when clicking
8778                   on a TextView mailto: link
8779                 o Fix a possible leak in TextView
8780
8781 2006-09-27 [colin]      2.5.2cvs5
8782
8783         * src/html.c
8784                 Use UTF-8 chars to replace HTML entities
8785
8786 2006-09-27 [colin]      2.5.2cvs4
8787
8788         * AUTHORS
8789         * src/prefs_account.c
8790         * src/gtk/authors.h
8791                 Fix bug #1024 (Array index out of
8792                 range in sylpheed-claws-2.5.2)
8793                 Patch by Ales Nosek <anosek@suse.cz>
8794
8795 2006-09-27 [colin]      2.5.2cvs3
8796
8797         * src/addr_compl.c
8798                 Actually do the test
8799
8800 2006-09-27 [colin]      2.5.2cvs2
8801
8802         * src/addr_compl.c
8803         * src/addr_compl.h
8804                 Allow completing with comma (in certain cases: vCalendar
8805                 for example doesn't support that)
8806                 Patch by Fabien Vantard
8807
8808 2006-09-26 [colin]      2.5.2cvs1
8809
8810         * src/Makefile.am
8811         * src/addr_compl.c
8812         * src/addr_compl.h
8813         * src/addrbook.c
8814         * src/addrbook.h
8815         * src/addressbook.c
8816         * src/addrindex.c
8817         * src/addrindex.h
8818         * src/compose.c
8819         * src/prefs_common.c
8820         * src/prefs_filtering_action.c
8821         * src/prefs_folder_item.c
8822         * src/prefs_template.c
8823         * src/stock_pixmap.c
8824         * src/stock_pixmap.h
8825         * src/pixmaps/addr_one.xpm
8826         * src/pixmaps/addr_two.xpm
8827                 Add auto-completion on groups
8828
8829 2006-09-26 [colin]      2.5.2
8830
8831         * NEWS
8832         * README
8833         * RELEASE_NOTES
8834                 2.5.2 released
8835
8836 2006-09-26 [colin]      2.5.1cvs5
8837
8838         * src/matcher.c
8839                 Fix condition
8840
8841 2006-09-26 [colin]      2.5.1cvs4
8842
8843         * src/mbox.c
8844                 Revert cvs1 (useless as the message is printed 
8845                 every 500 mails)
8846
8847 2006-09-26 [colin]      2.5.1cvs3
8848
8849         * src/partial_download.c
8850                 Fix crasher found by Alexsandar Urosevic
8851
8852 2006-09-26 [colin]      2.5.1cvs2
8853
8854         * src/summaryview.c
8855                 Fix bug #1023 (Sylpheed deletes too much messages)
8856
8857 2006-09-26 [ticho]      2.5.1cvs1
8858
8859         * src/mbox.c
8860                 Make use of gettext's multiple plurals for statusbar
8861                 progress message.
8862
8863 2006-09-25 [paul]       2.5.1
8864
8865         * NEWS
8866         * README
8867         * RELEASE_NOTES
8868                 2.5.1 released
8869
8870 2006-09-25 [colin]      2.5.0cvs3
8871
8872         * src/plugins/bogofilter/bogofilter.c
8873         * src/plugins/clamav/clamav_plugin.c
8874         * src/plugins/spamassassin/spamassassin.c
8875                 BogoFilter, Spamassassin: Fix double hook registering after
8876                 visiting preferences
8877                 Spamassassin, Clamav: Just set the mails to move instead of
8878                 doing the move - caller will move the things at once.
8879
8880 2006-09-25 [colin]      2.5.0cvs2
8881
8882         * src/imap.c
8883         * src/etpan/imap-thread.c
8884                 Use UID SEARCH ALL instead of UID 1:*
8885                 (braindead servers can't figure out that's
8886                 the same...)
8887
8888 2006-09-25 [wwp]        2.5.0cvs1
8889
8890         * src/message_search.c
8891                 Added the ability to stop a running search (in message body).
8892
8893 2006-09-25 [paul]       2.5.0
8894
8895         * NEWS
8896         * README
8897         * RELEASE_NOTES
8898                 2.5.0 released
8899
8900 2006-09-25 [paul]       2.4.0cvs214
8901
8902         * po/cs.po
8903         * po/de.po
8904         * po/fi.po
8905         * po/fr.po
8906         * po/nl.po
8907         * po/pt_BR.po
8908         * po/sk.po
8909         * po/sr.po
8910         * po/zh_CN.po
8911                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8912                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8913                 Ticho, Aleksander Urosevic, Ralgh Young
8914
8915 2006-09-24 [mones]      2.4.0cvs213
8916
8917         * po/es.po
8918                 Updated for release
8919
8920 2006-09-23 [colin]      2.4.0cvs212
8921
8922         * src/gtk/inputdialog.c
8923                 Fix [ ] remember this appearing in normal
8924                 input dialogs after it's been used by
8925                 mimeview.
8926         * src/folder.c
8927         * src/folderview.c
8928         * src/msgcache.c
8929         * src/procmsg.c
8930         * src/summaryview.c
8931         * src/textview.c
8932         * src/common/timing.h
8933                 Enable timings in debug mode and make it
8934                 look prettier.
8935
8936 2006-09-22 [colin]      2.4.0cvs211
8937
8938         * README
8939                 Revert test change
8940         * commitHelper
8941                 ping the correct URI
8942
8943 2006-09-22 [colin]      2.4.0cvs210
8944
8945         * README
8946                 Let's see if bug #1022 is fixed
8947
8948 2006-09-21 [colin]      2.4.0cvs209
8949
8950         * src/wizard.c
8951         * src/common/plugin.c
8952                 Prepare infra to load predefined plugins when
8953                 no configuration existed. Don't actually load
8954                 anything yet (feat. freeze)
8955
8956 2006-09-21 [wwp]        2.4.0cvs208
8957
8958         * manual/fr/faq.xml
8959                 Partial sync w/ 2.4.0cvs72:
8960                 wrap file and minor updates.
8961
8962 2006-09-21 [wwp]        2.4.0cvs207
8963
8964         * tools/fix_date.sh
8965                 several fixes and enhancements. A new --force switch has been
8966                 added to prevent overriding by default Date: header when
8967                 already existing.
8968
8969 2006-09-21 [paul]       2.4.0cvs206
8970
8971         * src/common/utils.c
8972                 add Chinese UTF8 Re prefix
8973
8974 2006-09-21 [wwp]        2.4.0cvs205
8975
8976         * tools/Makefile.am
8977                 Fics alfabettical order.
8978
8979 2006-09-21 [wwp]        2.4.0cvs204
8980
8981         * tools/fix_date.sh
8982         * tools/Makefile.am
8983                 Added an action tool to fix missing Date field in emails.
8984                 Updated Makefile.am to reflect those last two additions.
8985
8986 2006-09-21 [wwp]        2.4.0cvs203
8987
8988         * tools/uuooffice
8989                 Added a action tool to open uuencoded docs w/
8990                 OpenOffice (based on uudec method).
8991
8992 2006-09-21 [colin]      2.4.0cvs202
8993
8994         * src/compose.c
8995         * src/textview.c
8996                 Workaround possible GTK crash: remove selection 
8997                 clipboard before destroying widget, or GTK+-2.10
8998                 dies. Thanks to Hiro.
8999
9000 2006-09-20 [colin]      2.4.0cvs201
9001
9002         * src/compose.c
9003                 Fix free-after-use in some cases (when 
9004                 procmime_encode_content() frees mimeinfo->data.mem
9005                 and turns it to a temp file)
9006
9007 2006-09-20 [colin]      2.4.0cvs200
9008
9009         * src/folderview.c
9010         * src/summaryview.c
9011         * src/gtk/gtksctree.c
9012         * src/gtk/gtksctree.h
9013                 Add tooltips in the folderview and summaryview
9014                 (Doesn't break string freeze as they already
9015                 exist)
9016         * src/toolbar.c
9017                 Put the spam button in the default configuration
9018                 if compiled with bogo plugin too
9019
9020 2006-09-19 [colin]      2.4.0cvs199
9021
9022         * src/summaryview.c
9023         * src/summaryview.h
9024                 Update folder name label on folder rename
9025         * src/prefs_matcher.c
9026         * src/gtk/logwindow.h
9027                 Fix warnings
9028                 Patches by Fabien
9029
9030 2006-09-19 [wwp]        2.4.0cvs198
9031
9032         * src/summary_search.c
9033                 fix can't click forward/backward buttons in the
9034                 search messages.
9035
9036 2006-09-18 [paul]       2.4.0cvs197
9037
9038         * src/wizard.c
9039                 add missing bracket, capitalise the A of
9040                 'SpamAssassin'
9041
9042 2006-09-18 [paul]       2.4.0cvs196
9043
9044         * src/compose.c
9045                 fix bug 1012 'crashed upon sending mail
9046                 from compose window'
9047                 Thanks to Colin
9048
9049 2006-09-16 [colin]      2.4.0cvs195
9050
9051         * src/folderview.c
9052                 Fix "real-time" sorting by freezing/thawing
9053
9054 2006-09-16 [colin]      2.4.0cvs194
9055
9056         * manual/faq.xml
9057                 Fix the anti-spam entry a bit
9058
9059 2006-09-16 [colin]      2.4.0cvs193
9060
9061         * src/wizard.c
9062                 Make sure reviewers have no excuse when stating
9063                 Sylpheed-Claws doesn't have antispam capabilities.
9064
9065 2006-09-16 [colin]      2.4.0cvs192
9066
9067         * src/main.c
9068                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9069                 as if the SIGPIPE comes from etpan's thread we could
9070                 trigger a GUI update from this thread.
9071
9072 2006-09-16 [colin]      2.4.0cvs191
9073
9074         * src/summaryview.c
9075                 Init all members of the struct
9076
9077 2006-09-16 [paul]       2.4.0cvs190
9078
9079         * src/account.c
9080                 improvements to the English
9081
9082 2006-09-15 [colin]      2.4.0cvs189
9083
9084         * src/summaryview.c
9085                 HIG order on dialog
9086
9087 2006-09-14 [colin]      2.4.0cvs188
9088
9089         * src/common/socket.c
9090         * src/common/socket.h
9091         * src/common/ssl.c
9092         * src/common/ssl_certificate.c
9093         * src/common/ssl_certificate.h
9094         * src/etpan/imap-thread.c
9095                 the get_fqdn() call done to get canonical name when
9096                 checking an SSL certificate is blocking, which is
9097                 sad as we just did a non-blocking lookup to connect.
9098                 Fix that by letting the fqdn available to the SockInfo,
9099                 and use that in ssl_certificate_check(). For IMAP,
9100                 we don't do it as the lookup's done by libetpan, but
9101                 it's less annoying as IMAP connections as much more
9102                 rare than POP3 connections.
9103
9104 2006-09-14 [paul]       2.4.0cvs187
9105
9106         * manual/advanced.xml
9107                 improvements to the English,
9108                 properly place the new hidden options
9109                 within the alphabetical order
9110         * src/gtk/pluginwindow.c
9111                 improvements to the English
9112
9113 2006-09-14 [colin]      2.4.0cvs186
9114
9115         * src/prefs_common.c
9116         * src/prefs_common.h
9117         * src/gtk/gtksctree.c
9118         * manual/advanced.xml
9119                 New hidden pref, stripes_color_offset, to change
9120                 the value added/substracted to normal bgcolor to
9121                 create the stripes in summaries
9122
9123 2006-09-13 [colin]      2.4.0cvs185
9124
9125         * src/gedit-print.c
9126         * src/messageview.c
9127         * src/messageview.h
9128         * src/summaryview.c
9129         * src/textview.c
9130                 Fix misc. printing issues: 
9131                 - Bad font for linkified headers
9132                 - Different font if the mail was displayed or not
9133                 - Factorize the thing
9134
9135 2006-09-13 [colin]      2.4.0cvs184
9136
9137         * src/common/ssl_certificate.c
9138                 Only get FQDN once when checking certificate
9139
9140 2006-09-13 [colin]      2.4.0cvs183
9141
9142         * src/account.c
9143         * src/gtk/pluginwindow.c
9144                 Misc. GUI fixes by Fabien
9145
9146 2006-09-13 [wwp]        2.4.0cvs182
9147
9148         * configure.ac
9149         * src/common/utils.h
9150         * src/common/utils.c
9151                 get rid of unused wide-char functions.
9152
9153 2006-09-13 [wwp]        2.4.0cvs181
9154
9155         * src/plugins/pgpinline/sylpheed.def
9156         * src/textview.c
9157                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9158                 add privacy_reset_error to the .def file,
9159                 do not fork for an external textviewer.
9160
9161 2006-09-13 [wwp]        2.4.0cvs180
9162
9163         * src/prefs_common.c
9164                 fix broken font entry in prefs (patch issued by the gpg4win team,
9165                 probably by Marcus Brinkmann <marcus@g10code.de>).
9166
9167 2006-09-13 [colin]      2.4.0cvs179
9168
9169         * src/folder.h
9170                 Fix a warning in summaryview.c
9171         * src/mainwindow.c
9172         * src/summaryview.c
9173         * src/summaryview.h
9174                 Add missing Mark/* elements in the
9175                 main menu
9176
9177 2006-09-12 [colin]      2.4.0cvs178
9178
9179         * src/prefs_actions.c
9180         * src/prefs_filtering_action.c
9181         * src/prefs_matcher.c
9182                 Use (New) instead of New everywhere
9183
9184 2006-09-12 [wwp]        2.4.0cvs177
9185
9186         * manual/fr/addrbook.xml
9187         * manual/fr/handling.xml
9188                 updated some quotes in the fr manual to match the fr translation.
9189
9190 2006-09-12 [wwp]        2.4.0cvs176
9191
9192         * src/prefs_matcher.c
9193                 don't store translated string elements in matcher expressions.
9194                 Also fixed a misused of Q_().
9195
9196 2006-09-11 [wwp]        2.4.0cvs175
9197
9198         * src/plugins//bogofilter/bogofilter.c
9199         * src/plugins//clamav/clamav_plugin.c
9200         * src/plugins//demo/demo.c
9201         * src/plugins//dillo_viewer/dillo_viewer.c
9202         * src/plugins//pgpcore/plugin.c
9203         * src/plugins//pgpinline/plugin.c
9204         * src/plugins//pgpmime/plugin.c
9205         * src/plugins//spamassassin/spamassassin.c
9206                 gettext-ize more strings (mostly plugin error messages).
9207
9208 2006-09-11 [colin]      2.4.0cvs174
9209
9210         * src/alertpanel.c
9211                 Make maximum buffer size bigger to avoid
9212                 truncating translated messages. Patch by
9213                 Fabien
9214
9215 2006-09-11 [colin]      2.4.0cvs173
9216
9217         * src/etpan/imap-thread.c
9218                 Fix compilation on OpenBSD, thanks to 
9219                 Landry
9220
9221 2006-09-10 [wwp]        2.4.0cvs172
9222
9223         * manual/account.xml
9224         * manual/addrbook.xml
9225         * manual/handling.xml
9226         * manual/es/handling.xml
9227         * manual/fr/account.xml
9228         * manual/fr/addrbook.xml
9229         * manual/fr/handling.xml
9230                 documented addressbook matching (condition configuration):
9231                   addrbook.xml, en fr
9232                 documented per-account filtering rules (handling/filtering
9233                   section, account section):
9234                   account.xml, handling.xml, en fr
9235                 slightly updated the handling/searching section to tell few
9236                   words about the extended search ability:
9237                   handling.xml, en fr
9238                 added missing <quote></quotes> to Quick Search:
9239                   handling.xml, en fr es
9240                 fixed a typo (auomatically):
9241                   handling.xml, en
9242                 changes revisited by Paul.
9243
9244 2006-09-10 [paul]       2.4.0cvs171
9245
9246         * src/prefs_actions.c
9247         * src/prefs_filtering.c
9248         * src/prefs_template.c
9249                 adjustments to the gui
9250                 Patch by Fabien Vantard (slightly modified)
9251
9252 2006-09-10 [colin]      2.4.0cvs170
9253
9254         * src/summaryview.c
9255                 Check folderitem/summaryview consistency
9256                 (basically automates Update summary). Fixes
9257                 #1011 (wrong (negative) count on unread 
9258                 messages)
9259
9260 2006-09-10 [colin]      2.4.0cvs169
9261
9262         * src/gtk/gtksctree.c
9263                 Fix recursive expansion via mouse
9264         * src/plugins/bogofilter/bogofilter.c
9265                 Use normal filtering way of moving
9266                 messages (batching), possibly fixing
9267                 bug #1015 (Bogofilter plugin doubles 
9268                 new messages)
9269
9270 2006-09-09 [wwp]        2.4.0cvs168
9271
9272         * src/prefs_filtering.c
9273                 better place for this fix.
9274
9275 2006-09-09 [wwp]        2.4.0cvs167
9276
9277         * src/prefs_filtering.c
9278                 fix a minor bug when the enabled status of a filtering/processing
9279                 rule always got set to TRUE when replacing this rule. That still
9280                 make sense when adding a new rule, but now when replacing, we
9281                 don't override the value of 'enabled'.
9282                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9283                 to prefs_filtering_list_view_get_info() as this function not only
9284                 returns the name, but also the account_id and the enabled status.
9285
9286 2006-09-09 [mones]      2.4.0cvs166
9287
9288         * manual/glossary.xml
9289         * manual/plugins.xml
9290                 Minor format corrections
9291         * manual/gpl.xml
9292                 Fix misplaced NO WARRANTY section
9293         * manual/es/advanced.xml
9294         * manual/es/faq.xml
9295         * manual/es/glossary.xml
9296         * manual/es/gpl.xml
9297         * manual/es/handling.xml
9298         * manual/es/plugins.xml
9299         * manual/es/starting.xml
9300                 Incorporate changes from English version
9301         * manual/fr/ack.xml
9302         * manual/pl/ack.xml
9303         * manual/es/ack.xml
9304                 Fix address, (add translation credits in es version)
9305         * po/es.po
9306                 Updated translation
9307
9308 2006-09-09 [wwp]        2.4.0cvs165
9309
9310         * src/prefs_filtering.c
9311                 fix a crash when opening filtering prefs, if matcherrc file contains
9312                 broken data (non-existing account id, which is theoretically not
9313                 possible).
9314
9315 2006-09-08 [colin]      2.4.0cvs164
9316
9317         * src/folder.c
9318                 Wrong assert, make it an if()
9319         * src/gtk/gtksctree.c
9320                 Fix bug #1013 (expand selected thread 
9321                 tree) - expanding is now recursive
9322
9323 2006-09-07 [wwp]        2.4.0cvs163
9324
9325         * src/prefs_matcher.c
9326                 make better sentences about addressbook matching in the
9327                 matcher prefs. This should make translators' work easier
9328                 too.
9329
9330 2006-09-07 [wwp]        2.4.0cvs162
9331
9332         * src/prefs_filtering.c
9333                 code simplification (get rid of dup var. assignment).
9334
9335 2006-09-07 [wwp]        2.4.0cvs161
9336
9337         * src/summaryview.c
9338                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9339                 <fzzzzz@gmail.com>.
9340
9341 2006-09-07 [paul]       2.4.0cvs160
9342
9343         * src/mimeview.c
9344                 fix compilation warnings
9345                 Thanks to Colin
9346
9347 2006-09-07 [paul]       2.4.0cvs159
9348
9349         * src/mimeview.c
9350                 select the mimepart icon when
9351                 displaying as text
9352                 Thanks to Colin
9353
9354 2006-09-06 [paul]       2.4.0cvs158
9355
9356         * src/prefs_filtering.c
9357                 fix labels and table element spacing
9358                 Patch by Fabien Vantard
9359
9360 2006-09-06 [paul]
9361
9362         2.5.0-rc3 released
9363
9364 2006-09-06 [paul]       2.4.0cvs157
9365
9366         * manual/es/advanced.xml
9367                 fix typo
9368
9369 2006-09-06 [wwp]        2.4.0cvs156
9370
9371         * src/mainwindow.c
9372                 fix an dup launch issue when iconified, thanks to Colin.
9373
9374 2006-09-06 [wwp]        2.4.0cvs155
9375
9376         * src/gtk//gtksctree.h
9377                 oops, forgot that one!
9378
9379 2006-09-06 [wwp]        2.4.0cvs154
9380
9381         * manual/pl/advanced.xml
9382         * manual/advanced.xml
9383         * manual/es/advanced.xml
9384         * manual/fr/advanced.xml
9385         * src/prefs_customheader.c
9386         * src/prefs_filtering_action.c
9387         * src/foldersel.c
9388         * src/prefs_summaries.c
9389         * src/prefs_filtering.c
9390         * src/account.c
9391         * src/compose.c
9392         * src/prefs_summary_column.c
9393         * src/addr_compl.c
9394         * src/prefs_actions.c
9395         * src/prefs_folder_column.c
9396         * src/ssl_manager.c
9397         * src/prefs_template.c
9398         * src/prefs_display_header.c
9399         * src/prefs_common.h
9400         * src/prefs_matcher.c
9401         * src/prefs_common.c
9402         * src/prefs_toolbar.c
9403         * src/summaryview.c
9404         * src/folderview.c
9405         * src/gtk/gtksctree.c
9406         * src/gtk/pluginwindow.c
9407         * src/gtk/progressdialog.c
9408         * src/gtk/prefswindow.c
9409                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9410                 to make its meaning more obvious (all versions of the manual reflect
9411                 the change).
9412                 added an extra hidden option use_stripes_in_summary to allow
9413                 discarding these stripes in mainwindow's folder and message lists;
9414                 en and fr manuals only are OK towards this.
9415
9416 2006-09-06 [colin]      2.4.0cvs153
9417
9418         * src/textview.c
9419                 Hide Sylpheed-Claws' internal queue headers
9420                 when showing all headers. They'll be present
9421                 only in Source window.
9422
9423 2006-09-05 [colin]      2.4.0cvs152
9424
9425         * src/plugins/trayicon/trayicon.c
9426                 Fix crash at exit - we have to disconnect
9427                 our handlers
9428         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9429                 Update eggtrayicon - patch adapted from a
9430                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9431                 on Sylpheed's ML
9432
9433 2006-09-05 [colin]      2.4.0cvs151
9434
9435         * src/mainwindow.c
9436         * src/gtk/logwindow.c
9437                 Fix race condition when something writes
9438                 to the log too soon during init. Thanks
9439                 to Fabien Vantard
9440
9441 2006-09-05 [colin]      2.4.0cvs150
9442
9443         * src/mimeview.c
9444                 Don't select part on right-click either
9445
9446 2006-09-05 [paul]       2.4.0cvs149
9447
9448         * src/mimeview.c
9449                 completion of previous commit
9450                 Thanks to Colin
9451
9452 2006-09-05 [colin]      2.4.0cvs148
9453
9454         * src/mimeview.c
9455                 Don't force selection on middle-click, just open
9456
9457 2006-09-04 [colin]      2.4.0cvs147
9458
9459         * src/mimeview.c
9460                 Looks like gtk_notebook_set_current_page()
9461                 sometimes steals focus, and this annoys us
9462                 in MimeViewers as it renders navigation
9463                 keys useless. Take back focus after switching
9464                 pages.
9465
9466 2006-09-04 [colin]      2.4.0cvs146
9467
9468         * src/messageview.c
9469                 Set stop_loading when clicking on Next
9470                 during load. Don't add a callback to 
9471                 avoid over-complicating things.
9472
9473 2006-09-04 [colin]      2.4.0cvs145
9474
9475         * src/mimeview.c
9476         * src/messageview.c
9477                 Fix multiple loads in separate messageview
9478
9479 2006-09-04 [colin]      2.4.0cvs144
9480
9481         * src/summaryview.c
9482                 Let navigation keys be handled during 
9483                 load
9484
9485 2006-09-04 [colin]      2.4.0cvs143
9486
9487         * src/messageview.c
9488         * src/summaryview.c
9489         * src/textview.c
9490         * src/textview.h
9491                 Make loading of huge mails (lots of text and/or
9492                 images) cancellable, so the GUI doesn't block 
9493
9494 2006-09-04 [colin]      2.4.0cvs142
9495
9496         * src/plugins/trayicon/trayicon.c
9497                 Fix annoyance when removing a folder with 
9498                 unread mails: trayicon didn't update
9499
9500 2006-09-04 [paul]       2.4.0cvs141
9501
9502         * src/gtk/icon_legend.c
9503                 straighten up columns
9504                 Patch by Fabien Vantard
9505
9506 2006-09-04 [wwp]        2.4.0cvs140
9507
9508         * src/prefs_filtering.c
9509                 fix new line's account name in filtering prefs:
9510                 was "All", is now "(New)".
9511
9512 2006-09-04 [paul]       2.4.0cvs139
9513
9514         * tools/make.themes.project
9515                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9516                 instead of homebrewed "make release"
9517
9518 2006-09-03 [colin]      2.4.0cvs138
9519
9520         * src/folderview.c
9521                 Fix bug #1007 (Wrong folder highlighted)
9522
9523 2006-09-03 [colin]      2.4.0cvs137
9524
9525         * src/compose.c
9526                 Don't set Newsgroup: header to a mail folder
9527                 path
9528
9529 2006-09-03 [paul]       2.4.0cvs136
9530
9531         * src/prefs_other.c
9532         * src/prefs_spelling.c
9533                 unify the gui
9534
9535 2006-09-03 [paul]       2.4.0cvs135
9536
9537         * src/prefs_summaries.c
9538                 correct menu item text in prefs_keybind_apply_clicked()
9539
9540 2006-09-03 [paul]       2.4.0cvs134
9541
9542         * manual/advanced.xml
9543                 some improvements to the descriptions
9544         * src/mainwindow.c
9545         * src/messageview.c
9546         * src/summaryview.c
9547         * src/gtk/menu.c
9548                 fix menu sensitivity issues
9549         * src/prefs_message.c
9550                 drop the useless word 'short'
9551         * src/prefs_other.c
9552                 add the word 'lines' indicating log length
9553                 is a measure of lines
9554         * src/textview.c
9555                 fix compilation warnings
9556
9557 2006-09-02 [colin]      2.4.0cvs133
9558
9559         * src/messageview.c
9560                 Display a special return-receipt message
9561                 if the message is from the user
9562         * src/summaryview.c
9563                 Fix missing freeze of the list when marking
9564                 all read and unthreading for exec. Thanks
9565                 to Stephan Sachse.
9566
9567 2006-09-02 [paul]       2.4.0cvs132
9568
9569         * src/mainwindow.c
9570         * src/prefs_message.c
9571         * src/summaryview.c
9572                 fix some english
9573
9574 2006-09-02 [wwp]        2.4.0cvs131
9575
9576         * src/prefs_filtering.c
9577                 added an account name column to the filtering rules
9578                 dialog.
9579
9580 2006-09-02 [colin]      2.4.0cvs130
9581
9582         * src/gtk/logwindow.c
9583         * src/gtk/logwindow.h
9584                 Block scrolling if we're not at the end
9585                 of the log
9586
9587 2006-09-02 [colin]      2.4.0cvs129
9588
9589         * src/folder.c
9590                 Make sure account-specific rules can't
9591                 be used in {pre-,post-,}processing
9592         * src/mainwindow.c
9593         * src/gtk/logwindow.c
9594         * src/gtk/logwindow.h
9595                 Jump to last error when clicking on the
9596                 warning icon
9597
9598 2006-09-02 [colin]      2.4.0cvs128
9599
9600         * src/imap.c
9601         * src/import.c
9602         * src/mainwindow.c
9603         * src/mainwindow.h
9604                 Fix warning icon
9605         * src/inc.c
9606         * src/mbox.c
9607         * src/mbox.h
9608                 Let proc_mbox know its account, for
9609                 account-specific rules
9610
9611 2006-09-01 [colin]      2.4.0cvs127
9612
9613         * src/codeconv.c
9614                 Don't uselessly use iconv to convert from
9615                 us-ascii
9616         * src/alertpanel.c
9617         * src/mainwindow.c
9618         * src/mainwindow.h
9619         * src/inc.c
9620                 Fix certain log cases, disable warning icon
9621                 for now, the correct way to display it when
9622                 necessary and only when necessary is probably
9623                 to do it manually rather than use error logs
9624         * src/etpan/imap-thread.c
9625                 Clean up UID logging a bit
9626         * src/gtk/logwindow.c
9627         * src/gtk/logwindow.h
9628                 Make logging faster when the window's closed
9629
9630 2006-09-01 [wwp]        2.4.0cvs126
9631
9632         * manual/fr/account.xml
9633                 reflect changes to the ref. manual (parts of cvs72):
9634                 fix tabnames and quotes.
9635
9636 2006-09-01 [wwp]        2.4.0cvs125
9637
9638         * manual/fr/plugins.xml
9639                 reflect changes to the reference manual (cvs42):
9640                 update IRC channel info.
9641
9642 2006-09-01 [wwp]        2.4.0cvs124
9643
9644         * commitHelper
9645                 use CVSEDITOR env. var. if set, according to `man cvs`.
9646
9647 2006-09-01 [wwp]        2.4.0cvs123
9648
9649         * manual/advanced.xml
9650                 better sentence again (thanks to Paul).
9651
9652 2006-09-01 [wwp]        2.4.0cvs122
9653
9654         * manual/advanced.xml
9655         fix definition of toolbar_detachable and rework a bit the one of
9656         enable_dotted_lines.
9657
9658 2006-09-01 [mones]      2.4.0cvs121
9659
9660         * manual/advanced.xml
9661                 Document enable_dotted_lines
9662
9663 2006-09-01 [paul]       2.4.0cvs120
9664
9665         * src/folderview.c
9666         * src/folderview.h
9667         * src/imap.c
9668         * src/mainwindow.c
9669         * src/summaryview.c
9670                 obey the 'When entering folder...' option
9671                 when using the /View/Go to/... menu items
9672                 Thanks to Colin
9673
9674 2006-08-31 [colin]      2.4.0cvs119
9675
9676         * src/folderview.c
9677                 Revert 2.4.0cvs116, wrong fix.
9678
9679 2006-08-31 [colin]      2.4.0cvs118
9680
9681         * src/gtk/gtksctree.c
9682                 Better state the various copyrights
9683
9684 2006-08-31 [colin]      2.4.0cvs117
9685
9686         * src/prefs_common.c
9687                 fix enable_dotted_lines
9688
9689 2006-08-31 [colin]      2.4.0cvs116
9690
9691         * src/folderview.c
9692                 Use pref "Always open on select" when going
9693                 to next unread folder
9694         * src/gtk/gtksctree.c
9695                 Fix link failure to _gtk_clist_create_cell_layout
9696                 on certain computers. (Why not mine, I wonder)
9697
9698 2006-08-31 [colin]      2.4.0cvs115
9699
9700         * src/procmsg.c
9701         * src/textview.c
9702         * src/plugins/bogofilter/bogofilter.c
9703         * src/plugins/spamassassin/spamassassin.c
9704                 Requalify some "errors" to warnings
9705         * src/mainwindow.c
9706         * src/mainwindow.h
9707         * src/statusbar.c
9708                 Add an icon in the statusbar to notify
9709                 of errors
9710         * src/gtk/gtksctree.c
9711         * src/folderview.c
9712         * src/summaryview.c
9713                 Make the GtkSCTree look more modern by
9714                 alternating background lines
9715         * src/prefs_common.c
9716         * src/prefs_common.h
9717                 Add a pref to let people have the old
9718                 way if they prefer
9719
9720
9721 2006-08-30 [colin]      2.4.0cvs114
9722
9723         * src/procmsg.c
9724         * src/procmsg.h
9725                 Provide a way to filter a list of
9726                 messages in an optimised manner, and
9727                 add a list-filtering hook
9728         * src/folder.c
9729         * src/inc.c
9730         * src/mbox.c
9731                 Use the list filtering
9732         * src/plugins/bogofilter/bogofilter.c
9733                 Use the list-filtering hook
9734                 Use -b (bulk) mode for more speed
9735                 when learning and filtering
9736         * src/etpan/imap-thread.c
9737                 Make log output shorter in UID SEARCH
9738
9739
9740 2006-08-30 [colin]      2.4.0cvs113
9741
9742         * src/plugins/bogofilter/bogofilter.c
9743                 Really fast mass learning - thanks to David
9744                 Relson for the options explanations :)
9745
9746 2006-08-30 [colin]      2.4.0cvs112
9747
9748         * src/msgcache.c
9749                 Fix compilation on FreeBSD. Thanks
9750                 to Michael Hugues
9751
9752 2006-08-29 [colin]      2.4.0cvs111
9753
9754         * src/folderview.c
9755                 Handle "popup_menu" signal (for popping the 
9756                 menu via the keyboard)
9757         * src/mimeview.c
9758         * src/mimeview.h
9759         * src/summaryview.c
9760         * src/textview.c
9761         * src/gtk/gtkutils.c
9762         * src/gtk/gtkutils.h
9763                 Factorize scrolling code, and add an API 
9764                 for MimeViewers to handle scroll orders
9765
9766 2006-08-29 [wwp]        2.4.0cvs110
9767
9768         * src/plugins//bogofilter/bogofilter.c
9769         * src/plugins//spamassassin/spamassassin.c
9770                 make the bogofilter/spamassassin filtering error dialogs at
9771         incorporation obey to the "don't popup error dialog on
9772         receive error" option. If disabled, feed the log window w/
9773         the error message.
9774
9775 2006-08-29 [paul]
9776
9777         2.5.0-rc2 released
9778
9779 2006-08-29 [paul]       2.4.0cvs109
9780
9781         * Makefile.am
9782                 remove 'make release', it's not needed
9783                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9784
9785 2006-08-29 [paul]       2.4.0cvs108
9786
9787         * src/foldersel.c
9788         * src/summary_search.c
9789         * src/gtk/progressdialog.c
9790         * src/plugins/pgpcore/passphrase.c
9791                 replace deprecated gtk_window_set_policy()
9792
9793 2006-08-29 [colin]      2.4.0cvs107
9794
9795         * src/folder.c
9796                 Fix data loss when copy fails during a move:
9797                 only use fast remove_msgs if everything was
9798                 copied OK; else use slow remove_msg on the
9799                 mails that got copied only.
9800
9801 2006-08-28 [paul]       2.4.0cvs106
9802
9803         * src/mh.c
9804                 revert change in 2.4.0cvs104, it breaks
9805                 stuff
9806
9807 2006-08-28 [paul]       2.4.0cvs105
9808
9809         * src/plugins/spamassassin/spamassassin.c
9810                 english fix
9811
9812 2006-08-28 [paul]       2.4.0cvs104
9813
9814         * src/mh.c
9815                 fix data loss when moving to another
9816                 mailbox fails
9817         * src/prefs_spelling.c
9818                 improve the english
9819         * src/gtk/pluginwindow.c
9820                 improve the layout of the dialog text
9821         All thanks to Colin
9822
9823 2006-08-28 [paul]       2.4.0cvs103
9824
9825         * src/plugins/bogofilter/bogofilter.c
9826         * src/plugins/bogofilter/bogofilter_gtk.c
9827                 fix english up a bit, innit
9828
9829 2006-08-28 [paul]       2.4.0cvs102
9830
9831         * configure.ac
9832         * po/Makefile.in.in
9833         * po/Makevars
9834                 require autoconf 2.60, enabling building
9835                 with gettext 0.15 (gettext 0.14.x build still
9836                 possible). Replace Makefiles with versions
9837                 from gettext 0.15.
9838                 Remove configure options --with-localedir and
9839                 --with-mandir. The options that are provided
9840                 directly by autoconf 2.60 can be used instead:
9841                 --mandir --localedir
9842
9843 2006-08-27 [colin]      2.4.0cvs101
9844
9845         * src/plugins/bogofilter/Makefile.am
9846                 Fix make dist (no README)
9847
9848 2006-08-27 [colin]      2.4.0cvs100
9849
9850         * src/folder.c
9851                 Don't use F_UNKNOWN folders for any default
9852                 outbox/trash/etc
9853         * src/plugins/bogofilter/bogofilter.c
9854         * src/plugins/bogofilter/bogofilter.h
9855         * src/plugins/bogofilter/bogofilter_gtk.c
9856                 Add an option to specify the path to bogofilter
9857                 Use single-quotes to be able to learn in folders
9858                 with spaces in their names
9859                 Verify learning status
9860
9861 2006-08-27 [colin]      2.4.0cvs99
9862
9863         * manual/faq.xml
9864         * manual/plugins.xml
9865                 Document Bogofilter plugin
9866
9867 2006-08-27 [colin]      2.4.0cvs98
9868
9869         * src/compose.c
9870         * src/messageview.c
9871         * src/procmsg.c
9872         * src/procmsg.h
9873                 When possible, copy the queued mail to sent folder
9874                 instead of re-adding. Much faster on IMAP.
9875
9876 2006-08-27 [colin]      2.4.0cvs97
9877
9878         * src/msgcache.c
9879                 Disable mmaped caches - huge metadata loss
9880                 here after a power failure.
9881         * src/summaryview.c
9882                 Add quicksearch timing
9883         * src/common/plugin.c
9884         * src/common/plugin.h
9885                 Implement an interface to tell what plugins
9886                 provide. Prevent loading of similar plugins.
9887         * src/plugins/clamav/clamav_plugin.c
9888         * src/plugins/demo/demo.c
9889         * src/plugins/dillo_viewer/dillo_viewer.c
9890         * src/plugins/pgpcore/plugin.c
9891         * src/plugins/pgpinline/pgpinline.c
9892         * src/plugins/pgpmime/pgpmime.c
9893         * src/plugins/spamassassin/spamassassin.c
9894         * src/plugins/trayicon/trayicon.c
9895                 Implement plugin_provides()
9896
9897 2006-08-27 [colin]      2.4.0cvs96
9898
9899         * configure.ac
9900         * src/plugins/Makefile.am
9901         * src/plugins/bogofilter/.cvsignore
9902         * src/plugins/bogofilter/Makefile.am
9903         * src/plugins/bogofilter/bogofilter.c
9904         * src/plugins/bogofilter/bogofilter.h
9905         * src/plugins/bogofilter/bogofilter_gtk.c
9906                 New Bogofilter plugin, provides filtering and
9907                 learning. Spamassassin will go to extra plugins.
9908
9909 2006-08-26 [mones]      2.4.0cvs95
9910
9911         * manual/handling.xml
9912                 Fix subfolder path in the example (thanks to Paul) 
9913
9914 2006-08-26 [mones]      2.4.0cvs94
9915
9916         * manual/glossary.xml
9917                 2.2. + add ISP to the glossary
9918                 7.5. + Add UIDL to glossary
9919                 7.7. + Add TCP to glossary
9920         * manual/handling.xml
9921                 7.1. + Mentions GNU/Linux distribution, what about the non...
9922                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9923                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9924                 7.4. = Use appropriate quotation for commands
9925                 7.6. = change "" to <quote></quote>
9926         * manual/plugins.xml
9927                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9928         * manual/starting.xml
9929                 2.1. + local mbox file: some examples of mbox file locations...
9930                 Also reformatted files requiring it
9931
9932 2006-08-26 [wwp]        2.4.0cvs93
9933
9934         * src/summary_search.c
9935                 disable find buttons while summary search is running.
9936
9937 2006-08-25 [colin]      2.4.0cvs92
9938
9939         * src/folder.c
9940         * src/folderutils.c
9941         * src/mh.c
9942         * src/procmsg.h
9943         * src/summaryview.c
9944                 Speed up MH moving, and add progressbar
9945                 for MH deletion
9946         * src/msgcache.c
9947                 Write cache files using mmap() too
9948
9949 2006-08-25 [wwp]        2.4.0cvs91
9950
9951         * src/summaryview.c
9952                 switch spam<->ham button when a message has been marked as spam or ham
9953                 and is still selected. Thanks to Colin.
9954
9955 2006-08-25 [paul]       2.4.0cvs90
9956
9957         * src/Makefile.am
9958         * src/stock_pixmap.c
9959         * src/stock_pixmap.h
9960         * src/summaryview.c
9961         * src/gtk/icon_legend.c
9962         * src/pixmaps/copied.xpm
9963         * src/pixmaps/moved.xpm
9964                 add icons for delayed execution marked for
9965                 copying, marked for moving
9966
9967 2006-08-25 [mones]      2.4.0cvs89
9968
9969         * manual/glossary.xml
9970                 Fix the other glossary items:
9971                 5.1. = Inmmediate execution -> <quote>immediate execution...
9972                 5.2. = Fix MBOX capitalization -> Mbox
9973                 5.3. + Improve Plugins def. w/ tech. ref.
9974                 5.4. = Quotation -> replace '>' by <quote>></quote>
9975                 5.5. - SMTP Server. -> remove dot
9976         * po/es.po
9977                 Updated translation
9978
9979 2006-08-25 [mones]      2.4.0cvs88
9980
9981         * manual/ack.xml
9982                 Reformatted, changed email address
9983         * manual/glossary.xml
9984                 Reformatted, fixed MANUAL-TODO items:
9985                 8.2. + add ROT-13 to glossary
9986                 8.4. + add URL to glossary
9987         * manual/es/advanced.xml
9988                 Fixed <literal>s
9989
9990 2006-08-25 [paul]       2.4.0cvs87
9991
9992         * src/gtk/icon_legend.c
9993                 add 'marked for deletion' icon
9994                 arrange icons by containing column
9995                 wrap long label text
9996
9997 2006-08-25 [colin]      2.4.0cvs86
9998
9999         * src/common/utils.c
10000         * src/common/utils.h
10001                 Add the sc_g_*list_bigger functions in
10002                 a place everyone can use it
10003         * src/summaryview.c
10004                 Only freeze/thaw the list when working
10005                 on the selection, if it's bigger than 1
10006         * src/gtk/gtksctree.c
10007                 Only freeze/thaw the list when unselec-
10008                 ting 'all' if ('all' != 1)
10009                 This avoids some flickering
10010
10011 2006-08-24 [colin]      2.4.0cvs85
10012
10013         * src/addressbook.c
10014                 Fix strange list selection
10015                 Fix random seg (Invalid read of freed memory)
10016
10017 2006-08-24 [colin]      2.4.0cvs84
10018
10019         * src/alertpanel.c
10020         * src/gtk/inputdialog.c
10021         * src/plugins/pgpcore/passphrase.c
10022                 Revert minimal width patch of 2.4.0cvs67,
10023                 as it is also a maximal width. Use 
10024                 gtk_window_set_default_size instead.
10025
10026 2006-08-24 [colin]      2.4.0cvs83
10027
10028         * src/msgcache.c
10029                 Write cache/mark to temp files before
10030                 overwriting old ones (avoids metadata
10031                 loss if writing the new files fail).
10032                 Use mmap() to read cache/mark file, as
10033                 this makes cache reading faster. Dis-
10034                 abled for big-endian machines until it
10035                 can be tested. (Big-endian users: set
10036                 msgcache_use_mmap = TRUE in the relevant
10037                 #if).
10038         * src/procmsg.h
10039                 Move rarely used fields of MsgInfo in 
10040                 another structure, which will only be
10041                 allocated if needed. Face, X-Face,
10042                 Return receipt headers and List-*
10043                 headers are moved. Mails having none
10044                 of these occupy 52 bytes less with
10045                 this patch, which makes 2.5MB of RAM
10046                 saved on a 50k folder).
10047         * src/headerview.c
10048         * src/mainwindow.c
10049         * src/messageview.c
10050         * src/partial_download.c
10051         * src/procheader.c
10052         * src/procmsg.c
10053         * src/textview.c
10054                 Follow this structure change.
10055
10056 2006-08-24 [wwp]        2.4.0cvs82
10057
10058         * manual/es/.cvsignore
10059         * manual/es/dist/.cvsignore
10060         * manual/es/dist/html/.cvsignore
10061         * manual/es/dist/pdf/.cvsignore
10062         * manual/es/dist/ps/.cvsignore
10063         * manual/es/dist/txt/.cvsignore
10064                 more (generated) files to ignore.
10065
10066 2006-08-24 [colin]      2.4.0cvs81
10067
10068         * src/folder.c
10069         * src/mh.c
10070                 Fix possible problems with local delivery. Check the folder doesn't
10071                 need scan before setting its mtime when saving cache (which can be
10072                 done long after the folder's been modified by an external process);
10073                 Check that the stored item's mtime didn't change in mh functions.
10074
10075 2006-08-24 [mones]      2.4.0cvs80
10076
10077         * manual/advanced.xml
10078                 Rewrapping, some fixes and MANUAL-TODO items:
10079                 8.1. = change "" to <quote></quote>
10080                 8.3. = quote menu items
10081                 8.5. - deploying -> new user ... ideally a new user (redundant)
10082
10083 2006-08-23 [colin]      2.4.0cvs79
10084
10085         * src/gtk/gtksctree.c
10086                 When selecting or deselecting range, only
10087                 freeze/thaw when selection is bigger than 10
10088
10089 2006-08-23 [colin]      2.4.0cvs78
10090
10091         * src/messageview.c
10092         * src/mimeview.c
10093         * src/mimeview.h
10094         * src/plugins/dillo_viewer/dillo_viewer.c
10095                 Provide an API for MimeViewer plugins to
10096                 return a text selection for replying
10097
10098 2006-08-23 [colin]      2.4.0cvs77
10099
10100         * src/image_viewer.c
10101         * src/textview.c
10102                 Use gtk_pixbuf_new_from_file_at_scale(), which
10103                 is faster than getting the pixbuf then resizing
10104                 it.
10105
10106 2006-08-23 [colin]      2.4.0cvs76
10107
10108         * src/procmime.c
10109                 UTF-8 should be sent Quoted-printable
10110
10111 2006-08-22 [colin]      2.4.0cvs75
10112
10113         * src/mh.c
10114                 Check if scan is required before touching
10115                 the folder (or it'll be required every time)
10116
10117 2006-08-22 [colin]      2.4.0cvs74
10118
10119         * configure.ac
10120                 Require libetpan 0.46 (crasher fix when built
10121                 against gnutls)
10122
10123 2006-08-22 [colin]      2.4.0cvs73
10124
10125         * src/folder.c
10126                 Set folder's mtime after writing its
10127                 cache
10128         * src/folderview.c
10129                 Add some timing
10130         * src/procmsg.c
10131                 Don't do useless stuff if we don't 
10132                 thread by subject
10133         * src/summaryview.c
10134                 Add some timing, don't deselect prior
10135                 to selecting (gtksctree does it itself),
10136                 remove crash avoidance hacks as it's been
10137                 properly fixed since a while
10138         * src/common/utils.c
10139                 Optimize to_human_readable(): _() is slow,
10140                 do it only once, and avoid %f format for KB
10141                 (the most common in a summaryview)
10142         * src/gtk/gtksctree.c
10143                 Don't uselessly freeze/thaw (fixes flicker
10144                 on next unread and friends), reduce number
10145                 of g_list_nth/g_list_position where possible
10146         * src/gtk/gtkutils.c
10147         * src/gtk/gtkutils.h
10148                 Reduce number of g_list_nth/g_list_position
10149                 where possible.
10150                 All of this makes loading as 70k folder 2.1
10151                 seconds instead of 3.2 (with hot FS caches).
10152                 (1.3 seconds without Date and Size columns...)
10153
10154 2006-08-22 [paul]       2.4.0cvs72
10155
10156         wrap documents and do some items from mones' MANUAL-TODO:
10157
10158         * manual/account.xml
10159                 4.1. = fix tabname references to <quote>tabname</quote>
10160                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10161         * manual/faq.xml
10162                 1.1. = mentioned options don't match UI
10163                 Add information about the 'Never send Return Receipts'
10164                 option
10165         * manual/handling.xml
10166                 6.2. = Mentions Extended symbols button, but now is
10167                 named Information
10168                 6.3. = Mentions ... button, which is now Edit
10169
10170 2006-08-22 [colin]      2.4.0cvs71
10171
10172         * src/gtk/pluginwindow.c
10173                 Fix layout in verbose translations (such
10174                 as french)
10175
10176 2006-08-22 [paul]       2.4.0cvs70
10177
10178         * manual/Makefile.am
10179                 build manuals in alphabetical order
10180         * src/addressbook.c
10181         * src/prefs_themes.c
10182                 replace/remove deprecated symbols
10183         * src/gtk/gtkutils.c
10184                 fix a warning
10185         * src/gtk/pluginwindow.c
10186                 replace deprecated symbol
10187                 replace label text and move it
10188         * src/plugins/pgpcore/prefs_gpg.c
10189                 move the 'Generate...' button out of the
10190                 Sign Key frame, replace the English used
10191         * src/plugins/pgpcore/sgpgme.c
10192                 fixes to the English
10193
10194 2006-08-21 [colin]      2.4.0cvs69
10195
10196         * src/plugins/trayicon/trayicon.c
10197                 Add more strings for translation; patch
10198                 by Pawel
10199
10200 2006-08-21 [colin]      2.4.0cvs68
10201
10202         * src/compose.c
10203                 fix replied flag not set after drafting
10204         * src/matcher.c
10205                 fix body quicksearch in non-encoded bodies
10206                 containing '='
10207         * src/msgcache.c
10208                 Get rid of the g_malloc workaround for
10209                 corrupted caches, use g_try_malloc
10210
10211 2006-08-21 [colin]      2.4.0cvs67
10212
10213         * src/alertpanel.c
10214         * src/gtk/inputdialog.c
10215         * src/plugins/pgpcore/passphrase.c
10216                 Set minimal width to 375
10217         * src/mainwindow.c
10218                 Fix switching to offline, asking if it 
10219                 should be overriden for synchronising
10220         * src/mimeview.c
10221                 Don't offer to remember command on Open 
10222                 with for text parts, as the browser or 
10223                 text editor command isn't changed from 
10224                 there
10225
10226 2006-08-20 [paul]       2.4.0cvs66
10227
10228         * po/ko.po
10229         * po/zh_CN.po
10230                 fix plural form errors. revealed by stricter
10231                 checking of gettext 0.15
10232
10233 2006-08-18 [paul]       2.4.0cvs65
10234
10235         * src/stock_pixmap.c
10236                 fix the fix of 2.4.0cvs64
10237                 Thanks to Colin
10238
10239 2006-08-18 [paul]       2.4.0cvs64
10240
10241         * src/stock_pixmap.c
10242                 fix leaks
10243                 Thanks to Colin
10244
10245 2006-08-18 [paul]       2.4.0cvs63
10246
10247         * src/compose.c
10248         * src/procmsg.c
10249                 fix occasional IMAP bug where large msgs
10250                 were left in the queue folder after sending
10251                 Thanks to Colin
10252
10253 2006-08-18 [paul]       2.4.0cvs62
10254
10255         * src/folderview.c
10256                 freeze the summaryview while quicksearch results
10257                 are displayed
10258                 (fixes bug 456 'current message is hidden when the
10259                 view is refreshed and extended search is "unread 
10260                 messages"')
10261                 Thanks to Colin
10262         * src/textview.c
10263                 add missing #include "inputdialog.h"
10264         * src/common/utils.h
10265                 add missing mailcap_update_default() and improve
10266                 readability
10267
10268 2006-08-17 [colin]      2.4.0cvs61
10269
10270         * src/plugins/pgpcore/select-keys.c
10271                 Fix warnings :)
10272
10273 2006-08-17 [colin]      2.4.0cvs60
10274
10275         * src/compose.c
10276                 Don't continue queuing if Cancel is clicked
10277                 in select-keys
10278
10279 2006-08-17 [colin]      2.4.0cvs59
10280
10281         * src/plugins/pgpcore/select-keys.c
10282                 When encrypting, if only one key matches and it 
10283                 matches exactly, automatically use it.
10284
10285 2006-08-17 [colin]      2.4.0cvs58
10286
10287         * src/mimeview.c
10288         * src/prefs_common.c
10289         * src/prefs_common.h
10290         * src/prefs_ext_prog.c
10291         * src/textview.c
10292                 Fix issues with previous patch (text/html)
10293                 Remove outdated prefs
10294
10295 2006-08-17 [colin]      2.4.0cvs57
10296
10297         * src/imap.c
10298                 Add View Log button on auth error
10299         * src/procmsg.c
10300                 Fix encrypted mail marked as new when
10301                 saved in normal folders
10302         * src/plugins/pgpinline/pgpinline.c
10303                 Fix encrypt bug on IMAP
10304         * src/mimeview.c
10305         * src/common/utils.c
10306         * src/common/utils.h
10307         * src/gtk/inputdialog.c
10308         * src/gtk/inputdialog.h
10309                 Get rid of metamail stuff, simplify
10310                 opening, and allow remembering of user's
10311                 choices (by updating ~/.mailcap). There's
10312                 still to drop "Audio player" and "Image
10313                 viewer" preferences.
10314
10315 2006-08-17 [mones]      2.4.0cvs56
10316
10317         * manual/es/sylpheed-claws-manual.xml
10318                 fix DTD path
10319
10320 2006-08-17 [mones]      2.4.0cvs55
10321
10322         * configure.ac
10323         * manual/Makefile.am
10324         * manual/es/Makefile.am
10325         * manual/es/account.xml
10326         * manual/es/ack.xml
10327         * manual/es/addrbook.xml
10328         * manual/es/advanced.xml
10329         * manual/es/faq.xml
10330         * manual/es/glossary.xml
10331         * manual/es/gpl.xml
10332         * manual/es/handling.xml
10333         * manual/es/intro.xml
10334         * manual/es/keyboard.xml
10335         * manual/es/plugins.xml
10336         * manual/es/starting.xml
10337         * manual/es/sylpheed-claws-manual.xml
10338         * manual/es/dist/Makefile.am
10339         * manual/es/dist/html/Makefile.am
10340         * manual/es/dist/pdf/Makefile.am
10341         * manual/es/dist/ps/Makefile.am
10342         * manual/es/dist/txt/Makefile.am
10343                 Spanish translation for the manual
10344
10345 2006-08-16 [colin]      2.4.0cvs54
10346
10347         * src/compose.c
10348         * src/main.c
10349         * src/mainwindow.c
10350                 Fix send button sensitivity at startup
10351                 Set send menu sensitivity (patch by Fabien)
10352         * src/ssl_manager.c
10353                 Enable closing with esc (patch by Fabien)
10354         * src/gtk/foldersort.c
10355                 Enable closing with esc (patch by Fabien)
10356         * src/procmime.c
10357                 Optimisation (no need to copy to tempfile to
10358                 "decode" 7bit and 8bit)
10359         * src/summaryview.c
10360                 Fix cruft in swap_from case
10361         * src/textview.c
10362                 Fix missing last line in some mail cases 
10363                 (Fixes debian #381872)
10364         * src/plugins/pgpcore/prefs_gpg.c
10365         * src/plugins/pgpcore/sgpgme.c
10366         * src/plugins/pgpcore/sgpgme.h
10367                 Don't show "no key found" when user explicitely
10368                 wants to create a key
10369
10370 2006-08-16 [paul]       2.4.0cvs53
10371
10372         * configure.ac
10373         * src/account.c
10374         * src/addressbook.c
10375         * src/headerview.c
10376         * src/prefs_account.c
10377         * src/prefs_message.c
10378         * src/gtk/gtkutils.c
10379                 bump up minimum required versions of GTK+ and
10380                 GLIB to 2.6.0
10381
10382 2006-08-16 [paul]       2.4.0cvs52
10383
10384         * src/toolbar.c
10385                 workaround GTK+ Bug 351600 - 'Can't re-click
10386                 on button after sensitivity update'
10387                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10388                 Thanks to Colin
10389
10390 2006-08-15 [colin]      2.4.0cvs51
10391
10392         * src/plugins/pgpcore/prefs_gpg.c
10393                 Set options sensitivity according to
10394                 key existence
10395         * src/plugins/pgpcore/sgpgme.c
10396                 Allow to create key with no passphrase
10397
10398 2006-08-14 [cleroy]     2.4.0cvs50
10399
10400         * src/gtk/pluginwindow.c
10401                 New layout (maybe to be changed?)
10402         * src/gtk/gtkutils.c
10403                 Fix a bit label_window
10404         * src/plugins/pgpcore/passphrase.c
10405         * src/plugins/pgpcore/passphrase.h
10406         * src/plugins/pgpcore/plugin.c
10407         * src/plugins/pgpcore/prefs_gpg.c
10408         * src/plugins/pgpcore/prefs_gpg.h
10409         * src/plugins/pgpcore/sgpgme.c
10410         * src/plugins/pgpcore/sgpgme.h
10411                 Allow to create a PGP private key via the GUI
10412
10413 2006-08-14 [wwp]        2.4.0cvs49
10414
10415         * src/addressbook_foldersel.c
10416                 fix strict ISO C90 compliance.
10417
10418 2006-08-14 [paul]       2.4.0cvs48
10419
10420         * src/gtk/prefswindow.c
10421                 re-set scrolled window on opening
10422                 Patch by Ticho
10423
10424 2006-08-14 [paul]
10425
10426         2.5.0-rc1 released
10427
10428 2006-08-14 [paul]       2.4.0cvs47
10429
10430         * src/prefs_display_header.c
10431                 re-enable user-defined Displayed Headers
10432
10433 2006-08-14 [paul]       2.4.0cvs46
10434
10435         * src/prefs_account.c
10436                 use GTK_STOCK_EDIT
10437
10438 2006-08-13 [colin]      2.4.0cvs45
10439
10440         * src/common/utils.c
10441                 Fix "a" in quote when the original message is empty,
10442                 by using \0 instead of 'a' to test writability of
10443                 temp files.
10444
10445 2006-08-13 [wwp]        2.4.0cvs44
10446
10447         * src/plugins/spamassassin/spamassassin.c
10448                 fix capitalization of "SpamAssassin" in some debug, log and
10449                 dialog messages.
10450
10451 2006-08-13 [paul]       2.4.0cvs43
10452
10453         * src/editldap.c
10454                 fix overlapping widgets
10455         * src/prefs_account.c
10456                 fix translation of protocol_names[]
10457                 fix label disappearing off the edge of the
10458                 visible area
10459
10460 2006-08-12 [paul]       2.4.0cvs42
10461
10462         * manual/plugins.xml
10463                 update IRC channel info before it gets forgotten
10464                 about
10465
10466 2006-08-11 [colin]      2.4.0cvs41
10467
10468         * src/compose.c
10469         * src/mainwindow.c
10470         * src/mainwindow.h
10471         * src/procmsg.c
10472         * src/procmsg.h
10473         * src/summaryview.c
10474         * src/toolbar.c
10475                 Grey out the Send button if
10476                 - Queue folders are empty, or
10477                 - We're sending already
10478
10479 2006-08-11 [wwp]        2.4.0cvs40
10480
10481         * src/main.c
10482                 fix a logic issue when quitting while a compose window is
10483                 still open, thanks to Colin.
10484
10485 2006-08-10 [colin]      2.4.0cvs39
10486
10487         * src/main.c
10488                 Fix default font size setting after wizard run
10489         * src/imap.c
10490         * src/etpan/imap-thread.c
10491         * src/etpan/imap-thread.h
10492                 Fix bug #999 (Timing out on TSL cert validation 
10493                 dialog makes ugly things happen). Also, STARTTLS
10494                 unconditionnaly if initial capabilities contain
10495                 LOGINDISABLED and STARTTLS.
10496
10497 2006-08-09 [colin]      2.4.0cvs38
10498
10499         * src/mainwindow.c
10500         * src/mainwindow.h
10501                 Fix Tools/Actions sensitivity when there are
10502                 no actions
10503
10504 2006-08-09 [colin]      2.4.0cvs37
10505
10506         * src/prefs_filtering.c
10507                 Warning fix, patch by Paul
10508         * src/messageview.c
10509         * src/prefs_actions.c
10510         * src/prefs_filtering_action.c
10511         * src/prefs_matcher.c
10512                 Uniformisation of "Info ..." to "Info..." (for
10513                 old gtk), patch by Fabien
10514         * src/plugins/clamav/clamav_plugin_gtk.c
10515                 Sensitivity fix by Fabien
10516
10517 2006-08-09 [colin]      2.4.0cvs36
10518
10519         * src/main.c
10520         * src/main.h
10521                 Add a function to know whether we're exiting
10522         * src/plugins/trayicon/trayicon.c
10523                 If exiting, don't do anything. Faster, and
10524                 avoids gtk_main_iteration reentracy causing
10525                 segfaults at exit
10526
10527 2006-08-09 [colin]      2.4.0cvs35
10528
10529         * src/messageview.c
10530         * src/mimeview.c
10531         * src/mimeview.h
10532                 Fix lack of part selection when automatically 
10533                 jumping to a specific part
10534         * src/msgcache.c
10535                 Little optimisation in cache reading
10536
10537 2006-08-09 [colin]      2.4.0cvs34
10538
10539         * src/compose.c
10540                 Fix crash setting the priority on reedit
10541                 (Accessing compose before creating it!)
10542
10543 2006-08-08 [colin]      2.4.0cvs33
10544
10545         * src/procmime.c
10546                 Fix bug #998 (last attachment is not accessible)
10547                 Bad RFC interpretation on multipart close-delimiters
10548         * src/mimeview.c
10549         * src/mimeview.h
10550         * src/gtk/gtkvscrollbutton.c
10551         * src/gtk/gtkvscrollbutton.h
10552                 Make attachments list wheel-scrollable
10553
10554 2006-08-07 [colin]      2.4.0cvs32
10555
10556         * src/gtk/gtkaspell.c
10557                 Fix bug #973 (Unicode punctation characters 
10558                 are not recognized as separators by the
10559                 spell checker); fix unsigned stuff
10560
10561 2006-08-07 [colin]      2.4.0cvs31
10562
10563         * src/compose.c
10564                 Fix bug #956 (DnD text with accents in compose 
10565                 text entry); fix gccc's signed/unsigned fuss
10566
10567 2006-08-06 [colin]      2.4.0cvs30
10568
10569         * src/main.c
10570                 Fix bug #979 (Plugin crashes when exiting 
10571                 sylpheed-claws) : handle exit request only 
10572                 once
10573
10574 2006-08-05 [colin]      2.4.0cvs29
10575
10576         * src/news.c
10577                 Just make sure we have a msgid.
10578
10579 2006-08-05 [colin]      2.4.0cvs28
10580
10581         * src/news.c
10582         * src/summaryview.c
10583                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10584                 by reimplementing it
10585         * src/textview.c
10586                 Fix bug when hiding quotes with level > 3 and quote
10587                 colors are recycled
10588
10589 2006-08-04 [colin]      2.4.0cvs27
10590
10591         * src/compose.c
10592         * src/undo.c
10593         * src/undo.h
10594                 Fix a bit replace-by-pasting undo
10595         * src/mainwindow.c
10596         * src/messageview.c
10597                 Fix Fold quotes menu synchro in
10598                 mainwindow when it changes in 
10599                 messageview
10600         * src/textview.c
10601                 Fix right-click on quotes blocks
10602         * src/common/utils.c
10603                 Verify that the file created by
10604                 my_tmpfile() is writable. Fixes
10605                 bug #988 (very specific filesystem
10606                 issue)
10607         * src/plugins/pgpcore/sgpgme.c
10608                 Fix file descriptor leak
10609         * src/plugins/spamassassin/spamassassin.c
10610                 Warn once if spamd isn't reachable
10611
10612 2006-08-04 [colin]      2.4.0cvs26
10613
10614         * src/toolbar.c
10615                 i18n context patch by Fabien
10616
10617 2006-08-03 [colin]      2.4.0cvs25
10618
10619         * src/mainwindow.c
10620         * src/messageview.c
10621                 Rename "Hide quotes" to "Fold quotes"
10622         * src/textview.c
10623                 Don't use hand cursor on quotes. "all 
10624                 the bonuses of the feature and none of 
10625                 unwelcome side-effects"
10626
10627 2006-08-03 [colin]      2.4.0cvs24
10628
10629         * AUTHORS
10630         * sylpheed-claws.desktop
10631         * src/gtk/authors.h
10632                 Bring the desktop file to XDG compliance
10633                 Patch by Charles A. Edwards
10634
10635 2006-08-03 [colin]      2.4.0cvs23
10636
10637         * src/textview.c
10638                 Fix links offset when they are preceded
10639                 by accentued chars (g_utf8_strlen!)
10640         * src/mainwindow.c
10641                 Fix wrong status when starting offline
10642
10643
10644 2006-08-03 [wwp]        2.4.0cvs22
10645
10646         * src/prefs_common.h
10647                 ask what to do w/ filtering rules that belong to an account when
10648                 applying filtering rules manually from the main window (skip,
10649                 apply regardless of the account, use current account). This dialog
10650                 can be skipped and the last reply used.
10651                 (forgot that file)
10652
10653 2006-08-03 [wwp]        2.4.0cvs21
10654
10655         * src/filtering.c
10656         * src/filtering.h
10657         * src/prefs_common.c
10658         * src/summaryview.c
10659         * src/alertpanel.c
10660         * src/alertpanel.h
10661         * src/messageview.c
10662                 ask what to do w/ filtering rules that belong to an account when
10663                 applying filtering rules manually from the main window (skip,
10664                 apply regardless of the account, use current account). This dialog
10665                 can be skipped and the last reply used.
10666
10667
10668 2006-08-03 [colin]      2.4.0cvs20
10669
10670         * src/textview.c
10671                 Optimize previous patch
10672
10673 2006-08-03 [cleroy]     2.4.0cvs19
10674
10675         * src/textview.c
10676                 Fix quotes getting toggled back when the
10677                 mail has an even number of text parts
10678
10679 2006-08-02 [colin]      2.4.0cvs18
10680
10681         * src/messageview.c
10682                 Add Hide quotes menu
10683
10684 2006-08-02 [colin]      2.4.0cvs17
10685
10686         * src/mainwindow.c
10687         * src/prefs_common.c
10688         * src/textview.c
10689         * src/textview.h
10690         * src/gtk/about.c
10691                 Allow per-level quote hiding,
10692                 Allow toggling quotes by double-clicking them
10693                 Rename RemoteURI to ClickableText to reflect
10694                 the fact it's used for a variety of things
10695
10696 2006-08-02 [wwp]        2.4.0cvs16
10697
10698         * src/mainwindow.c
10699                 fix "View/Hide quotes" menu item status initialization.
10700
10701 2006-08-02 [wwp]        2.4.0cvs15
10702
10703         * src/matcher_parser_parse.y
10704                 remove a debug trace.
10705
10706 2006-08-02 [paul]       2.4.0cvs14
10707
10708         * src/plugins/pgpcore/passphrase.c
10709                 don't set initial dialog size
10710                 make it resizable
10711
10712 2006-08-02 [paul]       2.4.0cvs13
10713
10714         * src/noticeview.c
10715                 remove the rogue '/' character
10716
10717 2006-08-02 [paul]       2.4.0cvs12
10718
10719         * src/noticeview.c
10720                 allow buttons to resize as necessary
10721
10722 2006-08-01 [wwp]        2.4.0cvs11
10723
10724         * src/mbox.c
10725                 fix strict ISO C90 compliance.
10726
10727 2006-08-01 [wwp]        2.4.0cvs10
10728
10729         * tools/update-po
10730                 updated update-po tool to work w/ context-dependent translations.
10731                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10732
10733 2006-08-01 [wwp]        2.4.0cvs9
10734
10735         * src/matcher.c
10736         * src/prefs_filtering.c
10737         * src/prefs_matcher.c
10738                 allow context-dependent translations for "All",
10739                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10740
10741 2006-07-31 [colin]      2.4.0cvs8
10742
10743         * AUTHORS
10744         * src/gtk/authors.h
10745                 Add Rafal to authors
10746
10747 2006-07-31 [colin]      2.4.0cvs7
10748
10749         * src/compose.c
10750         * src/mainwindow.c
10751         * src/messageview.h
10752         * src/prefs_common.c
10753         * src/prefs_common.h
10754         * src/textview.c
10755                 Add 'View/Hide quotes'. Patch based on a patch
10756                 by Rafal Weglarz
10757
10758 2006-07-31 [colin]      2.4.0cvs6
10759
10760         * src/action.c
10761                 Fix problem with "> stuff >" actions
10762
10763 2006-07-31 [paul]       2.4.0cvs5
10764
10765         * po/nb.po
10766                 updated by Geir Helland
10767
10768 2006-07-31 [wwp]        2.4.0cvs4
10769
10770         * src/mainwindow.c
10771         * src/summaryview.c
10772         * src/summaryview.h
10773                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10774                 thanks to Colin.
10775
10776 2006-07-31 [wwp]        2.4.0cvs3
10777
10778         * src/Makefile.am
10779         * src/addr_compl.c
10780         * src/addr_compl.h
10781         * src/addressbook.c
10782         * src/addressbook.h
10783         * src/addressbook_foldersel.c
10784         * src/addressbook_foldersel.h
10785         * src/addrindex.c
10786         * src/addrindex.h
10787         * src/matcher.c
10788         * src/matcher.h
10789         * src/matcher_parser_lex.l
10790         * src/matcher_parser_parse.y
10791         * src/prefs_common.c
10792         * src/prefs_common.h
10793         * src/prefs_filtering.c
10794         * src/prefs_matcher.c
10795         * src/prefs_matcher.h
10796         * src/summaryview.c
10797                 introduce filtering against the address book. It's now possible to add
10798                 matched conditions to determine if any email address in a message matches
10799                 or doesn't match any or all books or folders in the address book.
10800
10801 2006-07-31 [wwp]        2.4.0cvs2
10802
10803         * src/account.c
10804         * src/filtering.c
10805         * src/filtering.h
10806         * src/folder.c
10807         * src/folderview.c
10808         * src/inc.c
10809         * src/mainwindow.c
10810         * src/matcher.c
10811         * src/matcher_parser_lex.l
10812         * src/matcher_parser_parse.y
10813         * src/mbox.c
10814         * src/prefs_filtering.c
10815         * src/prefs_filtering.h
10816         * src/procmsg.c
10817         * src/procmsg.h
10818         * src/summaryview.c
10819                 introduce per-account filtering rules. Each filtering rule can now be assigned
10820                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10821                 when applying filtering rules manually, as all rules will apply - even the ones
10822                 assigned to an account. This issue will be addressed soon.
10823  
10824
10825
10826 2006-07-31 [wwp]        2.4.0cvs1
10827
10828         * src/quote_fmt.c
10829                 make more strings translatable.
10830
10831 2006-07-31 [paul]       2.4.0
10832
10833         2.4.0 released
10834
10835 2006-07-31 [paul]       2.3.1cvs91
10836
10837         * po/ca.po
10838                 updated by Miquel Oliete
10839
10840 2006-07-31 [paul]       2.3.1cvs90
10841
10842         * po/de.po
10843         * po/el.po
10844         * po/fr.po
10845         * po/it.po
10846         * po/pl.po
10847         * po/pt_BR.po
10848         * po/sr.po
10849         * po/zh_CN.po
10850                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10851                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10852                 Aleksandar Urosevic, and Ralgh Young
10853
10854 2006-07-31 [paul]       2.3.1cvs89
10855
10856         * src/account.c
10857         * src/main.c
10858         * src/mainwindow.c
10859         * src/mainwindow.h
10860                 Fix a race condition when, after an SC crash, rescanning
10861                 folders took more than 0.5 seconds
10862                 Thanks to Colin
10863
10864 2006-07-31 [paul]       2.3.1cvs88
10865
10866         * src/folderview.c
10867                 don't translate separator strings
10868
10869 2006-07-30 [mones]      2.3.1cvs87
10870
10871         * doc/man/sylpheed-claws.1
10872                 Fixed non-ASCII chars in Hoa's name
10873         * po/es.po
10874                 Updated for release
10875
10876 2006-07-27 [colin]      2.3.1cvs86
10877
10878         * src/textview.c
10879                 Don't include the leading \n in links
10880                 Patch by Fabien
10881
10882 2006-07-25 [colin]      2.3.1cvs85
10883
10884         * src/mainwindow.c
10885         * src/common/socket.h
10886         * src/etpan/imap-thread.c
10887                 Refresh resolvers before connecting
10888                 to IMAP servers, and after switching
10889                 to online. Thanks to Paul.
10890
10891 2006-07-18 [colin]
10892
10893         * 2.4.0-rc4 released
10894
10895 2006-07-17 [colin]      2.3.1cvs84
10896
10897         * src/inc.c
10898                 Show connection attempt in statusbar before
10899                 connecting (previously first message was
10900                 "Retrieving messages from ..." after the
10901                 connection succeeded.
10902
10903 2006-07-16 [wwp]        2.3.1cvs83
10904
10905         * sylpheed-claws.ico
10906                 Added .ico file (windows multi-size icon file, generated).
10907
10908 2006-07-12 [wwp]        2.3.1cvs82
10909
10910         * src/messageview.c
10911                 remove Message/Re-edit menu entry from messageview window,
10912                 as sent/draft/queued messages are opened in compose window when
10913                 re-edited and it's not possible to re-edit other msgs.
10914
10915 2006-07-12 [paul]       2.3.1cvs81
10916
10917         * AUTHORS
10918         * src/mainwindow.c
10919         * src/gtk/authors.h
10920                 check online state before resetting
10921                 mailcheck timer. Useful if some program
10922                 verifies connection state and updates
10923                 Claws.
10924                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10925
10926 2006-07-12 [paul]       2.3.1cvs80
10927
10928         * sylpheed-claws-128x128.png
10929         * sylpheed-claws-64x64.png
10930         * sylpheed-claws.png
10931         * src/Makefile.am
10932         * src/main.c
10933         * src/prefs_toolbar.c
10934         * src/stock_pixmap.c
10935         * src/stock_pixmap.h
10936         * src/wizard.c
10937         * src/gtk/about.c
10938         * src/gtk/gtkutils.c
10939         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10940         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10941         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10942         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10943         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10944         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10945                 updated and renamed logo/icon files and related
10946                 logo by Jesper Schultz
10947
10948 2006-07-11 [paul]       2.3.1cvs79
10949
10950         * src/main.c
10951                 fix the labels a smidgin
10952
10953 2006-07-09 [colin]      2.3.1cvs78
10954
10955         * src/textview.c
10956                 Show errors in textviewer's command
10957                 Patch by H. Merijn Brand
10958
10959 2006-07-09 [colin]      2.3.1cvs77
10960
10961         * src/compose.c
10962                 Save FMID in drafts too
10963
10964 2006-07-08 [colin]      2.3.1cvs76
10965
10966         * src/compose.c
10967                 Svae RMID in drafted mails too
10968                 Save quote_fmt vars for whole mails,
10969                 don't reset at each quote_fmt_init:
10970                 allows to use the same |i{var} in
10971                 various template fields
10972         * src/prefs_template.c
10973         * src/quote_fmt.h
10974         * src/quote_fmt_parse.y
10975                 Same
10976
10977 2006-07-08 [colin]      2.3.1cvs75
10978
10979         * src/textview.c
10980                 Fix highlighting of attached parts URIs
10981
10982 2006-07-08 [colin]      2.3.1cvs74
10983
10984         * src/main.c
10985                 Prevent bug #981 (sc 2.3.1 segfaults with 
10986                 gtk+ 2.10) from being reported again:
10987                 if Sylpheed-Claws has been compiled against
10988                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10989                 of if Sylpheed-Claws has been compiled against
10990                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10991                 error out.
10992
10993 2006-07-07 [colin]      2.3.1cvs73
10994
10995         * src/prefs_actions.c
10996                 Fix label
10997
10998 2006-07-07 [colin]      2.3.1cvs72
10999
11000         * src/prefs_actions.c
11001                 Fix compile on gtk < 2.8. argh :)
11002
11003 2006-07-07 [paul]       2.3.1cvs71
11004
11005         * src/common/defs.h
11006                 update DONATE_URI
11007
11008 2006-07-07 [colin]      2.3.1cvs70
11009
11010         * po/POTFILES.in
11011         * src/quote_fmt.c
11012         * src/quote_fmt_lex.l
11013         * src/quote_fmt_parse.y
11014                 Add |i{var}, a way to insert user-entered
11015                 text in a template
11016
11017 2006-07-07 [colin]
11018
11019         * 2.4.0-rc3 released
11020
11021 2006-07-07 [colin]      2.3.1cvs69
11022
11023         * src/folder.c
11024                 Don't consider inboxes of UNKNOWN folder 
11025                 classes to be useable as default inboxes
11026
11027 2006-07-07 [paul]       2.3.1cvs68
11028
11029         * src/textview.c
11030                 add missing #include <errno.h>
11031                 Thanks to René J. Blokland
11032
11033 2006-07-07 [paul]       2.3.1cvs67
11034
11035         * src/action.c
11036                 Return now Closes dialog
11037         * src/mimeview.c
11038         * src/mimeview.h
11039         * src/textview.c
11040                 add contextual menu to mime parts listed
11041                 in the textview
11042                 Thanks to Colin
11043         * src/common/utils.c
11044                 reversal: ' is a valid character in URLs
11045
11046 2006-07-06 [colin]      2.3.1cvs66
11047
11048         * src/remotefolder.h
11049                 Forgotten in previous commit
11050
11051 2006-07-06 [colin]      2.3.1cvs65
11052
11053         * src/folder.c
11054                 Set summary update flag whenever
11055                 totals changed
11056         * src/imap.c
11057         * src/prefs_account.c
11058         * src/common/utils.h
11059         * src/etpan/imap-thread.c
11060                 Fix warnings, thanks to Fabien and
11061                 Ricardo
11062
11063 2006-07-06 [wwp]        2.3.1cvs64
11064
11065         * src/gtk/gtkutils.c
11066                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11067
11068 2006-07-06 [wwp]        2.3.1cvs63
11069
11070         * src/account.c
11071         * src/addressbook.c
11072         * src/addressitem.h
11073         * src/folderview.c
11074         * src/mainwindow.c
11075         * src/manual.c
11076         * src/manual.h
11077         * src/message_search.c
11078         * src/prefs_actions.c
11079         * src/prefs_filtering.c
11080         * src/prefs_filtering.h
11081         * src/prefs_template.c
11082         * src/summary_search.c
11083         * src/summaryview.c
11084         * src/gtk/gtkutils.c
11085         * src/gtk/gtkutils.h
11086         * src/gtk/pluginwindow.c
11087                 add help buttons to some dialogs. Clicking such buttons opens a
11088                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11089
11090 2006-07-06 [paul]       2.3.1cvs62
11091
11092         * src/textview.c
11093                 fix attachments contextual menu
11094                 Thanks to Colin
11095
11096 2006-07-05 [colin]      2.3.1cvs61
11097
11098         * src/textview.c
11099         * src/compose.c
11100                 Handle sftp:// links
11101
11102 2006-07-05 [paul]       2.3.1cvs60
11103
11104         * src/gtk/filesel.c
11105                 grab save button by default
11106                 Thanks to Colin
11107
11108 2006-07-05 [wwp]        2.3.1cvs59
11109
11110         * manual/xml2pdf
11111                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11112
11113 2006-07-04 [colin]      2.3.1cvs58
11114
11115         * src/mimeview.c
11116         * src/textview.c
11117                 Use left click to select, middle click to open
11118                 on mimeparts links
11119         * src/common/utils.c
11120                 Fix segfault
11121
11122 2006-07-04 [colin]      2.3.1cvs57
11123
11124         * src/mainwindow.c
11125         * src/news.c
11126                 Warning fixes, thanks to Fabien
11127
11128 2006-07-04 [colin]      2.3.1cvs56
11129
11130         * src/mimeview.c
11131         * src/mimeview.h
11132         * src/textview.c
11133                 Allow parts to be selected via their text label
11134                 in textview
11135
11136 2006-07-04 [colin]      2.3.1cvs55
11137
11138         * src/folderview.c
11139                 Feedback when closing (for big folders)
11140         * src/prefs_actions.c
11141         * src/prefs_filtering.c
11142         * src/prefs_matcher.c
11143         * src/prefs_template.c
11144                 Fix default button when closing without
11145                 having saved
11146
11147 2006-07-04 [colin]      2.3.1cvs54
11148
11149         * src/news.c
11150                 Delete local file on deletion
11151
11152 2006-07-03 [colin]      2.3.1cvs53
11153
11154         * src/folderview.c
11155         * src/main.c
11156                 Don't freeze when rescanning after crash
11157
11158 2006-07-03 [wwp]        2.3.1cvs52
11159
11160         * src/compose.c
11161         * src/privacy.c
11162         * src/privacy.h
11163         * src/plugins/pgpinline/pgpinline.c
11164         * src/plugins/pgpmime/pgpmime.c
11165                 don't report an error when the user cancels the passphrase dialog.
11166
11167 2006-07-02 [colin]      2.3.1cvs51
11168
11169         * src/folderview.c
11170                 Open message when crossing folders with Space,
11171                 goto next unread and friends
11172
11173 2006-07-01 [colin]      2.3.1cvs50
11174
11175         * src/prefs_account.c
11176                 Typographic rules varying from language
11177                 to language (in french "Protocole :"),
11178                 we have to do that :)
11179
11180 2006-07-01 [ticho]      2.3.1cvs49
11181
11182         * src/prefs_account.c
11183                 Only use one temporary gchar* variable in
11184                 prefs_account_protocol_set_optmenu().
11185
11186 2006-07-01 [ticho]      2.3.1cvs48
11187
11188         * src/prefs_account.c
11189         * src/prefs_account.h
11190                 Use GtkLabel for existing account protocol name.
11191                 Created an array for protocol names and populate the
11192                 combobox from it in a for() cycle.
11193
11194 2006-06-30 [colin]      2.3.1cvs47
11195
11196         * src/compose.c
11197                 Block undo when changing signature (by changing
11198                 account)
11199
11200 2006-06-30 [paul]       2.3.1cvs46
11201
11202         * src/send_message.c
11203                 when editing From in the Compose window, use that address
11204                 in the Return-Path: header
11205                 Thanks to Colin
11206
11207 2006-06-30 [colin]      2.3.1cvs45
11208
11209         * src/compose.c
11210                 Fix signature replacement:
11211                 - when no newline before separator
11212                 - when reediting
11213
11214 2006-06-29 [colin]      2.3.1cvs44
11215
11216         * src/folderview.c
11217         * src/folderview.h
11218         * src/mainwindow.c
11219         * src/summaryview.c
11220                 Let 'View/Go to/Next marked' work like
11221                 Next new & Next unread: across folders
11222                 Change the select_on_entry pref to do
11223                 what we want when changing folder
11224         * src/common/utils.c
11225                 Fix single-quoted links 
11226
11227 2006-06-29 [colin]      2.3.1cvs43
11228
11229         * src/gtk/gtkaspell.c
11230                 "Sylpheed" and "Sylpheed-Claws" do exist !
11231
11232 2006-06-29 [colin]      2.3.1cvs42
11233
11234         * src/imap.c
11235                 Forgot to remove debug
11236
11237 2006-06-29 [colin]      2.3.1cvs41
11238
11239         * src/imap.c
11240         * src/imap.h
11241         * src/mainwindow.c
11242                 Disconnect from IMAP servers when going
11243                 offline. Fixes bug #978 (going to offline-mode 
11244                 won't close connections)
11245
11246 2006-06-29 [colin]      2.3.1cvs40
11247
11248         * src/main.c
11249                 Fix transient setting on failing plugins
11250                 Patch by Fabien
11251         * src/plugins/pgpcore/sgpgme.c
11252                 Only warn for OpenPGP. Most people don't
11253                 have CMS available.
11254
11255 2006-06-29 [colin]      2.3.1cvs39
11256
11257         * src/compose.c
11258                 Fix Spelling menu (discrepancy between context menu
11259                 and top menu when folder's dictionary isn't the 
11260                 default one)
11261         * src/plugins/pgpcore/sgpgme.c
11262                 More error reporting about why gpgme can fail
11263
11264 2006-06-29 [wwp]        2.3.1cvs38
11265
11266         * src/mainwindow.c
11267                 honor the display-header-pane setting even when the message view
11268                 is a separate window.
11269
11270 2006-06-29 [wwp]        2.3.1cvs37
11271
11272         * src/prefs_actions.c
11273                 forgot to commit that one (use of GTK_STOCK_INFO).
11274
11275 2006-06-29 [colin]      2.3.1cvs36
11276
11277         * src/imap.c
11278                 Better handling of login errors (ask the password
11279                 again once), alert in case of error. Fix three
11280                 signedness warnings.
11281
11282 2006-06-28 [wwp]        2.3.1cvs35
11283
11284         * src/prefs_template.c
11285         * src/prefs_matcher.c
11286         * src/prefs_filtering_action.c
11287         * src/prefs_quote.c
11288                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11289                 patch by Fabien Vantard, slightly modified.
11290
11291 2006-06-28 [paul]
11292
11293         2.4.0-rc2 released
11294
11295 2006-06-28 [colin]      2.3.1cvs34
11296
11297         * src/prefs_account.c
11298                 Fix bug #977 (Can't add or edit imap accounts)
11299
11300 2006-06-28 [colin]      2.3.1cvs33
11301
11302         * src/mimeview.c
11303                 Fix previous
11304
11305 2006-06-28 [colin]      2.3.1cvs32
11306
11307         * src/mimeview.c
11308                 Save named inlined attachments with "Save all"
11309         * src/main.c
11310         * src/mbox.c
11311         * src/common/plugin.c
11312         * src/common/plugin.h
11313         * src/common/sylpheed.c
11314         * src/common/utils.c
11315         * src/plugins/pgpcore/sylpheed.def
11316         * src/plugins/pgpinline/sylpheed.def
11317         * src/plugins/pgpmime/sylpheed.def
11318                 Win32 compatibility patch, by
11319                 Werner Koch
11320
11321 2006-06-28 [wwp]        2.3.1cvs31
11322
11323         * src/imap.c
11324         * src/prefs_folder_item.c
11325                 less compilation warnings (thanks to Fabien Vantard), less typos.
11326
11327 2006-06-28 [paul]       2.3.1cvs30
11328
11329         * src/gtk/gtkutils.c
11330                 gtk_combo_box_set_focus_on_click() is only
11331                 available since gtk 2.6.0
11332
11333 2006-06-28 [paul]       2.3.1cvs29
11334
11335         * src/prefs_ext_prog.c
11336                 fix engrish and add a tooltip for the
11337                 'command for 'Display as text' option
11338
11339 2006-06-28 [paul]
11340
11341         2.4.0-rc1 released
11342
11343 2006-06-28 [paul]       2.3.1cvs28
11344
11345         * ChangeLog
11346         * tools/Makefile.am
11347                 include textviewer.pl in releases
11348
11349 2006-06-28 [paul]       2.3.1cvs27
11350
11351         * src/prefs_ext_prog.c
11352                 hide Print command option if libgnomeprint
11353                 support is present
11354
11355 2006-06-27 [colin]      2.3.1cvs26
11356
11357         * src/compose.c
11358                 Fix Esc handling in insert/attach dialog
11359                 Don't show this dialog if dragging something
11360                 else than text/uri-list
11361                 Thanks to Fabien Vantard
11362         * tools/textviewer.pl
11363                 Filter script to display stuff as text
11364                 by H. Merijn Brand
11365
11366 2006-06-27 [wwp]        2.3.1cvs25
11367
11368         * src/messageview.c
11369                 use the exact product name (message view title), patch
11370                 by Fabien Vantard.
11371
11372 2006-06-27 [ticho]      2.3.1cvs24
11373
11374         * src/prefs_account.c
11375         * src/prefs_common.c
11376         * src/prefs_common.h
11377         * src/prefs_ext_prog.c
11378         * src/textview.c
11379                 Add a preference (Preferences/External programs)
11380                 to allow "Display as text" to be done via a script
11381                 (patch by H.Merijn Brand).
11382                 Use GtkComboBox for protocol selection in account
11383                 preferences.
11384                 Only include current choice for existing accounts, and
11385                 insensitivize the combobox.
11386
11387 2006-06-27 [paul]       2.3.1cvs23
11388
11389         * src/mbox.c
11390                 fix crasher introduced in cvs21.
11391                 Thanks to Colin
11392
11393 2006-06-26 [colin]      2.3.1cvs22
11394
11395         * src/mbox.c
11396                 Fix double-frees when leaving folders
11397                 after exporting to mbox
11398
11399 2006-06-26 [colin]      2.3.1cvs21
11400
11401         * src/mbox.c
11402                 More feedback (and optimisation)
11403                 on import/export
11404         * src/common/utils.c
11405                 Fix case when looking for mail addresses
11406         * src/gtk/gtkutils.c
11407                 Extra check for (X-)Face
11408
11409 2006-06-25 [ticho]      2.3.1cvs20
11410
11411         * src/compose.c
11412         * src/exphtmldlg.c
11413         * src/gtk/gtkutils.c
11414         * src/gtk/gtkutils.h
11415                 Added second argument to gtkut_sc_combobox_create() to
11416                 control focus-on-click for the widget.
11417                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11418
11419 2006-06-25 [ticho]      2.3.1cvs19
11420
11421         * src/compose.c
11422         * src/gtk/Makefile.am
11423         * src/gtk/combobox.c
11424         * src/gtk/combobox.h
11425         * src/gtk/gtkutils.c
11426         * src/gtk/gtkutils.h
11427                 Use GtkComboBox instead of deprecated GtkOptionMenu
11428                 for account selector in compose window and for encoding
11429                 selector in attachment properties.
11430                 Also factorise working with the new GtkComboBox somewhat.
11431
11432 2006-06-24 [paul]       2.3.1cvs18
11433
11434         * src/prefs_common.c
11435                 use the correct default value
11436
11437 2006-06-24 [paul]       2.3.1cvs17
11438
11439         * src/compose.c
11440         * src/prefs_common.c
11441         * src/prefs_common.h
11442         * src/prefs_compose_writing.c
11443                 enable setting of default action when
11444                 dnd'ing files in the compose window.
11445                 (Collaborative effort with wwp)
11446
11447 2006-06-23 [wwp]        2.3.1cvs16
11448
11449         * src/compose.c
11450                 i18n fix (thanks to Fabien Vantard)
11451
11452 2006-06-22 [colin]      2.3.1cvs15
11453
11454         * src/prefs_customheader.c
11455                 Don't use filters in custom headers' file 
11456                 selector. Remember, extensions mean nothing :)
11457
11458 2006-06-22 [paul]       2.3.1cvs14
11459
11460         * configure.ac
11461                 allow setting of man directory location
11462
11463 2006-06-22 [colin]      2.3.1cvs13
11464
11465         * src/mainwindow.c
11466                 Add 'View/Go to/Next unread folder'.
11467                 I missed that :)
11468
11469 2006-06-22 [colin]      2.3.1cvs12
11470
11471         * src/common/utils.c
11472                 Add some subject prefixes
11473                 Patch by Bjorn T Johansen <btj@havleik.no>
11474
11475 2006-06-22 [colin]      2.3.1cvs11
11476
11477         * manual/advanced.xml
11478                 Forgotten hidden pref
11479
11480 2006-06-21 [paul]       2.3.1cvs10
11481
11482         * src/prefs_account.c
11483                 complete the removal of 'Add date header' option
11484
11485 2006-06-21 [paul]       2.3.1cvs9
11486
11487         * src/account.c
11488         * src/compose.c
11489         * src/prefs_account.c
11490         * src/prefs_account.h
11491                 remove option to add date header - always
11492                 add date header
11493         * src/etpan/imap-thread.c
11494                 fix warnings (Thanks to Colin)
11495
11496 2006-06-21 [wwp]        2.3.1cvs8
11497
11498         * src/folder.c
11499                 set the attachment flag when inline text part are (file)named. This is more convenient
11500                 when receiving (for instance) inline source files or patches sent using thunderbird.
11501
11502 2006-06-21 [paul]       2.3.1cvs7
11503
11504         * src/inc.c
11505                 fix off-by-one count of current msg in
11506                 statusbar filtering progressbar
11507
11508 2006-06-21 [paul]       2.3.1cvs6
11509
11510         * src/folder.c
11511                 Show attachment icon even if the part is 'inline'
11512                 if the following conditions are met:
11513                 - content-type != 'text/plain'
11514                 - content-type != '*/pgp-signature'
11515                 - either 'name' or 'filename' parameter is not NULL
11516                 
11517                 Thanks to Colin
11518
11519 2006-06-21 [paul]       2.3.1cvs5
11520
11521         * src/messageview.c
11522         * src/prefs_common.c
11523         * src/prefs_common.h
11524         * src/prefs_other.c
11525                 add an option to 'Never send Return
11526                 Receipts'
11527                 Thanks to Colin
11528
11529 2006-06-20 [mones]      2.3.1cvs4
11530
11531         * po/es.po
11532                 updated
11533         * src/compose.c
11534                 typo fixed (space after comma)
11535         * tools/make.themes.project
11536                 remove exec mode from tarball files
11537
11538 2006-06-20 [colin]      2.3.1cvs3
11539
11540         * src/news.c
11541         * src/procheader.c
11542         * src/unmime.c
11543                 Better fix for \n's in headers (don't 
11544                 break Received: and others)
11545
11546 2006-06-20 [paul]       2.3.1cvs2
11547
11548         * src/alertpanel.c
11549         * src/textview.c
11550                 improve legibility of phishing attempt
11551                 dialog
11552
11553 2006-06-20 [paul]       2.3.1cvs1
11554
11555         * NEWS
11556         * README
11557         * configure.ac
11558                 Update version number following
11559                 stable release
11560
11561 2006-06-20 [colin]      2.3.0cvs26
11562
11563         * src/compose.c
11564                 When dragging a file to the text of the compose
11565                 window, ask whether we want to insert or attach
11566                 (I know lots of people who do that to attach)
11567
11568 2006-06-20 [colin]      2.3.0cvs25
11569
11570         * src/etpan/imap-thread.c
11571                 Fix threshold (the append command is often > 32 bytes)
11572
11573 2006-06-19 [colin]      2.3.0cvs24
11574
11575         * src/imap.c
11576         * src/etpan/imap-thread.c
11577                 Workaround Rockliffe IMAP server bug: replace
11578                 "x UID SEARCH (ANSWERED UID 1:*)" with
11579                 "x UID SEARCH ANSWERED"
11580                 (Rockliffe doesn't handle the parenthesis)
11581
11582 2006-06-19 [colin]      2.3.0cvs23
11583
11584         * src/compose.c
11585         * src/imap.c
11586         * src/etpan/imap-thread.c
11587                 Probably fix bug #972 (Freezes when adding 
11588                 an attachment to the message)
11589         * src/common/defs.h
11590                 Modernize Firefox cmd
11591
11592
11593 2006-06-18 [colin]      2.3.0cvs22
11594
11595         * src/prefs_customheader.c
11596                 Only allow correct filenames for various
11597                 custom headers
11598
11599 2006-06-18 [colin]      2.3.0cvs21
11600
11601         * src/prefs_customheader.c
11602                 Add a 'From File...' button in custom headers prefs, which
11603                 try to do the right thing: 
11604                 for normal headers, use file as plaintext,
11605                 for X-Face, calls compface,
11606                 for Face, encode to b64.
11607
11608 2006-06-17 [colin]      2.3.0cvs20
11609
11610         * src/mh.c
11611                 Warning fix
11612
11613 2006-06-16 [colin]      2.3.0cvs19
11614
11615         * src/summaryview.c
11616                 Recursive quicksearch: show message list
11617                 in current folder, *then* search children
11618                 in the background.
11619
11620 2006-06-16 [colin]      2.3.0cvs18
11621
11622         * src/main.c
11623                 Instead of ignoring SIGPIPE, save caches
11624                 when getting one. Will fix the fact that
11625                 hot caches are out-of-date when logging 
11626                 out of Xorg.
11627         * src/compose.c
11628         * src/prefs_compose_writing.c
11629                 Only save text (not attachments) when 
11630                 auto-saving to drafts
11631         * src/unmime.c
11632                 Always replace \n, \r and \t with spaces
11633                 in headers
11634         * manual/dist/html/Makefile.am
11635         * manual/dist/pdf/Makefile.am
11636         * manual/dist/ps/Makefile.am
11637         * manual/dist/txt/Makefile.am
11638         * manual/fr/dist/html/Makefile.am
11639         * manual/fr/dist/pdf/Makefile.am
11640         * manual/fr/dist/ps/Makefile.am
11641         * manual/fr/dist/txt/Makefile.am
11642         * manual/pl/dist/html/Makefile.am
11643         * manual/pl/dist/pdf/Makefile.am
11644         * manual/pl/dist/ps/Makefile.am
11645         * manual/pl/dist/txt/Makefile.am
11646                 Fix make clean removing pregenerated manuals
11647
11648
11649 2006-06-16 [colin]      2.3.0cvs17
11650
11651         * src/plugins/pgpcore/sgpgme.c
11652         * src/plugins/pgpmime/pgpmime.c
11653         * src/plugins/pgpinline/pgpinline.c
11654                 Better error reporting in setup_signers.
11655                 Don't fallback to default key if specified
11656                 key isn't found.
11657                 Don't allow signing if more than one secret
11658                 key matches the one specified in prefs.
11659
11660 2006-06-15 [colin]      2.3.0cvs16
11661
11662         * src/folderview.c
11663                 Add "Send queue" in the folder's contextual
11664                 menu
11665         * src/compose.c
11666         * src/messageview.c
11667         * src/privacy.c
11668         * src/privacy.h
11669         * src/procmime.c
11670         * src/procmsg.c
11671         * src/plugins/pgpcore/passphrase.c
11672         * src/plugins/pgpcore/sgpgme.c
11673         * src/plugins/pgpinline/pgpinline.c
11674         * src/plugins/pgpmime/pgpmime.c
11675                 Better error reporting
11676         * src/mbox.c
11677                 Probably fix bug #971 (2.2.3 cannot read mail 
11678                 from local mbox)
11679
11680
11681 2006-06-15 [mones]      2.3.0cvs15
11682
11683         * tools/make.themes.project
11684                 creates the themes project from the web page
11685
11686 2006-06-15 [colin]      2.3.0cvs14
11687
11688         * src/folder.c
11689                 Better fix (avoid losing the folder if scan_tree 
11690                 fails)
11691
11692 2006-06-15 [cleroy]     2.3.0cvs13
11693
11694         * src/folder.c
11695                 Probably fix Bug #969 (crash on rebuilding 
11696                 imap folder)
11697
11698 2006-06-14 [colin]      2.3.0cvs12
11699
11700         * manual/dtd/manual.xsl
11701         * manual/sylpheed-claws-manual.xml
11702         * manual/fr/sylpheed-claws-manual.xml
11703         * manual/pl/sylpheed-claws-manual.xml
11704                 Insert pagebreaks between sections
11705
11706 2006-06-14 [paul]       2.3.0cvs11
11707
11708         * configure.ac
11709                 better fix than 2.3.0cvs10
11710
11711 2006-06-14 [paul]       2.3.0cvs10
11712
11713         * configure.ac
11714                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11715                 (backwards compatible)
11716
11717 2006-06-13 [colin]      2.3.0cvs9
11718
11719         * src/messageview.c
11720                 Fix sending of return receipt with the new queue folders
11721
11722 2006-06-13 [wwp]        2.3.0cvs8
11723
11724         * src/quote_fmt_lex.l
11725                 fix wrong tokens returned in quote_fmt lexer, query not().
11726
11727 2006-06-13 [wwp]        2.3.0cvs7
11728
11729         * src/folder.c
11730         * src/prefs_folder_item.c
11731                 allow changing folder type even when folder is not a top-level one,
11732                 thanks to Colin.
11733
11734 2006-06-12 [colin]      2.3.0cvs6
11735
11736         * src/folderview.c
11737                 Fix double-ask of "Do you want to mark all
11738                 as read"
11739
11740 2006-06-12 [colin]      2.3.0cvs5
11741
11742         * src/compose.c
11743         * src/compose.h
11744         * src/folder.c
11745         * src/folder.h
11746         * src/imap.c
11747         * src/inc.c
11748         * src/main.c
11749         * src/messageview.c
11750         * src/mh.c
11751         * src/prefs_folder_item.c
11752         * src/procheader.c
11753         * src/procmime.c
11754         * src/procmsg.c
11755         * src/procmsg.h
11756         * src/send_message.c
11757         * src/summaryview.c
11758         * src/toolbar.c
11759                 Apply bug #964's patch (Queue and drafts aren't normal)
11760                 The Drafts and Queue folder now contain RFC-822 files,
11761                 allowing to move and copy mails from and to these 
11762                 folders. Moving from Drafts to Queue will prepare the
11763                 mail for sending (PGP signature, encryption, etc).
11764                 This patch also rework sending errors handling to try
11765                 to be more helpful.
11766                 Also, allow redefining folder types via the GUI 
11767                 (Folder type in its Properties)
11768
11769 2006-06-12 [colin]      2.3.0cvs4
11770
11771         * src/summaryview.c
11772         * src/prefs_common.c
11773         * src/prefs_common.h
11774         * src/gedit-print.c
11775                 Allow to define a specific print font - patch
11776                 by Bernhard Walle <bernhard.walle@gmx.de>
11777         * src/prefs_fonts.c
11778         * manual/advanced.xml
11779         * manual/fr/advanced.xml
11780                 Add a hidden pref to allow deletion without
11781                 confirmation
11782
11783 2006-06-12 [wwp]        2.3.0cvs3
11784
11785         * .cvsignore
11786                 more files to ignore.
11787
11788 2006-06-12 [wwp]        2.3.0cvs2
11789
11790         * src/quote_fmt.c
11791         * src/quote_fmt_lex.l
11792         * src/quote_fmt_parse.y
11793                 extend the quote_fmt parser (templates and quotes):
11794                 - allow limited sub-expressions in |p{} and |f{} expressions,
11795                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11796                 - implemented/fixed missing implementation of query_references and show_references,
11797                 - completed, fixed contents and format of the symbols help dialog,
11798                 - fix some compilation warnings.
11799
11800 2006-06-12 [wwp]        2.3.0cvs1
11801
11802         * manual/advanced.xml
11803         * manual/fr/advanced.xml
11804                 updates in the "templates" section of the manual (eng/fr):
11805                  - be more precise (both versions)
11806                  - completed to match the english reference (fr version)
11807                  - touchups (both versions)
11808
11809 2006-06-12 [paul]       2.3.0
11810
11811         2.3.0 released
11812
11813 2006-06-12 [paul]       2.2.3cvs14
11814
11815         * po/ca.po
11816         * po/cs.po
11817         * po/de.po
11818         * po/el.po
11819         * po/fr.po
11820         * po/it.po
11821         * po/pt_BR.po
11822         * po/sr.po
11823         * po/zh_CN.po
11824                 updated by Miquel Oliete, Tim, Stephan Sachse,
11825                 Stavros Giannouris, Fabien Vantard, Andrea
11826                 Spadaccini, Frederico Goncalves Guimaraes,
11827                 Aleksandar Urosevic, and Ralgh Young
11828
11829 2006-06-12 [colin]      2.2.3cvs13
11830
11831         * src/mbox.c
11832                 Add missing header
11833
11834 2006-06-11 [colin]      2.2.3cvs12
11835
11836         * src/msgcache.c
11837                 Verify that g_malloc() succeeded
11838
11839 2006-06-11 [colin]      2.2.3cvs11
11840
11841         * src/wizard.c
11842                 Add Face header to welcome mail
11843
11844 2006-06-10 [colin]      2.2.3cvs10
11845
11846         * src/textview.c
11847                 Revert previous (Forgot it changes the
11848                 margin on the whole mail)
11849
11850 2006-06-10 [colin]      2.2.3cvs9
11851
11852         * src/textview.c
11853                 Don't overlap long headers under (X-)Face
11854
11855 2006-06-10 [mones]      2.2.3cvs8
11856
11857         * manual/xml2pdf
11858                 allow generation of manual on systems lacking saxon binary
11859                 but with java and the saxon library installed
11860
11861         * po/es.po
11862                 updated for release
11863
11864 2006-06-09 [colin]      2.2.3cvs7
11865
11866         * src/summaryview.c
11867                 Fix leak when using Display Sender using Addressbook
11868
11869 2006-06-09 [colin]      2.2.3cvs6
11870
11871         * src/compose.c
11872         * src/folder.c
11873         * src/folderview.c
11874         * src/mimeview.c
11875         * src/summaryview.c
11876                 More leaks fixes
11877
11878 2006-06-09 [paul]       2.2.3cvs5
11879
11880         * AUTHORS
11881         * src/gtk/authors.h
11882         * tools/claws.i18n.status.pl
11883                 updated with new info
11884
11885 2006-06-09 [paul]       2.2.3cvs4
11886
11887         * README
11888                 updated
11889         * manual/ack.xml
11890                 add wwp to authors list
11891         * src/gtk/authors.h
11892                 update mine and Colin's addresses
11893
11894 2006-06-08 [colin]      2.2.3cvs3
11895
11896         * src/etpan/imap-thread.c
11897                 Fix leak on SSL cert check
11898
11899 2006-06-08 [colin]      2.2.3cvs2
11900
11901         * src/common/utils.c
11902                 Fix leak
11903
11904 2006-06-08 [paul]       2.2.3cvs1
11905
11906         * configure.ac
11907                 Update version number following
11908                 stable release
11909
11910 2006-06-07 [colin]      2.2.2cvs3
11911
11912         * src/msgcache.c
11913                 Fix catching cache read errors (guint instead of gint)
11914                 Prevent malloc'ing more than 8MB (means cache corruption)
11915
11916 2006-06-07 [paul]       2.2.2cvs2
11917
11918         * src/exporthtml.c
11919         * src/exportldif.c
11920         * src/mh.c
11921         * src/mutt.c
11922         * src/pine.c
11923         * src/common/utils.c
11924                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11925                 obey $HOME'
11926                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11927                 Thanks to Colin
11928
11929 2006-06-06 [paul]       2.2.2cvs1
11930
11931         * configure.ac
11932                 Update version number following
11933                 stable release
11934
11935 2006-06-06 [paul]       2.2.1cvs6
11936
11937         * src/matcher.c
11938                 fix  implicit declaration of
11939                 sylpheed_do_idle()
11940                 Patch by Fabien Vantard
11941
11942 2006-06-06 [paul]       2.2.1cvs5
11943
11944         * src/matcher.c
11945                 fix age_greater and age_lower so that they
11946                 mean what say and not '...or equal to'
11947                 Thanks to Colin
11948
11949 2006-06-06 [paul]       2.2.1cvs4
11950
11951         * src/textview.c
11952         * src/common/utils.c
11953                 fix URI check
11954                 Thanks to Colin
11955
11956 2006-06-05 [wwp]        2.2.1cvs3
11957
11958         * manual/fr/account.xml
11959                 minor language fixes (thanks to Fabien Vantard).
11960
11961 2006-06-05 [colin]      2.2.1cvs2
11962
11963         * src/prefs_folder_item.c
11964         * src/folderview.c
11965                 Allow recursive setting of properties 
11966                 for whole mailboxes
11967         * src/matcher.c
11968                 Don't freeze on 'test' filtering rule
11969
11970 2006-06-05 [colin]      2.2.1cvs1
11971
11972         * configure.ac
11973                 Update version number following
11974                 stable release
11975
11976 2006-06-04 [wwp]        2.2.0cvs82
11977
11978         * manual/glossary.xml
11979         * manual/account.xml
11980         * manual/fr/glossary.xml
11981         * manual/fr/account.xml
11982                 added glossary section and references/links related to the Face custom header.
11983
11984 2006-06-04 [colin]      2.2.0cvs81
11985
11986         * src/summaryview.c
11987                 Skip to next message on move with no
11988                 immediate execution
11989
11990 2006-06-04 [wwp]        2.2.0cvs80
11991
11992         * manual/xml2pdf
11993                 added sanity checks, exit when needed.
11994
11995 2006-06-03 [paul]       2.2.0cvs79
11996
11997         * src/prefs_receive.c
11998                 page name is now 'Receiving'
11999         * src/prefs_send.c
12000                 page name is now 'Sending'
12001
12002 2006-06-03 [colin]      2.2.0cvs78
12003
12004         * src/plugins/spamassassin/spamassassin_gtk.c
12005                 Autoswitch to Localhost if transport was previously
12006                 disabled. Else people had to check [] Enable, then
12007                 *reselect* transport.
12008
12009 2006-06-03 [colin]      2.2.0cvs77
12010
12011         * src/plugins/pgpinline/pgpinline.c
12012         * src/plugins/pgpmime/pgpmime.c
12013                 Check that gpg_data_release_and_get_mem 
12014                 didn't fail (now, why this happens...)
12015
12016 2006-06-03 [colin]      2.2.0cvs76
12017
12018         * src/mbox.c
12019                 Fix bug #962 (Manual and/or UI should 
12020                 warn about incompatible locking 
12021                 causing dataloss)
12022
12023 2006-06-02 [cleroy]     2.2.0cvs75
12024
12025         * src/filtering.c
12026         * src/folder.c
12027         * src/procmsg.c
12028         * src/summaryview.c
12029                 Fix a few leaks
12030
12031 2006-06-02 [colin]      2.2.0cvs74
12032
12033         * src/main.c
12034                 On exit, free caches after writing them
12035                 Shuts up some valgrind false positives
12036         * src/procmsg.c
12037         * src/send_message.c
12038                 Fix races when reusing existing SMTP connections
12039                 Fix inexistant session timeout
12040         * src/toolbar.c
12041                 Display alertpanel after all queues have
12042                 been processed, not after each
12043
12044 2006-06-02 [wwp]        2.2.0cvs73
12045
12046         * manual/fr/glossary.xml
12047         * manual/fr/ack.xml
12048         * manual/ack.xml
12049                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12050
12051 2006-06-02 [wwp]        2.2.0cvs72
12052
12053         * manual/xml2pdf
12054         * manual/dist/pdf/Makefile.am
12055         * manual/dtd/manual.xsl
12056         * manual/fr/dist/pdf/Makefile.am
12057         * manual/pl/dist/pdf/Makefile.am
12058                 we changed the procedure to generate the .pdf version of the manual.
12059                 The procedure is more modern and the .pdf we get now has a valid index.
12060                 Here are the new pre-requisites:
12061
12062                 - JRE 1.x (1.4 here): there must be one from your distro
12063                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12064                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12065                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12066
12067                 See my posts for further info about the installation of this toolchain:
12068
12069                 Date: Fri, 19 May 2006 19:40:06 +0200
12070                 From: wwp <subscript@free.fr>
12071                 To: sylpheed-claws-devel@lists.sourceforge.net
12072                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12073
12074                 and
12075
12076                 Date: Wed, 24 May 2006 12:58:49 +0200
12077                 From: wwp <subscript@free.fr>
12078                 To: sylpheed-claws-devel@lists.sourceforge.net
12079                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12080
12081 2006-06-01 [colin]      2.2.0cvs71
12082
12083         * src/compose.c
12084                 Better guards against IMAP races
12085         * src/main.c
12086         * src/prefs_common.c
12087         * src/prefs_common.h
12088         * src/common/ssl_certificate.c
12089         * src/etpan/imap-thread.c
12090         * src/etpan/imap-thread.h
12091         * src/gtk/sslcertwindow.c
12092                 New hidden option ssl_skip_cert_check to 
12093                 avoid dups of bug #959 (libetpan linked
12094                 against gnutls and gnutls buggy on 64bit)
12095                 Present expired warning only once per
12096                 session/server.
12097         * manual/advanced.xml
12098         * manual/fr/advanced.xml
12099                 Document new option
12100
12101 2006-06-01 [wwp]        2.2.0cvs70
12102
12103         * src/messageview.c
12104                 fix for bug #961 (return receipt dialog 
12105                 complains incorrectly about return-path 
12106                 email adress being different), thanks 
12107                 to Colin.
12108
12109 2006-05-31 [cleroy]     2.2.0cvs69
12110
12111         * src/common/ssl.c
12112                 Guard against NULLs, although this
12113                 should never be an issue
12114
12115 2006-05-31 [colin]      2.2.0cvs68
12116
12117         * src/filtering.c
12118                 Use g_slist_prepend
12119         * src/imap.c
12120                 Don't remove caches when destroying folder, it
12121                 could (should) be done at exit
12122         * src/inc.c
12123                 free processing cache after incorporation
12124         * src/etpan/imap-thread.c
12125                 Maybe fix bug #959 (Crash on moving to emails 
12126                 to a imap account per ssl with a expired 
12127                 certificate.)
12128
12129 2006-05-30 [colin]      2.2.0cvs67
12130
12131         * src/summaryview.c
12132                 Put back event flush when displaying message
12133                 It avoids reading a bunch of messages just
12134                 by hitting shift-n for too long ;)
12135
12136 2006-05-29 [colin]      2.2.0cvs66
12137
12138         * src/summaryview.c
12139                 Remove useless g_warnings
12140
12141 2006-05-29 [colin]      2.2.0cvs65
12142
12143         * src/imap.c
12144                 Fix g_slist_append()s for performance
12145
12146 2006-05-29 [colin]      2.2.0cvs64
12147
12148         * src/compose.c
12149         * src/common/utils.c
12150                 Fix extraneous tab at start of addresses
12151         * src/mainwindow.c
12152                 Fix warnings (thanks to Fabien)
12153                 Fix crash at exit when composing messages 
12154                 exist
12155         * src/pop.c
12156                 Fix progress bar when deleting expired mails
12157                 Thanks to Hiro
12158         * src/summaryview.c
12159         * src/gtk/gtksctree.c
12160                 Fix re-sorting slowness
12161
12162 2006-05-29 [paul]       2.2.0cvs63
12163
12164         * src/mh.c
12165                 fetch full message when moving mails
12166                 from another mailbox, (fixed data loss
12167                 when filtering from IMAP to MH, introduced
12168                 in 2.2.0cvs57).
12169                 Thanks to Colin
12170
12171 2006-05-29 [mones]      2.2.0cvs62
12172
12173         * src/gtk/gtksctree.c
12174                 Unselect faster (patch by Colin)        
12175
12176 2006-05-26 [colin]      2.2.0cvs61
12177
12178         * src/summaryview.c
12179                 Unplug MSGINFO_UPDATE callback on delete too.
12180
12181 2006-05-26 [colin]      2.2.0cvs60
12182
12183         * src/foldersel.c
12184                 Fix bold in folder selection window with glib2.10
12185                 thanks Hiro
12186
12187 2006-05-26 [colin]      2.2.0cvs59
12188
12189         * src/procheader.c
12190                 Convert date only if necessary (and don't
12191                 try to convert from utf8 to utf8, too)
12192         * src/summaryview.c
12193                 Only set column's text if the column's 
12194                 displayed
12195
12196 2006-05-26 [colin]      2.2.0cvs58
12197
12198         * src/summaryview.c
12199         * src/gtk/gtkutils.c
12200                 Fix useless warning
12201
12202 2006-05-26 [colin]      2.2.0cvs57
12203
12204         * src/mainwindow.c
12205                 Make summaryview selectable as long as 
12206                 no message has focus
12207         * src/mh.c
12208                 Faster deletion (by implementing mh_remove_msgs)
12209                 Faster copy (avoid using mh_fetch_msg just to get
12210                 the filename)
12211                 Faster move (using move_file instead of copy_file
12212                 if MSG_IS_MOVE)
12213                 No progressbar if total number of mails to cp/mv 
12214                 is less than 100
12215         * src/summaryview.c
12216                 Fix removal from subject_table when mail gets moved
12217                 Faster deletion (g_slist_prepend instead of append)
12218         * src/gtk/gtksctree.c
12219                 Remove useless code
12220
12221 2006-05-25 [colin]      2.2.0cvs56
12222
12223         * src/common/ssl_certificate.c
12224                 Fix leak in expired cert check
12225
12226 2006-05-25 [colin]      2.2.0cvs55
12227
12228         * src/mh.c
12229                 Disable flags syncing on .mh_sequences - it
12230                 is buggy and marks mails read under unknown
12231                 conditions.
12232
12233 2006-05-25 [paul]
12234
12235         * 2.3.0-rc4 released
12236
12237 2006-05-24 [colin]      2.2.0cvs54
12238
12239         attention cvs users: if you manage to crash
12240         Sylpheed-Claws while moving, copying or deleting
12241         mails, we *are* interested in stack traces and
12242         valgrind logs. It looks stable, but one never
12243         knows...
12244
12245         * src/folder.c
12246                 Add progressbar for cache updates
12247         * src/folderutils.c
12248                 Optimize Mark all read in the current
12249                 folder
12250         * src/mh.c
12251                 Add progressbar for copy/move
12252         * src/procmsg.c
12253                 Optimize O(n^2) in copy/move
12254         * src/summaryview.c
12255         * src/gtk/gtksctree.c
12256                 Optimize O(n^2) algos
12257         * src/common/timing.h
12258                 Display ms instead of us
12259
12260 2006-05-24 [wwp]        2.2.0cvs53
12261
12262         * manual/fr/advanced.xml
12263                 updates to the French manual.
12264
12265 2006-05-24 [wwp]        2.2.0cvs52
12266
12267         * src/common/utils.c
12268                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12269
12270 2006-05-24 [wwp]        2.2.0cvs51
12271
12272         * src/folderutils.c
12273                 fixed "mark all read" in MH folders (thanks to Colin).
12274
12275 2006-05-24 [paul]       2.2.0cvs50
12276
12277         * doc/man/sylpheed-claws.1
12278                 updated the man page
12279
12280 2006-05-23 [colin]      2.2.0cvs49
12281
12282         * src/folderview.c
12283         * src/imap.c
12284         * src/inc.c
12285         * src/mbox.c
12286         * src/messageview.c
12287         * src/news.c
12288         * src/send_message.c
12289         * src/summaryview.c
12290         * src/gtk/sslcertwindow.c
12291                 alertpanel fixes, by Fabien
12292
12293 2006-05-23 [colin]      2.2.0cvs48
12294
12295         * src/folder.c
12296         * src/folderview.c
12297         * src/msgcache.c
12298         * src/summaryview.c
12299         * src/gtk/gtksctree.c
12300         * src/gtk/gtksctree.h
12301                 More timings
12302                 Fix slow loading problem, which was caused by the
12303                 use of some gtk_ctree funcs and their use of
12304                 g_list_position while gtk_ctree_(un)link'ing.
12305                 Reap more functions from gtkctree.c to be sure we
12306                 use our (fast) version instead of theirs.
12307         * src/mh.c
12308                 Fix copy of unread mails
12309
12310
12311 2006-05-22 [wwp]        2.2.0cvs47
12312
12313         * manual/fr/advanced.xml
12314                 updated.
12315
12316 2006-05-22 [colin]      2.2.0cvs46
12317
12318         * src/filtering.c
12319                 Fix possible infinite loop. 'copy' is not a 
12320                 final action, so when encountering a 'copy',
12321                 we have to check if a previous one was set
12322                 and do it. In the same way, if we encounter
12323                 a 'move' we have to perform a possibly 
12324                 pending 'copy'. This will slow down filtering
12325                 on IMAP if move+copy or multiple copy actions
12326                 are to be done, but handling it via the batch
12327                 would be really too convoluted.
12328
12329 2006-05-22 [wwp]        2.2.0cvs45
12330
12331         * manual/fr/advanced.xml
12332         * manual/fr/faq.xml
12333         * manual/fr/glossary.xml
12334         * manual/fr/handling.xml
12335         * manual/fr/intro.xml
12336         * manual/fr/plugins.xml
12337         * manual/fr/sylpheed-claws-manual.xml
12338                 sync w/ the english manual: updates URIs, documented mailing-list
12339                 support, better explanation about the enabled/disabled feature
12340                 in filtering/processing rules by Paul.
12341
12342 2006-05-21 [colin]      2.2.0cvs44
12343
12344         * src/summaryview.c
12345                 Don't expand after building threads, but during
12346
12347 2006-05-21 [colin]      2.2.0cvs43
12348
12349         * src/procmsg.c
12350         * src/summaryview.c
12351                 More timing possibilities... For next time I have 
12352                 to find out how the hell some 3GHz computer takes
12353                 one minute to open a 30k folder...
12354
12355 2006-05-21 [colin]      2.2.0cvs42
12356
12357         * manual/pl/advanced.xml
12358         * manual/pl/faq.xml
12359         * manual/pl/glossary.xml
12360         * manual/pl/handling.xml
12361         * manual/pl/intro.xml
12362         * manual/pl/plugins.xml
12363         * manual/pl/sylpheed-claws-manual.xml
12364                 Polish manual updated by Pawel
12365
12366 2006-05-20 [colin]
12367
12368         * 2.3.0-rc3 released
12369
12370 2006-05-20 [colin]      2.2.0cvs41
12371
12372         * src/imap.c
12373                 Fix -rc2 problems:
12374                 - remove cache of moved messages from original folder
12375                 - apply new flags to messages even if they aren't appliable
12376                   via IMAP.
12377
12378 2006-05-20 [colin]
12379
12380         * 2.3.0-rc2 released
12381
12382 2006-05-19 [colin]      2.2.0cvs40
12383
12384         * src/imap.c
12385                 Don't issue SELECT in imap_change_flags
12386                 before having checked that we indeed have
12387                 some flags to change. MSG_POSTFILTERED for
12388                 example can't be used on IMAP.
12389                 Fixes bug #955 (copying messages between 
12390                 imap folders is extremely slow), which was
12391                 a regression.
12392
12393 2006-05-19 [colin]      2.2.0cvs39
12394
12395         * src/folder.c
12396         * src/folder.h
12397         * src/folderview.c
12398                 Try to fix bug #830 (Some unread messages 
12399                 get marked read in IMAP inbox):
12400                 - Prevent scanning a folder if it's being 
12401                   opened via the GUI
12402                 - Postpone opening via the GUI of a folder
12403                   currently scanned.
12404
12405
12406 2006-05-19 [wwp]        2.2.0cvs38
12407
12408         * manual/advanced.xml
12409                 fix English+typo (thanks to Paul).
12410
12411 2006-05-19 [wwp]        2.2.0cvs37
12412
12413         * manual/advanced.xml
12414         * manual/fr/advanced.xml
12415         * src/gtk/logwindow.c
12416         * src/prefs_common.c
12417         * src/prefs_common.h
12418                 added hidden prefs to allow customization of colors used in
12419                 protocol log window (useful for dark gtk+ themes).
12420
12421 2006-05-19 [wwp]        2.2.0cvs36
12422
12423         * ChangeLog
12424                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12425
12426 2006-05-19 [paul]       2.2.0cvs35
12427
12428         * src/textview.c
12429                 make Reply-To fully clickable
12430         * src/gtk/logwindow.c
12431                 more colouring (SMTP ESMTP)
12432         Both patches by Pawel Pekala
12433
12434 2006-05-19 [cleroy]     2.2.0cvs34
12435
12436         * src/mh.c
12437                 Don't update flags from current folder
12438                 Probably fixes bug #935 (Read Messages 
12439                 Revert to Being Marked as Unread)
12440
12441 2006-05-18 [colin]      2.2.0cvs33
12442
12443         * src/imap.c
12444                 Warning fix
12445         * src/compose.c
12446         * src/mainwindow.c
12447         * src/summaryview.c
12448         * src/toolbar.c
12449                 Allow replying to multiple emails
12450                 in multiple windows
12451         * src/mimeview.c
12452         * src/etpan/imap-thread.c
12453                 Leak fixes
12454
12455 2006-05-18 [paul]       2.2.0cvs32
12456
12457         * src/summaryview.c
12458                 keep Mailing-List menu refreshed
12459                 Thanks to Colin
12460
12461 2006-05-18 [paul]       2.2.0cvs31
12462
12463         * manual/advanced.xml
12464         * manual/faq.xml
12465         * manual/glossary.xml
12466         * manual/handling.xml
12467         * manual/intro.xml
12468         * manual/plugins.xml
12469         * manual/sylpheed-claws-manual.xml
12470                 update URLs
12471                 add info about mailing-list support
12472                 edit filtering info
12473         * src/wizard.c
12474         * src/common/defs.h
12475         * src/gtk/about.c
12476         * src/plugins/dillo_viewer/README
12477                 update URLs
12478
12479 2006-05-17 [wwp]        2.2.0cvs30
12480
12481         * manual/handling.xml
12482         * manual/fr/handling.xml
12483                 documented the ability to enabled/disable filtering/processing rules.
12484
12485 2006-05-17 [colin]      2.2.0cvs29
12486
12487         * src/main.c
12488                 Don't initialize g_thread subsystem if it's 
12489                 already done (thanks to Hiro)
12490         * src/mimeview.c
12491                 Fix saving of parts when there name can't be
12492                 converted from UTF-8.
12493
12494 2006-05-17 [paul]       2.2.0cvs28
12495
12496         * po/Makefile.in.in
12497                 fix config.status warning with autoconf 2.60
12498
12499 2006-05-17 [paul]       2.2.0cvs27
12500
12501         * po/POTFILES.in
12502                 add src/mbox.c
12503
12504 2006-05-17 [wwp]        2.2.0cvs26
12505
12506         * src/mainwindow.c
12507                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12508
12509 2006-05-17 [wwp]        2.2.0cvs25
12510
12511         * src/plugins/demo/demo.c
12512                 updated product name in plugin demo (many plugins need to be
12513                 sync'ed w/ that change).
12514
12515 2006-05-17 [colin]      2.2.0cvs24
12516
12517         * src/mh.c
12518                 Fix leak
12519
12520 2006-05-16 [colin]      2.2.0cvs23
12521
12522         * src/mainwindow.c
12523                 Stupid me hit again. Fix cvs22.
12524
12525 2006-05-16 [colin]      2.2.0cvs22
12526
12527         * src/mainwindow.c
12528                 Fix bug #922 (sylpheed-claws crashed after 
12529                 pushing on Inbox folder)
12530
12531 2006-05-16 [colin]      2.2.0cvs21
12532
12533         * src/compose.c
12534                 Make From header be copy/paste/select-able
12535
12536 2006-05-16 [wwp]        2.2.0cvs20
12537
12538         * src/export.c
12539         * src/matcher.c
12540         * src/summaryview.c
12541         * src/etpan/imap-thread.c
12542                 fix some compiler warnings (thanks to Colin).
12543
12544 2006-05-16 [wwp]        2.2.0cvs19
12545
12546         * src/action.c
12547         * src/gedit-print.c
12548         * src/inc.c
12549         * src/mainwindow.c
12550         * src/mh.c
12551         * src/statusbar.c
12552         * src/send_message.c
12553         * src/summaryview.c
12554                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12555
12556 2006-05-15 [colin]      2.2.0cvs18
12557
12558         * src/procmsg.c
12559                 Fix automatic rule creation with List-Post
12560
12561 2006-05-15 [paul]       2.2.0cvs17
12562
12563         * tools/filter_conv_new.pl
12564                 updated for rule enabling/disabling
12565                 claws version >= 2.3.x required
12566
12567 2006-05-15 [cleroy]     2.2.0cvs16
12568
12569         * src/main.c
12570                 Revert test
12571
12572 2006-05-15 [cleroy]     2.2.0cvs15
12573
12574         * src/main.c
12575                 test
12576
12577 2006-05-15 [wwp]        2.2.0cvs14
12578
12579         * manual/pl/.cvsignore
12580                 ignore generated files.
12581
12582 2006-05-14 [wwp]        2.3.0-rc1
12583
12584         * 2.3.0-rc1 released
12585
12586 2006-05-13 [wwp]        2.2.0cvs13
12587
12588         * src/filtering.c
12589         * src/filtering.h
12590         * src/matcher.c
12591         * src/matcher_parser_lex.l
12592         * src/matcher_parser_parse.y
12593         * src/prefs_filtering.c
12594                 new feature: provide the ability to disable filtering and processing
12595                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12596                 adaptations.
12597
12598 2006-05-13 [colin]      2.2.0cvs12
12599
12600         * src/compose.c
12601                 Remove useless if (a) b; else b;
12602                 Thanks to wwp
12603
12604 2006-05-13 [wwp]        2.2.0cvs11
12605
12606         * src/export.c
12607         * src/import.c
12608         * src/mainwindow.c
12609         * src/mbox.c
12610         * src/summaryview.c
12611         * src/summaryview.h
12612                 no more silent failures (or at least less ones) when importing
12613                 or exporting from/to mbox. Also start importing/exporting if
12614                 the necessary info is set.
12615
12616 2006-05-13 [wwp]        2.2.0cvs10
12617
12618         * RELEASE_NOTES
12619                 restored up-to-date release notes.
12620
12621 2006-05-13 [paul]       2.2.0cvs9
12622
12623         * po/nl.po
12624         * po/ru.po
12625                 updated by Tim Dijkstra and Pavlo Bohmat
12626
12627 2006-05-12 [colin]      2.2.0cvs8
12628
12629         * src/gtk/quicksearch.c
12630                 Add "k" as shortcut for "colorlabel". Patch
12631                 by ath42@users.sf.net.
12632
12633 2006-05-12 [paul]       2.2.0cvs7
12634
12635         * src/prefs_common.h
12636         * src/prefs_summaries.c
12637         * src/summaryview.c
12638                 when entering a folder also allow
12639                 going directly to first Marked message
12640
12641 2006-05-12 [paul]       2.2.0cvs6
12642
12643         * src/summaryview.c
12644                 always obey 'confirm before marking all
12645                 mails read' option
12646
12647 2006-05-12 [paul]       2.2.0cvs5
12648
12649         * src/textview.c
12650                 make Sender fully clickable
12651
12652 2006-05-12 [colin]      2.2.0cvs4
12653
12654         * src/compose.c
12655         * src/compose.h
12656                 Let From be editable
12657         * src/main.c
12658         * src/mh.c
12659                 Full support of .mh_sequences' Unseen seq
12660
12661 2006-05-12 [colin]      2.2.0cvs3
12662
12663         * src/folder.c
12664         * src/mainwindow.c
12665         * src/mainwindow.h
12666         * src/messageview.c
12667         * src/prefs_spelling.c
12668         * src/procheader.c
12669         * src/procmsg.c
12670         * src/procmsg.h
12671         * src/summaryview.c
12672         * src/toolbar.c
12673         * src/toolbar.h
12674                 Add contextual menu on Compose toolbar
12675                 button. Fixes bug #944 (Automatic
12676                 addresses not applied when changing account
12677                 from compose window)
12678                 add Mailing List support
12679                 based on the old 0.6.5claws25 patch by
12680                 Melvin Hadasht, with finishing touches
12681                 by Colin
12682                 Fix "ignore thread" when mails are threaded by
12683                 subject (and weren't ignored although appearing
12684                 in the thread).
12685                 GUI rework.
12686                 Both patches by Pawel.
12687
12688 2006-05-08 [paul]       2.2.0cvs2
12689
12690         * src/mainwindow.c
12691         * src/mainwindow.h
12692         * src/messageview.c
12693         * src/procheader.c
12694         * src/procmsg.c
12695         * src/procmsg.h
12696         * src/summaryview.c
12697                 add Mailing List support
12698                 based on the old 0.6.5claws25 patch by 
12699                 Melvin Hadasht, with finishing touches
12700                 by Colin
12701
12702 2006-05-08 [colin]      2.2.0cvs1
12703
12704         * src/mainwindow.c
12705         * src/toolbar.c
12706         * src/toolbar.h
12707                 Add contextual menu on Compose toolbar 
12708                 button. Fixes bug #944 (Automatic 
12709                 addresses not applied when changing account 
12710                 from compose window)
12711
12712 2006-05-08 [paul]       2.2.0
12713
12714         2.2.0 released
12715
12716 2006-05-08 [paul]       2.1.1cvs51
12717
12718         * po/cs.po
12719         * po/de.po
12720         * po/en_GB.po
12721         * po/fi.po
12722         * po/fr.po
12723         * po/pt_BR.po
12724         * po/sr.po
12725         * po/zh_CN.po
12726                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12727                 Fabien Vantard, Frederico Goncalves Guimaraes,
12728                 Aleksandar Urosevic, and Ralgh Young
12729
12730 2006-05-12 [colin]      2.1.1cvs50
12731
12732         * po/cs.po
12733         * po/de.po
12734         * po/en_GB.po
12735         * po/es.po
12736         * po/fi.po
12737         * po/fr.po
12738         * po/pt_BR.po
12739         * po/sr.po
12740         * po/zh_CN.po
12741                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12742                 Fabien Vantard, Frederico Goncalves Guimaraes,
12743                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12744
12745 2006-05-05 [colin]      2.1.1cvs49
12746
12747         * manual/Makefile.am
12748         * manual/pl/Makefile.am
12749         * manual/pl/account.xml
12750         * manual/pl/ack.xml
12751         * manual/pl/addrbook.xml
12752         * manual/pl/advanced.xml
12753         * manual/pl/faq.xml
12754         * manual/pl/glossary.xml
12755         * manual/pl/gpl.xml
12756         * manual/pl/handling.xml
12757         * manual/pl/intro.xml
12758         * manual/pl/keyboard.xml
12759         * manual/pl/plugins.xml
12760         * manual/pl/starting.xml
12761         * manual/pl/sylpheed-claws-manual.xml
12762         * manual/pl/dist/.cvsignore
12763         * manual/pl/dist/Makefile.am
12764         * manual/pl/dist/html/.cvsignore
12765         * manual/pl/dist/html/Makefile.am
12766         * manual/pl/dist/pdf/.cvsignore
12767         * manual/pl/dist/pdf/Makefile.am
12768         * manual/pl/dist/ps/.cvsignore
12769         * manual/pl/dist/ps/Makefile.am
12770         * manual/pl/dist/txt/.cvsignore
12771         * manual/pl/dist/txt/Makefile.am
12772                 Add the polish translation of the manual,
12773                 Authored by Pawel Pekala.
12774
12775 2006-05-05 [cleroy]     2.1.1cvs48
12776
12777         * src/main.c
12778                 Re-read matcherrc after loading plugins 
12779                 if some of them add folders.
12780
12781 2006-05-03 [colin]      2.1.1cvs47
12782
12783         * src/imap.c
12784                 I'm idiot
12785
12786 2006-05-03 [colin]      2.1.1cvs46
12787
12788         * src/imap.c
12789                 Be sure to have a session when
12790                 getting separator
12791
12792 2006-05-03 [colin]      2.1.1cvs45
12793
12794         * src/imap.c
12795         * src/imap.h
12796         * src/imap_gtk.c
12797                 Fix preventing renaming with namespace 
12798                 separator.
12799
12800 2006-05-01 [colin]      2.1.1cvs44
12801
12802         * src/action.c
12803                 Don't reload messageview when result of
12804                 action is piped.
12805
12806 2006-04-29 [colin]      2.1.1cvs43
12807
12808         * src/prefs_receive.c
12809         * src/plugins/spamassassin/spamassassin_gtk.c
12810         * src/plugins/clamav/clamav_plugin_gtk.c
12811                 GUI fixes by Pawel
12812
12813 2006-04-29 [colin]      2.1.1cvs42
12814
12815         * src/prefs_compose_writing.c
12816         * src/prefs_quote.c
12817                 Cleanups. Patch by Pawel
12818
12819 2006-04-28 [paul]       2.1.1cvs41
12820
12821         * src/matcher.c
12822                 fix returned quick search results when search
12823                 term contains an underscore.
12824                 Thanks to Colin
12825
12826 2006-04-28 [paul]       2.1.1cvs40
12827
12828         * src/prefs_message.c
12829         * src/prefs_receive.c
12830                 GUI cleanups
12831                 Patches by Pawel Pekala
12832
12833 2006-04-27 [colin]      2.1.1cvs39
12834
12835         * src/wizard.c
12836                 Differentiate subject Welcome from
12837                 window's title Welcome
12838
12839 2006-04-27 [paul]
12840
12841         2.2.0-rc1 released
12842
12843 2006-04-27 [paul]       2.1.1cvs38
12844
12845         * manual/advanced.xml
12846         * manual/fr/advanced.xml
12847                 add info about compose_no_markup hidden pref
12848
12849 2006-04-27 [paul]       2.1.1cvs37
12850
12851         * src/prefs_account.c
12852                 improve privacy labels
12853         * src/prefs_msg_colors.c
12854                 change some strings for translators' convenience
12855         * src/gtk/gtkutils.c
12856                 don't underline the link button text
12857
12858 2006-04-25 [colin]      2.1.1cvs36
12859
12860         * src/folder.c
12861                 Complete 2.1.1cvs33 (once more ;)
12862
12863 2006-04-25 [colin]      2.1.1cvs35
12864
12865         * src/editldap.c
12866                 Fix tooltip
12867
12868 2006-04-25 [cleroy]     2.1.1cvs34
12869
12870         * src/compose.c
12871         * src/gtk/gtkaspell.c
12872                 Fix crash on redirect (related to the return 
12873                 of the aspell menu in compose's toolbar)
12874         * src/prefs_msg_colors.c
12875                 Fix sensitivity widgets
12876         * src/image_viewer.c
12877         * src/gtk/pluginwindow.c
12878         * src/gtk/prefswindow.c
12879                 Change released signals to clicked (Fabien)
12880         * po/POTFILES.in
12881         * src/common/socket.c
12882         * src/plugins/spamassassin/spamassassin.c
12883                 Translate strings (Fabien)
12884
12885 2006-04-25 [paul]       2.1.1cvs33
12886
12887         * src/folder.c
12888         * src/folder.h
12889         * src/folderview.c
12890                 complete the fix of bug #912
12891                 Thanks to Colin
12892
12893 2006-04-25 [colin]      2.1.1cvs32
12894
12895         * src/news.c
12896                 Better progress bar
12897         * src/mimeview.c
12898         * src/summaryview.c
12899         * src/summaryview.h
12900                 Fix focus chain
12901                 Patches by Pawel Pekala
12902
12903 2006-04-24 [colin]      2.1.1cvs31
12904
12905         * src/compose.c
12906                 Fix compilation warnings (Fabien)
12907
12908 2006-04-24 [colin]      2.1.1cvs30
12909
12910         * src/addrindex.c
12911         * src/editldap.c
12912         * src/editldap_basedn.c
12913         * src/editldap_basedn.h
12914         * src/ldapctrl.c
12915         * src/ldapctrl.h
12916         * src/ldapquery.c
12917         * src/ldaputil.c
12918         * src/ldaputil.h
12919                 Fix bug #901 (LDAPS support)
12920
12921 2006-04-24 [colin]      2.1.1cvs29
12922
12923         * src/compose.c
12924                 Fix logic on error with send dialog on
12925         * src/imap.c
12926                 Fix compilation without libetpan, thanks
12927                 to Fabien
12928         * src/summaryview.c
12929                 Fix 'context-menu' key
12930
12931 2006-04-23 [colin]      2.1.1cvs28
12932
12933         * src/folder.c
12934                 Never free current's cache to free up 
12935                 memory. Fixes bug #912 (new count 
12936                 randomly set to message count)
12937
12938 2006-04-23 [colin]      2.1.1cvs27
12939
12940         * src/gtk/quicksearch.c
12941                 And remove printf...
12942
12943 2006-04-23 [colin]      2.1.1cvs26
12944
12945         * src/gtk/quicksearch.c
12946                 Fix replacing in quicksearch, and fix inserting
12947                 in the middle of the string. (introduced at 2.1.0cvs22)
12948
12949 2006-04-23 [colin]      2.1.1cvs25
12950
12951         * src/imap.c
12952                 Make sure uidnext is initialized in get_num_list
12953                 (not for stable, related to 2.1.1cvs8 and friends)
12954
12955 2006-04-23 [colin]      2.1.1cvs24
12956
12957         * src/imap.c
12958                 Output something when login is successful
12959                 too
12960
12961 2006-04-23 [colin]      2.1.1cvs23
12962
12963         * src/etpan/imap-thread.c
12964                 Better logging (line-per-line, hide data in fetch)
12965                 Fix a const warning
12966         * src/gtk/logwindow.c
12967         * src/gtk/logwindow.h
12968                 Better logging (color for input/output)
12969
12970 2006-04-21 [colin]      2.1.1cvs22
12971
12972         * src/gtk/quicksearch.c
12973                 On gtk+-2.8, use stock buttons in quicksearch
12974                 Based on a patch by Fabien and a design by Paul
12975
12976 2006-04-21 [colin]      2.1.1cvs21
12977
12978         * src/folderview.c
12979         * src/mainwindow.c
12980                 Fix occasional flicker in folderview
12981         * src/common/utils.c
12982                 Fix bug #943 (Incorrectly parsed email address 
12983                 list in short headers on message view and in 
12984                 printouts)
12985
12986 2006-04-20 [colin]      2.1.1cvs20
12987
12988         * src/imap.c
12989         * src/imap.h
12990         * src/prefs_account.c
12991                 Add ANONYMOUS auth for IMAP
12992
12993 2006-04-20 [paul]       2.1.1cvs19
12994
12995         * src/main.c
12996                 proper fix for 2.1.1cvs18
12997                 Thanks to Colin
12998
12999 2006-04-20 [paul]       2.1.1cvs18
13000
13001         * src/main.c
13002                 fix build warnings
13003
13004 2006-04-20 [paul]       2.1.1cvs17
13005
13006         * src/gtk/quicksearch.c
13007                 fix standard, non-extended Quick search,
13008                 was broken in 2.1.1cvs15.
13009                 Thanks to Colin.
13010
13011 2006-04-20 [colin]      2.1.1cvs16
13012
13013         * src/prefs_matcher.c
13014                 Fix values when reselecting a ~test
13015                 rule
13016
13017 2006-04-19 [colin]      2.1.1cvs15
13018
13019         * src/compose.c
13020         * src/compose.h
13021         * src/gtk/gtkaspell.c
13022         * src/gtk/gtkaspell.h
13023                 Put back Options menu in Spelling/
13024         * src/gtk/quicksearch.c
13025                 Don't search, and show error, if the
13026                 advanced search has a syntax error
13027
13028 2006-04-18 [colin]      2.1.1cvs14
13029
13030         * src/textview.c
13031                 Fix gdk warnings on set_cursor when textview
13032                 isn't visible
13033
13034 2006-04-18 [colin]      2.1.1cvs13
13035
13036         * src/gtk/gtksctree.c
13037                 Remove seemingly useless refresh that causes
13038                 flicker - watch this commit in case of 
13039                 problems before planned backport to stable
13040
13041 2006-04-18 [colin]      2.1.1cvs12
13042
13043         * src/imap.c
13044                 Factorize get/set_xml code
13045         * src/compose.c
13046         * src/prefs_account.c
13047         * src/prefs_account.h
13048         * src/procmsg.c
13049                 Add Encrypt to self option
13050
13051 2006-04-17 [colin]      2.1.1cvs11
13052
13053         * configure.ac
13054                 Fix search on encrpyt function on dragonfly
13055                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13056
13057 2006-04-17 [colin]      2.1.1cvs10
13058
13059         * src/prefs_account.c
13060                 Be safe by default: remove mails from POP3
13061                 after 7 days, not immediately
13062
13063 2006-04-17 [colin]      2.1.1cvs9
13064
13065         * src/etpan/imap-thread.c
13066                 Fix build on DragonFly - patch by 
13067                 Jonathan Buschmann <jonthn@agmact.com>
13068
13069 2006-04-17 [colin]      2.1.1cvs8
13070
13071         * src/imap.c
13072                 Save uidnext between sessions
13073
13074 2006-04-17 [colin]      2.1.1cvs7
13075
13076         * src/imap.c
13077                 scan is required when uid validity changes
13078
13079 2006-04-17 [colin]      2.1.1cvs6
13080
13081         * src/folderview.c
13082                 Don't scan if not necessary, apart in current
13083                 folder and INBOX to fetch flags.
13084         * src/imap.c
13085                 Scan is necessary if unread count changes
13086
13087 2006-04-17 [colin]      2.1.1cvs5
13088
13089         * src/imap.c
13090                 ...But always fetch ANSWERED and DELETED flags for
13091                 INBOX, as filtering can happen on these flags.
13092
13093 2006-04-17 [colin]      2.1.1cvs4
13094
13095         * src/imap.c
13096                 Don't fetch REPLIED and DELETED flags when synchronising
13097                 flags with a closed folder. We only need UNSEEN and FLAGGED
13098                 to update the folderview.
13099
13100 2006-04-17 [colin]      2.1.1cvs3
13101
13102         * src/imap.c
13103                 Faster flag search when there are new mails 
13104                 in a folder. We can do a full search if the 
13105                 folder contains less messages than the new
13106                 list.
13107
13108 2006-04-17 [colin]      2.1.1cvs2
13109
13110         * po/cs.po
13111         * po/de.po
13112         * po/fr.po
13113         * po/nl.po
13114         * po/pt_BR.po
13115                 Update translations from stable branch
13116
13117 2006-04-17 [colin]      2.1.1cvs1
13118
13119         * configure.ac
13120                 Bump version to follow stable release
13121
13122 2006-04-16 [mones]      2.1.0cvs50
13123
13124         * po/es.po
13125                 Updated for release
13126
13127 2006-04-16 [colin]      2.1.0cvs49
13128
13129         * src/textview.c
13130                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13131                 with gtk < 2.8. Thanks to Fabien Vantard.
13132
13133 2006-04-15 [colin]      2.1.0cvs48
13134
13135         * src/etpan/imap-thread.c
13136                 Fix bug #919 (libetpan: SEGV when connecting 
13137                 using command)
13138
13139 2006-04-14 [colin]      2.1.0cvs47
13140
13141         * src/main.c
13142                 Fix race on --select (should be done better)
13143
13144 2006-04-14 [wwp]        2.1.0cvs46
13145
13146         * src/send_message.c
13147                 enforce a check for domain in account prefs (a sending
13148                 error could be faced if domain was checked but no value set),
13149                 thanks to Colin.
13150
13151 2006-04-14 [colin]      2.1.0cvs45
13152
13153         * src/codeconv.c
13154                 when converting from unknown to unknown, if the
13155                 string is UTF8, don't convert it to the locale
13156                 (which breaks it)
13157
13158 2006-04-14 [colin]      2.1.0cvs44
13159
13160         * src/compose.c
13161                 Don't try to use ASCII for converting headers
13162                 (as done in body)
13163
13164 2006-04-14 [paul]       2.1.0cvs43
13165
13166         * src/crash.c
13167                 add locale/charset info to crash report
13168         * src/gtk/about.c
13169                 add wwp to doc team
13170                 replace 'e-mail' with preferred 'email'
13171         * src/gtk/authors.h
13172                 ensure contributors list is in alphabetical
13173                 order
13174
13175 2006-04-13 [colin]      2.1.0cvs42
13176
13177         * src/textview.c
13178                 Prevent gdk warnings
13179
13180 2006-04-13 [colin]      2.1.0cvs41
13181
13182         * src/common/ssl_certificate.c
13183         * src/common/ssl_certificate.h
13184         * src/gtk/sslcertwindow.c
13185                 Warn on expired certs, and display the expiration date
13186
13187 2006-04-13 [colin]      2.1.0cvs40
13188
13189         * src/plugins/spamassassin/spamassassin_gtk.c
13190                 Fix missing set_text on unix socket
13191
13192 2006-04-13 [wwp]        2.1.0cvs39
13193
13194         * manual/fr/advanced.xml
13195         * manual/fr/glossary.xml
13196                 applied new spam/ham/email lexicon (pourriel, courriel)
13197
13198 2006-04-13 [paul]       2.1.0cvs38
13199
13200         * src/plugins/pgpmime/plugin.c
13201                 remove the mention of S/MIME from the
13202                 description. This is now handled by the
13203                 S/MIME plugin.
13204
13205 2006-04-13 [paul]       2.1.0cvs37
13206
13207         * src/prefs_msg_colors.c
13208                 rework dialog
13209         * src/prefs_folder_item.c
13210         * src/prefs_spelling.c
13211                 add a tooltip to the colour selector buttons
13212
13213 2006-04-13 [wwp]        2.1.0cvs36
13214
13215         * manual/advanced.xml
13216         * manual/glossary.xml
13217         * manual/handling.xml
13218         * manual/keyboard.xml
13219         * manual/plugins.xml
13220         * manual/starting.xml
13221         * manual/fr/account.xml
13222         * manual/fr/ack.xml
13223         * manual/fr/addrbook.xml
13224         * manual/fr/advanced.xml
13225         * manual/fr/faq.xml
13226         * manual/fr/glossary.xml
13227         * manual/fr/gpl.xml
13228         * manual/fr/handling.xml
13229         * manual/fr/intro.xml
13230         * manual/fr/keyboard.xml
13231         * manual/fr/plugins.xml
13232         * manual/fr/starting.xml
13233         * manual/fr/sylpheed-claws-manual.xml
13234                 fixes to the manuals:
13235                  - summaryview -> Message List (same in French)
13236                  - translate key names
13237                  - fix French punctuation, use non-breakable spaces when
13238                    necessary, don't use &thinsp; which is not portable
13239                  - tell what maildir and mbox formats we support
13240
13241 2006-04-12 [wwp]        2.1.0cvs35
13242
13243         * src/prefs_toolbar.c
13244                 unified a replace button more,
13245                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13246
13247 2006-04-12 [wwp]        2.1.0cvs34
13248
13249         * src/prefs_common.c
13250         * src/prefs_msg_colors.c
13251                 make default color labels translatable,
13252                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13253                 thanks to Tim <timbrain@post.cz> for reporting.
13254
13255 2006-04-12 [wwp]        2.1.0cvs33
13256
13257         * manual/glossary.xml
13258         * manual/intro.xml
13259         * manual/plugins.xml
13260         * manual/starting.xml
13261         * manual/sylpheed-claws-manual.xml
13262         * manual/fr/.cvsignore
13263         * manual/fr/account.xml
13264         * manual/fr/ack.xml
13265         * manual/fr/addrbook.xml
13266         * manual/fr/advanced.xml
13267         * manual/fr/faq.xml
13268         * manual/fr/glossary.xml
13269         * manual/fr/handling.xml
13270         * manual/fr/intro.xml
13271         * manual/fr/keyboard.xml
13272         * manual/fr/plugins.xml
13273         * manual/fr/starting.xml
13274         * manual/fr/sylpheed-claws-manual.xml
13275                 various fixes: typos, missing .fr translations, punctuation,
13276                 capitalization, links, accents and some bad French more.
13277
13278 2006-04-12 [wwp]        2.1.0cvs32
13279
13280         * src/prefs_gtk.c
13281                 fix for bug #935: always store prefs files in UTF-8 (thanks
13282                 to Colin).
13283
13284 2006-04-11 [colin]      2.1.0cvs31
13285
13286         * src/compose.c
13287                 Fix inserting files not in utf8 when locale is utf8
13288
13289 2006-04-11 [colin]      2.1.0cvs30
13290
13291         * src/inc.c
13292                 Don't show error dialog when cancelling connection
13293                 Patch by Pawel
13294
13295 2006-04-11 [cleroy]     2.1.0cvs29
13296
13297         * src/compose.c
13298                 Implement multiple quote levels
13299         * src/prefs_common.c
13300                 Change a little bit the quote bgcolor for 2nd level
13301
13302 2006-04-11 [colin]      2.1.0cvs28
13303
13304         * src/gtk/about.c
13305                 Add locale and charset in the label
13306
13307 2006-04-10 [colin]      2.1.0cvs27
13308
13309         * src/compose.c
13310         * src/prefs_common.c
13311         * src/prefs_common.h
13312         * src/prefs_msg_colors.c
13313         * src/textview.c
13314                 Allow optional background color in quotes
13315                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13316                 GTK+-2.8.x feature
13317
13318 2006-04-10 [colin]      2.1.0cvs26
13319
13320         * src/main.c
13321         * src/mainwindow.c
13322         * src/mainwindow.h
13323                 Implement --select
13324
13325 2006-04-10 [colin]      2.1.0cvs25
13326
13327         * manual/plugins.xml
13328         * manual/fr/plugins.xml
13329                 Document libcurl's proxy variables
13330
13331 2006-04-09 [colin]      2.1.0cvs24
13332
13333         * src/prefs_common.c
13334                 gettext() returns statically allocated stuff. We have
13335                 to strdup it in order to be able to free it.
13336
13337 2006-04-09 [colin]      2.1.0cvs23
13338
13339         * AUTHORS
13340         * src/gtk/authors.h
13341                 Add Alexei
13342
13343 2006-04-09 [colin]      2.1.0cvs22
13344
13345         * src/mainwindow.c
13346         * src/gtk/quicksearch.c
13347                 Fix bug #859 (problems with cyrilic input in 
13348                 search panel) - Patch by Alexey Illarionov 
13349                 <littlesavage@rambler.ru>
13350
13351 2006-04-09 [colin]      2.1.0cvs21
13352
13353         * src/prefs_customheader.c
13354                 I prefer removing then freeing rather than the contrary
13355                 (even if it doesn't change anything ;-)
13356         * src/prefs_account.c
13357                 Fix bug #933 (Crash re-entering the custom headers list 
13358                 dialog in accounts prefs)
13359                 The problem happened when cancelling the Account 
13360                 Preferences' dialogs - in which case we didn't do 
13361                 anything to the PrefsAccount * struct. In case of applying,
13362                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13363                 working with in this dialog. The problem is that 
13364                 prefs_customheader.c, working on this tmp_ac_prefs, always
13365                 changes the ->customhdr_list pointer, even when cancelled. 
13366                 So in case of cancelling the prefs_account dialog, we still
13367                 have to update ->customhdr_list in the real account.
13368
13369 2006-04-08 [colin]      2.1.0cvs20
13370
13371         * manual/fr/glossary.xml
13372         * manual/fr/keyboard.xml
13373                 Forgot some headers :)
13374
13375 2006-04-08 [colin]      2.1.0cvs19
13376
13377         * manual/Makefile.am
13378         * manual/fr/Makefile.am
13379         * manual/fr/account.xml
13380         * manual/fr/ack.xml
13381         * manual/fr/addrbook.xml
13382         * manual/fr/advanced.xml
13383         * manual/fr/faq.xml
13384         * manual/fr/glossary.xml
13385         * manual/fr/gpl.xml
13386         * manual/fr/handling.xml
13387         * manual/fr/intro.xml
13388         * manual/fr/keyboard.xml
13389         * manual/fr/plugins.xml
13390         * manual/fr/starting.xml
13391         * manual/fr/sylpheed-claws-manual.xml
13392         * manual/fr/dist/.cvsignore
13393         * manual/fr/dist/Makefile.am
13394         * manual/fr/dist/html/.cvsignore
13395         * manual/fr/dist/html/Makefile.am
13396         * manual/fr/dist/pdf/.cvsignore
13397         * manual/fr/dist/pdf/Makefile.am
13398         * manual/fr/dist/ps/.cvsignore
13399         * manual/fr/dist/ps/Makefile.am
13400         * manual/fr/dist/txt/.cvsignore
13401         * manual/fr/dist/txt/Makefile.am
13402                 Add the french translation of the manual. Thanks to
13403                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13404                 account.xml, ack.xml, addrbook.xml and advanced.xml
13405
13406 2006-04-08 [colin]      2.1.0cvs18
13407
13408         * manual/plugins.xml
13409         * manual/starting.xml
13410                 More fixes
13411
13412 2006-04-07 [colin]      2.1.0cvs17
13413
13414         * manual/faq.xml
13415         * manual/intro.xml
13416         * manual/keyboard.xml
13417                 Little fixes
13418
13419 2006-04-07 [colin]      2.1.0cvs16
13420
13421         * README
13422         * src/compose.c
13423         * src/prefs_common.c
13424         * src/prefs_common.h
13425                 Add hidden compose_no_markup pref
13426
13427 2006-04-07 [wwp]        2.1.0cvs15
13428
13429         * src/summary_search.c
13430         * .cvsignore
13431                 Bugfix: stop button was sticky when searching in an empty folder.
13432                 Applied curly brackets code style to the whole file (summary_search.c).
13433                 More files to ignore.
13434
13435 2006-04-07 [wwp]        2.1.0cvs14
13436
13437         * src/message_search.c
13438         * src/summary_search.c
13439                 changed default button when search bumps at file/folder
13440                 beginning or end, for convenience (thanks to Colin).
13441
13442 2006-04-07 [paul]       2.1.0cvs13
13443
13444         * src/plugins/dillo_viewer/dillo_prefs.c
13445                 avoid future potential for namespace collision
13446                 Patch by Colin
13447
13448 2006-04-06 [wwp]        2.1.0cvs12
13449
13450         * src/summary_search.c
13451                 Unify extended/advanced searches names (and thus factorize labels),
13452                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13453
13454 2006-04-06 [wwp]        2.1.0cvs11
13455
13456         * src/folderview.c
13457         * src/prefs_themes.c
13458         * src/summaryview.c
13459                 Fixed some compilation warnings.
13460
13461 2006-04-06 [colin]      2.1.0cvs10
13462
13463         * manual/advanced.xml
13464                 Document the wizard template and how to deploy
13465                 Sylpheed-Claws effectively
13466
13467 2006-04-06 [colin]      2.1.0cvs9
13468
13469         * src/folderview.c
13470                 gettext patch to tell translators about _("#"),
13471                 by Maxim Britov
13472
13473 2006-04-06 [colin]      2.1.0cvs8
13474
13475         * src/textview.c
13476                 Fix invalid GtkTextBIter after clicking "Display as text"
13477
13478 2006-04-06 [mones]      2.1.0cvs7
13479
13480         * src/addr_compl.c
13481         * src/addrindex.c
13482         * src/addritem.c
13483         * src/codeconv.c
13484         * src/compose.c
13485         * src/filtering.c
13486         * src/folder.c
13487         * src/folder_item_prefs.c
13488         * src/folderview.c
13489         * src/localfolder.c
13490         * src/matcher.c
13491         * src/mimeview.c
13492         * src/prefs_msg_colors.c
13493         * src/prefs_spelling.c
13494         * src/prefs_themes.c
13495         * src/procmime.c
13496         * src/procmsg.c
13497         * src/stock_pixmap.c
13498         * src/summaryview.c
13499         * src/textview.c
13500         * src/toolbar.c
13501         * src/common/mgutils.c
13502         * src/common/prefs.c
13503         * src/common/ssl_certificate.c
13504         * src/gtk/colorlabel.c
13505         * src/gtk/quicksearch.c
13506         * src/plugins/pgpmime/pgpmime.c
13507         * src/plugins/spamassassin/spamassassin.c
13508                 Removed redundant NULL checks for g_free() calls.
13509                 Patch by Pawel Pekala.
13510
13511 2006-04-06 [mones]      2.1.0cvs6
13512
13513         * src/prefs_actions.c
13514         * src/prefs_filtering.c
13515         * src/prefs_filtering_action.c
13516         * src/prefs_matcher.c
13517         * src/prefs_template.c
13518         * src/gtk/gtkutils.c
13519         * src/gtk/gtkutils.h
13520                 Have a nice replace button. Patch by Pawel Pekala
13521
13522 2006-04-06 [colin]      2.1.0cvs5
13523
13524         * src/addressbook.c
13525                 Fix crash with empty columns
13526
13527 2006-04-05 [colin]      2.1.0cvs4
13528
13529         * src/wizard.c
13530         * src/prefs_gtk.c
13531                 Allow wizard customization with pre-filled values
13532
13533 2006-04-05 [colin]      2.1.0cvs3
13534
13535         * src/textview.c
13536         * src/mimeview.c
13537         * src/mimeview.h
13538                 Nicer messages in mimeview
13539
13540 2006-04-05 [colin]      2.1.0cvs2
13541
13542         * src/addressbook.c
13543         * src/prefs_summaries.c
13544                 i18n fix
13545
13546 2006-04-05 [colin]      2.1.0cvs1
13547
13548         * src/plugins/pgpcore/plugin.c
13549         * src/plugins/pgpcore/select-keys.c
13550         * src/plugins/pgpcore/select-keys.h
13551         * src/plugins/pgpcore/sgpgme.c
13552         * src/plugins/pgpcore/sgpgme.h
13553         * src/plugins/pgpinline/pgpinline.c
13554         * src/plugins/pgpinline/plugin.c
13555         * src/plugins/pgpmime/pgpmime.c
13556         * src/plugins/pgpmime/plugin.c
13557                 Factorize and generalize a bit 
13558                 Drop S/MIME signature verification from PGP/MIME
13559                 (adding it as another, more complete plugin)
13560
13561 2006-04-05 [paul]       2.1.0
13562
13563         2.1.0 released
13564
13565 2006-04-05 [paul]       2.0.0cvs186
13566
13567         * manual/advanced.xml
13568                 add info on colour labels
13569
13570 2006-04-05 [paul]       2.0.0cvs185
13571
13572         * po/bg.po
13573         * po/cs.po
13574         * po/de.po
13575         * po/el.po
13576         * po/en_GB.po
13577         * po/fi.po
13578         * po/fr.po
13579         * po/it.po
13580         * po/nl.po
13581         * po/pl.po
13582         * po/pt_BR.po
13583         * po/sr.po
13584         * po/zh_CN.po
13585                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13586                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13587                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13588                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13589         * src/gtk/authors.h
13590         * tools/claws.i18n.status.pl
13591                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13592                 and new Czech translator, Tim <timbrain@post.cz>
13593
13594 2006-04-05 [mones]      2.0.0cvs184
13595
13596         * po/es.po
13597                 Updated translation
13598
13599 2006-04-05 [colin]      2.0.0cvs183
13600
13601         * src/gtk/quicksearch.c
13602                 Fix bug #929 (unnecessary reload in quick search bar)
13603
13604 2006-04-05 [colin]      2.0.0cvs182
13605
13606         * src/compose.c
13607                 Fix crash on Reply with no From:
13608                 Show signature and conversion error on queuing 
13609                 (but not sending)
13610         * src/mainwindow.c
13611         * src/summaryview.c
13612         * src/summaryview.h
13613                 Factorize threading code and make sure msginfo 
13614                 is not null when it comes from a GtkCTreeRow's 
13615                 data
13616         * src/gtk/gtkaspell.c
13617                 Check for necessary things
13618         * src/gtk/gtksctree.c
13619         * src/gtk/gtksctree.h
13620                 Reset anchor if necessary when removing node
13621
13622 2006-03-29 [colin]      2.0.0cvs181
13623
13624         * src/folderview.c
13625                 Warn for disabled IMAP accounts (due to lack of
13626                 libetpan). Breaks string-freeze - sorry - but it
13627                 is kind of important ;)
13628
13629 2006-03-28 [colin]      2.0.0cvs180
13630
13631         * src/gtk/gtkutils.c
13632         * src/gtk/gtkutils.h
13633                 Add a gtkut_get_link_btn() function that
13634                 creates a button which acts like an URI
13635         * src/prefs_themes.c
13636         * src/gtk/about.c
13637                 Use this function (factorizes codes)
13638         * src/common/defs.h
13639         * src/gtk/pluginwindow.c
13640                 Add a "Get more..." in the plugins window
13641
13642 2006-03-28 [colin]      2.0.0cvs179
13643
13644         * src/common/smtp.c
13645         * src/common/passcrypt.c
13646         * src/undo.c
13647                 Warning fixes. Patch by Pawel Pekala
13648
13649 2006-03-27 [colin]      2.0.0cvs178
13650
13651         * src/undo.c
13652                 Fix undoing by blocks with spaces
13653
13654 2006-03-27 [colin]      2.0.0cvs177
13655
13656         * src/textview.c
13657                 Set margin to 3px for headers
13658
13659 2006-03-27 [paul]
13660
13661         2.1.0-rc2 released
13662
13663 2006-03-27 [wwp]        2.0.0cvs176
13664
13665         * src/summaryview.c
13666                 don't reset quicksearch when updating the message list.
13667                 Thanks to Colin.
13668
13669 2006-03-26 [wwp]        2.0.0cvs175
13670
13671         * src/compose.c
13672                 use a unified border width ('other' tab in the compose window,
13673                 patch by Pawel Pekala).
13674
13675
13676 2006-03-26 [wwp]        2.0.0cvs174
13677
13678         * src/common/quoted-printable.c
13679         * src/addressbook.c
13680                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13681
13682 2006-03-26 [colin]      2.0.0cvs173
13683
13684         * src/quote_fmt_parse.y
13685                 Fix non-UTF8 date formats messing up the whole quote a 
13686                 little bit
13687
13688 2006-03-26 [colin]      2.0.0cvs172
13689
13690         * src/procheader.c
13691                 Make sure the date is UTF8 valid, or try to make it
13692                 so. IncrediMail is really IncrediStupid.
13693         * src/compose.c
13694                 Fix possible conversions. 
13695                 
13696
13697 2006-03-26 [colin]      2.0.0cvs171
13698
13699         * src/matcher.c
13700                 Fix corner cases in body search. This is still a
13701                 hack... It seems impossible to make it good and 
13702                 reasonably fast at the same time.
13703
13704 2006-03-26 [colin]      2.0.0cvs170
13705
13706         * src/summaryview.c
13707                 I think I killed the twilight zone bug!
13708                 summary_select_node() flushes GTK events in order
13709                 to be able to center the view. But this also 
13710                 flushes keypresses like Ctrl-Alt-U, so this can
13711                 call summary_show from summary_select_node (itself
13712                 called from summary_show, etc.). And the summaryview
13713                 has to be unlocked in this function. So just locking
13714                 while processing GTK events, and bailing if locked, 
13715                 should fix it.
13716                 Fixes bug #927 (SIGSEGV during Update Summary)
13717
13718 2006-03-25 [colin]      2.0.0cvs169
13719
13720         * src/matcher.c
13721                 Fix search in QP-encoded bodies
13722                 Fix utf-8 searches in bodies encoded in the
13723                 locale's encoding
13724         * src/common/quoted-printable.c
13725         * src/common/quoted-printable.h
13726                 Add a decode function that doesn't overwrite
13727                 the original pointer
13728                 
13729
13730 2006-03-24 [colin]      2.0.0cvs168
13731
13732         * src/action.c
13733         * src/summaryview.c
13734         * src/summaryview.h
13735                 Update message cache after action
13736                 Patch by H. Merijn Brand
13737         * src/prefs_msg_colors.c
13738                 Factorize label 
13739                 Patch by Fabien Vantard
13740         * src/plugins/spamassassin/spamassassin_gtk.c
13741                 Remove useless translation
13742                 Patch by Fabien Vantard
13743
13744 2006-03-23 [colin]      2.0.0cvs167
13745
13746         * src/common/ssl.c
13747                 Let 30 seconds to SSL_connect
13748
13749 2006-03-23 [wwp]        2.0.0cvs166
13750
13751         * src/summaryview.c
13752         * src/gtk/description_window.c
13753                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13754                 and headers are translated; adjust description windows' width to fit their
13755                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13756
13757 2006-03-23 [paul]       2.0.0cvs165
13758
13759         * src/common/utils.c
13760                 fix highlighting of URIs containing "()"
13761                 (2.0.0cvs164's reversal fixed)
13762                 Thanks to Colin.
13763
13764 2006-03-23 [paul]       2.0.0cvs164
13765
13766         * src/common/utils.c
13767                 revert patch, (postponing a fix), at 2.0.0cvs120
13768                 as it breaks more URIs than it fixes.
13769                 Allow '-' to be a terminating character in a URI
13770
13771 2006-03-22 [colin]      2.0.0cvs163
13772
13773         * configure.ac
13774                 Require libetpan 0.45
13775                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13776
13777 2006-03-22 [paul]       2.0.0cvs162
13778
13779         * src/editgroup.c
13780                 replace '<-' and '->' buttons with GTK_STOCK graphical
13781                 buttons
13782         * src/summary_search.c
13783                 don't offer '...' for translation
13784                 add a tooltip to advanced search '...' button
13785         * src/gtk/quicksearch.c
13786                 don't offer '...' for translation
13787
13788 2006-03-21 [colin]      2.0.0cvs161
13789
13790         * src/compose.c
13791                 Fix middle-click pasting (insert at click
13792                 position instead of cursor position, don't
13793                 remove existing selection and allow pasting
13794                 our own selection)
13795         * src/addressbook.c
13796                 "LDAP Server" -> "LDAP servers"
13797
13798 2006-03-21 [wwp]        2.0.0cvs160
13799
13800         * src/etpan/imap-thread.c
13801                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13802
13803 2006-03-20 [colin]      2.0.0cvs159
13804
13805         * src/summaryview.c
13806                 Don't reload summaryview after an execute with no
13807                 move action
13808
13809 2006-03-19 [colin]      2.0.0cvs158
13810
13811         * src/addressbook.c
13812                 and put groups at the top, always
13813
13814 2006-03-19 [colin]      2.0.0cvs157
13815
13816         * src/addressbook.c
13817                 Order groups before names, as previously
13818
13819 2006-03-19 [colin]      2.0.0cvs156
13820
13821         * src/addressbook.c
13822                 - Sort case-unsensitive
13823                 - Put the sort arrow at opening too
13824
13825 2006-03-19 [wwp]        2.0.0cvs155
13826
13827         * src/addressbook.c
13828                 allow sorting by name/email/remarks, ensure that right-pane's contents
13829                 matches the left-pane selection (cleared when appropriate).
13830                 Patch by Pawel Pekala <c0rn@o2.pl>.
13831
13832 2006-03-18 [colin]      2.0.0cvs154
13833
13834         * src/textview.c
13835                 Fix text cursor ;)
13836
13837 2006-03-18 [colin]      2.0.0cvs153
13838
13839         * src/gtk/filesel.c
13840                 Make sure we hide the preview if we didn't get
13841                 a filename
13842
13843 2006-03-18 [colin]      2.0.0cvs152
13844
13845         * src/summaryview.c
13846                 Set cursor to watch for execution (fixes lack
13847                 of watch-cursor when dnd'ing hundreds of mails)
13848         * src/gtk/filesel.c
13849                 Check that mime type is 'image/*' before updating
13850                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13851
13852 2006-03-18 [colin]      2.0.0cvs151
13853
13854         * src/mainwindow.c
13855         * src/textview.c
13856         * src/textview.h
13857                 Put a watch cursor in textview too when the mainwindow's
13858                 cursor in a watch
13859
13860 2006-03-18 [colin]      2.0.0cvs150
13861
13862         * src/folder.c
13863                 Change wrong asserts to simple tests
13864
13865 2006-03-17 [colin]      2.0.0cvs149
13866
13867         * src/mainwindow.c
13868         * src/mainwindow.h
13869         * src/prefs_msg_colors.c
13870         * src/summaryview.c
13871         * src/summaryview.h
13872         * src/gtk/colorlabel.c
13873         * src/gtk/colorlabel.h
13874                 Add a color label menu in the main menubar
13875                 Add (fixed) accels Ctrl-{0-7} to change the color
13876                 They have to be fixed because the menu's dynamic,
13877                 the items are complex widgets, hence we can't use
13878                 a GtkItemFactory.
13879
13880
13881 2006-03-17 [wwp]        2.0.0cvs148
13882
13883         * src/compose.c
13884                 rollback few lines from my previous commit (those lines come from
13885                 a pending patch, accidentally commited, even if neutral as they are
13886                 commented out).
13887
13888 2006-03-17 [wwp]        2.0.0cvs147
13889
13890         * src/compose.c
13891                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13892                 applied code style/indentation to the modified function.
13893
13894 2006-03-17 [wwp]        2.0.0cvs146
13895
13896         * src/procmsg.c
13897         * src/compose.c
13898                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13899
13900 2006-03-17 [paul]
13901
13902         2.1.0-rc1 released
13903
13904 2006-03-17 [paul]       2.0.0cvs145
13905
13906         * src/main.c
13907                 addressbook_read_file() was called twice
13908         * src/textview.c
13909                 X-Mailer highlighting
13910
13911 2006-03-16 [colin]      2.0.0cvs144
13912
13913         * src/sourcewindow.c
13914         * src/sourcewindow.h
13915                 And the last one, in source window.
13916
13917 2006-03-16 [colin]      2.0.0cvs143
13918
13919         * src/compose.c
13920         * src/compose.h
13921                 Fix the same stuff in compose
13922
13923 2006-03-16 [colin]      2.0.0cvs142
13924
13925         * src/messageview.c
13926                 Complete the previous messageview crash fix
13927
13928 2006-03-16 [colin]      2.0.0cvs141
13929
13930         * src/procmsg.h
13931         * src/procmsg.c
13932         * src/folder.c
13933                 Fix POSTPROCESSING hook
13934                 Patch by H. Merijn Brand
13935
13936         * src/procmime.c
13937         * src/procmime.h
13938                 Parse Content-Location
13939
13940         * src/toolbar.c
13941         * src/messageview.c
13942         * src/messageview.h
13943                 Don't crash when a top-level MessageView has
13944                 been closed on us. Same problematic than
13945                 yesterday's quicksearch issue.
13946
13947 2006-03-15 [colin]      2.0.0cvs140
13948
13949         * src/gtk/quicksearch.c
13950                 Fix a bitchy race we didn't think about when we
13951                 added quicksearch cancellation:
13952                 If the search is not on cached fields, for example
13953                 body_part matchcase "stuff"
13954                 the matcher code has to get the whole message. If
13955                 we're on IMAP, that can be slow, and in order to
13956                 be non-blocking, the IMAP code idle loop processes
13957                 gtk events too. So it is possible to cancel a
13958                 quicksearch while the matcher is getting the mail's
13959                 body. After matcher got its body, it will start to
13960                 iterate over the matcher list that the Quicksearch's
13961                 clear_search_cb() just freed via prepare_matcher().
13962                 SIGSEGV ensues.
13963                 The fix consists of guarding the matcherlist_match()
13964                 call with a boolean 'matching'. If we reset the
13965                 quicksearch while matching is TRUE, we don't free
13966                 the matcherlist anymore like we did, but we set
13967                 another new flag, deferred_free, to TRUE. Then,
13968                 in quicksearch_match(), just after returning from
13969                 matcherlist_match() and unsetting the matching flag,
13970                 we check the deferred_free flag and do the
13971                 prepare_matcher() (which does the matcherlist_free)
13972                 for real, so we free the matcherlist once it's not
13973                 used anymore.
13974                 As all of this runs via the glib main loop, we
13975                 luckily don't need a mutex.
13976         * src/summaryview.c
13977                 Also, show progress while searching.
13978
13979
13980 2006-03-14 [colin]      2.0.0cvs139
13981
13982         * src/alertpanel.c
13983                 Make alertpanel_is_open non-static
13984
13985 2006-03-14 [colin]      2.0.0cvs138
13986
13987         * src/prefs_spelling.c
13988                 Cleanups - Fabien Vantard
13989
13990 2006-03-14 [wwp]        2.0.0cvs137
13991
13992         * src/main.c
13993                 code style normalization (curly braces, indentation).
13994
13995 2006-03-14 [wwp]        2.0.0cvs137
13996
13997         * src/main.c
13998                 code style (braces, indentation)
13999
14000 2006-03-12 [paul]       2.0.0cvs136
14001
14002         * src/prefs_common.c
14003                 trans_hdr defaults to FALSE to be RFC-savvy
14004         * src/prefs_summaries.c
14005                 add a tooltip to the trans_hdr option
14006                 
14007
14008 2006-03-12 [paul]       2.0.0cvs135
14009
14010         * src/prefs_matcher.c
14011                 give a little more width to the combos
14012         * src/prefs_display_header.c
14013         * src/textview.c
14014                 translate headers if prefs_common.trans_hdr
14015                 is TRUE
14016
14017         Patches by Pawel Pekala
14018
14019 2006-03-12 [paul]       2.0.0cvs134
14020
14021         * src/plugins/clamav/clamav_plugin.c
14022         * src/plugins/dillo_viewer/dillo_viewer.c
14023         * src/plugins/pgpcore/plugin.c
14024         * src/plugins/pgpinline/plugin.c
14025         * src/plugins/pgpmime/plugin.c
14026         * src/plugins/spamassassin/spamassassin.c
14027                 update/add to descriptions
14028         * src/plugins/spamassassin/spamassassin_gtk.c
14029                 fixes to the english, remove superfluous
14030                 tooltips, clean up a little
14031
14032 2006-03-12 [paul]       2.0.0cvs133
14033
14034         * src/compose.c
14035                 fix Bug 924, 'Account combo box shows up wrong 
14036                 if & is in account name'
14037
14038 2006-03-11 [colin]      2.0.0cvs132
14039
14040         * src/summaryview.c
14041                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14042                 messed up shift-selection because is slows down
14043                 moving around summaryview. thanks -users
14044
14045 2006-03-10 [colin]      2.0.0cvs131
14046
14047         * src/plugins/spamassassin/spamassassin_gtk.c
14048                 Put back Paul's engrish fixes
14049
14050 2006-03-10 [colin]      2.0.0cvs130
14051
14052         * src/plugins/spamassassin/spamassassin.c
14053         * src/plugins/spamassassin/spamassassin.h
14054         * src/plugins/spamassassin/spamassassin_gtk.c
14055                 Cleanup SA prefs page (more)
14056                 Patch by Fabien Vantard
14057
14058 2006-03-10 [paul]       2.0.0cvs129
14059
14060         * src/prefs_msg_colors.c
14061         * src/prefs_spelling.c
14062                 widget sensitivity
14063
14064 2006-03-09 [mones]      2.0.0cvs128
14065
14066         * po/es.po
14067                 Update for next RC
14068
14069 2006-03-09 [wwp]        2.0.0cvs127
14070
14071         * configure.ac
14072                 revert accidental commit (requirement for libetpan 0.43), this time
14073                 not in HEAD.
14074
14075 2006-03-09 [wwp]        2.0.0cvs125
14076
14077         * configure.ac
14078                 revert accidental commit (requirement for libetpan 0.43)
14079
14080 2006-03-09 [paul]       2.0.0cvs126
14081
14082         * src/prefs_receive.c
14083                 remove useless frame
14084                 replace 'incorporation' with 'receiving'
14085         * src/plugins/clamav/clamav_plugin_gtk.c
14086         * src/plugins/spamassassin/spamassassin_gtk.c
14087                 improve widget sensitivity
14088                 fix a bit his engrish
14089
14090 2006-03-09 [wwp]        2.0.0cvs125
14091
14092         * src/addressadd.c
14093         * src/foldersel.c
14094         * src/prefs_common.c
14095         * src/prefs_common.h
14096                 remember some more windows' sizes (add to addressbook and
14097                 select folder).
14098
14099 2006-03-09 [paul]       2.0.0cvs124
14100
14101         * src/plugins/pgpcore/prefs_gpg.c
14102                 normalise construction of dialogue
14103
14104 2006-03-09 [paul]       2.0.0cvs123
14105
14106         * src/plugins/trayicon/Makefile.am
14107                 add missing slash
14108
14109 2006-03-08 [colin]      2.0.0cvs122
14110
14111         * src/plugins/trayicon/Makefile.am
14112                 Fix build in separate dir 
14113                 Patch by Bamanzi <bamanzi@gmail.com>
14114
14115 2006-03-08 [colin]      2.0.0cvs121
14116
14117         * src/procmsg.c
14118                 Batch move and copies from summaryview with delayed execution
14119                 too
14120
14121 2006-03-07 [paul]       2.0.0cvs120
14122
14123         * src/common/utils.c
14124                 fix highlighting of URIs containing "()"
14125                 Patch by Pawel Pekala
14126
14127 2006-03-07 [paul]       2.0.0cvs119
14128
14129         * src/folder.c
14130         * src/folder.h
14131         * src/folderview.c
14132                 immediately do alphabetical resort when
14133                 changing a folder's name
14134                 Patch by Pawel Pekala
14135
14136 2006-03-07 [paul]       2.0.0cvs118
14137
14138         * src/news.c
14139         * src/news_gtk.c
14140                 when unsubscribing a newsgroup, remove the
14141                 folder and msgs in .sylpheed-claws/newscache
14142                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14143
14144 2006-03-07 [paul]       2.0.0cvs117
14145
14146         * src/textview.c
14147                 fix wrong Fake URL Warning
14148                 Thanks to Hiro
14149
14150 2006-03-07 [colin]      2.0.0cvs116
14151
14152         * src/imap.c
14153                 Return immediately when password dialog was
14154                 cancelled
14155         * src/gtk/inputdialog.c
14156                 Allow empty strings for passwords
14157
14158
14159 2006-03-06 [colin]      2.0.0cvs115
14160
14161         * src/imap.c
14162                 Prevent double-timeouts when connection fails
14163
14164 2006-03-06 [colin]
14165
14166         2.0.1-rc1 released
14167
14168 2006-03-06 [colin]      2.0.0cvs114
14169
14170         * src/imap.c
14171                 Refresh session during potentially long
14172                 operations
14173
14174 2006-03-06 [wwp]        2.0.0cvs113
14175
14176         * src/prefs_msg_colors.h
14177                 forgot that one (custom color labels).
14178
14179 2006-03-06 [wwp]        2.0.0cvs112
14180
14181         * src/prefs_common.c
14182         * src/prefs_common.h
14183         * src/prefs_msg_colors.c
14184         * src/summaryview.c
14185         * src/summaryview.h
14186         * src/gtk/colorlabel.c
14187         * src/gtk/colorlabel.h
14188                 colors in messages list are now customizable. Color values and names can
14189                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14190                 Thanks to Paul and Colin for their help with this longstanding patch!
14191
14192 2006-03-06 [wwp]        2.0.0cvs111
14193
14194         * src/textview.c
14195                 don't crash if (x)face is bad.
14196
14197 2006-03-05 [paul]       2.0.0cvs110
14198
14199         * AUTHORS
14200         * configure.ac
14201         * src/Makefile.am
14202         * src/common/Makefile.am
14203         * src/common/utils.h
14204         * src/etpan/imap-thread.c
14205         * src/gtk/authors.h
14206         * src/plugins/clamav/Makefile.am
14207         * src/plugins/demo/Makefile.am
14208         * src/plugins/dillo_viewer/Makefile.am
14209         * src/plugins/pgpcore/Makefile.am
14210         * src/plugins/pgpcore/passphrase.c
14211         * src/plugins/pgpinline/Makefile.am
14212         * src/plugins/pgpmime/Makefile.am
14213         * src/plugins/spamassassin/Makefile.am
14214         * src/plugins/trayicon/Makefile.am
14215                 fix builiding on cygwin
14216                 Patch by Ralgh Young <bamanzi@gmail.com>
14217
14218 2006-03-04 [wwp]        2.0.0cvs109
14219
14220         * manual/keyboard.xml
14221                 fix mixed up/down keys.
14222
14223 2006-03-04 [wwp]        2.0.0cvs108
14224
14225         * README
14226         * INSTALL
14227                 updated links to SpamAssassin.
14228
14229 2006-03-04 [wwp]        2.0.0cvs107
14230
14231         * manual/plugins.xml
14232         * src/plugins/spamassassin/README
14233                 updated SpamAssassin plugin docs to reflect new functional additions
14234                 (also fix/update/documents few technical stuff more, see the README).
14235
14236 2006-03-04 [wwp]        2.0.0cvs106
14237
14238         * src/prefs_message.c
14239                 normalized capitalization of message-prefs paths.
14240
14241 2006-03-04 [wwp]        2.0.0cvs105
14242
14243         * manual/advanced.xml
14244                 typo.
14245
14246 2006-03-03 [colin]      2.0.0cvs104
14247
14248         * src/plugins/clamav/clamav_plugin_gtk.c
14249                 Rework prefs page, patch by Fabien 
14250
14251 2006-03-03 [colin]      2.0.0cvs103
14252
14253         * src/plugins/clamav/clamav_plugin.c
14254                 Set error on all errors
14255
14256 2006-03-03 [colin]      2.0.0cvs102
14257
14258         * src/common/plugin.c
14259                 Initialize error to avoid crashing when a plugin fails
14260                 without setting error
14261
14262 2006-03-02 [wwp]        2.0.0cvs101
14263
14264         * configure.ac
14265                 fixed linker flags for libetpan support on Cygwin
14266                 (thanks to H.Merijn Brand).
14267
14268 2006-03-02 [wwp]        2.0.0cvs100
14269
14270         * src/addressbook.c
14271                 fix some AB error messages: one for punctuation and
14272                 one wrongly duplicate (thanks, maxbritov).
14273
14274 2006-03-02 [wwp]        2.0.0cvs99
14275
14276         * src/plugins/spamassassin/spamassassin.c
14277                 make sync calls to sa-learn/spamc to prevent
14278                 system (whatever local or client/server) overload.
14279
14280 2006-03-02 [colin]      2.0.0cvs98
14281
14282         * src/summaryview.c
14283                 Put the spam icon in the status column instead of the
14284                 mark one
14285
14286 2006-03-01 [colin]      2.0.0cvs97
14287
14288         * src/plugins/spamassassin/spamassassin.c
14289                 Fix segfault (g_file_set_contents fails for some 
14290                 reason and err==0x2f. Can't find out why with
14291                 valgrind, using working function :-)
14292
14293 2006-03-01 [colin]      2.0.0cvs96
14294
14295         * src/inc.c
14296                 Offline overriding: let 'No' be cached only 3 seconds
14297
14298 2006-03-01 [colin]      2.0.0cvs95
14299
14300         * src/addr_compl.c
14301         * src/addrbook.c
14302         * src/addressbook.c
14303         * src/addrindex.c
14304         * src/folder_item_prefs.c
14305         * src/headerview.c
14306         * src/imap.c
14307         * src/inc.c
14308         * src/ldif.c
14309         * src/mainwindow.c
14310         * src/mh.c
14311         * src/msgcache.c
14312         * src/prefs_common.h
14313         * src/prefs_msg_colors.c
14314         * src/procheader.c
14315         * src/procheader.h
14316         * src/procmime.c
14317         * src/procmsg.c
14318         * src/procmsg.h
14319         * src/send_message.h
14320         * src/simple-gettext.c
14321         * src/summaryview.c
14322         * src/summaryview.h
14323         * src/syldap.c
14324         * src/textview.c
14325         * src/undo.c
14326         * src/common/ssl_certificate.c
14327         * src/common/utils.c
14328         * src/gtk/colorsel.c
14329         * src/gtk/gtksctree.c
14330         * src/gtk/gtkshruler.c
14331         * src/plugins/trayicon/trayicon.c
14332                 #if 0 goes to /dev/null
14333
14334 2006-03-01 [colin]      2.0.0cvs94
14335
14336         * src/compose.c
14337         * src/imap.c
14338         * src/inc.c
14339         * src/inc.h
14340         * src/messageview.c
14341         * src/news.c
14342         * src/plugins/spamassassin/spamassassin.c
14343                 Allow to add information in the "working offline"
14344                 window
14345
14346 2006-03-01 [wwp]        2.0.0cvs93
14347
14348         * src/plugins/spamassassin/spamassassin.c
14349                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14350                 'cause it seems that calling `spamc ... < inputfile` with
14351                 g_spawn_(a)sync simply.. erm doesn't work :-).
14352
14353 2006-03-01 [wwp]        2.0.0cvs92
14354
14355         * src/toolbar.c
14356         * src/toolbar.h
14357                 simplify the adding of spam/ham button to the messageview toolbar
14358                 (it gets more clear now that the same button will be "Mark as spam"
14359                 or "Mark as ham" according to the current message status,
14360                 thanks to Colin).
14361
14362 2006-03-01 [wwp]        2.0.0cvs91
14363
14364         * src/messageview.c
14365         * src/procmsg.c
14366         * src/procmsg.h
14367         * src/summaryview.c
14368         * src/plugins/spamassassin/spamassassin.c
14369         * src/plugins/spamassassin/spamassassin.h
14370                 make learner callbacks return a status (0 for ok),
14371                 handle it in main code to avoid setting flags when learning failed,
14372                 don't learn on TCP if offline in spamassassin,
14373                 thanks to Colin.
14374
14375                 
14376
14377 2006-03-01 [wwp]        2.0.0cvs90
14378
14379         * src/compose.c
14380                 some work around the compose window's account menu,
14381                 patch by Fabien Vantard.
14382
14383 2006-03-01 [wwp]        2.0.0cvs89
14384
14385         * src/plugins/spamassassin/spamassassin.c
14386                 fixed bad logics, was using spamc in local mode and sa-learn
14387                 in remote mode (thanks, Colin).
14388
14389 2006-03-01 [wwp]        2.0.0cvs88
14390
14391         * src/plugins/spamassassin/spamassassin.c
14392         * src/plugins/spamassassin/spamassassin.h
14393         * src/plugins/spamassassin/spamassassin_gtk.c
14394                 made processing of emails w/ sa-plugin an option (default is TRUE),
14395                 fixed Engrish some tooltips, capitalization of some debug messages
14396                 and warnings. The spamassassin plugin now provides two separate
14397                 services: process emails upon incorporation and spamd training.
14398                 Both services (un)register independently but use some common
14399                 plugin settings (transport settings, spam storage location).
14400
14401 2006-02-28 [wwp]        2.0.0cvs87
14402
14403         * src/plugins/spamassassin/spamassassin.c
14404                 fix async flag to spamc cmdline execution (batch exec should
14405                 be asynchronous).
14406
14407 2006-02-27 [wwp]        2.0.0cvs86
14408
14409         * src/plugins/spamassassin/spamassassin.c
14410         * src/plugins/spamassassin/spamassassin.h
14411         * src/plugins/spamassassin/spamassassin_gtk.c
14412                 - added the ability to learn a remote spamassassin server (spamd),
14413                 using spamc.
14414                 - added the spamassassin option 'username', that applies to all
14415                 spamassassin operations (filtering, learning, local or remote).
14416                 The default username is the current unix user (if left blank
14417                 from gtk prefs or config file).
14418                 - commented out some unused code (notebook widget), removed unused
14419                 layout (hbox1).
14420                 - make more widgets sensitive to the transport type.
14421
14422 2006-02-27 [colin]      2.0.0cvs85
14423
14424         * src/plugins/spamassassin/spamassassin.c
14425                 Fix sa-learn call when offline
14426
14427 2006-02-27 [colin]      2.0.0cvs84
14428
14429         * configure.ac
14430         * src/Makefile.am
14431         * src/mainwindow.c
14432         * src/mainwindow.h
14433         * src/messageview.c
14434         * src/messageview.h
14435         * src/prefs_toolbar.c
14436         * src/procmsg.c
14437         * src/stock_pixmap.c
14438         * src/stock_pixmap.h
14439         * src/summaryview.c
14440         * src/toolbar.c
14441         * src/toolbar.h
14442         * src/pixmaps/ham_btn.xpm
14443         * src/pixmaps/spam.xpm
14444         * src/pixmaps/spam_btn.xpm
14445         * src/plugins/spamassassin/spamassassin.c
14446                 Add button in toolbar for spam learning
14447                 Fix a few bugs from the last related commit
14448                 Revert 1.9.6cvs23 which messed up shift-selection
14449
14450 2006-02-24 [colin]      2.0.0cvs83
14451
14452         * src/procmsg.c
14453         * src/summaryview.c
14454         * src/summaryview.h
14455         * src/plugins/spamassassin/spamassassin.c
14456         * src/plugins/spamassassin/spamassassin.h
14457         * src/plugins/spamassassin/spamassassin_gtk.c
14458                 Unregister learner when spamassassin is either
14459                 disabled or over tcp
14460
14461 2006-02-24 [colin]      2.0.0cvs82
14462
14463         * src/Makefile.am
14464         * src/mainwindow.c
14465         * src/mainwindow.h
14466         * src/procmsg.c
14467         * src/procmsg.h
14468         * src/stock_pixmap.c
14469         * src/stock_pixmap.h
14470         * src/summaryview.c
14471         * src/summaryview.h
14472         * src/gtk/icon_legend.c
14473         * src/pixmaps/spam.xpm  ** NEW FILE **
14474         * src/plugins/spamassassin/spamassassin.c
14475         * src/plugins/spamassassin/spamassassin_gtk.c
14476                 Add spam learning interface (Mark/Mark as 
14477                 (spam|ham) menus)
14478
14479 2006-02-24 [wwp]        2.0.0cvs81
14480
14481         * src/compose.c
14482         * src/compose.h
14483         * src/filtering.c
14484                 hide compose window when sending message in batch mode
14485                 (filtering: forward and redirect). Also fixed a wrong
14486                 value returned when sending failed, neutral anyway.
14487                 (Colin, me) 
14488
14489 2006-02-24 [wwp]        2.0.0cvs80
14490
14491         * src/mainwindow.c
14492                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14493
14494 2006-02-24 [paul]       2.0.0cvs79
14495
14496         * src/news.c
14497         * src/news.h
14498         * src/news_gtk.c
14499                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14500                 Thanks to Colin
14501
14502 2006-02-23 [colin]      2.0.0cvs78
14503
14504         * src/alertpanel.c
14505                 Change OK to Close in alertpanel with View log
14506                 button; add accel to View log. Patch by Fabien
14507                 Vantard
14508
14509 2006-02-23 [wwp]        2.0.0cvs77
14510
14511         * src/compose.c
14512                 silly me, there were much more tests to perform, since toolbars can
14513                 really have down to 1 element only.
14514
14515 2006-02-23 [wwp]        2.0.0cvs76
14516
14517         * commitHelper
14518                 fixed indentation from my previous commit. Fallback to VISUAL if
14519                 EDITOR is not set (and to vi, at last resort).
14520
14521 2006-02-23 [wwp]        2.0.0cvs75
14522
14523         * commitHelper
14524                 improved error detection (Colin, me).
14525
14526 2006-02-23 [wwp]        2.0.0cvs74
14527
14528         * src/prefs_toolbar.c
14529                 simplify and fix prefs/toolbars layouting. Combos' contents can
14530                 now be really displayed.
14531
14532 2006-02-23 [wwp]        2.0.0cvs73
14533         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14534         be really displayed.
14535
14536 2006-02-22 [wwp]        2.0.0cvs72
14537
14538         * src/compose.c
14539                 fix a typo in my previous commit (sorry!).
14540
14541 2006-02-22 [wwp]        2.0.0cvs71
14542
14543         * src/prefs_toolbar.c
14544                 fix a crash when adding separators to toolbars,
14545                 also fix some separator item information.
14546
14547 2006-02-22 [wwp]        2.0.0cvs70
14548
14549         * src/compose.c
14550                 fix a crash when redirecting (for instance) when compose window's
14551                 toolbar contents has been customized (when some buttons have been
14552                 removed in fact).
14553
14554 2006-02-21 [wwp]        2.0.0cvs69
14555
14556         * src/summaryview.c
14557         * src/gtk/pluginwindow.c
14558         * src/plugins/pgpcore/prefs_gpg.c
14559                 fix some compilation warnings (feat. remains of removed code).
14560
14561 2006-02-21 [wwp]        2.0.0cvs68
14562
14563         * src/gtk/gtkutils.c
14564                 fix two compilation issues, thanks to Stephan Sachse.
14565
14566 2006-02-20 [colin]      2.0.0cvs67
14567
14568         * src/mainwindow.c
14569                 Don't reselect displayed mail on refocus
14570                 This fixes actions misbehaving 
14571
14572 2006-02-20 [wwp]        2.0.0cvs66
14573
14574         * src/summaryview.c
14575         * src/gtk/gtksctree.c
14576         * src/gtk/gtkshruler.c
14577                 changed more runtime typecast checks.
14578
14579 2006-02-20 [wwp]        2.0.0cvs65
14580
14581         * src/summary_search.c
14582                 find all - summaryview refresh issue fixed, thanks to Colin.
14583
14584 2006-02-20 [wwp]        2.0.0cvs64
14585
14586         * src/gtk/gtkutils.c
14587                 better runtime typecast checks.
14588
14589 2006-02-20 [wwp]        2.0.0cvs63
14590
14591         * src/summary_search.c
14592                 enhancements to the summary search:
14593                         - add the ability to stop the running search
14594                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14595                         - don't search if no criteria (From/To/Subject/Body) is set
14596                         - ensure that a busy mouse pointer is always shown when searching,
14597                           show it even a bit earlier
14598
14599 2006-02-19 [colin]      2.0.0cvs62
14600
14601         * src/compose.c
14602         * src/imap.c
14603         * src/etpan/imap-thread.c
14604         * src/etpan/imap-thread.h
14605                 (Future) IMAP speed improvement on sending
14606                 Will require a libetpan update
14607         * src/summaryview.c
14608         * src/gtk/quicksearch.c
14609                 Make quicksearch clearable while running.
14610
14611 2006-02-17 [colin]      2.0.0cvs61
14612
14613         * src/imap.c
14614         * src/etpan/imap-thread.c
14615         * src/etpan/imap-thread.h
14616                 Check for IMAP certificates
14617                 ** Requires libetpan-0.42-cvs4 
14618                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14619
14620 2006-02-17 [colin]      2.0.0cvs60
14621
14622         * src/messageview.c
14623         * src/prefs_common.c
14624         * src/prefs_common.h
14625         * src/prefs_message.c
14626                 Add pref to display HTML-only mails with plugin, 
14627                 if possible (defaulting to FALSE of course).
14628
14629 2006-02-16 [colin]      2.0.0cvs59
14630
14631         * src/main.c
14632         * src/common/plugin.c
14633         * src/common/plugin.h
14634         * src/gtk/pluginwindow.c
14635                 Keep track of requested (but unloaded) plugins
14636                 in some error cases.
14637
14638 2006-02-16 [wwp]        2.0.0cvs58
14639
14640         * src/gtk/gtkaspell.c
14641         * src/gtk/gtkaspell.h
14642         * src/prefs_spelling.c
14643         * src/compose.c
14644         * src/prefs_common.c
14645         * src/prefs_common.h
14646                 implemented new optional spellchecker behaviour: re-check message when
14647                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14648
14649 2006-02-16 [wwp]        2.0.0cvs57
14650
14651         * src/quote_fmt_parse.y
14652                 pclose popen'ed pipe.
14653
14654 2006-02-15 [colin]      2.0.0cvs56
14655
14656         * src/mimeview.c
14657         * src/mimeview.h
14658                 Let MimeViewers know which MimeView they
14659                 depend of.
14660         * src/summaryview.c
14661                 Swap From/To columns in Sent/Queue/Drafts
14662                 folders
14663         * src/etpan/imap-thread.c
14664                 Use mailstream_low_tls_open() for STARTTLS
14665                 instead of mailstream_low_ssl_open()
14666                 ** REQUIRES libetpan 0.42cvs3 **
14667
14668 2006-02-15 [wwp]        2.0.0cvs55
14669
14670         * src/compose.c
14671         * src/compose.h
14672         * src/message_search.c
14673         * src/message_search.h
14674         * src/textview.c
14675         * src/gtk/gtkutils.c
14676         * src/gtk/gtkutils.h
14677                 added the ability to Find text in the compose window (and a bit
14678                 of code factorization).
14679
14680 2006-02-15 [wwp]        2.0.0cvs54
14681
14682         * src/prefs_gtk.c
14683                 yet another one file was missing (fix for some widgets' sensitivity).
14684                 Thanks Colin!
14685
14686 2006-02-15 [wwp]        2.0.0cvs53
14687
14688         * src/prefs_gtk.h
14689                 oops forgot that file (fix for some widgets' sensitivity).
14690
14691 2006-02-15 [wwp]        2.0.0cvs52
14692
14693         * src/summary_search.c
14694                 implemented advanced summary search options (added the ability
14695                 to use matcher conditions in an advanced search mode).
14696
14697 2006-02-15 [wwp]        2.0.0cvs51
14698
14699         * src/plugins/pgpcore/prefs_gpg.c
14700         * src/prefs_account.c
14701                 fix some widget sensitivity, mostly around some labels in
14702                 account prefs.
14703
14704 2006-02-15 [paul]       2.0.0cvs50
14705
14706         * manual/advanced.xml
14707                 improve Templates info
14708                 written by wwp
14709
14710 2006-02-14 [colin]      2.0.0cvs49
14711
14712         * src/pixmaps/address_book.xpm
14713         * src/pixmaps/preferences.xpm
14714         * src/pixmaps/properties.xpm
14715                 Fix pixmap size - patch by Fabien Vantard
14716
14717 2006-02-13 [colin]      2.0.0cvs48
14718
14719         * src/procmime.c
14720                 Add missing fclose()s on error
14721         * src/textview.c
14722                 Remove unused code
14723         * src/common/utils.c
14724                 Fix temp files not being deleted on windows
14725         Patches by Thomas Gilgin
14726
14727 2006-02-13 [colin]      2.0.0cvs47
14728
14729         * src/mainwindow.c
14730                 Fix exit crash
14731
14732 2006-02-13 [wwp]        2.0.0cvs46
14733
14734         * src/plugins/pgpcore/prefs_gpg.c
14735                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14736
14737 2006-02-12 [colin]      2.0.0cvs45
14738
14739         * src/folderview.c
14740         * src/main.c
14741         * src/mainwindow.c
14742                 Fix "stuff" when quitting
14743
14744 2006-02-12 [wwp]        2.0.0cvs44
14745
14746         * src/prefs_themes.c
14747                 fix typos in debug messages.
14748
14749 2006-02-11 [colin]      2.0.0cvs43
14750
14751         * src/summaryview.c
14752                 don't allow drag/drop from ourself
14753
14754 2006-02-10 [wwp]        2.0.0cvs42
14755
14756         * src/exporthtml.c
14757         * src/html.c
14758         * src/html.h
14759         * src/procmime.c
14760         * src/textview.c
14761                 renamed html_ prefixed functions and data structures to avoid
14762                 namespace clashes w/ other software (gtkhtml2 for instance).
14763                 Closes bug #907.
14764
14765
14766 2006-02-09 [colin]      2.0.0cvs41
14767
14768         * src/summaryview.c
14769                 Fix shitty logic messed up. Thanks Ticho for the hint!
14770
14771 2006-02-09 [wwp]        2.0.0cvs40
14772
14773         * src/gtk/about.c
14774         * src/compose.c
14775         * src/prefs_account.c
14776         * src/prefs_gtk.h
14777         * src/editaddress.c
14778                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14779                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14780                 Browse buttons in accounts prefs.
14781
14782 2006-02-09 [colin]      2.0.0cvs39
14783
14784         * src/matcher.c
14785                 Check for pointer before using its members
14786         * src/gtk/gtksourceprintjob.c
14787                 Fix a wrong warning
14788
14789 2006-02-09 [wwp]        2.0.0cvs38
14790
14791         * src/gtk/filesel.c
14792                 fix few compiler warnings (type mismatch).
14793
14794 2006-02-09 [paul]       2.0.0cvs37
14795
14796         * po/fr.po
14797                 updated by Fabien Vantard
14798
14799 2006-02-08 [colin]      2.0.0cvs36
14800
14801         * src/prefs_common.c
14802         * src/common/defs.h
14803         * src/common/plugin.c
14804                 allow windows and linux configurations to coexist
14805                 patch by Thomas Gilgin
14806
14807 2006-02-08 [colin]      2.0.0cvs35
14808
14809         * src/filtering.c
14810         * src/matcher.c
14811         * src/matcher.h
14812         * src/matcher_parser_parse.y
14813         * src/prefs_filtering_action.c
14814         * src/prefs_matcher.c
14815                 Add the "Ignore thread" filtering
14816                 action
14817
14818 2006-02-08 [colin]      2.0.0cvs34
14819
14820         * src/compose.c
14821         * src/procmime.c
14822         * src/procmime.h
14823                 Fix bug #905 (damaged attachment)
14824                 text files with raw \0's aren't really text files
14825         FOR_STABLE
14826
14827 2006-02-08 [colin]      2.0.0cvs33
14828
14829         * src/summaryview.c
14830                 Fix crasher introduced yesterday
14831
14832 2006-02-08 [wwp]        2.0.0cvs32
14833
14834         * src/compose.c
14835         * src/compose.h
14836                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14837
14838 2006-02-08 [wwp]        2.0.0cvs31
14839
14840         * src/prefs_template.c
14841                 templates enhancement: allow address completion for Cc and Bcc fields
14842                 (it was currently possible for the To field only)
14843
14844 2006-02-08 [colin]      2.0.0cvs30
14845
14846         * src/compose.c
14847                 Don't unblock if not blocked
14848         FOR_STABLE
14849
14850 2006-02-07 [colin]      2.0.0cvs29
14851
14852         * src/action.c
14853                 Forgot to refresh summaryview
14854
14855 2006-02-07 [colin]      2.0.0cvs28
14856
14857         * src/action.c
14858                 Freeze/thaw message list and folder list while
14859                 processing %as{} actions 
14860         * src/compose.c
14861                 Fix auto-wrap disabling after a middle-click
14862                 paste - FOR_STABLE
14863
14864 2006-02-07 [paul]       2.0.0cvs27
14865
14866         * src/folder.c
14867                 fix freeing of uninitialised pointers
14868                 Thanks to Colin
14869
14870 2006-02-06 [colin]      2.0.0cvs26
14871
14872         * src/folder.c
14873                 Use g_slist_prepend in potentially big list
14874
14875 2006-02-06 [colin]      2.0.0cvs25
14876
14877         * src/folder.c
14878                 Completely skip processing if it doesn't 
14879                 exist (faster!)
14880
14881 2006-02-06 [colin]      2.0.0cvs24
14882
14883         * src/folder.c
14884         * src/summaryview.c
14885                 Batch filtering in summaryview (from Tools menu)
14886                 and pre/post//-processing too
14887
14888 2006-02-06 [colin]      2.0.0cvs23
14889
14890         * src/procmsg.h
14891         * src/filtering.c
14892                 Use a special field for batch filtering instead
14893                 of stepping on deferred execution's toes
14894
14895 2006-02-06 [colin]      2.0.0cvs22
14896
14897         * src/action.c
14898         * src/filtering.c
14899         * src/filtering.h
14900         * src/folder.c
14901         * src/summaryview.c
14902                 Fix filtering via menus and actions
14903
14904 2006-02-06 [colin]      2.0.0cvs21
14905
14906         * src/imap.c
14907                 Put the added file directly to cache if possible (will work
14908                 with next libetpan)
14909         * src/filtering.c
14910         * src/filtering.h
14911         * src/inc.c
14912         * src/folder.c
14913         * src/mbox.c
14914         * src/procmsg.h
14915                 Move and copy filtered messages by batches instead of one
14916                 by one - faster on IMAP
14917         * src/procmsg.c
14918                 Add a function that'll possibly be useful later
14919
14920 2006-02-06 [colin]      2.0.0cvs20
14921
14922         * src/addressbook.c
14923                 Use internal mime-type instead of text/plain for d'n'd
14924         * src/compose.c
14925                 Allow attaching files from mimeview's icon list via d'n'd
14926         * src/folderview.c
14927         * src/folderview.h
14928                 Use internal mime-type instead of text/plain for d'n'd
14929                 Don't try to selected opened folder if none is
14930                 Factorize d'n'd from other apps code
14931         * src/headerview.c
14932         * src/textview.c
14933         * src/gtk/gtkutils.c
14934         * src/gtk/gtkutils.h
14935                 Factorize Face/X-Face stuff
14936         * src/mimeview.c
14937                 Fix d'n'd to other apps
14938         * src/prefs_message.c
14939                 Let the XFace pref be usable without libcompface as it also
14940                 applies to Face
14941         * src/summaryview.c
14942                 Fix d'n'd to other apps
14943                 Factorize d'n'd from other apps code
14944
14945 2006-02-06 [wwp]        2.0.0cvs19
14946
14947         * po/it.po
14948                 Italian translation fixes by Andrea Spadaccini (no more confusion
14949                 between filtering and processing, and few changes in the About
14950                 dialog).
14951
14952
14953 2006-02-06 [mones]      2.0.0cvs18
14954
14955         * src/gtk/icon_legend.c
14956                 Improved descriptions allowing better translations
14957
14958 2006-02-05 [colin]      2.0.0cvs17
14959
14960         * src/imap.c
14961                 Add the f*cking missing expunge that caused imap_fetch_env
14962                 to fail after an add_msgs ! :-///
14963         * src/etpan/imap-thread.c
14964                 Add a bit of debug
14965         FOR_STABLE
14966
14967 2006-02-05 [colin]      2.0.0cvs16
14968
14969         * src/common/utils.c
14970                 Don't check for return-path (or we can't put
14971                 back non-sent mails)
14972
14973 2006-02-05 [colin]      2.0.0cvs15
14974
14975         * src/textview.c
14976                 Don't try to display Face header in textview
14977                 when teh headerview's active
14978
14979 2006-02-05 [colin]      2.0.0cvs14
14980
14981         * tools/tbird2syl.py
14982         * tools/Makefile.am
14983                 Add script to import Thunderbird mails
14984
14985 2006-02-05 [colin]      2.0.0cvs13
14986
14987         * src/headerview.c
14988         * src/procheader.c
14989         * src/procmsg.c
14990         * src/procmsg.h
14991         * src/textview.c
14992                 Show Face headers - patch partially by Klaus Flittner
14993
14994 2006-02-05 [colin]      2.0.0cvs12
14995
14996         * src/folderview.c
14997         * src/summaryview.c
14998         * src/common/utils.c
14999         * src/common/utils.h
15000                 Let dnd work from mime icons to summaryview
15001                 and to folderview too
15002                 Add a crude test to avoid trying to add files
15003                 drag'n'dropped when they're not mails
15004
15005 2006-02-04 [colin]      2.0.0cvs11
15006
15007         * src/summaryview.c
15008         * src/mimeview.c
15009                 Fix utf8 conversion
15010
15011 2006-02-04 [colin]      2.0.0cvs10
15012
15013         * src/compose.c
15014         * src/folderview.c
15015         * src/mimeview.c
15016         * src/summaryview.c
15017         * src/summaryview.h
15018                 Added various drag and drop capas:
15019                 From                    To
15020                 summaryview             other apps
15021                 mimeview icons          other apps
15022                 other apps              summaryview
15023                 other apps              folderview
15024
15025                 This shouldn't have broken the existing:
15026                 From                    To
15027                 summaryview             folderview
15028                 folderview              folderview
15029                 summaryview             compose's attachments
15030
15031         Tests welcomed.
15032
15033 2006-02-02 [paul]       2.0.0cvs9
15034
15035         * src/mainwindow.c
15036                 move global option 'Set displayed columns...' out
15037                 of folder option grouping.
15038                 fix sensitivity of 'harvest addresses'
15039         FOR_STABLE
15040
15041 2006-02-01 [colin]      2.0.0cvs8
15042
15043         * src/mimeview.c
15044                 Revert the alertpanel patch, it sucks (intrusive
15045                 and gets in the way of "open")
15046
15047 2006-02-01 [colin]      2.0.0cvs7
15048
15049         * src/compose.c
15050         * src/prefs_account.c
15051         * src/prefs_common.c
15052         * src/common/defs.h
15053         * src/common/utils.c
15054         * src/common/utils.h
15055                 Add ability to edit the signature file
15056                 from the account preferences, and use
15057                 a default for the text editor.
15058                 Patch by Fabien Vantard
15059
15060 2006-02-01 [colin]      2.0.0cvs6
15061
15062         * src/mimeview.c
15063                 Try to get mime type by extension if it is
15064                 application/octet-stream
15065                 Display a window with possible choices when
15066                 encountering unknown mime types
15067         * src/gtk/filesel.c
15068         * src/gtk/filesel.h
15069                 Add preview
15070                 Allow multiple selection in filtered filesel
15071                 (patch by Fabien Vantard)
15072         * src/gtk/pluginwindow.c
15073                 Use it (patch by Fabien Vantard)
15074
15075 2006-02-01 [paul]       2.0.0cvs5
15076
15077         * src/jpilot.c
15078                 fix crash on creating jpilot address book
15079                 Thanks to Colin - FOR_STABLE
15080         * src/prefs_summaries.c
15081         * src/prefs_wrapping.c
15082         * src/gtk/icon_legend.c
15083         * src/gtk/quicksearch.c
15084                 string fixes and additions
15085
15086 2006-02-01 [paul]       2.0.0cvs4
15087
15088         * src/compose.c
15089         * src/mainwindow.c
15090         * src/messageview.c
15091         * src/prefs_send.c
15092                 add Arabic encoding option
15093                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15094
15095 2006-01-31 [colin]      2.0.0cvs3
15096
15097         * src/plugins/pgpcore/passphrase.c
15098                 Convert passphrase to locale encoding
15099         * src/compose.c
15100                 Fix drafting on IMAP. Crappy bug sneaked in
15101                 the release :-/
15102         FOR_STABLE
15103
15104 2006-01-30 [paul]       2.0.0cvs2
15105
15106         * src/gtk/icon_legend.c
15107                 show the new entries
15108
15109 2006-01-30 [colin]      2.0.0cvs1
15110
15111         * src/manual.c
15112                 Check for the file to be present before 
15113                 enabling the menu - FOR_STABLE
15114         * src/gtk/icon_legend.c
15115                 Add folders icons (not all of them, there
15116                 are too much, but the most intriguing ones)
15117
15118 2006-01-30 [paul]       2.0.0
15119
15120         version 2.0.0 released
15121
15122 [For previous entries, see ChangeLog.pre2.0.0]