2007-08-23 [wwp] 2.10.0cvs157
[claws.git] / ChangeLog
1 2007-08-23 [wwp]        2.10.0cvs157
2
3         * src/addressbook.c
4                 Contacts are now locale-aware sorted in the address book
5                 (LC_COLLATE matters here).
6                 Fix missing table initializers.
7
8 2007-08-23 [colin]      2.10.0cvs156
9
10         * src/imap.c
11                 Check scan_required on dest folder when copying
12
13 2007-08-23 [colin]      2.10.0cvs155
14
15         * src/imap.c
16                 Fix scanning when folder was empty
17
18 2007-08-22 [colin]      2.10.0cvs154
19
20         * src/msgcache.c
21                 Don't g_warning when g_try_malloc fails(), or it makes
22                 things worse as g_log() allocates. Fixes bug 1290,
23                 'Claws Mail crashes if too little memory when 
24                 rebuilding folder tree'
25
26 2007-08-22 [colin]      2.10.0cvs153
27
28         * src/inc.c
29                 Fix format string vulnerability, thanks to
30                 Ulf Harnhammar, Secunia Research
31
32 2007-08-22 [colin]      2.10.0cvs152
33
34         * src/ldapserver.c
35                 Set tv_usec too
36
37 2007-08-22 [wwp]        2.10.0cvs151
38
39         * src/ldapquery.c
40                 Few better null-ptr checks.
41
42 2007-08-22 [colin]      2.10.0cvs150
43
44         * src/editldap.c
45         * src/editldap_basedn.c
46         * src/ldapquery.c
47         * src/ldapserver.c
48         * src/ldapserver.h
49         * src/ldapupdate.c
50         * src/ldaputil.c
51         * src/ldaputil.h
52                 Fix ldap timeouts
53
54 2007-08-22 [colin]      2.10.0cvs149
55
56         * src/ldapquery.c
57                 Finish previous fix
58
59 2007-08-22 [colin]      2.10.0cvs148
60
61         * src/ldapquery.c
62                 Fix wrong assertions
63
64 2007-08-22 [colin]      2.10.0cvs147
65
66         * src/ldaputil.c
67                 Fix test (set ldap v3 if bindDN is set or TLS is set)
68
69 2007-08-22 [colin]      2.10.0cvs146
70
71         * src/editldap.c
72         * src/ldaputil.c
73                 Fix wrong "Connected successfully to server". Connection only succeeds if
74                 we can get the base DN.
75
76 2007-08-21 [wwp]        2.10.0cvs145
77
78         * src/browseldap.c
79         * src/editldap.c
80         * src/ldapctrl.c
81         * src/ldapquery.c
82         * src/ldapserver.c
83         * src/ldapupdate.c
84         * src/ldaputil.c
85                 More sanity checks in ldap functions.
86
87 2007-08-21 [wwp]        2.10.0cvs144
88
89         * src/prefs_account.c
90                 Don't return a value in a void function().
91
92 2007-08-21 [paul]       2.10.0cvs143
93
94         * src/messageview.c
95                 add check for ftp: to messageview_list_urls()
96
97 2007-08-21 [colin]      2.10.0cvs142
98
99         * src/editldap.c
100         * src/ldapctrl.c
101         * src/ldapctrl.h
102         * src/ldapquery.c
103         * src/ldapupdate.c
104                 Fix bug 1293, 'LDAP address book not working'
105                 Search only on specified fields, but fetch 
106                 every field possible. People will have to 
107                 reset the searched Attributes in their LDAP
108                 servers properties.
109
110 2007-08-21 [wwp]        2.10.0cvs141
111
112         * src/addr_compl.c
113         * src/addrbook.c
114         * src/addrcache.c
115         * src/addrcindex.c
116         * src/addressbook.c
117         * src/addrindex.c
118         * src/browseldap.c
119         * src/crash.c
120         * src/editaddress_other_attributes_ldap.c
121         * src/exporthtml.c
122         * src/folder.c
123         * src/folderview.c
124         * src/imap.c
125         * src/jpilot.c
126         * src/ldapserver.c
127         * src/ldapupdate.c
128         * src/ldif.c
129         * src/main.c
130         * src/mainwindow.c
131         * src/matcher.c
132         * src/mh.c
133         * src/msgcache.c
134         * src/mutt.c
135         * src/pine.c
136         * src/pop.c
137         * src/prefs_customheader.c
138         * src/prefs_msg_colors.c
139         * src/procmime.c
140         * src/textview.c
141         * src/vcard.c
142         * src/wizard.c
143         * src/common/log.c
144         * src/common/socket.c
145         * src/common/ssl_certificate.c
146         * src/common/utils.c
147         * src/common/utils.h
148         * src/gtk/description_window.c
149         * src/plugins/demo/demo.c
150         * src/plugins/pgpcore/prefs_gpg.c
151         * src/plugins/spamassassin/libspamc.c
152                 Make sure we use glib functions to send text messages (information,
153                 debug, warning, errors) to stdout/stderr - no more direct puts
154                 fputs printf fprintf to stdout/stderr when it can be done using
155                 g_log*() and g_print/g_printerr. Doing this, we make sure every
156                 stdout/stderr message is saved to log in Windows.
157
158
159 2007-08-21 [wwp]        2.10.0cvs140
160
161         * src/main.c
162         * src/common/utils.h
163                 Route glib's stdout/stderr messages to a log file (Windows only),
164                 instead of loosing them.
165
166 2007-08-21 [paul]       2.10.0cvs139
167
168         * src/mainwindow.c
169                 replace deprecated g_strncasecmp()
170         * src/messageview.c
171                 fix 'List URLS'
172
173 2007-08-20 [ticho]      2.10.0cvs138
174
175         * src/account.c
176         * src/prefs_account.h
177                 Copy all account preferences in account_clone() - some
178                 were missing.
179         * src/prefs_account.c
180                 Handle empty privacy system combobox gracefully (warning
181                 instead of a crash).
182
183 2007-08-20 [colin]      2.10.0cvs137
184
185         * src/ldapctrl.c
186                 Fix a leak
187
188 2007-08-20 [paul]       2.10.0cvs136
189
190         * src/browseldap.c
191         * src/editldap.c
192         * src/ldapctrl.c
193         * src/ldapquery.c
194         * src/ldapquery.h
195         * src/ldapserver.c
196         * src/ldaputil.c
197                 add debug_prints
198                 patch by Michael Rasmussen
199
200 2007-08-19 [colin]      2.10.0cvs135
201
202         * src/imap.c
203                 Fix previous commit. Sensitivity update is needed
204                 for "Cancel receiving". However when batching we
205                 don't need to do it for every message flag change,
206                 just once at the start and once at the end.
207
208 2007-08-19 [colin]      2.10.0cvs134
209
210         * src/imap.c
211                 Remove useless menu updates on session lock/unlock
212
213 2007-08-19 [colin]      2.10.0cvs133
214
215         * src/etpan/imap-thread.c
216                 Make all fetch logs less verbose
217
218 2007-08-19 [paul]       2.10.0cvs132
219
220         * src/foldersel.c
221         * src/folderview.c
222         * src/summaryview.c
223                 fix bug 1286, 'Can't move a folder into a "Folders
224                 Only" folder'
225
226 2007-08-18 [ticho]      2.10.0cvs131
227
228         * src/editaddress_other_attributes_ldap.c
229                 Converted option menu for other ldap attributes to GtkComboBox.
230
231 2007-08-18 [colin]      2.10.0cvs130
232
233         * src/compose.c
234         * src/prefs_common.c
235         * src/prefs_common.h
236         * src/prefs_send.c
237         * src/send_message.c
238                 Revert 'send_dialog_mode' meaning to 
239                 'send_dialog_invisible', so that the 
240                 new checkbox doesn't change the 
241                 existing behaviour.
242
243 2007-08-18 [paul]       2.10.0cvs129
244
245         * src/summaryview.c
246                 add missing menu update
247
248 2007-08-17 [colin]      2.10.0cvs128
249
250         * src/folder.c
251                 Set batching after getting flags - maybe fixes
252                 bug 1292, 'CM crashes on writing mail'
253
254 2007-08-16 [ticho]      2.10.0cvs127
255
256         * src/prefs_send.c
257                 Convert two GtkOptionMenu widgets to new GtkComboBox.
258         * src/gtk/combobox.h
259         * src/gtk/gtkutils.c
260                 Allow NULL for GtkComboBox menuitem label, rendering such
261                 items as row separators.
262
263 2007-08-16 [paul]       2.10.0cvs126
264
265         * src/plugins/trayicon/trayicon.c
266                 remove wrongly used gettextisation
267
268 2007-08-15 [ticho]      2.10.0cvs125
269
270         * src/importldif.c
271                 Fixed a runtime warning where an attempt to pack an
272                 already packed GtkLabel was made.
273
274 2007-08-15 [ticho]      2.10.0cvs124
275
276         * src/prefs_compose_writing.c
277                 Convert the insert-or-attach-dragged-files GtkOptionMenu
278                 into GtkComboBox.
279
280 2007-08-14 [ticho]      2.10.0cvs123
281
282         * src/messageview.c
283         * src/gtk/gtkutils.c
284                 Changed return receipt account selector to GtkComboBox.
285                 Fixed a runtime warning where GTK tried to parse
286                 "name <email@address" as a Pango markup in an alertpanel label.
287
288 2007-08-14 [ticho]      2.10.0cvs122
289
290         * src/prefs_logging.c
291                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
292
293 2007-08-14 [wwp]        2.10.0cvs121
294
295         * tools/Makefile.am
296         * tools/README
297         * tools/popfile-link.sh
298                 Added a new tool: POPFile helper, to open
299                 selected messages in POPFile control center,
300                 in order to change the messages' status.
301
302 2007-08-14 [ticho]      2.10.0cvs120
303
304         * src/compose.c
305         * src/prefs_common.c
306         * src/prefs_common.h
307         * src/prefs_send.c
308         * src/send_message.c
309                 Change "Show send dialog" optionmenu to a checkbutton.
310         * src/prefs_receive.c
311                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
312
313 2007-08-13 [wwp]        2.10.0cvs119
314
315         * src/addr_compl.c
316         * src/addressbook.c
317         * src/addrindex.c
318         * src/compose.c
319         * src/filtering.c
320         * src/folderview.c
321         * src/inc.c
322         * src/matcher.c
323         * src/mh.c
324         * src/partial_download.c
325         * src/prefs_gtk.c
326         * src/procmsg.c
327         * src/stock_pixmap.c
328         * src/summaryview.c
329         * src/common/utils.c
330         * src/gtk/gtkaspell.c
331         * src/gtk/menu.c
332                 Make sure we never pass NULL pointers for %s substitutions
333                 (prevent from crashing in Windows).
334
335 2007-08-13 [wwp]        2.10.0cvs118
336
337         * src/msgcache.c
338                 Re-enable mmap_reads in Windows with some missing
339                 CloseHandle of mapping objects, thanks to
340                 Marcus Brinkmann.
341
342 2007-08-13 [paul]       2.10.0cvs117
343
344         * src/common/utils.c
345                 fix bug 1287, 'Compile time problem on Solaris
346                 (nexenta gnu/Solaris) utils.c'
347                 Thanks to Piotr Chrzczonowicz
348
349 2007-08-12 [wwp]        2.10.0cvs116
350
351         * src/plugins/pgpcore/prefs_gpg.c
352                 Don't try to unset a GPG_AGENT_INFO that was not
353                 set (and don't use a NULL string in Windows, it was
354                 crashing with --debug if GPG_AGENT_INFO was not set).
355
356 2007-08-12 [wwp]        2.10.0cvs115
357
358         * src/privacy.h
359                 Make gcc type-check arguments passed to privacy_set_error().
360
361 2007-08-12 [ticho]      2.10.0cvs114
362
363         * src/prefs_folder_item.c
364                 Make sure that folder default account combobox always has some
365                 account preselected.
366         * src/gtk/combobox.c
367                 Handle empty combobox gracefully (warning instead of crash).
368
369 2007-08-12 [ticho]      2.10.0cvs114
370
371         * src/prefs_folder_item.c
372                 Make sure that folder default account combobox is not empty.
373         * src/gtk/combobox.c
374                 Handle empty combobox gracefully (warning instead of crash).
375
376 2007-08-11 [paul]       2.10.0cvs113
377
378         * src/addrgather.c
379         * src/folderview.c
380                 use 'subfolder' instead of 'sub-folder', matching
381                 everywhere else the term is used
382         * src/imap_gtk.c
383                 fix engrish
384
385 2007-08-10 [wwp]        2.10.0cvs112
386
387         * src/msgcache.c
388                 Disable mmap reads in Windows only (at least temporarily), they
389                 prevent from renaming/removing target cache files.
390
391 2007-08-10 [paul]
392
393         3.0.0-rc2 released
394
395 2007-08-10 [wwp]        2.10.0cvs111
396
397         * src/msgcache.c
398                 fix unpredictable crashes in Windows due to broken
399                 cache/mark/tags files writting (file were opened for
400                 writing in text mode).
401
402         * src/recv.c
403                 use gettimeofday() from w32lib.h on Windows.
404
405 2007-08-10 [colin]      2.10.0cvs110
406
407         * src/imap.c
408         * src/etpan/imap-thread.c
409         * src/etpan/imap-thread.h
410                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
411
412 2007-08-09 [colin]      2.10.0cvs109
413
414         * src/editldap.c
415                 Fix port being reset to 636 on SSL
416         * src/folder.c
417                 Fix folder_item_get_msg_num_by_file
418                 on drafts/queue folders
419
420 2007-08-09 [wwp]        2.10.0cvs108
421
422         * src/folder.c
423                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
424                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
425
426
427 2007-08-09 [colin]      2.10.0cvs107
428
429         * src/folderview.c
430         * src/summaryview.c
431         * src/gtk/prefswindow.c
432                 A few Maemo layout fixes
433
434 2007-08-09 [paul]       2.10.0cvs106
435
436         * src/prefs_account.c
437                 remove the hyphen from plug-ins to
438                 match everywhere else
439
440 2007-08-08 [wwp]        2.10.0cvs105
441
442         * src/prefs_folder_item.c
443                 Fix an extraneous stealth ^L char.
444
445 2007-08-08 [wwp]        2.10.0cvs104
446
447         * src/prefs_folder_item.c
448                 Better fix, group variables declarations (USE_ASPELL).
449
450 2007-08-08 [wwp]        2.10.0cvs103
451
452         * src/prefs_folder_item.c
453                 Fix compilation w/ USE_ASPELL set (broken
454                 by 2.10.0cvs102).
455
456 2007-08-08 [ticho]      2.10.0cvs102
457
458         * src/prefs_folder_item.c
459                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
460
461 2007-08-08 [colin]      2.10.0cvs101
462
463         * src/imap.c
464         * src/etpan/imap-thread.c
465         * src/etpan/imap-thread.h
466                 Close selected mailbox before doing
467                 status on it.
468
469 2007-08-08 [colin]      2.10.0cvs100
470
471         * src/html.c
472                 Complete symbol table, thanks to wwp.
473                 Fixes bug 1284, 'The html -> text 
474                 converter ignores entities'
475         * src/msgcache.c
476                 Fix possible fd leak
477
478 2007-08-08 [colin]      2.10.0cvs99
479
480         * src/imap.c
481                 Better way to fetch UIDs on non-UIDPLUS servers
482
483 2007-08-07 [colin]      2.10.0cvs98
484
485         * src/imap.c
486                 fix bug 1275, 'auto-saved draft messages not 
487                 always being removed'; Also, make multiple
488                 copy (in the same account) faster by matching
489                 source/destination message UIDs.
490         * src/messageview.c
491                 Don't try to reshow deleted mail
492         * src/msgcache.c
493                 Fix leak on error path
494
495 2007-08-07 [wwp]        2.10.0cvs97
496
497         * manual/account.xml
498         * manual/advanced.xml
499         * manual/fr/account.xml
500         * manual/fr/advanced.xml
501                 Updated the reference manual and the French translation to
502                 reflect 2.10.0cvs84: enable running folder Processing
503                 rules on demand.
504
505 2007-08-06 [wwp]        2.10.0cvs96
506
507         * src/prefs_common.c
508         * src/prefs_common.h
509         * src/textview.c
510                 Allow changing the emphasis color used to highlight
511                 the newsreader/x-mailer header value when it matches
512                 our preferred mail agent (hidden pref 'emphasis_col' added
513                 to clawsrc).
514
515 2007-08-06 [colin]      2.10.0cvs95
516
517         * src/compose.c
518         * src/compose.h
519                 Re-commit 2.10.0cvs86, with a protection
520                 against Pango bug. Also, try to fix 
521                 bug 1275, 'auto-saved draft messages not 
522                 always being removed'
523
524 2007-08-06 [wwp]        2.10.0cvs94
525
526         * src/gtk/quicksearch.c
527                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
528
529 2007-08-06 [ticho]      2.10.0cvs93
530
531         * src/prefs_account.c
532         * src/gtk/combobox.c
533                 Use GtkComboBox instead of GtkOptionMenu for privacy system
534                 selection in account preferences.
535
536 2007-08-06 [wwp]        2.10.0cvs92
537
538         * src/plugins/pgpcore/plugin.def
539                 Apply one more chunk from gpg4win's 03-w32-port patch.
540
541 2007-08-05 [colin]      2.10.0cvs91
542
543         * src/compose.c
544         * src/compose.h
545                 reverting buggy patch for now
546
547 2007-08-05 [colin]      2.10.0cvs90
548
549         * src/folder.c
550                 Fix slowdown
551
552 2007-08-04 [colin]      2.10.0cvs89
553
554         * src/prefs_summaries.c
555         * src/summary_search.c
556                 Replace deprecated widgets. Patch by
557                 Andrej.
558
559 2007-08-04 [colin]      2.10.0cvs88
560
561         * src/mh.c
562                 Refresh GUI only every 2000 mails on mh_get_last_num
563                 This is fast (readdir) and done only once per 
564                 session/folder
565
566 2007-08-03 [colin]      2.10.0cvs87
567
568         * src/prefs_account.c
569         * src/gtk/combobox.h
570         * src/gtk/gtkutils.c
571                 Fix a deprecated widget. Patch by
572                 Andrej
573
574 2007-08-03 [colin]      2.10.0cvs86
575
576         * src/compose.c
577         * src/compose.h
578                 Make colorisation and wrapping algorithms
579                 faster. Fixes bug 1246, 'compose becomes 
580                 increasingly slow replying to complex emails'
581
582 2007-08-03 [paul]       2.10.0cvs85
583
584         * src/mh.c
585                 keep the window painted
586
587 2007-08-02 [paul]       2.10.0cvs84
588
589         * src/folderview.c
590         * src/mainwindow.c
591         * src/mainwindow.h
592                 enable running folder Processing
593                 rules on demand
594
595 2007-08-02 [paul]       2.10.0cvs83
596
597         * src/textview.c
598                 speed up/clean up rendering of larger
599                 msgs
600                 Thanks to Colin
601
602 2007-08-01 [paul]       2.10.0cvs82
603
604         * src/mainwindow.h
605                 clean up cruft
606         * src/toolbar.c
607                 change default toolbar layout on maemo
608         * src/pixmaps/close.xpm
609                 make the red cross a grey cross
610         * src/pixmaps/jpilot.xpm
611                 make icon smaller so it fits better
612
613 2007-07-31 [paul]       2.10.0cvs81
614
615         * src/setup.c
616         * src/gtk/gtkutils.c
617                 fix crash on maemo on first launch
618
619 2007-07-30 [paul]       2.10.0cvs80
620
621         * src/prefs_matcher.c
622                 specify the units of age and size
623
624 2007-07-30 [paul]       2.10.0cvs79
625
626         * src/main.c
627                 Fix IMAP timeout setting
628
629 2007-07-30 [colin]      2.10.0cvs78
630
631         * src/prefs_account.c
632                 Fix a deprecated widget. Patch by
633                 Andrej
634
635 2007-07-27 [paul]       2.10.0cvs77
636
637         * src/matcher_parser_parse.y
638         * src/prefs_filtering_action.c
639         * src/prefs_matcher.c
640                 these changes forgotten in cvs74's
641                 'watch thread' feature
642
643 2007-07-27 [paul]       2.10.0cvs76
644
645         * src/compose.c
646                 fix potential crasher
647                 thanks to Colin
648
649 2007-07-27 [paul]       2.10.0cvs75
650
651         * src/mainwindow.c
652         * src/manual.c
653         * src/manual.h
654         * src/gtk/gtkutils.c
655                 make mainwindow's /Help/Manual point to the
656                 remote copy if the local copy doesn't exist
657
658 2007-07-27 [paul]       2.10.0cvs74
659
660         * src/Makefile.am
661         * src/filtering.c
662         * src/folder.c
663         * src/mainwindow.c
664         * src/matcher.c
665         * src/matcher.h
666         * src/matcher_parser_parse.y
667         * src/procmsg.c
668         * src/procmsg.h
669         * src/stock_pixmap.c
670         * src/stock_pixmap.h
671         * src/summaryview.c
672         * src/summaryview.h
673         * src/toolbar.c
674         * src/toolbar.h
675         * src/pixmaps/watchthread.xpm
676                 add 'watch thread' feature
677
678 2007-07-27 [paul]       2.10.0cvs73
679
680         * src/prefs_folder_item.c
681                 adjust labels, add tooltips
682
683 2007-07-27 [colin]      2.10.0cvs72
684
685         * src/summaryview.c
686                 Maemo: Remove less used menu items
687
688 2007-07-26 [colin]      2.10.0cvs71
689
690         * src/messageview.c
691                 Maemo: destroy messageview after trashing mail.
692                 Maybe should be done on X11 too
693
694 2007-07-26 [colin]      2.10.0cvs70
695
696         * src/folderview.c
697         * src/mainwindow.c
698         * src/prefs_common.c
699         * src/prefs_common.h
700         * src/summaryview.c
701                 Add View/Show or Hide/Column headers
702
703 2007-07-26 [colin]      2.10.0cvs69
704
705         * src/procmime.c
706                 Fix unwanted output
707
708 2007-07-26 [colin]      2.10.0cvs68
709
710         * src/ldapserver.c
711                 Fix possible crash on cache invalidation
712         * src/compose.c
713         * src/procmime.c
714         * src/procmime.h
715         * src/quote_fmt_parse.y
716                 Make replying to mails with big attachments
717                 much faster. Fixes bug 1224, 'The process of 
718                 Replying to emails with large attachments 
719                 seems unreasonably long...'
720
721 2007-07-26 [colin]      2.10.0cvs67
722
723         * src/mimeview.c
724         * src/matcher.c
725         * src/common/ssl.c
726                 Fix threads use on BSDs
727
728 2007-07-26 [paul]       2.10.0cvs66
729
730         * src/gtk/prefswindow.c
731                 fix account prefs breakage
732                 thanks to Colin
733
734 2007-07-26 [paul]       2.10.0cvs65
735
736         * configure.ac
737                 standardise ./configure --help messages
738
739 2007-07-26 [colin]      2.10.0cvs64
740
741         * src/addressbook.c
742         * src/editaddress.c
743                 Fix two vCard-related crashes
744
745 2007-07-25 [colin]      2.10.0cvs63
746
747         * src/inc.c
748         * src/prefs_common.c
749         * src/prefs_common.h
750         * src/prefs_receive.c
751                 Maemo: Add a better way to notify of
752                 new mails
753         * src/mainwindow.c
754         * src/statusbar.h
755         * src/summaryview.c
756         * src/toolbar.c
757                 Maemo: Various layout fixes
758         * src/gtk/prefswindow.c
759                 Maemo: Better prefs layout
760
761 2007-07-25 [paul]       2.10.0cvs62
762
763         * src/textview.c
764                 fix the layout on maemo
765                 thanks to Colin
766
767 2007-07-25 [iwkse]      2.10.0cvs61
768
769         * src/summaryview.c
770                 add 'o' shortcut on summaryview
771
772 2007-07-25 [iwkse]      2.10.0cvs60
773
774         * src/textview.c
775                 fix o shortcut
776
777 2007-07-24 [colin]      2.10.0cvs59
778
779         * src/mh.c
780                 Fix missing timestamp update on source
781                 folder when moving
782         * src/textview.c
783         * src/textview.h
784                 Better text layout on part's choices
785
786 2007-07-23 [colin]      2.10.0cvs58
787
788         * src/mimeview.c
789         * src/textview.c
790                 Maemo: Automatically choose the correct application
791                 to open parts
792         * src/gtk/quicksearch.c
793                 Make search run on GDK_KP_Enter too
794
795 2007-07-23 [wwp]        2.10.0cvs57
796
797         * src/quote_fmt_lex.l
798                 Revert accidentaly committed lines (account_sig) in
799                 2.10.0cvs56.
800
801 2007-07-23 [wwp]        2.10.0cvs56
802
803         * src/quote_fmt_lex.l
804                 Fix typos around long form expressions in the quote lexer.
805
806 2007-07-23 [paul]
807
808         3.0.0-rc1 released
809
810 2007-07-23 [colin]      2.10.0cvs55
811
812         * src/addr_compl.c
813                 Fix auto-completion on Maemo
814
815 2007-07-23 [colin]      2.10.0cvs54
816
817         * src/statusbar.c
818                 Maemo: Fix sticking statusbars
819
820 2007-07-22 [colin]      2.10.0cvs53
821
822         * src/main.c
823                 Maemo: Fix the strange "top_application" info
824                 at startup. We should do something when 
825                 receiving such a message.
826
827 2007-07-20 [paul]       2.10.0cvs52
828
829         * src/news_gtk.c
830                 add missing #include "statusbar.h"
831
832 2007-07-20 [colin]      2.10.0cvs51
833
834         * src/folder.c
835         * src/folder.h
836         * src/folder_item_prefs.c
837         * src/folder_item_prefs.h
838         * src/folderview.c
839         * src/imap.c
840         * src/imap_gtk.c
841         * src/imap_gtk.h
842         * src/news.c
843         * src/news_gtk.c
844         * src/news_gtk.h
845         * src/prefs_folder_item.c
846                 Implement age-based caching: allow to
847                 specify a threshold for the offline synchronisation
848                 feature, and whether old cached bodies should 
849                 be removed
850         * src/toolbar.c
851         * src/toolbar.h
852                 Fix label/tooltips
853         * src/plugins/dillo_viewer/dillo_viewer.c
854                 Check that Dillo's installed
855
856 2007-07-20 [wwp]        2.10.0cvs50
857
858         * src/mimeview.c
859         * src/stock_pixmap.c
860                 Draw a frame around the selected mimeview part icon (instead of the
861                 shifted 'dancing' icon).
862
863 2007-07-20 [colin]      2.10.0cvs49
864
865         * src/main.c
866                 Unref stuff even on error
867         * src/wizard.c
868                 disconnect signals only at the very
869                 end of the wizard save.
870
871 2007-07-20 [colin]      2.10.0cvs48
872
873         * src/mainwindow.c
874         * src/messageview.c
875         * src/toolbar.c
876         * src/toolbar.h
877                 Fix random crashes while navigating
878                 (GTK_EVENTS_FLUSH)
879
880 2007-07-19 [colin]      2.10.0cvs47
881
882         * configure.ac
883         * src/main.c
884         * src/prefs_common.c
885         * src/prefs_common.h
886         * src/wizard.c
887         * src/common/defs.h
888         * src/common/utils.c
889                 Maemo: add an easy way to store data (mails
890                 and IMAP/NNTP caches) on one of the SD cards,
891                 and protect against unmounts if needed
892
893 2007-07-19 [paul]       2.10.0cvs46
894
895         * src/Makefile.am
896         * src/stock_pixmap.c
897         * src/gtk/about.c
898         * src/pixmaps/claws-mail_logo-small.xpm
899                 implement a (slightly) different About
900                 dialog for maemo and add a small version
901                 of the logo for it
902         * src/wizard.c
903                 use a scrolled window for wizard page 1
904                 on maemo
905
906 2007-07-19 [paul]       2.10.0cvs45
907
908         * src/Makefile.am
909                 too soon for this line
910
911 2007-07-19 [paul]       2.10.0cvs44
912
913         * src/Makefile.am
914                 fix build on n800
915
916 2007-07-19 [colin]      2.10.0cvs43
917
918         * src/wizard.c
919                 Solve Mail/Mailbox name when specifying
920                 full /path/to/Mail.
921
922 2007-07-18 [colin]      2.10.0cvs42
923
924         * src/inc.c
925         * configure.ac
926                 Fix build on n770
927
928 2007-07-18 [colin]      2.10.0cvs41
929
930         * src/inc.c
931                 Maemo: plug the online/offline system into
932                 maemo's interfaces to have Claws automatically
933                 switch according to the system status
934         * src/statusbar.c
935                 Maemo: use HildonBanners to display status
936                 messages. Renders the main statusbar useless.
937
938 2007-07-18 [paul]       2.10.0cvs40
939
940         * src/filtering.c
941                 fix screen blanking on moving/copying many msgs
942         * src/folder.c
943                 fix processing progressbar and screen blanking
944                 during processing
945
946 2007-07-18 [paul]       2.10.0cvs39
947
948         * src/messageview.c
949                 revert cvs37, breakage on maemo
950
951 2007-07-18 [paul]       2.10.0cvs38
952
953         * src/gtk/gtkutils.c
954                 make sure we can still build with older GTK's
955
956 2007-07-18 [colin]      2.10.0cvs37
957
958         * src/messageview.c
959                 Only hide the small layout's messageview, instead
960                 of destroying it when closing
961         * src/gtk/gtkutils.c
962                 Use gtk_window_present_with_time to popup windows,
963                 it seems to make things better with modern WMs
964                 (actually focusing)
965
966 2007-07-17 [colin]      2.10.0cvs36
967
968         * src/editaddress.c
969                 Simplify layout on Maemo
970         * src/folder.c
971                 Fix possible crash
972         * src/prefs_display_header.c
973                 Remove some headers by default on Maemo
974
975 2007-07-17 [paul]       2.10.0cvs35
976
977         * src/prefs_common.c
978         * src/prefs_common.h
979         * src/prefs_logging.c
980         * src/common/log.c
981                 add options to stop/enable writing logs to disc
982
983 2007-07-17 [paul]       2.10.0cvs34
984
985         * src/edittags.c
986                 fix some issues with the Apply tags window:
987                 - set search column (enables autocompl in the treeview)
988                 - apply tag from "New tag" if it existed
989                 - clears New tag entry when adding it with the button
990                 Thanks to Colin
991
992 2007-07-17 [paul]       2.10.0cvs33
993
994         * src/edittags.c
995                 fix 'apply tags' dialogue weirdness
996
997 2007-07-16 [colin]      2.10.0cvs32
998
999         * src/toolbar.c
1000                 Fix double-loading of mails on Maemo
1001
1002 2007-07-16 [colin]      2.10.0cvs31
1003
1004         * src/messageview.c
1005                 Prevent double-loading of the same part under some
1006                 conditions; hide statusbar on Maemo
1007
1008 2007-07-16 [colin]      2.10.0cvs30
1009
1010         * src/edittags.c
1011         * src/edittags.h
1012         * src/mainwindow.c
1013         * src/summaryview.c
1014                 Improve the tag interface - allow
1015                 to set/unset tags from a special
1016                 window.
1017         * src/gtk/gtkvscrollbutton.c
1018         * src/mimeview.c
1019         * src/mimeview.h
1020         * src/stock_pixmap.c
1021                 Fix Mimeview's ugly hacks in the
1022                 icon list. 
1023
1024 2007-07-16 [paul]       2.10.0cvs29
1025
1026         * src/wizard.c
1027                 rework dialog
1028         * src/gtk/icon_legend.c
1029                 put it all in a scrolled window
1030
1031 2007-07-15 [colin]      2.10.0cvs28
1032
1033         * src/mainwindow.c
1034                 Maemo: force layout to be Small screen; the
1035                 others don't make sense
1036
1037 2007-07-14 [colin]      2.10.0cvs27
1038
1039         * src/mimeview.c
1040         * src/gtk/gtkvscrollbutton.c
1041                 Maemo: Fix mimeview's buttons size
1042
1043 2007-07-14 [colin]      2.10.0cvs26
1044
1045         * src/toolbar.c
1046                 Fix the button workaround fix.
1047                 (Use the correct variable)
1048
1049 2007-07-14 [colin]      2.10.0cvs25
1050
1051         * src/mainwindow.c
1052         * src/toolbar.c
1053                 Maemo: put the progress bar in the
1054                 toolbar
1055
1056 2007-07-14 [colin]      2.10.0cvs24
1057
1058         * src/prefs_common.c
1059                 Maemo: hide statusbar by default
1060         * src/Makefile.am
1061         * src/stock_pixmap.c
1062         * src/stock_pixmap.h
1063         * src/toolbar.c
1064         * src/pixmaps/go_folders.xpm
1065                 Maemo: Add a specific icon to go back to
1066                 folder list
1067
1068 2007-07-14 [colin]      2.10.0cvs23
1069
1070         * src/toolbar.c
1071                 Don't set homogeneous finally
1072
1073 2007-07-14 [colin]      2.10.0cvs22
1074
1075         * src/toolbar.c
1076                 Fix button show/hide issues
1077
1078 2007-07-14 [colin]      2.10.0cvs21
1079
1080         * src/toolbar.c
1081                 Fix huge arrows
1082                 Fix button workaround to be able to click
1083                 if mouse was on button when it went un-
1084                 sensitive.
1085                 Revert previous commit, gtk_tool_item_set_homogeneous
1086                 doesn't mean what it seems to mean ;-)
1087
1088 2007-07-14 [paul]       2.10.0cvs20
1089
1090         * src/toolbar.c
1091                 make homogeneous FALSE always
1092
1093 2007-07-13 [colin]      2.10.0cvs19
1094
1095         * src/toolbar.c
1096         * src/toolbar.h
1097                 Rework to fit the non-deprecated API
1098         * src/compose.c
1099         * src/folderview.c
1100         * src/mainwindow.c
1101         * src/messageview.c
1102         * src/summaryview.c
1103                 Maemo layout changes. Better toolbars,
1104                 removal of CTree headers. 
1105
1106 2007-07-13 [paul]       2.10.0cvs18
1107
1108         * src/gtk/colorlabel.c
1109                 fix bug 1261, '[DE] coloring messages in overview 
1110                 keys are not localised'
1111                 the string is now included in claws-mail.pot
1112
1113 2007-07-13 [colin]      2.10.0cvs17
1114
1115         * src/summaryview.c
1116                 Fix bug 1267, 'printing mutliple messages 
1117                 opens one message-dialog after the other'
1118                 Ask for confirmation when printing 10
1119                 messages or more.
1120
1121 2007-07-11 [colin]      2.10.0cvs16
1122
1123         * COPYING
1124         * README
1125         * autogen.sh
1126         * manual/claws-mail-manual.xml
1127         * manual/gpl.xml
1128         * manual/es/claws-mail-manual.xml
1129         * manual/es/gpl.xml
1130         * manual/fr/claws-mail-manual.xml
1131         * manual/fr/gpl.xml
1132         * manual/pl/gpl.xml
1133         * src/account.c
1134         * src/account.h
1135         * src/action.c
1136         * src/action.h
1137         * src/adbookbase.h
1138         * src/addr_compl.c
1139         * src/addr_compl.h
1140         * src/addrbook.c
1141         * src/addrbook.h
1142         * src/addrcache.c
1143         * src/addrcache.h
1144         * src/addrcindex.c
1145         * src/addrcindex.h
1146         * src/addrclip.c
1147         * src/addrclip.h
1148         * src/addrdefs.h
1149         * src/addressadd.c
1150         * src/addressadd.h
1151         * src/addressbook.c
1152         * src/addressbook.h
1153         * src/addressbook_foldersel.c
1154         * src/addressbook_foldersel.h
1155         * src/addressitem.h
1156         * src/addrgather.c
1157         * src/addrgather.h
1158         * src/addrharvest.c
1159         * src/addrharvest.h
1160         * src/addrindex.c
1161         * src/addrindex.h
1162         * src/addritem.c
1163         * src/addritem.h
1164         * src/addrquery.c
1165         * src/addrquery.h
1166         * src/addrselect.c
1167         * src/addrselect.h
1168         * src/alertpanel.c
1169         * src/alertpanel.h
1170         * src/browseldap.c
1171         * src/browseldap.h
1172         * src/codeconv.c
1173         * src/codeconv.h
1174         * src/compose.c
1175         * src/compose.h
1176         * src/crash.c
1177         * src/crash.h
1178         * src/customheader.c
1179         * src/customheader.h
1180         * src/displayheader.c
1181         * src/displayheader.h
1182         * src/editaddress.c
1183         * src/editaddress.h
1184         * src/editaddress_other_attributes_ldap.c
1185         * src/editaddress_other_attributes_ldap.h
1186         * src/editbook.c
1187         * src/editbook.h
1188         * src/editgroup.c
1189         * src/editgroup.h
1190         * src/editjpilot.c
1191         * src/editjpilot.h
1192         * src/editldap.c
1193         * src/editldap.h
1194         * src/editldap_basedn.c
1195         * src/editldap_basedn.h
1196         * src/edittags.c
1197         * src/edittags.h
1198         * src/editvcard.c
1199         * src/editvcard.h
1200         * src/enriched.c
1201         * src/enriched.h
1202         * src/exphtmldlg.c
1203         * src/exphtmldlg.h
1204         * src/expldifdlg.c
1205         * src/expldifdlg.h
1206         * src/export.c
1207         * src/export.h
1208         * src/exporthtml.c
1209         * src/exporthtml.h
1210         * src/exportldif.c
1211         * src/exportldif.h
1212         * src/filtering.c
1213         * src/filtering.h
1214         * src/folder.c
1215         * src/folder.h
1216         * src/folder_item_prefs.c
1217         * src/folder_item_prefs.h
1218         * src/foldersel.c
1219         * src/foldersel.h
1220         * src/folderutils.c
1221         * src/folderutils.h
1222         * src/folderview.c
1223         * src/folderview.h
1224         * src/gedit-print.c
1225         * src/gedit-print.h
1226         * src/grouplistdialog.c
1227         * src/grouplistdialog.h
1228         * src/headerview.c
1229         * src/headerview.h
1230         * src/html.c
1231         * src/html.h
1232         * src/image_viewer.c
1233         * src/image_viewer.h
1234         * src/imap.c
1235         * src/imap.h
1236         * src/imap_gtk.c
1237         * src/imap_gtk.h
1238         * src/import.c
1239         * src/import.h
1240         * src/importldif.c
1241         * src/importldif.h
1242         * src/importmutt.c
1243         * src/importmutt.h
1244         * src/importpine.c
1245         * src/importpine.h
1246         * src/inc.c
1247         * src/inc.h
1248         * src/jpilot.c
1249         * src/jpilot.h
1250         * src/ldapctrl.c
1251         * src/ldapctrl.h
1252         * src/ldaplocate.c
1253         * src/ldaplocate.h
1254         * src/ldapquery.c
1255         * src/ldapquery.h
1256         * src/ldapserver.c
1257         * src/ldapserver.h
1258         * src/ldapupdate.c
1259         * src/ldapupdate.h
1260         * src/ldaputil.c
1261         * src/ldaputil.h
1262         * src/ldif.c
1263         * src/ldif.h
1264         * src/localfolder.c
1265         * src/localfolder.h
1266         * src/main.c
1267         * src/main.h
1268         * src/mainwindow.c
1269         * src/mainwindow.h
1270         * src/manual.c
1271         * src/manual.h
1272         * src/matcher.c
1273         * src/matcher.h
1274         * src/matcher_parser.h
1275         * src/matcher_parser_lex.l
1276         * src/matcher_parser_parse.y
1277         * src/mbox.c
1278         * src/mbox.h
1279         * src/message_search.c
1280         * src/message_search.h
1281         * src/messageview.c
1282         * src/messageview.h
1283         * src/mh.c
1284         * src/mh.h
1285         * src/mh_gtk.c
1286         * src/mh_gtk.h
1287         * src/mimeview.c
1288         * src/mimeview.h
1289         * src/msgcache.c
1290         * src/msgcache.h
1291         * src/mutt.c
1292         * src/mutt.h
1293         * src/news.c
1294         * src/news.h
1295         * src/news_gtk.c
1296         * src/news_gtk.h
1297         * src/noticeview.c
1298         * src/noticeview.h
1299         * src/partial_download.c
1300         * src/partial_download.h
1301         * src/pine.c
1302         * src/pine.h
1303         * src/pop.c
1304         * src/pop.h
1305         * src/prefs_account.c
1306         * src/prefs_account.h
1307         * src/prefs_actions.c
1308         * src/prefs_actions.h
1309         * src/prefs_common.c
1310         * src/prefs_common.h
1311         * src/prefs_compose_writing.c
1312         * src/prefs_compose_writing.h
1313         * src/prefs_customheader.c
1314         * src/prefs_customheader.h
1315         * src/prefs_display_header.c
1316         * src/prefs_display_header.h
1317         * src/prefs_ext_prog.c
1318         * src/prefs_ext_prog.h
1319         * src/prefs_filtering.c
1320         * src/prefs_filtering.h
1321         * src/prefs_filtering_action.c
1322         * src/prefs_filtering_action.h
1323         * src/prefs_folder_column.c
1324         * src/prefs_folder_column.h
1325         * src/prefs_folder_item.c
1326         * src/prefs_folder_item.h
1327         * src/prefs_fonts.c
1328         * src/prefs_fonts.h
1329         * src/prefs_gtk.c
1330         * src/prefs_gtk.h
1331         * src/prefs_image_viewer.c
1332         * src/prefs_image_viewer.h
1333         * src/prefs_logging.c
1334         * src/prefs_logging.h
1335         * src/prefs_matcher.c
1336         * src/prefs_matcher.h
1337         * src/prefs_message.c
1338         * src/prefs_message.h
1339         * src/prefs_msg_colors.c
1340         * src/prefs_msg_colors.h
1341         * src/prefs_other.c
1342         * src/prefs_other.h
1343         * src/prefs_quote.c
1344         * src/prefs_quote.h
1345         * src/prefs_receive.c
1346         * src/prefs_receive.h
1347         * src/prefs_send.c
1348         * src/prefs_send.h
1349         * src/prefs_spelling.c
1350         * src/prefs_spelling.h
1351         * src/prefs_summaries.c
1352         * src/prefs_summaries.h
1353         * src/prefs_summary_column.c
1354         * src/prefs_summary_column.h
1355         * src/prefs_summary_open.c
1356         * src/prefs_summary_open.h
1357         * src/prefs_template.c
1358         * src/prefs_template.h
1359         * src/prefs_themes.c
1360         * src/prefs_themes.h
1361         * src/prefs_toolbar.c
1362         * src/prefs_toolbar.h
1363         * src/prefs_wrapping.c
1364         * src/prefs_wrapping.h
1365         * src/privacy.c
1366         * src/privacy.h
1367         * src/procheader.c
1368         * src/procheader.h
1369         * src/procmime.c
1370         * src/procmime.h
1371         * src/procmsg.c
1372         * src/procmsg.h
1373         * src/quote_fmt.c
1374         * src/quote_fmt_lex.l
1375         * src/quote_fmt_parse.y
1376         * src/recv.c
1377         * src/recv.h
1378         * src/remotefolder.c
1379         * src/remotefolder.h
1380         * src/send_message.c
1381         * src/send_message.h
1382         * src/setup.c
1383         * src/setup.h
1384         * src/simple-gettext.c
1385         * src/sourcewindow.c
1386         * src/sourcewindow.h
1387         * src/ssl_manager.c
1388         * src/ssl_manager.h
1389         * src/statusbar.c
1390         * src/statusbar.h
1391         * src/stock_pixmap.c
1392         * src/stock_pixmap.h
1393         * src/summary_search.c
1394         * src/summary_search.h
1395         * src/summaryview.c
1396         * src/summaryview.h
1397         * src/textview.c
1398         * src/textview.h
1399         * src/toolbar.c
1400         * src/toolbar.h
1401         * src/undo.c
1402         * src/undo.h
1403         * src/unmime.c
1404         * src/unmime.h
1405         * src/uri_opener.c
1406         * src/uri_opener.h
1407         * src/vcard.c
1408         * src/vcard.h
1409         * src/wizard.c
1410         * src/wizard.h
1411         * src/common/base64.c
1412         * src/common/base64.h
1413         * src/common/claws.c
1414         * src/common/claws.h
1415         * src/common/defs.h
1416         * src/common/fnmatch.c
1417         * src/common/fnmatch.h
1418         * src/common/fnmatch_loop.c
1419         * src/common/hooks.c
1420         * src/common/hooks.h
1421         * src/common/log.c
1422         * src/common/log.h
1423         * src/common/md5.c
1424         * src/common/md5.h
1425         * src/common/mgutils.c
1426         * src/common/mgutils.h
1427         * src/common/nntp.c
1428         * src/common/nntp.h
1429         * src/common/passcrypt.c
1430         * src/common/passcrypt.h.in
1431         * src/common/plugin.c
1432         * src/common/plugin.h
1433         * src/common/prefs.c
1434         * src/common/prefs.h
1435         * src/common/progressindicator.c
1436         * src/common/progressindicator.h
1437         * src/common/quoted-printable.c
1438         * src/common/quoted-printable.h
1439         * src/common/session.c
1440         * src/common/session.h
1441         * src/common/smtp.c
1442         * src/common/smtp.h
1443         * src/common/socket.c
1444         * src/common/socket.h
1445         * src/common/ssl.c
1446         * src/common/ssl.h
1447         * src/common/ssl_certificate.c
1448         * src/common/ssl_certificate.h
1449         * src/common/string_match.c
1450         * src/common/string_match.h
1451         * src/common/stringtable.c
1452         * src/common/stringtable.h
1453         * src/common/tags.c
1454         * src/common/tags.h
1455         * src/common/template.c
1456         * src/common/template.h
1457         * src/common/timing.h
1458         * src/common/utils.c
1459         * src/common/utils.h
1460         * src/common/uuencode.c
1461         * src/common/uuencode.h
1462         * src/common/version.h.in
1463         * src/common/w32_dirent.c
1464         * src/common/w32_reg.c
1465         * src/common/w32_signal.c
1466         * src/common/w32_stat.c
1467         * src/common/w32_stdlib.c
1468         * src/common/w32_string.c
1469         * src/common/w32_time.c
1470         * src/common/w32_unistd.c
1471         * src/common/w32_wait.c
1472         * src/common/w32lib.h
1473         * src/common/xml.c
1474         * src/common/xml.h
1475         * src/common/xmlprops.c
1476         * src/common/xmlprops.h
1477         * src/etpan/etpan-errors.h
1478         * src/etpan/etpan-thread-manager-types.h
1479         * src/etpan/etpan-thread-manager.c
1480         * src/etpan/etpan-thread-manager.h
1481         * src/etpan/imap-thread.c
1482         * src/etpan/imap-thread.h
1483         * src/gtk/about.c
1484         * src/gtk/about.h
1485         * src/gtk/colorlabel.c
1486         * src/gtk/colorlabel.h
1487         * src/gtk/colorsel.c
1488         * src/gtk/colorsel.h
1489         * src/gtk/combobox.c
1490         * src/gtk/combobox.h
1491         * src/gtk/description_window.c
1492         * src/gtk/description_window.h
1493         * src/gtk/filesel.c
1494         * src/gtk/filesel.h
1495         * src/gtk/foldersort.c
1496         * src/gtk/foldersort.h
1497         * src/gtk/gtkaspell.c
1498         * src/gtk/gtkaspell.h
1499         * src/gtk/gtksctree.c
1500         * src/gtk/gtkshruler.c
1501         * src/gtk/gtkshruler.h
1502         * src/gtk/gtksourceprintjob.c
1503         * src/gtk/gtksourceprintjob.h
1504         * src/gtk/gtkutils.c
1505         * src/gtk/gtkutils.h
1506         * src/gtk/gtkvscrollbutton.c
1507         * src/gtk/gtkvscrollbutton.h
1508         * src/gtk/icon_legend.c
1509         * src/gtk/icon_legend.h
1510         * src/gtk/inputdialog.c
1511         * src/gtk/inputdialog.h
1512         * src/gtk/logwindow.c
1513         * src/gtk/logwindow.h
1514         * src/gtk/manage_window.c
1515         * src/gtk/manage_window.h
1516         * src/gtk/menu.c
1517         * src/gtk/menu.h
1518         * src/gtk/pluginwindow.c
1519         * src/gtk/pluginwindow.h
1520         * src/gtk/prefswindow.c
1521         * src/gtk/prefswindow.h
1522         * src/gtk/progressdialog.c
1523         * src/gtk/progressdialog.h
1524         * src/gtk/quicksearch.c
1525         * src/gtk/quicksearch.h
1526         * src/gtk/sslcertwindow.c
1527         * src/gtk/sslcertwindow.h
1528         * src/plugins/bogofilter/bogofilter.c
1529         * src/plugins/bogofilter/bogofilter.h
1530         * src/plugins/bogofilter/bogofilter_gtk.c
1531         * src/plugins/clamav/clamav_plugin.c
1532         * src/plugins/clamav/clamav_plugin.h
1533         * src/plugins/clamav/clamav_plugin_gtk.c
1534         * src/plugins/demo/demo.c
1535         * src/plugins/dillo_viewer/dillo_prefs.c
1536         * src/plugins/dillo_viewer/dillo_prefs.h
1537         * src/plugins/dillo_viewer/dillo_viewer.c
1538         * src/plugins/pgpcore/passphrase.c
1539         * src/plugins/pgpcore/passphrase.h
1540         * src/plugins/pgpcore/pgp_viewer.c
1541         * src/plugins/pgpcore/pgp_viewer.h
1542         * src/plugins/pgpcore/plugin.c
1543         * src/plugins/pgpcore/prefs_gpg.c
1544         * src/plugins/pgpcore/prefs_gpg.h
1545         * src/plugins/pgpcore/select-keys.c
1546         * src/plugins/pgpcore/select-keys.h
1547         * src/plugins/pgpcore/sgpgme.c
1548         * src/plugins/pgpcore/sgpgme.h
1549         * src/plugins/pgpinline/pgpinline.c
1550         * src/plugins/pgpinline/pgpinline.h
1551         * src/plugins/pgpinline/plugin.c
1552         * src/plugins/pgpmime/pgpmime.c
1553         * src/plugins/pgpmime/pgpmime.h
1554         * src/plugins/pgpmime/plugin.c
1555         * src/plugins/spamassassin/spamassassin.c
1556         * src/plugins/spamassassin/spamassassin.h
1557         * src/plugins/spamassassin/spamassassin_gtk.c
1558         * src/plugins/trayicon/trayicon.c
1559         * src/plugins/trayicon/trayicon_prefs.c
1560         * src/plugins/trayicon/trayicon_prefs.h
1561         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1562         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1563         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1564         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1565         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1566         * tools/OOo2claws-mail.pl
1567         * tools/README.sylprint
1568         * tools/acroread2claws-mail.pl
1569         * tools/claws-mail-compose-insert-files.pl
1570         * tools/convert_mbox.pl
1571         * tools/filter_conv.pl
1572         * tools/filter_conv_new.pl
1573         * tools/fix_date.sh
1574         * tools/freshmeat_search.pl
1575         * tools/google_search.pl
1576         * tools/kmail-mailbox2claws-mail.pl
1577         * tools/kmail2claws-mail.pl
1578         * tools/kmail2claws-mail_v2.pl
1579         * tools/mairix.sh
1580         * tools/make.themes.project
1581         * tools/multiwebsearch.pl
1582         * tools/nautilus2claws-mail.sh
1583         * tools/outlook2claws-mail.pl
1584         * tools/textviewer.sh
1585         * tools/thunderbird-filters-convertor.pl
1586         * tools/update-po
1587         * tools/uuooffice
1588         * tools/vcard2xml.py
1589         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1590                 Upgrade to GPLv3 or later.
1591
1592 2007-07-10 [wwp]        2.10.0cvs15
1593
1594         * src/main.c
1595                 Fix re-opening of all composing messages that were
1596                 opened when closing the previous instance, thanks
1597                 to Colin.
1598
1599 2007-07-10 [paul]       2.10.0cvs14
1600
1601         * src/editaddress_other_attributes_ldap.c
1602         * src/ldapupdate.c
1603                 fix crash on selecting 'other attributes' combo
1604                 for either a new entry or an old entry with no
1605                 existing attributes.
1606                 fix bug on editing multiple attributes which
1607                 resulted them all having the value of the last
1608                 one changed.
1609                 Thanks to Colin
1610
1611 2007-07-10 [colin]      2.10.0cvs13
1612
1613         * src/editaddress.c
1614         * src/editaddress_other_attributes_ldap.h
1615         * src/ldapupdate.c
1616                 Fix --disable-ldap build
1617
1618 2007-07-09 [colin]      2.10.0cvs12
1619
1620         * src/Makefile.am
1621         * src/addritem.c
1622         * src/addritem.h
1623         * src/editaddress.c
1624         * src/editaddress_other_attributes_ldap.c
1625         * src/editaddress_other_attributes_ldap.h
1626         * src/editldap.c
1627         * src/ldapctrl.c
1628         * src/ldapctrl.h
1629         * src/ldapupdate.c
1630                 Add capability to edit all inetOrgPerson
1631                 attributes on LDAP. Patch by Michael 
1632                 Rasmussen
1633
1634 2007-07-09 [colin]      2.10.0cvs11
1635
1636         * src/Makefile.am
1637         * src/exporthtml.c
1638         * src/mbox.c
1639         * src/msgcache.c
1640         * src/prefs_summaries.c
1641         * src/prefs_themes.c
1642         * src/procheader.c
1643         * src/common/Makefile.am
1644         * src/common/log.c
1645         * src/common/timing.h
1646         * src/common/utils.c
1647         * src/common/utils.h
1648         * src/common/w32_account.c
1649         * src/common/w32lib.h
1650         * src/gtk/Makefile.am
1651         * src/gtk/colorlabel.c
1652         * src/plugins/pgpcore/Makefile.am
1653         * src/plugins/pgpcore/claws.def
1654         * src/plugins/pgpcore/passphrase.c
1655         * src/plugins/pgpcore/pgp_viewer.c
1656         * src/plugins/pgpcore/plugin.def
1657         * src/plugins/pgpcore/sgpgme.c
1658         * src/plugins/pgpinline/Makefile.am
1659         * src/plugins/pgpinline/claws.def
1660         * src/plugins/pgpinline/mypgpcore.def
1661         * src/plugins/pgpinline/plugin.def
1662         * src/plugins/pgpmime/Makefile.am
1663         * src/plugins/pgpmime/claws.def
1664         * src/plugins/pgpmime/mypgpcore.def
1665         * src/plugins/pgpmime/plugin.def
1666                 Commit win32 patch, from Werner Koch and
1667                 Marcus Brinkmann
1668
1669 2007-07-09 [colin]      2.10.0cvs10
1670
1671         * src/prefs_toolbar.c
1672                 Fix crash when no actions exist
1673
1674 2007-07-07 [paul]       2.10.0cvs9
1675
1676         * COPYING
1677         * manual/claws-mail-manual.xml
1678                 update copyright year
1679         * po/fi.po
1680                 updated by Flammie Pirinen
1681
1682 2007-07-05 [wwp]        2.10.0cvs8
1683
1684         * src/plugins/clamav/clamav_plugin_gtk.c
1685                 Make vertical spacing like in other plugin prefs pages.
1686
1687 2007-07-05 [wwp]        2.10.0cvs7
1688
1689         * src/quote_fmt.c
1690                 It's %am that works, not %ae (this doc incoherence has been
1691                 introduced with 2.9.2cvs13).
1692
1693 2007-07-04 [wwp]        2.10.0cvs6
1694
1695         * src/plugins/bogofilter/bogofilter.c
1696                 Gettext-ize an occurrence of "Any" that wasn't.
1697
1698 2007-07-04 [colin]      2.10.0cvs5
1699
1700         * po/POTFILES.in
1701                 Fix untranslated strings; thanks
1702                 to Pader Rezso.
1703
1704 2007-07-03 [colin]      2.10.0cvs4
1705
1706         * src/folder.c
1707         * src/mainwindow.c
1708                 Fix saving of sort mode for tags and
1709                 thread date. Thanks to Pierre Ossman.
1710                 Completes fix for bug 1233
1711
1712 2007-07-03 [paul]       2.10.0cvs3
1713
1714         * src/compose.c
1715                 fix auto-save
1716         * src/summaryview.c
1717                 fix build warnings
1718         Thanks to Colin
1719
1720 2007-07-02 [colin]      2.10.0cvs2
1721
1722         * src/folder.h
1723         * src/mainwindow.c
1724         * src/procmsg.h
1725         * src/summaryview.c
1726                 Add View/Sort/by Thread date
1727                 Fixes bug 1233, 'Capability to sort 
1728                 threads by most recent message'
1729                 Based on a patch by Paul Rolland
1730
1731 2007-07-02 [colin]      2.10.0cvs1
1732
1733         * src/Makefile.am
1734         * src/compose.c
1735         * src/edittags.c
1736         * src/edittags.h
1737         * src/filtering.c
1738         * src/folder.c
1739         * src/folder.h
1740         * src/headerview.c
1741         * src/headerview.h
1742         * src/main.c
1743         * src/mainwindow.c
1744         * src/mainwindow.h
1745         * src/manual.h
1746         * src/matcher.c
1747         * src/matcher.h
1748         * src/matcher_parser_parse.y
1749         * src/mimeview.c
1750         * src/msgcache.c
1751         * src/msgcache.h
1752         * src/prefs_common.c
1753         * src/prefs_common.h
1754         * src/prefs_filtering_action.c
1755         * src/prefs_matcher.c
1756         * src/prefs_summary_column.c
1757         * src/procmsg.c
1758         * src/procmsg.h
1759         * src/quote_fmt.c
1760         * src/quote_fmt_lex.l
1761         * src/quote_fmt_parse.y
1762         * src/summaryview.c
1763         * src/summaryview.h
1764         * src/textview.c
1765         * src/common/Makefile.am
1766         * src/common/defs.h
1767         * src/common/tags.c
1768         * src/common/tags.h
1769         * src/gtk/quicksearch.c
1770         * src/gtk/quicksearch.h
1771                 Add Tags implementation. Tags are arbitrary labels
1772                 that can be applied to messages. It is possible 
1773                 to create, edit, remove tags; apply them to mails;
1774                 filter on tags or tag presence; apply or unset
1775                 tags via filtering actions; reference tags in
1776                 reply templates.
1777
1778 2007-07-02 [paul]       2.10.0
1779
1780         * NEWS
1781         * README
1782         * RELEASE_NOTES
1783                 2.10.0 released
1784
1785 2007-07-02 [paul]       2.9.2cvs78
1786
1787         * po/de.po
1788         * po/en_GB.po
1789         * po/es.po
1790         * po/fr.po
1791         * po/hu.po
1792         * po/pt_BR.po
1793         * po/ru.po
1794         * po/zh_CN.po
1795                 updated by Stephan Sachse, me, Ricardo Mones
1796                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1797                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1798
1799 2007-07-02 [paul]       2.9.2cvs77
1800
1801         * AUTHORS
1802                 updated
1803
1804 2007-06-29 [wwp]        2.9.2cvs76
1805
1806         * src/gtk/headers.h
1807                 Fix a typo (thanks to Ricardo for finding this out).
1808
1809 2007-06-28 [paul]       2.9.2cvs75
1810
1811         * src/folderview.c
1812                 fix build warnings
1813
1814 2007-06-28 [paul]       2.9.2cvs74
1815
1816         * tools/Makefile.am
1817                 fix bug in the autotools build system.
1818                 Files cataloged under EXTRA_DIST were never
1819                 automatically copied to the build tree.
1820                 (fix 'make distcheck')
1821                 Patch by Michael Rasmussen.
1822
1823 2007-06-24 [colin]      2.9.2cvs73
1824
1825         * src/news_gtk.c
1826                 Fix bug 1249, 'Error handling for 
1827                 news errors needs modification'
1828                 Only popup error if the according
1829                 pref in Prefs/Receive is set.
1830
1831 2007-06-21 [colin]      2.9.2cvs72
1832
1833         * src/common/plugin.c
1834         * src/common/plugin.h
1835                 Change plugin API to know whether it's safe to 
1836                 unload plugins or whether we should just hide
1837                 them. Fixes bug 1248, 'Core dumps after 
1838                 unloading plugin and clicking on load plugins'
1839         * src/plugins/bogofilter/bogofilter.c
1840         * src/plugins/clamav/clamav_plugin.c
1841         * src/plugins/demo/demo.c
1842         * src/plugins/dillo_viewer/dillo_viewer.c
1843         * src/plugins/pgpcore/plugin.c
1844         * src/plugins/pgpinline/plugin.c
1845         * src/plugins/pgpmime/plugin.c
1846         * src/plugins/spamassassin/spamassassin.c
1847         * src/plugins/trayicon/trayicon.c
1848                 Update API
1849
1850 2007-06-19 [colin]      2.9.2cvs71
1851
1852         * src/compose.c
1853         * src/messageview.c
1854                 Fix crash mentioned in bug 1246
1855                 Race condition when automatically drafting
1856                 due to insertion on reedit.
1857
1858 2007-06-18 [wwp]        2.9.2cvs70
1859
1860         * src/importldif.c
1861                 LDIF import: use a "Proceed" button to complete
1862                 the process.
1863
1864 2007-06-18 [paul]       2.9.2cvs69
1865
1866         * configure.ac
1867                 use pkgconfig to check for gtk and glib
1868
1869 2007-06-17 [wwp]        2.9.2cvs68
1870
1871         * src/ldif.c
1872         * src/importldif.c
1873                 LDIF import: better error handling, minor code
1874                 and UI cleanup, and renamed the Save button
1875                 to Close, as imported stuff is already saved
1876                 when the Save button is shown.
1877
1878 2007-06-17 [colin]      2.9.2cvs67
1879
1880         * src/prefs_summaries.c
1881         * src/procmsg.c
1882                 Don't set as read when forwarded, only replied to
1883
1884 2007-06-17 [paul]       2.9.2cvs66
1885
1886         * src/alertpanel.c
1887                 add missing #include
1888
1889 2007-06-16 [colin]      2.9.2cvs65
1890
1891         * src/prefs_summaries.c
1892         * src/procmsg.c
1893                 Change the pref "Only mark as read when opened
1894                 in new window" to "..., replied to or forwarded".
1895                 Based on a patch by Paul Rolland.
1896
1897 2007-06-16 [paul]       2.9.2cvs64
1898
1899         * src/gtk/authors.h
1900                 alphabetical order! :)
1901
1902 2007-06-16 [colin]      2.9.2cvs63
1903
1904         * AUTHORS
1905         * src/gtk/authors.h
1906                 Add Michael Rasmussen in authors list
1907
1908 2007-06-16 [colin]      2.9.2cvs62
1909
1910         * src/messageview.c
1911                 Fix messageview_copy_clipboard to take advantage
1912                 of plugins' get_selection.
1913
1914 2007-06-15 [colin]      2.9.2cvs61
1915
1916         * src/action.c
1917         * src/addr_compl.c
1918         * src/addressbook.c
1919         * src/folderview.c
1920         * src/message_search.c
1921         * src/mimeview.c
1922         * src/summary_search.c
1923         * src/summaryview.c
1924         * src/textview.c
1925                 Allow GDK_KP_Enter to do the same as GDK_Return
1926                 Patch by Michael Rasmussen
1927
1928 2007-06-15 [paul]       2.9.2cvs60
1929
1930         * src/compose.c
1931                 fix bug when closing a compose window
1932                 during autosave
1933
1934 2007-06-14 [paul]       2.9.2cvs59
1935
1936         * src/main.c
1937         * src/common/defs.h
1938                 migrate sylpheed config
1939
1940 2007-06-14 [wwp]        2.9.2cvs58
1941
1942         * src/gtk/pluginwindow.c
1943                 Yet another attempt to fix sizing/alignment of the
1944                 button bar in plugins window.
1945
1946 2007-06-12 [colin]      2.9.2cvs57
1947
1948         * po/POTFILES.in
1949         * src/Makefile.am
1950         * src/folderview.c
1951         * src/prefs_common.c
1952         * src/prefs_common.h
1953         * src/prefs_summaries.c
1954         * src/prefs_summary_open.c
1955         * src/prefs_summary_open.h
1956         * src/summaryview.c
1957                 Make "when entering a folder" actions more personalisable
1958
1959 2007-06-12 [wwp]        2.9.2cvs56
1960
1961         * tools/README
1962                 Use short description from Paul (mairix.sh).
1963
1964 2007-06-12 [wwp]        2.9.2cvs55
1965
1966         * tools/README
1967                 Updated info about mairix.sh.
1968
1969 2007-06-11 [paul]       2.9.2cvs54
1970
1971         * src/prefs_logging.c
1972                 rework log window length widgets
1973                 and some sensitivity fixes
1974
1975 2007-06-11 [paul]       2.9.2cvs53
1976
1977         * src/mainwindow.c
1978         * src/prefs_logging.c
1979                 rename 'Protocol Log' to 'Network Log'
1980                 and some function renaming
1981
1982 2007-06-10 [wwp]        2.9.2cvs52
1983
1984         * src/gtk/pluginwindow.c
1985                 Revert 2.9.2cvs51.
1986
1987 2007-06-10 [wwp]        2.9.2cvs51
1988
1989         * src/gtk/pluginwindow.c
1990                 Fix button bar in plugin window, was centered and not
1991                 behaving like other dialogs w/ such button bar.
1992
1993 2007-06-08 [wwp]        2.9.2cvs50
1994
1995         * src/compose.c
1996         * src/compose.h
1997         * src/main.c
1998         * src/mainwindow.c
1999         * src/mainwindow.h
2000                 Provide a way out of automatic draft saving on IMAP, when
2001                 exiting offline.
2002                 Prevent drafting while sending and quitting while sending.
2003                 Thanks for Colin.
2004
2005
2006
2007 2007-06-08 [wwp]        2.9.2cvs49
2008
2009         * src/prefs_account.c
2010         * src/gtk/prefswindow.c
2011         * src/gtk/prefswindow.h
2012                 Activate the Basic page when opening account prefs.
2013
2014 2007-06-08 [wwp]        2.9.2cvs48
2015
2016         * src/common/socket.c
2017                 Don't crash if fork() fails, thanks to Colin.
2018
2019 2007-06-08 [wwp]        2.9.2cvs47
2020
2021         * src/gtk/prefswindow.c
2022                 Wrap some long lines, and reset horizontal scroller's adjusment
2023                 (this was already done, vertically), when changing tab (not page)
2024                 in prefs windows.
2025
2026 2007-06-08 [paul]       2.9.2cvs46
2027
2028         * src/common/utils.c
2029                 use gethostname() instead of uname()
2030                 based on a patch by Michael Hughes
2031                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2032
2033 2007-06-07 [wwp]        2.9.2cvs45
2034
2035         * src/prefs_common.c
2036                 Fix some useless warnings, thanks to Colin.
2037
2038 2007-06-06 [colin]      2.9.2cvs44
2039
2040         * src/ldapupdate.c
2041                 Fix strange allocations. 
2042
2043 2007-06-06 [colin]      2.9.2cvs43
2044
2045         * src/ldapupdate.c
2046                 Patch by Michael Rasmussus to help
2047                 bug 1232
2048
2049 2007-06-05 [wwp]        2.9.2cvs42
2050
2051         * src/prefs_account.c
2052         * src/prefs_folder_item.c
2053         * src/prefs_quote.c
2054         * src/quote_fmt.c
2055         * src/quote_fmt.h
2056                 Per-folder templates can now be applied recursively.
2057                 Always save per-folder templates (formats were erroneously
2058                 saved only if they were enabled).
2059                 Check for validity of quotation marks everywhere there
2060                 are defined.
2061
2062 2007-06-05 [wwp]        2.9.2cvs41
2063
2064         * src/inc.c
2065                 Fix incoming messages from local accounts always getting filtered
2066                 (even if the account prefs say don't), thanks to Colin.
2067
2068 2007-06-05 [wwp]        2.9.2cvs40
2069
2070         * src/compose.c
2071         * src/compose.h
2072                 Use per-folder/per-account quote chars when applying a
2073                 template or inserting text as well. Const'ify some
2074                 vars more.
2075
2076 2007-06-04 [colin]      2.9.2cvs39
2077
2078         * src/compose.c
2079                 More work for wwp :)
2080
2081 2007-06-04 [wwp]        2.9.2cvs38
2082
2083         * src/compose.c
2084                 Same as 2.9.2cvs36 but for forwarding.
2085
2086 2007-06-04 [colin]      2.9.2cvs37
2087
2088         * src/compose.c
2089                 Use original mail file for forward/redirect
2090                 Fixes some forwarded mails to be attached as
2091                 application/octet-stream (when they have binary
2092                 parts), and incidentally fixes bug 848
2093                 'Redirect breaks GnuPG'
2094
2095 2007-06-04 [wwp]        2.9.2cvs36
2096
2097         * src/compose.c
2098                 Fix quote mark mis-initialisation when replying/forwarding
2099                 (introduced w/ 2.9.2cvs20).
2100
2101 2007-06-04 [wwp]        2.9.2cvs35
2102
2103         * src/prefs_compose_writing.c
2104         * src/prefs_quote.c
2105                 Fix a bug where Quotation characters (prefs/compose/writing)
2106                 was cleared (introduced w/ 2.9.2cvs26).
2107
2108 2007-06-04 [wwp]        2.9.2cvs34
2109
2110         * src/prefs_account.c
2111         * src/prefs_account.h
2112                 Better fix for compiling w/o aspell (rollbacks
2113                 2.9.2cvs31).
2114
2115 2007-06-04 [wwp]        2.9.2cvs33
2116
2117         * src/account.c
2118         * src/prefs_account.c
2119         * src/prefs_account.h
2120         * src/procmsg.c
2121                 It's now possible to disable mail filtering plugins
2122                 on a per-account basis.
2123
2124 2007-06-04 [wwp]        2.9.2cvs32
2125
2126         * src/procheader.c
2127         * src/common/utils.c
2128         * src/common/utils.h
2129                 Support CRLF in headers part of messages.
2130                 Support few more date formats (RFC3339 subsets).
2131
2132 2007-06-04 [wwp]        2.9.2cvs31
2133
2134         * src/prefs_account.c
2135                 Fix compiling w/o aspell support.
2136
2137 2007-06-03 [wwp]        2.9.2cvs30
2138
2139         * src/prefs_gtk.c
2140                 Don't decode leading ENV_ and ~ in P_PASSWORD
2141                 values.
2142
2143 2007-06-03 [wwp]        2.9.2cvs29
2144
2145         * src/prefs_gtk.c
2146                 Don't decode leading ENV_ and ~ in P_PASSWORD
2147                 values.
2148
2149 2007-06-03 [wwp]        2.9.2cvs28
2150
2151         * src/prefs_account.c
2152         * src/gtk/prefswindow.c
2153         * src/gtk/prefswindow.h
2154                 Added a way to force preloading of all pages
2155                 (prefswindow).
2156                 Moved tabs to pages in account prefs.
2157
2158 2007-06-02 [colin]      2.9.2cvs27
2159
2160         * src/addressbook.c
2161                 Fix possible crash, fix ldap write bugs
2162         * src/ldapupdate.c
2163                 Fix ldap write bugs - patch by Michael
2164                 Rasmussen
2165         * src/alertpanel.c
2166         * src/alertpanel.h
2167                 Add a hook whenever alertpanel opens/closes
2168
2169 2007-05-31 [wwp]        2.9.2cvs26
2170
2171         * src/prefs_compose_writing.c
2172         * src/prefs_quote.c
2173                 Re-organized writing options a bit:
2174                  - renamed the Quoting page to Templates
2175                  - moved all composing templates to that page
2176                  - moved non-templates options to the Writing one,
2177                    grouped reply-related options, reordered reply and
2178                    forward options.
2179
2180 2007-05-31 [wwp]        2.9.2cvs25
2181
2182         * src/compose.c
2183                 Removed unused code.
2184
2185 2007-05-31 [colin]      2.9.2cvs24
2186
2187         * src/addressbook.c
2188                 Fix missing display name when modifying
2189                 LDAP. Patch by Michael Rasmussen
2190
2191 2007-05-31 [wwp]        2.9.2cvs23
2192
2193         * src/plugins/bogofilter/Makefile.am
2194         * src/plugins/clamav/Makefile.am
2195         * src/plugins/demo/Makefile.am
2196         * src/plugins/dillo_viewer/Makefile.am
2197         * src/plugins/spamassassin/Makefile.am
2198                 Fix building of those plugins in Mac OS X.
2199
2200 2007-05-30 [wwp]        2.9.2cvs22
2201
2202         * src/gtk/quicksearch.c
2203                 Fix missing initialization.
2204
2205 2007-05-30 [wwp]        2.9.2cvs21
2206
2207         * src/procheader.c
2208                 Revert accidental commit (debug outputs).
2209
2210 2007-05-30 [wwp]        2.9.2cvs20
2211
2212         * src/compose.c
2213         * src/folder_item_prefs.c
2214         * src/folder_item_prefs.h
2215         * src/prefs_account.c
2216         * src/prefs_account.h
2217         * src/prefs_folder_item.c
2218         * src/prefs_gtk.c
2219         * src/prefs_gtk.h
2220                 Implemented per-account and per-folder
2221                 compose/reply/forward formats.
2222
2223 2007-05-30 [wwp]        2.9.2cvs19
2224
2225         * src/prefs_compose_writing.c
2226         * src/prefs_quote.c
2227         * src/procheader.c
2228         * src/quote_fmt.c
2229         * src/quote_fmt.h
2230                 Internal API changes (factorize quote format
2231                 prefs and checks).
2232
2233 2007-05-30 [colin]      2.9.2cvs18
2234
2235         * src/compose.c
2236                 Fix race where it's possible to re-click Send
2237                 between end of SMTP session and end of "move to
2238                 sent folder" when sending an email with send
2239                 dialog enabled.
2240
2241 2007-05-30 [colin]      2.9.2cvs17
2242
2243         * src/crash.c
2244                 Ask for backtrace on all threads. Patch by
2245                 Pawel
2246         * src/folderview.c
2247                 Fix stale news statusbar when scanning fails.
2248                 Patch by Pawel
2249         * src/ldapupdate.c
2250                 Fix some LDAP write updates bugs. Patch
2251                 by Michael Rasmussen
2252
2253 2007-05-29 [colin]      2.9.2cvs16
2254
2255         * src/imap.c
2256                 Fix loss of local flags when moving mails
2257                 on IMAP in high-bandwidth mode (UID FETCH)
2258
2259 2007-05-25 [paul]       2.9.2cvs15
2260
2261         * src/common/socket.c
2262                 fix sometimes crasher on cancelling
2263                 message sending
2264
2265 2007-05-25 [colin]      2.9.2cvs14
2266
2267         * src/imap.c
2268                 Fix a memory leak
2269         * src/imap_gtk.c
2270                 Be more helpful in the subscription
2271                 message
2272
2273 2007-05-23 [wwp]        2.9.2cvs13
2274
2275         * src/compose.c
2276         * src/prefs_compose_writing.c
2277         * src/prefs_quote.c
2278         * src/prefs_template.c
2279         * src/prefs_template.h
2280         * src/quote_fmt.c
2281         * src/quote_fmt.h
2282         * src/quote_fmt_lex.l
2283         * src/quote_fmt_parse.y
2284                 Introduced new syntax elements (symbols and commands)
2285                 in templates/quote_fmt. Compatibility w/ old
2286                 symbols is kept.
2287                 Updated and reworked the corresponding Information
2288                 dialog.
2289                 Display the line number in dialogs that talk about
2290                 parser errors (in addition to the error message in
2291                 output).
2292
2293 2007-05-23 [wwp]        2.9.2cvs12
2294
2295         * src/quote_fmt_parse.y
2296                 Fix 2.9.2cvs11, probably a paste accident ;).
2297
2298 2007-05-23 [wwp]        2.9.2cvs11
2299
2300         * src/compose.c
2301         * src/prefs_template.c
2302         * src/quote_fmt.h
2303         * src/quote_fmt_parse.y
2304                 Fix 2.9.2cvs10, which broke --disable-aspell.
2305
2306 2007-05-22 [wwp]        2.9.2cvs10
2307
2308         * src/compose.c
2309         * src/prefs_template.c
2310         * src/quote_fmt.c
2311         * src/quote_fmt.h
2312         * src/quote_fmt_lex.l
2313         * src/quote_fmt_parse.y
2314         * src/gtk/gtkaspell.c
2315         * src/gtk/gtkaspell.h
2316                 Added template/quote format syntactical elements
2317                 to show and query:
2318                         - current dictionary
2319                           %T to show (shows empty if not set or not enabled),
2320                           ?T and !T to check if the default dictionary is
2321                           enabled and set
2322                         - current account's default dictionary
2323                           %aT to show (empty if not set or not enabled),
2324                           ?aT and !aT to check if it's enabled and set
2325                         - name completion for an address, from the address
2326                           book
2327                           %ABf, %ABt, %ABc respectively show the full name got
2328                           from the address book if From, To or Cc match a single
2329                           contact.
2330                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2331                           matches any contact and if the full name is non-empty.
2332                           If From, To or Cc are lists of email addresses, only
2333                           the first address will be checked.
2334                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2335                 that could show a trailing ','.
2336                 Also, template/quote_fmt parser now shows the line number in case
2337                 of parser error.
2338
2339 2007-05-15 [colin]      2.9.2cvs9
2340
2341         * src/main.c
2342         * src/main.h
2343                 Add a public function to know whether Claws
2344                 crashed last time
2345                 Store opened folder when exiting
2346         * src/folder.c
2347         * src/folder.h
2348                 Store last opened message in each FolderItem;
2349                 Reset last seen messages if Claws crashed, so 
2350                 that one can't go in an infinite crash in case 
2351                 a particular mail crashes Claws.
2352         * src/messageview.c
2353         * src/prefs_common.c
2354         * src/prefs_common.h
2355         * src/summaryview.c
2356         * src/prefs_summaries.c
2357                 Add "Select last opened message" when entering
2358                 a folder
2359                 Add "Select last opened folder" at startup.
2360
2361 2007-05-14 [colin]      2.9.2cvs8
2362
2363         * manual/xml2pdf
2364                 Fix bashism, search for xml catalog 
2365                 in /usr/local/share/xml/catalog too
2366                 Patch by Pawel
2367
2368 2007-05-13 [wwp]        2.9.2cvs7
2369
2370         * src/gtk/logwindow.c
2371                 fix raising log windows when they are either minimized or
2372                 in background.
2373
2374 2007-05-11 [colin]      2.9.2cvs6
2375
2376         * src/gtk/filesel.c
2377                 Use Hildon's file chooser on Maemo. Patch
2378                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2379                 'File attachment "manipulation" bugs...'
2380
2381 2007-05-10 [wwp]        2.9.2cvs5
2382
2383         * src/prefs_common.c
2384         * src/prefs_common.h
2385         * src/gtk/quicksearch.c
2386                 Add a quicksearch option to automatically run
2387                 a search selected from the history (this option
2388                 is exclusive towards type-ahead).
2389
2390 2007-05-10 [colin]      2.9.2cvs4
2391
2392         * src/imap.c
2393                 Fix g_warnings, thanks to Brian
2394                 Morrison
2395
2396 2007-05-09 [colin]      2.9.2cvs3
2397
2398         * src/crash.c
2399         * src/exporthtml.c
2400         * src/mbox.c
2401         * src/prefs_summaries.c
2402         * src/procheader.c
2403         * src/common/log.c
2404         * src/common/utils.c
2405         * src/gtk/gtksourceprintjob.c
2406         * src/gtk/sslcertwindow.c
2407                 Use the re-entrant variant of time functions
2408                 Probably fixes bug 1217, 'reentrancy problems 
2409                 with time functions'
2410
2411 2007-05-09 [colin]      2.9.2cvs2
2412
2413         * src/imap.c
2414                 Fix crasher when reconnection fails
2415
2416 2007-05-08 [paul]       2.9.2cvs1
2417
2418         * NEWS
2419         * README
2420         * RELEASE_NOTES
2421         * configure.ac
2422                 bump version number following
2423                 stable release
2424
2425 2007-05-08 [paul]       2.9.1cvs48
2426
2427         * src/plugins/demo/demo.c
2428         * src/plugins/dillo_viewer/dillo_prefs.c
2429         * src/plugins/dillo_viewer/dillo_prefs.h
2430         * src/plugins/dillo_viewer/dillo_viewer.c
2431         * src/plugins/pgpcore/pgp_viewer.c
2432         * src/plugins/pgpcore/pgp_viewer.h
2433         * src/plugins/pgpcore/plugin.c
2434         * src/plugins/pgpcore/prefs_gpg.c
2435         * src/plugins/pgpcore/prefs_gpg.h
2436         * src/plugins/pgpcore/sgpgme.c
2437         * src/plugins/pgpcore/sgpgme.h
2438         * src/plugins/pgpinline/plugin.c
2439         * src/plugins/pgpmime/pgpmime.c
2440         * src/plugins/pgpmime/pgpmime.h
2441         * src/plugins/pgpmime/plugin.c
2442         * src/plugins/spamassassin/spamassassin.c
2443         * src/plugins/spamassassin/spamassassin.h
2444         * src/plugins/spamassassin/spamassassin_gtk.c
2445         * src/plugins/trayicon/README
2446         * tools/README
2447         * tools/README.sylprint
2448         * tools/outlook2claws-mail.pl
2449         * tools/sylprint.pl
2450         * tools/tb2claws-mail
2451         * tools/tbird2claws.py
2452         * tools/update-po
2453         * tools/vcard2xml.py
2454         * tools/kdeservicemenu/README
2455                 cleanups and corrections
2456
2457 2007-05-06 [wwp]        2.9.1cvs47
2458
2459         * tools/uudec
2460                 Fix missing dash to `display` command-line, reported
2461                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2462
2463 2007-05-06 [colin]      2.9.1cvs46
2464
2465         * src/Makefile.am
2466         * src/stock_pixmap.c
2467         * src/stock_pixmap.h
2468         * src/pixmaps/printer.xpm
2469                 Add a printer icon
2470
2471 2007-05-06 [paul]       2.9.1cvs45
2472
2473         * src/compose.c
2474         * src/ldapquery.c
2475         * src/privacy.h
2476         * src/summary_search.c
2477         * src/summaryview.c
2478                 fix build warnings
2479
2480 2007-05-05 [wwp]        2.9.1cvs44
2481
2482         * src/messageview.c
2483         * src/mh.c
2484         * src/prefs_actions.c
2485         * src/prefs_gtk.c
2486         * src/summaryview.c
2487         * src/common/xml.c
2488                 Fix "faild" typos everywhere and capitalization of
2489                 some g_warnings.
2490
2491 2007-05-04 [colin]      2.9.1cvs43
2492
2493         * src/compose.c
2494         * src/privacy.c
2495         * src/privacy.h
2496         * src/plugins/pgpcore/prefs_gpg.c
2497         * src/plugins/pgpcore/prefs_gpg.h
2498         * src/plugins/pgpinline/pgpinline.c
2499         * src/plugins/pgpmime/pgpmime.c
2500                 Add an API to warn about encryption limits,
2501                 and allow to disable these warnings
2502
2503 2007-05-03 [colin]      2.9.1cvs42
2504
2505         * src/summaryview.c
2506         * src/mainwindow.c
2507                 Fix bug 1213, 'Delete more than 
2508                 one thread at once'
2509
2510 2007-05-03 [wwp]        2.9.1cvs41
2511
2512         * src/prefs_common.c
2513         * src/prefs_filtering.c
2514         * src/prefs_template.c
2515         * src/common/template.c
2516         * src/common/template.h
2517         * src/gtk/gtkutils.c
2518         * src/gtk/gtkutils.h
2519                 Templates are no longer automatically sorted
2520                 by name, but can be sorted manually using
2521                 |< < > >| buttons as well as drag'n'drop.
2522
2523 2007-05-03 [wwp]        2.9.1cvs40
2524
2525         * src/plugins/spamassassin/spamassassin.c
2526         * src/plugins/spamassassin/spamassassin.h
2527         * src/plugins/spamassassin/spamassassin_gtk.c
2528         * src/plugins/bogofilter/bogofilter.c
2529         * src/plugins/bogofilter/bogofilter.h
2530         * src/plugins/bogofilter/bogofilter_gtk.c
2531                 Added an option to conditionally mark saved spam
2532                 as read (default is and was to do so).
2533                 Satisfies feature request 1708539 on sf.net tracker.
2534
2535 2007-05-03 [colin]      2.9.1cvs39
2536
2537         * src/inc.c
2538                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2539
2540 2007-05-02 [colin]      2.9.1cvs38
2541
2542         * src/textview.c
2543                 Fix bug 1209, 'Clicking on address 
2544                 in header (mailto uri) selects 
2545                 default account'. Patch adapted from
2546                 G.P. Halkes' patch.
2547
2548 2007-05-02 [colin]      2.9.1cvs37
2549
2550         * src/grouplistdialog.c
2551                 Set cursor to wait cursor while loading
2552                 groups.
2553
2554 2007-05-02 [paul]       2.9.1cvs36
2555
2556         * src/folder.c
2557         * src/common/defs.h
2558                 rename cache and mark files
2559                 (data is preserved)
2560
2561 2007-04-30 [paul]       2.9.1cvs35
2562
2563         * manual/glossary.xml
2564         * manual/plugins.xml
2565                 updates. Patch by Ricardo
2566
2567 2007-04-29 [wwp]        2.9.1cvs34
2568
2569         * src/mainwindow.c
2570         * configure.ac
2571                 Fix few grammatical errors (patch by David Relson < relson at
2572                 osagesoftware dot com >).
2573
2574 2007-04-28 [colin]      2.9.1cvs33
2575
2576         * src/account.c
2577         * src/pop.c
2578         * src/prefs_account.c
2579         * src/prefs_account.h
2580                 Drop the "Download all" preference. It's
2581                 stupidly useless and confuses people from
2582                 time to time.
2583
2584 2007-04-27 [wwp]        2.9.1cvs32
2585
2586         * src/account.c
2587         * src/prefs_account.c
2588         * src/prefs_account.h
2589                 Don't reflect accounts changes to the mainwindow when it's
2590                 not necessary.
2591
2592 2007-04-27 [colin]      2.9.1cvs31
2593
2594         * src/folder.c
2595                 Freeze/thaw when sync'ing flags
2596         * src/imap.c
2597         * src/prefs_account.c
2598         * src/prefs_account.h
2599         * src/etpan/imap-thread.c
2600         * src/etpan/imap-thread.h
2601                 Add a way to use UID FETCH instead
2602                 of searches to fetch message lists
2603                 and flags. More expensive towards
2604                 bandwidth, less expensive towards
2605                 server's CPU. Probably fixes 
2606                 bug 1158, 'Scanning new folders on 
2607                 Exchange 2007 extremely slow'.
2608                 Patch 95% by Hoa.
2609
2610 2007-04-27 [paul]       2.9.1cvs30
2611
2612         * src/mainwindow.c
2613         * src/prefs_logging.c
2614                 improvements to english usage
2615
2616 2007-04-27 [colin]      2.9.1cvs29
2617
2618         * src/imap.c
2619                 Fix build without libetpan (my bad!)
2620
2621 2007-04-26 [colin]      2.9.1cvs28
2622
2623         * src/imap.c
2624         * src/imap.h
2625                 Fix uselessly exported function
2626         * src/textview.c
2627                 Consider "- -- \n" as signature separator
2628                 (that's what signature separators look like
2629                  in PGP/Inline signed mails)
2630
2631 2007-04-26 [colin]      2.9.1cvs27
2632
2633         * configure.ac
2634                 libetpan-0.49 is now required
2635         * src/procmime.c
2636                 Fix double fetching of mails if
2637                 first try failed
2638         * src/imap.c
2639                 Make offline sync faster, by
2640                 remembering last change time, and
2641                 last sync time.
2642
2643 2007-04-26 [hoa]        2.9.1cvs26
2644
2645         * src/imap.c
2646         * src/imap.h
2647         * src/mainwindow.c
2648         * src/toolbar.c
2649         * src/etpan/imap-thread.c
2650         * src/etpan/imap-thread.h
2651                 cancellation of IMAP operations is now allowed.
2652                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2653
2654 2007-04-26 [colin]      2.9.1cvs25
2655
2656         * src/folder.c
2657                 Always fetch body+headers in folders that are
2658                 synched for offline use, if "Synchronise as
2659                 soon as possible" is set.
2660                 Fixes bug 1200, 'Add option to always retrieve full 
2661                 messages'
2662
2663 2007-04-25 [colin]      2.9.1cvs24
2664
2665         * src/compose.c
2666                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2667                 persists...'
2668
2669 2007-04-24 [colin]      2.9.1cvs23
2670
2671         * src/folderview.c
2672                 Fix bug 1195, 'Hardware key navigation' 
2673                 Make GDK_Enter toggle expansion (Maemo)
2674
2675 2007-04-24 [wwp]        2.9.1cvs22
2676
2677         * src/compose.c
2678                 Fix few compiler warnings.
2679
2680 2007-04-24 [paul]       2.9.1cvs21
2681
2682         * src/Makefile.am
2683         * src/stock_pixmap.c
2684         * src/stock_pixmap.h
2685                 complete last commit
2686
2687 2007-04-24 [paul]       2.9.1cvs20
2688
2689         * src/gtk/about.c
2690         * src/pixmaps/active.xpm
2691         * src/pixmaps/checkbox_off.xpm
2692         * src/pixmaps/checkbox_on.xpm
2693         * src/pixmaps/inactive.xpm
2694                 kick out the blobs
2695                 remove transparent border from checkbox icons
2696
2697 2007-04-24 [wwp]        2.9.1cvs19
2698
2699         * src/textview.c
2700         * src/textview.h
2701                 Fix a crash in textview, thanks to Colin.
2702
2703 2007-04-23 [wwp]        2.9.1cvs18
2704
2705         * src/prefs_common.c
2706                 Fix 2.9.1cvs5: no header was being translated at all.
2707
2708 2007-04-23 [colin]      2.9.1cvs17
2709
2710         * src/Makefile.am
2711         * src/stock_pixmap.c
2712         * src/stock_pixmap.h
2713         * src/summaryview.c
2714         * src/summaryview.h
2715         * src/gtk/gtksctree.c
2716         * src/gtk/gtksctree.h
2717         * src/pixmaps/selection.xpm
2718                 Fix bug 1193, 'Need a way to multi-select
2719                 items'. Add a toggle button to the summaryview
2720                 to switch between normal and multiple selection
2721                 (Maemo)
2722
2723 2007-04-23 [colin]      2.9.1cvs16
2724
2725         * src/Makefile.am
2726         * src/stock_pixmap.c
2727         * src/stock_pixmap.h
2728         * src/summaryview.c
2729         * src/summaryview.h
2730         * src/gtk/gtksctree.c
2731         * src/gtk/gtksctree.h
2732         * src/pixmaps/selection.xpm
2733                 Fix bug 1193, 'Need a way to multi-
2734                 select items'
2735                 Add a toggle button in the summaryview
2736                 to enable normal or multiple selection.
2737                 (Maemo)
2738
2739 2007-04-23 [colin]      2.9.1cvs15
2740
2741         * src/compose.c
2742                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2743
2744 2007-04-21 [colin]      2.9.1cvs14
2745
2746         * src/gtk/quicksearch.c
2747                 Fix previous commit (actually use correct
2748                 parameter)
2749
2750 2007-04-21 [colin]      2.9.1cvs13
2751
2752         * src/gtk/quicksearch.c
2753                 Fix changing quicksearch type (after Esc,
2754                 after changing Recursive, ...)
2755
2756 2007-04-20 [wwp]        2.9.1cvs12
2757
2758         * src/gtk/Makefile.am
2759                 Added headers.h (completes 2.9.1cvs5).
2760
2761 2007-04-20 [wwp]        2.9.1cvs11
2762
2763         * src/addressbook.c
2764                 Fix the use of display name in name column,
2765                 it has been overriden w/ the use of nickname
2766                 by 2.9.0cvs3. Now nickname is used (if any)
2767                 in case of LDAP books only.
2768
2769 2007-04-20 [colin]      2.9.1cvs10
2770
2771         * src/mimeview.c
2772         * src/summaryview.c
2773         * src/textview.c
2774                 Add handling of 'a' to loop in a mail's
2775                 mimeparts
2776
2777 2007-04-20 [colin]      2.9.1cvs9
2778
2779         * src/toolbar.c
2780                 Fix bug 1190, 'dir_open' button doesn't work'
2781                 (Maemo)
2782
2783 2007-04-20 [colin]      2.9.1cvs8
2784
2785         * src/folderview.c
2786         * src/mainwindow.c
2787                 Fix bug 1194, 'Hardware keys move from email 
2788                 list to account/directory list, but not back 
2789                 to email list...' (Maemo)
2790
2791 2007-04-20 [colin]      2.9.1cvs7
2792
2793         * src/compose.h
2794                 complete previous commit
2795
2796 2007-04-20 [colin]      2.9.1cvs6
2797
2798         * src/compose.c
2799                 Fix bug 1187, 'Reply-to addressee disappears 
2800                 when reply-to text box is clicked...' (Maemo)
2801
2802 2007-04-20 [wwp]        2.9.1cvs5
2803
2804         * po/POTFILES.in
2805         * src/addressbook.c
2806         * src/compose.c
2807         * src/filtering.c
2808         * src/headerview.c
2809         * src/matcher.c
2810         * src/prefs_common.c
2811         * src/prefs_common.h
2812         * src/prefs_display_header.c
2813         * src/prefs_matcher.c
2814         * src/summaryview.c
2815         * src/gtk/headers.h
2816         * src/gtk/quicksearch.c
2817                 Translate more header names according to the relevant option value,
2818                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2819                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2820                 to prefs_common_translated_header_name().
2821                 Added a headers.h reference file that contains known header names
2822                 (RFC2822 and others) to the translation process' input, so that
2823                 translated header names will still exist even if no occurrence of
2824                 _("headername") is found anymore in the sources.
2825                 Don't translate column name 'Number' following to trans_hdr option
2826                 value as it's not a header name.
2827
2828 2007-04-20 [colin]      2.9.1cvs4
2829
2830         * src/gtk/quicksearch.c
2831         * src/gtk/quicksearch.h
2832                 Add "From, To or Subject" quicksearch
2833                 type. Patch by ulfschaper@users.sf.net
2834
2835 2007-04-20 [colin]      2.9.1cvs3
2836
2837         * src/matcher.c
2838                 Implement proper references filtering condition.
2839                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2840
2841 2007-04-19 [wwp]        2.9.1cvs2
2842
2843         * src/prefs_display_header.c
2844         * src/message_search.c
2845                 Fix few warnings (g_free of const gchar*).
2846
2847 2007-04-19 [paul]       2.9.1cvs1
2848
2849         * NEWS
2850         * README
2851         * RELEASE_NOTES
2852         * configure.ac
2853                 bump version number following
2854                 stable release
2855
2856 2007-04-19 [paul]       2.9.0cvs9
2857
2858         * manual/advanced.xml
2859         * manual/glossary.xml
2860                 fix typos
2861
2862 2007-04-18 [paul]       2.9.0cvs8
2863
2864         * src/pop.c
2865                 fix for CVE-2007-1558 (APOP)
2866                 Thanks to Colin
2867
2868 2007-04-18 [paul]       2.9.0cvs7
2869
2870         * src/messageview.c
2871         * src/mimeview.c
2872         * src/summaryview.c
2873         * src/gtk/filesel.c
2874                 Fix encoding woes wrt saving of
2875                 mails and parts
2876                 Thanks to Colin
2877
2878 2007-04-18 [colin]      2.9.0cvs6
2879
2880         * src/gtk/pluginwindow.c
2881                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2882
2883 2007-04-17 [wwp]        2.9.0cvs5
2884
2885         * src/addressadd.c
2886         * src/addressbook.c
2887         * src/addrindex.c
2888         * src/ldapupdate.c
2889                 Fix --disable-ldap build,
2890                 fix some LDAP annoyances on 
2891                 searches, thanks to Colin.
2892
2893 2007-04-17 [wwp]        2.9.0cvs4
2894
2895         * src/ldapupdate.c
2896                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2897                 like gcc 2.9x. Thanks to Colin.
2898
2899 2007-04-17 [wwp]        2.9.0cvs3
2900
2901         * src/Makefile.am
2902         * src/addressadd.c
2903         * src/addressbook.c
2904         * src/addrindex.c
2905         * src/addritem.c
2906         * src/addritem.h
2907         * src/editaddress.c
2908         * src/ldapctrl.c
2909         * src/ldapctrl.h
2910         * src/ldapquery.c
2911         * src/ldapserver.c
2912         * src/ldapserver.h
2913         * src/ldapupdate.c
2914         * src/ldapupdate.h
2915                 Add LDAP write support. Patch mostly by 
2916                 Michael <mir at datanom dot net>
2917
2918 2007-04-17 [wwp]        2.9.0cvs2
2919
2920         * src/compose.c
2921                 Prepend "Add to address book" to the context menu of compose window's sender and
2922                 recipient fields.
2923
2924 2007-04-16 [paul]       2.9.0cvs1
2925
2926         * src/gtk/authors.h
2927                 add Pader Rezso
2928
2929 2007-04-16 [paul]       2.9.0
2930
2931         * NEWS
2932         * README
2933         * RELEASE_NOTES
2934                 2.9.0 released
2935
2936 2007-04-16 [paul]       2.8.1cvs102
2937
2938         * po/fr.po
2939                 updated by Fabien Vantard
2940
2941 2007-04-16 [paul]       2.8.1cvs101
2942
2943         * po/ca.po
2944         * po/cs.po
2945         * po/de.po
2946         * po/hu.po
2947         * po/pl.po
2948         * po/pt_BR.po
2949         * po/sr.po
2950         * po/zh_CN.po
2951                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2952                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2953                 Aleksandar Urosevic, and Ralgh Young
2954
2955 2007-04-15 [mones]      2.8.1cvs100
2956
2957         * po/es.po
2958                 Updated for release
2959
2960 2007-04-14 [colin]      2.8.1cvs99
2961
2962         * src/message_search.c
2963         * src/prefs_display_header.c
2964         * src/summary_search.c
2965         * src/gtk/combobox.c
2966                 Fix allocations
2967
2968 2007-04-14 [wwp]        2.8.1cvs98
2969
2970         * src/gtk/combobox.c
2971         * src/message_search.c
2972         * src/summary_search.c
2973         * src/prefs_display_header.c
2974                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2975                 returns NULL, get the text value directly from the GtkEntry child.
2976
2977 2007-04-13 [colin]      2.8.1cvs97
2978
2979         * src/gtk/quicksearch.c
2980                 Give the focus back to summaryview when
2981                 emptying the quicksearch with Esc
2982
2983 2007-04-13 [colin]      2.8.1cvs96
2984
2985         * src/message_search.c
2986         * src/prefs_display_header.c
2987         * src/summary_search.c
2988                 Fix possibles crashes when getting text
2989                 from gtk combos
2990
2991 2007-04-13 [colin]      2.8.1cvs95
2992
2993         * src/pop.c
2994                 Add some UIDL debugging
2995
2996 2007-04-12 [colin]      2.8.1cvs94
2997
2998         * src/folder.c
2999                 Force folder scan if necessary after
3000                 copying mails, to be able to reapply
3001                 flags.
3002
3003 2007-04-11 [colin]      2.8.1cvs93
3004
3005         * src/main.c
3006                 don't scan for new mail on startup if --select
3007                 is specified (or race conditions arise). If so,
3008                 do both sequentially.
3009
3010 2007-04-09 [colin]      2.8.1cvs92
3011
3012         * src/common/defs.h
3013                 Use leafpad by default on Maemo. Patch
3014                 by Jean-Luc Biord.
3015
3016 2007-04-06 [colin]      2.8.1cvs91
3017
3018         * src/pixmaps/queue_close.xpm
3019         * src/pixmaps/queue_close_hrm.xpm
3020         * src/pixmaps/queue_close_hrm_mark.xpm
3021         * src/pixmaps/queue_close_mark.xpm
3022         * src/pixmaps/queue_open.xpm
3023         * src/pixmaps/queue_open_hrm.xpm
3024         * src/pixmaps/queue_open_hrm_mark.xpm
3025         * src/pixmaps/queue_open_mark.xpm
3026                 Move the clock one pixel down :)
3027
3028 2007-04-05 [colin]      2.8.1cvs90
3029
3030         * src/mainwindow.c
3031                 Don't sync when switching offline from
3032                 command line - it's usually too late :)
3033
3034 2007-04-05 [paul]       2.8.1cvs89
3035
3036         * src/Makefile.am
3037         * src/stock_pixmap.c
3038         * src/pixmaps/dir_close_hrm.xpm
3039         * src/pixmaps/dir_close_hrm_mark.xpm
3040         * src/pixmaps/drafts_close.xpm
3041         * src/pixmaps/drafts_close_mark.xpm
3042         * src/pixmaps/drafts_open.xpm
3043         * src/pixmaps/drafts_open_mark.xpm
3044         * src/pixmaps/inbox.xpm
3045         * src/pixmaps/inbox_close.xpm
3046         * src/pixmaps/inbox_close_hrm.xpm
3047         * src/pixmaps/inbox_close_hrm_mark.xpm
3048         * src/pixmaps/inbox_close_mark.xpm
3049         * src/pixmaps/inbox_hrm.xpm
3050         * src/pixmaps/inbox_hrm_mark.xpm
3051         * src/pixmaps/inbox_mark.xpm
3052         * src/pixmaps/inbox_open.xpm
3053         * src/pixmaps/inbox_open_hrm.xpm
3054         * src/pixmaps/inbox_open_hrm_mark.xpm
3055         * src/pixmaps/inbox_open_mark.xpm
3056         * src/pixmaps/outbox.xpm
3057         * src/pixmaps/outbox_close.xpm
3058         * src/pixmaps/outbox_close_hrm.xpm
3059         * src/pixmaps/outbox_close_hrm_mark.xpm
3060         * src/pixmaps/outbox_close_mark.xpm
3061         * src/pixmaps/outbox_hrm.xpm
3062         * src/pixmaps/outbox_hrm_mark.xpm
3063         * src/pixmaps/outbox_mark.xpm
3064         * src/pixmaps/outbox_open.xpm
3065         * src/pixmaps/outbox_open_hrm.xpm
3066         * src/pixmaps/outbox_open_hrm_mark.xpm
3067         * src/pixmaps/outbox_open_mark.xpm
3068         * src/pixmaps/queue_close.xpm
3069         * src/pixmaps/queue_close_hrm.xpm
3070         * src/pixmaps/queue_close_hrm_mark.xpm
3071         * src/pixmaps/queue_close_mark.xpm
3072         * src/pixmaps/queue_open.xpm
3073         * src/pixmaps/queue_open_hrm.xpm
3074         * src/pixmaps/queue_open_hrm_mark.xpm
3075         * src/pixmaps/queue_open_mark.xpm
3076                 updated, added and replaced icons
3077                 Icons by Colin
3078
3079 2007-04-04 [colin]      2.8.1cvs88
3080
3081         * src/imap.c
3082                 Fix build without libetpan
3083
3084 2007-04-03 [colin]      2.8.1cvs87
3085
3086         * src/imap.c
3087                 Fix crash with Citadel, and try to make
3088                 things work. this server (and specifically 
3089                 STATUS and APPEND at least) seems broken.
3090
3091 2007-04-03 [colin]      2.8.1cvs86
3092
3093         * src/folderview.c
3094                 Fix icons on folder close
3095
3096 2007-04-03 [colin]      2.8.1cvs85
3097
3098         * src/inc.c
3099                 Fix double-ask of offline override in
3100                 certain cases
3101         * src/imap.c
3102         * src/imap.h
3103         * src/imap_gtk.c
3104                 Much more efficient way to synchronise
3105                 for offline use
3106         * src/etpan/imap-thread.c
3107                 Fix possible segs
3108         * src/folder.c
3109         * src/gtk/quicksearch.c
3110                 Fix some GUI lags
3111
3112 2007-04-03 [paul]       2.8.1cvs84
3113
3114         * src/filtering.c
3115         * src/folder.c
3116         * src/folder.h
3117         * src/prefs_common.c
3118         * src/prefs_common.h
3119         * src/prefs_other.c
3120                 Fix sync being done too late
3121                 Thanks to Colin
3122
3123 2007-04-02 [colin]      2.8.1cvs83
3124
3125         * src/summaryview.c
3126                 Maemo: Put status and quicksearch at the top
3127         * src/plugins/bogofilter/bogofilter.c
3128         * src/plugins/spamassassin/spamassassin.c
3129                 Derive trash from inbox if possible
3130
3131 2007-04-02 [paul]       2.8.1cvs82
3132
3133         * src/plugins/bogofilter/bogofilter_gtk.c
3134                 a few English changes
3135
3136 2007-04-02 [paul]
3137
3138         2.9.0-rc1 released
3139
3140 2007-04-02 [colin]      2.8.1cvs81
3141
3142         * src/image_viewer.c
3143                 Fix transparent images by using
3144                 GtkImage
3145         * src/messageview.c
3146                 Flush events (on new windows) to avoid
3147                 having the textview's image resize fail
3148                 to know the available width
3149
3150 2007-04-01 [colin]      2.8.1cvs80
3151
3152         * src/prefs_account.c
3153                 If no MH mailbox exist, when creating a POP/Local
3154                 account, just create and use the default one 
3155                 instead of bailing with a "Mailbox doesn't exist"
3156                 error
3157
3158 2007-03-31 [colin]      2.8.1cvs79
3159
3160         * src/prefs_account.c
3161                 Create signature file if it doesn't exist
3162                 before editing
3163         * src/prefs_toolbar.c
3164                 Maemo: Move "Use default" on the left so
3165                 that people can find it
3166         * src/common/defs.h
3167                 Maemo: make default editor "Maemopad", 
3168                 default signature file "MyDocs/signature.txt"
3169
3170 2007-03-31 [colin]      2.8.1cvs78
3171
3172         * src/prefs_account.c
3173                 Maemo: rework account prefs so
3174                 that less horizontal scrolling
3175                 is required
3176
3177 2007-03-31 [colin]      2.8.1cvs77
3178
3179         * src/folderview.c
3180         * src/prefs_common.c
3181         * src/prefs_common.h
3182                 Fix bug 1167, 'Allow not displaying zeros 
3183                 in folder list'. Patch by MartinP
3184
3185 2007-03-31 [colin]      2.8.1cvs76
3186
3187         * AUTHORS
3188                 Add Jean-Luc Biord
3189
3190 2007-03-31 [colin]      2.8.1cvs75
3191
3192         * src/imap.c
3193                 Apply patch from bug 1172, direct
3194                 access to the folder's session instead
3195                 of using getter. Patch by MartinP
3196
3197 2007-03-31 [paul]       2.8.1cvs74
3198
3199         * src/gtk/authors.h
3200                 no need to list Fabien twice!
3201
3202 2007-03-31 [colin]      2.8.1cvs73
3203
3204         * src/inc.c
3205                 If we're currently "overriding for %d minutes",
3206                 don't ask
3207
3208 2007-03-31 [colin]      2.8.1cvs72
3209
3210         * src/compose.c
3211         * src/imap.c
3212         * src/inc.c
3213         * src/inc.h
3214         * src/messageview.c
3215         * src/news.c
3216         * src/plugins/spamassassin/spamassassin.c
3217                 Offline override: Add a parameter to allow
3218                 asking even if the override timer is running.
3219                 Allows to ask every time the user makes an
3220                 explicit action needing online access (such
3221                 as Get Mail), and not when the action is 
3222                 implicit (such as opening an IMAP folder)
3223
3224 2007-03-31 [colin]      2.8.1cvs71
3225
3226         * src/inc.c
3227                 Override offline: "No" answer shouldn't
3228                 re-ask after 3 seconds, but 10 minutes. 
3229
3230 2007-03-30 [colin]      2.8.1cvs70
3231
3232         * src/common/socket.c
3233                 Better error reporting on unix socket
3234                 failure (bind usually)
3235         * src/gtk/gtkutils.c
3236         * src/gtk/gtkutils.h
3237                 Label window: add a pulsing progress
3238                 bar to show we're not hung :)
3239         * src/folderview.c
3240         * src/main.c
3241         * src/plugins/pgpcore/sgpgme.c
3242                 Update API
3243
3244 2007-03-30 [colin]      2.8.1cvs69
3245
3246         * src/pop.c
3247         * src/prefs_common.c
3248                 Fix possible trashing of history and uidl
3249                 files on disk full problems
3250
3251 2007-03-30 [paul]       2.8.1cvs68
3252
3253         * src/mainwindow.c
3254         * src/summaryview.c
3255         * src/summaryview.h
3256                 update summary when changing layout type
3257                 (fixes wrong folder icon being displayed)
3258                 Thanks to Colin
3259
3260 2007-03-29 [colin]      2.8.1cvs67
3261
3262         * src/prefs_ext_prog.c
3263                 The browser pref is irrelevant on Maemo
3264
3265 2007-03-29 [colin]      2.8.1cvs66
3266
3267         * src/compose.c
3268         * src/compose.h
3269                 Maemo: dynamically switch headers/text position
3270         * src/prefs_common.c
3271                 Maemo: hide compose's ruler by default
3272         * src/common/socket.c
3273         * src/common/socket.h
3274                 Fix build warning
3275
3276 2007-03-29 [colin]      2.8.1cvs65
3277
3278         * src/common/socket.c
3279         * src/common/socket.h
3280                 Fix build when MAEMO_CFLAGS contains
3281                 _X_OPENSOURCE (resolv.h errors as long
3282                 as we don't add _BSD_SOURCE. Ugly).
3283
3284 2007-03-29 [wwp]        2.8.1cvs64
3285
3286         * src/prefs_logging.c
3287                 Fix sensitivity of clip-log widgets in prefs/logging,
3288                 thanks to Fabien.
3289
3290 2007-03-29 [wwp]        2.8.1cvs63
3291
3292         * po/POTFILES.in
3293                 Updated files list for translations, thanks to Fabien.
3294
3295 2007-03-29 [colin]      2.8.1cvs62
3296
3297         * src/main.c
3298         * src/common/Makefile.am
3299         * src/common/utils.c
3300                 Maybe make URI opening work in Maemo
3301                 Requires testing :)
3302
3303 2007-03-28 [colin]      2.8.1cvs61
3304
3305         * src/folder.c
3306         * src/folder.h
3307         * src/folderview.c
3308                 Add the possibility to sort folders arbitrarily
3309                 (via editing of folderlist.xml only). Patch by
3310                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3311                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3312                 be changed by the user'
3313
3314 2007-03-28 [colin]      2.8.1cvs60
3315
3316         * src/mimeview.c
3317                 Add popup menu for mime icons
3318
3319 2007-03-28 [colin]      2.8.1cvs59
3320
3321         * src/mainwindow.c
3322                 Fix a layout issue when presenting
3323                 mainwindow in Small screen layout
3324         * src/toolbar.c
3325         * src/toolbar.h
3326                 Add a "Go to folder list" button for
3327                 mainwindow, and make it default in
3328                 the Maemo build
3329
3330 2007-03-28 [colin]      2.8.1cvs58
3331
3332         * src/compose.c
3333                 Don't dynamically update title on Maemo
3334                 Patch by Jean-Luc Biord
3335
3336 2007-03-27 [colin]      2.8.1cvs57
3337
3338         * src/compose.c
3339         * src/folderview.c
3340         * src/summaryview.c
3341                 Enable tap-and-hold on Maemo
3342
3343 2007-03-26 [colin]      2.8.1cvs56
3344
3345         * src/compose.c
3346                 More popup-menu (in attachments list)
3347
3348 2007-03-26 [colin]      2.8.1cvs55
3349
3350         * src/compose.c
3351                 Enable popup-menu signal
3352
3353 2007-03-26 [colin]      2.8.1cvs54
3354
3355         * src/plugins/pgpinline/pgpinline.c
3356                 Fix bug 1111, 'PGP/inline plugin hides text 
3357                 around encrypted text block'. Patch based on
3358                 a patch from Michal Cihar.
3359
3360 2007-03-26 [wwp]        2.8.1cvs53
3361
3362         * src/procmsg.c
3363                 Fix getting a false error when sending queued message
3364                 whereas the sending was fine (if there are subfolders
3365                 in the queue folder), thanks to Colin.
3366
3367 2007-03-26 [paul]       2.8.1cvs52
3368
3369         * src/wizard.c
3370                 update FACE header in welcome message
3371
3372 2007-03-25 [colin]      2.8.1cvs51
3373
3374         * src/Makefile.am
3375                 Fix make dist
3376
3377 2007-03-25 [colin]      2.8.1cvs50
3378
3379         * src/main.c
3380                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3381
3382 2007-03-24 [colin]      2.8.1cvs49
3383
3384         * src/main.c
3385                 Fix a few launch problems on Maemo
3386                 Patch by Jean-Luc Biord
3387
3388 2007-03-24 [wwp]        2.8.1cvs48
3389
3390         * src/alertpanel.c
3391         * src/alertpanel.h
3392         * src/messageview.c
3393         * src/summaryview.c
3394                 Fix wrong action performed when closing the
3395                 "ask about account specific filtering rules
3396                 when filtering manually" dialog by pressing Escape.
3397                 Fix wrong order of buttons in the "return receipt
3398                 notification - the message was sent to several of
3399                 your accounts" dialog.
3400
3401 2007-03-24 [paul]       2.8.1cvs47
3402
3403         * src/folderview.c
3404                 an improvement to English usage
3405         * tools/kdeservicemenu/README
3406                 updated Claws url
3407
3408 2007-03-24 [paul]       2.8.1cvs46
3409
3410         * src/Makefile.am
3411         * src/stock_pixmap.c
3412         * src/pixmaps/edit_extern.xpm
3413         * src/pixmaps/mail_sign.xpm
3414                 rescue long lost icons
3415
3416 2007-03-24 [paul]       2.8.1cvs45
3417
3418         * src/toolbar.c
3419                 fix toolbar (broken in 2.8.1cvs42)
3420
3421 2007-03-23 [colin]      2.8.1cvs44
3422
3423         * src/imap.c
3424                 Correctly unsubscribe/resubscribe after
3425                 RENAME
3426
3427 2007-03-23 [colin]      2.8.1cvs43
3428
3429         * src/prefs_common.c
3430                 Maemo: as the platform is light on RAM, allow
3431                 caches to be discarded faster.
3432
3433 2007-03-23 [colin]      2.8.1cvs42
3434
3435         * src/Makefile.am
3436         * src/compose.c
3437         * src/compose.h
3438         * src/stock_pixmap.c
3439         * src/stock_pixmap.h
3440         * src/summaryview.c
3441         * src/summaryview.h
3442         * src/toolbar.c
3443         * src/toolbar.h
3444         * src/pixmaps/open_mail.xpm
3445                 Maemo changes: Add the possibility to have
3446                 "Open Email" and "Close Window" buttons on 
3447                 toolbars (and use them in Maemo's default
3448                 toolbars)
3449
3450 2007-03-23 [wwp]        2.8.1cvs41
3451
3452         * src/action.c
3453                 Reverted that part of the action dialog closure logics, to
3454                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3455                 done later in a different way (or may not).
3456
3457 2007-03-22 [wwp]        2.8.1cvs40
3458
3459         * src/action.c
3460                 Fix sticky action dialog when got no output but action command
3461                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3462
3463 2007-03-22 [colin]      2.8.1cvs39
3464
3465         * src/prefs_filtering.c
3466         * src/gtk/combobox.h
3467                 Fix escaping account names in filtering prefs
3468
3469 2007-03-22 [colin]      2.8.1cvs38
3470
3471         * src/addrindex.c
3472         * src/ldapctrl.h
3473         * src/ldapquery.c
3474                 Add any attribute specified in LDAP servers'
3475                 Search attributes to the Other Attributes tab
3476                 of contacts; Add 'telephoneNumber' in the
3477                 default list.
3478
3479 2007-03-22 [colin]      2.8.1cvs37
3480
3481         * src/folderview.c
3482         * src/folderview.h
3483         * src/mainwindow.c
3484                 Try to prevent race conditions when
3485                 changing the folder list
3486         * src/summaryview.c
3487                 Fix possible red folder icon when
3488                 switching from Small screen layout
3489                 to any other
3490
3491 2007-03-22 [colin]      2.8.1cvs36
3492
3493         * src/mainwindow.c
3494         * src/mainwindow.h
3495         * src/summaryview.c
3496                 Rename "little screen" to "Small screen"
3497         * src/gtk/Makefile.am
3498         * src/common/utils.c
3499         * src/mh.c
3500                 Fix Maemo-related compilation problems
3501
3502 2007-03-21 [colin]      2.8.1cvs35
3503
3504         * configure.ac
3505                 Fix previous commit
3506         * claws-mail.desktop
3507                 Remove .png from the Icon, it's useless
3508
3509 2007-03-21 [colin]      2.8.1cvs34
3510
3511         * configure.ac
3512         * src/Makefile.am
3513                 Add the necessary lib checking for 
3514                 Maemo
3515
3516 2007-03-21 [colin]      2.8.1cvs33
3517
3518         * src/main.c
3519                 Fix unconditional "error happened" when
3520                 sending via command-line. "lol @ myself"
3521
3522 2007-03-21 [colin]      2.8.1cvs32
3523
3524         * claws-mail-40x40.png
3525         * claws-mail-26x26.png
3526         * src/account.c
3527         * src/addressbook.c
3528         * src/compose.c
3529         * src/folderview.c
3530         * src/folderview.h
3531         * src/main.c
3532         * src/mainwindow.c
3533         * src/mainwindow.h
3534         * src/messageview.c
3535         * src/prefs_account.c
3536         * src/prefs_common.c
3537         * src/summary_search.c
3538         * src/summaryview.c
3539         * src/summaryview.h
3540         * src/gtk/authors.h
3541         * src/gtk/gtkutils.c
3542         * src/gtk/gtkutils.h
3543         * src/gtk/logwindow.c
3544         * src/gtk/menu.c
3545         * src/gtk/prefswindow.c
3546                 Add Maemo port (patch mainly by Jean-Luc Biort)
3547                 Add a new 'Little screen' layout to help on such
3548                 platforms (patch by me)
3549                 Make some default preferences different (more
3550                 adapted) on Maemo (patch by me)
3551
3552 2007-03-21 [wwp]        2.8.1cvs31
3553
3554         * src/prefs_logging.c
3555         * src/prefs_logging.h
3556                 Fixed copyright header of newly added files.
3557
3558 2007-03-21 [wwp]        2.8.1cvs30
3559
3560         * src/Makefile.am
3561         * src/filtering.c
3562         * src/filtering.h
3563         * src/folder.c
3564         * src/folderview.c
3565         * src/imap.c
3566         * src/inc.c
3567         * src/main.c
3568         * src/mainwindow.c
3569         * src/mainwindow.h
3570         * src/matcher.c
3571         * src/messageview.c
3572         * src/news.c
3573         * src/pop.c
3574         * src/prefs_common.c
3575         * src/prefs_common.h
3576         * src/prefs_logging.c
3577         * src/prefs_logging.h
3578         * src/prefs_other.c
3579         * src/procmsg.c
3580         * src/send_message.c
3581         * src/summaryview.c
3582         * src/common/log.c
3583         * src/common/log.h
3584         * src/common/nntp.c
3585         * src/common/session.c
3586         * src/common/smtp.c
3587         * src/common/socket.c
3588         * src/etpan/imap-thread.c
3589         * src/gtk/logwindow.c
3590         * src/gtk/logwindow.h
3591         * src/plugins/bogofilter/bogofilter.c
3592         * src/plugins/spamassassin/spamassassin.c
3593                 Added debugging of filtering/processing rules.
3594                 The debug log is here 'Tools/Filtering debug window',
3595                 the options there 'Configuration/Preferences/Other/Logging',
3596                 and the log file is ~/.claws-mail/filtering.log.
3597                 Moved protocol log prefs to 'Other/Logging' as well.
3598                 To support such debugging feature, the existing log API has
3599                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3600                 this impacts many external modules (commits follow).
3601
3602 2007-03-21 [paul]       2.8.1cvs29
3603
3604         * src/etpan/Makefile.am
3605         * src/etpan/imap-thread.c
3606                 add missing #include
3607
3608 2007-03-21 [colin]      2.8.1cvs28
3609
3610         * src/procmime.c
3611                 Fix bug 1157, 'some broken messages confuse 
3612                 mime parser'. Make sure we can't have MimeInfos
3613                 with negative sizes.
3614
3615 2007-03-20 [colin]      2.8.1cvs27
3616
3617         * src/main.c
3618                 Fix missing \0 on buffer
3619
3620 2007-03-20 [colin]      2.8.1cvs26
3621
3622         * src/mh.c
3623                 Use make_dir_hier instead of make_dir 
3624                 to create the MH mailbox
3625
3626 2007-03-20 [colin]      2.8.1cvs25
3627
3628         * src/folder.c
3629         * src/folder.h
3630         * src/prefs_account.c
3631         * src/wizard.c
3632                 Fix default inbox weirdnesses (after wizard,
3633                 if path is Mail, mailbox identifier is #mh/Mailbox,
3634                 and when creating new accounts)
3635
3636 2007-03-20 [colin]      2.8.1cvs24
3637
3638         * src/account.c
3639                 Write folderlist after adding/deleting accounts
3640                 that have folders
3641
3642 2007-03-20 [colin]      2.8.1cvs23
3643
3644         * src/imap.c
3645         * src/remotefolder.h
3646                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3647                 selected while scanning prior to update'
3648
3649 2007-03-17 [paul]       2.8.1cvs22
3650
3651         * src/main.c
3652                 fix a typo, and be a little more verbose.
3653
3654 2007-03-17 [wwp]        2.8.1cvs21
3655
3656         * src/inc.c
3657                 Fix a compiler warning.
3658
3659 2007-03-16 [wwp]        2.8.1cvs20
3660
3661         * tools/Makefile.am
3662         * tools/README
3663                 Updated to deal w/ the new mairix.sh tool.
3664
3665 2007-03-16 [wwp]        2.8.1cvs19
3666
3667         * src/action.c
3668                 Fix logics issues around the action IO dialog:
3669                 - disable entry widget and exec button when
3670                   the exec button is clicked (don't wait for any
3671                   output line) - fix possible disabling/re-enabling/
3672                   re-disabling of those widgets
3673                 - raise an error if executing a %as{} action either
3674                   empty or invalid, instead of failing silently
3675                 - don't close the dialog if the abort button has been
3676                   clicked and if there was no output yet
3677                 - set focus to the abort button when the exec button
3678                   is clicked
3679                 - fix capitalization of a warning message
3680
3681 2007-03-16 [wwp]        2.8.1cvs18
3682
3683         * tools/mairix.sh
3684                 Added a wrapper to mairix to the tools folder.
3685
3686 2007-03-16 [colin]      2.8.1cvs17
3687
3688         * src/messageview.c
3689         * src/mimeview.h
3690                 Allow mimeviewer plugins to print
3691                 their stuff
3692
3693 2007-03-16 [colin]      2.8.1cvs16
3694
3695         * .cvsignore
3696                 Ignore *.patchset
3697
3698 2007-03-15 [colin]      2.8.1cvs15
3699
3700         * src/messageview.c
3701         * src/mimeview.h
3702                 Add a way for mimeviewer plugins to
3703                 implement body search
3704
3705 2007-03-15 [paul]       2.8.1cvs14
3706
3707         * src/prefs_spelling.c
3708                 fix English usage
3709
3710 2007-03-15 [paul]       2.8.1cvs13
3711
3712         * src/common/quoted-printable.c
3713                 fix decoding of quoted-printable parts
3714
3715 2007-03-14 [wwp]        2.8.1cvs12
3716
3717         * src/gtk/logwindow.h
3718                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3719
3720 2007-03-14 [wwp]        2.8.1cvs11
3721
3722         * src/gtk/logwindow.h
3723                 Complete 2.8.1cvs10.
3724
3725 2007-03-14 [colin]      2.8.1cvs10
3726
3727         * src/gtk/logwindow.c
3728                 Probably fix bug 1149, crash on logwindow
3729                 close - at the expense of performance once
3730                 logwin has been opened
3731
3732 2007-03-14 [colin]      2.8.1cvs9
3733
3734         * src/main.c
3735                 If claws-mail is running on another
3736                 display, warn instead of popping it up
3737                 on the other display
3738
3739 2007-03-12 [colin]      2.8.1cvs8
3740
3741         * src/wizard.c
3742                 Fix bug 1145, 'Setting a different name 
3743                 for the Mailbox name isn't reflected in 
3744                 default account settings'. Patch by wwp
3745
3746 2007-03-12 [colin]      2.8.1cvs7
3747
3748         * src/summaryview.c
3749                 Fix bug 1143, 'Add number of messages to be 
3750                 deleted to confirmation dialog'
3751
3752 2007-03-12 [wwp]        2.8.1cvs6
3753
3754         * src/folderview.c
3755         * src/prefs_common.c
3756         * src/prefs_common.h
3757         * src/prefs_summaries.c
3758                 Changed the option that displays unread messages count
3759                 next to the folder name in folder list: it is now
3760                 possible to either display nothing, display the
3761                 unread messages number only or the unread and total messages
3762                 numbers. The patch includes this extra feature as well
3763                 as some minor fixes by rewriting the algo in folderview.c.
3764                 Thanks to Paul for the original idea and implementation, plus
3765                 testing and proof-reading!
3766
3767 2007-03-09 [paul]       2.8.1cvs5
3768
3769         * tools/Makefile.am
3770         * tools/README
3771         * tools/claws-mail-compose-insert-files.pl
3772                 added a script which enables inserting files
3773                 into the message body of a new Claws Mail
3774                 Compose window from the command line. Additionally
3775                 To, Cc, Subject and files to attach to the message
3776                 can be specified.
3777
3778 2007-03-09 [wwp]        2.8.1cvs4
3779
3780         * src/addr_compl.c
3781         * src/addr_compl.h
3782         * src/filtering.c
3783                 Optimize matching of addresses in the addressbook
3784                 (filtering/processing 'found_in_addressbook' condition).
3785
3786 2007-03-07 [wwp]        2.8.1cvs3
3787
3788         * src/quote_fmt.c
3789         * src/quote_fmt_lex.l
3790         * src/quote_fmt_parse.y
3791                 Add a new quote format symbol: %A to insert the
3792                 sender email address (just the address itself).
3793
3794 2007-03-06 [wwp]        2.8.1cvs2
3795
3796         * src/gtk/gtkutils.c
3797         * src/plugins/trayicon/trayicon_prefs.h
3798         * src/plugins/trayicon/trayicon_prefs.c
3799         * src/plugins/trayicon/trayicon.c
3800         * src/mainwindow.h
3801         * src/mainwindow.c
3802                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3803                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3804
3805
3806 2007-03-06 [paul]       2.8.1cvs1
3807
3808         * NEWS
3809         * README
3810         * RELEASE_NOTES
3811         * configure.ac
3812                 bump version number following
3813                 stable release
3814
3815 2007-03-06 [paul]       2.8.0cvs24
3816
3817         * po/cs.po
3818                 corrected by by Tim <timbrain@post.cz>
3819
3820 2007-03-05 [colin]      2.8.0cvs23
3821
3822         * src/Makefile.am
3823         * src/procmime.c
3824                 Fix mime/globs path on NetBSD
3825                 patch by George Michaelson
3826
3827 2007-03-05 [wwp]        2.8.0cvs22
3828
3829         * src/addr_compl.c
3830                 Remove debug statement (accidentally committed w/ cvs14).
3831
3832 2007-03-05 [paul]       2.8.0cvs21
3833
3834         * src/plugins/pgpcore/prefs_gpg.c
3835                 fix compiler warning
3836
3837 2007-03-05 [wwp]        2.8.0cvs20
3838
3839         * src/matcher_parser_parse.y
3840                 Fix mismerge between cvs17 and cvs19.
3841
3842 2007-03-05 [wwp]        2.8.0cvs19
3843
3844         * src/matcher_parser_parse.y
3845         * src/prefs_filtering_action.c
3846         * src/matcher.c
3847         * src/matcher.h
3848         * src/filtering.c
3849         * src/filtering.h
3850                 Add new 'add_to_addressbook' filtering/processing action.
3851
3852 2007-03-05 [wwp]        2.8.0cvs18
3853
3854         * src/filtering.c
3855                 Fix mark_as_ham filtering/processing action: spam flag
3856                 was not unset.
3857
3858 2007-03-04 [colin]      2.8.0cvs17
3859
3860         * src/filtering.c
3861         * src/matcher.c
3862         * src/matcher.h
3863         * src/matcher_parser_parse.y
3864         * src/prefs_filtering_action.c
3865                 Add 'Mark as spam' and 'Mark as ham' filtering
3866                 actions. Fixes bug 1138.
3867
3868 2007-03-04 [colin]      2.8.0cvs16
3869
3870         * src/imap.c
3871                 Fix bug 1140, wrong return value
3872                 without libetpan
3873
3874 2007-03-04 [wwp]        2.8.0cvs15
3875
3876         * src/addr_compl.c
3877                 Rollback cvs14: don't free stuff that is managed in g_list.
3878
3879 2007-03-04 [wwp]        2.8.0cvs14
3880
3881         * src/addr_compl.c
3882                 Fix a leak in address completion code.
3883
3884 2007-03-04 [colin]      2.8.0cvs13
3885
3886         * src/addr_compl.c
3887                 Maybe fix bug 1136, 'Crash in group 
3888                 address completion'
3889
3890 2007-03-04 [iwkse]      2.8.0cvs12
3891
3892         * src/imap.c
3893                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3894
3895 2007-03-03 [colin]      2.8.0cvs11
3896
3897         * src/plugins/pgpinline/pgpinline.c
3898                 Fix off-by-one, fix double-free. Fixes
3899                 bug 1135, 'cm-segfault on decrypting 
3900                 with PGP/inline'
3901
3902 2007-03-03 [colin]      2.8.0cvs10
3903
3904         * configure.ac
3905         * src/main.c
3906         * src/common/plugin.c
3907                 Fix bug 1134, 'Valgrind macros unhandled 
3908                 by Irix's cc'
3909
3910 2007-03-02 [colin]      2.8.0cvs9
3911
3912         * src/mbox.c
3913                 Don't error out on EAGAIN. Fixes 
3914                 bug 1129, '"local mbox file" account 
3915                 isn't retrieving mails'
3916
3917 2007-03-01 [wwp]        2.8.0cvs8
3918
3919         * src/mainwindow.c
3920         * src/gtk/colorlabel.c
3921                 Remove accels for extra color labels until we set better
3922                 and definitive ones.
3923
3924 2007-02-28 [wwp]        2.8.0cvs7
3925
3926         * src/mainwindow.c
3927         * src/matcher_parser_parse.y
3928         * src/prefs_common.c
3929         * src/prefs_msg_colors.c
3930         * src/procmsg.h
3931         * src/gtk/colorlabel.c
3932         * src/gtk/colorlabel.h
3933                 Add more customizable color labels. Cleaned up a bit
3934                 the color label API to avoid duplicate defines of
3935                 the max number of colors.
3936
3937 2007-02-27 [colin]      2.8.0cvs6
3938
3939         * src/mainwindow.c
3940         * src/common/utils.c
3941         * src/common/utils.h
3942                 Fix '+' in mailto URIs for List-* headers
3943
3944 2007-02-27 [colin]      2.8.0cvs5
3945
3946         * src/gtk/gtkutils.c
3947                 Use gtk_window_set_role instead of 
3948                 _set_wmclass
3949
3950 2007-02-27 [colin]      2.8.0cvs4
3951
3952         * src/inc.c
3953                 Fix "After receiving new mail, go to inbox" on IMAP,
3954                 and make it work only on manual reception
3955
3956 2007-02-27 [wwp]        2.8.0cvs3
3957
3958         * src/prefs_filtering.c
3959         * src/prefs_filtering_action.c
3960         * src/prefs_matcher.c
3961                 Update filtering matcher's and action's color label menus
3962                 when re-opening those dialogs (reflect any change to the
3963                 color labels list in the preferences).
3964
3965 2007-02-27 [colin]      2.8.0cvs2
3966
3967         * src/imap.c
3968         * src/etpan/etpan-thread-manager-types.h
3969         * src/etpan/etpan-thread-manager.c
3970         * src/etpan/imap-thread.c
3971                 Log imap ALERTs as errors in the log.
3972
3973 2007-02-26 [paul]       2.8.0cvs1
3974
3975         * tools/claws.i18n.status.pl
3976                 updated
3977
3978 2007-02-26 [paul]       2.7.2cvs75
3979
3980         * po/ca.po
3981         * po/cs.po
3982         * po/de.po
3983         * po/en_GB.po
3984         * po/fi.po
3985         * po/fr.po
3986         * po/hu.po
3987         * po/pl.po
3988         * po/pt_BR.po
3989         * po/sk.po
3990         * po/sr.po
3991         * po/zh_CN.po
3992                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3993                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3994                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3995                 Aleksandar Urosevic, and Ralgh Young
3996
3997 2007-02-25 [mones]      2.7.2cvs74
3998
3999         * po/es.po
4000                 Updated for release
4001
4002 2007-02-25 [colin]      2.7.2cvs73
4003
4004         * src/main.c
4005                 Clearing the list is only useful
4006                 to prevent a valgrind false-positive
4007
4008 2007-02-25 [paul]       2.7.2cvs72
4009
4010         * tools/Makefile.am
4011         * tools/README
4012         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4013         * tools/maildir2claws-mail.pl  **REMOVED**
4014                 renamed the script, fixed a couple bugs
4015
4016 2007-02-23 [colin]      2.7.2cvs71
4017
4018         * src/addressbook.c
4019                 Fix a leak, check for a few improbable nulls
4020
4021 2007-02-23 [colin]      2.7.2cvs70
4022
4023         * src/main.c
4024         * src/main.h
4025         * src/plugins/trayicon/trayicon.c
4026                 Fix blinking mainwin when starting in tray
4027                 (show mainwindow later in the startup process,
4028                  apart if restarting post-crash)
4029
4030 2007-02-23 [colin]      2.7.2cvs69
4031
4032         * src/folderview.c
4033         * src/imap_gtk.c
4034                 Fix crash when unsubscribing the currently
4035                 selected/opened folder
4036
4037 2007-02-23 [colin]      2.7.2cvs68
4038
4039         * src/compose.c
4040                 Fix bug that prevented colorization to
4041                 work without wrap quotation option
4042
4043 2007-02-23 [colin]      2.7.2cvs67
4044
4045         * src/addr_compl.c
4046                 Fix refcounting, start and end completion who
4047                 behaved as if there couldn't be any other current
4048                 user of completion
4049
4050 2007-02-23 [wwp]        2.7.2cvs66
4051
4052         * src/addressbook.c
4053         * src/addrindex.c
4054                 Address completion fixes: fix addressbook_peek_folder_exists() in
4055                 which the algorithm was ridiculously over-obfuscated and broken.
4056                 Fix addrindex_load_completion() as well, to load addresses in
4057                 completion list with regards to what addressbook_peek_folder_exists()
4058                 returns now.
4059
4060 2007-02-23 [wwp]        2.7.2cvs65
4061
4062         * src/addr_compl.c
4063                 Add addresses to completion when they're non-empty (thanks to Colin).
4064
4065 2007-02-23 [paul]       2.7.2cvs64
4066
4067         * src/plugins/pgpcore/passphrase.c
4068                 remove 'const '
4069
4070 2007-02-23 [colin]      2.7.2cvs63
4071
4072         * src/plugins/pgpcore/prefs_gpg.c
4073         * src/plugins/pgpcore/prefs_gpg.h
4074         * src/plugins/pgpcore/sgpgme.c
4075         * src/plugins/pgpinline/pgpinline.c
4076         * src/plugins/pgpmime/pgpmime.c
4077                 Try harder to respect user's choice wrt
4078                 gpg-agent even with gpg2, by unsetting
4079                 GPG_AGENT_INFO when necessary.
4080
4081 2007-02-22 [paul]       2.7.2cvs62
4082
4083         * src/plugins/pgpcore/sgpgme.c
4084         * src/plugins/pgpcore/sgpgme.h
4085         * src/plugins/pgpcore/passphrase.c
4086         * src/plugins/pgpinline/pgpinline.c
4087         * src/plugins/pgpmime/pgpmime.c
4088                 Fix a leak - gpgme_data_release_and_get_mem
4089                 leaks in recent gpgme. Workaround by using
4090                 our own function.
4091
4092 2007-02-22 [paul]       2.7.2cvs61
4093
4094         * src/gtk/quicksearch.c
4095                 Abandon dynamic search when pressing
4096                 Enter
4097
4098 2007-02-21 [colin]      2.7.2cvs60
4099
4100         * src/procmsg.c
4101         * src/plugins/pgpcore/passphrase.c
4102                 Fix little memory leaks
4103         * src/main.c
4104                 Fix false-positive leak at exit
4105         * src/gtk/quicksearch.c
4106                 Fix potentially big leak in recursive
4107                 Quicksearch
4108
4109 2007-02-21 [wwp]        2.7.2cvs59
4110
4111         * src/summaryview.c
4112                 Add missing newline to a debug message.
4113
4114 2007-02-20 [colin]      2.7.2cvs58
4115
4116         * src/Makefile.am
4117         * src/mimeview.c
4118         * src/stock_pixmap.c
4119         * src/stock_pixmap.h
4120         * src/pixmaps/mime_pgpsig.xpm
4121                 Add icon for application/pgp-signature
4122
4123 2007-02-20 [colin]      2.7.2cvs57
4124
4125         * src/Makefile.am
4126         * src/main.c
4127         * src/mimeview.c
4128         * src/stock_pixmap.c
4129         * src/stock_pixmap.h
4130         * src/pixmaps/mime_calendar.xpm
4131         * src/pixmaps/mime_pdf.xpm
4132         * src/pixmaps/mime_ps.xpm
4133                 Add icons for text/calendar, application/pdf
4134                 and application/postscript
4135
4136 2007-02-20 [colin]      2.7.2cvs56
4137
4138         * autogen.sh
4139         * src/matcher_parser_parse.y
4140         * src/matcher_parser_lex.l
4141                 Fix big memory leak in flex, and
4142                 require flex 2.5.31
4143
4144 2007-02-20 [wwp]        2.7.2cvs55
4145
4146         * src/matcher_parser_parse.y
4147                 Fix a duplicate token definition (thanks to iwkse).
4148
4149 2007-02-20 [wwp]        2.7.2cvs54
4150
4151         * src/matcher_parser_lex.l
4152         * src/quote_fmt_lex.l
4153                 Use proper flex options instead of direct use of #define,
4154                 make the flex-generated C lighter.
4155
4156 2007-02-20 [colin]      2.7.2cvs53
4157
4158         * src/summaryview.c
4159                 Grab focus in message list after hiding
4160                 the quicksearch, instead of leaving it
4161                 "somewhere"
4162
4163 2007-02-19 [colin]      2.7.2cvs52
4164
4165         * src/folderview.c
4166                 Fix bug 1033, 'Automatically refresh 
4167                 message list when new messages arrives'
4168                 Looks like folderview->opened can sometimes
4169                 be wrong...
4170
4171 2007-02-19 [paul]       2.7.2cvs51
4172
4173         * tools/Makefile.am
4174         * tools/README
4175         * tools/thunderbird-filters-convertor.pl
4176                 add new script which converts thunderbird filter
4177                 rules to Claws filter rules
4178
4179 2007-02-18 [paul]       2.7.2cvs50
4180
4181         * src/plugins/pgpcore/prefs_gpg.c
4182         * src/plugins/pgpcore/prefs_gpg.h
4183         * src/plugins/pgpcore/sgpgme.c
4184         * src/plugins/pgpinline/pgpinline.c
4185         * src/plugins/pgpmime/pgpmime.c
4186                 improved GUI interoperability with gpg-agent
4187
4188 2007-02-18 [paul]       2.7.2cvs49
4189
4190         * src/prefs_account.c
4191                 Privacy options sensitivity fix
4192
4193 2007-02-17 [colin]      2.7.2cvs48
4194
4195         * src/messageview.c
4196                 Reset icon to warning in the noticeview
4197
4198 2007-02-15 [colin]      2.7.2cvs47
4199
4200         * src/folderview.c
4201                 Fix a manifestation of bug 1033 (summaryview failing
4202                 to update for new mails), which happens after editing
4203                 account preferences or preferences that cause a 
4204                 folderview reload.
4205
4206 2007-02-15 [colin]      2.7.2cvs46
4207
4208         * src/addressbook.c
4209                 Probably fix bug 1123, 'Segmentation 
4210                 fault while opening address book'. I get
4211                 g_warnings if the saved paned position is
4212                 not greater than 0. Also, save position
4213                 when hiding the addressbook instead of
4214                 via signal.
4215
4216 2007-02-14 [colin]      2.7.2cvs45
4217
4218         * src/plugins/pgpcore/prefs_gpg.c
4219         * src/plugins/pgpcore/prefs_gpg.h
4220         * src/plugins/pgpcore/sgpgme.c
4221         * src/plugins/pgpinline/pgpinline.c
4222         * src/plugins/pgpmime/pgpmime.c
4223                 Add an option "Use gpg-agent if available". Fixes
4224                 annoyances with distro-installed gpg-agent, when
4225                 no pinentry program is installed, and the user's 
4226                 at a loss on why "decryption failed". Makes more
4227                 clear why passphrase isn't saved when gpg-agent is
4228                 used. Defaults to true, to avoid changing the 
4229                 current behaviour.
4230
4231 2007-02-14 [wwp]        2.7.2cvs44
4232
4233         * src/matcher_parser_parse.y
4234                 Fix missing line number reset (wrong line number might appear
4235                 when re-loading filtering rules if there's a parser error).
4236
4237 2007-02-13 [colin]      2.7.2cvs43
4238
4239         * src/common/utils.c
4240                 Don't encode ',' in URIs before passing it
4241                 to the browser command-line. It was probably
4242                 done at a time where commas in URIs made
4243                 mozilla -remote 'openurl(%s,new-window)'
4244                 bug.
4245
4246 2007-02-13 [wwp]        2.7.2cvs42
4247
4248         * src/prefs_matcher.c
4249         * src/plugins/bogofilter/bogofilter_gtk.c
4250                 A bit of string factorization around "Select ..." buttons.
4251
4252 2007-02-11 [colin]      2.7.2cvs41
4253
4254         * src/alertpanel.c
4255                 Make sure to escape the title
4256
4257 2007-02-11 [colin]      2.7.2cvs40
4258
4259         * src/codeconv.c
4260                 Recognize .utf8 locales as .UTF-8 ones
4261
4262 2007-02-11 [colin]      2.7.2cvs39
4263
4264         * src/compose.c
4265                 Fix code conversion when dragging a file
4266
4267 2007-02-09 [colin]      2.7.2cvs38
4268
4269         * src/plugins/clamav/clamav_plugin.c
4270                 Complete Paul's patch with conditional
4271                 compilation to avoid breaking compilation
4272                 on old Dapper and Edgy... Maybe other
4273                 distros too.
4274
4275 2007-02-09 [paul]       2.7.2cvs37
4276
4277         * src/plugins/clamav/clamav_plugin.c
4278                 fix for the upstream changes in libclamav
4279
4280 2007-02-09 [paul]       2.7.2cvs36
4281
4282         * src/main.c
4283         * src/mainwindow.c
4284         * src/procmsg.c
4285         * src/procmsg.h
4286                 fix "warn if there are queued messages" (on exit)
4287                 option, which only checked the first mailbox's
4288                 queue
4289                 don't ask before emptying trash if there are no
4290                 messages in trash, also check and empty all trash
4291                 folders
4292         * src/prefs_other.c
4293                 move "Ask before emptying trash" option
4294                 outside of the "On exit" frame as it's
4295                 not only an "On exit" option
4296
4297 2007-02-09 [paul]       2.7.2cvs35
4298
4299         * src/addrgather.c
4300         * src/alertpanel.c
4301         * src/editldap.c
4302         * src/prefs_account.c
4303         * src/prefs_folder_item.c
4304         * src/prefs_gtk.h
4305         * src/prefs_matcher.c
4306         * src/prefs_message.c
4307         * src/prefs_msg_colors.c
4308         * src/prefs_summaries.c
4309         * src/wizard.c
4310         * src/gtk/inputdialog.c
4311         * src/plugins/bogofilter/bogofilter_gtk.c
4312                 pedantic commit: use 'checkbtn' everywhere
4313                 instead of a mixture of 'checkbtn' and 'chkbtn'
4314
4315 2007-02-09 [paul]       2.7.2cvs34
4316
4317         * src/compose.c
4318                 fix default hotkeys
4319         * src/prefs_other.c
4320         * src/prefs_send.c
4321                 move "Never send Return Receipts" from
4322                 prefs_other to prefs_send
4323                 add an option "Ask about account specific
4324                 filtering rules..." to prefs_other
4325         * src/gtk/gtkutils.c
4326                 fix a compiler warning
4327
4328 2007-02-08 [colin]      2.7.2cvs33
4329
4330         * src/plugins/pgpinline/pgpinline.c
4331                 Fix bug 1110, 'pgpmime fails to process 
4332                 encapsulated openpgp mime (rfc 3156, 6.1 
4333                 -> rfc1847)'
4334                 It was due to an interaction between PGP/Mime
4335                 and PGP/Inline plugin. 
4336
4337 2007-02-08 [colin]      2.7.2cvs32
4338
4339         * src/inc.c
4340         * src/mbox.c
4341         * src/mbox.h
4342                 Fix bug 1117, 'fcntl locking code 
4343                 does not work in mbox.c'
4344
4345 2007-02-08 [colin]      2.7.2cvs31
4346
4347         * src/prefs_account.c
4348                 Fix Gentoo bug 165819, 'can't create 
4349                 a "local mbox file" account'. Patch
4350                 by Olivier <castan.o@free.fr>
4351
4352 2007-02-07 [colin]      2.7.2cvs30
4353
4354         * src/ldapquery.c
4355                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4356                 autocompletion was used'
4357
4358 2007-02-07 [paul]       2.7.2cvs29
4359
4360         * src/folder.c
4361                 cut down on unnecessary debug_prints
4362         * src/imap_gtk.c
4363                 fix menu_set_active() on 'Show only
4364                 subscribed folders'
4365
4366 2007-02-07 [paul]       2.7.2cvs28
4367
4368         * src/plugins/clamav/clamav_plugin.c
4369         * src/plugins/clamav/clamav_plugin.h
4370         * src/plugins/clamav/clamav_plugin_gtk.c
4371                 fix copyright header
4372
4373 2007-02-07 [paul]       2.7.2cvs27
4374
4375         * src/procheader.c
4376                 fix bug 1116, 'summary view allow a 
4377                 subject line break'
4378
4379 2007-02-06 [colin]      2.7.2cvs26
4380
4381         * src/summaryview.c
4382                 Fix delete thread
4383
4384 2007-02-05 [fabien]     2.7.2cvs25
4385
4386         * po/POTFILES.in
4387         * src/uri_opener.c
4388                 i18n related - 1 fix and 1 message for translators.
4389
4390 2007-02-05 [colin]      2.7.2cvs24
4391
4392         * src/gtk/quicksearch.c
4393                 Don't reload summary list if quicksearch wasn't
4394                 active on hiding; move currently selected mail in
4395                 the visible area when showing the quicksearch
4396
4397 2007-02-05 [colin]      2.7.2cvs23
4398
4399         * src/folderview.c
4400                 Add debug to try to solve bug 1104
4401
4402 2007-02-05 [paul]       2.7.2cvs22
4403
4404         * src/mainwindow.c
4405                 confirm before emptying trash on exit is
4406                 a Yes or No answer, use Yes or No in the
4407                 dialog
4408
4409 2007-02-04 [colin]      2.7.2cvs21
4410
4411         * src/compose.c
4412         * src/plugins/pgpcore/passphrase.c
4413         * src/plugins/pgpcore/select-keys.c
4414                 Set wmclass on new windows
4415
4416 2007-02-04 [colin]
4417
4418         2.8.0-rc1 released
4419
4420 2007-02-04 [colin]      2.7.2cvs20
4421
4422         * src/compose.c
4423         * src/compose.h
4424                 Auto save drafts on exit, reopen them
4425                 at startup, instead of asking
4426         * src/account.c
4427         * src/addressadd.c
4428         * src/addressbook.c
4429         * src/addressbook_foldersel.c
4430         * src/addrgather.c
4431         * src/crash.c
4432         * src/editaddress.c
4433         * src/editbook.c
4434         * src/editgroup.c
4435         * src/editjpilot.c
4436         * src/editldap.c
4437         * src/editldap_basedn.c
4438         * src/editvcard.c
4439         * src/exphtmldlg.c
4440         * src/expldifdlg.c
4441         * src/export.c
4442         * src/foldersel.c
4443         * src/gedit-print.c
4444         * src/import.c
4445         * src/importldif.c
4446         * src/importmutt.c
4447         * src/importpine.c
4448         * src/main.c
4449         * src/mainwindow.c
4450         * src/message_search.c
4451         * src/messageview.c
4452         * src/prefs_actions.c
4453         * src/prefs_customheader.c
4454         * src/prefs_display_header.c
4455         * src/prefs_filtering.c
4456         * src/prefs_filtering_action.c
4457         * src/prefs_folder_column.c
4458         * src/prefs_gtk.c
4459         * src/prefs_matcher.c
4460         * src/prefs_other.c
4461         * src/prefs_summaries.c
4462         * src/prefs_summary_column.c
4463         * src/prefs_template.c
4464         * src/sourcewindow.c
4465         * src/ssl_manager.c
4466         * src/summary_search.c
4467         * src/uri_opener.c
4468         * src/gtk/about.c
4469         * src/gtk/description_window.c
4470         * src/gtk/foldersort.c
4471         * src/gtk/gtkutils.c
4472         * src/gtk/gtkutils.h
4473         * src/gtk/icon_legend.c
4474         * src/gtk/logwindow.c
4475         * src/gtk/pluginwindow.c
4476         * src/gtk/prefswindow.c
4477                 Give different wmclass to different
4478                 windows - thanks to sed ;)
4479
4480 2007-02-04 [colin]      2.7.2cvs19
4481
4482         * src/main.c
4483                 Revert previous patch, can't reproduce
4484                 it anymore. 
4485
4486 2007-02-03 [colin]      2.7.2cvs18
4487
4488         * src/main.c
4489                 Don't save the mainwindow size and
4490                 position on emergency exit (libSM's
4491                 "die" callback), Xfce seems to make
4492                 the window smaller just before the
4493                 size's saved.
4494
4495 2007-02-03 [colin]      2.7.2cvs17
4496
4497         * src/plugins/bogofilter/bogofilter.c
4498         * src/plugins/bogofilter/bogofilter.h
4499         * src/plugins/bogofilter/bogofilter_gtk.c
4500         * src/plugins/pgpinline/pgpinline.c
4501         * src/plugins/pgpinline/pgpinline.h
4502                 Fix more copyrights
4503
4504 2007-02-03 [colin]      2.7.2cvs16
4505
4506         * src/partial_download.c
4507         * src/partial_download.h
4508         * src/ssl_manager.c
4509         * src/ssl_manager.h
4510         * src/uri_opener.c
4511         * src/uri_opener.h
4512         * src/wizard.c
4513         * src/wizard.h
4514         * src/common/ssl_certificate.c
4515         * src/common/ssl_certificate.h
4516         * src/gtk/quicksearch.c
4517         * src/gtk/quicksearch.h
4518         * src/gtk/sslcertwindow.c
4519         * src/gtk/sslcertwindow.h
4520                 Fix copyright on my files
4521
4522 2007-02-02 [colin]      2.7.2cvs15
4523
4524         * src/Makefile.am
4525         * src/mainwindow.c
4526         * src/messageview.c
4527         * src/messageview.h
4528         * src/textview.c
4529         * src/textview.h
4530         * src/uri_opener.c
4531         * src/uri_opener.h
4532                 Add Tools/List URIs to allow
4533                 opening any URI in the current mail
4534
4535 2007-02-02 [colin]      2.7.2cvs14
4536
4537         * src/common/valgrind.h ** NEW FILE **
4538         * src/common/Makefile.am
4539         * src/common/plugin.c
4540                 Don't dlclose the plugins if we're running
4541                 under valgrind. (doesn't require valgrind
4542                 either at compile time or run time).
4543
4544 2007-02-01 [paul]       2.7.2cvs13
4545
4546         * AUTHORS
4547         * src/gtk/authors.h
4548         * tools/freshmeat_search.pl
4549         * tools/google_search.pl
4550         * tools/multiwebsearch.pl
4551                 add support for non ISO-8859-1 compatible locales
4552                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4553
4554 2007-02-01 [colin]      2.7.2cvs12
4555
4556         * src/prefs_other.c
4557         * src/prefs_summaries.c
4558                 Move keybinding prefs to the Other page
4559
4560 2007-02-01 [wwp]        2.7.2cvs11
4561
4562         * src/plugins/trayicon/trayicon.c
4563                 Fix a raising issue within KDE.
4564
4565 2007-02-01 [colin]      2.7.2cvs10
4566
4567         * src/codeconv.c
4568                 Fix stray quotes in encoded strings
4569         * src/addressadd.c
4570                 Fix wrong call causing g_warnings
4571         * src/textview.c
4572                 Remove useless message
4573
4574 2007-01-31 [wwp]        2.7.2cvs9
4575
4576         * src/plugins/trayicon/trayicon.c
4577                 fix buggy hiding of main window when closing if close-to-tray
4578                 is not set (bad logics  in the trayicon hook code).
4579                 Changed the quit confirmation message too.
4580
4581 2007-01-30 [colin]      2.7.2cvs8
4582
4583         * src/main.c
4584                 Fix hidden mainwindow after clicking on
4585                 the X close button, if compose windows
4586                 exist and the user chooses not to quit
4587
4588 2007-01-30 [colin]      2.7.2cvs7
4589
4590         * src/main.c
4591         * src/compose.c
4592                 Handle local URIs to attach files (file:///...)
4593                 Fixes attaching files from Thunar for example
4594
4595 2007-01-30 [colin]      2.7.2cvs6
4596
4597         * src/prefs_ext_prog.c
4598                 Add 'mousepad' to the list of text editors.
4599                 Mousepad is XFCE's text editor
4600
4601 2007-01-29 [wwp]        2.7.2cvs5
4602
4603         * po/POTFILES.in
4604         * src/plugins/trayicon/trayicon_prefs.c
4605                 trayicon i18n fixes, thanks to Fabien.
4606
4607 2007-01-28 [wwp]        2.7.2cvs4
4608
4609         * src/mainwindow.c
4610         * src/mainwindow.h
4611         * src/plugins/trayicon/trayicon.c
4612         * src/plugins/trayicon/trayicon_prefs.c
4613         * src/plugins/trayicon/trayicon_prefs.h
4614                 Added a new TrayIcon plugin option to close to tray
4615                 (WM's hotkey and [X] button will hide the window instead
4616                 of closing it - closing CM can be done using the tray icon
4617                 menu or the File menu).
4618                 Improved visibility handling in trayicon, clicking the
4619                 trayicon now raise the window to current desktop when it
4620                 was either minimized/shaded/on another desktop.
4621                 Thanks to Paul for testing and fixing a strange behaviour
4622                 in KDE ;-).
4623
4624 2007-01-27 [paul]       2.7.2cvs3
4625
4626         * src/prefs_folder_item.c
4627         * src/prefs_receive.c
4628         * src/plugins/pgpcore/prefs_gpg.c
4629                 use 'start-up' instead of 'startup' in labels
4630
4631 2007-01-26 [wwp]        2.7.2cvs2
4632
4633         * src/plugins/trayicon/Makefile.am
4634         * src/plugins/trayicon/trayicon.c
4635         * src/plugins/trayicon/trayicon_prefs.c
4636         * src/plugins/trayicon/trayicon_prefs.h
4637                 Add a new TrayIcon option to hide the main window at
4638                 start-up.
4639                 Fix trayicon.c copyright header.
4640
4641 2007-01-26 [paul]       2.7.2cvs1
4642
4643         * NEWS
4644         * README
4645         * RELEASE_NOTES
4646         * configure.ac
4647                 bump up version number following
4648                 stable release
4649
4650 2007-01-25 [mones]      2.7.1cvs60
4651
4652         * po/es.po
4653                 updated thousands of strings (well, probably less ;-)
4654
4655 2007-01-25 [colin]      2.7.1cvs59
4656
4657         * src/matcher.c
4658                 Fix 2nd-run loss of matcherrc on new
4659                 configurations. 
4660
4661 2007-01-25 [wwp]        2.7.1cvs58
4662
4663         * src/mimeview.c
4664                 fix handling of empty value in attach_save_directory too, thanks
4665                 to Colin.
4666
4667 2007-01-25 [wwp]        2.7.1cvs57
4668
4669         * src/gtk/filesel.c
4670                 fix handling of empty value in attach_load_directory,
4671                 thanks to Colin.
4672
4673 2007-01-25 [wwp]        2.7.1cvs56
4674
4675         * src/plugins/dillo_viewer/dillo_prefs.h
4676                 fix a typo.
4677
4678 2007-01-25 [colin]      2.7.1cvs55
4679
4680         * src/matcher.c
4681         * src/matcher.h
4682         * src/matcher_parser_parse.y
4683         * src/prefs_matcher.c
4684                 Add matching on the spam flag
4685
4686 2007-01-24 [colin]      2.7.1cvs54
4687
4688         * src/folder.c
4689         * src/common/xml.c
4690         * src/common/xml.h
4691                 Make sure folderlist.xml is correctly
4692                 written before overwriting it.
4693         * src/procmsg.c
4694         * src/procmsg.h
4695         * src/summaryview.c
4696         * src/plugins/bogofilter/bogofilter.c
4697         * src/plugins/bogofilter/bogofilter.h
4698         * src/plugins/bogofilter/bogofilter_gtk.c
4699         * src/plugins/spamassassin/spamassassin.c
4700         * src/plugins/spamassassin/spamassassin.h
4701         * src/plugins/spamassassin/spamassassin_gtk.c
4702                 Move spam to the correct trash folder after
4703                 learning, if spam directory isn't set.
4704
4705 2007-01-23 [paul]       2.7.1cvs53
4706
4707         * src/plugins/bogofilter/bogofilter_gtk.c
4708                 fix sensitivity of "Insert X-Bogosity header"
4709                 option
4710
4711 2007-01-23 [colin]      2.7.1cvs52
4712
4713         * src/toolbar.c
4714                 Translate toolbar items text if
4715                 they're translatable (default)
4716         * src/addrcache.c
4717         * src/addrcache.h
4718         * src/addritem.c
4719         * src/addritem.h
4720         * src/codeconv.c
4721         * src/codeconv.h
4722         * src/jpilot.c
4723         * src/jpilot.h
4724         * src/ldapctrl.c
4725         * src/ldapctrl.h
4726         * src/ldapquery.h
4727         * src/ldif.c
4728         * src/ldif.h
4729         * src/etpan/etpan-thread-manager.c
4730         * src/etpan/etpan-thread-manager.h
4731         * src/gtk/gtkutils.c
4732         * src/gtk/gtkutils.h
4733                 More static functions
4734
4735 2007-01-22 [fabien]     2.7.1cvs51
4736
4737         * src/gtk/gtkutils.c
4738                 gtkut_get_options_frame() : ability to pass
4739                 a 'NULL' value in frame pointer parameter if
4740                 we don't need it.
4741
4742 2007-01-22 [colin]      2.7.1cvs50
4743
4744         * src/procmsg.c
4745         * src/procmsg.h
4746         * src/plugins/bogofilter/bogofilter.c
4747         * src/plugins/bogofilter/bogofilter_gtk.c
4748         * src/plugins/spamassassin/spamassassin.c
4749         * src/plugins/spamassassin/spamassassin_gtk.c
4750                 Allow moving spams to the account's trash
4751                 instead of default one
4752
4753 2007-01-21 [colin]      2.7.1cvs49
4754
4755         * src/ldapquery.c
4756         * src/ldapquery.h
4757                 Revert a static function that shouldn't
4758                 have been
4759
4760 2007-01-21 [colin]      2.7.1cvs48
4761
4762         * src/ldapquery.c
4763         * src/ldapquery.h
4764                 Same
4765
4766 2007-01-21 [colin]      2.7.1cvs47
4767
4768         * src/procmsg.c
4769         * src/procmsg.h
4770                 Same
4771
4772 2007-01-21 [colin]      2.7.1cvs46
4773
4774         * src/common/socket.c
4775         * src/common/socket.h
4776                 Same
4777
4778 2007-01-21 [colin]      2.7.1cvs45
4779
4780         * src/crash.c
4781         * src/exporthtml.c
4782         * src/exporthtml.h
4783         * src/exportldif.c
4784         * src/exportldif.h
4785         * src/folder.c
4786         * src/folder.h
4787         * src/folder_item_prefs.c
4788         * src/folder_item_prefs.h
4789         * src/folderview.c
4790         * src/folderview.h
4791         * src/gedit-print.c
4792         * src/gedit-print.h
4793         * src/main.c
4794         * src/main.h
4795         * src/common/socket.c
4796         * src/common/socket.h
4797         * src/gtk/gtkaspell.c
4798         * src/gtk/gtkaspell.h
4799         * src/gtk/quicksearch.c
4800         * src/gtk/quicksearch.h
4801                 Same
4802
4803 2007-01-21 [colin]      2.7.1cvs44
4804
4805         * src/common/utils.c
4806         * src/common/utils.h
4807         * src/etpan/etpan-thread-manager.c
4808         * src/etpan/etpan-thread-manager.h
4809                 Same (Funny that etpan_thread_unbind
4810                 is called but not etpan_thread_bind)
4811
4812 2007-01-21 [colin]      2.7.1cvs43
4813
4814         * src/addrselect.c
4815         * src/addrselect.h
4816         * src/codeconv.c
4817         * src/codeconv.h
4818         * src/compose.c
4819         * src/compose.h
4820         * src/etpan/Makefile.am
4821         * src/gtk/colorlabel.c
4822         * src/gtk/colorlabel.h
4823         * src/gtk/sslcertwindow.c
4824         * src/gtk/sslcertwindow.h
4825         * src/etpan/etpan-log.c ** REMOVED **
4826         * src/etpan/etpan-log.h ** REMOVED **
4827                 Same
4828
4829 2007-01-20 [colin]      2.7.1cvs42
4830
4831         * src/addritem.c
4832         * src/addritem.h
4833                 Same
4834
4835 2007-01-20 [colin]      2.7.1cvs41
4836
4837         * src/account.c
4838         * src/account.h
4839         * src/addrbook.c
4840         * src/addrbook.h
4841         * src/addrcache.c
4842         * src/addrcache.h
4843         * src/addrclip.c
4844         * src/addrclip.h
4845         * src/addressbook.c
4846         * src/addressbook.h
4847         * src/addrharvest.c
4848         * src/addrharvest.h
4849         * src/addrindex.c
4850         * src/addrindex.h
4851         * src/editaddress.c
4852         * src/editaddress.h
4853                 Make functions that aren't used in other
4854                 files static
4855
4856 2007-01-20 [colin]      2.7.1cvs40
4857
4858         * src/account.c
4859         * src/addrbook.c
4860         * src/addrcache.c
4861         * src/addressbook.c
4862         * src/addrgather.c
4863         * src/addrindex.c
4864         * src/addrquery.c
4865         * src/addrselect.c
4866         * src/browseldap.c
4867         * src/compose.c
4868         * src/editbook.c
4869         * src/editjpilot.c
4870         * src/editldap.c
4871         * src/editldap_basedn.c
4872         * src/editvcard.c
4873         * src/exporthtml.c
4874         * src/exportldif.c
4875         * src/folder.c
4876         * src/folderview.c
4877         * src/image_viewer.c
4878         * src/imap.c
4879         * src/importmutt.c
4880         * src/importpine.c
4881         * src/jpilot.c
4882         * src/ldapquery.c
4883         * src/main.c
4884         * src/mainwindow.c
4885         * src/matcher.c
4886         * src/messageview.c
4887         * src/mh.c
4888         * src/mimeview.c
4889         * src/msgcache.c
4890         * src/mutt.c
4891         * src/news.c
4892         * src/pine.c
4893         * src/prefs_account.c
4894         * src/prefs_common.c
4895         * src/prefs_compose_writing.c
4896         * src/prefs_ext_prog.c
4897         * src/prefs_folder_item.c
4898         * src/prefs_fonts.c
4899         * src/prefs_message.c
4900         * src/prefs_msg_colors.c
4901         * src/prefs_other.c
4902         * src/prefs_quote.c
4903         * src/prefs_receive.c
4904         * src/prefs_send.c
4905         * src/prefs_spelling.c
4906         * src/prefs_summaries.c
4907         * src/prefs_toolbar.c
4908         * src/prefs_wrapping.c
4909         * src/privacy.c
4910         * src/procmime.c
4911         * src/procmsg.c
4912         * src/ssl_manager.c
4913         * src/statusbar.c
4914         * src/summaryview.c
4915         * src/toolbar.c
4916         * src/vcard.c
4917         * src/common/hooks.c
4918         * src/common/log.c
4919         * src/common/passcrypt.c
4920         * src/common/socket.c
4921         * src/common/ssl.c
4922         * src/common/ssl_certificate.c
4923         * src/common/template.c
4924         * src/common/utils.c
4925         * src/etpan/imap-thread.c
4926         * src/gtk/sslcertwindow.c
4927         * src/gtk/sslcertwindow.h
4928                 Make functions that could be static, static
4929
4930 2007-01-20 [colin]      2.7.1cvs39
4931
4932         * src/editldap.c
4933                 Fix tooltip
4934
4935 2007-01-20 [colin]      2.7.1cvs38
4936
4937         * src/ldapquery.c
4938         * src/ldaputil.c
4939         * src/ldaputil.h
4940                 Fix bug 1102, 'claws-mail-2.7.1 
4941                 makes use of deprecated ldap 
4942                 functions'
4943
4944 2007-01-20 [colin]      2.7.1cvs37
4945
4946         * src/mainwindow.c
4947         * src/mainwindow.h
4948         * src/summaryview.c
4949         * src/gtk/quicksearch.c
4950                 Add Wide message list layout
4951
4952 2007-01-19 [fabien]     2.7.1cvs36
4953
4954         * src/textview.c
4955                 make sure a font change is considered in links of
4956                 headerview.
4957
4958 2007-01-19 [colin]      2.7.1cvs35
4959
4960         * src/main.c
4961         * src/mainwindow.c
4962         * src/mainwindow.h
4963         * src/messageview.c
4964         * src/messageview.h
4965         * src/prefs_common.c
4966         * src/prefs_common.h
4967         * src/summaryview.c
4968         * src/summaryview.h
4969         * src/gtk/quicksearch.c
4970         * src/gtk/quicksearch.h
4971                 Drop 'Separate Folder tree' and 'Separate
4972                 Message View'. Put three layouts in place
4973                 of it.
4974
4975 2007-01-19 [paul]       2.7.1cvs34
4976
4977         * src/prefs_msg_colors.c
4978                 more use of Q_ for translators
4979
4980 2007-01-19 [paul]       2.7.1cvs33
4981
4982         * src/imap_gtk.c
4983         * src/prefs_account.c
4984                 a few changes to the English
4985
4986 2007-01-19 [fabien]     2.7.1cvs32
4987
4988         * src/wizard.c
4989                 factorize translatable string
4990
4991 2007-01-18 [colin]      2.7.1cvs31
4992
4993         * src/main.c
4994                 Don't error out on --sync option. Although
4995                 we don't do anything with it, gtk+ handles
4996                 it, and it's useful for debugging X errors
4997
4998 2007-01-18 [fabien]     2.7.1cvs30
4999
5000         * src/prefs_other.c
5001                 ability to apply on the fly the recent added
5002                 'gtk_can_change_accels' pref (no need to restart).
5003
5004 2007-01-18 [fabien]     2.7.1cvs29
5005
5006         * src/plugins/bogofilter/bogofilter_gtk.c
5007         * src/plugins/bogofilter/bogofilter.c
5008         * src/plugins/spamassassin/spamassassin_gtk.c
5009         * src/addr_compl.c
5010         * src/prefs_account.c
5011                 factorize or rewrite some translatable strings.
5012
5013 2007-01-18 [fabien]     2.7.1cvs28
5014
5015         * src/prefs_gtk.h
5016         * src/compose.c
5017                 set a 4pix space between "Subject:" label and subject entry in
5018                 compose window.
5019
5020 2007-01-18 [wwp]        2.7.1cvs27
5021
5022         * src/addressbook.c
5023                 fix conflicting address-copy/paste when focus is set
5024                 to the embedded edit-person form.
5025  
5026
5027 2007-01-18 [wwp]        2.7.1cvs26
5028
5029         * src/addressbook.h
5030                 complete 2.7.1cvs23 (one more file was missing from that
5031                 commit).
5032
5033 2007-01-18 [colin]      2.7.1cvs25
5034
5035         * src/main.c
5036                 Provide a way to migrate without backup
5037                 Re-ask for migration on next start if 
5038                 it has been refused and wizard has been 
5039                 cancelled after.
5040
5041 2007-01-18 [wwp]        2.7.1cvs24
5042
5043         * src/editaddress.c
5044                 complete 2.7.1.cvs23 (file was missing from previous
5045                 commit).
5046
5047 2007-01-18 [wwp]        2.7.1cvs23
5048
5049         * src/addressbook.c
5050                 fix potential crashes in address book's focus_in/out signal handlers,
5051                 force focus to the edit-person form when clicked the Edit menu entry or
5052                 button (this only matters if the edit-person form is embedded to the
5053                 AB window, in that case, focus is not set when browsing the contacts
5054                 list w/ keys or mouse clicks).
5055
5056 2007-01-18 [paul]       2.7.1cvs22
5057
5058         * src/main.c
5059                 add command line options:
5060                 -h for --help
5061                 -q and --quit for --exit
5062                 -v for --version
5063                 print "Unknown option" for unknown options
5064
5065 2007-01-18 [paul]       2.7.1cvs21
5066
5067         * po/ru.po
5068                 updated by Pavlo Bohmat
5069
5070 2007-01-18 [paul]       2.7.1cvs20
5071
5072         * src/mainwindow.c
5073                 fix sensitivity issues of Mark as Spam/Ham
5074
5075 2007-01-17 [fabien]     2.7.1cvs19
5076
5077         * src/prefs_other.c
5078         * src/prefs_common.c
5079         * src/prefs_common.h
5080         * src/main.c
5081                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5082                 control the corresponding gtk property. It could be used to lock
5083                 all shortcuts (avoid to set one of them by inadvertency).
5084
5085 2007-01-17 [colin]      2.7.1cvs18
5086
5087         * src/summaryview.c
5088                 Fix bug 1100, 'Highlighted e-mail data not visible 
5089                 when color label applied.'. Use a weighted average
5090                 between normal selected foreground color and color
5091                 label instead of a simple one (3/1 instead 1/1).
5092
5093 2007-01-17 [colin]      2.7.1cvs17
5094
5095         * src/messageview.c
5096                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5097                 crash' - don't prevent mail switching while loading
5098
5099 2007-01-17 [colin]      2.7.1cvs16
5100
5101         * src/folder.c
5102         * src/folder.h
5103         * src/folderview.c
5104         * src/folderview.h
5105         * src/imap.c
5106         * src/imap.h
5107         * src/imap_gtk.c
5108                 Manage recursive search of unsubscribed folders
5109                 Rescan tree without checking for new messages 
5110                 after subscriptions changed
5111
5112 2007-01-17 [paul]       2.7.1cvs15
5113
5114         * src/prefs_common.c
5115         * src/gtk/pluginwindow.c
5116                 fix bug 1101, '"Load plugin" button is
5117                 accidentally hidden'
5118                 unset (-1) initial width in prefs_common,
5119                 fix overlapping buttons,
5120                 and other cleanups
5121
5122 2007-01-17 [paul]       2.7.1cvs14
5123
5124         * src/procmime.c
5125                 add #include <errno.h>, it's needed
5126                 on some systems
5127
5128 2007-01-17 [paul]       2.7.1cvs13
5129
5130         * src/common/defs.h
5131         * tools/make.themes.project
5132                 rename .sylpheed_themeinfo to .claws_themeinfo
5133                 and use it
5134         * src/etpan/etpan-errors.h
5135         * src/etpan/etpan-log.c
5136         * src/etpan/etpan-log.h
5137         * src/etpan/etpan-thread-manager-types.h
5138         * src/etpan/etpan-thread-manager.c
5139         * src/etpan/etpan-thread-manager.h
5140         * src/etpan/imap-thread.c
5141         * src/etpan/imap-thread.h
5142                 add copyright header
5143
5144 2007-01-17 [colin]      2.7.1cvs12
5145
5146         * src/plugins/pgpcore/select-keys.c
5147         * src/gtk/pluginwindow.c
5148         * src/prefs_account.c
5149                 Fix warnings
5150
5151 2007-01-16 [colin]      2.7.1cvs11
5152
5153         * src/imap.c
5154         * src/imap.h
5155         * src/imap_gtk.c
5156                 Manage subscribing to subfolders when only
5157                 subscribed folders are shown.
5158
5159 2007-01-16 [colin]      2.7.1cvs10
5160
5161         * src/folderview.c
5162                 Fix annoying vscrollbar going back to top
5163                 on Check for new folders
5164
5165 2007-01-16 [colin]      2.7.1cvs9
5166
5167         * src/imap.c
5168                 Remove printf
5169
5170 2007-01-16 [colin]      2.7.1cvs8
5171
5172         * src/filtering.c
5173                 Bigger buffer for errors
5174         * src/imap.c
5175         * src/imap.h
5176         * src/imap_gtk.c
5177         * src/prefs_account.c
5178         * src/prefs_account.h
5179         * src/wizard.c
5180         * src/etpan/imap-thread.c
5181         * src/etpan/imap-thread.h
5182         * manual/handling.xml
5183                 Add subscriptions management. What it changes:
5184                 Creating a folder subscribes to it
5185                 Deleting a folder unsubscribes it
5186                 New contextual menu item allowing to switch between
5187                 All folders and Subscribed folders, subscribe, and
5188                 unsubscribe. "Creating" an existing but unsubscribed
5189                 folder will subscribe it.
5190                 By default for new accounts, only subscribed folders 
5191                 are shown.
5192
5193
5194 2007-01-16 [paul]       2.7.1cvs7
5195
5196         * src/summaryview.c
5197                 Allow folder classes to specify only sort_key or
5198                 sort_type instead of both or none.
5199
5200 2007-01-16 [paul]       2.7.1cvs6
5201
5202         * src/action.c
5203         * src/compose.c
5204         * src/mimeview.c
5205         * src/procmime.c
5206         * src/textview.c
5207                 Save and use errno for procmime_get_part
5208
5209 2007-01-16 [colin]      2.7.1cvs5
5210
5211         * src/imap.c
5212                 Never remove INBOX when scanning for
5213                 new folders. It's a special folder
5214                 that has to exist.
5215
5216 2007-01-15 [colin]      2.7.1cvs4
5217
5218         * src/imap.c
5219                 Fix 'Check for new folders' when IMAP subdirectory
5220                 is set
5221         * src/etpan/imap-thread.c
5222                 Fix build
5223
5224 2007-01-15 [colin]      2.7.1cvs3
5225
5226         * src/etpan/imap-thread.c
5227                 Fix invalid free on command-connection
5228                 error
5229
5230 2007-01-15 [wwp]        2.7.1cvs2
5231
5232         * src/matcher_parser_lex.l
5233         * src/quote_fmt_lex.l
5234         * src/matcher_parser_parse.y
5235                 fix copyright header in lexers and parsers.
5236
5237 2007-01-15 [paul]       2.7.1cvs1
5238
5239         * NEWS
5240         * README
5241         * RELEASE_NOTES
5242         * configure.ac
5243                 bump up version number following
5244                 stable release
5245
5246 2007-01-15 [paul]       2.7.0cvs31
5247
5248         * AUTHORS
5249         * src/gtk/authors.h
5250                 add Fabien to the Team list
5251                 add the recent contributors
5252                 make a few corrections
5253
5254 2007-01-15 [paul]       2.7.0cvs30
5255
5256         * src/mainwindow.c
5257                 fix compiler warning
5258         * src/plugins/pgpcore/prefs_gpg.c
5259         * src/plugins/pgpcore/prefs_gpg.h
5260                 add missing include
5261                 fix copyright header
5262
5263 2007-01-14 [colin]      2.7.0cvs29
5264
5265         * src/gtk/filesel.c
5266                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5267                 two benefits: faster to open, will fix strange
5268                 dbus-related crash. Thanks to Pascal Terjan.
5269
5270 2007-01-14 [colin]      2.7.0cvs28
5271
5272         * src/etpan/imap-thread.c
5273                 Delete the old imap just after allocating
5274                 the new one. Makes sure we don't get the
5275                 same pointer by sheer luck, which feels
5276                 strange in the debug log.
5277
5278 2007-01-14 [colin]      2.7.0cvs27
5279
5280         * src/gtk/inputdialog.c
5281                 Make sure we don't print passwords in
5282                 clear text when in debug mode
5283
5284 2007-01-14 [colin]      2.7.0cvs26
5285
5286         * src/gtk/gtksctree.c
5287                 Fix bug 1098, 'bogus last row display 
5288                 after expanding a thread'. Patch by
5289                 Jindrich Makovicka <makovick@gmail.com>
5290
5291 2007-01-14 [colin]      2.7.0cvs25
5292
5293         * src/etpan/imap-thread.c
5294                 Close socket manually before
5295                 freeing the imap struct
5296
5297 2007-01-14 [colin]      2.7.0cvs24
5298
5299         * src/etpan/imap-thread.c
5300                 Maybe fix new reconnection issues
5301
5302 2007-01-13 [colin]      2.7.0cvs23
5303
5304         * src/summaryview.c
5305                 Freeze/thaw on thread selection
5306
5307 2007-01-13 [paul]       2.7.0cvs22
5308
5309         * src/mainwindow.c
5310         * src/summaryview.c
5311         * src/summaryview.h
5312                 add 'Edit/Delete thread'
5313
5314 2007-01-13 [colin]      2.7.0cvs21
5315
5316         * src/prefs_account.c
5317         * src/prefs_compose_writing.c
5318         * src/prefs_message.c
5319         * src/prefs_msg_colors.c
5320         * src/prefs_other.c
5321         * src/prefs_receive.c
5322         * src/prefs_spelling.c
5323         * src/prefs_summaries.c
5324         * src/prefs_themes.c
5325         * src/gtk/gtkutils.c
5326         * src/gtk/gtkutils.h
5327         * src/plugins/pgpcore/prefs_gpg.c
5328         * src/plugins/spamassassin/spamassassin_gtk.c
5329                 Factorize gtk frame creation
5330                 Patch by Pawel
5331
5332 2007-01-13 [colin]      2.7.0cvs20
5333
5334         * src/message_search.c
5335         * src/summary_search.c
5336                 Fix Enter in search windows
5337         * src/messageview.c
5338                 Fix body search starting at the
5339                 end of the mail (and asking for loop)
5340
5341 2007-01-13 [colin]      2.7.0cvs19
5342
5343         * src/etpan/imap-thread.c
5344                 Make sure we don't free the same imap
5345                 twice
5346
5347 2007-01-13 [colin]      2.7.0cvs18
5348
5349         * commitHelper
5350                 Allow multiple commitHelpers to
5351                 run at once
5352
5353 2007-01-12 [colin]      2.7.0cvs17
5354
5355         * src/etpan/imap-thread.c
5356                 Make sure we get rid of the previous mailimap
5357                 when connecting - just in case disconnect was
5358                 unclean
5359
5360 2007-01-12 [paul]       2.7.0cvs16
5361
5362         * src/compose.c
5363                 Strip S/MIME signatures when re-editing
5364                 S/MIME signed messages.
5365
5366 2007-01-12 [paul]       2.7.0cvs15
5367
5368         * configure.ac
5369         * src/addressbook.c
5370         * src/foldersel.c
5371         * src/folderview.c
5372         * src/main.c
5373                 no need to define CLAWS anymore, remove
5374                 all that stuff
5375
5376 2007-01-12 [paul]       2.7.0cvs14
5377
5378         * src/mimeview.c
5379                 check if the mail's signed as
5380                 it can change the mail structure
5381                 Thanks to Colin
5382
5383 2007-01-12 [paul]       2.7.0cvs13
5384
5385         * src/procmime.c
5386                 fix Forwarding msgs with attachments
5387                 that have dos line endings
5388                 Thanks to Colin
5389
5390 2007-01-12 [wwp]        2.7.0cvs12
5391
5392         * configure.ac
5393                 Revert accidentally committed extra version tag.
5394
5395 2007-01-12 [wwp]        2.7.0cvs11
5396
5397         * src/prefs_account.c
5398                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5399
5400 2007-01-11 [colin]      2.7.0cvs10
5401
5402         * src/imap.c
5403                 move g_warning to debug_print
5404                 it scares people for no reason
5405
5406 2007-01-11 [colin]      2.7.0cvs9
5407
5408         * po/POTFILES.in
5409                 Fix files to translate. Patch by
5410                 Fabien
5411
5412 2007-01-11 [paul]       2.7.0cvs8
5413
5414         * src/imap.c
5415                 Fix recursion when server lists the
5416                 current subfolder in the response
5417         * src/mimeview.c
5418                 Fix updating of icon_list/ctree
5419         * src/plugins/pgpcore/select-keys.c
5420                 Fix a few annoyances when choosing
5421                 keys for the CMS (S/MIME) protocol
5422
5423 2007-01-11 [wwp]        2.7.0cvs7
5424
5425         * src/compose.c
5426         * src/prefs_account.c
5427         * src/prefs_account.h
5428                 Add per-account spellcheck default dictionaries settings.
5429
5430 2007-01-10 [colin]      2.7.0cvs6
5431
5432         * src/prefs_folder_item.c
5433                 Factorize strings - patch by Fabien
5434
5435 2007-01-10 [colin]      2.7.0cvs5
5436
5437         * src/mainwindow.c
5438                 Fix bug 1095, 'Crash while changing folder 
5439                 columns during incorporation'
5440
5441 2007-01-09 [colin]      2.7.0cvs4
5442
5443         * src/gtk/pluginwindow.c
5444                 Set the plugin window transient. Seems
5445                 like some window managers hide it in
5446                 the background after "load plugin"...
5447
5448 2007-01-09 [colin]      2.7.0cvs3
5449
5450         * src/gtk/filesel.c
5451                 Use the same type for alloc and free
5452
5453 2007-01-08 [paul]       2.7.0cvs2
5454
5455         * po/nl.po
5456                 updated by Tim Dijkstra
5457
5458 2007-01-08 [paul]       2.7.0cvs1
5459
5460         * src/prefs_themes.c
5461         * src/common/utils.c
5462                 Fix resource leaks
5463
5464 2007-01-08 [paul]       2.7.0
5465
5466         * NEWS
5467         * README
5468         * RELEASE_NOTES
5469                 2.7.0 released
5470
5471 2007-01-08 [paul]       2.6.1cvs119
5472
5473         * doc/man/claws-mail.1
5474                 another correction
5475
5476 2007-01-08 [paul]       2.6.1cvs118
5477
5478         * doc/man/claws-mail.1
5479                 corrections
5480         * manual/advanced.xml
5481                 improved English usage
5482
5483 2007-01-08 [paul]       2.6.1cvs117
5484
5485         * po/ca.po
5486         * po/de.po
5487         * po/en_GB.po
5488         * po/fi.po
5489         * po/it.po
5490         * po/pt_BR.po
5491         * po/sk.po
5492         * po/sr.po
5493         * po/zh_CN.po
5494                 updated by Miquel Oliete, Stephan Sachse, me,
5495                 Tommi Pirinen, Andrea Spadaccini, Frederico
5496                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5497                 Urosevic, and Ralgh Young
5498
5499 2007-01-07 [mones]      2.6.1cvs116
5500
5501         * manual/es/advanced.xml
5502         * po/es.po
5503                 Synced manual (unhide mark_as_read_delay)
5504                 and updated translation for release
5505
5506 2007-01-07 [paul]       2.6.1cvs115
5507
5508         * src/prefs_matcher.c
5509                 make the hbox content fit better under
5510                 various languages
5511
5512 2007-01-07 [colin]      2.6.1cvs114
5513
5514         * src/messageview.c
5515                 Fix bug 1088, 'Ctrl-h produces repeatable
5516                 crash'
5517
5518 2007-01-06 [colin]      2.6.1cvs113
5519
5520         * src/etpan/imap-thread.c
5521                 Add casts to int to get certs. Fixes
5522                 bug 1064, 'crash @ etpan_certificate_check() 
5523                 when opening an IMAP folder', with latest
5524                 libetpan CVS or >= 0.49
5525         * src/mainwindow.c
5526         * src/mainwindow.h
5527         * src/imap_gtk.c
5528         * src/news_gtk.c
5529         * src/prefs_folder_item.c
5530                 Grey out the "synchronise" menu items if
5531                 there's nothing to synchronise.
5532         * src/plugins/pgpcore/sgpgme.c
5533                 Make an error clearer than "Unknown error"
5534
5535 2007-01-06 [colin]      2.6.1cvs112
5536
5537         * src/messageview.c
5538                 Don't try to show a message if updating
5539                 Maybe fixes bug 1088, 'ctrl-h produces
5540                 repeatable crash'.
5541
5542 2007-01-06 [colin]      2.6.1cvs111
5543
5544         * src/summaryview.c
5545                 Disable Control-Space (handle it as Space).
5546
5547 2007-01-05 [paul]       2.6.1cvs110
5548
5549         * src/imap.c
5550                 Fix bug 934, 'sylpheed claws 2.1 
5551                 doesn't show Exchanges Public Folders'
5552                 Thanks to Hoa and Colin
5553         * src/msgcache.c
5554                 Refuse to allocate more than 2 MB for a 
5555                 single field, it's a good indication of
5556                 cache corruption.
5557
5558 2007-01-05 [colin]      2.6.1cvs109
5559
5560         * src/mainwindow.c
5561                 Allow --select'ing emails by Message-ID too
5562
5563 2007-01-05 [colin]      2.6.1cvs108
5564
5565         * src/common/quoted-printable.c
5566                 Uh! Third fix :)
5567
5568 2007-01-05 [colin]      2.6.1cvs107
5569
5570         * src/common/quoted-printable.c
5571                 Fix previous commit about bug 1089
5572                 Thanks to Ralf
5573
5574 2007-01-05 [colin]      2.6.1cvs106
5575
5576         * src/common/quoted-printable.c
5577                 Fix my previous commit on bug 1089
5578                 - Thanks to Ralf :)
5579
5580 2007-01-04 [colin]      2.6.1cvs105
5581
5582         * src/common/quoted-printable.c
5583                 Fix bug 1089, 'NUL characters in Subject 
5584                 line are misinterpreted'. Not a pain to
5585                 fix in fact.
5586
5587 2007-01-04 [colin]      
5588
5589         2.7.0-rc3 released
5590
5591 2007-01-04 [wwp]        2.6.1cvs104
5592
5593         * src/image_viewer.c
5594                 Force operator precedence (fix a compiler warning).
5595
5596 2007-01-04 [colin]      2.6.1cvs103
5597
5598         * src/image_viewer.c
5599                 Be cautious there too (same fix as the one
5600                 in textview from cvs33)
5601         * src/messageview.c
5602                 Don't use any MimeViewer plugin when showing
5603                 all headers
5604
5605 2007-01-03 [wwp]        2.6.1cvs102
5606
5607         * src/html.c
5608         * src/html.h
5609                 fixed "cent" sign (use the existing ASCII one),
5610                 decode more HTML entities,
5611                 converted table ASCII entries to UTF-8,
5612                 moved a switch() into a hashtable.
5613
5614 2007-01-03 [paul]       2.6.1cvs101
5615
5616         * src/compose.c
5617         * src/messageview.c
5618         * src/procmsg.c
5619         * src/procmsg.h
5620                 When possible, use move_msg instead of
5621                 copy_msg + remove_msg to move sent mail
5622                 from Queue to Sent. 
5623
5624 2007-01-03 [paul]       2.6.1cvs100
5625
5626         * src/html.c
5627                 add more html entity recognition:
5628                 pounds, euros, and cents
5629
5630 2007-01-03 [colin]      2.6.1cvs99
5631
5632         * src/imap_gtk.c
5633                 Don't display an error on NOSELECT
5634                 folders when synchronising
5635
5636 2007-01-03 [paul]       2.6.1cvs98
5637
5638         * tools/maildir2claws-mail.pl
5639                 only substitute 'sent-mail' if it's
5640                 the full directory name
5641
5642 2007-01-03 [paul]       2.6.1cvs97
5643
5644         * ChangeLog
5645         * ChangeLog.pre2.0.0
5646         * Makefile.am
5647                 archive a chunk of ChangeLog in
5648                 ChangeLog.pre2.0.0
5649         * ChangeLog.gtk1
5650         * doc/src/ChangeLog.claws-pre0.8.0
5651                 remove ChangeLog.claws-pre0.8.0, adding
5652                 its contents to ChangeLog.gtk1
5653
5654 2007-01-03 [paul]       2.6.1cvs96
5655
5656         * src/account.c
5657         * src/account.h
5658         * src/action.c
5659         * src/action.h
5660         * src/adbookbase.h
5661         * src/addr_compl.c
5662         * src/addr_compl.h
5663         * src/addrbook.c
5664         * src/addrcache.c
5665         * src/addrcache.h
5666         * src/addrcindex.c
5667         * src/addrcindex.h
5668         * src/addrclip.c
5669         * src/addrclip.h
5670         * src/addrdefs.h
5671         * src/addressadd.c
5672         * src/addressadd.h
5673         * src/addressbook.c
5674         * src/addressbook.h
5675         * src/addressbook_foldersel.c
5676         * src/addressbook_foldersel.h
5677         * src/addrgather.c
5678         * src/addrgather.h
5679         * src/addrharvest.c
5680         * src/addrharvest.h
5681         * src/addrindex.c
5682         * src/addrindex.h
5683         * src/addritem.c
5684         * src/addritem.h
5685         * src/addrquery.c
5686         * src/addrquery.h
5687         * src/addrselect.c
5688         * src/addrselect.h
5689         * src/alertpanel.c
5690         * src/alertpanel.h
5691         * src/browseldap.c
5692         * src/browseldap.h
5693         * src/codeconv.c
5694         * src/codeconv.h
5695         * src/compose.c
5696         * src/compose.h
5697         * src/customheader.c
5698         * src/customheader.h
5699         * src/displayheader.c
5700         * src/displayheader.h
5701         * src/editaddress.c
5702         * src/editaddress.h
5703         * src/editbook.c
5704         * src/editbook.h
5705         * src/editgroup.c
5706         * src/editgroup.h
5707         * src/editjpilot.c
5708         * src/editjpilot.h
5709         * src/editldap.c
5710         * src/editldap.h
5711         * src/editldap_basedn.c
5712         * src/editldap_basedn.h
5713         * src/editvcard.c
5714         * src/editvcard.h
5715         * src/exphtmldlg.c
5716         * src/exphtmldlg.h
5717         * src/expldifdlg.c
5718         * src/expldifdlg.h
5719         * src/export.c
5720         * src/export.h
5721         * src/exporthtml.c
5722         * src/exporthtml.h
5723         * src/exportldif.c
5724         * src/exportldif.h
5725         * src/filtering.c
5726         * src/filtering.h
5727         * src/folder.c
5728         * src/folder.h
5729         * src/folder_item_prefs.c
5730         * src/folder_item_prefs.h
5731         * src/foldersel.c
5732         * src/foldersel.h
5733         * src/folderutils.c
5734         * src/folderutils.h
5735         * src/folderview.c
5736         * src/folderview.h
5737         * src/grouplistdialog.c
5738         * src/grouplistdialog.h
5739         * src/headerview.c
5740         * src/html.c
5741         * src/html.h
5742         * src/image_viewer.c
5743         * src/image_viewer.h
5744         * src/imap.c
5745         * src/imap.h
5746         * src/imap_gtk.c
5747         * src/imap_gtk.h
5748         * src/import.c
5749         * src/import.h
5750         * src/importldif.c
5751         * src/importldif.h
5752         * src/importmutt.c
5753         * src/importmutt.h
5754         * src/importpine.c
5755         * src/importpine.h
5756         * src/inc.c
5757         * src/inc.h
5758         * src/jpilot.c
5759         * src/jpilot.h
5760         * src/ldapctrl.c
5761         * src/ldapctrl.h
5762         * src/ldaplocate.c
5763         * src/ldaplocate.h
5764         * src/ldapquery.c
5765         * src/ldapquery.h
5766         * src/ldapserver.c
5767         * src/ldapserver.h
5768         * src/ldaputil.c
5769         * src/ldaputil.h
5770         * src/ldif.c
5771         * src/ldif.h
5772         * src/main.c
5773         * src/main.h
5774         * src/mainwindow.c
5775         * src/mainwindow.h
5776         * src/manual.c
5777         * src/manual.h
5778         * src/mbox.c
5779         * src/message_search.c
5780         * src/message_search.h
5781         * src/messageview.c
5782         * src/messageview.h
5783         * src/mh.c
5784         * src/mh.h
5785         * src/mh_gtk.c
5786         * src/mh_gtk.h
5787         * src/mimeview.c
5788         * src/mimeview.h
5789         * src/msgcache.c
5790         * src/msgcache.h
5791         * src/mutt.c
5792         * src/mutt.h
5793         * src/news.c
5794         * src/news.h
5795         * src/news_gtk.c
5796         * src/news_gtk.h
5797         * src/partial_download.c
5798         * src/partial_download.h
5799         * src/pine.c
5800         * src/pine.h
5801         * src/pop.c
5802         * src/pop.h
5803         * src/prefs_account.c
5804         * src/prefs_account.h
5805         * src/prefs_actions.c
5806         * src/prefs_actions.h
5807         * src/prefs_common.c
5808         * src/prefs_common.h
5809         * src/prefs_compose_writing.c
5810         * src/prefs_compose_writing.h
5811         * src/prefs_customheader.c
5812         * src/prefs_customheader.h
5813         * src/prefs_display_header.c
5814         * src/prefs_display_header.h
5815         * src/prefs_filtering.c
5816         * src/prefs_filtering.h
5817         * src/prefs_filtering_action.c
5818         * src/prefs_filtering_action.h
5819         * src/prefs_folder_column.c
5820         * src/prefs_folder_column.h
5821         * src/prefs_folder_item.c
5822         * src/prefs_folder_item.h
5823         * src/prefs_fonts.c
5824         * src/prefs_fonts.h
5825         * src/prefs_gtk.c
5826         * src/prefs_gtk.h
5827         * src/prefs_image_viewer.c
5828         * src/prefs_image_viewer.h
5829         * src/prefs_matcher.c
5830         * src/prefs_matcher.h
5831         * src/prefs_message.c
5832         * src/prefs_msg_colors.c
5833         * src/prefs_msg_colors.h
5834         * src/prefs_other.c
5835         * src/prefs_quote.c
5836         * src/prefs_receive.c
5837         * src/prefs_send.c
5838         * src/prefs_spelling.c
5839         * src/prefs_spelling.h
5840         * src/prefs_summaries.c
5841         * src/prefs_summaries.h
5842         * src/prefs_summary_column.c
5843         * src/prefs_summary_column.h
5844         * src/prefs_template.c
5845         * src/prefs_template.h
5846         * src/prefs_themes.c
5847         * src/prefs_themes.h
5848         * src/prefs_toolbar.c
5849         * src/prefs_toolbar.h
5850         * src/prefs_wrapping.c
5851         * src/prefs_wrapping.h
5852         * src/privacy.c
5853         * src/privacy.h
5854         * src/procheader.c
5855         * src/procheader.h
5856         * src/procmime.c
5857         * src/procmime.h
5858         * src/procmsg.c
5859         * src/procmsg.h
5860         * src/quote_fmt.c
5861         * src/quote_fmt_parse.y
5862         * src/recv.c
5863         * src/recv.h
5864         * src/remotefolder.c
5865         * src/remotefolder.h
5866         * src/send_message.c
5867         * src/send_message.h
5868         * src/setup.c
5869         * src/setup.h
5870         * src/sourcewindow.c
5871         * src/sourcewindow.h
5872         * src/ssl_manager.c
5873         * src/ssl_manager.h
5874         * src/statusbar.c
5875         * src/statusbar.h
5876         * src/stock_pixmap.c
5877         * src/stock_pixmap.h
5878         * src/summary_search.c
5879         * src/summary_search.h
5880         * src/summaryview.c
5881         * src/summaryview.h
5882         * src/textview.c
5883         * src/textview.h
5884         * src/toolbar.c
5885         * src/toolbar.h
5886         * src/undo.c
5887         * src/undo.h
5888         * src/unmime.c
5889         * src/unmime.h
5890         * src/vcard.c
5891         * src/vcard.h
5892         * src/wizard.c
5893         * src/wizard.h
5894         * src/common/base64.c
5895         * src/common/base64.h
5896         * src/common/defs.h
5897         * src/common/hooks.c
5898         * src/common/hooks.h
5899         * src/common/log.c
5900         * src/common/log.h
5901         * src/common/mgutils.c
5902         * src/common/mgutils.h
5903         * src/common/nntp.c
5904         * src/common/nntp.h
5905         * src/common/passcrypt.c
5906         * src/common/passcrypt.h.in
5907         * src/common/plugin.c
5908         * src/common/plugin.h
5909         * src/common/prefs.c
5910         * src/common/prefs.h
5911         * src/common/progressindicator.c
5912         * src/common/progressindicator.h
5913         * src/common/quoted-printable.c
5914         * src/common/quoted-printable.h
5915         * src/common/session.c
5916         * src/common/session.h
5917         * src/common/smtp.c
5918         * src/common/smtp.h
5919         * src/common/socket.c
5920         * src/common/socket.h
5921         * src/common/ssl.c
5922         * src/common/ssl.h
5923         * src/common/ssl_certificate.c
5924         * src/common/ssl_certificate.h
5925         * src/common/stringtable.c
5926         * src/common/stringtable.h
5927         * src/common/template.c
5928         * src/common/template.h
5929         * src/common/timing.h
5930         * src/common/utils.c
5931         * src/common/utils.h
5932         * src/common/version.h.in
5933         * src/common/xml.c
5934         * src/common/xml.h
5935         * src/common/xmlprops.c
5936         * src/common/xmlprops.h
5937         * src/gtk/about.c
5938         * src/gtk/colorlabel.c
5939         * src/gtk/colorsel.c
5940         * src/gtk/colorsel.h
5941         * src/gtk/combobox.c
5942         * src/gtk/combobox.h
5943         * src/gtk/description_window.c
5944         * src/gtk/description_window.h
5945         * src/gtk/filesel.c
5946         * src/gtk/filesel.h
5947         * src/gtk/foldersort.c
5948         * src/gtk/foldersort.h
5949         * src/gtk/gtksctree.c
5950         * src/gtk/gtkutils.c
5951         * src/gtk/gtkutils.h
5952         * src/gtk/inputdialog.c
5953         * src/gtk/inputdialog.h
5954         * src/gtk/logwindow.c
5955         * src/gtk/logwindow.h
5956         * src/gtk/manage_window.c
5957         * src/gtk/manage_window.h
5958         * src/gtk/menu.c
5959         * src/gtk/menu.h
5960         * src/gtk/pluginwindow.c
5961         * src/gtk/pluginwindow.h
5962         * src/gtk/prefswindow.c
5963         * src/gtk/prefswindow.h
5964         * src/gtk/progressdialog.c
5965         * src/gtk/progressdialog.h
5966         * src/gtk/sslcertwindow.c
5967         * src/gtk/sslcertwindow.h
5968         * src/plugins/bogofilter/bogofilter.c
5969         * src/plugins/bogofilter/bogofilter.h
5970         * src/plugins/bogofilter/bogofilter_gtk.c
5971         * src/plugins/clamav/clamav_plugin.c
5972         * src/plugins/clamav/clamav_plugin.h
5973         * src/plugins/clamav/clamav_plugin_gtk.c
5974         * src/plugins/demo/demo.c
5975         * src/plugins/dillo_viewer/dillo_prefs.c
5976         * src/plugins/dillo_viewer/dillo_prefs.h
5977         * src/plugins/dillo_viewer/dillo_viewer.c
5978         * src/plugins/pgpcore/passphrase.c
5979         * src/plugins/pgpcore/passphrase.h
5980         * src/plugins/pgpcore/pgp_viewer.c
5981         * src/plugins/pgpcore/pgp_viewer.h
5982         * src/plugins/pgpcore/plugin.c
5983         * src/plugins/pgpcore/select-keys.c
5984         * src/plugins/pgpcore/select-keys.h
5985         * src/plugins/pgpcore/sgpgme.c
5986         * src/plugins/pgpcore/sgpgme.h
5987         * src/plugins/pgpinline/pgpinline.c
5988         * src/plugins/pgpinline/pgpinline.h
5989         * src/plugins/pgpinline/plugin.c
5990         * src/plugins/pgpmime/pgpmime.c
5991         * src/plugins/pgpmime/pgpmime.h
5992         * src/plugins/pgpmime/plugin.c
5993         * src/plugins/spamassassin/spamassassin.c
5994         * src/plugins/spamassassin/spamassassin.h
5995         * src/plugins/spamassassin/spamassassin_gtk.c
5996         * src/plugins/trayicon/trayicon.c
5997                 it's 2007, update the year in the copyright headers
5998
5999 2007-01-03 [paul]       2.6.1cvs95
6000
6001         * src/gtk/about.c
6002                 it is 2007, use it in the copyright string
6003
6004 2007-01-03 [paul]       2.6.1cvs94
6005
6006         * src/html.c
6007                 html entity conversion:
6008                 move &#153; to a more suitable place
6009                 add &bull; and &ndash;
6010                 make sure &mdash; and &#8212; are both
6011                 converted the same
6012
6013 2007-01-02 [colin]      2.6.1cvs93
6014
6015         * src/addrbook.c
6016                 Fix leak
6017         * src/common/plugin.c
6018                 Add comment
6019         * src/etpan/imap-thread.c
6020                 Fix warning
6021
6022 2006-12-31 [paul]       2.6.1cvs92
6023
6024         * src/prefs_summaries.c
6025                 use gtk_button_new_from_stock()
6026
6027 2006-12-30 [colin]      2.6.1cvs91
6028
6029         * src/folder.c
6030         * src/imap_gtk.c
6031         * src/mh_gtk.c
6032                 Don't update filtering and account paths 
6033                 when copying folders
6034
6035 2006-12-30 [colin]      2.6.1cvs90
6036
6037         * src/prefs_compose_writing.c
6038         * src/prefs_quote.c
6039         * src/prefs_template.c
6040                 Use message font for Writing and 
6041                 Quoting prefs, as well as Templates.
6042
6043 2006-12-30 [colin]      2.6.1cvs89
6044
6045         * src/prefs_summaries.c
6046                 Rework GUI; patch by Pawel
6047
6048 2006-12-29 [colin]      2.6.1cvs88
6049
6050         * src/prefs_folder_item.c
6051                 Fix bug 1085, 'Apply to subfolder 
6052                 doesn't work' - I was mistaken saying
6053                 it worked in every case
6054
6055 2006-12-28 [colin]      2.6.1cvs87
6056
6057         * src/gtk/gtkaspell.c
6058                 Don't assert if use_alternate is true
6059                 and alt_dictionary isn't set -- this 
6060                 is what happens on upgrade! Rather,
6061                 do with it.
6062
6063 2006-12-28 [colin]      2.6.1cvs86
6064
6065         * Makefile.am
6066                 Fix desktop/icon simplification
6067
6068 2006-12-28 [colin]      2.6.1cvs85
6069
6070         * Makefile.am
6071                 Make desktop and icon not 
6072                 dependant on the desktop
6073
6074 2006-12-28 [wwp]        2.6.1cvs84
6075
6076         * src/plugins/pgpmime/claws.def
6077                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6078
6079 2006-12-28 [wwp]        2.6.1cvs83
6080
6081         * src/prefs_folder_item.c
6082                 Fix coloring of "simplify subject regexp" (folder prefs),
6083                 which might be left to red whereas the regexp gets empty.
6084
6085 2006-12-28 [wwp]        2.6.1cvs82
6086
6087         * src/prefs_common.c
6088         * src/prefs_common.h
6089         * src/addressbook.c
6090         * src/addressitem.h
6091                 Save addressbook mainwindow's horizontal and vertical splitter position.
6092
6093 2006-12-27 [wwp]        2.6.1cvs81
6094
6095         * src/gtk/gtkaspell.c
6096         * src/gtk/gtkaspell.h
6097         * src/compose.c
6098                 Fix assignment of compose's default and alternate dictionary from
6099                 account or folder settings. Now gtkaspell_change_dict does rotate
6100                 dicts only when it's called from a menu cb.
6101
6102 2006-12-27 [wwp]        2.6.1cvs80
6103
6104         * src/folder_item_prefs.c
6105                 Fix randomly initialized default-alt-dictionary (folder prefs),
6106                 complete 2.6.1cvs72.
6107
6108 2006-12-27 [paul]       2.6.1cvs79
6109
6110         * src/imap_gtk.c
6111         * src/mh_gtk.c
6112                 Add Copy folder in the folder's contextual
6113                 menu
6114
6115 2006-12-27 [wwp]        2.6.1cvs78
6116
6117         * src/imap.c
6118                 Clean up session locking, thanks to Colin.
6119
6120 2006-12-26 [colin]      2.6.1cvs77
6121
6122         * src/statusbar.c
6123                 Revert previous patch
6124
6125 2006-12-26 [colin]      2.6.1cvs76
6126
6127         * src/folder.c
6128         * src/folderview.c
6129         * src/imap.c
6130         * src/statusbar.c
6131         * src/etpan/imap-thread.c
6132                 Fix previous commit warnings
6133                 Make statusbar update every second if total < 20
6134                 Make IMAP APPEND faster by simplifying log              
6135
6136 2006-12-26 [colin]      2.6.1cvs75
6137
6138         * src/folder.c
6139         * src/folder.h
6140         * src/folderview.c
6141         * src/folderview.h
6142         * src/imap_gtk.c
6143         * src/mh_gtk.c
6144                 Make it possible to copy folders accross
6145                 mailboxes (this was an arbitrary limitation).
6146                 Still make it impossible to move folders 
6147                 accross mailboxes.
6148
6149 2006-12-26 [colin]      2.6.1cvs74
6150
6151         * src/etpan/imap-thread.c
6152                 Fix bug 1081, 'claws-mail 
6153                 segfaults when going offline 
6154                 while it transfers mails via 
6155                 imap'
6156
6157 2006-12-26 [colin]      2.6.1cvs73
6158
6159         * src/folder_item_prefs.c
6160                 Don't forget alt dictionary when
6161                 renaming/moving folders
6162
6163 2006-12-26 [wwp]        2.6.1cvs72
6164
6165         * src/folder_item_prefs.c
6166                 Add missing defaults for per-folder alt dict
6167                 (forgotten in 2.6.1cvs61).
6168
6169 2006-12-26 [colin]      2.6.1cvs71
6170
6171         * src/wizard.c
6172                 Add tooltip to state that specifying
6173                 full path to mailbox is possible
6174
6175 2006-12-26 [wwp]        2.6.1cvs70
6176
6177         * src/partial_download.c
6178         * src/gtk/gtkvscrollbutton.c
6179         * src/plugins/pgpinline/plugin.c
6180                 Fix for few compiler warnings that matter.
6181
6182 2006-12-25 [colin]      2.6.1cvs69
6183
6184         * src/partial_download.c
6185                 Fix marking for download or deletion
6186                 when the header isn't the first
6187         * src/gtk/logwindow.c
6188                 Fix start of scrolling
6189
6190 2006-12-23 [paul]       2.6.1cvs68
6191
6192         * src/compose.c
6193                 change last commit to use the 'academic'
6194                 method instead. Thanks to wwp
6195
6196 2006-12-23 [paul]       2.6.1cvs67
6197
6198         * src/compose.c
6199                 don't warn about empty subject when
6200                 redirecting
6201
6202 2006-12-22 [colin]      2.6.1cvs66
6203
6204         * src/summary_search.c
6205                 Fix previous patch
6206
6207 2006-12-22 [colin]      2.6.1cvs65
6208
6209         * src/gtk/gtkutils.c
6210         * src/imap.c
6211         * src/jpilot.c
6212         * src/summary_search.c
6213                 A few warning fixes
6214
6215 2006-12-23 [paul]       
6216
6217         2.7.0-rc2 released
6218
6219 2006-12-22 [colin]      2.6.1cvs64
6220
6221         * src/toolbar.c
6222         * src/toolbar.h
6223                 Add a combo to the learn spam button
6224         * src/plugins/bogofilter/bogofilter.c
6225         * src/plugins/bogofilter/bogofilter_gtk.c
6226         * src/plugins/bogofilter/bogofilter.h
6227                 Allow to store Unsure mails in a specific
6228                 folder to make better teaching easier
6229
6230 2006-12-21 [wwp]        2.6.1cvs63
6231
6232         * src/compose.c
6233         * src/prefs_common.c
6234         * src/prefs_common.h
6235         * src/prefs_spelling.c
6236         * src/gtk/gtkaspell.c
6237         * src/gtk/gtkaspell.h
6238                 Allow spell-checking using both current and alternate dictionaries
6239                 (thanks to Colin).
6240
6241 2006-12-21 [wwp]        2.6.1cvs62
6242
6243         * src/gtk/gtkaspell.c
6244                 Apply recheck_when_changing_dict (highlight all mispelled words)
6245                 when switching to alternate dictionary.
6246
6247 2006-12-21 [wwp]        2.6.1cvs61
6248
6249         * src/compose.c
6250         * src/folder_item_prefs.h
6251         * src/prefs_common.c
6252         * src/prefs_common.h
6253         * src/prefs_folder_item.c
6254         * src/prefs_spelling.c
6255         * src/gtk/gtkaspell.c
6256         * src/gtk/gtkaspell.h
6257                 Add global and per-folder prefs to set the default
6258                 alternate dictionary.
6259
6260 2006-12-21 [colin]      2.6.1cvs60
6261
6262         * src/folder.c
6263                 Look for folders by path in all folders
6264         * src/html.c
6265                 add &mdash;
6266
6267 2006-12-20 [colin]      2.6.1cvs59
6268
6269         * src/gtk/quicksearch.c
6270                 Make sure in_typing is false when clearing
6271
6272 2006-12-20 [wwp]        2.6.1cvs58
6273
6274         * configure.ac
6275                 change manual's target dir to be LFH-compliant (thanks to Colin).
6276
6277 2006-12-20 [wwp]        2.6.1cvs57
6278
6279         * src/prefs_common.c
6280         * src/prefs_summaries.c
6281                 i18n fix and factorize patch, thanks to Fabien.
6282
6283 2006-12-20 [paul]       2.6.1cvs56
6284
6285         * configure.ac
6286                 last of the renaming (??)
6287         * src/main.c
6288                 correct --help info of --status-full
6289         * src/plugins/bogofilter/bogofilter.c
6290                 make FALSE default of whitelist_ab
6291
6292 2006-12-19 [colin]      2.6.1cvs55
6293
6294         * src/jpilot.c
6295                 Same as before, without depending on
6296                 pisock >= 0.12
6297
6298 2006-12-19 [colin]      2.6.1cvs54
6299
6300         * src/jpilot.c
6301                 Fix bug 1059, 'Better jpilot charset 
6302                 handling'. Use libpisync's charset conversion
6303                 if possible
6304
6305 2006-12-19 [colin]      2.6.1cvs53
6306
6307         * po/fr.po
6308                 Updated by Fabien
6309
6310 2006-12-19 [wwp]        2.6.1cvs52
6311
6312         * src/gtk/about.c
6313                 Add missing #include (thanks to Colin).
6314
6315 2006-12-19 [wwp]        2.6.1cvs51
6316
6317         * src/prefs_receive.c
6318                 Better spacing between widgets in prefs.
6319
6320 2006-12-18 [colin]      2.6.1cvs50
6321
6322         * src/imap.c
6323                 Fix failure to get separator on LIST "" ""
6324                 Try LIST "" "INBOX" too.
6325
6326 2006-12-18 [wwp]        2.6.1cvs49
6327
6328         * src/common/session.c
6329                 Fix a compiler warning (thanks to Fabien).
6330
6331 2006-12-18 [wwp]        2.6.1cvs48
6332
6333         * src/compose.c
6334         * src/prefs_quote.c
6335                 Factorize some strings for translation (it's about error
6336                 messages when applying or checking template/quote format).
6337
6338 2006-12-18 [colin]      2.6.1cvs47
6339
6340         * Makefile.am
6341         * src/common/defs.h
6342         * src/gtk/Makefile.am
6343         * src/gtk/about.c
6344                 Add a Release notes tab from the contents of
6345                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6346
6347 2006-12-17 [colin]      2.6.1cvs46
6348
6349         * src/mimeview.c
6350         * src/textview.c
6351         * src/gtk/filesel.c
6352                 Correctly convert from/to UTF8/filename encoding
6353                 when loading and saving files. Probably fixes
6354                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6355                 for a file to attach and is blocked...'
6356
6357 2006-12-17 [colin]      2.6.1cvs45
6358
6359         * src/gtk/logwindow.c
6360                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6361                 IMAP folder and is blocked on main thread': 
6362                 make sure we put utf8 in the log.
6363
6364 2006-12-16 [colin]      2.6.1cvs44
6365
6366         * src/toolbar.c
6367         * src/toolbar.h
6368                 Fix bug 1055, 'Add the 'cancel receive' 
6369                 in the available events for the toolbar buttons'
6370
6371 2006-12-16 [colin]      2.6.1cvs43
6372
6373         * po/POTFILES.in
6374         * src/imap.c
6375         * src/common/nntp.c
6376         * src/common/session.c
6377                 Log error when SSL handshakes fail. 
6378                 Fixes bug 1082, 'incorrect / imprecise 
6379                 error message when imap server provides 
6380                 ssl only through STARTTLS but SSL is 
6381                 selected'
6382
6383 2006-12-15 [wwp]        2.6.1cvs42
6384
6385         * src/plugins/bogofilter/bogofilter_gtk.c
6386                 set proper sensitivity to widgets I've recently added.
6387
6388 2006-12-15 [colin]      
6389
6390         2.7.0-rc1 released
6391
6392 2006-12-15 [wwp]        2.6.1cvs41
6393
6394         * src/plugins/bogofilter/bogofilter.c
6395         * src/plugins/bogofilter/bogofilter.h
6396         * src/plugins/bogofilter/bogofilter_gtk.c
6397                 bogofilter's whitelist can now use a subset of
6398                 the addressbook (either a book, a subfolder of a book,
6399                 or the whole addressbook by using "Any"). Re-used there
6400                 some pref_matcher widgets and mechanisms to match a subset
6401                 of the addressbook.
6402
6403 2006-12-15 [wwp]        2.6.1cvs40
6404
6405         * src/wizard.c
6406         * src/common/plugin.c
6407         * src/common/plugin.h
6408         * src/gtk/about.c
6409         * src/plugins/bogofilter/bogofilter.c
6410         * src/plugins/clamav/clamav_plugin.c
6411         * src/plugins/demo/demo.c
6412         * src/plugins/dillo_viewer/dillo_viewer.c
6413         * src/plugins/pgpcore/plugin.c
6414         * src/plugins/pgpinline/plugin.c
6415         * src/plugins/pgpmime/plugin.c
6416         * src/plugins/spamassassin/spamassassin.c
6417         * src/plugins/trayicon/trayicon.c
6418                 factorize some translatable strings (plugins-related),
6419                 fix missing punctuation in several places,
6420                 remove useless translatable \n in about.c,
6421                 and factorize plugin init code w/ a new function
6422                 check_plugin_version() in common/plugin.c.
6423                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6424
6425 2006-12-15 [wwp]        2.6.1cvs39
6426
6427         * src/plugins/bogofilter/bogofilter.c
6428         * src/plugins/bogofilter/bogofilter_gtk.c
6429                 flag whitelisted spams as spam, but don't filter it to the spam
6430                 folder. Thanks to Colin.
6431
6432 2006-12-15 [ticho]      2.6.1cvs38
6433
6434         * src/plugins/bogofilter/bogofilter.c
6435         * src/plugins/bogofilter/bogofilter.h
6436         * src/plugins/bogofilter/bogofilter_gtk.c
6437                 Add option to whitelist senders found in addressbook. Patch by colin.
6438
6439 2006-12-15 [paul]       2.6.1cvs37
6440
6441         * src/folderview.c
6442                 add missing #include "log.h"
6443
6444 2006-12-15 [paul]       2.6.1cvs36
6445
6446         * src/plugins/bogofilter/bogofilter.c
6447         * src/plugins/bogofilter/bogofilter.h
6448         * src/plugins/bogofilter/bogofilter_gtk.c
6449                 Add an option to allow inserting an
6450                 X-Claws-Bogosity header (on MH folders
6451                 only). Patch by Colin
6452
6453 2006-12-14 [colin]      2.6.1cvs35
6454
6455         * src/main.c
6456                 "Yes" should be the default choice for
6457                 migration configuration
6458
6459 2006-12-14 [paul]       2.6.1cvs34
6460
6461         * src/prefs_summaries.c
6462         * manual/advanced.xml
6463                 Unhide mark_as_read_delay
6464
6465 2006-12-14 [paul]       2.6.1cvs33
6466
6467         * src/messageview.c
6468         * src/messageview.h
6469         * src/mimeview.c
6470         * src/mimeview.h
6471         * src/summaryview.c
6472         * src/textview.c
6473         * src/textview.h
6474                 Fix printing of selection
6475                 Fix printing of message parts
6476                 Fix printing of images
6477         * src/gtk/gtksourceprintjob.c
6478                 Fix page count when there are images
6479
6480 2006-12-14 [wwp]        2.6.1cvs32
6481
6482         * src/mainwindow.c
6483         * src/summaryview.c
6484         * src/summaryview.h
6485         * src/gtk/quicksearch.c
6486                 fix quicksearch 'magnify' button status when QS is closed
6487                 using the Escape key, thanks to Colin.
6488
6489 2006-12-14 [wwp]        2.6.1cvs31
6490
6491         * src/mainwindow.c
6492         * src/summaryview.c
6493         * src/summaryview.h
6494         * src/gtk/quicksearch.c
6495                 fix quicksearch 'magnify' button status when QS is closed
6496                 using the Escape key, thanks to Colin.
6497
6498 2006-12-13 [colin]      2.6.1cvs30
6499
6500         * src/ldapquery.c
6501         * src/ldaputil.c
6502                 Use the binary safe version of ldap_get_values,
6503                 to make sure we manipulate null-terminated 
6504                 strings. Maybe fixes bug 1075, 'claws mail 
6505                 segfault when completing ldap adresses'
6506         * src/syldap.c ** REMOVED **
6507         * src/syldap.h ** REMOVED **
6508                 Remove dead files
6509
6510 2006-12-13 [mones]      2.6.1cvs29
6511
6512         * po/es.po
6513                 Fixed piped strings, fixed click translation
6514
6515 2006-12-13 [paul]       2.6.1cvs28
6516
6517         * src/main.c
6518                 don't translate these strings
6519
6520 2006-12-13 [paul]       2.6.1cvs27
6521
6522         * po/en_GB.po
6523                 updated
6524
6525 2006-12-13 [colin]      2.6.1cvs26
6526
6527         * src/main.c
6528         * src/main.h
6529                 Add claws_is_starting()
6530
6531 2006-12-13 [mones]      2.6.1cvs25
6532
6533         * manual/es/advanced.xml
6534         * po/es.po
6535                 Synced manual and updated translation
6536
6537 2006-12-12 [colin]      2.6.1cvs24
6538
6539         * src/wizard.c
6540                 Add an option to use STARTTLS in the
6541                 welcome wizard. Fixes bug 1080, 
6542                 'Using SSL option in wizard for incoming 
6543                 server does not activate SSL with STARTTLS'
6544
6545 2006-12-12 [colin]      2.6.1cvs23
6546
6547         * src/main.c
6548                 Don't exit when there's an incomplete
6549                 mailbox configured - leaves a chance 
6550                 to fix a failing IMAP account. Exit
6551                 if no mailbox at all is loaded (case
6552                 of missing plugin).
6553                 Completes bug 1077's fix (I was wrong
6554                 in this bug's comment #3).
6555
6556 2006-12-12 [colin]      2.6.1cvs22
6557
6558         * src/gtk/menu.h
6559                 Add another menu data type
6560         * src/prefs_account.c
6561                 Complete the completion of bug 1076
6562                 (doesn't lose the pref on apply)
6563
6564 2006-12-12 [paul]       2.6.1cvs21
6565
6566         * src/prefs_account.c
6567                 complete the fix of bug 1076
6568                 also be more verbose with the text
6569
6570 2006-12-12 [paul]       2.6.1cvs20
6571
6572         * src/gtk/combobox.c
6573                 fix compilation warning
6574
6575 2006-12-11 [colin]      2.6.1cvs19
6576
6577         * src/wizard.c
6578                 Document :port in server entry tooltips
6579
6580 2006-12-11 [colin]      2.6.1cvs18
6581
6582         * src/main.c
6583                 Fix compile
6584
6585 2006-12-11 [colin]      2.6.1cvs17
6586
6587         * src/main.c
6588                 Add failing IMAP as a reason for no
6589                 mailbox
6590
6591 2006-12-11 [colin]      2.6.1cvs16
6592
6593         * src/prefs_account.c
6594                 Check for existence of inbox for local
6595                 accounts too
6596         * src/wizard.c
6597                 Allow setting the port to use for servers
6598                 by using the usual "server.example.com:port"
6599                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6600                 not start when IMAP server is unavailable'
6601
6602 2006-12-11 [colin]      2.6.1cvs15
6603
6604         * src/prefs_account.c
6605                 Prevent use of non-existing default inbox
6606
6607 2006-12-11 [colin]      2.6.1cvs14
6608
6609         * src/prefs_account.c
6610                 Fix sensitivity. Fixes bug 1076, 'privacy 
6611                 options are displayed even when pgp plugin 
6612                 not loaded / available'
6613
6614 2006-12-09 [colin]      2.6.1cvs13
6615
6616         * manual/advanced.xml
6617         * src/prefs_common.c
6618         * src/prefs_common.h
6619         * src/common/ssl_certificate.c
6620                 Add a new hidden preference, 'unsafe_ssl_certs',
6621                 which allows to store multiple certificates per
6622                 server/port. This is disabled by default because
6623                 it's less secure (presenting a new certificate
6624                 instead of a changed one raises less alarms).
6625                 This will cause Claws to ask about an unknown
6626                 certificate for people who have used 2.6.1cvs8
6627                 or greater.
6628
6629 2006-12-09 [colin]      2.6.1cvs12
6630
6631         * src/action.c
6632                 Fix cache updating after action
6633
6634 2006-12-07 [wwp]        2.6.1cvs11
6635
6636         * src/compose.c
6637                 fix email address comparison when replying to all
6638                 (avoid replying to ourselves), thanks to Colin.
6639
6640 2006-12-06 [paul]       2.6.1cvs10
6641
6642         * src/addrharvest.c
6643         * src/editldap.c
6644         * src/expldifdlg.c
6645         * src/news.c
6646         * src/toolbar.c
6647         * src/common/utils.c
6648                 ...and more renaming
6649                 Thanks to Colin
6650
6651 2006-12-06 [paul]       2.6.1cvs9
6652
6653         * src/compose.c
6654         * src/messageview.c
6655         * src/procheader.c
6656         * src/procmime.c
6657         * src/procmsg.c
6658         * src/textview.c
6659                 more renaming
6660                 Thanks to Colin
6661
6662 2006-12-06 [colin]      2.6.1cvs8
6663
6664         * src/ssl_manager.c
6665         * src/common/ssl_certificate.c
6666         * src/common/ssl_certificate.h
6667                 Handle multiple certificates per host/port
6668
6669 2006-12-06 [colin]      2.6.1cvs7
6670
6671         * src/etpan/imap-thread.c
6672                 Fix certificate checking on IMAP
6673
6674 2006-12-06 [colin]      2.6.1cvs6
6675
6676         * src/folderview.c
6677                 Fix bug 1072, 'Claws stops fetching newsgroups 
6678                 from server when newsgroup got deleted': continue
6679                 checking other groups
6680
6681 2006-12-05 [wwp]        2.6.1cvs5
6682
6683         * src/message_search.c
6684         * src/summary_search.c
6685         * src/gtk/combobox.c
6686         * src/gtk/combobox.h
6687         * src/gtk/gtkutils.c
6688         * src/gtk/gtkutils.h
6689                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6690                 behave like w/ old comboboxes (summary and message search only).
6691
6692 2006-12-05 [paul]       2.6.1cvs4
6693
6694         * src/wizard.c
6695                 encode headers
6696                 Thanks to Colin
6697
6698 2006-12-05 [paul]       2.6.1cvs3
6699
6700         * tools/README
6701         * tools/textviewer.pl
6702                 script updated and description added
6703
6704 2006-12-04 [colin]      2.6.1cvs2
6705
6706         * src/compose.c
6707                 Run pre-send hook only when checking
6708                 everything
6709
6710 2006-12-04 [paul]       2.6.1cvs1
6711
6712         * NEWS
6713         * README
6714         * RELEASE_NOTES
6715         * configure.ac
6716         * tools/README
6717                 bump up version number following stable release
6718
6719 2006-12-04 [paul]       2.6.0cvs83
6720
6721         * README
6722                 updates and corrections
6723
6724 2006-12-04 [colin]      2.6.0cvs82
6725
6726         * src/common/utils.c
6727                 Probably fix bug 1066, 'Incorrect mailbox 
6728                 size displayed'
6729
6730 2006-12-04 [colin]      2.6.0cvs81
6731
6732         * src/common/utils.c
6733                 Trim tabs from mailcap file too.
6734
6735 2006-12-02 [paul]       2.6.0cvs80
6736
6737         * src/exphtmldlg.c
6738                 fix broken GUI under certain languages
6739         * src/expldifdlg.c
6740                 put the Cancel button to the right
6741
6742 2006-12-01 [paul]       2.6.0cvs79
6743
6744         * tools/Makefile.am
6745                 remove reference to removed file
6746
6747 2006-12-01 [wwp]        2.6.0cvs78
6748
6749         * src/addressbook.c
6750         * src/editaddress.c
6751                 remove forgotten debug statements.
6752
6753 2006-12-01 [wwp]        2.6.0cvs77
6754
6755         * manual/advanced.xml
6756         * manual/fr/advanced.xml
6757         * src/addressbook.c
6758         * src/addressbook.h
6759         * src/addressitem.h
6760         * src/editaddress.c
6761         * src/editaddress.h
6762         * src/prefs_common.c
6763         * src/prefs_common.h
6764         * src/gtk/gtkutils.c
6765         * src/gtk/gtkutils.h
6766                 add a hidden option to allow embedding the editaddress (edit contact details)
6767                 dialog into the addressbook's window. This doesn't change the default
6768                 behaviour.
6769
6770 2006-12-01 [wwp]        2.6.0cvs76
6771
6772         * src/message_search.c
6773         * src/summary_search.c
6774                 fix more focus issues (don't set focus to combobox's entry widget when
6775                 entry's value changed, if entry widget has focus already).
6776
6777 2006-12-01 [wwp]        2.6.0cvs75
6778
6779         * src/gtk/quicksearch.c
6780                 revert last changes to the quicksearch gtk_combo_box, this needs more
6781                 tuning and testing.
6782
6783 2006-12-01 [paul]       2.6.0cvs74
6784
6785         * tools/kdeservicemenu/README
6786         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6787         * tools/kdeservicemenu/install.sh
6788         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6789         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6790                 simplify this stuff, and in so doing,
6791                 fix it. (possibly re-extend it again at
6792                 a later date)
6793
6794 2006-12-01 [wwp]        2.6.0cvs73
6795
6796         * src/gtk/quicksearch.c
6797                 adapt quicksearch code to use modern gtk_combo_box'es.
6798
6799 2006-12-01 [wwp]        2.6.0cvs72
6800
6801         * src/common/defs.h
6802         * src/prefs_common.c
6803         * src/prefs_common.h
6804         * src/message_search.c
6805         * src/summary_search.c
6806         * src/gtk/combobox.c
6807         * src/gtk/combobox.h
6808                 add history combos to all message and summary search fields.
6809
6810 2006-12-01 [wwp]        2.6.0cvs71
6811
6812         * src/summaryview.c
6813                 As the list may change while the mark as read delay
6814                 runs, we can't rely on the 'row' pointer, which can
6815                 be invalid when the timeout is called. As the mark
6816                 as read is only done if the message is still selected,
6817                 use summaryview->selected instead. Thanks to Colin.
6818
6819 2006-11-30 [paul]       2.6.0cvs70
6820
6821         * src/textview.c
6822                 give emphasis to "Sylpheed-Claws"
6823                 as well as "Claws Mail"
6824
6825 2006-11-30 [colin]      2.6.0cvs69
6826
6827         * src/wizard.c
6828                 Put the SSL checkboxes in the receiving
6829                 and sending server pages.
6830
6831 2006-11-29 [colin]      2.6.0cvs68
6832
6833         * src/gtk/gtkutils.c
6834         * src/gtk/gtkvscrollbutton.c
6835                 Revert some deprecated fixes - they seem to
6836                 deprecate stuff as soon as a new one gets out.
6837                 g_object_ref_sink needed glib-2.10.
6838
6839 2006-11-29 [colin]      2.6.0cvs67
6840
6841         * src/common/utils.c
6842                 Create .mailcap if it doesn't exist
6843
6844 2006-11-29 [colin]      2.6.0cvs66
6845
6846         * src/compose.c
6847                 Followup to cvs60: use original list
6848                 of recipients if replying to a mail
6849                 in Sent Drafts or Queue.
6850
6851 2006-11-27 [paul]       2.6.0cvs65
6852
6853         * src/image_viewer.c
6854                 revert the last change for now (it's broken)
6855
6856 2006-11-27 [paul]       2.6.0cvs64
6857
6858         * Makefile.am
6859         * configure.ac
6860         * m4/aclocal-include.m4
6861         * m4/check-type.m4
6862         * src/Makefile.am
6863         * src/addr_compl.c
6864         * src/compose.c
6865         * src/crash.c
6866         * src/export.c
6867         * src/exporthtml.c
6868         * src/exportldif.c
6869         * src/imap.c
6870         * src/import.c
6871         * src/main.c
6872         * src/main.h
6873         * src/matcher.c
6874         * src/mimeview.c
6875         * src/procmsg.c
6876         * src/textview.c
6877         * src/common/Makefile.am
6878         * src/common/claws.c
6879         * src/common/claws.h
6880         * src/common/ssl.c
6881         * src/common/sylpheed.c
6882         * src/common/sylpheed.h
6883         * src/etpan/Makefile.am
6884         * src/gtk/Makefile.am
6885         * src/gtk/claws-marshal.list
6886         * src/gtk/filesel.c
6887         * src/gtk/gtksctree.c
6888         * src/gtk/quicksearch.c
6889         * src/gtk/sylpheed-marshal.list
6890         * src/plugins/bogofilter/bogofilter.c
6891         * src/plugins/bogofilter/bogofilter_gtk.c
6892         * src/plugins/clamav/clamav_plugin.c
6893         * src/plugins/clamav/clamav_plugin_gtk.c
6894         * src/plugins/demo/demo.c
6895         * src/plugins/dillo_viewer/dillo_viewer.c
6896         * src/plugins/pgpcore/Makefile.am
6897         * src/plugins/pgpcore/claws.def
6898         * src/plugins/pgpcore/pgp_viewer.c
6899         * src/plugins/pgpcore/plugin.c
6900         * src/plugins/pgpcore/sylpheed.def
6901         * src/plugins/pgpinline/Makefile.am
6902         * src/plugins/pgpinline/claws.def
6903         * src/plugins/pgpinline/plugin.c
6904         * src/plugins/pgpinline/sylpheed.def
6905         * src/plugins/pgpmime/Makefile.am
6906         * src/plugins/pgpmime/claws.def
6907         * src/plugins/pgpmime/plugin.c
6908         * src/plugins/pgpmime/sylpheed.def
6909         * src/plugins/spamassassin/spamassassin.c
6910         * src/plugins/spamassassin/spamassassin_gtk.c
6911         * src/plugins/trayicon/trayicon.c
6912                 yet more renaming
6913                 remove deprecated gtk_tooltips_set_delay()
6914
6915 2006-11-26 [paul]       2.6.0cvs63
6916
6917         * src/expldifdlg.c
6918         * src/folderview.c
6919         * src/image_viewer.c
6920         * src/mainwindow.c
6921         * src/gtk/gtkutils.c
6922         * src/gtk/gtkvscrollbutton.c
6923         * src/gtk/prefswindow.c
6924         * src/plugins/pgpcore/prefs_gpg.c
6925                 replace more deprecated GTK+ functions
6926
6927 2006-11-26 [paul]       2.6.0cvs62
6928
6929         * src/addr_compl.c
6930         * src/addressbook.c
6931         * src/browseldap.c
6932                 replace deprecated gtk_idle_... functions
6933
6934 2006-11-26 [paul]       2.6.0cvs61
6935
6936         * src/compose.c
6937         * src/folderview.c
6938         * src/inc.c
6939         * src/summaryview.c
6940         * src/gtk/gtkvscrollbutton.c
6941         * src/gtk/quicksearch.c
6942         * src/plugins/pgpcore/passphrase.c
6943                 replace deprecated gtk_timeout_add and
6944                 gtk_timeout_remove
6945
6946 2006-11-26 [paul]       2.6.0cvs60
6947
6948         * src/compose.c
6949                 fix bug that caused the wrong recipient
6950                 to be selected when replying to a msg
6951                 which is From one of our accounts to
6952                 another of our accounts
6953
6954 2006-11-25 [paul]       2.6.0cvs59
6955
6956         * src/summaryview.c
6957                 don't change the From column title to
6958                 To if the To column is visible
6959
6960 2006-11-24 [paul]       2.6.0cvs58
6961
6962         * src/compose.c
6963                 fix bug 1069, 'Sent mails disappear, BCC
6964                 or locking problem?'
6965
6966 2006-11-21 [wwp]        2.6.0cvs57
6967
6968         * src/compose.c
6969                 fix spelling menu when replying (same as 2.3.1cvs39):
6970                 discrepancy between context menu and top menu when
6971                 folder's dictionary isn't the default one.
6972
6973 2006-11-19 [paul]       2.6.0cvs56
6974
6975         * src/summaryview.c
6976                 obey always_show_msg option when
6977                 marking as spam
6978         * src/plugins/bogofilter/bogofilter.c
6979                 fix typo
6980
6981 2006-11-18 [paul]       2.6.0cvs55
6982
6983         * AUTHORS
6984         * README
6985         * debian/copyright
6986         * manual/ack.xml
6987         * manual/es/ack.xml
6988         * manual/fr/ack.xml
6989         * manual/pl/ack.xml
6990         * src/gtk/authors.h
6991         * src/gtk/icon_legend.c
6992         * src/gtk/icon_legend.h
6993         * tools/OOo2claws-mail.pl
6994         * tools/README
6995         * tools/acroread2claws-mail.pl
6996         * tools/claws.i18n.status.pl
6997         * tools/filter_conv.pl
6998         * tools/filter_conv_new.pl
6999         * tools/freshmeat_search.pl
7000         * tools/google_search.pl
7001         * tools/kmail2claws-mail.pl
7002         * tools/kmail2claws-mail_v2.pl
7003         * tools/maildir2claws-mail.pl
7004         * tools/make.themes.project
7005         * tools/multiwebsearch.pl
7006         * tools/outlook2claws-mail.pl
7007         * tools/tb2claws-mail
7008         * tools/kdeservicemenu/README
7009         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7010                 update mine and wwp's email addresses in
7011                 several places
7012                 Patch by wwp
7013         * src/prefs_compose_writing.c
7014                 set sensitivity on 'new message format' frame
7015
7016 2006-11-17 [paul]       2.6.0cvs54
7017
7018         * src/gtk/about.c
7019                 more reworking of the GUI
7020                 Patch by Fabien Vantard
7021
7022 2006-11-16 [paul]       2.6.0cvs53
7023
7024         * src/gtk/about.c
7025                 set a minimum size for the window, allow
7026                 it to automatically expand as necessary
7027
7028 2006-11-16 [wwp]        2.6.0cvs52
7029
7030         * src/gtk/about.c
7031                 better wrap of copyright info on some systems.
7032
7033 2006-11-16 [paul]       2.6.0cvs51
7034
7035         * src/gtk/about.c
7036                 move the tech info from the upper panel
7037                 to the Info tab
7038                 use a gtk_text_view for the features tab
7039
7040 2006-11-16 [paul]       2.6.0cvs50
7041
7042         * po/Makevars
7043                 update my email address
7044         * src/addressbook.c
7045         * src/compose.c
7046         * src/imap_gtk.c
7047         * src/mh_gtk.c
7048         * src/news_gtk.c
7049         * src/summaryview.c
7050         * src/plugins/trayicon/trayicon.c
7051                 don't offer simple menu separators
7052                 for translation
7053         * src/folderview.c
7054                 add separator between 'mark all read'
7055                 and 'search folder'
7056
7057 2006-11-15 [wwp]        2.6.0cvs49
7058
7059         * src/gtk/authors.h
7060                 updated manuals authors.
7061
7062 2006-11-14 [paul]       2.6.0cvs48
7063
7064         * src/compose.c
7065                 Fix Options/Reply mode after draft save
7066
7067 2006-11-14 [paul]       2.6.0cvs47
7068
7069         * src/Makefile.am
7070                 Fix make DESTDIR=...
7071         * src/mbox.c
7072                 Optimise speed
7073         * src/plugins/pgpinline/pgpinline.c
7074                 Probably fix bug 1061
7075
7076 2006-11-14 [paul]       2.6.0cvs46
7077
7078         * po/Makevars
7079                 enable Q_ macro
7080         * src/Makefile.am
7081         * src/stock_pixmap.c
7082         * src/stock_pixmap.h
7083         * src/gtk/about.c
7084         * src/pixmaps/active.xpm
7085         * src/pixmaps/inactive.xpm
7086                 add a new page, 'Features', to the About dialog
7087                 showing which features are compiled in and which
7088                 are not
7089
7090 2006-11-14 [paul]       2.6.0cvs45
7091
7092         * po/ru.po
7093                 updated by Pavlo Bohmat
7094
7095 2006-11-14 [colin]      2.6.0cvs44
7096
7097         * src/compose.c
7098         * src/inc.c
7099         * src/messageview.c
7100         * src/news.c
7101         * src/pop.c
7102         * src/procmsg.c
7103         * src/gtk/gtkaspell.c
7104                 Fix 64-bit-related warnings
7105         * src/ssl_manager.c
7106                 Fix possible infinite loop
7107         * src/plugins/pgpcore/sgpgme.c
7108                 Remove useless check
7109
7110 2006-11-13 [colin]      2.6.0cvs43
7111
7112         * src/gtk/Makefile.am
7113                 authors.h isn't generated
7114
7115 2006-11-13 [colin]      2.6.0cvs42
7116
7117         * src/plugins/pgpinline/pgpinline.c
7118         * src/plugins/pgpmime/pgpmime.c
7119                 Very probably fix bug 1061, 'crash on 
7120                 opening signed email'. Another cast
7121                 problem
7122
7123 2006-11-13 [colin]      2.6.0cvs41
7124
7125         * src/plugins/pgpcore/sgpgme.c
7126                 Maybe fix bug 1061, 'crash on opening 
7127                 signed email'
7128
7129 2006-11-13 [wwp]        2.6.0cvs40
7130
7131         * src/plugins/pgpinline/pgpinline.c
7132                 fix candidate for bug #1057, thanks to Colin.
7133
7134 2006-11-13 [wwp]        2.6.0cvs39
7135
7136         * src/compose.c
7137         * src/quote_fmt_parse.y
7138                 fix bug 1052: current parser buffer was not always 
7139                 allocated, ptr to this buffer could be returned as 
7140                 NULL whereas no parser error has occurred. in 
7141                 consequence, defining a template body as "%d" 
7142                 (w/o the quotes) for the first time of the instance 
7143                 of claws-mail, was reporting a parser error. make 
7144                 sure that the buffer is always allocated, even to 
7145                 an empty string.
7146                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7147                 unescaping of the fmt string was always done 
7148                 whereas it must be done *only* when receiving 
7149                 quote format strings issued from the prefs 
7150                 (compose new message, reply, forward, redirect 
7151                 formats), *not* when applying templates.  in 
7152                 consequences, applying templates w/ sequences 
7153                 like \\|p{echo} were failing. make sure that 
7154                 unescaping is done only when necessary.
7155
7156 2006-11-12 [colin]      2.6.0cvs38
7157
7158         * po/de.po
7159                 Fix typo (s/KB/MB)
7160
7161 2006-11-12 [colin]      2.6.0cvs37
7162
7163         * src/plugins/pgpinline/pgpinline.c
7164         * src/plugins/pgpmime/pgpmime.c
7165                 Release GPG context at the latest 
7166                 possible moment. Maybe fixes 
7167                 bug 1057, 'crash on sending signed 
7168                 message to a newsgroup'
7169                 
7170
7171 2006-11-12 [colin]      2.6.0cvs36
7172
7173         * src/plugins/pgpcore/sgpgme.c
7174                 Tell a bit more when gpg's status doesn't
7175                 contain any signature
7176
7177 2006-11-12 [colin]      2.6.0cvs35
7178
7179         * src/compose.c
7180                 Fix bug 1060, 'compilation error with 
7181                 Irix's cc'
7182
7183 2006-11-12 [paul]       2.6.0cvs34
7184
7185         * doc/man/claws-mail.1
7186         * src/prefs_gtk.c
7187         * src/plugins/clamav/README
7188         * src/plugins/spamassassin/README
7189         * tools/README
7190         * tools/freshmeat_search.pl
7191         * tools/google_search.pl
7192         * tools/multiwebsearch.pl
7193                 more renaming
7194         * src/plugins/trayicon/trayicon.c
7195                 fix compiliation warning
7196
7197 2006-11-11 [colin]      2.6.0cvs33
7198
7199         * src/folderview.c
7200                 Forbid drag and drop from/to different
7201                 folders of type F_UNKNOWN
7202
7203 2006-11-11 [colin]      2.6.0cvs32
7204
7205         * src/plugins/pgpinline/pgpinline.c
7206                 Fix typo in previous commit:
7207                 - gpgme_new(&ctx);
7208                 + if ((err = gpgme_new(&data->ctx)) ...)
7209
7210 2006-11-11 [colin]      2.6.0cvs31
7211
7212         * src/plugins/pgpinline/pgpinline.c
7213         * src/plugins/pgpmime/pgpmime.c
7214                 Check success after calling gpgme_new
7215                 Maybe fixes bug 1057, 'crash on sending 
7216                 signed message to a newsgroup'
7217
7218 2006-11-11 [colin]      2.6.0cvs30
7219
7220         * src/undo.c
7221                 init undostruct to 0s (from
7222                 valgrind log of bug 1057)
7223
7224 2006-11-10 [colin]      2.6.0cvs29
7225
7226         * src/mainwindow.c
7227                 Set cursor to wait before filtering
7228                 duplicates in all folders
7229         * src/plugins/bogofilter/bogofilter.c
7230         * src/plugins/bogofilter/bogofilter.h
7231         * src/plugins/bogofilter/bogofilter_gtk.c
7232                 Completely thread away the bogofilter
7233                 filtering
7234
7235 2006-11-10 [mones]      2.6.0cvs28
7236
7237         * src/compose.c
7238         * src/compose.h
7239                 added COMPOSE_CHECK_BEFORE_SEND hook
7240
7241 2006-11-10 [paul]       2.6.0cvs27
7242
7243         * src/crash.c
7244                 more renaming
7245                 add libSM to get_compiled_in_features()
7246         * src/main.c
7247                 more renaming
7248
7249 2006-11-10 [colin]      2.6.0cvs26
7250
7251         * src/etpan/imap-thread.c
7252                 Add a reference to libetpan's sasl engine
7253                 so that sasl_done() doesn't get called by
7254                 libetpan, and doesn't break openssl.
7255                 Should fix bug 1053, 'SC fails to reestablish 
7256                 a secure connection'
7257                 Patch by Hoa
7258
7259 2006-11-10 [colin]      2.6.0cvs25
7260
7261         * manual/addrbook.xml
7262         * manual/advanced.xml
7263         * manual/faq.xml
7264         * manual/intro.xml
7265                 Some more renaming
7266
7267 2006-11-09 [colin]      2.6.0cvs24
7268
7269         * src/plugins/bogofilter/bogofilter_gtk.c
7270                 Add comment about annoyance
7271
7272 2006-11-09 [colin]      2.6.0cvs23
7273
7274         * src/plugins/bogofilter/bogofilter.c
7275         * src/plugins/bogofilter/bogofilter_gtk.c
7276                 Prepare things needed to thread bogofilter
7277                 filtering: separate bogo stuff and possible GUI
7278                 stuff. 
7279
7280 2006-11-09 [colin]      2.6.0cvs22
7281
7282         * src/account.c
7283         * src/compose.c
7284                 Search for one of our accounts in Delivered-To
7285                 (helps for auto-account selection when 
7286                  replying/forwarding)
7287         * src/folderview.c
7288         * src/mainwindow.c
7289         * src/mainwindow.h
7290         * src/plugins/trayicon/trayicon.c
7291                 Allow opening a new mail with any account from
7292                 the contextual menu
7293
7294 2006-11-09 [wwp]        2.6.0cvs21
7295
7296         * src/compose.c
7297         * src/prefs_common.c
7298         * src/prefs_common.h
7299         * src/prefs_compose_writing.c
7300                 add a compose new message format (in prefs/compose/writing), it's a
7301                 simple subject+body template to use when opening a new composition
7302                 window. It's similar to the existent reply and forward formats.
7303
7304                 enhanced the template/format % symbols substitution mechanism to
7305                 use current composition window information when % are used in
7306                 the compose new message format or in templates applied to new
7307                 messages (there were useless in that situations before). When
7308                 applied to new messages, %d corresponds to the system time/date.
7309
7310 2006-11-09 [paul]       2.6.0cvs20
7311
7312         * src/gtk/authors.h
7313                 fix last commit
7314
7315 2006-11-09 [paul]       2.6.0cvs19
7316
7317         * src/gtk/authors.h
7318                 keep tje alphabetical order
7319
7320 2006-11-08 [colin]      2.6.0cvs18
7321
7322         * src/etpan/imap-thread.c
7323                 Fix bug 1054, 'Slowness logging big 
7324                 data chunks'
7325
7326 2006-11-08 [paul]       2.6.0cvs17
7327
7328         * tools/Makefile.am
7329                 fix the renaming
7330
7331 2006-11-08 [paul]       2.6.0cvs16
7332
7333         * src/common/defs.h
7334                 update BUGZILLA_URI
7335
7336 2006-11-08 [paul]       2.6.0cvs15
7337
7338         * tools/Makefile.am
7339         * tools/OOo2claws-mail.pl
7340         * tools/OOo2sylpheed.pl
7341         * tools/README
7342         * tools/acroread2claws-mail.pl
7343         * tools/acroread2sylpheed.pl
7344         * tools/kmail2claws-mail.pl
7345         * tools/kmail2claws-mail_v2.pl
7346         * tools/kmail2sylpheed.pl
7347         * tools/kmail2sylpheed_v2.pl
7348         * tools/maildir2claws-mail.pl
7349         * tools/maildir2sylpheed.pl
7350         * tools/nautilus2claws-mail.sh
7351         * tools/nautilus2sylpheed.sh
7352         * tools/outlook2claws-mail.pl
7353         * tools/outlook2sylpheed.pl
7354         * tools/tb2claws-mail
7355         * tools/tb2sylpheed
7356         * tools/tbird2claws.py
7357         * tools/tbird2syl.py
7358         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7359         * tools/kdeservicemenu/install.sh
7360         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7361         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7362         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7363         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7364         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7365                 renamed (removed, added) tools files
7366
7367 2006-11-08 [paul]       2.6.0cvs14
7368
7369         * src/main.c
7370         * src/common/defs.h
7371                 Migrate sylpheedrc to clawsrc, and fix the standard
7372                 plugins path in the process
7373
7374 2006-11-07 [colin]      2.6.0cvs13
7375
7376         * src/Makefile.am
7377                 Symlink sylpheed-claws relative to 
7378                 claws-mail
7379
7380 2006-11-07 [colin]      2.6.0cvs12
7381
7382         * src/compose.c
7383                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7384
7385 2006-11-07 [paul]       2.6.0cvs11
7386
7387         * src/gtk/about.c
7388                 Fix a missed occurence of
7389                 Sylpheed-Claws
7390
7391 2006-11-07 [paul]       2.6.0cvs10
7392
7393         * src/Makefile.am
7394                 Fix symlink installation
7395
7396 2006-11-07 [paul]       2.6.0cvs9
7397
7398         * src/Makefile.am
7399                 Symlink claws-mail to sylpheed-claws
7400         * src/common/utils.c
7401                 Fix migrating symlinks
7402         * src/etpan/imap-thread.c
7403                 check certificate only when there's
7404                 no error
7405
7406 2006-11-07 [paul]       2.6.0cvs8
7407
7408         * Makefile.am
7409                 Fix icon breakages with Gtk, which needs a 
7410                 cache updated to see them.
7411
7412 2006-11-07 [paul]       2.6.0cvs7
7413
7414         * .cvsignore
7415         * AUTHORS
7416         * COPYING
7417         * INSTALL
7418         * Makefile.am
7419         * NEWS
7420         * README
7421         * RELEASE_NOTES
7422         * autogen.sh
7423         * claws-mail-128x128.png
7424         * claws-mail-64x64.png
7425         * claws-mail.ico
7426         * claws-mail.pc.in
7427         * claws-mail.png
7428         * configure.ac
7429         * sylpheed-claws-128x128.png
7430         * sylpheed-claws-64x64.png
7431         * sylpheed-claws.desktop
7432         * sylpheed-claws.ico
7433         * sylpheed-claws.pc.in
7434         * sylpheed-claws.png
7435         * debian/README.Debian
7436         * debian/changelog
7437         * debian/claws-mail.desktop
7438         * debian/claws-mail.menu
7439         * debian/claws-mail.postinst.debhelper
7440         * debian/claws-mail.postrm.debhelper
7441         * debian/control
7442         * debian/copyright
7443         * debian/files
7444         * debian/rules
7445         * debian/sylpheed-claws.desktop
7446         * debian/sylpheed-claws.menu
7447         * debian/sylpheed-claws.postinst.debhelper
7448         * debian/sylpheed-claws.postrm.debhelper
7449         * doc/man/Makefile.am
7450         * doc/man/claws-mail.1
7451         * doc/man/sylpheed-claws.1
7452         * doc/src/ChangeLog.claws-pre0.8.0
7453         * manual/Makefile.am
7454         * manual/account.xml
7455         * manual/ack.xml
7456         * manual/addrbook.xml
7457         * manual/advanced.xml
7458         * manual/claws-mail-manual.xml
7459         * manual/faq.xml
7460         * manual/glossary.xml
7461         * manual/handling.xml
7462         * manual/intro.xml
7463         * manual/keyboard.xml
7464         * manual/plugins.xml
7465         * manual/starting.xml
7466         * manual/sylpheed-claws-manual.xml
7467         * manual/xml2pdf
7468         * manual/dist/.cvsignore
7469         * manual/dist/html/.cvsignore
7470         * manual/dist/html/Makefile.am
7471         * manual/dist/pdf/.cvsignore
7472         * manual/dist/pdf/Makefile.am
7473         * manual/dist/ps/.cvsignore
7474         * manual/dist/ps/Makefile.am
7475         * manual/dist/txt/.cvsignore
7476         * manual/dist/txt/Makefile.am
7477         * manual/es/Makefile.am
7478         * manual/es/advanced.xml
7479         * manual/es/claws-mail-manual.xml
7480         * manual/es/faq.xml
7481         * manual/es/glossary.xml
7482         * manual/es/handling.xml
7483         * manual/es/intro.xml
7484         * manual/es/plugins.xml
7485         * manual/es/sylpheed-claws-manual.xml
7486         * manual/es/dist/.cvsignore
7487         * manual/es/dist/html/.cvsignore
7488         * manual/es/dist/html/Makefile.am
7489         * manual/es/dist/pdf/.cvsignore
7490         * manual/es/dist/pdf/Makefile.am
7491         * manual/es/dist/ps/.cvsignore
7492         * manual/es/dist/ps/Makefile.am
7493         * manual/es/dist/txt/.cvsignore
7494         * manual/es/dist/txt/Makefile.am
7495         * manual/fr/Makefile.am
7496         * manual/fr/account.xml
7497         * manual/fr/ack.xml
7498         * manual/fr/addrbook.xml
7499         * manual/fr/advanced.xml
7500         * manual/fr/claws-mail-manual.xml
7501         * manual/fr/faq.xml
7502         * manual/fr/glossary.xml
7503         * manual/fr/handling.xml
7504         * manual/fr/intro.xml
7505         * manual/fr/keyboard.xml
7506         * manual/fr/plugins.xml
7507         * manual/fr/starting.xml
7508         * manual/fr/sylpheed-claws-manual.xml
7509         * manual/fr/dist/.cvsignore
7510         * manual/fr/dist/html/.cvsignore
7511         * manual/fr/dist/html/Makefile.am
7512         * manual/fr/dist/pdf/.cvsignore
7513         * manual/fr/dist/pdf/Makefile.am
7514         * manual/fr/dist/ps/.cvsignore
7515         * manual/fr/dist/ps/Makefile.am
7516         * manual/fr/dist/txt/.cvsignore
7517         * manual/fr/dist/txt/Makefile.am
7518         * manual/pl/Makefile.am
7519         * manual/pl/account.xml
7520         * manual/pl/ack.xml
7521         * manual/pl/addrbook.xml
7522         * manual/pl/advanced.xml
7523         * manual/pl/claws-mail-manual.xml
7524         * manual/pl/faq.xml
7525         * manual/pl/glossary.xml
7526         * manual/pl/handling.xml
7527         * manual/pl/intro.xml
7528         * manual/pl/keyboard.xml
7529         * manual/pl/plugins.xml
7530         * manual/pl/starting.xml
7531         * manual/pl/sylpheed-claws-manual.xml
7532         * manual/pl/dist/.cvsignore
7533         * manual/pl/dist/html/.cvsignore
7534         * manual/pl/dist/html/Makefile.am
7535         * manual/pl/dist/pdf/.cvsignore
7536         * manual/pl/dist/pdf/Makefile.am
7537         * manual/pl/dist/ps/.cvsignore
7538         * manual/pl/dist/ps/Makefile.am
7539         * manual/pl/dist/txt/.cvsignore
7540         * manual/pl/dist/txt/Makefile.am
7541         * po/.cvsignore
7542         * po/Makevars
7543         * src/.cvsignore
7544         * src/Makefile.am
7545         * src/account.c
7546         * src/account.h
7547         * src/action.c
7548         * src/action.h
7549         * src/adbookbase.h
7550         * src/addr_compl.c
7551         * src/addr_compl.h
7552         * src/addrbook.c
7553         * src/addrcache.c
7554         * src/addrcache.h
7555         * src/addrcindex.c
7556         * src/addrcindex.h
7557         * src/addrclip.c
7558         * src/addrclip.h
7559         * src/addrdefs.h
7560         * src/addressadd.c
7561         * src/addressadd.h
7562         * src/addressbook.c
7563         * src/addressbook.h
7564         * src/addressbook_foldersel.c
7565         * src/addressbook_foldersel.h
7566         * src/addrgather.c
7567         * src/addrgather.h
7568         * src/addrharvest.c
7569         * src/addrharvest.h
7570         * src/addrindex.c
7571         * src/addrindex.h
7572         * src/addritem.c
7573         * src/addritem.h
7574         * src/addrquery.c
7575         * src/addrquery.h
7576         * src/addrselect.c
7577         * src/addrselect.h
7578         * src/alertpanel.c
7579         * src/alertpanel.h
7580         * src/browseldap.c
7581         * src/browseldap.h
7582         * src/codeconv.c
7583         * src/codeconv.h
7584         * src/compose.c
7585         * src/crash.c
7586         * src/crash.h
7587         * src/customheader.c
7588         * src/customheader.h
7589         * src/displayheader.c
7590         * src/displayheader.h
7591         * src/editaddress.c
7592         * src/editaddress.h
7593         * src/editbook.c
7594         * src/editbook.h
7595         * src/editgroup.c
7596         * src/editgroup.h
7597         * src/editjpilot.c
7598         * src/editjpilot.h
7599         * src/editldap.c
7600         * src/editldap.h
7601         * src/editldap_basedn.c
7602         * src/editldap_basedn.h
7603         * src/editvcard.c
7604         * src/editvcard.h
7605         * src/exphtmldlg.c
7606         * src/exphtmldlg.h
7607         * src/expldifdlg.c
7608         * src/expldifdlg.h
7609         * src/export.c
7610         * src/exporthtml.c
7611         * src/exporthtml.h
7612         * src/exportldif.c
7613         * src/exportldif.h
7614         * src/filtering.c
7615         * src/filtering.h
7616         * src/folder.c
7617         * src/folder.h
7618         * src/folder_item_prefs.c
7619         * src/folder_item_prefs.h
7620         * src/foldersel.c
7621         * src/foldersel.h
7622         * src/folderutils.c
7623         * src/folderutils.h
7624         * src/folderview.c
7625         * src/folderview.h
7626         * src/grouplistdialog.c
7627         * src/grouplistdialog.h
7628         * src/html.c
7629         * src/html.h
7630         * src/image_viewer.c
7631         * src/image_viewer.h
7632         * src/imap.c
7633         * src/imap.h
7634         * src/imap_gtk.c
7635         * src/imap_gtk.h
7636         * src/import.c
7637         * src/import.h
7638         * src/importldif.c
7639         * src/importldif.h
7640         * src/importmutt.c
7641         * src/importmutt.h
7642         * src/importpine.c
7643         * src/importpine.h
7644         * src/inc.c
7645         * src/inc.h
7646         * src/jpilot.c
7647         * src/jpilot.h
7648         * src/ldapctrl.c
7649         * src/ldapctrl.h
7650         * src/ldaplocate.c
7651         * src/ldaplocate.h
7652         * src/ldapquery.c
7653         * src/ldapquery.h
7654         * src/ldapserver.c
7655         * src/ldapserver.h
7656         * src/ldaputil.c
7657         * src/ldaputil.h
7658         * src/ldif.c
7659         * src/ldif.h
7660         * src/localfolder.c
7661         * src/localfolder.h
7662         * src/main.c
7663         * src/main.h
7664         * src/mainwindow.c
7665         * src/mainwindow.h
7666         * src/manual.c
7667         * src/manual.h
7668         * src/matcher.c
7669         * src/matcher.h
7670         * src/matcher_parser.h
7671         * src/matcher_parser_lex.l
7672         * src/matcher_parser_parse.y
7673         * src/mbox.c
7674         * src/mbox.h
7675         * src/message_search.c
7676         * src/message_search.h
7677         * src/messageview.c
7678         * src/messageview.h
7679         * src/mh.c
7680         * src/mh.h
7681         * src/mh_gtk.c
7682         * src/mh_gtk.h
7683         * src/mimeview.c
7684         * src/mimeview.h
7685         * src/msgcache.c
7686         * src/msgcache.h
7687         * src/mutt.c
7688         * src/mutt.h
7689         * src/news.c
7690         * src/news.h
7691         * src/news_gtk.c
7692         * src/news_gtk.h
7693         * src/noticeview.c
7694         * src/noticeview.h
7695         * src/partial_download.c
7696         * src/partial_download.h
7697         * src/pine.c
7698         * src/pine.h
7699         * src/pop.c
7700         * src/pop.h
7701         * src/prefs_account.c
7702         * src/prefs_account.h
7703         * src/prefs_actions.c
7704         * src/prefs_actions.h
7705         * src/prefs_common.c
7706         * src/prefs_common.h
7707         * src/prefs_compose_writing.c
7708         * src/prefs_compose_writing.h
7709         * src/prefs_customheader.c
7710         * src/prefs_customheader.h
7711         * src/prefs_display_header.c
7712         * src/prefs_display_header.h
7713         * src/prefs_ext_prog.c
7714         * src/prefs_ext_prog.h
7715         * src/prefs_filtering.c
7716         * src/prefs_folder_column.c
7717         * src/prefs_folder_column.h
7718         * src/prefs_folder_item.c
7719         * src/prefs_folder_item.h
7720         * src/prefs_fonts.c
7721         * src/prefs_fonts.h
7722         * src/prefs_gtk.c
7723         * src/prefs_gtk.h
7724         * src/prefs_image_viewer.c
7725         * src/prefs_image_viewer.h
7726         * src/prefs_matcher.c
7727         * src/prefs_matcher.h
7728         * src/prefs_message.c
7729         * src/prefs_message.h
7730         * src/prefs_msg_colors.c
7731         * src/prefs_msg_colors.h
7732         * src/prefs_other.c
7733         * src/prefs_other.h
7734         * src/prefs_quote.c
7735         * src/prefs_quote.h
7736         * src/prefs_receive.c
7737         * src/prefs_receive.h
7738         * src/prefs_send.c
7739         * src/prefs_send.h
7740         * src/prefs_spelling.c
7741         * src/prefs_spelling.h
7742         * src/prefs_summaries.c
7743         * src/prefs_summaries.h
7744         * src/prefs_summary_column.c
7745         * src/prefs_summary_column.h
7746         * src/prefs_template.c
7747         * src/prefs_template.h
7748         * src/prefs_themes.c
7749         * src/prefs_themes.h
7750         * src/prefs_toolbar.c
7751         * src/prefs_toolbar.h
7752         * src/prefs_wrapping.c
7753         * src/prefs_wrapping.h
7754         * src/privacy.c
7755         * src/privacy.h
7756         * src/procheader.c
7757         * src/procheader.h
7758         * src/procmime.c
7759         * src/procmime.h
7760         * src/procmsg.c
7761         * src/procmsg.h
7762         * src/quote_fmt.c
7763         * src/quote_fmt_parse.y
7764         * src/recv.c
7765         * src/recv.h
7766         * src/remotefolder.c
7767         * src/remotefolder.h
7768         * src/send_message.c
7769         * src/send_message.h
7770         * src/setup.c
7771         * src/setup.h
7772         * src/sourcewindow.c
7773         * src/sourcewindow.h
7774         * src/ssl_manager.c
7775         * src/ssl_manager.h
7776         * src/statusbar.c
7777         * src/statusbar.h
7778         * src/stock_pixmap.c
7779         * src/stock_pixmap.h
7780         * src/summary_search.c
7781         * src/summary_search.h
7782         * src/summaryview.c
7783         * src/summaryview.h
7784         * src/syldap.c
7785         * src/syldap.h
7786         * src/textview.c
7787         * src/textview.h
7788         * src/toolbar.c
7789         * src/toolbar.h
7790         * src/undo.c
7791         * src/undo.h
7792         * src/unmime.c
7793         * src/unmime.h
7794         * src/vcard.c
7795         * src/vcard.h
7796         * src/wizard.c
7797         * src/wizard.h
7798         * src/common/base64.c
7799         * src/common/base64.h
7800         * src/common/defs.h
7801         * src/common/hooks.c
7802         * src/common/hooks.h
7803         * src/common/log.c
7804         * src/common/log.h
7805         * src/common/mgutils.c
7806         * src/common/mgutils.h
7807         * src/common/nntp.c
7808         * src/common/nntp.h
7809         * src/common/passcrypt.c
7810         * src/common/passcrypt.h.in
7811         * src/common/plugin.c
7812         * src/common/plugin.h
7813         * src/common/prefs.c
7814         * src/common/prefs.h
7815         * src/common/progressindicator.c
7816         * src/common/progressindicator.h
7817         * src/common/quoted-printable.c
7818         * src/common/quoted-printable.h
7819         * src/common/session.c
7820         * src/common/session.h
7821         * src/common/smtp.c
7822         * src/common/smtp.h
7823         * src/common/socket.c
7824         * src/common/socket.h
7825         * src/common/ssl.c
7826         * src/common/ssl.h
7827         * src/common/stringtable.c
7828         * src/common/stringtable.h
7829         * src/common/sylpheed.c
7830         * src/common/sylpheed.h
7831         * src/common/template.c
7832         * src/common/template.h
7833         * src/common/timing.h
7834         * src/common/utils.c
7835         * src/common/utils.h
7836         * src/common/version.h.in
7837         * src/common/xml.c
7838         * src/common/xml.h
7839         * src/common/xmlprops.c
7840         * src/common/xmlprops.h
7841         * src/gtk/about.c
7842         * src/gtk/colorlabel.c
7843         * src/gtk/colorlabel.h
7844         * src/gtk/colorsel.c
7845         * src/gtk/colorsel.h
7846         * src/gtk/combobox.c
7847         * src/gtk/combobox.h
7848         * src/gtk/description_window.c
7849         * src/gtk/description_window.h
7850         * src/gtk/filesel.c
7851         * src/gtk/filesel.h
7852         * src/gtk/foldersort.c
7853         * src/gtk/foldersort.h
7854         * src/gtk/gtkaspell.c
7855         * src/gtk/gtkaspell.h
7856         * src/gtk/gtksctree.c
7857         * src/gtk/gtkshruler.c
7858         * src/gtk/gtkshruler.h
7859         * src/gtk/gtkutils.c
7860         * src/gtk/gtkutils.h
7861         * src/gtk/icon_legend.c
7862         * src/gtk/icon_legend.h
7863         * src/gtk/logwindow.c
7864         * src/gtk/logwindow.h
7865         * src/gtk/manage_window.c
7866         * src/gtk/manage_window.h
7867         * src/gtk/pluginwindow.c
7868         * src/gtk/pluginwindow.h
7869         * src/gtk/prefswindow.c
7870         * src/gtk/prefswindow.h
7871         * src/gtk/quicksearch.c
7872         * src/gtk/quicksearch.h
7873         * src/pixmaps/claws-mail.xpm
7874         * src/pixmaps/claws-mail_icon.xpm
7875         * src/pixmaps/claws-mail_logo.xpm
7876         * src/pixmaps/sylpheed-claws.xpm
7877         * src/pixmaps/sylpheed-claws_icon.xpm
7878         * src/pixmaps/sylpheed-claws_logo.xpm
7879         * src/plugins/bogofilter/Makefile.am
7880         * src/plugins/bogofilter/bogofilter.c
7881         * src/plugins/bogofilter/bogofilter.h
7882         * src/plugins/bogofilter/bogofilter_gtk.c
7883         * src/plugins/clamav/Makefile.am
7884         * src/plugins/clamav/clamav_plugin.c
7885         * src/plugins/clamav/clamav_plugin.h
7886         * src/plugins/clamav/clamav_plugin_gtk.c
7887         * src/plugins/demo/Makefile.am
7888         * src/plugins/demo/demo.c
7889         * src/plugins/dillo_viewer/Makefile.am
7890         * src/plugins/dillo_viewer/README
7891         * src/plugins/dillo_viewer/dillo_prefs.c
7892         * src/plugins/dillo_viewer/dillo_prefs.h
7893         * src/plugins/dillo_viewer/dillo_viewer.c
7894         * src/plugins/pgpcore/Makefile.am
7895         * src/plugins/pgpcore/passphrase.c
7896         * src/plugins/pgpcore/passphrase.h
7897         * src/plugins/pgpcore/pgp_viewer.c
7898         * src/plugins/pgpcore/pgp_viewer.h
7899         * src/plugins/pgpcore/plugin.c
7900         * src/plugins/pgpcore/prefs_gpg.c
7901         * src/plugins/pgpcore/prefs_gpg.h
7902         * src/plugins/pgpcore/select-keys.c
7903         * src/plugins/pgpcore/select-keys.h
7904         * src/plugins/pgpcore/sgpgme.c
7905         * src/plugins/pgpcore/sgpgme.h
7906         * src/plugins/pgpcore/sylpheed.def
7907         * src/plugins/pgpcore/version.rc
7908         * src/plugins/pgpinline/Makefile.am
7909         * src/plugins/pgpinline/pgpinline.c
7910         * src/plugins/pgpinline/pgpinline.h
7911         * src/plugins/pgpinline/plugin.c
7912         * src/plugins/pgpinline/sylpheed.def
7913         * src/plugins/pgpinline/version.rc
7914         * src/plugins/pgpmime/Makefile.am
7915         * src/plugins/pgpmime/pgpmime.c
7916         * src/plugins/pgpmime/pgpmime.h
7917         * src/plugins/pgpmime/plugin.c
7918         * src/plugins/pgpmime/sylpheed.def
7919         * src/plugins/pgpmime/version.rc
7920         * src/plugins/spamassassin/Makefile.am
7921         * src/plugins/spamassassin/README
7922         * src/plugins/spamassassin/spamassassin.c
7923         * src/plugins/spamassassin/spamassassin.h
7924         * src/plugins/spamassassin/spamassassin_gtk.c
7925         * src/plugins/trayicon/Makefile.am
7926         * src/plugins/trayicon/trayicon.c
7927         * tools/OOo2sylpheed.pl
7928         * tools/README
7929         * tools/README.sylprint
7930         * tools/acroread2sylpheed.pl
7931         * tools/claws.i18n.status.pl
7932         * tools/filter_conv.pl
7933         * tools/filter_conv_new.pl
7934         * tools/freshmeat_search.pl
7935         * tools/google_search.pl
7936         * tools/kmail2sylpheed.pl
7937         * tools/kmail2sylpheed_v2.pl
7938         * tools/make.themes.project
7939         * tools/multiwebsearch.pl
7940         * tools/nautilus2sylpheed.sh
7941         * tools/outlook2sylpheed.pl
7942         * tools/sylprint.pl
7943         * tools/sylprint.rc
7944         * tools/tb2sylpheed
7945         * tools/textviewer.sh
7946         * tools/vcard2xml.py
7947         * tools/kdeservicemenu/README
7948         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7949         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7950         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7951                 Change name to Claws Mail. Announce to follow...
7952
7953 2006-11-06 [wwp]        2.6.0cvs6
7954
7955         * src/prefs_template.c
7956                 unify messages related to quote format/template errors (fix
7957                 capitalization), again.
7958
7959 2006-11-06 [wwp]        2.6.0cvs5
7960
7961         * src/prefs_quote.c
7962                 unify messages related to quote format/template errors.
7963
7964 2006-11-06 [wwp]        2.6.0cvs4
7965
7966         * src/prefs_msg_colors.c
7967                 more uses of Q_ macro for contextual translations, thanks
7968                 to Fabien (fzzzzz).
7969
7970 2006-11-06 [wwp]        2.6.0cvs3
7971
7972         * src/compose.c
7973         * src/common/utils.c
7974         * src/common/utils.h
7975                 show an alertpanel to make sure users are aware that sensitive
7976                 files are attached (it's file blacklist-based). This will fix
7977                 interaction w/ GoogleEarth for instance, thanks to Colin.
7978
7979 2006-11-06 [wwp]        2.6.0cvs2
7980
7981         * src/prefs_quote.c
7982         * src/prefs_template.c
7983         * src/prefs_template.h
7984                 check quote format when applying/closing prefs. For now this only
7985                 shows up an error dialog box, not preventing the user from using
7986                 a broken quote (reply, forwards) format.
7987
7988 2006-11-06 [wwp]        2.6.0cvs1
7989
7990         * src/prefs_template.c
7991                 fix missing checks of some template fields.
7992
7993 2006-11-06 [paul]       2.6.0
7994
7995         * NEWS
7996         * README
7997         * RELEASE_NOTES
7998                 2.6.0 released
7999
8000 2006-11-06 [paul]       2.5.6cvs22
8001
8002         * manual/advanced.xml
8003         * manual/es/advanced.xml
8004                 put 'respect_flowed_format' info in the correct
8005                 place
8006
8007 2006-11-06 [mones]      2.5.6cvs21
8008
8009         * po/es.po
8010                 Minor fixes for release
8011
8012 2006-11-06 [paul]       2.5.6cvs20
8013
8014         * po/cs.po
8015         * po/de.po
8016         * po/fr.po
8017         * po/it.po
8018         * po/nl.po
8019         * po/pt_BR.po
8020         * po/sk.po
8021         * po/sv.po
8022         * po/zh_CN.po
8023                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8024                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8025                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8026                 Young
8027
8028 2006-11-02 [colin]      2.5.6cvs19
8029
8030         * src/imap.c
8031         * src/imap.h
8032         * src/prefs_account.c
8033         * src/etpan/imap-thread.c
8034                 Add GSSAPI support - fixes Debian bug #383274
8035
8036 2006-11-01 [colin]      2.5.6cvs18
8037
8038         * src/jpilot.c
8039                 Handle libpisock12 support. Probably
8040                 fixes bug 1046, 'jpilot AddressDB.pdb 
8041                 import fail'
8042
8043 2006-11-01 [colin]      2.5.6cvs17
8044
8045         * src/folderutils.c
8046                 debug_print() folderutils_mark_all_read()
8047
8048 2006-11-01 [colin]      2.5.6cvs16
8049
8050         * COPYING
8051                 Add missed files to the Apache exception
8052
8053 2006-10-31 [colin]      2.5.6cvs15
8054
8055         * src/folder.c
8056         * src/folder.h
8057                 Add a copy_private_data() func to FolderClasses
8058                 Doesn't break the feature freeze, because we 
8059                 won't use it (right now) in the core.
8060
8061 2006-10-31 [colin]      2.5.6cvs14
8062
8063         * COPYING
8064                 Allow linking with the Apache licensed files in
8065                 src/plugins/spamassassin. Hopefully fixes 
8066                 bug 1048, 'Spamassassin plugin license problem'
8067
8068 2006-10-31 [wwp]        2.5.6cvs13
8069
8070         * src/compose.c
8071                 fix and optimize trimming of leading linefeeds in body loop.
8072
8073 2006-10-31 [colin]      2.5.6cvs12
8074
8075         * src/etpan/imap-thread.c
8076         * src/imap.c
8077                 Make really sure to have NULL sets in case
8078                 of error
8079
8080 2006-10-30 [wwp]        2.5.6cvs11
8081
8082         * src/prefs_common.c
8083         * src/prefs_common.h
8084         * src/compose.c
8085                 fix broken storage of quote format template when it contains \-escape
8086                 sequences. The application of such sequences is also fixed now (\t
8087                 in quote format will be a real tab instead of a 't', for instance).
8088
8089 2006-10-27 [colin]      2.5.6cvs10
8090
8091         * src/compose.c
8092                 Probably fix bug 1045, 'sylpheed-claws 
8093                 doesn't remove the mail from the IMAP 
8094                 Queue folder after sending'. From
8095                 2.5.6cvs3-stable
8096
8097 2006-10-27 [colin]      2.5.6cvs9
8098
8099         * configure.ac
8100                 Require libetpan-0.48. I'm so annoying,
8101                 I know ;-)
8102
8103 2006-10-27 [colin]      2.5.6cvs8
8104
8105         * src/folder.c
8106         * src/imap.c
8107                 Probably fix bug 1044, 'sylpheed-claws 
8108                 segfaults while moving mails' - Fix relation
8109                 usage when moving to an IMAP mailbox from another
8110                 mailbox
8111
8112 2006-10-26 [paul]       2.5.6cvs7
8113
8114         * src/gtk/about.c
8115                 add libSM to compiled-in features
8116                 list
8117
8118 2006-10-24 [colin]      2.5.6cvs6
8119
8120         * src/textview.c
8121         * src/gtk/gtkutils.c
8122                 Fix crash when printing emails with an
8123                 xface
8124
8125 2006-10-24 [mones]      2.5.6cvs5
8126
8127         * manual/es/advanced.xml
8128                 Synchronize hidden option respect_flowed_format
8129         * po/es.po
8130                 Updated translation
8131
8132 2006-10-21 [paul]       2.5.6cvs4
8133
8134         * src/gtk/authors.h
8135         * src/plugins/pgpcore/pgp_viewer.c
8136         * src/plugins/pgpcore/sgpgme.c
8137                 fix building on BSDs
8138                 Thanks to Michael Hughes
8139                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8140
8141 2006-10-20 [colin]      2.5.6cvs3
8142
8143         * configure.ac
8144                 Bump up libetpan requirement
8145                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8146         * src/common/utils.c
8147         * src/common/utils.h
8148                 Add convenience get_file_mtime()
8149         * src/imap.c
8150         * src/etpan/imap-thread.c
8151         * src/etpan/imap-thread.h
8152                 Implement UIDPLUS support if the server
8153                 supports it - faster sending in this case
8154
8155 2006-10-19 [colin]      2.5.6cvs2
8156
8157         * src/gtk/quicksearch.c
8158                 Fix emptying in type-ahead+extended mode
8159         * src/mainwindow.c
8160         * src/mainwindow.h
8161                 Add a hook for offline state change
8162         * src/plugins/trayicon/trayicon.c
8163                 Use it to display offline icons
8164         * src/plugins/trayicon/Makefile.am
8165         * src/plugins/trayicon/newmail.offline.xpm
8166         * src/plugins/trayicon/newmarkedmail.offline.xpm
8167         * src/plugins/trayicon/nomail.offline.xpm
8168         * src/plugins/trayicon/unreadmail.offline.xpm
8169         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8170                 Add the icons
8171
8172 2006-10-12 [paul]       2.5.6cvs1
8173
8174         * NEWS
8175         * README
8176         * configure.ac
8177                 Update version number following
8178                 stable release
8179
8180 2006-10-19 [colin]      2.5.5cvs18
8181
8182         * manual/handling.xml
8183                 Add type-ahead search
8184
8185 2006-10-18 [colin]      2.5.5cvs17
8186
8187         * src/gtk/quicksearch.c
8188                 Remove "save to history only if there's
8189                 no syntax error", it breaks for some 
8190                 reason which I'll investigate later.
8191
8192 2006-10-18 [colin]      2.5.5cvs16
8193
8194         * src/prefs_common.c
8195         * src/prefs_common.h
8196         * src/summaryview.c
8197         * src/gtk/quicksearch.c
8198         * src/gtk/quicksearch.h
8199                 Add a type-ahead option for fast searches
8200                 Patch by Fabien Vantard
8201
8202 2006-10-18 [colin]      2.5.5cvs15
8203
8204         * src/compose.c
8205         * src/compose.h
8206                 Add Options/Reply mode/ menu to be able to
8207                 change the recipients of a reply on the fly
8208
8209 2006-10-18 [colin]      2.5.5cvs14
8210
8211         * src/compose.c
8212                 Fix redirecting of our own sent mails
8213
8214 2006-10-17 [wwp]        2.5.5cvs13
8215
8216         * src/send_message.c
8217                 Fix duplicate error messages when sending, and missing
8218                 newline in such error messages.
8219
8220 2006-10-17 [colin]      2.5.5cvs12
8221
8222         * src/compose.c
8223                 Compare addresses case-insensitive
8224
8225 2006-10-17 [colin]      2.5.5cvs11
8226
8227         * src/plugins/pgpcore/sgpgme.c
8228                 Fix return status
8229
8230 2006-10-17 [colin]      2.5.5cvs10
8231
8232         * src/plugins/pgpcore/pgp_viewer.c
8233                 Fix return status
8234
8235 2006-10-17 [colin]      2.5.5cvs9
8236
8237         * src/quote_fmt.c
8238                 Fix a typo (thanks to Fabien)
8239
8240 2006-10-16 [colin]      2.5.5cvs8
8241
8242         * src/textview.c
8243                 Fix problem with quote-folding when emails
8244                 don't convert cleanly to UTF-8
8245
8246 2006-10-14 [colin]      2.5.5cvs7
8247
8248         * src/prefs_template.c
8249                 Reset fields when reopening
8250                 the window
8251
8252 2006-10-13 [paul]       2.5.5cvs6
8253
8254         * manual/advanced.xml
8255         * src/prefs_message.c
8256                 make 'respect_flowed_format' a hidden
8257                 option, and add a manual entry for it
8258                 Thanks to Colin
8259
8260 2006-10-12 [colin]      2.5.5cvs5
8261
8262         * src/codeconv.c
8263                 Revert part of 2.5.2cvs21:
8264                 Don't optimise by reusing the 
8265                 last iconv converter if possible:
8266                 it seems slightly broken in a 
8267                 very hard way to reproduce
8268
8269 2006-10-12 [colin]      2.5.5cvs4
8270
8271         * src/prefs_common.c
8272         * src/prefs_common.h
8273         * src/prefs_message.c
8274         * src/procmime.c
8275                 Fix bug 1035, 'Incorrect handling 
8276                 of flowed lines'. We now optionnaly
8277                 handle this format (preference is in
8278                 Message View/Text options section)
8279
8280 2006-10-12 [colin]      2.5.5cvs3
8281
8282         * po/POTFILES.in
8283                 Add new file
8284         * src/plugins/pgpcore/pgp_viewer.c
8285         * src/plugins/pgpcore/sgpgme.c
8286                 Don't try to import without asking
8287
8288 2006-10-12 [colin]      2.5.5cvs2
8289
8290         * src/compose.c
8291                 Fix bug 1036, 'Forwarding a mutlipart
8292                 mail with a "text/html" block to ms
8293                 outlook users leeds to freeze of
8294                 outlook'. Poor outlook users...
8295
8296 2006-10-12 [paul]       2.5.5cvs1
8297
8298         * NEWS
8299         * README
8300         * configure.ac
8301                 Update version number following
8302                 stable release
8303
8304 2006-10-11 [paul]       2.5.4cvs1
8305
8306         * NEWS
8307         * README
8308         * configure.ac
8309                 Update version number following
8310                 stable release
8311
8312 2006-10-11 [paul]       2.5.3cvs32
8313
8314         * src/textview.c
8315                 fix bug 1032, 'Segmentation fault when showing
8316                 message' (bug in quote folding)
8317                 Thanks to Colin
8318
8319 2006-10-10 [colin]      2.5.3cvs31
8320
8321         * src/quote_fmt.c
8322                 Rephrase english a bit
8323
8324 2006-10-10 [colin]      2.5.3cvs30
8325
8326         * src/prefs_compose_writing.c
8327                 Stop making the page larger than the window
8328
8329 2006-10-10 [wwp]        2.5.3cvs29
8330
8331         * src/compose.c
8332         * src/prefs_template.c
8333         * src/quote_fmt.c
8334         * src/quote_fmt.h
8335         * src/quote_fmt_lex.l
8336         * src/quote_fmt_parse.y
8337                 Extend the quote parser a bit: allow to get access to
8338                 basic (composing) account info.
8339
8340 2006-10-10 [colin]      2.5.3cvs28
8341
8342         * src/procheader.c
8343                 Fix this \t problem in subject
8344
8345 2006-10-09 [colin]      2.5.3cvs27
8346
8347         * src/main.c
8348         * src/prefs_gtk.c
8349                 Prepare cache a bit later
8350                 If section already exists, skip the new one 
8351                 (as previously); avoid writing the same block
8352                 twice - if we find a second block with the 
8353                 same id, skip it.
8354         * src/plugins/pgpcore/pgp_viewer.c
8355                 Set cursor to busy when retrieving a key
8356         * src/plugins/pgpcore/sgpgme.c
8357                 allow 5 seconds for gpg to export the key
8358                 
8359
8360 2006-10-09 [colin]      2.5.3cvs26
8361
8362         * configure.ac
8363         * src/msgcache.c
8364         * src/prefs_gtk.c
8365                 Check for existence of fgets_unlocked
8366                 and fwrite_unlocked
8367
8368 2006-10-09 [paul]       2.5.3cvs25
8369
8370         * src/prefs_summaries.c
8371                 replace strftime() with fast_strftime() and in
8372                 the consequence fix the bug in the display of
8373                 AM/PM in the 'Example' string
8374
8375 2006-10-09 [ticho]      2.5.3cvs24
8376
8377         * po/sk.po
8378                 Updated (and fixed up somewhat) Slovak translation.
8379
8380 2006-10-08 [colin]      2.5.3cvs23
8381
8382         * src/prefs_folder_item.c
8383                 Explain why prefs in the top-level folder
8384                 aren't retained, but are still useful
8385
8386 2006-10-08 [colin]      2.5.3cvs22
8387
8388         * src/prefs_gtk.c
8389                 Don't cache anything if caching fails
8390
8391 2006-10-08 [colin]      2.5.3cvs21
8392
8393         * src/common/utils.c
8394                 always include gi18n.h
8395
8396 2006-10-07 [colin]      2.5.3cvs20
8397
8398         * src/plugins/pgpcore/pgp_viewer.c
8399                 Kill gpg after 5 seconds wait
8400
8401 2006-10-07 [colin]      2.5.3cvs19
8402
8403         * src/plugins/pgpcore/pgp_viewer.c
8404         * src/plugins/pgpcore/pgp_viewer.h
8405                 Fix copyright
8406
8407 2006-10-07 [colin]      2.5.3cvs18
8408
8409         * src/plugins/pgpcore/pgp_viewer.c
8410         * src/plugins/pgpcore/pgp_viewer.h
8411                 Actually add the files to CVS
8412
8413 2006-10-07 [colin]      2.5.3cvs17
8414
8415         * src/plugins/pgpcore/sgpgme.c
8416                 Be sure not to crash on 'application/pgp-signature' that
8417                 are not application/pgp-signatures
8418
8419 2006-10-07 [colin]      2.5.3cvs16
8420
8421         * src/textview.c
8422         * src/textview.h
8423                 Make a bit more of the API available
8424         * src/plugins/pgpcore/Makefile.am
8425         * src/plugins/pgpcore/plugin.c
8426         * src/plugins/pgpcore/sgpgme.c
8427                 Add basic key import/export
8428
8429 2006-10-07 [colin]      2.5.3cvs15
8430
8431         * src/folderview.c
8432         * src/imap.c
8433         * src/prefs_account.c
8434         * src/wizard.c
8435                 Warn users *everywhere* if libetpan's not
8436                 linked in
8437
8438 2006-10-06 [mones]      2.5.3cvs14
8439
8440         * po/de.po
8441         * po/es.po
8442                 updated by Stephan Sachse and me
8443
8444 2006-10-06 [colin]      2.5.3cvs13
8445
8446         * src/main.c
8447         * src/common/sylpheed.c
8448                 Don't load common plugins if --exit is passed
8449         * src/prefs_gtk.c
8450         * src/prefs_gtk.h
8451                 Implement a cache to avoid reading the same
8452                 files over and over again at startup
8453
8454 2006-10-06 [colin]      2.5.3cvs12
8455
8456         * src/summaryview.c
8457         * src/gtk/quicksearch.c
8458                 Update display every 5k mails on fast searches
8459
8460 2006-10-06 [colin]      2.5.3cvs11
8461
8462         * src/textview.c
8463                 Don't do quote folding on HTML or ERTF.
8464                 May fix the Cygwin issues if they were
8465                 happening with HTML mails?
8466
8467 2006-10-05 [colin]      2.5.3cvs10
8468
8469         * src/prefs_gtk.c
8470                 Oops, forgot one
8471
8472 2006-10-05 [colin]      2.5.3cvs9
8473
8474         * src/prefs_gtk.c
8475                 Use unlocked_stdio here too
8476
8477 2006-10-05 [colin]      2.5.3cvs8
8478
8479         * src/folderview.c
8480                 Fix go to next * after preferences apply
8481         * src/msgcache.c
8482                 Do the fd lock/unlock ourselves instead of
8483                 letting the libc do it at each write 
8484
8485 2006-10-05 [colin]      2.5.3cvs7
8486
8487         * src/common/utils.c
8488                 Faster division, thanks to Jean Diraison
8489
8490 2006-10-05 [paul]       2.5.3cvs6
8491
8492         * src/common/utils.c
8493                 fix building with --disable-nls
8494
8495 2006-10-04 [colin]      2.5.3cvs5
8496
8497         * src/folder.c
8498                 Maybe fix a segfault
8499
8500 2006-10-04 [wwp]        2.5.3cvs4
8501
8502         * src/prefs_folder_item.c
8503                 Fine-tune layouts in folder item prefs. Suggested by
8504                 Fabien Vantard <fzzzzz@gmail.com>.
8505
8506 2006-10-04 [wwp]        2.5.3cvs3
8507
8508         * src/prefs_folder_item.c
8509                 Kill the clandestine passengers. You didn't see anything.
8510
8511 2006-10-04 [wwp]        2.5.3cvs2
8512
8513         * src/prefs_folder_item.c
8514                 Add a way to test the subject simplify regexp in
8515                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8516                 w/ few layout changes.
8517
8518 2006-20-04 [paul]       2.5.3cvs1
8519
8520         * NEWS
8521         * README
8522         * configure.ac
8523                 Update version number following
8524                 stable release
8525
8526 2006-10-04 [colin]      2.5.2cvs42
8527
8528         * src/folder.c
8529         * src/folder.h
8530         * src/summaryview.c
8531                 Provide a way for folder classes to set their sort
8532                 type and key
8533
8534 2006-10-03 [colin]      2.5.2cvs41
8535
8536         * src/mh.c
8537                 Don't use strlen() to know if the
8538                 string's empty
8539
8540 2006-10-03 [colin]      2.5.2cvs40
8541
8542         * src/mh.c
8543                 Fix "check for new folders" with accentued folders
8544
8545 2006-10-03 [ticho]      2.5.2cvs39
8546
8547         * src/filtering.c
8548         * src/folder.c
8549         * src/inc.c
8550         * src/mbox.c
8551                 Colin's fix for "copy" filtering rules.
8552
8553 2006-10-02 [colin]      2.5.2cvs38
8554
8555         * src/folderview.c
8556                 Fix for double-click too
8557
8558 2006-10-02 [colin]      2.5.2cvs37
8559
8560         * src/folderview.c
8561                 correct fix for cvs36
8562
8563 2006-10-02 [colin]      2.5.2cvs36
8564
8565         * src/folderview.c
8566                 Fix 'goto next unread' after collapsing/expanding 
8567                 a node.
8568
8569 2006-10-02 [colin]      2.5.2cvs35
8570
8571         * src/summaryview.c
8572                 Fix double freeze/thaw
8573         * src/common/utils.c
8574         * src/common/utils.h
8575                 Reimplement strftime
8576         * src/procheader.c
8577                 Use it
8578
8579
8580 2006-10-02 [colin]      2.5.2cvs34
8581
8582         * src/mh.c
8583                 Time mh_write_sequences() - it's fast
8584         * src/summaryview.c
8585                 Init a variable to shut up gcc
8586
8587 2006-10-01 [colin]      2.5.2cvs33
8588
8589         * src/folder.c
8590         * src/mh.c
8591         * src/mh.h
8592         * src/msgcache.c
8593                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8594                 Add fsync but disable it, it's slow as hell
8595
8596 2006-10-01 [colin]      2.5.2cvs32
8597
8598         * src/mh.c
8599         * src/msgcache.c
8600                 fflush() caches and mh_sequences before
8601                 fclose()ing
8602
8603 2006-10-01 [colin]      2.5.2cvs31
8604
8605         * src/msgcache.c
8606                 Don't ftruncate when not using mmap
8607
8608 2006-09-30 [colin]      2.5.2cvs30
8609
8610         * src/main.c
8611                 Write folder list *after* saving caches
8612
8613 2006-09-30 [colin]      2.5.2cvs29
8614
8615         * src/folder.c
8616         * src/mh.c
8617                 Debug forced mtime changes
8618
8619 2006-09-30 [colin]      2.5.2cvs28
8620
8621         * src/folder.c
8622         * src/main.c
8623                 Remove useless debug_print()s (code
8624                 well-tested)
8625
8626 2006-09-30 [colin]      2.5.2cvs27
8627
8628         * src/mh.c
8629                 Do stuff faster when writing mh_sequences
8630
8631 2006-09-30 [colin]      2.5.2cvs26
8632
8633         * src/mh.c
8634                 Don't let the writing of .mh_sequences, which
8635                 can change the folder's mtime, let us think
8636                 we need to scan.
8637
8638 2006-09-30 [colin]      2.5.2cvs25
8639
8640         * src/folder.c
8641                 Move a debug_print where it belongs 
8642                 (processing)
8643         * src/summaryview.c
8644                 Don't mess with a huge slow subject
8645                 table if we're not threading by
8646                 subject
8647
8648 2006-09-30 [colin]      2.5.2cvs24
8649
8650         * src/msgcache.c
8651                 Reenable mmaped reads (*not* writes!)
8652         * src/procmsg.c
8653                 Don't destroy and recreate hashtables just
8654                 for fun
8655         * src/common/utils.c
8656                 Remove useless reply prefixes (it's case
8657                 unsensitive)
8658
8659 2006-09-30 [wwp]        2.5.2cvs23
8660
8661         * tools/fix_date.sh
8662                 Fixed a minor bug in date value extraction, added a switch
8663                 to replace non RFC-compliant Date: value, added a switch
8664                 to use strict RFC matching patterns for dates.
8665
8666 2006-09-29 [colin]      2.5.2cvs22
8667
8668         * src/matcher_parser.h
8669         * src/matcher_parser_parse.y
8670         * src/prefs_filtering.c
8671         * src/statusbar.c
8672         * src/summary_search.c
8673         * src/summaryview.c
8674         * src/gtk/quicksearch.c
8675         * src/gtk/quicksearch.h
8676                 Optimise searches by setting different
8677                 refresh intervals (depending if the 
8678                 search is fast or not)
8679
8680 2006-09-29 [colin]      2.5.2cvs21
8681
8682         * src/codeconv.c
8683                 Optimise by reusing the last iconv converter
8684                 if possible
8685         * src/textview.c
8686                 Optimise a bit (the foldable quotes feature
8687                 still has an awful O(n^2) algo
8688
8689 2006-09-29 [colin]      2.5.2cvs20
8690
8691         * src/gtk/gtksctree.c
8692         * src/gtk/gtksctree.h
8693                 Optimise de-selection via up/down or
8694                 another key
8695
8696 2006-09-28 [colin]      2.5.2cvs19
8697
8698         * src/action.c
8699         * src/compose.c
8700         * src/folderview.c
8701         * src/mainwindow.c
8702         * src/messageview.c
8703         * src/summary_search.c
8704         * src/toolbar.c
8705                 Avoid using summaryview->ctree directly
8706
8707 2006-09-28 [colin]      2.5.2cvs18
8708
8709         * src/summaryview.c
8710         * src/summaryview.h
8711                 Add helpers to freeze/thaw/grab_focus
8712                 Factorize calls to freeze/thaw/grab_focus
8713                 
8714
8715 2006-09-28 [colin]      2.5.2cvs17
8716
8717         * src/main.c
8718                 More guards for the session management
8719
8720 2006-09-28 [colin]      2.5.2cvs16
8721
8722         * src/folderview.c
8723         * src/gtk/gtksctree.c
8724         * src/gtk/gtksctree.h
8725                 Make expanding not recursive in folderview
8726
8727 2006-09-28 [colin]      2.5.2cvs15
8728
8729         * src/addressbook.c
8730                 If nothing is selected in the list (right part)
8731                 and a group is selected in the tree (left part),
8732                 mail this group.
8733
8734 2006-09-28 [colin]      2.5.2cvs14
8735
8736         * src/Makefile.am
8737                 Actually use SM_LIBS
8738
8739 2006-09-28 [ticho]      2.5.2cvs13
8740
8741         * src/export.c
8742         * src/messageview.c
8743         * src/mimeview.c
8744         * src/news.c
8745         * src/pop.c
8746         * src/prefs_themes.c
8747         * src/procmsg.c
8748                 Small i18n string optimization.
8749         * src/send_message.c
8750         * src/summaryview.c
8751         * src/common/session.c
8752         * src/common/smtp.c
8753         * src/common/ssl_certificate.c
8754         * src/common/utils.c
8755                 Use "Couldn't" instead of "Can't" in UI messages,
8756                 where appropriate.
8757
8758 2006-09-28 [colin]      2.5.2cvs12
8759
8760         * configure.ac
8761                 Possibly fix link errors
8762
8763 2006-09-27 [wwp]        2.5.2cvs11
8764
8765         * src/gtk/authors.h
8766         * doc/man/sylpheed-claws.1
8767         * manual/ack.xml
8768         * manual/es/ack.xml
8769         * manual/fr/ack.xml
8770         * manual/pl/ack.xml
8771                 Updated authors info (me, myself and I).
8772
8773 2006-09-27 [colin]      2.5.2cvs10
8774
8775         * src/addressbook.c
8776                 Remove useless printf
8777
8778 2006-09-27 [wwp]        2.5.2cvs9
8779
8780         * src/editgroup.c
8781         * src/send_message.c
8782         * src/inc.c
8783         * src/prefs_common.c
8784         * src/prefs_common.h
8785         * src/gtk/progressdialog.c
8786                 remember more windows' sizes (send dialog, received dialog,
8787                 edit group in addressbook).
8788
8789 2006-09-27 [colin]      2.5.2cvs8
8790
8791         * configure.ac
8792         * src/main.c
8793         * src/mainwindow.h
8794                 Use libSM to communicate with the session
8795                 manager, so that we can know when the 
8796                 session ends, save our caches, and draft
8797                 our compose windows.
8798
8799 2006-09-27 [colin]      2.5.2cvs7
8800
8801         * src/addressbook.c
8802                 Fix issues:
8803                 o Allow Book and Group creation from the tree's
8804                   contextual menu
8805                 o Do not actually delete the contacts when 
8806                   deleting groups from the tree (duh!)
8807
8808 2006-09-27 [colin]      2.5.2cvs6
8809
8810         * src/compose.c
8811         * src/compose.h
8812         * src/mainwindow.c
8813         * src/textview.c
8814         * src/toolbar.c
8815                 o Allow passing an email address to 
8816                   compose_new_with_folderitem
8817                 o Update callers
8818                 o Use current folderitem when clicking
8819                   on a TextView mailto: link
8820                 o Fix a possible leak in TextView
8821
8822 2006-09-27 [colin]      2.5.2cvs5
8823
8824         * src/html.c
8825                 Use UTF-8 chars to replace HTML entities
8826
8827 2006-09-27 [colin]      2.5.2cvs4
8828
8829         * AUTHORS
8830         * src/prefs_account.c
8831         * src/gtk/authors.h
8832                 Fix bug #1024 (Array index out of
8833                 range in sylpheed-claws-2.5.2)
8834                 Patch by Ales Nosek <anosek@suse.cz>
8835
8836 2006-09-27 [colin]      2.5.2cvs3
8837
8838         * src/addr_compl.c
8839                 Actually do the test
8840
8841 2006-09-27 [colin]      2.5.2cvs2
8842
8843         * src/addr_compl.c
8844         * src/addr_compl.h
8845                 Allow completing with comma (in certain cases: vCalendar
8846                 for example doesn't support that)
8847                 Patch by Fabien Vantard
8848
8849 2006-09-26 [colin]      2.5.2cvs1
8850
8851         * src/Makefile.am
8852         * src/addr_compl.c
8853         * src/addr_compl.h
8854         * src/addrbook.c
8855         * src/addrbook.h
8856         * src/addressbook.c
8857         * src/addrindex.c
8858         * src/addrindex.h
8859         * src/compose.c
8860         * src/prefs_common.c
8861         * src/prefs_filtering_action.c
8862         * src/prefs_folder_item.c
8863         * src/prefs_template.c
8864         * src/stock_pixmap.c
8865         * src/stock_pixmap.h
8866         * src/pixmaps/addr_one.xpm
8867         * src/pixmaps/addr_two.xpm
8868                 Add auto-completion on groups
8869
8870 2006-09-26 [colin]      2.5.2
8871
8872         * NEWS
8873         * README
8874         * RELEASE_NOTES
8875                 2.5.2 released
8876
8877 2006-09-26 [colin]      2.5.1cvs5
8878
8879         * src/matcher.c
8880                 Fix condition
8881
8882 2006-09-26 [colin]      2.5.1cvs4
8883
8884         * src/mbox.c
8885                 Revert cvs1 (useless as the message is printed 
8886                 every 500 mails)
8887
8888 2006-09-26 [colin]      2.5.1cvs3
8889
8890         * src/partial_download.c
8891                 Fix crasher found by Alexsandar Urosevic
8892
8893 2006-09-26 [colin]      2.5.1cvs2
8894
8895         * src/summaryview.c
8896                 Fix bug #1023 (Sylpheed deletes too much messages)
8897
8898 2006-09-26 [ticho]      2.5.1cvs1
8899
8900         * src/mbox.c
8901                 Make use of gettext's multiple plurals for statusbar
8902                 progress message.
8903
8904 2006-09-25 [paul]       2.5.1
8905
8906         * NEWS
8907         * README
8908         * RELEASE_NOTES
8909                 2.5.1 released
8910
8911 2006-09-25 [colin]      2.5.0cvs3
8912
8913         * src/plugins/bogofilter/bogofilter.c
8914         * src/plugins/clamav/clamav_plugin.c
8915         * src/plugins/spamassassin/spamassassin.c
8916                 BogoFilter, Spamassassin: Fix double hook registering after
8917                 visiting preferences
8918                 Spamassassin, Clamav: Just set the mails to move instead of
8919                 doing the move - caller will move the things at once.
8920
8921 2006-09-25 [colin]      2.5.0cvs2
8922
8923         * src/imap.c
8924         * src/etpan/imap-thread.c
8925                 Use UID SEARCH ALL instead of UID 1:*
8926                 (braindead servers can't figure out that's
8927                 the same...)
8928
8929 2006-09-25 [wwp]        2.5.0cvs1
8930
8931         * src/message_search.c
8932                 Added the ability to stop a running search (in message body).
8933
8934 2006-09-25 [paul]       2.5.0
8935
8936         * NEWS
8937         * README
8938         * RELEASE_NOTES
8939                 2.5.0 released
8940
8941 2006-09-25 [paul]       2.4.0cvs214
8942
8943         * po/cs.po
8944         * po/de.po
8945         * po/fi.po
8946         * po/fr.po
8947         * po/nl.po
8948         * po/pt_BR.po
8949         * po/sk.po
8950         * po/sr.po
8951         * po/zh_CN.po
8952                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8953                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8954                 Ticho, Aleksander Urosevic, Ralgh Young
8955
8956 2006-09-24 [mones]      2.4.0cvs213
8957
8958         * po/es.po
8959                 Updated for release
8960
8961 2006-09-23 [colin]      2.4.0cvs212
8962
8963         * src/gtk/inputdialog.c
8964                 Fix [ ] remember this appearing in normal
8965                 input dialogs after it's been used by
8966                 mimeview.
8967         * src/folder.c
8968         * src/folderview.c
8969         * src/msgcache.c
8970         * src/procmsg.c
8971         * src/summaryview.c
8972         * src/textview.c
8973         * src/common/timing.h
8974                 Enable timings in debug mode and make it
8975                 look prettier.
8976
8977 2006-09-22 [colin]      2.4.0cvs211
8978
8979         * README
8980                 Revert test change
8981         * commitHelper
8982                 ping the correct URI
8983
8984 2006-09-22 [colin]      2.4.0cvs210
8985
8986         * README
8987                 Let's see if bug #1022 is fixed
8988
8989 2006-09-21 [colin]      2.4.0cvs209
8990
8991         * src/wizard.c
8992         * src/common/plugin.c
8993                 Prepare infra to load predefined plugins when
8994                 no configuration existed. Don't actually load
8995                 anything yet (feat. freeze)
8996
8997 2006-09-21 [wwp]        2.4.0cvs208
8998
8999         * manual/fr/faq.xml
9000                 Partial sync w/ 2.4.0cvs72:
9001                 wrap file and minor updates.
9002
9003 2006-09-21 [wwp]        2.4.0cvs207
9004
9005         * tools/fix_date.sh
9006                 several fixes and enhancements. A new --force switch has been
9007                 added to prevent overriding by default Date: header when
9008                 already existing.
9009
9010 2006-09-21 [paul]       2.4.0cvs206
9011
9012         * src/common/utils.c
9013                 add Chinese UTF8 Re prefix
9014
9015 2006-09-21 [wwp]        2.4.0cvs205
9016
9017         * tools/Makefile.am
9018                 Fics alfabettical order.
9019
9020 2006-09-21 [wwp]        2.4.0cvs204
9021
9022         * tools/fix_date.sh
9023         * tools/Makefile.am
9024                 Added an action tool to fix missing Date field in emails.
9025                 Updated Makefile.am to reflect those last two additions.
9026
9027 2006-09-21 [wwp]        2.4.0cvs203
9028
9029         * tools/uuooffice
9030                 Added a action tool to open uuencoded docs w/
9031                 OpenOffice (based on uudec method).
9032
9033 2006-09-21 [colin]      2.4.0cvs202
9034
9035         * src/compose.c
9036         * src/textview.c
9037                 Workaround possible GTK crash: remove selection 
9038                 clipboard before destroying widget, or GTK+-2.10
9039                 dies. Thanks to Hiro.
9040
9041 2006-09-20 [colin]      2.4.0cvs201
9042
9043         * src/compose.c
9044                 Fix free-after-use in some cases (when 
9045                 procmime_encode_content() frees mimeinfo->data.mem
9046                 and turns it to a temp file)
9047
9048 2006-09-20 [colin]      2.4.0cvs200
9049
9050         * src/folderview.c
9051         * src/summaryview.c
9052         * src/gtk/gtksctree.c
9053         * src/gtk/gtksctree.h
9054                 Add tooltips in the folderview and summaryview
9055                 (Doesn't break string freeze as they already
9056                 exist)
9057         * src/toolbar.c
9058                 Put the spam button in the default configuration
9059                 if compiled with bogo plugin too
9060
9061 2006-09-19 [colin]      2.4.0cvs199
9062
9063         * src/summaryview.c
9064         * src/summaryview.h
9065                 Update folder name label on folder rename
9066         * src/prefs_matcher.c
9067         * src/gtk/logwindow.h
9068                 Fix warnings
9069                 Patches by Fabien
9070
9071 2006-09-19 [wwp]        2.4.0cvs198
9072
9073         * src/summary_search.c
9074                 fix can't click forward/backward buttons in the
9075                 search messages.
9076
9077 2006-09-18 [paul]       2.4.0cvs197
9078
9079         * src/wizard.c
9080                 add missing bracket, capitalise the A of
9081                 'SpamAssassin'
9082
9083 2006-09-18 [paul]       2.4.0cvs196
9084
9085         * src/compose.c
9086                 fix bug 1012 'crashed upon sending mail
9087                 from compose window'
9088                 Thanks to Colin
9089
9090 2006-09-16 [colin]      2.4.0cvs195
9091
9092         * src/folderview.c
9093                 Fix "real-time" sorting by freezing/thawing
9094
9095 2006-09-16 [colin]      2.4.0cvs194
9096
9097         * manual/faq.xml
9098                 Fix the anti-spam entry a bit
9099
9100 2006-09-16 [colin]      2.4.0cvs193
9101
9102         * src/wizard.c
9103                 Make sure reviewers have no excuse when stating
9104                 Sylpheed-Claws doesn't have antispam capabilities.
9105
9106 2006-09-16 [colin]      2.4.0cvs192
9107
9108         * src/main.c
9109                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9110                 as if the SIGPIPE comes from etpan's thread we could
9111                 trigger a GUI update from this thread.
9112
9113 2006-09-16 [colin]      2.4.0cvs191
9114
9115         * src/summaryview.c
9116                 Init all members of the struct
9117
9118 2006-09-16 [paul]       2.4.0cvs190
9119
9120         * src/account.c
9121                 improvements to the English
9122
9123 2006-09-15 [colin]      2.4.0cvs189
9124
9125         * src/summaryview.c
9126                 HIG order on dialog
9127
9128 2006-09-14 [colin]      2.4.0cvs188
9129
9130         * src/common/socket.c
9131         * src/common/socket.h
9132         * src/common/ssl.c
9133         * src/common/ssl_certificate.c
9134         * src/common/ssl_certificate.h
9135         * src/etpan/imap-thread.c
9136                 the get_fqdn() call done to get canonical name when
9137                 checking an SSL certificate is blocking, which is
9138                 sad as we just did a non-blocking lookup to connect.
9139                 Fix that by letting the fqdn available to the SockInfo,
9140                 and use that in ssl_certificate_check(). For IMAP,
9141                 we don't do it as the lookup's done by libetpan, but
9142                 it's less annoying as IMAP connections as much more
9143                 rare than POP3 connections.
9144
9145 2006-09-14 [paul]       2.4.0cvs187
9146
9147         * manual/advanced.xml
9148                 improvements to the English,
9149                 properly place the new hidden options
9150                 within the alphabetical order
9151         * src/gtk/pluginwindow.c
9152                 improvements to the English
9153
9154 2006-09-14 [colin]      2.4.0cvs186
9155
9156         * src/prefs_common.c
9157         * src/prefs_common.h
9158         * src/gtk/gtksctree.c
9159         * manual/advanced.xml
9160                 New hidden pref, stripes_color_offset, to change
9161                 the value added/substracted to normal bgcolor to
9162                 create the stripes in summaries
9163
9164 2006-09-13 [colin]      2.4.0cvs185
9165
9166         * src/gedit-print.c
9167         * src/messageview.c
9168         * src/messageview.h
9169         * src/summaryview.c
9170         * src/textview.c
9171                 Fix misc. printing issues: 
9172                 - Bad font for linkified headers
9173                 - Different font if the mail was displayed or not
9174                 - Factorize the thing
9175
9176 2006-09-13 [colin]      2.4.0cvs184
9177
9178         * src/common/ssl_certificate.c
9179                 Only get FQDN once when checking certificate
9180
9181 2006-09-13 [colin]      2.4.0cvs183
9182
9183         * src/account.c
9184         * src/gtk/pluginwindow.c
9185                 Misc. GUI fixes by Fabien
9186
9187 2006-09-13 [wwp]        2.4.0cvs182
9188
9189         * configure.ac
9190         * src/common/utils.h
9191         * src/common/utils.c
9192                 get rid of unused wide-char functions.
9193
9194 2006-09-13 [wwp]        2.4.0cvs181
9195
9196         * src/plugins/pgpinline/sylpheed.def
9197         * src/textview.c
9198                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9199                 add privacy_reset_error to the .def file,
9200                 do not fork for an external textviewer.
9201
9202 2006-09-13 [wwp]        2.4.0cvs180
9203
9204         * src/prefs_common.c
9205                 fix broken font entry in prefs (patch issued by the gpg4win team,
9206                 probably by Marcus Brinkmann <marcus@g10code.de>).
9207
9208 2006-09-13 [colin]      2.4.0cvs179
9209
9210         * src/folder.h
9211                 Fix a warning in summaryview.c
9212         * src/mainwindow.c
9213         * src/summaryview.c
9214         * src/summaryview.h
9215                 Add missing Mark/* elements in the
9216                 main menu
9217
9218 2006-09-12 [colin]      2.4.0cvs178
9219
9220         * src/prefs_actions.c
9221         * src/prefs_filtering_action.c
9222         * src/prefs_matcher.c
9223                 Use (New) instead of New everywhere
9224
9225 2006-09-12 [wwp]        2.4.0cvs177
9226
9227         * manual/fr/addrbook.xml
9228         * manual/fr/handling.xml
9229                 updated some quotes in the fr manual to match the fr translation.
9230
9231 2006-09-12 [wwp]        2.4.0cvs176
9232
9233         * src/prefs_matcher.c
9234                 don't store translated string elements in matcher expressions.
9235                 Also fixed a misused of Q_().
9236
9237 2006-09-11 [wwp]        2.4.0cvs175
9238
9239         * src/plugins//bogofilter/bogofilter.c
9240         * src/plugins//clamav/clamav_plugin.c
9241         * src/plugins//demo/demo.c
9242         * src/plugins//dillo_viewer/dillo_viewer.c
9243         * src/plugins//pgpcore/plugin.c
9244         * src/plugins//pgpinline/plugin.c
9245         * src/plugins//pgpmime/plugin.c
9246         * src/plugins//spamassassin/spamassassin.c
9247                 gettext-ize more strings (mostly plugin error messages).
9248
9249 2006-09-11 [colin]      2.4.0cvs174
9250
9251         * src/alertpanel.c
9252                 Make maximum buffer size bigger to avoid
9253                 truncating translated messages. Patch by
9254                 Fabien
9255
9256 2006-09-11 [colin]      2.4.0cvs173
9257
9258         * src/etpan/imap-thread.c
9259                 Fix compilation on OpenBSD, thanks to 
9260                 Landry
9261
9262 2006-09-10 [wwp]        2.4.0cvs172
9263
9264         * manual/account.xml
9265         * manual/addrbook.xml
9266         * manual/handling.xml
9267         * manual/es/handling.xml
9268         * manual/fr/account.xml
9269         * manual/fr/addrbook.xml
9270         * manual/fr/handling.xml
9271                 documented addressbook matching (condition configuration):
9272                   addrbook.xml, en fr
9273                 documented per-account filtering rules (handling/filtering
9274                   section, account section):
9275                   account.xml, handling.xml, en fr
9276                 slightly updated the handling/searching section to tell few
9277                   words about the extended search ability:
9278                   handling.xml, en fr
9279                 added missing <quote></quotes> to Quick Search:
9280                   handling.xml, en fr es
9281                 fixed a typo (auomatically):
9282                   handling.xml, en
9283                 changes revisited by Paul.
9284
9285 2006-09-10 [paul]       2.4.0cvs171
9286
9287         * src/prefs_actions.c
9288         * src/prefs_filtering.c
9289         * src/prefs_template.c
9290                 adjustments to the gui
9291                 Patch by Fabien Vantard (slightly modified)
9292
9293 2006-09-10 [colin]      2.4.0cvs170
9294
9295         * src/summaryview.c
9296                 Check folderitem/summaryview consistency
9297                 (basically automates Update summary). Fixes
9298                 #1011 (wrong (negative) count on unread 
9299                 messages)
9300
9301 2006-09-10 [colin]      2.4.0cvs169
9302
9303         * src/gtk/gtksctree.c
9304                 Fix recursive expansion via mouse
9305         * src/plugins/bogofilter/bogofilter.c
9306                 Use normal filtering way of moving
9307                 messages (batching), possibly fixing
9308                 bug #1015 (Bogofilter plugin doubles 
9309                 new messages)
9310
9311 2006-09-09 [wwp]        2.4.0cvs168
9312
9313         * src/prefs_filtering.c
9314                 better place for this fix.
9315
9316 2006-09-09 [wwp]        2.4.0cvs167
9317
9318         * src/prefs_filtering.c
9319                 fix a minor bug when the enabled status of a filtering/processing
9320                 rule always got set to TRUE when replacing this rule. That still
9321                 make sense when adding a new rule, but now when replacing, we
9322                 don't override the value of 'enabled'.
9323                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9324                 to prefs_filtering_list_view_get_info() as this function not only
9325                 returns the name, but also the account_id and the enabled status.
9326
9327 2006-09-09 [mones]      2.4.0cvs166
9328
9329         * manual/glossary.xml
9330         * manual/plugins.xml
9331                 Minor format corrections
9332         * manual/gpl.xml
9333                 Fix misplaced NO WARRANTY section
9334         * manual/es/advanced.xml
9335         * manual/es/faq.xml
9336         * manual/es/glossary.xml
9337         * manual/es/gpl.xml
9338         * manual/es/handling.xml
9339         * manual/es/plugins.xml
9340         * manual/es/starting.xml
9341                 Incorporate changes from English version
9342         * manual/fr/ack.xml
9343         * manual/pl/ack.xml
9344         * manual/es/ack.xml
9345                 Fix address, (add translation credits in es version)
9346         * po/es.po
9347                 Updated translation
9348
9349 2006-09-09 [wwp]        2.4.0cvs165
9350
9351         * src/prefs_filtering.c
9352                 fix a crash when opening filtering prefs, if matcherrc file contains
9353                 broken data (non-existing account id, which is theoretically not
9354                 possible).
9355
9356 2006-09-08 [colin]      2.4.0cvs164
9357
9358         * src/folder.c
9359                 Wrong assert, make it an if()
9360         * src/gtk/gtksctree.c
9361                 Fix bug #1013 (expand selected thread 
9362                 tree) - expanding is now recursive
9363
9364 2006-09-07 [wwp]        2.4.0cvs163
9365
9366         * src/prefs_matcher.c
9367                 make better sentences about addressbook matching in the
9368                 matcher prefs. This should make translators' work easier
9369                 too.
9370
9371 2006-09-07 [wwp]        2.4.0cvs162
9372
9373         * src/prefs_filtering.c
9374                 code simplification (get rid of dup var. assignment).
9375
9376 2006-09-07 [wwp]        2.4.0cvs161
9377
9378         * src/summaryview.c
9379                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9380                 <fzzzzz@gmail.com>.
9381
9382 2006-09-07 [paul]       2.4.0cvs160
9383
9384         * src/mimeview.c
9385                 fix compilation warnings
9386                 Thanks to Colin
9387
9388 2006-09-07 [paul]       2.4.0cvs159
9389
9390         * src/mimeview.c
9391                 select the mimepart icon when
9392                 displaying as text
9393                 Thanks to Colin
9394
9395 2006-09-06 [paul]       2.4.0cvs158
9396
9397         * src/prefs_filtering.c
9398                 fix labels and table element spacing
9399                 Patch by Fabien Vantard
9400
9401 2006-09-06 [paul]
9402
9403         2.5.0-rc3 released
9404
9405 2006-09-06 [paul]       2.4.0cvs157
9406
9407         * manual/es/advanced.xml
9408                 fix typo
9409
9410 2006-09-06 [wwp]        2.4.0cvs156
9411
9412         * src/mainwindow.c
9413                 fix an dup launch issue when iconified, thanks to Colin.
9414
9415 2006-09-06 [wwp]        2.4.0cvs155
9416
9417         * src/gtk//gtksctree.h
9418                 oops, forgot that one!
9419
9420 2006-09-06 [wwp]        2.4.0cvs154
9421
9422         * manual/pl/advanced.xml
9423         * manual/advanced.xml
9424         * manual/es/advanced.xml
9425         * manual/fr/advanced.xml
9426         * src/prefs_customheader.c
9427         * src/prefs_filtering_action.c
9428         * src/foldersel.c
9429         * src/prefs_summaries.c
9430         * src/prefs_filtering.c
9431         * src/account.c
9432         * src/compose.c
9433         * src/prefs_summary_column.c
9434         * src/addr_compl.c
9435         * src/prefs_actions.c
9436         * src/prefs_folder_column.c
9437         * src/ssl_manager.c
9438         * src/prefs_template.c
9439         * src/prefs_display_header.c
9440         * src/prefs_common.h
9441         * src/prefs_matcher.c
9442         * src/prefs_common.c
9443         * src/prefs_toolbar.c
9444         * src/summaryview.c
9445         * src/folderview.c
9446         * src/gtk/gtksctree.c
9447         * src/gtk/pluginwindow.c
9448         * src/gtk/progressdialog.c
9449         * src/gtk/prefswindow.c
9450                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9451                 to make its meaning more obvious (all versions of the manual reflect
9452                 the change).
9453                 added an extra hidden option use_stripes_in_summary to allow
9454                 discarding these stripes in mainwindow's folder and message lists;
9455                 en and fr manuals only are OK towards this.
9456
9457 2006-09-06 [colin]      2.4.0cvs153
9458
9459         * src/textview.c
9460                 Hide Sylpheed-Claws' internal queue headers
9461                 when showing all headers. They'll be present
9462                 only in Source window.
9463
9464 2006-09-05 [colin]      2.4.0cvs152
9465
9466         * src/plugins/trayicon/trayicon.c
9467                 Fix crash at exit - we have to disconnect
9468                 our handlers
9469         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9470                 Update eggtrayicon - patch adapted from a
9471                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9472                 on Sylpheed's ML
9473
9474 2006-09-05 [colin]      2.4.0cvs151
9475
9476         * src/mainwindow.c
9477         * src/gtk/logwindow.c
9478                 Fix race condition when something writes
9479                 to the log too soon during init. Thanks
9480                 to Fabien Vantard
9481
9482 2006-09-05 [colin]      2.4.0cvs150
9483
9484         * src/mimeview.c
9485                 Don't select part on right-click either
9486
9487 2006-09-05 [paul]       2.4.0cvs149
9488
9489         * src/mimeview.c
9490                 completion of previous commit
9491                 Thanks to Colin
9492
9493 2006-09-05 [colin]      2.4.0cvs148
9494
9495         * src/mimeview.c
9496                 Don't force selection on middle-click, just open
9497
9498 2006-09-04 [colin]      2.4.0cvs147
9499
9500         * src/mimeview.c
9501                 Looks like gtk_notebook_set_current_page()
9502                 sometimes steals focus, and this annoys us
9503                 in MimeViewers as it renders navigation
9504                 keys useless. Take back focus after switching
9505                 pages.
9506
9507 2006-09-04 [colin]      2.4.0cvs146
9508
9509         * src/messageview.c
9510                 Set stop_loading when clicking on Next
9511                 during load. Don't add a callback to 
9512                 avoid over-complicating things.
9513
9514 2006-09-04 [colin]      2.4.0cvs145
9515
9516         * src/mimeview.c
9517         * src/messageview.c
9518                 Fix multiple loads in separate messageview
9519
9520 2006-09-04 [colin]      2.4.0cvs144
9521
9522         * src/summaryview.c
9523                 Let navigation keys be handled during 
9524                 load
9525
9526 2006-09-04 [colin]      2.4.0cvs143
9527
9528         * src/messageview.c
9529         * src/summaryview.c
9530         * src/textview.c
9531         * src/textview.h
9532                 Make loading of huge mails (lots of text and/or
9533                 images) cancellable, so the GUI doesn't block 
9534
9535 2006-09-04 [colin]      2.4.0cvs142
9536
9537         * src/plugins/trayicon/trayicon.c
9538                 Fix annoyance when removing a folder with 
9539                 unread mails: trayicon didn't update
9540
9541 2006-09-04 [paul]       2.4.0cvs141
9542
9543         * src/gtk/icon_legend.c
9544                 straighten up columns
9545                 Patch by Fabien Vantard
9546
9547 2006-09-04 [wwp]        2.4.0cvs140
9548
9549         * src/prefs_filtering.c
9550                 fix new line's account name in filtering prefs:
9551                 was "All", is now "(New)".
9552
9553 2006-09-04 [paul]       2.4.0cvs139
9554
9555         * tools/make.themes.project
9556                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9557                 instead of homebrewed "make release"
9558
9559 2006-09-03 [colin]      2.4.0cvs138
9560
9561         * src/folderview.c
9562                 Fix bug #1007 (Wrong folder highlighted)
9563
9564 2006-09-03 [colin]      2.4.0cvs137
9565
9566         * src/compose.c
9567                 Don't set Newsgroup: header to a mail folder
9568                 path
9569
9570 2006-09-03 [paul]       2.4.0cvs136
9571
9572         * src/prefs_other.c
9573         * src/prefs_spelling.c
9574                 unify the gui
9575
9576 2006-09-03 [paul]       2.4.0cvs135
9577
9578         * src/prefs_summaries.c
9579                 correct menu item text in prefs_keybind_apply_clicked()
9580
9581 2006-09-03 [paul]       2.4.0cvs134
9582
9583         * manual/advanced.xml
9584                 some improvements to the descriptions
9585         * src/mainwindow.c
9586         * src/messageview.c
9587         * src/summaryview.c
9588         * src/gtk/menu.c
9589                 fix menu sensitivity issues
9590         * src/prefs_message.c
9591                 drop the useless word 'short'
9592         * src/prefs_other.c
9593                 add the word 'lines' indicating log length
9594                 is a measure of lines
9595         * src/textview.c
9596                 fix compilation warnings
9597
9598 2006-09-02 [colin]      2.4.0cvs133
9599
9600         * src/messageview.c
9601                 Display a special return-receipt message
9602                 if the message is from the user
9603         * src/summaryview.c
9604                 Fix missing freeze of the list when marking
9605                 all read and unthreading for exec. Thanks
9606                 to Stephan Sachse.
9607
9608 2006-09-02 [paul]       2.4.0cvs132
9609
9610         * src/mainwindow.c
9611         * src/prefs_message.c
9612         * src/summaryview.c
9613                 fix some english
9614
9615 2006-09-02 [wwp]        2.4.0cvs131
9616
9617         * src/prefs_filtering.c
9618                 added an account name column to the filtering rules
9619                 dialog.
9620
9621 2006-09-02 [colin]      2.4.0cvs130
9622
9623         * src/gtk/logwindow.c
9624         * src/gtk/logwindow.h
9625                 Block scrolling if we're not at the end
9626                 of the log
9627
9628 2006-09-02 [colin]      2.4.0cvs129
9629
9630         * src/folder.c
9631                 Make sure account-specific rules can't
9632                 be used in {pre-,post-,}processing
9633         * src/mainwindow.c
9634         * src/gtk/logwindow.c
9635         * src/gtk/logwindow.h
9636                 Jump to last error when clicking on the
9637                 warning icon
9638
9639 2006-09-02 [colin]      2.4.0cvs128
9640
9641         * src/imap.c
9642         * src/import.c
9643         * src/mainwindow.c
9644         * src/mainwindow.h
9645                 Fix warning icon
9646         * src/inc.c
9647         * src/mbox.c
9648         * src/mbox.h
9649                 Let proc_mbox know its account, for
9650                 account-specific rules
9651
9652 2006-09-01 [colin]      2.4.0cvs127
9653
9654         * src/codeconv.c
9655                 Don't uselessly use iconv to convert from
9656                 us-ascii
9657         * src/alertpanel.c
9658         * src/mainwindow.c
9659         * src/mainwindow.h
9660         * src/inc.c
9661                 Fix certain log cases, disable warning icon
9662                 for now, the correct way to display it when
9663                 necessary and only when necessary is probably
9664                 to do it manually rather than use error logs
9665         * src/etpan/imap-thread.c
9666                 Clean up UID logging a bit
9667         * src/gtk/logwindow.c
9668         * src/gtk/logwindow.h
9669                 Make logging faster when the window's closed
9670
9671 2006-09-01 [wwp]        2.4.0cvs126
9672
9673         * manual/fr/account.xml
9674                 reflect changes to the ref. manual (parts of cvs72):
9675                 fix tabnames and quotes.
9676
9677 2006-09-01 [wwp]        2.4.0cvs125
9678
9679         * manual/fr/plugins.xml
9680                 reflect changes to the reference manual (cvs42):
9681                 update IRC channel info.
9682
9683 2006-09-01 [wwp]        2.4.0cvs124
9684
9685         * commitHelper
9686                 use CVSEDITOR env. var. if set, according to `man cvs`.
9687
9688 2006-09-01 [wwp]        2.4.0cvs123
9689
9690         * manual/advanced.xml
9691                 better sentence again (thanks to Paul).
9692
9693 2006-09-01 [wwp]        2.4.0cvs122
9694
9695         * manual/advanced.xml
9696         fix definition of toolbar_detachable and rework a bit the one of
9697         enable_dotted_lines.
9698
9699 2006-09-01 [mones]      2.4.0cvs121
9700
9701         * manual/advanced.xml
9702                 Document enable_dotted_lines
9703
9704 2006-09-01 [paul]       2.4.0cvs120
9705
9706         * src/folderview.c
9707         * src/folderview.h
9708         * src/imap.c
9709         * src/mainwindow.c
9710         * src/summaryview.c
9711                 obey the 'When entering folder...' option
9712                 when using the /View/Go to/... menu items
9713                 Thanks to Colin
9714
9715 2006-08-31 [colin]      2.4.0cvs119
9716
9717         * src/folderview.c
9718                 Revert 2.4.0cvs116, wrong fix.
9719
9720 2006-08-31 [colin]      2.4.0cvs118
9721
9722         * src/gtk/gtksctree.c
9723                 Better state the various copyrights
9724
9725 2006-08-31 [colin]      2.4.0cvs117
9726
9727         * src/prefs_common.c
9728                 fix enable_dotted_lines
9729
9730 2006-08-31 [colin]      2.4.0cvs116
9731
9732         * src/folderview.c
9733                 Use pref "Always open on select" when going
9734                 to next unread folder
9735         * src/gtk/gtksctree.c
9736                 Fix link failure to _gtk_clist_create_cell_layout
9737                 on certain computers. (Why not mine, I wonder)
9738
9739 2006-08-31 [colin]      2.4.0cvs115
9740
9741         * src/procmsg.c
9742         * src/textview.c
9743         * src/plugins/bogofilter/bogofilter.c
9744         * src/plugins/spamassassin/spamassassin.c
9745                 Requalify some "errors" to warnings
9746         * src/mainwindow.c
9747         * src/mainwindow.h
9748         * src/statusbar.c
9749                 Add an icon in the statusbar to notify
9750                 of errors
9751         * src/gtk/gtksctree.c
9752         * src/folderview.c
9753         * src/summaryview.c
9754                 Make the GtkSCTree look more modern by
9755                 alternating background lines
9756         * src/prefs_common.c
9757         * src/prefs_common.h
9758                 Add a pref to let people have the old
9759                 way if they prefer
9760
9761
9762 2006-08-30 [colin]      2.4.0cvs114
9763
9764         * src/procmsg.c
9765         * src/procmsg.h
9766                 Provide a way to filter a list of
9767                 messages in an optimised manner, and
9768                 add a list-filtering hook
9769         * src/folder.c
9770         * src/inc.c
9771         * src/mbox.c
9772                 Use the list filtering
9773         * src/plugins/bogofilter/bogofilter.c
9774                 Use the list-filtering hook
9775                 Use -b (bulk) mode for more speed
9776                 when learning and filtering
9777         * src/etpan/imap-thread.c
9778                 Make log output shorter in UID SEARCH
9779
9780
9781 2006-08-30 [colin]      2.4.0cvs113
9782
9783         * src/plugins/bogofilter/bogofilter.c
9784                 Really fast mass learning - thanks to David
9785                 Relson for the options explanations :)
9786
9787 2006-08-30 [colin]      2.4.0cvs112
9788
9789         * src/msgcache.c
9790                 Fix compilation on FreeBSD. Thanks
9791                 to Michael Hugues
9792
9793 2006-08-29 [colin]      2.4.0cvs111
9794
9795         * src/folderview.c
9796                 Handle "popup_menu" signal (for popping the 
9797                 menu via the keyboard)
9798         * src/mimeview.c
9799         * src/mimeview.h
9800         * src/summaryview.c
9801         * src/textview.c
9802         * src/gtk/gtkutils.c
9803         * src/gtk/gtkutils.h
9804                 Factorize scrolling code, and add an API 
9805                 for MimeViewers to handle scroll orders
9806
9807 2006-08-29 [wwp]        2.4.0cvs110
9808
9809         * src/plugins//bogofilter/bogofilter.c
9810         * src/plugins//spamassassin/spamassassin.c
9811                 make the bogofilter/spamassassin filtering error dialogs at
9812         incorporation obey to the "don't popup error dialog on
9813         receive error" option. If disabled, feed the log window w/
9814         the error message.
9815
9816 2006-08-29 [paul]
9817
9818         2.5.0-rc2 released
9819
9820 2006-08-29 [paul]       2.4.0cvs109
9821
9822         * Makefile.am
9823                 remove 'make release', it's not needed
9824                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9825
9826 2006-08-29 [paul]       2.4.0cvs108
9827
9828         * src/foldersel.c
9829         * src/summary_search.c
9830         * src/gtk/progressdialog.c
9831         * src/plugins/pgpcore/passphrase.c
9832                 replace deprecated gtk_window_set_policy()
9833
9834 2006-08-29 [colin]      2.4.0cvs107
9835
9836         * src/folder.c
9837                 Fix data loss when copy fails during a move:
9838                 only use fast remove_msgs if everything was
9839                 copied OK; else use slow remove_msg on the
9840                 mails that got copied only.
9841
9842 2006-08-28 [paul]       2.4.0cvs106
9843
9844         * src/mh.c
9845                 revert change in 2.4.0cvs104, it breaks
9846                 stuff
9847
9848 2006-08-28 [paul]       2.4.0cvs105
9849
9850         * src/plugins/spamassassin/spamassassin.c
9851                 english fix
9852
9853 2006-08-28 [paul]       2.4.0cvs104
9854
9855         * src/mh.c
9856                 fix data loss when moving to another
9857                 mailbox fails
9858         * src/prefs_spelling.c
9859                 improve the english
9860         * src/gtk/pluginwindow.c
9861                 improve the layout of the dialog text
9862         All thanks to Colin
9863
9864 2006-08-28 [paul]       2.4.0cvs103
9865
9866         * src/plugins/bogofilter/bogofilter.c
9867         * src/plugins/bogofilter/bogofilter_gtk.c
9868                 fix english up a bit, innit
9869
9870 2006-08-28 [paul]       2.4.0cvs102
9871
9872         * configure.ac
9873         * po/Makefile.in.in
9874         * po/Makevars
9875                 require autoconf 2.60, enabling building
9876                 with gettext 0.15 (gettext 0.14.x build still
9877                 possible). Replace Makefiles with versions
9878                 from gettext 0.15.
9879                 Remove configure options --with-localedir and
9880                 --with-mandir. The options that are provided
9881                 directly by autoconf 2.60 can be used instead:
9882                 --mandir --localedir
9883
9884 2006-08-27 [colin]      2.4.0cvs101
9885
9886         * src/plugins/bogofilter/Makefile.am
9887                 Fix make dist (no README)
9888
9889 2006-08-27 [colin]      2.4.0cvs100
9890
9891         * src/folder.c
9892                 Don't use F_UNKNOWN folders for any default
9893                 outbox/trash/etc
9894         * src/plugins/bogofilter/bogofilter.c
9895         * src/plugins/bogofilter/bogofilter.h
9896         * src/plugins/bogofilter/bogofilter_gtk.c
9897                 Add an option to specify the path to bogofilter
9898                 Use single-quotes to be able to learn in folders
9899                 with spaces in their names
9900                 Verify learning status
9901
9902 2006-08-27 [colin]      2.4.0cvs99
9903
9904         * manual/faq.xml
9905         * manual/plugins.xml
9906                 Document Bogofilter plugin
9907
9908 2006-08-27 [colin]      2.4.0cvs98
9909
9910         * src/compose.c
9911         * src/messageview.c
9912         * src/procmsg.c
9913         * src/procmsg.h
9914                 When possible, copy the queued mail to sent folder
9915                 instead of re-adding. Much faster on IMAP.
9916
9917 2006-08-27 [colin]      2.4.0cvs97
9918
9919         * src/msgcache.c
9920                 Disable mmaped caches - huge metadata loss
9921                 here after a power failure.
9922         * src/summaryview.c
9923                 Add quicksearch timing
9924         * src/common/plugin.c
9925         * src/common/plugin.h
9926                 Implement an interface to tell what plugins
9927                 provide. Prevent loading of similar plugins.
9928         * src/plugins/clamav/clamav_plugin.c
9929         * src/plugins/demo/demo.c
9930         * src/plugins/dillo_viewer/dillo_viewer.c
9931         * src/plugins/pgpcore/plugin.c
9932         * src/plugins/pgpinline/pgpinline.c
9933         * src/plugins/pgpmime/pgpmime.c
9934         * src/plugins/spamassassin/spamassassin.c
9935         * src/plugins/trayicon/trayicon.c
9936                 Implement plugin_provides()
9937
9938 2006-08-27 [colin]      2.4.0cvs96
9939
9940         * configure.ac
9941         * src/plugins/Makefile.am
9942         * src/plugins/bogofilter/.cvsignore
9943         * src/plugins/bogofilter/Makefile.am
9944         * src/plugins/bogofilter/bogofilter.c
9945         * src/plugins/bogofilter/bogofilter.h
9946         * src/plugins/bogofilter/bogofilter_gtk.c
9947                 New Bogofilter plugin, provides filtering and
9948                 learning. Spamassassin will go to extra plugins.
9949
9950 2006-08-26 [mones]      2.4.0cvs95
9951
9952         * manual/handling.xml
9953                 Fix subfolder path in the example (thanks to Paul) 
9954
9955 2006-08-26 [mones]      2.4.0cvs94
9956
9957         * manual/glossary.xml
9958                 2.2. + add ISP to the glossary
9959                 7.5. + Add UIDL to glossary
9960                 7.7. + Add TCP to glossary
9961         * manual/handling.xml
9962                 7.1. + Mentions GNU/Linux distribution, what about the non...
9963                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9964                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9965                 7.4. = Use appropriate quotation for commands
9966                 7.6. = change "" to <quote></quote>
9967         * manual/plugins.xml
9968                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9969         * manual/starting.xml
9970                 2.1. + local mbox file: some examples of mbox file locations...
9971                 Also reformatted files requiring it
9972
9973 2006-08-26 [wwp]        2.4.0cvs93
9974
9975         * src/summary_search.c
9976                 disable find buttons while summary search is running.
9977
9978 2006-08-25 [colin]      2.4.0cvs92
9979
9980         * src/folder.c
9981         * src/folderutils.c
9982         * src/mh.c
9983         * src/procmsg.h
9984         * src/summaryview.c
9985                 Speed up MH moving, and add progressbar
9986                 for MH deletion
9987         * src/msgcache.c
9988                 Write cache files using mmap() too
9989
9990 2006-08-25 [wwp]        2.4.0cvs91
9991
9992         * src/summaryview.c
9993                 switch spam<->ham button when a message has been marked as spam or ham
9994                 and is still selected. Thanks to Colin.
9995
9996 2006-08-25 [paul]       2.4.0cvs90
9997
9998         * src/Makefile.am
9999         * src/stock_pixmap.c
10000         * src/stock_pixmap.h
10001         * src/summaryview.c
10002         * src/gtk/icon_legend.c
10003         * src/pixmaps/copied.xpm
10004         * src/pixmaps/moved.xpm
10005                 add icons for delayed execution marked for
10006                 copying, marked for moving
10007
10008 2006-08-25 [mones]      2.4.0cvs89
10009
10010         * manual/glossary.xml
10011                 Fix the other glossary items:
10012                 5.1. = Inmmediate execution -> <quote>immediate execution...
10013                 5.2. = Fix MBOX capitalization -> Mbox
10014                 5.3. + Improve Plugins def. w/ tech. ref.
10015                 5.4. = Quotation -> replace '>' by <quote>></quote>
10016                 5.5. - SMTP Server. -> remove dot
10017         * po/es.po
10018                 Updated translation
10019
10020 2006-08-25 [mones]      2.4.0cvs88
10021
10022         * manual/ack.xml
10023                 Reformatted, changed email address
10024         * manual/glossary.xml
10025                 Reformatted, fixed MANUAL-TODO items:
10026                 8.2. + add ROT-13 to glossary
10027                 8.4. + add URL to glossary
10028         * manual/es/advanced.xml
10029                 Fixed <literal>s
10030
10031 2006-08-25 [paul]       2.4.0cvs87
10032
10033         * src/gtk/icon_legend.c
10034                 add 'marked for deletion' icon
10035                 arrange icons by containing column
10036                 wrap long label text
10037
10038 2006-08-25 [colin]      2.4.0cvs86
10039
10040         * src/common/utils.c
10041         * src/common/utils.h
10042                 Add the sc_g_*list_bigger functions in
10043                 a place everyone can use it
10044         * src/summaryview.c
10045                 Only freeze/thaw the list when working
10046                 on the selection, if it's bigger than 1
10047         * src/gtk/gtksctree.c
10048                 Only freeze/thaw the list when unselec-
10049                 ting 'all' if ('all' != 1)
10050                 This avoids some flickering
10051
10052 2006-08-24 [colin]      2.4.0cvs85
10053
10054         * src/addressbook.c
10055                 Fix strange list selection
10056                 Fix random seg (Invalid read of freed memory)
10057
10058 2006-08-24 [colin]      2.4.0cvs84
10059
10060         * src/alertpanel.c
10061         * src/gtk/inputdialog.c
10062         * src/plugins/pgpcore/passphrase.c
10063                 Revert minimal width patch of 2.4.0cvs67,
10064                 as it is also a maximal width. Use 
10065                 gtk_window_set_default_size instead.
10066
10067 2006-08-24 [colin]      2.4.0cvs83
10068
10069         * src/msgcache.c
10070                 Write cache/mark to temp files before
10071                 overwriting old ones (avoids metadata
10072                 loss if writing the new files fail).
10073                 Use mmap() to read cache/mark file, as
10074                 this makes cache reading faster. Dis-
10075                 abled for big-endian machines until it
10076                 can be tested. (Big-endian users: set
10077                 msgcache_use_mmap = TRUE in the relevant
10078                 #if).
10079         * src/procmsg.h
10080                 Move rarely used fields of MsgInfo in 
10081                 another structure, which will only be
10082                 allocated if needed. Face, X-Face,
10083                 Return receipt headers and List-*
10084                 headers are moved. Mails having none
10085                 of these occupy 52 bytes less with
10086                 this patch, which makes 2.5MB of RAM
10087                 saved on a 50k folder).
10088         * src/headerview.c
10089         * src/mainwindow.c
10090         * src/messageview.c
10091         * src/partial_download.c
10092         * src/procheader.c
10093         * src/procmsg.c
10094         * src/textview.c
10095                 Follow this structure change.
10096
10097 2006-08-24 [wwp]        2.4.0cvs82
10098
10099         * manual/es/.cvsignore
10100         * manual/es/dist/.cvsignore
10101         * manual/es/dist/html/.cvsignore
10102         * manual/es/dist/pdf/.cvsignore
10103         * manual/es/dist/ps/.cvsignore
10104         * manual/es/dist/txt/.cvsignore
10105                 more (generated) files to ignore.
10106
10107 2006-08-24 [colin]      2.4.0cvs81
10108
10109         * src/folder.c
10110         * src/mh.c
10111                 Fix possible problems with local delivery. Check the folder doesn't
10112                 need scan before setting its mtime when saving cache (which can be
10113                 done long after the folder's been modified by an external process);
10114                 Check that the stored item's mtime didn't change in mh functions.
10115
10116 2006-08-24 [mones]      2.4.0cvs80
10117
10118         * manual/advanced.xml
10119                 Rewrapping, some fixes and MANUAL-TODO items:
10120                 8.1. = change "" to <quote></quote>
10121                 8.3. = quote menu items
10122                 8.5. - deploying -> new user ... ideally a new user (redundant)
10123
10124 2006-08-23 [colin]      2.4.0cvs79
10125
10126         * src/gtk/gtksctree.c
10127                 When selecting or deselecting range, only
10128                 freeze/thaw when selection is bigger than 10
10129
10130 2006-08-23 [colin]      2.4.0cvs78
10131
10132         * src/messageview.c
10133         * src/mimeview.c
10134         * src/mimeview.h
10135         * src/plugins/dillo_viewer/dillo_viewer.c
10136                 Provide an API for MimeViewer plugins to
10137                 return a text selection for replying
10138
10139 2006-08-23 [colin]      2.4.0cvs77
10140
10141         * src/image_viewer.c
10142         * src/textview.c
10143                 Use gtk_pixbuf_new_from_file_at_scale(), which
10144                 is faster than getting the pixbuf then resizing
10145                 it.
10146
10147 2006-08-23 [colin]      2.4.0cvs76
10148
10149         * src/procmime.c
10150                 UTF-8 should be sent Quoted-printable
10151
10152 2006-08-22 [colin]      2.4.0cvs75
10153
10154         * src/mh.c
10155                 Check if scan is required before touching
10156                 the folder (or it'll be required every time)
10157
10158 2006-08-22 [colin]      2.4.0cvs74
10159
10160         * configure.ac
10161                 Require libetpan 0.46 (crasher fix when built
10162                 against gnutls)
10163
10164 2006-08-22 [colin]      2.4.0cvs73
10165
10166         * src/folder.c
10167                 Set folder's mtime after writing its
10168                 cache
10169         * src/folderview.c
10170                 Add some timing
10171         * src/procmsg.c
10172                 Don't do useless stuff if we don't 
10173                 thread by subject
10174         * src/summaryview.c
10175                 Add some timing, don't deselect prior
10176                 to selecting (gtksctree does it itself),
10177                 remove crash avoidance hacks as it's been
10178                 properly fixed since a while
10179         * src/common/utils.c
10180                 Optimize to_human_readable(): _() is slow,
10181                 do it only once, and avoid %f format for KB
10182                 (the most common in a summaryview)
10183         * src/gtk/gtksctree.c
10184                 Don't uselessly freeze/thaw (fixes flicker
10185                 on next unread and friends), reduce number
10186                 of g_list_nth/g_list_position where possible
10187         * src/gtk/gtkutils.c
10188         * src/gtk/gtkutils.h
10189                 Reduce number of g_list_nth/g_list_position
10190                 where possible.
10191                 All of this makes loading as 70k folder 2.1
10192                 seconds instead of 3.2 (with hot FS caches).
10193                 (1.3 seconds without Date and Size columns...)
10194
10195 2006-08-22 [paul]       2.4.0cvs72
10196
10197         wrap documents and do some items from mones' MANUAL-TODO:
10198
10199         * manual/account.xml
10200                 4.1. = fix tabname references to <quote>tabname</quote>
10201                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10202         * manual/faq.xml
10203                 1.1. = mentioned options don't match UI
10204                 Add information about the 'Never send Return Receipts'
10205                 option
10206         * manual/handling.xml
10207                 6.2. = Mentions Extended symbols button, but now is
10208                 named Information
10209                 6.3. = Mentions ... button, which is now Edit
10210
10211 2006-08-22 [colin]      2.4.0cvs71
10212
10213         * src/gtk/pluginwindow.c
10214                 Fix layout in verbose translations (such
10215                 as french)
10216
10217 2006-08-22 [paul]       2.4.0cvs70
10218
10219         * manual/Makefile.am
10220                 build manuals in alphabetical order
10221         * src/addressbook.c
10222         * src/prefs_themes.c
10223                 replace/remove deprecated symbols
10224         * src/gtk/gtkutils.c
10225                 fix a warning
10226         * src/gtk/pluginwindow.c
10227                 replace deprecated symbol
10228                 replace label text and move it
10229         * src/plugins/pgpcore/prefs_gpg.c
10230                 move the 'Generate...' button out of the
10231                 Sign Key frame, replace the English used
10232         * src/plugins/pgpcore/sgpgme.c
10233                 fixes to the English
10234
10235 2006-08-21 [colin]      2.4.0cvs69
10236
10237         * src/plugins/trayicon/trayicon.c
10238                 Add more strings for translation; patch
10239                 by Pawel
10240
10241 2006-08-21 [colin]      2.4.0cvs68
10242
10243         * src/compose.c
10244                 fix replied flag not set after drafting
10245         * src/matcher.c
10246                 fix body quicksearch in non-encoded bodies
10247                 containing '='
10248         * src/msgcache.c
10249                 Get rid of the g_malloc workaround for
10250                 corrupted caches, use g_try_malloc
10251
10252 2006-08-21 [colin]      2.4.0cvs67
10253
10254         * src/alertpanel.c
10255         * src/gtk/inputdialog.c
10256         * src/plugins/pgpcore/passphrase.c
10257                 Set minimal width to 375
10258         * src/mainwindow.c
10259                 Fix switching to offline, asking if it 
10260                 should be overriden for synchronising
10261         * src/mimeview.c
10262                 Don't offer to remember command on Open 
10263                 with for text parts, as the browser or 
10264                 text editor command isn't changed from 
10265                 there
10266
10267 2006-08-20 [paul]       2.4.0cvs66
10268
10269         * po/ko.po
10270         * po/zh_CN.po
10271                 fix plural form errors. revealed by stricter
10272                 checking of gettext 0.15
10273
10274 2006-08-18 [paul]       2.4.0cvs65
10275
10276         * src/stock_pixmap.c
10277                 fix the fix of 2.4.0cvs64
10278                 Thanks to Colin
10279
10280 2006-08-18 [paul]       2.4.0cvs64
10281
10282         * src/stock_pixmap.c
10283                 fix leaks
10284                 Thanks to Colin
10285
10286 2006-08-18 [paul]       2.4.0cvs63
10287
10288         * src/compose.c
10289         * src/procmsg.c
10290                 fix occasional IMAP bug where large msgs
10291                 were left in the queue folder after sending
10292                 Thanks to Colin
10293
10294 2006-08-18 [paul]       2.4.0cvs62
10295
10296         * src/folderview.c
10297                 freeze the summaryview while quicksearch results
10298                 are displayed
10299                 (fixes bug 456 'current message is hidden when the
10300                 view is refreshed and extended search is "unread 
10301                 messages"')
10302                 Thanks to Colin
10303         * src/textview.c
10304                 add missing #include "inputdialog.h"
10305         * src/common/utils.h
10306                 add missing mailcap_update_default() and improve
10307                 readability
10308
10309 2006-08-17 [colin]      2.4.0cvs61
10310
10311         * src/plugins/pgpcore/select-keys.c
10312                 Fix warnings :)
10313
10314 2006-08-17 [colin]      2.4.0cvs60
10315
10316         * src/compose.c
10317                 Don't continue queuing if Cancel is clicked
10318                 in select-keys
10319
10320 2006-08-17 [colin]      2.4.0cvs59
10321
10322         * src/plugins/pgpcore/select-keys.c
10323                 When encrypting, if only one key matches and it 
10324                 matches exactly, automatically use it.
10325
10326 2006-08-17 [colin]      2.4.0cvs58
10327
10328         * src/mimeview.c
10329         * src/prefs_common.c
10330         * src/prefs_common.h
10331         * src/prefs_ext_prog.c
10332         * src/textview.c
10333                 Fix issues with previous patch (text/html)
10334                 Remove outdated prefs
10335
10336 2006-08-17 [colin]      2.4.0cvs57
10337
10338         * src/imap.c
10339                 Add View Log button on auth error
10340         * src/procmsg.c
10341                 Fix encrypted mail marked as new when
10342                 saved in normal folders
10343         * src/plugins/pgpinline/pgpinline.c
10344                 Fix encrypt bug on IMAP
10345         * src/mimeview.c
10346         * src/common/utils.c
10347         * src/common/utils.h
10348         * src/gtk/inputdialog.c
10349         * src/gtk/inputdialog.h
10350                 Get rid of metamail stuff, simplify
10351                 opening, and allow remembering of user's
10352                 choices (by updating ~/.mailcap). There's
10353                 still to drop "Audio player" and "Image
10354                 viewer" preferences.
10355
10356 2006-08-17 [mones]      2.4.0cvs56
10357
10358         * manual/es/sylpheed-claws-manual.xml
10359                 fix DTD path
10360
10361 2006-08-17 [mones]      2.4.0cvs55
10362
10363         * configure.ac
10364         * manual/Makefile.am
10365         * manual/es/Makefile.am
10366         * manual/es/account.xml
10367         * manual/es/ack.xml
10368         * manual/es/addrbook.xml
10369         * manual/es/advanced.xml
10370         * manual/es/faq.xml
10371         * manual/es/glossary.xml
10372         * manual/es/gpl.xml
10373         * manual/es/handling.xml
10374         * manual/es/intro.xml
10375         * manual/es/keyboard.xml
10376         * manual/es/plugins.xml
10377         * manual/es/starting.xml
10378         * manual/es/sylpheed-claws-manual.xml
10379         * manual/es/dist/Makefile.am
10380         * manual/es/dist/html/Makefile.am
10381         * manual/es/dist/pdf/Makefile.am
10382         * manual/es/dist/ps/Makefile.am
10383         * manual/es/dist/txt/Makefile.am
10384                 Spanish translation for the manual
10385
10386 2006-08-16 [colin]      2.4.0cvs54
10387
10388         * src/compose.c
10389         * src/main.c
10390         * src/mainwindow.c
10391                 Fix send button sensitivity at startup
10392                 Set send menu sensitivity (patch by Fabien)
10393         * src/ssl_manager.c
10394                 Enable closing with esc (patch by Fabien)
10395         * src/gtk/foldersort.c
10396                 Enable closing with esc (patch by Fabien)
10397         * src/procmime.c
10398                 Optimisation (no need to copy to tempfile to
10399                 "decode" 7bit and 8bit)
10400         * src/summaryview.c
10401                 Fix cruft in swap_from case
10402         * src/textview.c
10403                 Fix missing last line in some mail cases 
10404                 (Fixes debian #381872)
10405         * src/plugins/pgpcore/prefs_gpg.c
10406         * src/plugins/pgpcore/sgpgme.c
10407         * src/plugins/pgpcore/sgpgme.h
10408                 Don't show "no key found" when user explicitely
10409                 wants to create a key
10410
10411 2006-08-16 [paul]       2.4.0cvs53
10412
10413         * configure.ac
10414         * src/account.c
10415         * src/addressbook.c
10416         * src/headerview.c
10417         * src/prefs_account.c
10418         * src/prefs_message.c
10419         * src/gtk/gtkutils.c
10420                 bump up minimum required versions of GTK+ and
10421                 GLIB to 2.6.0
10422
10423 2006-08-16 [paul]       2.4.0cvs52
10424
10425         * src/toolbar.c
10426                 workaround GTK+ Bug 351600 - 'Can't re-click
10427                 on button after sensitivity update'
10428                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10429                 Thanks to Colin
10430
10431 2006-08-15 [colin]      2.4.0cvs51
10432
10433         * src/plugins/pgpcore/prefs_gpg.c
10434                 Set options sensitivity according to
10435                 key existence
10436         * src/plugins/pgpcore/sgpgme.c
10437                 Allow to create key with no passphrase
10438
10439 2006-08-14 [cleroy]     2.4.0cvs50
10440
10441         * src/gtk/pluginwindow.c
10442                 New layout (maybe to be changed?)
10443         * src/gtk/gtkutils.c
10444                 Fix a bit label_window
10445         * src/plugins/pgpcore/passphrase.c
10446         * src/plugins/pgpcore/passphrase.h
10447         * src/plugins/pgpcore/plugin.c
10448         * src/plugins/pgpcore/prefs_gpg.c
10449         * src/plugins/pgpcore/prefs_gpg.h
10450         * src/plugins/pgpcore/sgpgme.c
10451         * src/plugins/pgpcore/sgpgme.h
10452                 Allow to create a PGP private key via the GUI
10453
10454 2006-08-14 [wwp]        2.4.0cvs49
10455
10456         * src/addressbook_foldersel.c
10457                 fix strict ISO C90 compliance.
10458
10459 2006-08-14 [paul]       2.4.0cvs48
10460
10461         * src/gtk/prefswindow.c
10462                 re-set scrolled window on opening
10463                 Patch by Ticho
10464
10465 2006-08-14 [paul]
10466
10467         2.5.0-rc1 released
10468
10469 2006-08-14 [paul]       2.4.0cvs47
10470
10471         * src/prefs_display_header.c
10472                 re-enable user-defined Displayed Headers
10473
10474 2006-08-14 [paul]       2.4.0cvs46
10475
10476         * src/prefs_account.c
10477                 use GTK_STOCK_EDIT
10478
10479 2006-08-13 [colin]      2.4.0cvs45
10480
10481         * src/common/utils.c
10482                 Fix "a" in quote when the original message is empty,
10483                 by using \0 instead of 'a' to test writability of
10484                 temp files.
10485
10486 2006-08-13 [wwp]        2.4.0cvs44
10487
10488         * src/plugins/spamassassin/spamassassin.c
10489                 fix capitalization of "SpamAssassin" in some debug, log and
10490                 dialog messages.
10491
10492 2006-08-13 [paul]       2.4.0cvs43
10493
10494         * src/editldap.c
10495                 fix overlapping widgets
10496         * src/prefs_account.c
10497                 fix translation of protocol_names[]
10498                 fix label disappearing off the edge of the
10499                 visible area
10500
10501 2006-08-12 [paul]       2.4.0cvs42
10502
10503         * manual/plugins.xml
10504                 update IRC channel info before it gets forgotten
10505                 about
10506
10507 2006-08-11 [colin]      2.4.0cvs41
10508
10509         * src/compose.c
10510         * src/mainwindow.c
10511         * src/mainwindow.h
10512         * src/procmsg.c
10513         * src/procmsg.h
10514         * src/summaryview.c
10515         * src/toolbar.c
10516                 Grey out the Send button if
10517                 - Queue folders are empty, or
10518                 - We're sending already
10519
10520 2006-08-11 [wwp]        2.4.0cvs40
10521
10522         * src/main.c
10523                 fix a logic issue when quitting while a compose window is
10524                 still open, thanks to Colin.
10525
10526 2006-08-10 [colin]      2.4.0cvs39
10527
10528         * src/main.c
10529                 Fix default font size setting after wizard run
10530         * src/imap.c
10531         * src/etpan/imap-thread.c
10532         * src/etpan/imap-thread.h
10533                 Fix bug #999 (Timing out on TSL cert validation 
10534                 dialog makes ugly things happen). Also, STARTTLS
10535                 unconditionnaly if initial capabilities contain
10536                 LOGINDISABLED and STARTTLS.
10537
10538 2006-08-09 [colin]      2.4.0cvs38
10539
10540         * src/mainwindow.c
10541         * src/mainwindow.h
10542                 Fix Tools/Actions sensitivity when there are
10543                 no actions
10544
10545 2006-08-09 [colin]      2.4.0cvs37
10546
10547         * src/prefs_filtering.c
10548                 Warning fix, patch by Paul
10549         * src/messageview.c
10550         * src/prefs_actions.c
10551         * src/prefs_filtering_action.c
10552         * src/prefs_matcher.c
10553                 Uniformisation of "Info ..." to "Info..." (for
10554                 old gtk), patch by Fabien
10555         * src/plugins/clamav/clamav_plugin_gtk.c
10556                 Sensitivity fix by Fabien
10557
10558 2006-08-09 [colin]      2.4.0cvs36
10559
10560         * src/main.c
10561         * src/main.h
10562                 Add a function to know whether we're exiting
10563         * src/plugins/trayicon/trayicon.c
10564                 If exiting, don't do anything. Faster, and
10565                 avoids gtk_main_iteration reentracy causing
10566                 segfaults at exit
10567
10568 2006-08-09 [colin]      2.4.0cvs35
10569
10570         * src/messageview.c
10571         * src/mimeview.c
10572         * src/mimeview.h
10573                 Fix lack of part selection when automatically 
10574                 jumping to a specific part
10575         * src/msgcache.c
10576                 Little optimisation in cache reading
10577
10578 2006-08-09 [colin]      2.4.0cvs34
10579
10580         * src/compose.c
10581                 Fix crash setting the priority on reedit
10582                 (Accessing compose before creating it!)
10583
10584 2006-08-08 [colin]      2.4.0cvs33
10585
10586         * src/procmime.c
10587                 Fix bug #998 (last attachment is not accessible)
10588                 Bad RFC interpretation on multipart close-delimiters
10589         * src/mimeview.c
10590         * src/mimeview.h
10591         * src/gtk/gtkvscrollbutton.c
10592         * src/gtk/gtkvscrollbutton.h
10593                 Make attachments list wheel-scrollable
10594
10595 2006-08-07 [colin]      2.4.0cvs32
10596
10597         * src/gtk/gtkaspell.c
10598                 Fix bug #973 (Unicode punctation characters 
10599                 are not recognized as separators by the
10600                 spell checker); fix unsigned stuff
10601
10602 2006-08-07 [colin]      2.4.0cvs31
10603
10604         * src/compose.c
10605                 Fix bug #956 (DnD text with accents in compose 
10606                 text entry); fix gccc's signed/unsigned fuss
10607
10608 2006-08-06 [colin]      2.4.0cvs30
10609
10610         * src/main.c
10611                 Fix bug #979 (Plugin crashes when exiting 
10612                 sylpheed-claws) : handle exit request only 
10613                 once
10614
10615 2006-08-05 [colin]      2.4.0cvs29
10616
10617         * src/news.c
10618                 Just make sure we have a msgid.
10619
10620 2006-08-05 [colin]      2.4.0cvs28
10621
10622         * src/news.c
10623         * src/summaryview.c
10624                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10625                 by reimplementing it
10626         * src/textview.c
10627                 Fix bug when hiding quotes with level > 3 and quote
10628                 colors are recycled
10629
10630 2006-08-04 [colin]      2.4.0cvs27
10631
10632         * src/compose.c
10633         * src/undo.c
10634         * src/undo.h
10635                 Fix a bit replace-by-pasting undo
10636         * src/mainwindow.c
10637         * src/messageview.c
10638                 Fix Fold quotes menu synchro in
10639                 mainwindow when it changes in 
10640                 messageview
10641         * src/textview.c
10642                 Fix right-click on quotes blocks
10643         * src/common/utils.c
10644                 Verify that the file created by
10645                 my_tmpfile() is writable. Fixes
10646                 bug #988 (very specific filesystem
10647                 issue)
10648         * src/plugins/pgpcore/sgpgme.c
10649                 Fix file descriptor leak
10650         * src/plugins/spamassassin/spamassassin.c
10651                 Warn once if spamd isn't reachable
10652
10653 2006-08-04 [colin]      2.4.0cvs26
10654
10655         * src/toolbar.c
10656                 i18n context patch by Fabien
10657
10658 2006-08-03 [colin]      2.4.0cvs25
10659
10660         * src/mainwindow.c
10661         * src/messageview.c
10662                 Rename "Hide quotes" to "Fold quotes"
10663         * src/textview.c
10664                 Don't use hand cursor on quotes. "all 
10665                 the bonuses of the feature and none of 
10666                 unwelcome side-effects"
10667
10668 2006-08-03 [colin]      2.4.0cvs24
10669
10670         * AUTHORS
10671         * sylpheed-claws.desktop
10672         * src/gtk/authors.h
10673                 Bring the desktop file to XDG compliance
10674                 Patch by Charles A. Edwards
10675
10676 2006-08-03 [colin]      2.4.0cvs23
10677
10678         * src/textview.c
10679                 Fix links offset when they are preceded
10680                 by accentued chars (g_utf8_strlen!)
10681         * src/mainwindow.c
10682                 Fix wrong status when starting offline
10683
10684
10685 2006-08-03 [wwp]        2.4.0cvs22
10686
10687         * src/prefs_common.h
10688                 ask what to do w/ filtering rules that belong to an account when
10689                 applying filtering rules manually from the main window (skip,
10690                 apply regardless of the account, use current account). This dialog
10691                 can be skipped and the last reply used.
10692                 (forgot that file)
10693
10694 2006-08-03 [wwp]        2.4.0cvs21
10695
10696         * src/filtering.c
10697         * src/filtering.h
10698         * src/prefs_common.c
10699         * src/summaryview.c
10700         * src/alertpanel.c
10701         * src/alertpanel.h
10702         * src/messageview.c
10703                 ask what to do w/ filtering rules that belong to an account when
10704                 applying filtering rules manually from the main window (skip,
10705                 apply regardless of the account, use current account). This dialog
10706                 can be skipped and the last reply used.
10707
10708
10709 2006-08-03 [colin]      2.4.0cvs20
10710
10711         * src/textview.c
10712                 Optimize previous patch
10713
10714 2006-08-03 [cleroy]     2.4.0cvs19
10715
10716         * src/textview.c
10717                 Fix quotes getting toggled back when the
10718                 mail has an even number of text parts
10719
10720 2006-08-02 [colin]      2.4.0cvs18
10721
10722         * src/messageview.c
10723                 Add Hide quotes menu
10724
10725 2006-08-02 [colin]      2.4.0cvs17
10726
10727         * src/mainwindow.c
10728         * src/prefs_common.c
10729         * src/textview.c
10730         * src/textview.h
10731         * src/gtk/about.c
10732                 Allow per-level quote hiding,
10733                 Allow toggling quotes by double-clicking them
10734                 Rename RemoteURI to ClickableText to reflect
10735                 the fact it's used for a variety of things
10736
10737 2006-08-02 [wwp]        2.4.0cvs16
10738
10739         * src/mainwindow.c
10740                 fix "View/Hide quotes" menu item status initialization.
10741
10742 2006-08-02 [wwp]        2.4.0cvs15
10743
10744         * src/matcher_parser_parse.y
10745                 remove a debug trace.
10746
10747 2006-08-02 [paul]       2.4.0cvs14
10748
10749         * src/plugins/pgpcore/passphrase.c
10750                 don't set initial dialog size
10751                 make it resizable
10752
10753 2006-08-02 [paul]       2.4.0cvs13
10754
10755         * src/noticeview.c
10756                 remove the rogue '/' character
10757
10758 2006-08-02 [paul]       2.4.0cvs12
10759
10760         * src/noticeview.c
10761                 allow buttons to resize as necessary
10762
10763 2006-08-01 [wwp]        2.4.0cvs11
10764
10765         * src/mbox.c
10766                 fix strict ISO C90 compliance.
10767
10768 2006-08-01 [wwp]        2.4.0cvs10
10769
10770         * tools/update-po
10771                 updated update-po tool to work w/ context-dependent translations.
10772                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10773
10774 2006-08-01 [wwp]        2.4.0cvs9
10775
10776         * src/matcher.c
10777         * src/prefs_filtering.c
10778         * src/prefs_matcher.c
10779                 allow context-dependent translations for "All",
10780                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10781
10782 2006-07-31 [colin]      2.4.0cvs8
10783
10784         * AUTHORS
10785         * src/gtk/authors.h
10786                 Add Rafal to authors
10787
10788 2006-07-31 [colin]      2.4.0cvs7
10789
10790         * src/compose.c
10791         * src/mainwindow.c
10792         * src/messageview.h
10793         * src/prefs_common.c
10794         * src/prefs_common.h
10795         * src/textview.c
10796                 Add 'View/Hide quotes'. Patch based on a patch
10797                 by Rafal Weglarz
10798
10799 2006-07-31 [colin]      2.4.0cvs6
10800
10801         * src/action.c
10802                 Fix problem with "> stuff >" actions
10803
10804 2006-07-31 [paul]       2.4.0cvs5
10805
10806         * po/nb.po
10807                 updated by Geir Helland
10808
10809 2006-07-31 [wwp]        2.4.0cvs4
10810
10811         * src/mainwindow.c
10812         * src/summaryview.c
10813         * src/summaryview.h
10814                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10815                 thanks to Colin.
10816
10817 2006-07-31 [wwp]        2.4.0cvs3
10818
10819         * src/Makefile.am
10820         * src/addr_compl.c
10821         * src/addr_compl.h
10822         * src/addressbook.c
10823         * src/addressbook.h
10824         * src/addressbook_foldersel.c
10825         * src/addressbook_foldersel.h
10826         * src/addrindex.c
10827         * src/addrindex.h
10828         * src/matcher.c
10829         * src/matcher.h
10830         * src/matcher_parser_lex.l
10831         * src/matcher_parser_parse.y
10832         * src/prefs_common.c
10833         * src/prefs_common.h
10834         * src/prefs_filtering.c
10835         * src/prefs_matcher.c
10836         * src/prefs_matcher.h
10837         * src/summaryview.c
10838                 introduce filtering against the address book. It's now possible to add
10839                 matched conditions to determine if any email address in a message matches
10840                 or doesn't match any or all books or folders in the address book.
10841
10842 2006-07-31 [wwp]        2.4.0cvs2
10843
10844         * src/account.c
10845         * src/filtering.c
10846         * src/filtering.h
10847         * src/folder.c
10848         * src/folderview.c
10849         * src/inc.c
10850         * src/mainwindow.c
10851         * src/matcher.c
10852         * src/matcher_parser_lex.l
10853         * src/matcher_parser_parse.y
10854         * src/mbox.c
10855         * src/prefs_filtering.c
10856         * src/prefs_filtering.h
10857         * src/procmsg.c
10858         * src/procmsg.h
10859         * src/summaryview.c
10860                 introduce per-account filtering rules. Each filtering rule can now be assigned
10861                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10862                 when applying filtering rules manually, as all rules will apply - even the ones
10863                 assigned to an account. This issue will be addressed soon.
10864  
10865
10866
10867 2006-07-31 [wwp]        2.4.0cvs1
10868
10869         * src/quote_fmt.c
10870                 make more strings translatable.
10871
10872 2006-07-31 [paul]       2.4.0
10873
10874         2.4.0 released
10875
10876 2006-07-31 [paul]       2.3.1cvs91
10877
10878         * po/ca.po
10879                 updated by Miquel Oliete
10880
10881 2006-07-31 [paul]       2.3.1cvs90
10882
10883         * po/de.po
10884         * po/el.po
10885         * po/fr.po
10886         * po/it.po
10887         * po/pl.po
10888         * po/pt_BR.po
10889         * po/sr.po
10890         * po/zh_CN.po
10891                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10892                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10893                 Aleksandar Urosevic, and Ralgh Young
10894
10895 2006-07-31 [paul]       2.3.1cvs89
10896
10897         * src/account.c
10898         * src/main.c
10899         * src/mainwindow.c
10900         * src/mainwindow.h
10901                 Fix a race condition when, after an SC crash, rescanning
10902                 folders took more than 0.5 seconds
10903                 Thanks to Colin
10904
10905 2006-07-31 [paul]       2.3.1cvs88
10906
10907         * src/folderview.c
10908                 don't translate separator strings
10909
10910 2006-07-30 [mones]      2.3.1cvs87
10911
10912         * doc/man/sylpheed-claws.1
10913                 Fixed non-ASCII chars in Hoa's name
10914         * po/es.po
10915                 Updated for release
10916
10917 2006-07-27 [colin]      2.3.1cvs86
10918
10919         * src/textview.c
10920                 Don't include the leading \n in links
10921                 Patch by Fabien
10922
10923 2006-07-25 [colin]      2.3.1cvs85
10924
10925         * src/mainwindow.c
10926         * src/common/socket.h
10927         * src/etpan/imap-thread.c
10928                 Refresh resolvers before connecting
10929                 to IMAP servers, and after switching
10930                 to online. Thanks to Paul.
10931
10932 2006-07-18 [colin]
10933
10934         * 2.4.0-rc4 released
10935
10936 2006-07-17 [colin]      2.3.1cvs84
10937
10938         * src/inc.c
10939                 Show connection attempt in statusbar before
10940                 connecting (previously first message was
10941                 "Retrieving messages from ..." after the
10942                 connection succeeded.
10943
10944 2006-07-16 [wwp]        2.3.1cvs83
10945
10946         * sylpheed-claws.ico
10947                 Added .ico file (windows multi-size icon file, generated).
10948
10949 2006-07-12 [wwp]        2.3.1cvs82
10950
10951         * src/messageview.c
10952                 remove Message/Re-edit menu entry from messageview window,
10953                 as sent/draft/queued messages are opened in compose window when
10954                 re-edited and it's not possible to re-edit other msgs.
10955
10956 2006-07-12 [paul]       2.3.1cvs81
10957
10958         * AUTHORS
10959         * src/mainwindow.c
10960         * src/gtk/authors.h
10961                 check online state before resetting
10962                 mailcheck timer. Useful if some program
10963                 verifies connection state and updates
10964                 Claws.
10965                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10966
10967 2006-07-12 [paul]       2.3.1cvs80
10968
10969         * sylpheed-claws-128x128.png
10970         * sylpheed-claws-64x64.png
10971         * sylpheed-claws.png
10972         * src/Makefile.am
10973         * src/main.c
10974         * src/prefs_toolbar.c
10975         * src/stock_pixmap.c
10976         * src/stock_pixmap.h
10977         * src/wizard.c
10978         * src/gtk/about.c
10979         * src/gtk/gtkutils.c
10980         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10981         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10982         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10983         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10984         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10985         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10986                 updated and renamed logo/icon files and related
10987                 logo by Jesper Schultz
10988
10989 2006-07-11 [paul]       2.3.1cvs79
10990
10991         * src/main.c
10992                 fix the labels a smidgin
10993
10994 2006-07-09 [colin]      2.3.1cvs78
10995
10996         * src/textview.c
10997                 Show errors in textviewer's command
10998                 Patch by H. Merijn Brand
10999
11000 2006-07-09 [colin]      2.3.1cvs77
11001
11002         * src/compose.c
11003                 Save FMID in drafts too
11004
11005 2006-07-08 [colin]      2.3.1cvs76
11006
11007         * src/compose.c
11008                 Svae RMID in drafted mails too
11009                 Save quote_fmt vars for whole mails,
11010                 don't reset at each quote_fmt_init:
11011                 allows to use the same |i{var} in
11012                 various template fields
11013         * src/prefs_template.c
11014         * src/quote_fmt.h
11015         * src/quote_fmt_parse.y
11016                 Same
11017
11018 2006-07-08 [colin]      2.3.1cvs75
11019
11020         * src/textview.c
11021                 Fix highlighting of attached parts URIs
11022
11023 2006-07-08 [colin]      2.3.1cvs74
11024
11025         * src/main.c
11026                 Prevent bug #981 (sc 2.3.1 segfaults with 
11027                 gtk+ 2.10) from being reported again:
11028                 if Sylpheed-Claws has been compiled against
11029                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11030                 of if Sylpheed-Claws has been compiled against
11031                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11032                 error out.
11033
11034 2006-07-07 [colin]      2.3.1cvs73
11035
11036         * src/prefs_actions.c
11037                 Fix label
11038
11039 2006-07-07 [colin]      2.3.1cvs72
11040
11041         * src/prefs_actions.c
11042                 Fix compile on gtk < 2.8. argh :)
11043
11044 2006-07-07 [paul]       2.3.1cvs71
11045
11046         * src/common/defs.h
11047                 update DONATE_URI
11048
11049 2006-07-07 [colin]      2.3.1cvs70
11050
11051         * po/POTFILES.in
11052         * src/quote_fmt.c
11053         * src/quote_fmt_lex.l
11054         * src/quote_fmt_parse.y
11055                 Add |i{var}, a way to insert user-entered
11056                 text in a template
11057
11058 2006-07-07 [colin]
11059
11060         * 2.4.0-rc3 released
11061
11062 2006-07-07 [colin]      2.3.1cvs69
11063
11064         * src/folder.c
11065                 Don't consider inboxes of UNKNOWN folder 
11066                 classes to be useable as default inboxes
11067
11068 2006-07-07 [paul]       2.3.1cvs68
11069
11070         * src/textview.c
11071                 add missing #include <errno.h>
11072                 Thanks to René J. Blokland
11073
11074 2006-07-07 [paul]       2.3.1cvs67
11075
11076         * src/action.c
11077                 Return now Closes dialog
11078         * src/mimeview.c
11079         * src/mimeview.h
11080         * src/textview.c
11081                 add contextual menu to mime parts listed
11082                 in the textview
11083                 Thanks to Colin
11084         * src/common/utils.c
11085                 reversal: ' is a valid character in URLs
11086
11087 2006-07-06 [colin]      2.3.1cvs66
11088
11089         * src/remotefolder.h
11090                 Forgotten in previous commit
11091
11092 2006-07-06 [colin]      2.3.1cvs65
11093
11094         * src/folder.c
11095                 Set summary update flag whenever
11096                 totals changed
11097         * src/imap.c
11098         * src/prefs_account.c
11099         * src/common/utils.h
11100         * src/etpan/imap-thread.c
11101                 Fix warnings, thanks to Fabien and
11102                 Ricardo
11103
11104 2006-07-06 [wwp]        2.3.1cvs64
11105
11106         * src/gtk/gtkutils.c
11107                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11108
11109 2006-07-06 [wwp]        2.3.1cvs63
11110
11111         * src/account.c
11112         * src/addressbook.c
11113         * src/addressitem.h
11114         * src/folderview.c
11115         * src/mainwindow.c
11116         * src/manual.c
11117         * src/manual.h
11118         * src/message_search.c
11119         * src/prefs_actions.c
11120         * src/prefs_filtering.c
11121         * src/prefs_filtering.h
11122         * src/prefs_template.c
11123         * src/summary_search.c
11124         * src/summaryview.c
11125         * src/gtk/gtkutils.c
11126         * src/gtk/gtkutils.h
11127         * src/gtk/pluginwindow.c
11128                 add help buttons to some dialogs. Clicking such buttons opens a
11129                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11130
11131 2006-07-06 [paul]       2.3.1cvs62
11132
11133         * src/textview.c
11134                 fix attachments contextual menu
11135                 Thanks to Colin
11136
11137 2006-07-05 [colin]      2.3.1cvs61
11138
11139         * src/textview.c
11140         * src/compose.c
11141                 Handle sftp:// links
11142
11143 2006-07-05 [paul]       2.3.1cvs60
11144
11145         * src/gtk/filesel.c
11146                 grab save button by default
11147                 Thanks to Colin
11148
11149 2006-07-05 [wwp]        2.3.1cvs59
11150
11151         * manual/xml2pdf
11152                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11153
11154 2006-07-04 [colin]      2.3.1cvs58
11155
11156         * src/mimeview.c
11157         * src/textview.c
11158                 Use left click to select, middle click to open
11159                 on mimeparts links
11160         * src/common/utils.c
11161                 Fix segfault
11162
11163 2006-07-04 [colin]      2.3.1cvs57
11164
11165         * src/mainwindow.c
11166         * src/news.c
11167                 Warning fixes, thanks to Fabien
11168
11169 2006-07-04 [colin]      2.3.1cvs56
11170
11171         * src/mimeview.c
11172         * src/mimeview.h
11173         * src/textview.c
11174                 Allow parts to be selected via their text label
11175                 in textview
11176
11177 2006-07-04 [colin]      2.3.1cvs55
11178
11179         * src/folderview.c
11180                 Feedback when closing (for big folders)
11181         * src/prefs_actions.c
11182         * src/prefs_filtering.c
11183         * src/prefs_matcher.c
11184         * src/prefs_template.c
11185                 Fix default button when closing without
11186                 having saved
11187
11188 2006-07-04 [colin]      2.3.1cvs54
11189
11190         * src/news.c
11191                 Delete local file on deletion
11192
11193 2006-07-03 [colin]      2.3.1cvs53
11194
11195         * src/folderview.c
11196         * src/main.c
11197                 Don't freeze when rescanning after crash
11198
11199 2006-07-03 [wwp]        2.3.1cvs52
11200
11201         * src/compose.c
11202         * src/privacy.c
11203         * src/privacy.h
11204         * src/plugins/pgpinline/pgpinline.c
11205         * src/plugins/pgpmime/pgpmime.c
11206                 don't report an error when the user cancels the passphrase dialog.
11207
11208 2006-07-02 [colin]      2.3.1cvs51
11209
11210         * src/folderview.c
11211                 Open message when crossing folders with Space,
11212                 goto next unread and friends
11213
11214 2006-07-01 [colin]      2.3.1cvs50
11215
11216         * src/prefs_account.c
11217                 Typographic rules varying from language
11218                 to language (in french "Protocole :"),
11219                 we have to do that :)
11220
11221 2006-07-01 [ticho]      2.3.1cvs49
11222
11223         * src/prefs_account.c
11224                 Only use one temporary gchar* variable in
11225                 prefs_account_protocol_set_optmenu().
11226
11227 2006-07-01 [ticho]      2.3.1cvs48
11228
11229         * src/prefs_account.c
11230         * src/prefs_account.h
11231                 Use GtkLabel for existing account protocol name.
11232                 Created an array for protocol names and populate the
11233                 combobox from it in a for() cycle.
11234
11235 2006-06-30 [colin]      2.3.1cvs47
11236
11237         * src/compose.c
11238                 Block undo when changing signature (by changing
11239                 account)
11240
11241 2006-06-30 [paul]       2.3.1cvs46
11242
11243         * src/send_message.c
11244                 when editing From in the Compose window, use that address
11245                 in the Return-Path: header
11246                 Thanks to Colin
11247
11248 2006-06-30 [colin]      2.3.1cvs45
11249
11250         * src/compose.c
11251                 Fix signature replacement:
11252                 - when no newline before separator
11253                 - when reediting
11254
11255 2006-06-29 [colin]      2.3.1cvs44
11256
11257         * src/folderview.c
11258         * src/folderview.h
11259         * src/mainwindow.c
11260         * src/summaryview.c
11261                 Let 'View/Go to/Next marked' work like
11262                 Next new & Next unread: across folders
11263                 Change the select_on_entry pref to do
11264                 what we want when changing folder
11265         * src/common/utils.c
11266                 Fix single-quoted links 
11267
11268 2006-06-29 [colin]      2.3.1cvs43
11269
11270         * src/gtk/gtkaspell.c
11271                 "Sylpheed" and "Sylpheed-Claws" do exist !
11272
11273 2006-06-29 [colin]      2.3.1cvs42
11274
11275         * src/imap.c
11276                 Forgot to remove debug
11277
11278 2006-06-29 [colin]      2.3.1cvs41
11279
11280         * src/imap.c
11281         * src/imap.h
11282         * src/mainwindow.c
11283                 Disconnect from IMAP servers when going
11284                 offline. Fixes bug #978 (going to offline-mode 
11285                 won't close connections)
11286
11287 2006-06-29 [colin]      2.3.1cvs40
11288
11289         * src/main.c
11290                 Fix transient setting on failing plugins
11291                 Patch by Fabien
11292         * src/plugins/pgpcore/sgpgme.c
11293                 Only warn for OpenPGP. Most people don't
11294                 have CMS available.
11295
11296 2006-06-29 [colin]      2.3.1cvs39
11297
11298         * src/compose.c
11299                 Fix Spelling menu (discrepancy between context menu
11300                 and top menu when folder's dictionary isn't the 
11301                 default one)
11302         * src/plugins/pgpcore/sgpgme.c
11303                 More error reporting about why gpgme can fail
11304
11305 2006-06-29 [wwp]        2.3.1cvs38
11306
11307         * src/mainwindow.c
11308                 honor the display-header-pane setting even when the message view
11309                 is a separate window.
11310
11311 2006-06-29 [wwp]        2.3.1cvs37
11312
11313         * src/prefs_actions.c
11314                 forgot to commit that one (use of GTK_STOCK_INFO).
11315
11316 2006-06-29 [colin]      2.3.1cvs36
11317
11318         * src/imap.c
11319                 Better handling of login errors (ask the password
11320                 again once), alert in case of error. Fix three
11321                 signedness warnings.
11322
11323 2006-06-28 [wwp]        2.3.1cvs35
11324
11325         * src/prefs_template.c
11326         * src/prefs_matcher.c
11327         * src/prefs_filtering_action.c
11328         * src/prefs_quote.c
11329                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11330                 patch by Fabien Vantard, slightly modified.
11331
11332 2006-06-28 [paul]
11333
11334         2.4.0-rc2 released
11335
11336 2006-06-28 [colin]      2.3.1cvs34
11337
11338         * src/prefs_account.c
11339                 Fix bug #977 (Can't add or edit imap accounts)
11340
11341 2006-06-28 [colin]      2.3.1cvs33
11342
11343         * src/mimeview.c
11344                 Fix previous
11345
11346 2006-06-28 [colin]      2.3.1cvs32
11347
11348         * src/mimeview.c
11349                 Save named inlined attachments with "Save all"
11350         * src/main.c
11351         * src/mbox.c
11352         * src/common/plugin.c
11353         * src/common/plugin.h
11354         * src/common/sylpheed.c
11355         * src/common/utils.c
11356         * src/plugins/pgpcore/sylpheed.def
11357         * src/plugins/pgpinline/sylpheed.def
11358         * src/plugins/pgpmime/sylpheed.def
11359                 Win32 compatibility patch, by
11360                 Werner Koch
11361
11362 2006-06-28 [wwp]        2.3.1cvs31
11363
11364         * src/imap.c
11365         * src/prefs_folder_item.c
11366                 less compilation warnings (thanks to Fabien Vantard), less typos.
11367
11368 2006-06-28 [paul]       2.3.1cvs30
11369
11370         * src/gtk/gtkutils.c
11371                 gtk_combo_box_set_focus_on_click() is only
11372                 available since gtk 2.6.0
11373
11374 2006-06-28 [paul]       2.3.1cvs29
11375
11376         * src/prefs_ext_prog.c
11377                 fix engrish and add a tooltip for the
11378                 'command for 'Display as text' option
11379
11380 2006-06-28 [paul]
11381
11382         2.4.0-rc1 released
11383
11384 2006-06-28 [paul]       2.3.1cvs28
11385
11386         * ChangeLog
11387         * tools/Makefile.am
11388                 include textviewer.pl in releases
11389
11390 2006-06-28 [paul]       2.3.1cvs27
11391
11392         * src/prefs_ext_prog.c
11393                 hide Print command option if libgnomeprint
11394                 support is present
11395
11396 2006-06-27 [colin]      2.3.1cvs26
11397
11398         * src/compose.c
11399                 Fix Esc handling in insert/attach dialog
11400                 Don't show this dialog if dragging something
11401                 else than text/uri-list
11402                 Thanks to Fabien Vantard
11403         * tools/textviewer.pl
11404                 Filter script to display stuff as text
11405                 by H. Merijn Brand
11406
11407 2006-06-27 [wwp]        2.3.1cvs25
11408
11409         * src/messageview.c
11410                 use the exact product name (message view title), patch
11411                 by Fabien Vantard.
11412
11413 2006-06-27 [ticho]      2.3.1cvs24
11414
11415         * src/prefs_account.c
11416         * src/prefs_common.c
11417         * src/prefs_common.h
11418         * src/prefs_ext_prog.c
11419         * src/textview.c
11420                 Add a preference (Preferences/External programs)
11421                 to allow "Display as text" to be done via a script
11422                 (patch by H.Merijn Brand).
11423                 Use GtkComboBox for protocol selection in account
11424                 preferences.
11425                 Only include current choice for existing accounts, and
11426                 insensitivize the combobox.
11427
11428 2006-06-27 [paul]       2.3.1cvs23
11429
11430         * src/mbox.c
11431                 fix crasher introduced in cvs21.
11432                 Thanks to Colin
11433
11434 2006-06-26 [colin]      2.3.1cvs22
11435
11436         * src/mbox.c
11437                 Fix double-frees when leaving folders
11438                 after exporting to mbox
11439
11440 2006-06-26 [colin]      2.3.1cvs21
11441
11442         * src/mbox.c
11443                 More feedback (and optimisation)
11444                 on import/export
11445         * src/common/utils.c
11446                 Fix case when looking for mail addresses
11447         * src/gtk/gtkutils.c
11448                 Extra check for (X-)Face
11449
11450 2006-06-25 [ticho]      2.3.1cvs20
11451
11452         * src/compose.c
11453         * src/exphtmldlg.c
11454         * src/gtk/gtkutils.c
11455         * src/gtk/gtkutils.h
11456                 Added second argument to gtkut_sc_combobox_create() to
11457                 control focus-on-click for the widget.
11458                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11459
11460 2006-06-25 [ticho]      2.3.1cvs19
11461
11462         * src/compose.c
11463         * src/gtk/Makefile.am
11464         * src/gtk/combobox.c
11465         * src/gtk/combobox.h
11466         * src/gtk/gtkutils.c
11467         * src/gtk/gtkutils.h
11468                 Use GtkComboBox instead of deprecated GtkOptionMenu
11469                 for account selector in compose window and for encoding
11470                 selector in attachment properties.
11471                 Also factorise working with the new GtkComboBox somewhat.
11472
11473 2006-06-24 [paul]       2.3.1cvs18
11474
11475         * src/prefs_common.c
11476                 use the correct default value
11477
11478 2006-06-24 [paul]       2.3.1cvs17
11479
11480         * src/compose.c
11481         * src/prefs_common.c
11482         * src/prefs_common.h
11483         * src/prefs_compose_writing.c
11484                 enable setting of default action when
11485                 dnd'ing files in the compose window.
11486                 (Collaborative effort with wwp)
11487
11488 2006-06-23 [wwp]        2.3.1cvs16
11489
11490         * src/compose.c
11491                 i18n fix (thanks to Fabien Vantard)
11492
11493 2006-06-22 [colin]      2.3.1cvs15
11494
11495         * src/prefs_customheader.c
11496                 Don't use filters in custom headers' file 
11497                 selector. Remember, extensions mean nothing :)
11498
11499 2006-06-22 [paul]       2.3.1cvs14
11500
11501         * configure.ac
11502                 allow setting of man directory location
11503
11504 2006-06-22 [colin]      2.3.1cvs13
11505
11506         * src/mainwindow.c
11507                 Add 'View/Go to/Next unread folder'.
11508                 I missed that :)
11509
11510 2006-06-22 [colin]      2.3.1cvs12
11511
11512         * src/common/utils.c
11513                 Add some subject prefixes
11514                 Patch by Bjorn T Johansen <btj@havleik.no>
11515
11516 2006-06-22 [colin]      2.3.1cvs11
11517
11518         * manual/advanced.xml
11519                 Forgotten hidden pref
11520
11521 2006-06-21 [paul]       2.3.1cvs10
11522
11523         * src/prefs_account.c
11524                 complete the removal of 'Add date header' option
11525
11526 2006-06-21 [paul]       2.3.1cvs9
11527
11528         * src/account.c
11529         * src/compose.c
11530         * src/prefs_account.c
11531         * src/prefs_account.h
11532                 remove option to add date header - always
11533                 add date header
11534         * src/etpan/imap-thread.c
11535                 fix warnings (Thanks to Colin)
11536
11537 2006-06-21 [wwp]        2.3.1cvs8
11538
11539         * src/folder.c
11540                 set the attachment flag when inline text part are (file)named. This is more convenient
11541                 when receiving (for instance) inline source files or patches sent using thunderbird.
11542
11543 2006-06-21 [paul]       2.3.1cvs7
11544
11545         * src/inc.c
11546                 fix off-by-one count of current msg in
11547                 statusbar filtering progressbar
11548
11549 2006-06-21 [paul]       2.3.1cvs6
11550
11551         * src/folder.c
11552                 Show attachment icon even if the part is 'inline'
11553                 if the following conditions are met:
11554                 - content-type != 'text/plain'
11555                 - content-type != '*/pgp-signature'
11556                 - either 'name' or 'filename' parameter is not NULL
11557                 
11558                 Thanks to Colin
11559
11560 2006-06-21 [paul]       2.3.1cvs5
11561
11562         * src/messageview.c
11563         * src/prefs_common.c
11564         * src/prefs_common.h
11565         * src/prefs_other.c
11566                 add an option to 'Never send Return
11567                 Receipts'
11568                 Thanks to Colin
11569
11570 2006-06-20 [mones]      2.3.1cvs4
11571
11572         * po/es.po
11573                 updated
11574         * src/compose.c
11575                 typo fixed (space after comma)
11576         * tools/make.themes.project
11577                 remove exec mode from tarball files
11578
11579 2006-06-20 [colin]      2.3.1cvs3
11580
11581         * src/news.c
11582         * src/procheader.c
11583         * src/unmime.c
11584                 Better fix for \n's in headers (don't 
11585                 break Received: and others)
11586
11587 2006-06-20 [paul]       2.3.1cvs2
11588
11589         * src/alertpanel.c
11590         * src/textview.c
11591                 improve legibility of phishing attempt
11592                 dialog
11593
11594 2006-06-20 [paul]       2.3.1cvs1
11595
11596         * NEWS
11597         * README
11598         * configure.ac
11599                 Update version number following
11600                 stable release
11601
11602 2006-06-20 [colin]      2.3.0cvs26
11603
11604         * src/compose.c
11605                 When dragging a file to the text of the compose
11606                 window, ask whether we want to insert or attach
11607                 (I know lots of people who do that to attach)
11608
11609 2006-06-20 [colin]      2.3.0cvs25
11610
11611         * src/etpan/imap-thread.c
11612                 Fix threshold (the append command is often > 32 bytes)
11613
11614 2006-06-19 [colin]      2.3.0cvs24
11615
11616         * src/imap.c
11617         * src/etpan/imap-thread.c
11618                 Workaround Rockliffe IMAP server bug: replace
11619                 "x UID SEARCH (ANSWERED UID 1:*)" with
11620                 "x UID SEARCH ANSWERED"
11621                 (Rockliffe doesn't handle the parenthesis)
11622
11623 2006-06-19 [colin]      2.3.0cvs23
11624
11625         * src/compose.c
11626         * src/imap.c
11627         * src/etpan/imap-thread.c
11628                 Probably fix bug #972 (Freezes when adding 
11629                 an attachment to the message)
11630         * src/common/defs.h
11631                 Modernize Firefox cmd
11632
11633
11634 2006-06-18 [colin]      2.3.0cvs22
11635
11636         * src/prefs_customheader.c
11637                 Only allow correct filenames for various
11638                 custom headers
11639
11640 2006-06-18 [colin]      2.3.0cvs21
11641
11642         * src/prefs_customheader.c
11643                 Add a 'From File...' button in custom headers prefs, which
11644                 try to do the right thing: 
11645                 for normal headers, use file as plaintext,
11646                 for X-Face, calls compface,
11647                 for Face, encode to b64.
11648
11649 2006-06-17 [colin]      2.3.0cvs20
11650
11651         * src/mh.c
11652                 Warning fix
11653
11654 2006-06-16 [colin]      2.3.0cvs19
11655
11656         * src/summaryview.c
11657                 Recursive quicksearch: show message list
11658                 in current folder, *then* search children
11659                 in the background.
11660
11661 2006-06-16 [colin]      2.3.0cvs18
11662
11663         * src/main.c
11664                 Instead of ignoring SIGPIPE, save caches
11665                 when getting one. Will fix the fact that
11666                 hot caches are out-of-date when logging 
11667                 out of Xorg.
11668         * src/compose.c
11669         * src/prefs_compose_writing.c
11670                 Only save text (not attachments) when 
11671                 auto-saving to drafts
11672         * src/unmime.c
11673                 Always replace \n, \r and \t with spaces
11674                 in headers
11675         * manual/dist/html/Makefile.am
11676         * manual/dist/pdf/Makefile.am
11677         * manual/dist/ps/Makefile.am
11678         * manual/dist/txt/Makefile.am
11679         * manual/fr/dist/html/Makefile.am
11680         * manual/fr/dist/pdf/Makefile.am
11681         * manual/fr/dist/ps/Makefile.am
11682         * manual/fr/dist/txt/Makefile.am
11683         * manual/pl/dist/html/Makefile.am
11684         * manual/pl/dist/pdf/Makefile.am
11685         * manual/pl/dist/ps/Makefile.am
11686         * manual/pl/dist/txt/Makefile.am
11687                 Fix make clean removing pregenerated manuals
11688
11689
11690 2006-06-16 [colin]      2.3.0cvs17
11691
11692         * src/plugins/pgpcore/sgpgme.c
11693         * src/plugins/pgpmime/pgpmime.c
11694         * src/plugins/pgpinline/pgpinline.c
11695                 Better error reporting in setup_signers.
11696                 Don't fallback to default key if specified
11697                 key isn't found.
11698                 Don't allow signing if more than one secret
11699                 key matches the one specified in prefs.
11700
11701 2006-06-15 [colin]      2.3.0cvs16
11702
11703         * src/folderview.c
11704                 Add "Send queue" in the folder's contextual
11705                 menu
11706         * src/compose.c
11707         * src/messageview.c
11708         * src/privacy.c
11709         * src/privacy.h
11710         * src/procmime.c
11711         * src/procmsg.c
11712         * src/plugins/pgpcore/passphrase.c
11713         * src/plugins/pgpcore/sgpgme.c
11714         * src/plugins/pgpinline/pgpinline.c
11715         * src/plugins/pgpmime/pgpmime.c
11716                 Better error reporting
11717         * src/mbox.c
11718                 Probably fix bug #971 (2.2.3 cannot read mail 
11719                 from local mbox)
11720
11721
11722 2006-06-15 [mones]      2.3.0cvs15
11723
11724         * tools/make.themes.project
11725                 creates the themes project from the web page
11726
11727 2006-06-15 [colin]      2.3.0cvs14
11728
11729         * src/folder.c
11730                 Better fix (avoid losing the folder if scan_tree 
11731                 fails)
11732
11733 2006-06-15 [cleroy]     2.3.0cvs13
11734
11735         * src/folder.c
11736                 Probably fix Bug #969 (crash on rebuilding 
11737                 imap folder)
11738
11739 2006-06-14 [colin]      2.3.0cvs12
11740
11741         * manual/dtd/manual.xsl
11742         * manual/sylpheed-claws-manual.xml
11743         * manual/fr/sylpheed-claws-manual.xml
11744         * manual/pl/sylpheed-claws-manual.xml
11745                 Insert pagebreaks between sections
11746
11747 2006-06-14 [paul]       2.3.0cvs11
11748
11749         * configure.ac
11750                 better fix than 2.3.0cvs10
11751
11752 2006-06-14 [paul]       2.3.0cvs10
11753
11754         * configure.ac
11755                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11756                 (backwards compatible)
11757
11758 2006-06-13 [colin]      2.3.0cvs9
11759
11760         * src/messageview.c
11761                 Fix sending of return receipt with the new queue folders
11762
11763 2006-06-13 [wwp]        2.3.0cvs8
11764
11765         * src/quote_fmt_lex.l
11766                 fix wrong tokens returned in quote_fmt lexer, query not().
11767
11768 2006-06-13 [wwp]        2.3.0cvs7
11769
11770         * src/folder.c
11771         * src/prefs_folder_item.c
11772                 allow changing folder type even when folder is not a top-level one,
11773                 thanks to Colin.
11774
11775 2006-06-12 [colin]      2.3.0cvs6
11776
11777         * src/folderview.c
11778                 Fix double-ask of "Do you want to mark all
11779                 as read"
11780
11781 2006-06-12 [colin]      2.3.0cvs5
11782
11783         * src/compose.c
11784         * src/compose.h
11785         * src/folder.c
11786         * src/folder.h
11787         * src/imap.c
11788         * src/inc.c
11789         * src/main.c
11790         * src/messageview.c
11791         * src/mh.c
11792         * src/prefs_folder_item.c
11793         * src/procheader.c
11794         * src/procmime.c
11795         * src/procmsg.c
11796         * src/procmsg.h
11797         * src/send_message.c
11798         * src/summaryview.c
11799         * src/toolbar.c
11800                 Apply bug #964's patch (Queue and drafts aren't normal)
11801                 The Drafts and Queue folder now contain RFC-822 files,
11802                 allowing to move and copy mails from and to these 
11803                 folders. Moving from Drafts to Queue will prepare the
11804                 mail for sending (PGP signature, encryption, etc).
11805                 This patch also rework sending errors handling to try
11806                 to be more helpful.
11807                 Also, allow redefining folder types via the GUI 
11808                 (Folder type in its Properties)
11809
11810 2006-06-12 [colin]      2.3.0cvs4
11811
11812         * src/summaryview.c
11813         * src/prefs_common.c
11814         * src/prefs_common.h
11815         * src/gedit-print.c
11816                 Allow to define a specific print font - patch
11817                 by Bernhard Walle <bernhard.walle@gmx.de>
11818         * src/prefs_fonts.c
11819         * manual/advanced.xml
11820         * manual/fr/advanced.xml
11821                 Add a hidden pref to allow deletion without
11822                 confirmation
11823
11824 2006-06-12 [wwp]        2.3.0cvs3
11825
11826         * .cvsignore
11827                 more files to ignore.
11828
11829 2006-06-12 [wwp]        2.3.0cvs2
11830
11831         * src/quote_fmt.c
11832         * src/quote_fmt_lex.l
11833         * src/quote_fmt_parse.y
11834                 extend the quote_fmt parser (templates and quotes):
11835                 - allow limited sub-expressions in |p{} and |f{} expressions,
11836                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11837                 - implemented/fixed missing implementation of query_references and show_references,
11838                 - completed, fixed contents and format of the symbols help dialog,
11839                 - fix some compilation warnings.
11840
11841 2006-06-12 [wwp]        2.3.0cvs1
11842
11843         * manual/advanced.xml
11844         * manual/fr/advanced.xml
11845                 updates in the "templates" section of the manual (eng/fr):
11846                  - be more precise (both versions)
11847                  - completed to match the english reference (fr version)
11848                  - touchups (both versions)
11849
11850 2006-06-12 [paul]       2.3.0
11851
11852         2.3.0 released
11853
11854 2006-06-12 [paul]       2.2.3cvs14
11855
11856         * po/ca.po
11857         * po/cs.po
11858         * po/de.po
11859         * po/el.po
11860         * po/fr.po
11861         * po/it.po
11862         * po/pt_BR.po
11863         * po/sr.po
11864         * po/zh_CN.po
11865                 updated by Miquel Oliete, Tim, Stephan Sachse,
11866                 Stavros Giannouris, Fabien Vantard, Andrea
11867                 Spadaccini, Frederico Goncalves Guimaraes,
11868                 Aleksandar Urosevic, and Ralgh Young
11869
11870 2006-06-12 [colin]      2.2.3cvs13
11871
11872         * src/mbox.c
11873                 Add missing header
11874
11875 2006-06-11 [colin]      2.2.3cvs12
11876
11877         * src/msgcache.c
11878                 Verify that g_malloc() succeeded
11879
11880 2006-06-11 [colin]      2.2.3cvs11
11881
11882         * src/wizard.c
11883                 Add Face header to welcome mail
11884
11885 2006-06-10 [colin]      2.2.3cvs10
11886
11887         * src/textview.c
11888                 Revert previous (Forgot it changes the
11889                 margin on the whole mail)
11890
11891 2006-06-10 [colin]      2.2.3cvs9
11892
11893         * src/textview.c
11894                 Don't overlap long headers under (X-)Face
11895
11896 2006-06-10 [mones]      2.2.3cvs8
11897
11898         * manual/xml2pdf
11899                 allow generation of manual on systems lacking saxon binary
11900                 but with java and the saxon library installed
11901
11902         * po/es.po
11903                 updated for release
11904
11905 2006-06-09 [colin]      2.2.3cvs7
11906
11907         * src/summaryview.c
11908                 Fix leak when using Display Sender using Addressbook
11909
11910 2006-06-09 [colin]      2.2.3cvs6
11911
11912         * src/compose.c
11913         * src/folder.c
11914         * src/folderview.c
11915         * src/mimeview.c
11916         * src/summaryview.c
11917                 More leaks fixes
11918
11919 2006-06-09 [paul]       2.2.3cvs5
11920
11921         * AUTHORS
11922         * src/gtk/authors.h
11923         * tools/claws.i18n.status.pl
11924                 updated with new info
11925
11926 2006-06-09 [paul]       2.2.3cvs4
11927
11928         * README
11929                 updated
11930         * manual/ack.xml
11931                 add wwp to authors list
11932         * src/gtk/authors.h
11933                 update mine and Colin's addresses
11934
11935 2006-06-08 [colin]      2.2.3cvs3
11936
11937         * src/etpan/imap-thread.c
11938                 Fix leak on SSL cert check
11939
11940 2006-06-08 [colin]      2.2.3cvs2
11941
11942         * src/common/utils.c
11943                 Fix leak
11944
11945 2006-06-08 [paul]       2.2.3cvs1
11946
11947         * configure.ac
11948                 Update version number following
11949                 stable release
11950
11951 2006-06-07 [colin]      2.2.2cvs3
11952
11953         * src/msgcache.c
11954                 Fix catching cache read errors (guint instead of gint)
11955                 Prevent malloc'ing more than 8MB (means cache corruption)
11956
11957 2006-06-07 [paul]       2.2.2cvs2
11958
11959         * src/exporthtml.c
11960         * src/exportldif.c
11961         * src/mh.c
11962         * src/mutt.c
11963         * src/pine.c
11964         * src/common/utils.c
11965                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11966                 obey $HOME'
11967                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11968                 Thanks to Colin
11969
11970 2006-06-06 [paul]       2.2.2cvs1
11971
11972         * configure.ac
11973                 Update version number following
11974                 stable release
11975
11976 2006-06-06 [paul]       2.2.1cvs6
11977
11978         * src/matcher.c
11979                 fix  implicit declaration of
11980                 sylpheed_do_idle()
11981                 Patch by Fabien Vantard
11982
11983 2006-06-06 [paul]       2.2.1cvs5
11984
11985         * src/matcher.c
11986                 fix age_greater and age_lower so that they
11987                 mean what say and not '...or equal to'
11988                 Thanks to Colin
11989
11990 2006-06-06 [paul]       2.2.1cvs4
11991
11992         * src/textview.c
11993         * src/common/utils.c
11994                 fix URI check
11995                 Thanks to Colin
11996
11997 2006-06-05 [wwp]        2.2.1cvs3
11998
11999         * manual/fr/account.xml
12000                 minor language fixes (thanks to Fabien Vantard).
12001
12002 2006-06-05 [colin]      2.2.1cvs2
12003
12004         * src/prefs_folder_item.c
12005         * src/folderview.c
12006                 Allow recursive setting of properties 
12007                 for whole mailboxes
12008         * src/matcher.c
12009                 Don't freeze on 'test' filtering rule
12010
12011 2006-06-05 [colin]      2.2.1cvs1
12012
12013         * configure.ac
12014                 Update version number following
12015                 stable release
12016
12017 2006-06-04 [wwp]        2.2.0cvs82
12018
12019         * manual/glossary.xml
12020         * manual/account.xml
12021         * manual/fr/glossary.xml
12022         * manual/fr/account.xml
12023                 added glossary section and references/links related to the Face custom header.
12024
12025 2006-06-04 [colin]      2.2.0cvs81
12026
12027         * src/summaryview.c
12028                 Skip to next message on move with no
12029                 immediate execution
12030
12031 2006-06-04 [wwp]        2.2.0cvs80
12032
12033         * manual/xml2pdf
12034                 added sanity checks, exit when needed.
12035
12036 2006-06-03 [paul]       2.2.0cvs79
12037
12038         * src/prefs_receive.c
12039                 page name is now 'Receiving'
12040         * src/prefs_send.c
12041                 page name is now 'Sending'
12042
12043 2006-06-03 [colin]      2.2.0cvs78
12044
12045         * src/plugins/spamassassin/spamassassin_gtk.c
12046                 Autoswitch to Localhost if transport was previously
12047                 disabled. Else people had to check [] Enable, then
12048                 *reselect* transport.
12049
12050 2006-06-03 [colin]      2.2.0cvs77
12051
12052         * src/plugins/pgpinline/pgpinline.c
12053         * src/plugins/pgpmime/pgpmime.c
12054                 Check that gpg_data_release_and_get_mem 
12055                 didn't fail (now, why this happens...)
12056
12057 2006-06-03 [colin]      2.2.0cvs76
12058
12059         * src/mbox.c
12060                 Fix bug #962 (Manual and/or UI should 
12061                 warn about incompatible locking 
12062                 causing dataloss)
12063
12064 2006-06-02 [cleroy]     2.2.0cvs75
12065
12066         * src/filtering.c
12067         * src/folder.c
12068         * src/procmsg.c
12069         * src/summaryview.c
12070                 Fix a few leaks
12071
12072 2006-06-02 [colin]      2.2.0cvs74
12073
12074         * src/main.c
12075                 On exit, free caches after writing them
12076                 Shuts up some valgrind false positives
12077         * src/procmsg.c
12078         * src/send_message.c
12079                 Fix races when reusing existing SMTP connections
12080                 Fix inexistant session timeout
12081         * src/toolbar.c
12082                 Display alertpanel after all queues have
12083                 been processed, not after each
12084
12085 2006-06-02 [wwp]        2.2.0cvs73
12086
12087         * manual/fr/glossary.xml
12088         * manual/fr/ack.xml
12089         * manual/ack.xml
12090                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12091
12092 2006-06-02 [wwp]        2.2.0cvs72
12093
12094         * manual/xml2pdf
12095         * manual/dist/pdf/Makefile.am
12096         * manual/dtd/manual.xsl
12097         * manual/fr/dist/pdf/Makefile.am
12098         * manual/pl/dist/pdf/Makefile.am
12099                 we changed the procedure to generate the .pdf version of the manual.
12100                 The procedure is more modern and the .pdf we get now has a valid index.
12101                 Here are the new pre-requisites:
12102
12103                 - JRE 1.x (1.4 here): there must be one from your distro
12104                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12105                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12106                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12107
12108                 See my posts for further info about the installation of this toolchain:
12109
12110                 Date: Fri, 19 May 2006 19:40:06 +0200
12111                 From: wwp <subscript@free.fr>
12112                 To: sylpheed-claws-devel@lists.sourceforge.net
12113                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12114
12115                 and
12116
12117                 Date: Wed, 24 May 2006 12:58:49 +0200
12118                 From: wwp <subscript@free.fr>
12119                 To: sylpheed-claws-devel@lists.sourceforge.net
12120                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12121
12122 2006-06-01 [colin]      2.2.0cvs71
12123
12124         * src/compose.c
12125                 Better guards against IMAP races
12126         * src/main.c
12127         * src/prefs_common.c
12128         * src/prefs_common.h
12129         * src/common/ssl_certificate.c
12130         * src/etpan/imap-thread.c
12131         * src/etpan/imap-thread.h
12132         * src/gtk/sslcertwindow.c
12133                 New hidden option ssl_skip_cert_check to 
12134                 avoid dups of bug #959 (libetpan linked
12135                 against gnutls and gnutls buggy on 64bit)
12136                 Present expired warning only once per
12137                 session/server.
12138         * manual/advanced.xml
12139         * manual/fr/advanced.xml
12140                 Document new option
12141
12142 2006-06-01 [wwp]        2.2.0cvs70
12143
12144         * src/messageview.c
12145                 fix for bug #961 (return receipt dialog 
12146                 complains incorrectly about return-path 
12147                 email adress being different), thanks 
12148                 to Colin.
12149
12150 2006-05-31 [cleroy]     2.2.0cvs69
12151
12152         * src/common/ssl.c
12153                 Guard against NULLs, although this
12154                 should never be an issue
12155
12156 2006-05-31 [colin]      2.2.0cvs68
12157
12158         * src/filtering.c
12159                 Use g_slist_prepend
12160         * src/imap.c
12161                 Don't remove caches when destroying folder, it
12162                 could (should) be done at exit
12163         * src/inc.c
12164                 free processing cache after incorporation
12165         * src/etpan/imap-thread.c
12166                 Maybe fix bug #959 (Crash on moving to emails 
12167                 to a imap account per ssl with a expired 
12168                 certificate.)
12169
12170 2006-05-30 [colin]      2.2.0cvs67
12171
12172         * src/summaryview.c
12173                 Put back event flush when displaying message
12174                 It avoids reading a bunch of messages just
12175                 by hitting shift-n for too long ;)
12176
12177 2006-05-29 [colin]      2.2.0cvs66
12178
12179         * src/summaryview.c
12180                 Remove useless g_warnings
12181
12182 2006-05-29 [colin]      2.2.0cvs65
12183
12184         * src/imap.c
12185                 Fix g_slist_append()s for performance
12186
12187 2006-05-29 [colin]      2.2.0cvs64
12188
12189         * src/compose.c
12190         * src/common/utils.c
12191                 Fix extraneous tab at start of addresses
12192         * src/mainwindow.c
12193                 Fix warnings (thanks to Fabien)
12194                 Fix crash at exit when composing messages 
12195                 exist
12196         * src/pop.c
12197                 Fix progress bar when deleting expired mails
12198                 Thanks to Hiro
12199         * src/summaryview.c
12200         * src/gtk/gtksctree.c
12201                 Fix re-sorting slowness
12202
12203 2006-05-29 [paul]       2.2.0cvs63
12204
12205         * src/mh.c
12206                 fetch full message when moving mails
12207                 from another mailbox, (fixed data loss
12208                 when filtering from IMAP to MH, introduced
12209                 in 2.2.0cvs57).
12210                 Thanks to Colin
12211
12212 2006-05-29 [mones]      2.2.0cvs62
12213
12214         * src/gtk/gtksctree.c
12215                 Unselect faster (patch by Colin)        
12216
12217 2006-05-26 [colin]      2.2.0cvs61
12218
12219         * src/summaryview.c
12220                 Unplug MSGINFO_UPDATE callback on delete too.
12221
12222 2006-05-26 [colin]      2.2.0cvs60
12223
12224         * src/foldersel.c
12225                 Fix bold in folder selection window with glib2.10
12226                 thanks Hiro
12227
12228 2006-05-26 [colin]      2.2.0cvs59
12229
12230         * src/procheader.c
12231                 Convert date only if necessary (and don't
12232                 try to convert from utf8 to utf8, too)
12233         * src/summaryview.c
12234                 Only set column's text if the column's 
12235                 displayed
12236
12237 2006-05-26 [colin]      2.2.0cvs58
12238
12239         * src/summaryview.c
12240         * src/gtk/gtkutils.c
12241                 Fix useless warning
12242
12243 2006-05-26 [colin]      2.2.0cvs57
12244
12245         * src/mainwindow.c
12246                 Make summaryview selectable as long as 
12247                 no message has focus
12248         * src/mh.c
12249                 Faster deletion (by implementing mh_remove_msgs)
12250                 Faster copy (avoid using mh_fetch_msg just to get
12251                 the filename)
12252                 Faster move (using move_file instead of copy_file
12253                 if MSG_IS_MOVE)
12254                 No progressbar if total number of mails to cp/mv 
12255                 is less than 100
12256         * src/summaryview.c
12257                 Fix removal from subject_table when mail gets moved
12258                 Faster deletion (g_slist_prepend instead of append)
12259         * src/gtk/gtksctree.c
12260                 Remove useless code
12261
12262 2006-05-25 [colin]      2.2.0cvs56
12263
12264         * src/common/ssl_certificate.c
12265                 Fix leak in expired cert check
12266
12267 2006-05-25 [colin]      2.2.0cvs55
12268
12269         * src/mh.c
12270                 Disable flags syncing on .mh_sequences - it
12271                 is buggy and marks mails read under unknown
12272                 conditions.
12273
12274 2006-05-25 [paul]
12275
12276         * 2.3.0-rc4 released
12277
12278 2006-05-24 [colin]      2.2.0cvs54
12279
12280         attention cvs users: if you manage to crash
12281         Sylpheed-Claws while moving, copying or deleting
12282         mails, we *are* interested in stack traces and
12283         valgrind logs. It looks stable, but one never
12284         knows...
12285
12286         * src/folder.c
12287                 Add progressbar for cache updates
12288         * src/folderutils.c
12289                 Optimize Mark all read in the current
12290                 folder
12291         * src/mh.c
12292                 Add progressbar for copy/move
12293         * src/procmsg.c
12294                 Optimize O(n^2) in copy/move
12295         * src/summaryview.c
12296         * src/gtk/gtksctree.c
12297                 Optimize O(n^2) algos
12298         * src/common/timing.h
12299                 Display ms instead of us
12300
12301 2006-05-24 [wwp]        2.2.0cvs53
12302
12303         * manual/fr/advanced.xml
12304                 updates to the French manual.
12305
12306 2006-05-24 [wwp]        2.2.0cvs52
12307
12308         * src/common/utils.c
12309                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12310
12311 2006-05-24 [wwp]        2.2.0cvs51
12312
12313         * src/folderutils.c
12314                 fixed "mark all read" in MH folders (thanks to Colin).
12315
12316 2006-05-24 [paul]       2.2.0cvs50
12317
12318         * doc/man/sylpheed-claws.1
12319                 updated the man page
12320
12321 2006-05-23 [colin]      2.2.0cvs49
12322
12323         * src/folderview.c
12324         * src/imap.c
12325         * src/inc.c
12326         * src/mbox.c
12327         * src/messageview.c
12328         * src/news.c
12329         * src/send_message.c
12330         * src/summaryview.c
12331         * src/gtk/sslcertwindow.c
12332                 alertpanel fixes, by Fabien
12333
12334 2006-05-23 [colin]      2.2.0cvs48
12335
12336         * src/folder.c
12337         * src/folderview.c
12338         * src/msgcache.c
12339         * src/summaryview.c
12340         * src/gtk/gtksctree.c
12341         * src/gtk/gtksctree.h
12342                 More timings
12343                 Fix slow loading problem, which was caused by the
12344                 use of some gtk_ctree funcs and their use of
12345                 g_list_position while gtk_ctree_(un)link'ing.
12346                 Reap more functions from gtkctree.c to be sure we
12347                 use our (fast) version instead of theirs.
12348         * src/mh.c
12349                 Fix copy of unread mails
12350
12351
12352 2006-05-22 [wwp]        2.2.0cvs47
12353
12354         * manual/fr/advanced.xml
12355                 updated.
12356
12357 2006-05-22 [colin]      2.2.0cvs46
12358
12359         * src/filtering.c
12360                 Fix possible infinite loop. 'copy' is not a 
12361                 final action, so when encountering a 'copy',
12362                 we have to check if a previous one was set
12363                 and do it. In the same way, if we encounter
12364                 a 'move' we have to perform a possibly 
12365                 pending 'copy'. This will slow down filtering
12366                 on IMAP if move+copy or multiple copy actions
12367                 are to be done, but handling it via the batch
12368                 would be really too convoluted.
12369
12370 2006-05-22 [wwp]        2.2.0cvs45
12371
12372         * manual/fr/advanced.xml
12373         * manual/fr/faq.xml
12374         * manual/fr/glossary.xml
12375         * manual/fr/handling.xml
12376         * manual/fr/intro.xml
12377         * manual/fr/plugins.xml
12378         * manual/fr/sylpheed-claws-manual.xml
12379                 sync w/ the english manual: updates URIs, documented mailing-list
12380                 support, better explanation about the enabled/disabled feature
12381                 in filtering/processing rules by Paul.
12382
12383 2006-05-21 [colin]      2.2.0cvs44
12384
12385         * src/summaryview.c
12386                 Don't expand after building threads, but during
12387
12388 2006-05-21 [colin]      2.2.0cvs43
12389
12390         * src/procmsg.c
12391         * src/summaryview.c
12392                 More timing possibilities... For next time I have 
12393                 to find out how the hell some 3GHz computer takes
12394                 one minute to open a 30k folder...
12395
12396 2006-05-21 [colin]      2.2.0cvs42
12397
12398         * manual/pl/advanced.xml
12399         * manual/pl/faq.xml
12400         * manual/pl/glossary.xml
12401         * manual/pl/handling.xml
12402         * manual/pl/intro.xml
12403         * manual/pl/plugins.xml
12404         * manual/pl/sylpheed-claws-manual.xml
12405                 Polish manual updated by Pawel
12406
12407 2006-05-20 [colin]
12408
12409         * 2.3.0-rc3 released
12410
12411 2006-05-20 [colin]      2.2.0cvs41
12412
12413         * src/imap.c
12414                 Fix -rc2 problems:
12415                 - remove cache of moved messages from original folder
12416                 - apply new flags to messages even if they aren't appliable
12417                   via IMAP.
12418
12419 2006-05-20 [colin]
12420
12421         * 2.3.0-rc2 released
12422
12423 2006-05-19 [colin]      2.2.0cvs40
12424
12425         * src/imap.c
12426                 Don't issue SELECT in imap_change_flags
12427                 before having checked that we indeed have
12428                 some flags to change. MSG_POSTFILTERED for
12429                 example can't be used on IMAP.
12430                 Fixes bug #955 (copying messages between 
12431                 imap folders is extremely slow), which was
12432                 a regression.
12433
12434 2006-05-19 [colin]      2.2.0cvs39
12435
12436         * src/folder.c
12437         * src/folder.h
12438         * src/folderview.c
12439                 Try to fix bug #830 (Some unread messages 
12440                 get marked read in IMAP inbox):
12441                 - Prevent scanning a folder if it's being 
12442                   opened via the GUI
12443                 - Postpone opening via the GUI of a folder
12444                   currently scanned.
12445
12446
12447 2006-05-19 [wwp]        2.2.0cvs38
12448
12449         * manual/advanced.xml
12450                 fix English+typo (thanks to Paul).
12451
12452 2006-05-19 [wwp]        2.2.0cvs37
12453
12454         * manual/advanced.xml
12455         * manual/fr/advanced.xml
12456         * src/gtk/logwindow.c
12457         * src/prefs_common.c
12458         * src/prefs_common.h
12459                 added hidden prefs to allow customization of colors used in
12460                 protocol log window (useful for dark gtk+ themes).
12461
12462 2006-05-19 [wwp]        2.2.0cvs36
12463
12464         * ChangeLog
12465                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12466
12467 2006-05-19 [paul]       2.2.0cvs35
12468
12469         * src/textview.c
12470                 make Reply-To fully clickable
12471         * src/gtk/logwindow.c
12472                 more colouring (SMTP ESMTP)
12473         Both patches by Pawel Pekala
12474
12475 2006-05-19 [cleroy]     2.2.0cvs34
12476
12477         * src/mh.c
12478                 Don't update flags from current folder
12479                 Probably fixes bug #935 (Read Messages 
12480                 Revert to Being Marked as Unread)
12481
12482 2006-05-18 [colin]      2.2.0cvs33
12483
12484         * src/imap.c
12485                 Warning fix
12486         * src/compose.c
12487         * src/mainwindow.c
12488         * src/summaryview.c
12489         * src/toolbar.c
12490                 Allow replying to multiple emails
12491                 in multiple windows
12492         * src/mimeview.c
12493         * src/etpan/imap-thread.c
12494                 Leak fixes
12495
12496 2006-05-18 [paul]       2.2.0cvs32
12497
12498         * src/summaryview.c
12499                 keep Mailing-List menu refreshed
12500                 Thanks to Colin
12501
12502 2006-05-18 [paul]       2.2.0cvs31
12503
12504         * manual/advanced.xml
12505         * manual/faq.xml
12506         * manual/glossary.xml
12507         * manual/handling.xml
12508         * manual/intro.xml
12509         * manual/plugins.xml
12510         * manual/sylpheed-claws-manual.xml
12511                 update URLs
12512                 add info about mailing-list support
12513                 edit filtering info
12514         * src/wizard.c
12515         * src/common/defs.h
12516         * src/gtk/about.c
12517         * src/plugins/dillo_viewer/README
12518                 update URLs
12519
12520 2006-05-17 [wwp]        2.2.0cvs30
12521
12522         * manual/handling.xml
12523         * manual/fr/handling.xml
12524                 documented the ability to enabled/disable filtering/processing rules.
12525
12526 2006-05-17 [colin]      2.2.0cvs29
12527
12528         * src/main.c
12529                 Don't initialize g_thread subsystem if it's 
12530                 already done (thanks to Hiro)
12531         * src/mimeview.c
12532                 Fix saving of parts when there name can't be
12533                 converted from UTF-8.
12534
12535 2006-05-17 [paul]       2.2.0cvs28
12536
12537         * po/Makefile.in.in
12538                 fix config.status warning with autoconf 2.60
12539
12540 2006-05-17 [paul]       2.2.0cvs27
12541
12542         * po/POTFILES.in
12543                 add src/mbox.c
12544
12545 2006-05-17 [wwp]        2.2.0cvs26
12546
12547         * src/mainwindow.c
12548                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12549
12550 2006-05-17 [wwp]        2.2.0cvs25
12551
12552         * src/plugins/demo/demo.c
12553                 updated product name in plugin demo (many plugins need to be
12554                 sync'ed w/ that change).
12555
12556 2006-05-17 [colin]      2.2.0cvs24
12557
12558         * src/mh.c
12559                 Fix leak
12560
12561 2006-05-16 [colin]      2.2.0cvs23
12562
12563         * src/mainwindow.c
12564                 Stupid me hit again. Fix cvs22.
12565
12566 2006-05-16 [colin]      2.2.0cvs22
12567
12568         * src/mainwindow.c
12569                 Fix bug #922 (sylpheed-claws crashed after 
12570                 pushing on Inbox folder)
12571
12572 2006-05-16 [colin]      2.2.0cvs21
12573
12574         * src/compose.c
12575                 Make From header be copy/paste/select-able
12576
12577 2006-05-16 [wwp]        2.2.0cvs20
12578
12579         * src/export.c
12580         * src/matcher.c
12581         * src/summaryview.c
12582         * src/etpan/imap-thread.c
12583                 fix some compiler warnings (thanks to Colin).
12584
12585 2006-05-16 [wwp]        2.2.0cvs19
12586
12587         * src/action.c
12588         * src/gedit-print.c
12589         * src/inc.c
12590         * src/mainwindow.c
12591         * src/mh.c
12592         * src/statusbar.c
12593         * src/send_message.c
12594         * src/summaryview.c
12595                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12596
12597 2006-05-15 [colin]      2.2.0cvs18
12598
12599         * src/procmsg.c
12600                 Fix automatic rule creation with List-Post
12601
12602 2006-05-15 [paul]       2.2.0cvs17
12603
12604         * tools/filter_conv_new.pl
12605                 updated for rule enabling/disabling
12606                 claws version >= 2.3.x required
12607
12608 2006-05-15 [cleroy]     2.2.0cvs16
12609
12610         * src/main.c
12611                 Revert test
12612
12613 2006-05-15 [cleroy]     2.2.0cvs15
12614
12615         * src/main.c
12616                 test
12617
12618 2006-05-15 [wwp]        2.2.0cvs14
12619
12620         * manual/pl/.cvsignore
12621                 ignore generated files.
12622
12623 2006-05-14 [wwp]        2.3.0-rc1
12624
12625         * 2.3.0-rc1 released
12626
12627 2006-05-13 [wwp]        2.2.0cvs13
12628
12629         * src/filtering.c
12630         * src/filtering.h
12631         * src/matcher.c
12632         * src/matcher_parser_lex.l
12633         * src/matcher_parser_parse.y
12634         * src/prefs_filtering.c
12635                 new feature: provide the ability to disable filtering and processing
12636                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12637                 adaptations.
12638
12639 2006-05-13 [colin]      2.2.0cvs12
12640
12641         * src/compose.c
12642                 Remove useless if (a) b; else b;
12643                 Thanks to wwp
12644
12645 2006-05-13 [wwp]        2.2.0cvs11
12646
12647         * src/export.c
12648         * src/import.c
12649         * src/mainwindow.c
12650         * src/mbox.c
12651         * src/summaryview.c
12652         * src/summaryview.h
12653                 no more silent failures (or at least less ones) when importing
12654                 or exporting from/to mbox. Also start importing/exporting if
12655                 the necessary info is set.
12656
12657 2006-05-13 [wwp]        2.2.0cvs10
12658
12659         * RELEASE_NOTES
12660                 restored up-to-date release notes.
12661
12662 2006-05-13 [paul]       2.2.0cvs9
12663
12664         * po/nl.po
12665         * po/ru.po
12666                 updated by Tim Dijkstra and Pavlo Bohmat
12667
12668 2006-05-12 [colin]      2.2.0cvs8
12669
12670         * src/gtk/quicksearch.c
12671                 Add "k" as shortcut for "colorlabel". Patch
12672                 by ath42@users.sf.net.
12673
12674 2006-05-12 [paul]       2.2.0cvs7
12675
12676         * src/prefs_common.h
12677         * src/prefs_summaries.c
12678         * src/summaryview.c
12679                 when entering a folder also allow
12680                 going directly to first Marked message
12681
12682 2006-05-12 [paul]       2.2.0cvs6
12683
12684         * src/summaryview.c
12685                 always obey 'confirm before marking all
12686                 mails read' option
12687
12688 2006-05-12 [paul]       2.2.0cvs5
12689
12690         * src/textview.c
12691                 make Sender fully clickable
12692
12693 2006-05-12 [colin]      2.2.0cvs4
12694
12695         * src/compose.c
12696         * src/compose.h
12697                 Let From be editable
12698         * src/main.c
12699         * src/mh.c
12700                 Full support of .mh_sequences' Unseen seq
12701
12702 2006-05-12 [colin]      2.2.0cvs3
12703
12704         * src/folder.c
12705         * src/mainwindow.c
12706         * src/mainwindow.h
12707         * src/messageview.c
12708         * src/prefs_spelling.c
12709         * src/procheader.c
12710         * src/procmsg.c
12711         * src/procmsg.h
12712         * src/summaryview.c
12713         * src/toolbar.c
12714         * src/toolbar.h
12715                 Add contextual menu on Compose toolbar
12716                 button. Fixes bug #944 (Automatic
12717                 addresses not applied when changing account
12718                 from compose window)
12719                 add Mailing List support
12720                 based on the old 0.6.5claws25 patch by
12721                 Melvin Hadasht, with finishing touches
12722                 by Colin
12723                 Fix "ignore thread" when mails are threaded by
12724                 subject (and weren't ignored although appearing
12725                 in the thread).
12726                 GUI rework.
12727                 Both patches by Pawel.
12728
12729 2006-05-08 [paul]       2.2.0cvs2
12730
12731         * src/mainwindow.c
12732         * src/mainwindow.h
12733         * src/messageview.c
12734         * src/procheader.c
12735         * src/procmsg.c
12736         * src/procmsg.h
12737         * src/summaryview.c
12738                 add Mailing List support
12739                 based on the old 0.6.5claws25 patch by 
12740                 Melvin Hadasht, with finishing touches
12741                 by Colin
12742
12743 2006-05-08 [colin]      2.2.0cvs1
12744
12745         * src/mainwindow.c
12746         * src/toolbar.c
12747         * src/toolbar.h
12748                 Add contextual menu on Compose toolbar 
12749                 button. Fixes bug #944 (Automatic 
12750                 addresses not applied when changing account 
12751                 from compose window)
12752
12753 2006-05-08 [paul]       2.2.0
12754
12755         2.2.0 released
12756
12757 2006-05-08 [paul]       2.1.1cvs51
12758
12759         * po/cs.po
12760         * po/de.po
12761         * po/en_GB.po
12762         * po/fi.po
12763         * po/fr.po
12764         * po/pt_BR.po
12765         * po/sr.po
12766         * po/zh_CN.po
12767                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12768                 Fabien Vantard, Frederico Goncalves Guimaraes,
12769                 Aleksandar Urosevic, and Ralgh Young
12770
12771 2006-05-12 [colin]      2.1.1cvs50
12772
12773         * po/cs.po
12774         * po/de.po
12775         * po/en_GB.po
12776         * po/es.po
12777         * po/fi.po
12778         * po/fr.po
12779         * po/pt_BR.po
12780         * po/sr.po
12781         * po/zh_CN.po
12782                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12783                 Fabien Vantard, Frederico Goncalves Guimaraes,
12784                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12785
12786 2006-05-05 [colin]      2.1.1cvs49
12787
12788         * manual/Makefile.am
12789         * manual/pl/Makefile.am
12790         * manual/pl/account.xml
12791         * manual/pl/ack.xml
12792         * manual/pl/addrbook.xml
12793         * manual/pl/advanced.xml
12794         * manual/pl/faq.xml
12795         * manual/pl/glossary.xml
12796         * manual/pl/gpl.xml
12797         * manual/pl/handling.xml
12798         * manual/pl/intro.xml
12799         * manual/pl/keyboard.xml
12800         * manual/pl/plugins.xml
12801         * manual/pl/starting.xml
12802         * manual/pl/sylpheed-claws-manual.xml
12803         * manual/pl/dist/.cvsignore
12804         * manual/pl/dist/Makefile.am
12805         * manual/pl/dist/html/.cvsignore
12806         * manual/pl/dist/html/Makefile.am
12807         * manual/pl/dist/pdf/.cvsignore
12808         * manual/pl/dist/pdf/Makefile.am
12809         * manual/pl/dist/ps/.cvsignore
12810         * manual/pl/dist/ps/Makefile.am
12811         * manual/pl/dist/txt/.cvsignore
12812         * manual/pl/dist/txt/Makefile.am
12813                 Add the polish translation of the manual,
12814                 Authored by Pawel Pekala.
12815
12816 2006-05-05 [cleroy]     2.1.1cvs48
12817
12818         * src/main.c
12819                 Re-read matcherrc after loading plugins 
12820                 if some of them add folders.
12821
12822 2006-05-03 [colin]      2.1.1cvs47
12823
12824         * src/imap.c
12825                 I'm idiot
12826
12827 2006-05-03 [colin]      2.1.1cvs46
12828
12829         * src/imap.c
12830                 Be sure to have a session when
12831                 getting separator
12832
12833 2006-05-03 [colin]      2.1.1cvs45
12834
12835         * src/imap.c
12836         * src/imap.h
12837         * src/imap_gtk.c
12838                 Fix preventing renaming with namespace 
12839                 separator.
12840
12841 2006-05-01 [colin]      2.1.1cvs44
12842
12843         * src/action.c
12844                 Don't reload messageview when result of
12845                 action is piped.
12846
12847 2006-04-29 [colin]      2.1.1cvs43
12848
12849         * src/prefs_receive.c
12850         * src/plugins/spamassassin/spamassassin_gtk.c
12851         * src/plugins/clamav/clamav_plugin_gtk.c
12852                 GUI fixes by Pawel
12853
12854 2006-04-29 [colin]      2.1.1cvs42
12855
12856         * src/prefs_compose_writing.c
12857         * src/prefs_quote.c
12858                 Cleanups. Patch by Pawel
12859
12860 2006-04-28 [paul]       2.1.1cvs41
12861
12862         * src/matcher.c
12863                 fix returned quick search results when search
12864                 term contains an underscore.
12865                 Thanks to Colin
12866
12867 2006-04-28 [paul]       2.1.1cvs40
12868
12869         * src/prefs_message.c
12870         * src/prefs_receive.c
12871                 GUI cleanups
12872                 Patches by Pawel Pekala
12873
12874 2006-04-27 [colin]      2.1.1cvs39
12875
12876         * src/wizard.c
12877                 Differentiate subject Welcome from
12878                 window's title Welcome
12879
12880 2006-04-27 [paul]
12881
12882         2.2.0-rc1 released
12883
12884 2006-04-27 [paul]       2.1.1cvs38
12885
12886         * manual/advanced.xml
12887         * manual/fr/advanced.xml
12888                 add info about compose_no_markup hidden pref
12889
12890 2006-04-27 [paul]       2.1.1cvs37
12891
12892         * src/prefs_account.c
12893                 improve privacy labels
12894         * src/prefs_msg_colors.c
12895                 change some strings for translators' convenience
12896         * src/gtk/gtkutils.c
12897                 don't underline the link button text
12898
12899 2006-04-25 [colin]      2.1.1cvs36
12900
12901         * src/folder.c
12902                 Complete 2.1.1cvs33 (once more ;)
12903
12904 2006-04-25 [colin]      2.1.1cvs35
12905
12906         * src/editldap.c
12907                 Fix tooltip
12908
12909 2006-04-25 [cleroy]     2.1.1cvs34
12910
12911         * src/compose.c
12912         * src/gtk/gtkaspell.c
12913                 Fix crash on redirect (related to the return 
12914                 of the aspell menu in compose's toolbar)
12915         * src/prefs_msg_colors.c
12916                 Fix sensitivity widgets
12917         * src/image_viewer.c
12918         * src/gtk/pluginwindow.c
12919         * src/gtk/prefswindow.c
12920                 Change released signals to clicked (Fabien)
12921         * po/POTFILES.in
12922         * src/common/socket.c
12923         * src/plugins/spamassassin/spamassassin.c
12924                 Translate strings (Fabien)
12925
12926 2006-04-25 [paul]       2.1.1cvs33
12927
12928         * src/folder.c
12929         * src/folder.h
12930         * src/folderview.c
12931                 complete the fix of bug #912
12932                 Thanks to Colin
12933
12934 2006-04-25 [colin]      2.1.1cvs32
12935
12936         * src/news.c
12937                 Better progress bar
12938         * src/mimeview.c
12939         * src/summaryview.c
12940         * src/summaryview.h
12941                 Fix focus chain
12942                 Patches by Pawel Pekala
12943
12944 2006-04-24 [colin]      2.1.1cvs31
12945
12946         * src/compose.c
12947                 Fix compilation warnings (Fabien)
12948
12949 2006-04-24 [colin]      2.1.1cvs30
12950
12951         * src/addrindex.c
12952         * src/editldap.c
12953         * src/editldap_basedn.c
12954         * src/editldap_basedn.h
12955         * src/ldapctrl.c
12956         * src/ldapctrl.h
12957         * src/ldapquery.c
12958         * src/ldaputil.c
12959         * src/ldaputil.h
12960                 Fix bug #901 (LDAPS support)
12961
12962 2006-04-24 [colin]      2.1.1cvs29
12963
12964         * src/compose.c
12965                 Fix logic on error with send dialog on
12966         * src/imap.c
12967                 Fix compilation without libetpan, thanks
12968                 to Fabien
12969         * src/summaryview.c
12970                 Fix 'context-menu' key
12971
12972 2006-04-23 [colin]      2.1.1cvs28
12973
12974         * src/folder.c
12975                 Never free current's cache to free up 
12976                 memory. Fixes bug #912 (new count 
12977                 randomly set to message count)
12978
12979 2006-04-23 [colin]      2.1.1cvs27
12980
12981         * src/gtk/quicksearch.c
12982                 And remove printf...
12983
12984 2006-04-23 [colin]      2.1.1cvs26
12985
12986         * src/gtk/quicksearch.c
12987                 Fix replacing in quicksearch, and fix inserting
12988                 in the middle of the string. (introduced at 2.1.0cvs22)
12989
12990 2006-04-23 [colin]      2.1.1cvs25
12991
12992         * src/imap.c
12993                 Make sure uidnext is initialized in get_num_list
12994                 (not for stable, related to 2.1.1cvs8 and friends)
12995
12996 2006-04-23 [colin]      2.1.1cvs24
12997
12998         * src/imap.c
12999                 Output something when login is successful
13000                 too
13001
13002 2006-04-23 [colin]      2.1.1cvs23
13003
13004         * src/etpan/imap-thread.c
13005                 Better logging (line-per-line, hide data in fetch)
13006                 Fix a const warning
13007         * src/gtk/logwindow.c
13008         * src/gtk/logwindow.h
13009                 Better logging (color for input/output)
13010
13011 2006-04-21 [colin]      2.1.1cvs22
13012
13013         * src/gtk/quicksearch.c
13014                 On gtk+-2.8, use stock buttons in quicksearch
13015                 Based on a patch by Fabien and a design by Paul
13016
13017 2006-04-21 [colin]      2.1.1cvs21
13018
13019         * src/folderview.c
13020         * src/mainwindow.c
13021                 Fix occasional flicker in folderview
13022         * src/common/utils.c
13023                 Fix bug #943 (Incorrectly parsed email address 
13024                 list in short headers on message view and in 
13025                 printouts)
13026
13027 2006-04-20 [colin]      2.1.1cvs20
13028
13029         * src/imap.c
13030         * src/imap.h
13031         * src/prefs_account.c
13032                 Add ANONYMOUS auth for IMAP
13033
13034 2006-04-20 [paul]       2.1.1cvs19
13035
13036         * src/main.c
13037                 proper fix for 2.1.1cvs18
13038                 Thanks to Colin
13039
13040 2006-04-20 [paul]       2.1.1cvs18
13041
13042         * src/main.c
13043                 fix build warnings
13044
13045 2006-04-20 [paul]       2.1.1cvs17
13046
13047         * src/gtk/quicksearch.c
13048                 fix standard, non-extended Quick search,
13049                 was broken in 2.1.1cvs15.
13050                 Thanks to Colin.
13051
13052 2006-04-20 [colin]      2.1.1cvs16
13053
13054         * src/prefs_matcher.c
13055                 Fix values when reselecting a ~test
13056                 rule
13057
13058 2006-04-19 [colin]      2.1.1cvs15
13059
13060         * src/compose.c
13061         * src/compose.h
13062         * src/gtk/gtkaspell.c
13063         * src/gtk/gtkaspell.h
13064                 Put back Options menu in Spelling/
13065         * src/gtk/quicksearch.c
13066                 Don't search, and show error, if the
13067                 advanced search has a syntax error
13068
13069 2006-04-18 [colin]      2.1.1cvs14
13070
13071         * src/textview.c
13072                 Fix gdk warnings on set_cursor when textview
13073                 isn't visible
13074
13075 2006-04-18 [colin]      2.1.1cvs13
13076
13077         * src/gtk/gtksctree.c
13078                 Remove seemingly useless refresh that causes
13079                 flicker - watch this commit in case of 
13080                 problems before planned backport to stable
13081
13082 2006-04-18 [colin]      2.1.1cvs12
13083
13084         * src/imap.c
13085                 Factorize get/set_xml code
13086         * src/compose.c
13087         * src/prefs_account.c
13088         * src/prefs_account.h
13089         * src/procmsg.c
13090                 Add Encrypt to self option
13091
13092 2006-04-17 [colin]      2.1.1cvs11
13093
13094         * configure.ac
13095                 Fix search on encrpyt function on dragonfly
13096                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13097
13098 2006-04-17 [colin]      2.1.1cvs10
13099
13100         * src/prefs_account.c
13101                 Be safe by default: remove mails from POP3
13102                 after 7 days, not immediately
13103
13104 2006-04-17 [colin]      2.1.1cvs9
13105
13106         * src/etpan/imap-thread.c
13107                 Fix build on DragonFly - patch by 
13108                 Jonathan Buschmann <jonthn@agmact.com>
13109
13110 2006-04-17 [colin]      2.1.1cvs8
13111
13112         * src/imap.c
13113                 Save uidnext between sessions
13114
13115 2006-04-17 [colin]      2.1.1cvs7
13116
13117         * src/imap.c
13118                 scan is required when uid validity changes
13119
13120 2006-04-17 [colin]      2.1.1cvs6
13121
13122         * src/folderview.c
13123                 Don't scan if not necessary, apart in current
13124                 folder and INBOX to fetch flags.
13125         * src/imap.c
13126                 Scan is necessary if unread count changes
13127
13128 2006-04-17 [colin]      2.1.1cvs5
13129
13130         * src/imap.c
13131                 ...But always fetch ANSWERED and DELETED flags for
13132                 INBOX, as filtering can happen on these flags.
13133
13134 2006-04-17 [colin]      2.1.1cvs4
13135
13136         * src/imap.c
13137                 Don't fetch REPLIED and DELETED flags when synchronising
13138                 flags with a closed folder. We only need UNSEEN and FLAGGED
13139                 to update the folderview.
13140
13141 2006-04-17 [colin]      2.1.1cvs3
13142
13143         * src/imap.c
13144                 Faster flag search when there are new mails 
13145                 in a folder. We can do a full search if the 
13146                 folder contains less messages than the new
13147                 list.
13148
13149 2006-04-17 [colin]      2.1.1cvs2
13150
13151         * po/cs.po
13152         * po/de.po
13153         * po/fr.po
13154         * po/nl.po
13155         * po/pt_BR.po
13156                 Update translations from stable branch
13157
13158 2006-04-17 [colin]      2.1.1cvs1
13159
13160         * configure.ac
13161                 Bump version to follow stable release
13162
13163 2006-04-16 [mones]      2.1.0cvs50
13164
13165         * po/es.po
13166                 Updated for release
13167
13168 2006-04-16 [colin]      2.1.0cvs49
13169
13170         * src/textview.c
13171                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13172                 with gtk < 2.8. Thanks to Fabien Vantard.
13173
13174 2006-04-15 [colin]      2.1.0cvs48
13175
13176         * src/etpan/imap-thread.c
13177                 Fix bug #919 (libetpan: SEGV when connecting 
13178                 using command)
13179
13180 2006-04-14 [colin]      2.1.0cvs47
13181
13182         * src/main.c
13183                 Fix race on --select (should be done better)
13184
13185 2006-04-14 [wwp]        2.1.0cvs46
13186
13187         * src/send_message.c
13188                 enforce a check for domain in account prefs (a sending
13189                 error could be faced if domain was checked but no value set),
13190                 thanks to Colin.
13191
13192 2006-04-14 [colin]      2.1.0cvs45
13193
13194         * src/codeconv.c
13195                 when converting from unknown to unknown, if the
13196                 string is UTF8, don't convert it to the locale
13197                 (which breaks it)
13198
13199 2006-04-14 [colin]      2.1.0cvs44
13200
13201         * src/compose.c
13202                 Don't try to use ASCII for converting headers
13203                 (as done in body)
13204
13205 2006-04-14 [paul]       2.1.0cvs43
13206
13207         * src/crash.c
13208                 add locale/charset info to crash report
13209         * src/gtk/about.c
13210                 add wwp to doc team
13211                 replace 'e-mail' with preferred 'email'
13212         * src/gtk/authors.h
13213                 ensure contributors list is in alphabetical
13214                 order
13215
13216 2006-04-13 [colin]      2.1.0cvs42
13217
13218         * src/textview.c
13219                 Prevent gdk warnings
13220
13221 2006-04-13 [colin]      2.1.0cvs41
13222
13223         * src/common/ssl_certificate.c
13224         * src/common/ssl_certificate.h
13225         * src/gtk/sslcertwindow.c
13226                 Warn on expired certs, and display the expiration date
13227
13228 2006-04-13 [colin]      2.1.0cvs40
13229
13230         * src/plugins/spamassassin/spamassassin_gtk.c
13231                 Fix missing set_text on unix socket
13232
13233 2006-04-13 [wwp]        2.1.0cvs39
13234
13235         * manual/fr/advanced.xml
13236         * manual/fr/glossary.xml
13237                 applied new spam/ham/email lexicon (pourriel, courriel)
13238
13239 2006-04-13 [paul]       2.1.0cvs38
13240
13241         * src/plugins/pgpmime/plugin.c
13242                 remove the mention of S/MIME from the
13243                 description. This is now handled by the
13244                 S/MIME plugin.
13245
13246 2006-04-13 [paul]       2.1.0cvs37
13247
13248         * src/prefs_msg_colors.c
13249                 rework dialog
13250         * src/prefs_folder_item.c
13251         * src/prefs_spelling.c
13252                 add a tooltip to the colour selector buttons
13253
13254 2006-04-13 [wwp]        2.1.0cvs36
13255
13256         * manual/advanced.xml
13257         * manual/glossary.xml
13258         * manual/handling.xml
13259         * manual/keyboard.xml
13260         * manual/plugins.xml
13261         * manual/starting.xml
13262         * manual/fr/account.xml
13263         * manual/fr/ack.xml
13264         * manual/fr/addrbook.xml
13265         * manual/fr/advanced.xml
13266         * manual/fr/faq.xml
13267         * manual/fr/glossary.xml
13268         * manual/fr/gpl.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                 fixes to the manuals:
13276                  - summaryview -> Message List (same in French)
13277                  - translate key names
13278                  - fix French punctuation, use non-breakable spaces when
13279                    necessary, don't use &thinsp; which is not portable
13280                  - tell what maildir and mbox formats we support
13281
13282 2006-04-12 [wwp]        2.1.0cvs35
13283
13284         * src/prefs_toolbar.c
13285                 unified a replace button more,
13286                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13287
13288 2006-04-12 [wwp]        2.1.0cvs34
13289
13290         * src/prefs_common.c
13291         * src/prefs_msg_colors.c
13292                 make default color labels translatable,
13293                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13294                 thanks to Tim <timbrain@post.cz> for reporting.
13295
13296 2006-04-12 [wwp]        2.1.0cvs33
13297
13298         * manual/glossary.xml
13299         * manual/intro.xml
13300         * manual/plugins.xml
13301         * manual/starting.xml
13302         * manual/sylpheed-claws-manual.xml
13303         * manual/fr/.cvsignore
13304         * manual/fr/account.xml
13305         * manual/fr/ack.xml
13306         * manual/fr/addrbook.xml
13307         * manual/fr/advanced.xml
13308         * manual/fr/faq.xml
13309         * manual/fr/glossary.xml
13310         * manual/fr/handling.xml
13311         * manual/fr/intro.xml
13312         * manual/fr/keyboard.xml
13313         * manual/fr/plugins.xml
13314         * manual/fr/starting.xml
13315         * manual/fr/sylpheed-claws-manual.xml
13316                 various fixes: typos, missing .fr translations, punctuation,
13317                 capitalization, links, accents and some bad French more.
13318
13319 2006-04-12 [wwp]        2.1.0cvs32
13320
13321         * src/prefs_gtk.c
13322                 fix for bug #935: always store prefs files in UTF-8 (thanks
13323                 to Colin).
13324
13325 2006-04-11 [colin]      2.1.0cvs31
13326
13327         * src/compose.c
13328                 Fix inserting files not in utf8 when locale is utf8
13329
13330 2006-04-11 [colin]      2.1.0cvs30
13331
13332         * src/inc.c
13333                 Don't show error dialog when cancelling connection
13334                 Patch by Pawel
13335
13336 2006-04-11 [cleroy]     2.1.0cvs29
13337
13338         * src/compose.c
13339                 Implement multiple quote levels
13340         * src/prefs_common.c
13341                 Change a little bit the quote bgcolor for 2nd level
13342
13343 2006-04-11 [colin]      2.1.0cvs28
13344
13345         * src/gtk/about.c
13346                 Add locale and charset in the label
13347
13348 2006-04-10 [colin]      2.1.0cvs27
13349
13350         * src/compose.c
13351         * src/prefs_common.c
13352         * src/prefs_common.h
13353         * src/prefs_msg_colors.c
13354         * src/textview.c
13355                 Allow optional background color in quotes
13356                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13357                 GTK+-2.8.x feature
13358
13359 2006-04-10 [colin]      2.1.0cvs26
13360
13361         * src/main.c
13362         * src/mainwindow.c
13363         * src/mainwindow.h
13364                 Implement --select
13365
13366 2006-04-10 [colin]      2.1.0cvs25
13367
13368         * manual/plugins.xml
13369         * manual/fr/plugins.xml
13370                 Document libcurl's proxy variables
13371
13372 2006-04-09 [colin]      2.1.0cvs24
13373
13374         * src/prefs_common.c
13375                 gettext() returns statically allocated stuff. We have
13376                 to strdup it in order to be able to free it.
13377
13378 2006-04-09 [colin]      2.1.0cvs23
13379
13380         * AUTHORS
13381         * src/gtk/authors.h
13382                 Add Alexei
13383
13384 2006-04-09 [colin]      2.1.0cvs22
13385
13386         * src/mainwindow.c
13387         * src/gtk/quicksearch.c
13388                 Fix bug #859 (problems with cyrilic input in 
13389                 search panel) - Patch by Alexey Illarionov 
13390                 <littlesavage@rambler.ru>
13391
13392 2006-04-09 [colin]      2.1.0cvs21
13393
13394         * src/prefs_customheader.c
13395                 I prefer removing then freeing rather than the contrary
13396                 (even if it doesn't change anything ;-)
13397         * src/prefs_account.c
13398                 Fix bug #933 (Crash re-entering the custom headers list 
13399                 dialog in accounts prefs)
13400                 The problem happened when cancelling the Account 
13401                 Preferences' dialogs - in which case we didn't do 
13402                 anything to the PrefsAccount * struct. In case of applying,
13403                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13404                 working with in this dialog. The problem is that 
13405                 prefs_customheader.c, working on this tmp_ac_prefs, always
13406                 changes the ->customhdr_list pointer, even when cancelled. 
13407                 So in case of cancelling the prefs_account dialog, we still
13408                 have to update ->customhdr_list in the real account.
13409
13410 2006-04-08 [colin]      2.1.0cvs20
13411
13412         * manual/fr/glossary.xml
13413         * manual/fr/keyboard.xml
13414                 Forgot some headers :)
13415
13416 2006-04-08 [colin]      2.1.0cvs19
13417
13418         * manual/Makefile.am
13419         * manual/fr/Makefile.am
13420         * manual/fr/account.xml
13421         * manual/fr/ack.xml
13422         * manual/fr/addrbook.xml
13423         * manual/fr/advanced.xml
13424         * manual/fr/faq.xml
13425         * manual/fr/glossary.xml
13426         * manual/fr/gpl.xml
13427         * manual/fr/handling.xml
13428         * manual/fr/intro.xml
13429         * manual/fr/keyboard.xml
13430         * manual/fr/plugins.xml
13431         * manual/fr/starting.xml
13432         * manual/fr/sylpheed-claws-manual.xml
13433         * manual/fr/dist/.cvsignore
13434         * manual/fr/dist/Makefile.am
13435         * manual/fr/dist/html/.cvsignore
13436         * manual/fr/dist/html/Makefile.am
13437         * manual/fr/dist/pdf/.cvsignore
13438         * manual/fr/dist/pdf/Makefile.am
13439         * manual/fr/dist/ps/.cvsignore
13440         * manual/fr/dist/ps/Makefile.am
13441         * manual/fr/dist/txt/.cvsignore
13442         * manual/fr/dist/txt/Makefile.am
13443                 Add the french translation of the manual. Thanks to
13444                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13445                 account.xml, ack.xml, addrbook.xml and advanced.xml
13446
13447 2006-04-08 [colin]      2.1.0cvs18
13448
13449         * manual/plugins.xml
13450         * manual/starting.xml
13451                 More fixes
13452
13453 2006-04-07 [colin]      2.1.0cvs17
13454
13455         * manual/faq.xml
13456         * manual/intro.xml
13457         * manual/keyboard.xml
13458                 Little fixes
13459
13460 2006-04-07 [colin]      2.1.0cvs16
13461
13462         * README
13463         * src/compose.c
13464         * src/prefs_common.c
13465         * src/prefs_common.h
13466                 Add hidden compose_no_markup pref
13467
13468 2006-04-07 [wwp]        2.1.0cvs15
13469
13470         * src/summary_search.c
13471         * .cvsignore
13472                 Bugfix: stop button was sticky when searching in an empty folder.
13473                 Applied curly brackets code style to the whole file (summary_search.c).
13474                 More files to ignore.
13475
13476 2006-04-07 [wwp]        2.1.0cvs14
13477
13478         * src/message_search.c
13479         * src/summary_search.c
13480                 changed default button when search bumps at file/folder
13481                 beginning or end, for convenience (thanks to Colin).
13482
13483 2006-04-07 [paul]       2.1.0cvs13
13484
13485         * src/plugins/dillo_viewer/dillo_prefs.c
13486                 avoid future potential for namespace collision
13487                 Patch by Colin
13488
13489 2006-04-06 [wwp]        2.1.0cvs12
13490
13491         * src/summary_search.c
13492                 Unify extended/advanced searches names (and thus factorize labels),
13493                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13494
13495 2006-04-06 [wwp]        2.1.0cvs11
13496
13497         * src/folderview.c
13498         * src/prefs_themes.c
13499         * src/summaryview.c
13500                 Fixed some compilation warnings.
13501
13502 2006-04-06 [colin]      2.1.0cvs10
13503
13504         * manual/advanced.xml
13505                 Document the wizard template and how to deploy
13506                 Sylpheed-Claws effectively
13507
13508 2006-04-06 [colin]      2.1.0cvs9
13509
13510         * src/folderview.c
13511                 gettext patch to tell translators about _("#"),
13512                 by Maxim Britov
13513
13514 2006-04-06 [colin]      2.1.0cvs8
13515
13516         * src/textview.c
13517                 Fix invalid GtkTextBIter after clicking "Display as text"
13518
13519 2006-04-06 [mones]      2.1.0cvs7
13520
13521         * src/addr_compl.c
13522         * src/addrindex.c
13523         * src/addritem.c
13524         * src/codeconv.c
13525         * src/compose.c
13526         * src/filtering.c
13527         * src/folder.c
13528         * src/folder_item_prefs.c
13529         * src/folderview.c
13530         * src/localfolder.c
13531         * src/matcher.c
13532         * src/mimeview.c
13533         * src/prefs_msg_colors.c
13534         * src/prefs_spelling.c
13535         * src/prefs_themes.c
13536         * src/procmime.c
13537         * src/procmsg.c
13538         * src/stock_pixmap.c
13539         * src/summaryview.c
13540         * src/textview.c
13541         * src/toolbar.c
13542         * src/common/mgutils.c
13543         * src/common/prefs.c
13544         * src/common/ssl_certificate.c
13545         * src/gtk/colorlabel.c
13546         * src/gtk/quicksearch.c
13547         * src/plugins/pgpmime/pgpmime.c
13548         * src/plugins/spamassassin/spamassassin.c
13549                 Removed redundant NULL checks for g_free() calls.
13550                 Patch by Pawel Pekala.
13551
13552 2006-04-06 [mones]      2.1.0cvs6
13553
13554         * src/prefs_actions.c
13555         * src/prefs_filtering.c
13556         * src/prefs_filtering_action.c
13557         * src/prefs_matcher.c
13558         * src/prefs_template.c
13559         * src/gtk/gtkutils.c
13560         * src/gtk/gtkutils.h
13561                 Have a nice replace button. Patch by Pawel Pekala
13562
13563 2006-04-06 [colin]      2.1.0cvs5
13564
13565         * src/addressbook.c
13566                 Fix crash with empty columns
13567
13568 2006-04-05 [colin]      2.1.0cvs4
13569
13570         * src/wizard.c
13571         * src/prefs_gtk.c
13572                 Allow wizard customization with pre-filled values
13573
13574 2006-04-05 [colin]      2.1.0cvs3
13575
13576         * src/textview.c
13577         * src/mimeview.c
13578         * src/mimeview.h
13579                 Nicer messages in mimeview
13580
13581 2006-04-05 [colin]      2.1.0cvs2
13582
13583         * src/addressbook.c
13584         * src/prefs_summaries.c
13585                 i18n fix
13586
13587 2006-04-05 [colin]      2.1.0cvs1
13588
13589         * src/plugins/pgpcore/plugin.c
13590         * src/plugins/pgpcore/select-keys.c
13591         * src/plugins/pgpcore/select-keys.h
13592         * src/plugins/pgpcore/sgpgme.c
13593         * src/plugins/pgpcore/sgpgme.h
13594         * src/plugins/pgpinline/pgpinline.c
13595         * src/plugins/pgpinline/plugin.c
13596         * src/plugins/pgpmime/pgpmime.c
13597         * src/plugins/pgpmime/plugin.c
13598                 Factorize and generalize a bit 
13599                 Drop S/MIME signature verification from PGP/MIME
13600                 (adding it as another, more complete plugin)
13601
13602 2006-04-05 [paul]       2.1.0
13603
13604         2.1.0 released
13605
13606 2006-04-05 [paul]       2.0.0cvs186
13607
13608         * manual/advanced.xml
13609                 add info on colour labels
13610
13611 2006-04-05 [paul]       2.0.0cvs185
13612
13613         * po/bg.po
13614         * po/cs.po
13615         * po/de.po
13616         * po/el.po
13617         * po/en_GB.po
13618         * po/fi.po
13619         * po/fr.po
13620         * po/it.po
13621         * po/nl.po
13622         * po/pl.po
13623         * po/pt_BR.po
13624         * po/sr.po
13625         * po/zh_CN.po
13626                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13627                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13628                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13629                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13630         * src/gtk/authors.h
13631         * tools/claws.i18n.status.pl
13632                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13633                 and new Czech translator, Tim <timbrain@post.cz>
13634
13635 2006-04-05 [mones]      2.0.0cvs184
13636
13637         * po/es.po
13638                 Updated translation
13639
13640 2006-04-05 [colin]      2.0.0cvs183
13641
13642         * src/gtk/quicksearch.c
13643                 Fix bug #929 (unnecessary reload in quick search bar)
13644
13645 2006-04-05 [colin]      2.0.0cvs182
13646
13647         * src/compose.c
13648                 Fix crash on Reply with no From:
13649                 Show signature and conversion error on queuing 
13650                 (but not sending)
13651         * src/mainwindow.c
13652         * src/summaryview.c
13653         * src/summaryview.h
13654                 Factorize threading code and make sure msginfo 
13655                 is not null when it comes from a GtkCTreeRow's 
13656                 data
13657         * src/gtk/gtkaspell.c
13658                 Check for necessary things
13659         * src/gtk/gtksctree.c
13660         * src/gtk/gtksctree.h
13661                 Reset anchor if necessary when removing node
13662
13663 2006-03-29 [colin]      2.0.0cvs181
13664
13665         * src/folderview.c
13666                 Warn for disabled IMAP accounts (due to lack of
13667                 libetpan). Breaks string-freeze - sorry - but it
13668                 is kind of important ;)
13669
13670 2006-03-28 [colin]      2.0.0cvs180
13671
13672         * src/gtk/gtkutils.c
13673         * src/gtk/gtkutils.h
13674                 Add a gtkut_get_link_btn() function that
13675                 creates a button which acts like an URI
13676         * src/prefs_themes.c
13677         * src/gtk/about.c
13678                 Use this function (factorizes codes)
13679         * src/common/defs.h
13680         * src/gtk/pluginwindow.c
13681                 Add a "Get more..." in the plugins window
13682
13683 2006-03-28 [colin]      2.0.0cvs179
13684
13685         * src/common/smtp.c
13686         * src/common/passcrypt.c
13687         * src/undo.c
13688                 Warning fixes. Patch by Pawel Pekala
13689
13690 2006-03-27 [colin]      2.0.0cvs178
13691
13692         * src/undo.c
13693                 Fix undoing by blocks with spaces
13694
13695 2006-03-27 [colin]      2.0.0cvs177
13696
13697         * src/textview.c
13698                 Set margin to 3px for headers
13699
13700 2006-03-27 [paul]
13701
13702         2.1.0-rc2 released
13703
13704 2006-03-27 [wwp]        2.0.0cvs176
13705
13706         * src/summaryview.c
13707                 don't reset quicksearch when updating the message list.
13708                 Thanks to Colin.
13709
13710 2006-03-26 [wwp]        2.0.0cvs175
13711
13712         * src/compose.c
13713                 use a unified border width ('other' tab in the compose window,
13714                 patch by Pawel Pekala).
13715
13716
13717 2006-03-26 [wwp]        2.0.0cvs174
13718
13719         * src/common/quoted-printable.c
13720         * src/addressbook.c
13721                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13722
13723 2006-03-26 [colin]      2.0.0cvs173
13724
13725         * src/quote_fmt_parse.y
13726                 Fix non-UTF8 date formats messing up the whole quote a 
13727                 little bit
13728
13729 2006-03-26 [colin]      2.0.0cvs172
13730
13731         * src/procheader.c
13732                 Make sure the date is UTF8 valid, or try to make it
13733                 so. IncrediMail is really IncrediStupid.
13734         * src/compose.c
13735                 Fix possible conversions. 
13736                 
13737
13738 2006-03-26 [colin]      2.0.0cvs171
13739
13740         * src/matcher.c
13741                 Fix corner cases in body search. This is still a
13742                 hack... It seems impossible to make it good and 
13743                 reasonably fast at the same time.
13744
13745 2006-03-26 [colin]      2.0.0cvs170
13746
13747         * src/summaryview.c
13748                 I think I killed the twilight zone bug!
13749                 summary_select_node() flushes GTK events in order
13750                 to be able to center the view. But this also 
13751                 flushes keypresses like Ctrl-Alt-U, so this can
13752                 call summary_show from summary_select_node (itself
13753                 called from summary_show, etc.). And the summaryview
13754                 has to be unlocked in this function. So just locking
13755                 while processing GTK events, and bailing if locked, 
13756                 should fix it.
13757                 Fixes bug #927 (SIGSEGV during Update Summary)
13758
13759 2006-03-25 [colin]      2.0.0cvs169
13760
13761         * src/matcher.c
13762                 Fix search in QP-encoded bodies
13763                 Fix utf-8 searches in bodies encoded in the
13764                 locale's encoding
13765         * src/common/quoted-printable.c
13766         * src/common/quoted-printable.h
13767                 Add a decode function that doesn't overwrite
13768                 the original pointer
13769                 
13770
13771 2006-03-24 [colin]      2.0.0cvs168
13772
13773         * src/action.c
13774         * src/summaryview.c
13775         * src/summaryview.h
13776                 Update message cache after action
13777                 Patch by H. Merijn Brand
13778         * src/prefs_msg_colors.c
13779                 Factorize label 
13780                 Patch by Fabien Vantard
13781         * src/plugins/spamassassin/spamassassin_gtk.c
13782                 Remove useless translation
13783                 Patch by Fabien Vantard
13784
13785 2006-03-23 [colin]      2.0.0cvs167
13786
13787         * src/common/ssl.c
13788                 Let 30 seconds to SSL_connect
13789
13790 2006-03-23 [wwp]        2.0.0cvs166
13791
13792         * src/summaryview.c
13793         * src/gtk/description_window.c
13794                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13795                 and headers are translated; adjust description windows' width to fit their
13796                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13797
13798 2006-03-23 [paul]       2.0.0cvs165
13799
13800         * src/common/utils.c
13801                 fix highlighting of URIs containing "()"
13802                 (2.0.0cvs164's reversal fixed)
13803                 Thanks to Colin.
13804
13805 2006-03-23 [paul]       2.0.0cvs164
13806
13807         * src/common/utils.c
13808                 revert patch, (postponing a fix), at 2.0.0cvs120
13809                 as it breaks more URIs than it fixes.
13810                 Allow '-' to be a terminating character in a URI
13811
13812 2006-03-22 [colin]      2.0.0cvs163
13813
13814         * configure.ac
13815                 Require libetpan 0.45
13816                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13817
13818 2006-03-22 [paul]       2.0.0cvs162
13819
13820         * src/editgroup.c
13821                 replace '<-' and '->' buttons with GTK_STOCK graphical
13822                 buttons
13823         * src/summary_search.c
13824                 don't offer '...' for translation
13825                 add a tooltip to advanced search '...' button
13826         * src/gtk/quicksearch.c
13827                 don't offer '...' for translation
13828
13829 2006-03-21 [colin]      2.0.0cvs161
13830
13831         * src/compose.c
13832                 Fix middle-click pasting (insert at click
13833                 position instead of cursor position, don't
13834                 remove existing selection and allow pasting
13835                 our own selection)
13836         * src/addressbook.c
13837                 "LDAP Server" -> "LDAP servers"
13838
13839 2006-03-21 [wwp]        2.0.0cvs160
13840
13841         * src/etpan/imap-thread.c
13842                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13843
13844 2006-03-20 [colin]      2.0.0cvs159
13845
13846         * src/summaryview.c
13847                 Don't reload summaryview after an execute with no
13848                 move action
13849
13850 2006-03-19 [colin]      2.0.0cvs158
13851
13852         * src/addressbook.c
13853                 and put groups at the top, always
13854
13855 2006-03-19 [colin]      2.0.0cvs157
13856
13857         * src/addressbook.c
13858                 Order groups before names, as previously
13859
13860 2006-03-19 [colin]      2.0.0cvs156
13861
13862         * src/addressbook.c
13863                 - Sort case-unsensitive
13864                 - Put the sort arrow at opening too
13865
13866 2006-03-19 [wwp]        2.0.0cvs155
13867
13868         * src/addressbook.c
13869                 allow sorting by name/email/remarks, ensure that right-pane's contents
13870                 matches the left-pane selection (cleared when appropriate).
13871                 Patch by Pawel Pekala <c0rn@o2.pl>.
13872
13873 2006-03-18 [colin]      2.0.0cvs154
13874
13875         * src/textview.c
13876                 Fix text cursor ;)
13877
13878 2006-03-18 [colin]      2.0.0cvs153
13879
13880         * src/gtk/filesel.c
13881                 Make sure we hide the preview if we didn't get
13882                 a filename
13883
13884 2006-03-18 [colin]      2.0.0cvs152
13885
13886         * src/summaryview.c
13887                 Set cursor to watch for execution (fixes lack
13888                 of watch-cursor when dnd'ing hundreds of mails)
13889         * src/gtk/filesel.c
13890                 Check that mime type is 'image/*' before updating
13891                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13892
13893 2006-03-18 [colin]      2.0.0cvs151
13894
13895         * src/mainwindow.c
13896         * src/textview.c
13897         * src/textview.h
13898                 Put a watch cursor in textview too when the mainwindow's
13899                 cursor in a watch
13900
13901 2006-03-18 [colin]      2.0.0cvs150
13902
13903         * src/folder.c
13904                 Change wrong asserts to simple tests
13905
13906 2006-03-17 [colin]      2.0.0cvs149
13907
13908         * src/mainwindow.c
13909         * src/mainwindow.h
13910         * src/prefs_msg_colors.c
13911         * src/summaryview.c
13912         * src/summaryview.h
13913         * src/gtk/colorlabel.c
13914         * src/gtk/colorlabel.h
13915                 Add a color label menu in the main menubar
13916                 Add (fixed) accels Ctrl-{0-7} to change the color
13917                 They have to be fixed because the menu's dynamic,
13918                 the items are complex widgets, hence we can't use
13919                 a GtkItemFactory.
13920
13921
13922 2006-03-17 [wwp]        2.0.0cvs148
13923
13924         * src/compose.c
13925                 rollback few lines from my previous commit (those lines come from
13926                 a pending patch, accidentally commited, even if neutral as they are
13927                 commented out).
13928
13929 2006-03-17 [wwp]        2.0.0cvs147
13930
13931         * src/compose.c
13932                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13933                 applied code style/indentation to the modified function.
13934
13935 2006-03-17 [wwp]        2.0.0cvs146
13936
13937         * src/procmsg.c
13938         * src/compose.c
13939                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13940
13941 2006-03-17 [paul]
13942
13943         2.1.0-rc1 released
13944
13945 2006-03-17 [paul]       2.0.0cvs145
13946
13947         * src/main.c
13948                 addressbook_read_file() was called twice
13949         * src/textview.c
13950                 X-Mailer highlighting
13951
13952 2006-03-16 [colin]      2.0.0cvs144
13953
13954         * src/sourcewindow.c
13955         * src/sourcewindow.h
13956                 And the last one, in source window.
13957
13958 2006-03-16 [colin]      2.0.0cvs143
13959
13960         * src/compose.c
13961         * src/compose.h
13962                 Fix the same stuff in compose
13963
13964 2006-03-16 [colin]      2.0.0cvs142
13965
13966         * src/messageview.c
13967                 Complete the previous messageview crash fix
13968
13969 2006-03-16 [colin]      2.0.0cvs141
13970
13971         * src/procmsg.h
13972         * src/procmsg.c
13973         * src/folder.c
13974                 Fix POSTPROCESSING hook
13975                 Patch by H. Merijn Brand
13976
13977         * src/procmime.c
13978         * src/procmime.h
13979                 Parse Content-Location
13980
13981         * src/toolbar.c
13982         * src/messageview.c
13983         * src/messageview.h
13984                 Don't crash when a top-level MessageView has
13985                 been closed on us. Same problematic than
13986                 yesterday's quicksearch issue.
13987
13988 2006-03-15 [colin]      2.0.0cvs140
13989
13990         * src/gtk/quicksearch.c
13991                 Fix a bitchy race we didn't think about when we
13992                 added quicksearch cancellation:
13993                 If the search is not on cached fields, for example
13994                 body_part matchcase "stuff"
13995                 the matcher code has to get the whole message. If
13996                 we're on IMAP, that can be slow, and in order to
13997                 be non-blocking, the IMAP code idle loop processes
13998                 gtk events too. So it is possible to cancel a
13999                 quicksearch while the matcher is getting the mail's
14000                 body. After matcher got its body, it will start to
14001                 iterate over the matcher list that the Quicksearch's
14002                 clear_search_cb() just freed via prepare_matcher().
14003                 SIGSEGV ensues.
14004                 The fix consists of guarding the matcherlist_match()
14005                 call with a boolean 'matching'. If we reset the
14006                 quicksearch while matching is TRUE, we don't free
14007                 the matcherlist anymore like we did, but we set
14008                 another new flag, deferred_free, to TRUE. Then,
14009                 in quicksearch_match(), just after returning from
14010                 matcherlist_match() and unsetting the matching flag,
14011                 we check the deferred_free flag and do the
14012                 prepare_matcher() (which does the matcherlist_free)
14013                 for real, so we free the matcherlist once it's not
14014                 used anymore.
14015                 As all of this runs via the glib main loop, we
14016                 luckily don't need a mutex.
14017         * src/summaryview.c
14018                 Also, show progress while searching.
14019
14020
14021 2006-03-14 [colin]      2.0.0cvs139
14022
14023         * src/alertpanel.c
14024                 Make alertpanel_is_open non-static
14025
14026 2006-03-14 [colin]      2.0.0cvs138
14027
14028         * src/prefs_spelling.c
14029                 Cleanups - Fabien Vantard
14030
14031 2006-03-14 [wwp]        2.0.0cvs137
14032
14033         * src/main.c
14034                 code style normalization (curly braces, indentation).
14035
14036 2006-03-14 [wwp]        2.0.0cvs137
14037
14038         * src/main.c
14039                 code style (braces, indentation)
14040
14041 2006-03-12 [paul]       2.0.0cvs136
14042
14043         * src/prefs_common.c
14044                 trans_hdr defaults to FALSE to be RFC-savvy
14045         * src/prefs_summaries.c
14046                 add a tooltip to the trans_hdr option
14047                 
14048
14049 2006-03-12 [paul]       2.0.0cvs135
14050
14051         * src/prefs_matcher.c
14052                 give a little more width to the combos
14053         * src/prefs_display_header.c
14054         * src/textview.c
14055                 translate headers if prefs_common.trans_hdr
14056                 is TRUE
14057
14058         Patches by Pawel Pekala
14059
14060 2006-03-12 [paul]       2.0.0cvs134
14061
14062         * src/plugins/clamav/clamav_plugin.c
14063         * src/plugins/dillo_viewer/dillo_viewer.c
14064         * src/plugins/pgpcore/plugin.c
14065         * src/plugins/pgpinline/plugin.c
14066         * src/plugins/pgpmime/plugin.c
14067         * src/plugins/spamassassin/spamassassin.c
14068                 update/add to descriptions
14069         * src/plugins/spamassassin/spamassassin_gtk.c
14070                 fixes to the english, remove superfluous
14071                 tooltips, clean up a little
14072
14073 2006-03-12 [paul]       2.0.0cvs133
14074
14075         * src/compose.c
14076                 fix Bug 924, 'Account combo box shows up wrong 
14077                 if & is in account name'
14078
14079 2006-03-11 [colin]      2.0.0cvs132
14080
14081         * src/summaryview.c
14082                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14083                 messed up shift-selection because is slows down
14084                 moving around summaryview. thanks -users
14085
14086 2006-03-10 [colin]      2.0.0cvs131
14087
14088         * src/plugins/spamassassin/spamassassin_gtk.c
14089                 Put back Paul's engrish fixes
14090
14091 2006-03-10 [colin]      2.0.0cvs130
14092
14093         * src/plugins/spamassassin/spamassassin.c
14094         * src/plugins/spamassassin/spamassassin.h
14095         * src/plugins/spamassassin/spamassassin_gtk.c
14096                 Cleanup SA prefs page (more)
14097                 Patch by Fabien Vantard
14098
14099 2006-03-10 [paul]       2.0.0cvs129
14100
14101         * src/prefs_msg_colors.c
14102         * src/prefs_spelling.c
14103                 widget sensitivity
14104
14105 2006-03-09 [mones]      2.0.0cvs128
14106
14107         * po/es.po
14108                 Update for next RC
14109
14110 2006-03-09 [wwp]        2.0.0cvs127
14111
14112         * configure.ac
14113                 revert accidental commit (requirement for libetpan 0.43), this time
14114                 not in HEAD.
14115
14116 2006-03-09 [wwp]        2.0.0cvs125
14117
14118         * configure.ac
14119                 revert accidental commit (requirement for libetpan 0.43)
14120
14121 2006-03-09 [paul]       2.0.0cvs126
14122
14123         * src/prefs_receive.c
14124                 remove useless frame
14125                 replace 'incorporation' with 'receiving'
14126         * src/plugins/clamav/clamav_plugin_gtk.c
14127         * src/plugins/spamassassin/spamassassin_gtk.c
14128                 improve widget sensitivity
14129                 fix a bit his engrish
14130
14131 2006-03-09 [wwp]        2.0.0cvs125
14132
14133         * src/addressadd.c
14134         * src/foldersel.c
14135         * src/prefs_common.c
14136         * src/prefs_common.h
14137                 remember some more windows' sizes (add to addressbook and
14138                 select folder).
14139
14140 2006-03-09 [paul]       2.0.0cvs124
14141
14142         * src/plugins/pgpcore/prefs_gpg.c
14143                 normalise construction of dialogue
14144
14145 2006-03-09 [paul]       2.0.0cvs123
14146
14147         * src/plugins/trayicon/Makefile.am
14148                 add missing slash
14149
14150 2006-03-08 [colin]      2.0.0cvs122
14151
14152         * src/plugins/trayicon/Makefile.am
14153                 Fix build in separate dir 
14154                 Patch by Bamanzi <bamanzi@gmail.com>
14155
14156 2006-03-08 [colin]      2.0.0cvs121
14157
14158         * src/procmsg.c
14159                 Batch move and copies from summaryview with delayed execution
14160                 too
14161
14162 2006-03-07 [paul]       2.0.0cvs120
14163
14164         * src/common/utils.c
14165                 fix highlighting of URIs containing "()"
14166                 Patch by Pawel Pekala
14167
14168 2006-03-07 [paul]       2.0.0cvs119
14169
14170         * src/folder.c
14171         * src/folder.h
14172         * src/folderview.c
14173                 immediately do alphabetical resort when
14174                 changing a folder's name
14175                 Patch by Pawel Pekala
14176
14177 2006-03-07 [paul]       2.0.0cvs118
14178
14179         * src/news.c
14180         * src/news_gtk.c
14181                 when unsubscribing a newsgroup, remove the
14182                 folder and msgs in .sylpheed-claws/newscache
14183                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14184
14185 2006-03-07 [paul]       2.0.0cvs117
14186
14187         * src/textview.c
14188                 fix wrong Fake URL Warning
14189                 Thanks to Hiro
14190
14191 2006-03-07 [colin]      2.0.0cvs116
14192
14193         * src/imap.c
14194                 Return immediately when password dialog was
14195                 cancelled
14196         * src/gtk/inputdialog.c
14197                 Allow empty strings for passwords
14198
14199
14200 2006-03-06 [colin]      2.0.0cvs115
14201
14202         * src/imap.c
14203                 Prevent double-timeouts when connection fails
14204
14205 2006-03-06 [colin]
14206
14207         2.0.1-rc1 released
14208
14209 2006-03-06 [colin]      2.0.0cvs114
14210
14211         * src/imap.c
14212                 Refresh session during potentially long
14213                 operations
14214
14215 2006-03-06 [wwp]        2.0.0cvs113
14216
14217         * src/prefs_msg_colors.h
14218                 forgot that one (custom color labels).
14219
14220 2006-03-06 [wwp]        2.0.0cvs112
14221
14222         * src/prefs_common.c
14223         * src/prefs_common.h
14224         * src/prefs_msg_colors.c
14225         * src/summaryview.c
14226         * src/summaryview.h
14227         * src/gtk/colorlabel.c
14228         * src/gtk/colorlabel.h
14229                 colors in messages list are now customizable. Color values and names can
14230                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14231                 Thanks to Paul and Colin for their help with this longstanding patch!
14232
14233 2006-03-06 [wwp]        2.0.0cvs111
14234
14235         * src/textview.c
14236                 don't crash if (x)face is bad.
14237
14238 2006-03-05 [paul]       2.0.0cvs110
14239
14240         * AUTHORS
14241         * configure.ac
14242         * src/Makefile.am
14243         * src/common/Makefile.am
14244         * src/common/utils.h
14245         * src/etpan/imap-thread.c
14246         * src/gtk/authors.h
14247         * src/plugins/clamav/Makefile.am
14248         * src/plugins/demo/Makefile.am
14249         * src/plugins/dillo_viewer/Makefile.am
14250         * src/plugins/pgpcore/Makefile.am
14251         * src/plugins/pgpcore/passphrase.c
14252         * src/plugins/pgpinline/Makefile.am
14253         * src/plugins/pgpmime/Makefile.am
14254         * src/plugins/spamassassin/Makefile.am
14255         * src/plugins/trayicon/Makefile.am
14256                 fix builiding on cygwin
14257                 Patch by Ralgh Young <bamanzi@gmail.com>
14258
14259 2006-03-04 [wwp]        2.0.0cvs109
14260
14261         * manual/keyboard.xml
14262                 fix mixed up/down keys.
14263
14264 2006-03-04 [wwp]        2.0.0cvs108
14265
14266         * README
14267         * INSTALL
14268                 updated links to SpamAssassin.
14269
14270 2006-03-04 [wwp]        2.0.0cvs107
14271
14272         * manual/plugins.xml
14273         * src/plugins/spamassassin/README
14274                 updated SpamAssassin plugin docs to reflect new functional additions
14275                 (also fix/update/documents few technical stuff more, see the README).
14276
14277 2006-03-04 [wwp]        2.0.0cvs106
14278
14279         * src/prefs_message.c
14280                 normalized capitalization of message-prefs paths.
14281
14282 2006-03-04 [wwp]        2.0.0cvs105
14283
14284         * manual/advanced.xml
14285                 typo.
14286
14287 2006-03-03 [colin]      2.0.0cvs104
14288
14289         * src/plugins/clamav/clamav_plugin_gtk.c
14290                 Rework prefs page, patch by Fabien 
14291
14292 2006-03-03 [colin]      2.0.0cvs103
14293
14294         * src/plugins/clamav/clamav_plugin.c
14295                 Set error on all errors
14296
14297 2006-03-03 [colin]      2.0.0cvs102
14298
14299         * src/common/plugin.c
14300                 Initialize error to avoid crashing when a plugin fails
14301                 without setting error
14302
14303 2006-03-02 [wwp]        2.0.0cvs101
14304
14305         * configure.ac
14306                 fixed linker flags for libetpan support on Cygwin
14307                 (thanks to H.Merijn Brand).
14308
14309 2006-03-02 [wwp]        2.0.0cvs100
14310
14311         * src/addressbook.c
14312                 fix some AB error messages: one for punctuation and
14313                 one wrongly duplicate (thanks, maxbritov).
14314
14315 2006-03-02 [wwp]        2.0.0cvs99
14316
14317         * src/plugins/spamassassin/spamassassin.c
14318                 make sync calls to sa-learn/spamc to prevent
14319                 system (whatever local or client/server) overload.
14320
14321 2006-03-02 [colin]      2.0.0cvs98
14322
14323         * src/summaryview.c
14324                 Put the spam icon in the status column instead of the
14325                 mark one
14326
14327 2006-03-01 [colin]      2.0.0cvs97
14328
14329         * src/plugins/spamassassin/spamassassin.c
14330                 Fix segfault (g_file_set_contents fails for some 
14331                 reason and err==0x2f. Can't find out why with
14332                 valgrind, using working function :-)
14333
14334 2006-03-01 [colin]      2.0.0cvs96
14335
14336         * src/inc.c
14337                 Offline overriding: let 'No' be cached only 3 seconds
14338
14339 2006-03-01 [colin]      2.0.0cvs95
14340
14341         * src/addr_compl.c
14342         * src/addrbook.c
14343         * src/addressbook.c
14344         * src/addrindex.c
14345         * src/folder_item_prefs.c
14346         * src/headerview.c
14347         * src/imap.c
14348         * src/inc.c
14349         * src/ldif.c
14350         * src/mainwindow.c
14351         * src/mh.c
14352         * src/msgcache.c
14353         * src/prefs_common.h
14354         * src/prefs_msg_colors.c
14355         * src/procheader.c
14356         * src/procheader.h
14357         * src/procmime.c
14358         * src/procmsg.c
14359         * src/procmsg.h
14360         * src/send_message.h
14361         * src/simple-gettext.c
14362         * src/summaryview.c
14363         * src/summaryview.h
14364         * src/syldap.c
14365         * src/textview.c
14366         * src/undo.c
14367         * src/common/ssl_certificate.c
14368         * src/common/utils.c
14369         * src/gtk/colorsel.c
14370         * src/gtk/gtksctree.c
14371         * src/gtk/gtkshruler.c
14372         * src/plugins/trayicon/trayicon.c
14373                 #if 0 goes to /dev/null
14374
14375 2006-03-01 [colin]      2.0.0cvs94
14376
14377         * src/compose.c
14378         * src/imap.c
14379         * src/inc.c
14380         * src/inc.h
14381         * src/messageview.c
14382         * src/news.c
14383         * src/plugins/spamassassin/spamassassin.c
14384                 Allow to add information in the "working offline"
14385                 window
14386
14387 2006-03-01 [wwp]        2.0.0cvs93
14388
14389         * src/plugins/spamassassin/spamassassin.c
14390                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14391                 'cause it seems that calling `spamc ... < inputfile` with
14392                 g_spawn_(a)sync simply.. erm doesn't work :-).
14393
14394 2006-03-01 [wwp]        2.0.0cvs92
14395
14396         * src/toolbar.c
14397         * src/toolbar.h
14398                 simplify the adding of spam/ham button to the messageview toolbar
14399                 (it gets more clear now that the same button will be "Mark as spam"
14400                 or "Mark as ham" according to the current message status,
14401                 thanks to Colin).
14402
14403 2006-03-01 [wwp]        2.0.0cvs91
14404
14405         * src/messageview.c
14406         * src/procmsg.c
14407         * src/procmsg.h
14408         * src/summaryview.c
14409         * src/plugins/spamassassin/spamassassin.c
14410         * src/plugins/spamassassin/spamassassin.h
14411                 make learner callbacks return a status (0 for ok),
14412                 handle it in main code to avoid setting flags when learning failed,
14413                 don't learn on TCP if offline in spamassassin,
14414                 thanks to Colin.
14415
14416                 
14417
14418 2006-03-01 [wwp]        2.0.0cvs90
14419
14420         * src/compose.c
14421                 some work around the compose window's account menu,
14422                 patch by Fabien Vantard.
14423
14424 2006-03-01 [wwp]        2.0.0cvs89
14425
14426         * src/plugins/spamassassin/spamassassin.c
14427                 fixed bad logics, was using spamc in local mode and sa-learn
14428                 in remote mode (thanks, Colin).
14429
14430 2006-03-01 [wwp]        2.0.0cvs88
14431
14432         * src/plugins/spamassassin/spamassassin.c
14433         * src/plugins/spamassassin/spamassassin.h
14434         * src/plugins/spamassassin/spamassassin_gtk.c
14435                 made processing of emails w/ sa-plugin an option (default is TRUE),
14436                 fixed Engrish some tooltips, capitalization of some debug messages
14437                 and warnings. The spamassassin plugin now provides two separate
14438                 services: process emails upon incorporation and spamd training.
14439                 Both services (un)register independently but use some common
14440                 plugin settings (transport settings, spam storage location).
14441
14442 2006-02-28 [wwp]        2.0.0cvs87
14443
14444         * src/plugins/spamassassin/spamassassin.c
14445                 fix async flag to spamc cmdline execution (batch exec should
14446                 be asynchronous).
14447
14448 2006-02-27 [wwp]        2.0.0cvs86
14449
14450         * src/plugins/spamassassin/spamassassin.c
14451         * src/plugins/spamassassin/spamassassin.h
14452         * src/plugins/spamassassin/spamassassin_gtk.c
14453                 - added the ability to learn a remote spamassassin server (spamd),
14454                 using spamc.
14455                 - added the spamassassin option 'username', that applies to all
14456                 spamassassin operations (filtering, learning, local or remote).
14457                 The default username is the current unix user (if left blank
14458                 from gtk prefs or config file).
14459                 - commented out some unused code (notebook widget), removed unused
14460                 layout (hbox1).
14461                 - make more widgets sensitive to the transport type.
14462
14463 2006-02-27 [colin]      2.0.0cvs85
14464
14465         * src/plugins/spamassassin/spamassassin.c
14466                 Fix sa-learn call when offline
14467
14468 2006-02-27 [colin]      2.0.0cvs84
14469
14470         * configure.ac
14471         * src/Makefile.am
14472         * src/mainwindow.c
14473         * src/mainwindow.h
14474         * src/messageview.c
14475         * src/messageview.h
14476         * src/prefs_toolbar.c
14477         * src/procmsg.c
14478         * src/stock_pixmap.c
14479         * src/stock_pixmap.h
14480         * src/summaryview.c
14481         * src/toolbar.c
14482         * src/toolbar.h
14483         * src/pixmaps/ham_btn.xpm
14484         * src/pixmaps/spam.xpm
14485         * src/pixmaps/spam_btn.xpm
14486         * src/plugins/spamassassin/spamassassin.c
14487                 Add button in toolbar for spam learning
14488                 Fix a few bugs from the last related commit
14489                 Revert 1.9.6cvs23 which messed up shift-selection
14490
14491 2006-02-24 [colin]      2.0.0cvs83
14492
14493         * src/procmsg.c
14494         * src/summaryview.c
14495         * src/summaryview.h
14496         * src/plugins/spamassassin/spamassassin.c
14497         * src/plugins/spamassassin/spamassassin.h
14498         * src/plugins/spamassassin/spamassassin_gtk.c
14499                 Unregister learner when spamassassin is either
14500                 disabled or over tcp
14501
14502 2006-02-24 [colin]      2.0.0cvs82
14503
14504         * src/Makefile.am
14505         * src/mainwindow.c
14506         * src/mainwindow.h
14507         * src/procmsg.c
14508         * src/procmsg.h
14509         * src/stock_pixmap.c
14510         * src/stock_pixmap.h
14511         * src/summaryview.c
14512         * src/summaryview.h
14513         * src/gtk/icon_legend.c
14514         * src/pixmaps/spam.xpm  ** NEW FILE **
14515         * src/plugins/spamassassin/spamassassin.c
14516         * src/plugins/spamassassin/spamassassin_gtk.c
14517                 Add spam learning interface (Mark/Mark as 
14518                 (spam|ham) menus)
14519
14520 2006-02-24 [wwp]        2.0.0cvs81
14521
14522         * src/compose.c
14523         * src/compose.h
14524         * src/filtering.c
14525                 hide compose window when sending message in batch mode
14526                 (filtering: forward and redirect). Also fixed a wrong
14527                 value returned when sending failed, neutral anyway.
14528                 (Colin, me) 
14529
14530 2006-02-24 [wwp]        2.0.0cvs80
14531
14532         * src/mainwindow.c
14533                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14534
14535 2006-02-24 [paul]       2.0.0cvs79
14536
14537         * src/news.c
14538         * src/news.h
14539         * src/news_gtk.c
14540                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14541                 Thanks to Colin
14542
14543 2006-02-23 [colin]      2.0.0cvs78
14544
14545         * src/alertpanel.c
14546                 Change OK to Close in alertpanel with View log
14547                 button; add accel to View log. Patch by Fabien
14548                 Vantard
14549
14550 2006-02-23 [wwp]        2.0.0cvs77
14551
14552         * src/compose.c
14553                 silly me, there were much more tests to perform, since toolbars can
14554                 really have down to 1 element only.
14555
14556 2006-02-23 [wwp]        2.0.0cvs76
14557
14558         * commitHelper
14559                 fixed indentation from my previous commit. Fallback to VISUAL if
14560                 EDITOR is not set (and to vi, at last resort).
14561
14562 2006-02-23 [wwp]        2.0.0cvs75
14563
14564         * commitHelper
14565                 improved error detection (Colin, me).
14566
14567 2006-02-23 [wwp]        2.0.0cvs74
14568
14569         * src/prefs_toolbar.c
14570                 simplify and fix prefs/toolbars layouting. Combos' contents can
14571                 now be really displayed.
14572
14573 2006-02-23 [wwp]        2.0.0cvs73
14574         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14575         be really displayed.
14576
14577 2006-02-22 [wwp]        2.0.0cvs72
14578
14579         * src/compose.c
14580                 fix a typo in my previous commit (sorry!).
14581
14582 2006-02-22 [wwp]        2.0.0cvs71
14583
14584         * src/prefs_toolbar.c
14585                 fix a crash when adding separators to toolbars,
14586                 also fix some separator item information.
14587
14588 2006-02-22 [wwp]        2.0.0cvs70
14589
14590         * src/compose.c
14591                 fix a crash when redirecting (for instance) when compose window's
14592                 toolbar contents has been customized (when some buttons have been
14593                 removed in fact).
14594
14595 2006-02-21 [wwp]        2.0.0cvs69
14596
14597         * src/summaryview.c
14598         * src/gtk/pluginwindow.c
14599         * src/plugins/pgpcore/prefs_gpg.c
14600                 fix some compilation warnings (feat. remains of removed code).
14601
14602 2006-02-21 [wwp]        2.0.0cvs68
14603
14604         * src/gtk/gtkutils.c
14605                 fix two compilation issues, thanks to Stephan Sachse.
14606
14607 2006-02-20 [colin]      2.0.0cvs67
14608
14609         * src/mainwindow.c
14610                 Don't reselect displayed mail on refocus
14611                 This fixes actions misbehaving 
14612
14613 2006-02-20 [wwp]        2.0.0cvs66
14614
14615         * src/summaryview.c
14616         * src/gtk/gtksctree.c
14617         * src/gtk/gtkshruler.c
14618                 changed more runtime typecast checks.
14619
14620 2006-02-20 [wwp]        2.0.0cvs65
14621
14622         * src/summary_search.c
14623                 find all - summaryview refresh issue fixed, thanks to Colin.
14624
14625 2006-02-20 [wwp]        2.0.0cvs64
14626
14627         * src/gtk/gtkutils.c
14628                 better runtime typecast checks.
14629
14630 2006-02-20 [wwp]        2.0.0cvs63
14631
14632         * src/summary_search.c
14633                 enhancements to the summary search:
14634                         - add the ability to stop the running search
14635                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14636                         - don't search if no criteria (From/To/Subject/Body) is set
14637                         - ensure that a busy mouse pointer is always shown when searching,
14638                           show it even a bit earlier
14639
14640 2006-02-19 [colin]      2.0.0cvs62
14641
14642         * src/compose.c
14643         * src/imap.c
14644         * src/etpan/imap-thread.c
14645         * src/etpan/imap-thread.h
14646                 (Future) IMAP speed improvement on sending
14647                 Will require a libetpan update
14648         * src/summaryview.c
14649         * src/gtk/quicksearch.c
14650                 Make quicksearch clearable while running.
14651
14652 2006-02-17 [colin]      2.0.0cvs61
14653
14654         * src/imap.c
14655         * src/etpan/imap-thread.c
14656         * src/etpan/imap-thread.h
14657                 Check for IMAP certificates
14658                 ** Requires libetpan-0.42-cvs4 
14659                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14660
14661 2006-02-17 [colin]      2.0.0cvs60
14662
14663         * src/messageview.c
14664         * src/prefs_common.c
14665         * src/prefs_common.h
14666         * src/prefs_message.c
14667                 Add pref to display HTML-only mails with plugin, 
14668                 if possible (defaulting to FALSE of course).
14669
14670 2006-02-16 [colin]      2.0.0cvs59
14671
14672         * src/main.c
14673         * src/common/plugin.c
14674         * src/common/plugin.h
14675         * src/gtk/pluginwindow.c
14676                 Keep track of requested (but unloaded) plugins
14677                 in some error cases.
14678
14679 2006-02-16 [wwp]        2.0.0cvs58
14680
14681         * src/gtk/gtkaspell.c
14682         * src/gtk/gtkaspell.h
14683         * src/prefs_spelling.c
14684         * src/compose.c
14685         * src/prefs_common.c
14686         * src/prefs_common.h
14687                 implemented new optional spellchecker behaviour: re-check message when
14688                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14689
14690 2006-02-16 [wwp]        2.0.0cvs57
14691
14692         * src/quote_fmt_parse.y
14693                 pclose popen'ed pipe.
14694
14695 2006-02-15 [colin]      2.0.0cvs56
14696
14697         * src/mimeview.c
14698         * src/mimeview.h
14699                 Let MimeViewers know which MimeView they
14700                 depend of.
14701         * src/summaryview.c
14702                 Swap From/To columns in Sent/Queue/Drafts
14703                 folders
14704         * src/etpan/imap-thread.c
14705                 Use mailstream_low_tls_open() for STARTTLS
14706                 instead of mailstream_low_ssl_open()
14707                 ** REQUIRES libetpan 0.42cvs3 **
14708
14709 2006-02-15 [wwp]        2.0.0cvs55
14710
14711         * src/compose.c
14712         * src/compose.h
14713         * src/message_search.c
14714         * src/message_search.h
14715         * src/textview.c
14716         * src/gtk/gtkutils.c
14717         * src/gtk/gtkutils.h
14718                 added the ability to Find text in the compose window (and a bit
14719                 of code factorization).
14720
14721 2006-02-15 [wwp]        2.0.0cvs54
14722
14723         * src/prefs_gtk.c
14724                 yet another one file was missing (fix for some widgets' sensitivity).
14725                 Thanks Colin!
14726
14727 2006-02-15 [wwp]        2.0.0cvs53
14728
14729         * src/prefs_gtk.h
14730                 oops forgot that file (fix for some widgets' sensitivity).
14731
14732 2006-02-15 [wwp]        2.0.0cvs52
14733
14734         * src/summary_search.c
14735                 implemented advanced summary search options (added the ability
14736                 to use matcher conditions in an advanced search mode).
14737
14738 2006-02-15 [wwp]        2.0.0cvs51
14739
14740         * src/plugins/pgpcore/prefs_gpg.c
14741         * src/prefs_account.c
14742                 fix some widget sensitivity, mostly around some labels in
14743                 account prefs.
14744
14745 2006-02-15 [paul]       2.0.0cvs50
14746
14747         * manual/advanced.xml
14748                 improve Templates info
14749                 written by wwp
14750
14751 2006-02-14 [colin]      2.0.0cvs49
14752
14753         * src/pixmaps/address_book.xpm
14754         * src/pixmaps/preferences.xpm
14755         * src/pixmaps/properties.xpm
14756                 Fix pixmap size - patch by Fabien Vantard
14757
14758 2006-02-13 [colin]      2.0.0cvs48
14759
14760         * src/procmime.c
14761                 Add missing fclose()s on error
14762         * src/textview.c
14763                 Remove unused code
14764         * src/common/utils.c
14765                 Fix temp files not being deleted on windows
14766         Patches by Thomas Gilgin
14767
14768 2006-02-13 [colin]      2.0.0cvs47
14769
14770         * src/mainwindow.c
14771                 Fix exit crash
14772
14773 2006-02-13 [wwp]        2.0.0cvs46
14774
14775         * src/plugins/pgpcore/prefs_gpg.c
14776                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14777
14778 2006-02-12 [colin]      2.0.0cvs45
14779
14780         * src/folderview.c
14781         * src/main.c
14782         * src/mainwindow.c
14783                 Fix "stuff" when quitting
14784
14785 2006-02-12 [wwp]        2.0.0cvs44
14786
14787         * src/prefs_themes.c
14788                 fix typos in debug messages.
14789
14790 2006-02-11 [colin]      2.0.0cvs43
14791
14792         * src/summaryview.c
14793                 don't allow drag/drop from ourself
14794
14795 2006-02-10 [wwp]        2.0.0cvs42
14796
14797         * src/exporthtml.c
14798         * src/html.c
14799         * src/html.h
14800         * src/procmime.c
14801         * src/textview.c
14802                 renamed html_ prefixed functions and data structures to avoid
14803                 namespace clashes w/ other software (gtkhtml2 for instance).
14804                 Closes bug #907.
14805
14806
14807 2006-02-09 [colin]      2.0.0cvs41
14808
14809         * src/summaryview.c
14810                 Fix shitty logic messed up. Thanks Ticho for the hint!
14811
14812 2006-02-09 [wwp]        2.0.0cvs40
14813
14814         * src/gtk/about.c
14815         * src/compose.c
14816         * src/prefs_account.c
14817         * src/prefs_gtk.h
14818         * src/editaddress.c
14819                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14820                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14821                 Browse buttons in accounts prefs.
14822
14823 2006-02-09 [colin]      2.0.0cvs39
14824
14825         * src/matcher.c
14826                 Check for pointer before using its members
14827         * src/gtk/gtksourceprintjob.c
14828                 Fix a wrong warning
14829
14830 2006-02-09 [wwp]        2.0.0cvs38
14831
14832         * src/gtk/filesel.c
14833                 fix few compiler warnings (type mismatch).
14834
14835 2006-02-09 [paul]       2.0.0cvs37
14836
14837         * po/fr.po
14838                 updated by Fabien Vantard
14839
14840 2006-02-08 [colin]      2.0.0cvs36
14841
14842         * src/prefs_common.c
14843         * src/common/defs.h
14844         * src/common/plugin.c
14845                 allow windows and linux configurations to coexist
14846                 patch by Thomas Gilgin
14847
14848 2006-02-08 [colin]      2.0.0cvs35
14849
14850         * src/filtering.c
14851         * src/matcher.c
14852         * src/matcher.h
14853         * src/matcher_parser_parse.y
14854         * src/prefs_filtering_action.c
14855         * src/prefs_matcher.c
14856                 Add the "Ignore thread" filtering
14857                 action
14858
14859 2006-02-08 [colin]      2.0.0cvs34
14860
14861         * src/compose.c
14862         * src/procmime.c
14863         * src/procmime.h
14864                 Fix bug #905 (damaged attachment)
14865                 text files with raw \0's aren't really text files
14866         FOR_STABLE
14867
14868 2006-02-08 [colin]      2.0.0cvs33
14869
14870         * src/summaryview.c
14871                 Fix crasher introduced yesterday
14872
14873 2006-02-08 [wwp]        2.0.0cvs32
14874
14875         * src/compose.c
14876         * src/compose.h
14877                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14878
14879 2006-02-08 [wwp]        2.0.0cvs31
14880
14881         * src/prefs_template.c
14882                 templates enhancement: allow address completion for Cc and Bcc fields
14883                 (it was currently possible for the To field only)
14884
14885 2006-02-08 [colin]      2.0.0cvs30
14886
14887         * src/compose.c
14888                 Don't unblock if not blocked
14889         FOR_STABLE
14890
14891 2006-02-07 [colin]      2.0.0cvs29
14892
14893         * src/action.c
14894                 Forgot to refresh summaryview
14895
14896 2006-02-07 [colin]      2.0.0cvs28
14897
14898         * src/action.c
14899                 Freeze/thaw message list and folder list while
14900                 processing %as{} actions 
14901         * src/compose.c
14902                 Fix auto-wrap disabling after a middle-click
14903                 paste - FOR_STABLE
14904
14905 2006-02-07 [paul]       2.0.0cvs27
14906
14907         * src/folder.c
14908                 fix freeing of uninitialised pointers
14909                 Thanks to Colin
14910
14911 2006-02-06 [colin]      2.0.0cvs26
14912
14913         * src/folder.c
14914                 Use g_slist_prepend in potentially big list
14915
14916 2006-02-06 [colin]      2.0.0cvs25
14917
14918         * src/folder.c
14919                 Completely skip processing if it doesn't 
14920                 exist (faster!)
14921
14922 2006-02-06 [colin]      2.0.0cvs24
14923
14924         * src/folder.c
14925         * src/summaryview.c
14926                 Batch filtering in summaryview (from Tools menu)
14927                 and pre/post//-processing too
14928
14929 2006-02-06 [colin]      2.0.0cvs23
14930
14931         * src/procmsg.h
14932         * src/filtering.c
14933                 Use a special field for batch filtering instead
14934                 of stepping on deferred execution's toes
14935
14936 2006-02-06 [colin]      2.0.0cvs22
14937
14938         * src/action.c
14939         * src/filtering.c
14940         * src/filtering.h
14941         * src/folder.c
14942         * src/summaryview.c
14943                 Fix filtering via menus and actions
14944
14945 2006-02-06 [colin]      2.0.0cvs21
14946
14947         * src/imap.c
14948                 Put the added file directly to cache if possible (will work
14949                 with next libetpan)
14950         * src/filtering.c
14951         * src/filtering.h
14952         * src/inc.c
14953         * src/folder.c
14954         * src/mbox.c
14955         * src/procmsg.h
14956                 Move and copy filtered messages by batches instead of one
14957                 by one - faster on IMAP
14958         * src/procmsg.c
14959                 Add a function that'll possibly be useful later
14960
14961 2006-02-06 [colin]      2.0.0cvs20
14962
14963         * src/addressbook.c
14964                 Use internal mime-type instead of text/plain for d'n'd
14965         * src/compose.c
14966                 Allow attaching files from mimeview's icon list via d'n'd
14967         * src/folderview.c
14968         * src/folderview.h
14969                 Use internal mime-type instead of text/plain for d'n'd
14970                 Don't try to selected opened folder if none is
14971                 Factorize d'n'd from other apps code
14972         * src/headerview.c
14973         * src/textview.c
14974         * src/gtk/gtkutils.c
14975         * src/gtk/gtkutils.h
14976                 Factorize Face/X-Face stuff
14977         * src/mimeview.c
14978                 Fix d'n'd to other apps
14979         * src/prefs_message.c
14980                 Let the XFace pref be usable without libcompface as it also
14981                 applies to Face
14982         * src/summaryview.c
14983                 Fix d'n'd to other apps
14984                 Factorize d'n'd from other apps code
14985
14986 2006-02-06 [wwp]        2.0.0cvs19
14987
14988         * po/it.po
14989                 Italian translation fixes by Andrea Spadaccini (no more confusion
14990                 between filtering and processing, and few changes in the About
14991                 dialog).
14992
14993
14994 2006-02-06 [mones]      2.0.0cvs18
14995
14996         * src/gtk/icon_legend.c
14997                 Improved descriptions allowing better translations
14998
14999 2006-02-05 [colin]      2.0.0cvs17
15000
15001         * src/imap.c
15002                 Add the f*cking missing expunge that caused imap_fetch_env
15003                 to fail after an add_msgs ! :-///
15004         * src/etpan/imap-thread.c
15005                 Add a bit of debug
15006         FOR_STABLE
15007
15008 2006-02-05 [colin]      2.0.0cvs16
15009
15010         * src/common/utils.c
15011                 Don't check for return-path (or we can't put
15012                 back non-sent mails)
15013
15014 2006-02-05 [colin]      2.0.0cvs15
15015
15016         * src/textview.c
15017                 Don't try to display Face header in textview
15018                 when teh headerview's active
15019
15020 2006-02-05 [colin]      2.0.0cvs14
15021
15022         * tools/tbird2syl.py
15023         * tools/Makefile.am
15024                 Add script to import Thunderbird mails
15025
15026 2006-02-05 [colin]      2.0.0cvs13
15027
15028         * src/headerview.c
15029         * src/procheader.c
15030         * src/procmsg.c
15031         * src/procmsg.h
15032         * src/textview.c
15033                 Show Face headers - patch partially by Klaus Flittner
15034
15035 2006-02-05 [colin]      2.0.0cvs12
15036
15037         * src/folderview.c
15038         * src/summaryview.c
15039         * src/common/utils.c
15040         * src/common/utils.h
15041                 Let dnd work from mime icons to summaryview
15042                 and to folderview too
15043                 Add a crude test to avoid trying to add files
15044                 drag'n'dropped when they're not mails
15045
15046 2006-02-04 [colin]      2.0.0cvs11
15047
15048         * src/summaryview.c
15049         * src/mimeview.c
15050                 Fix utf8 conversion
15051
15052 2006-02-04 [colin]      2.0.0cvs10
15053
15054         * src/compose.c
15055         * src/folderview.c
15056         * src/mimeview.c
15057         * src/summaryview.c
15058         * src/summaryview.h
15059                 Added various drag and drop capas:
15060                 From                    To
15061                 summaryview             other apps
15062                 mimeview icons          other apps
15063                 other apps              summaryview
15064                 other apps              folderview
15065
15066                 This shouldn't have broken the existing:
15067                 From                    To
15068                 summaryview             folderview
15069                 folderview              folderview
15070                 summaryview             compose's attachments
15071
15072         Tests welcomed.
15073
15074 2006-02-02 [paul]       2.0.0cvs9
15075
15076         * src/mainwindow.c
15077                 move global option 'Set displayed columns...' out
15078                 of folder option grouping.
15079                 fix sensitivity of 'harvest addresses'
15080         FOR_STABLE
15081
15082 2006-02-01 [colin]      2.0.0cvs8
15083
15084         * src/mimeview.c
15085                 Revert the alertpanel patch, it sucks (intrusive
15086                 and gets in the way of "open")
15087
15088 2006-02-01 [colin]      2.0.0cvs7
15089
15090         * src/compose.c
15091         * src/prefs_account.c
15092         * src/prefs_common.c
15093         * src/common/defs.h
15094         * src/common/utils.c
15095         * src/common/utils.h
15096                 Add ability to edit the signature file
15097                 from the account preferences, and use
15098                 a default for the text editor.
15099                 Patch by Fabien Vantard
15100
15101 2006-02-01 [colin]      2.0.0cvs6
15102
15103         * src/mimeview.c
15104                 Try to get mime type by extension if it is
15105                 application/octet-stream
15106                 Display a window with possible choices when
15107                 encountering unknown mime types
15108         * src/gtk/filesel.c
15109         * src/gtk/filesel.h
15110                 Add preview
15111                 Allow multiple selection in filtered filesel
15112                 (patch by Fabien Vantard)
15113         * src/gtk/pluginwindow.c
15114                 Use it (patch by Fabien Vantard)
15115
15116 2006-02-01 [paul]       2.0.0cvs5
15117
15118         * src/jpilot.c
15119                 fix crash on creating jpilot address book
15120                 Thanks to Colin - FOR_STABLE
15121         * src/prefs_summaries.c
15122         * src/prefs_wrapping.c
15123         * src/gtk/icon_legend.c
15124         * src/gtk/quicksearch.c
15125                 string fixes and additions
15126
15127 2006-02-01 [paul]       2.0.0cvs4
15128
15129         * src/compose.c
15130         * src/mainwindow.c
15131         * src/messageview.c
15132         * src/prefs_send.c
15133                 add Arabic encoding option
15134                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15135
15136 2006-01-31 [colin]      2.0.0cvs3
15137
15138         * src/plugins/pgpcore/passphrase.c
15139                 Convert passphrase to locale encoding
15140         * src/compose.c
15141                 Fix drafting on IMAP. Crappy bug sneaked in
15142                 the release :-/
15143         FOR_STABLE
15144
15145 2006-01-30 [paul]       2.0.0cvs2
15146
15147         * src/gtk/icon_legend.c
15148                 show the new entries
15149
15150 2006-01-30 [colin]      2.0.0cvs1
15151
15152         * src/manual.c
15153                 Check for the file to be present before 
15154                 enabling the menu - FOR_STABLE
15155         * src/gtk/icon_legend.c
15156                 Add folders icons (not all of them, there
15157                 are too much, but the most intriguing ones)
15158
15159 2006-01-30 [paul]       2.0.0
15160
15161         version 2.0.0 released
15162
15163 [For previous entries, see ChangeLog.pre2.0.0]