2007-08-23 [colin] 2.10.0cvs156
[claws.git] / ChangeLog
1 2007-08-23 [colin]      2.10.0cvs156
2
3         * src/imap.c
4                 Check scan_required on dest folder when copying
5
6 2007-08-23 [colin]      2.10.0cvs155
7
8         * src/imap.c
9                 Fix scanning when folder was empty
10
11 2007-08-22 [colin]      2.10.0cvs154
12
13         * src/msgcache.c
14                 Don't g_warning when g_try_malloc fails(), or it makes
15                 things worse as g_log() allocates. Fixes bug 1290,
16                 'Claws Mail crashes if too little memory when 
17                 rebuilding folder tree'
18
19 2007-08-22 [colin]      2.10.0cvs153
20
21         * src/inc.c
22                 Fix format string vulnerability, thanks to
23                 Ulf Harnhammar, Secunia Research
24
25 2007-08-22 [colin]      2.10.0cvs152
26
27         * src/ldapserver.c
28                 Set tv_usec too
29
30 2007-08-22 [wwp]        2.10.0cvs151
31
32         * src/ldapquery.c
33                 Few better null-ptr checks.
34
35 2007-08-22 [colin]      2.10.0cvs150
36
37         * src/editldap.c
38         * src/editldap_basedn.c
39         * src/ldapquery.c
40         * src/ldapserver.c
41         * src/ldapserver.h
42         * src/ldapupdate.c
43         * src/ldaputil.c
44         * src/ldaputil.h
45                 Fix ldap timeouts
46
47 2007-08-22 [colin]      2.10.0cvs149
48
49         * src/ldapquery.c
50                 Finish previous fix
51
52 2007-08-22 [colin]      2.10.0cvs148
53
54         * src/ldapquery.c
55                 Fix wrong assertions
56
57 2007-08-22 [colin]      2.10.0cvs147
58
59         * src/ldaputil.c
60                 Fix test (set ldap v3 if bindDN is set or TLS is set)
61
62 2007-08-22 [colin]      2.10.0cvs146
63
64         * src/editldap.c
65         * src/ldaputil.c
66                 Fix wrong "Connected successfully to server". Connection only succeeds if
67                 we can get the base DN.
68
69 2007-08-21 [wwp]        2.10.0cvs145
70
71         * src/browseldap.c
72         * src/editldap.c
73         * src/ldapctrl.c
74         * src/ldapquery.c
75         * src/ldapserver.c
76         * src/ldapupdate.c
77         * src/ldaputil.c
78                 More sanity checks in ldap functions.
79
80 2007-08-21 [wwp]        2.10.0cvs144
81
82         * src/prefs_account.c
83                 Don't return a value in a void function().
84
85 2007-08-21 [paul]       2.10.0cvs143
86
87         * src/messageview.c
88                 add check for ftp: to messageview_list_urls()
89
90 2007-08-21 [colin]      2.10.0cvs142
91
92         * src/editldap.c
93         * src/ldapctrl.c
94         * src/ldapctrl.h
95         * src/ldapquery.c
96         * src/ldapupdate.c
97                 Fix bug 1293, 'LDAP address book not working'
98                 Search only on specified fields, but fetch 
99                 every field possible. People will have to 
100                 reset the searched Attributes in their LDAP
101                 servers properties.
102
103 2007-08-21 [wwp]        2.10.0cvs141
104
105         * src/addr_compl.c
106         * src/addrbook.c
107         * src/addrcache.c
108         * src/addrcindex.c
109         * src/addressbook.c
110         * src/addrindex.c
111         * src/browseldap.c
112         * src/crash.c
113         * src/editaddress_other_attributes_ldap.c
114         * src/exporthtml.c
115         * src/folder.c
116         * src/folderview.c
117         * src/imap.c
118         * src/jpilot.c
119         * src/ldapserver.c
120         * src/ldapupdate.c
121         * src/ldif.c
122         * src/main.c
123         * src/mainwindow.c
124         * src/matcher.c
125         * src/mh.c
126         * src/msgcache.c
127         * src/mutt.c
128         * src/pine.c
129         * src/pop.c
130         * src/prefs_customheader.c
131         * src/prefs_msg_colors.c
132         * src/procmime.c
133         * src/textview.c
134         * src/vcard.c
135         * src/wizard.c
136         * src/common/log.c
137         * src/common/socket.c
138         * src/common/ssl_certificate.c
139         * src/common/utils.c
140         * src/common/utils.h
141         * src/gtk/description_window.c
142         * src/plugins/demo/demo.c
143         * src/plugins/pgpcore/prefs_gpg.c
144         * src/plugins/spamassassin/libspamc.c
145                 Make sure we use glib functions to send text messages (information,
146                 debug, warning, errors) to stdout/stderr - no more direct puts
147                 fputs printf fprintf to stdout/stderr when it can be done using
148                 g_log*() and g_print/g_printerr. Doing this, we make sure every
149                 stdout/stderr message is saved to log in Windows.
150
151
152 2007-08-21 [wwp]        2.10.0cvs140
153
154         * src/main.c
155         * src/common/utils.h
156                 Route glib's stdout/stderr messages to a log file (Windows only),
157                 instead of loosing them.
158
159 2007-08-21 [paul]       2.10.0cvs139
160
161         * src/mainwindow.c
162                 replace deprecated g_strncasecmp()
163         * src/messageview.c
164                 fix 'List URLS'
165
166 2007-08-20 [ticho]      2.10.0cvs138
167
168         * src/account.c
169         * src/prefs_account.h
170                 Copy all account preferences in account_clone() - some
171                 were missing.
172         * src/prefs_account.c
173                 Handle empty privacy system combobox gracefully (warning
174                 instead of a crash).
175
176 2007-08-20 [colin]      2.10.0cvs137
177
178         * src/ldapctrl.c
179                 Fix a leak
180
181 2007-08-20 [paul]       2.10.0cvs136
182
183         * src/browseldap.c
184         * src/editldap.c
185         * src/ldapctrl.c
186         * src/ldapquery.c
187         * src/ldapquery.h
188         * src/ldapserver.c
189         * src/ldaputil.c
190                 add debug_prints
191                 patch by Michael Rasmussen
192
193 2007-08-19 [colin]      2.10.0cvs135
194
195         * src/imap.c
196                 Fix previous commit. Sensitivity update is needed
197                 for "Cancel receiving". However when batching we
198                 don't need to do it for every message flag change,
199                 just once at the start and once at the end.
200
201 2007-08-19 [colin]      2.10.0cvs134
202
203         * src/imap.c
204                 Remove useless menu updates on session lock/unlock
205
206 2007-08-19 [colin]      2.10.0cvs133
207
208         * src/etpan/imap-thread.c
209                 Make all fetch logs less verbose
210
211 2007-08-19 [paul]       2.10.0cvs132
212
213         * src/foldersel.c
214         * src/folderview.c
215         * src/summaryview.c
216                 fix bug 1286, 'Can't move a folder into a "Folders
217                 Only" folder'
218
219 2007-08-18 [ticho]      2.10.0cvs131
220
221         * src/editaddress_other_attributes_ldap.c
222                 Converted option menu for other ldap attributes to GtkComboBox.
223
224 2007-08-18 [colin]      2.10.0cvs130
225
226         * src/compose.c
227         * src/prefs_common.c
228         * src/prefs_common.h
229         * src/prefs_send.c
230         * src/send_message.c
231                 Revert 'send_dialog_mode' meaning to 
232                 'send_dialog_invisible', so that the 
233                 new checkbox doesn't change the 
234                 existing behaviour.
235
236 2007-08-18 [paul]       2.10.0cvs129
237
238         * src/summaryview.c
239                 add missing menu update
240
241 2007-08-17 [colin]      2.10.0cvs128
242
243         * src/folder.c
244                 Set batching after getting flags - maybe fixes
245                 bug 1292, 'CM crashes on writing mail'
246
247 2007-08-16 [ticho]      2.10.0cvs127
248
249         * src/prefs_send.c
250                 Convert two GtkOptionMenu widgets to new GtkComboBox.
251         * src/gtk/combobox.h
252         * src/gtk/gtkutils.c
253                 Allow NULL for GtkComboBox menuitem label, rendering such
254                 items as row separators.
255
256 2007-08-16 [paul]       2.10.0cvs126
257
258         * src/plugins/trayicon/trayicon.c
259                 remove wrongly used gettextisation
260
261 2007-08-15 [ticho]      2.10.0cvs125
262
263         * src/importldif.c
264                 Fixed a runtime warning where an attempt to pack an
265                 already packed GtkLabel was made.
266
267 2007-08-15 [ticho]      2.10.0cvs124
268
269         * src/prefs_compose_writing.c
270                 Convert the insert-or-attach-dragged-files GtkOptionMenu
271                 into GtkComboBox.
272
273 2007-08-14 [ticho]      2.10.0cvs123
274
275         * src/messageview.c
276         * src/gtk/gtkutils.c
277                 Changed return receipt account selector to GtkComboBox.
278                 Fixed a runtime warning where GTK tried to parse
279                 "name <email@address" as a Pango markup in an alertpanel label.
280
281 2007-08-14 [ticho]      2.10.0cvs122
282
283         * src/prefs_logging.c
284                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
285
286 2007-08-14 [wwp]        2.10.0cvs121
287
288         * tools/Makefile.am
289         * tools/README
290         * tools/popfile-link.sh
291                 Added a new tool: POPFile helper, to open
292                 selected messages in POPFile control center,
293                 in order to change the messages' status.
294
295 2007-08-14 [ticho]      2.10.0cvs120
296
297         * src/compose.c
298         * src/prefs_common.c
299         * src/prefs_common.h
300         * src/prefs_send.c
301         * src/send_message.c
302                 Change "Show send dialog" optionmenu to a checkbutton.
303         * src/prefs_receive.c
304                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
305
306 2007-08-13 [wwp]        2.10.0cvs119
307
308         * src/addr_compl.c
309         * src/addressbook.c
310         * src/addrindex.c
311         * src/compose.c
312         * src/filtering.c
313         * src/folderview.c
314         * src/inc.c
315         * src/matcher.c
316         * src/mh.c
317         * src/partial_download.c
318         * src/prefs_gtk.c
319         * src/procmsg.c
320         * src/stock_pixmap.c
321         * src/summaryview.c
322         * src/common/utils.c
323         * src/gtk/gtkaspell.c
324         * src/gtk/menu.c
325                 Make sure we never pass NULL pointers for %s substitutions
326                 (prevent from crashing in Windows).
327
328 2007-08-13 [wwp]        2.10.0cvs118
329
330         * src/msgcache.c
331                 Re-enable mmap_reads in Windows with some missing
332                 CloseHandle of mapping objects, thanks to
333                 Marcus Brinkmann.
334
335 2007-08-13 [paul]       2.10.0cvs117
336
337         * src/common/utils.c
338                 fix bug 1287, 'Compile time problem on Solaris
339                 (nexenta gnu/Solaris) utils.c'
340                 Thanks to Piotr Chrzczonowicz
341
342 2007-08-12 [wwp]        2.10.0cvs116
343
344         * src/plugins/pgpcore/prefs_gpg.c
345                 Don't try to unset a GPG_AGENT_INFO that was not
346                 set (and don't use a NULL string in Windows, it was
347                 crashing with --debug if GPG_AGENT_INFO was not set).
348
349 2007-08-12 [wwp]        2.10.0cvs115
350
351         * src/privacy.h
352                 Make gcc type-check arguments passed to privacy_set_error().
353
354 2007-08-12 [ticho]      2.10.0cvs114
355
356         * src/prefs_folder_item.c
357                 Make sure that folder default account combobox always has some
358                 account preselected.
359         * src/gtk/combobox.c
360                 Handle empty combobox gracefully (warning instead of crash).
361
362 2007-08-12 [ticho]      2.10.0cvs114
363
364         * src/prefs_folder_item.c
365                 Make sure that folder default account combobox is not empty.
366         * src/gtk/combobox.c
367                 Handle empty combobox gracefully (warning instead of crash).
368
369 2007-08-11 [paul]       2.10.0cvs113
370
371         * src/addrgather.c
372         * src/folderview.c
373                 use 'subfolder' instead of 'sub-folder', matching
374                 everywhere else the term is used
375         * src/imap_gtk.c
376                 fix engrish
377
378 2007-08-10 [wwp]        2.10.0cvs112
379
380         * src/msgcache.c
381                 Disable mmap reads in Windows only (at least temporarily), they
382                 prevent from renaming/removing target cache files.
383
384 2007-08-10 [paul]
385
386         3.0.0-rc2 released
387
388 2007-08-10 [wwp]        2.10.0cvs111
389
390         * src/msgcache.c
391                 fix unpredictable crashes in Windows due to broken
392                 cache/mark/tags files writting (file were opened for
393                 writing in text mode).
394
395         * src/recv.c
396                 use gettimeofday() from w32lib.h on Windows.
397
398 2007-08-10 [colin]      2.10.0cvs110
399
400         * src/imap.c
401         * src/etpan/imap-thread.c
402         * src/etpan/imap-thread.h
403                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
404
405 2007-08-09 [colin]      2.10.0cvs109
406
407         * src/editldap.c
408                 Fix port being reset to 636 on SSL
409         * src/folder.c
410                 Fix folder_item_get_msg_num_by_file
411                 on drafts/queue folders
412
413 2007-08-09 [wwp]        2.10.0cvs108
414
415         * src/folder.c
416                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
417                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
418
419
420 2007-08-09 [colin]      2.10.0cvs107
421
422         * src/folderview.c
423         * src/summaryview.c
424         * src/gtk/prefswindow.c
425                 A few Maemo layout fixes
426
427 2007-08-09 [paul]       2.10.0cvs106
428
429         * src/prefs_account.c
430                 remove the hyphen from plug-ins to
431                 match everywhere else
432
433 2007-08-08 [wwp]        2.10.0cvs105
434
435         * src/prefs_folder_item.c
436                 Fix an extraneous stealth ^L char.
437
438 2007-08-08 [wwp]        2.10.0cvs104
439
440         * src/prefs_folder_item.c
441                 Better fix, group variables declarations (USE_ASPELL).
442
443 2007-08-08 [wwp]        2.10.0cvs103
444
445         * src/prefs_folder_item.c
446                 Fix compilation w/ USE_ASPELL set (broken
447                 by 2.10.0cvs102).
448
449 2007-08-08 [ticho]      2.10.0cvs102
450
451         * src/prefs_folder_item.c
452                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
453
454 2007-08-08 [colin]      2.10.0cvs101
455
456         * src/imap.c
457         * src/etpan/imap-thread.c
458         * src/etpan/imap-thread.h
459                 Close selected mailbox before doing
460                 status on it.
461
462 2007-08-08 [colin]      2.10.0cvs100
463
464         * src/html.c
465                 Complete symbol table, thanks to wwp.
466                 Fixes bug 1284, 'The html -> text 
467                 converter ignores entities'
468         * src/msgcache.c
469                 Fix possible fd leak
470
471 2007-08-08 [colin]      2.10.0cvs99
472
473         * src/imap.c
474                 Better way to fetch UIDs on non-UIDPLUS servers
475
476 2007-08-07 [colin]      2.10.0cvs98
477
478         * src/imap.c
479                 fix bug 1275, 'auto-saved draft messages not 
480                 always being removed'; Also, make multiple
481                 copy (in the same account) faster by matching
482                 source/destination message UIDs.
483         * src/messageview.c
484                 Don't try to reshow deleted mail
485         * src/msgcache.c
486                 Fix leak on error path
487
488 2007-08-07 [wwp]        2.10.0cvs97
489
490         * manual/account.xml
491         * manual/advanced.xml
492         * manual/fr/account.xml
493         * manual/fr/advanced.xml
494                 Updated the reference manual and the French translation to
495                 reflect 2.10.0cvs84: enable running folder Processing
496                 rules on demand.
497
498 2007-08-06 [wwp]        2.10.0cvs96
499
500         * src/prefs_common.c
501         * src/prefs_common.h
502         * src/textview.c
503                 Allow changing the emphasis color used to highlight
504                 the newsreader/x-mailer header value when it matches
505                 our preferred mail agent (hidden pref 'emphasis_col' added
506                 to clawsrc).
507
508 2007-08-06 [colin]      2.10.0cvs95
509
510         * src/compose.c
511         * src/compose.h
512                 Re-commit 2.10.0cvs86, with a protection
513                 against Pango bug. Also, try to fix 
514                 bug 1275, 'auto-saved draft messages not 
515                 always being removed'
516
517 2007-08-06 [wwp]        2.10.0cvs94
518
519         * src/gtk/quicksearch.c
520                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
521
522 2007-08-06 [ticho]      2.10.0cvs93
523
524         * src/prefs_account.c
525         * src/gtk/combobox.c
526                 Use GtkComboBox instead of GtkOptionMenu for privacy system
527                 selection in account preferences.
528
529 2007-08-06 [wwp]        2.10.0cvs92
530
531         * src/plugins/pgpcore/plugin.def
532                 Apply one more chunk from gpg4win's 03-w32-port patch.
533
534 2007-08-05 [colin]      2.10.0cvs91
535
536         * src/compose.c
537         * src/compose.h
538                 reverting buggy patch for now
539
540 2007-08-05 [colin]      2.10.0cvs90
541
542         * src/folder.c
543                 Fix slowdown
544
545 2007-08-04 [colin]      2.10.0cvs89
546
547         * src/prefs_summaries.c
548         * src/summary_search.c
549                 Replace deprecated widgets. Patch by
550                 Andrej.
551
552 2007-08-04 [colin]      2.10.0cvs88
553
554         * src/mh.c
555                 Refresh GUI only every 2000 mails on mh_get_last_num
556                 This is fast (readdir) and done only once per 
557                 session/folder
558
559 2007-08-03 [colin]      2.10.0cvs87
560
561         * src/prefs_account.c
562         * src/gtk/combobox.h
563         * src/gtk/gtkutils.c
564                 Fix a deprecated widget. Patch by
565                 Andrej
566
567 2007-08-03 [colin]      2.10.0cvs86
568
569         * src/compose.c
570         * src/compose.h
571                 Make colorisation and wrapping algorithms
572                 faster. Fixes bug 1246, 'compose becomes 
573                 increasingly slow replying to complex emails'
574
575 2007-08-03 [paul]       2.10.0cvs85
576
577         * src/mh.c
578                 keep the window painted
579
580 2007-08-02 [paul]       2.10.0cvs84
581
582         * src/folderview.c
583         * src/mainwindow.c
584         * src/mainwindow.h
585                 enable running folder Processing
586                 rules on demand
587
588 2007-08-02 [paul]       2.10.0cvs83
589
590         * src/textview.c
591                 speed up/clean up rendering of larger
592                 msgs
593                 Thanks to Colin
594
595 2007-08-01 [paul]       2.10.0cvs82
596
597         * src/mainwindow.h
598                 clean up cruft
599         * src/toolbar.c
600                 change default toolbar layout on maemo
601         * src/pixmaps/close.xpm
602                 make the red cross a grey cross
603         * src/pixmaps/jpilot.xpm
604                 make icon smaller so it fits better
605
606 2007-07-31 [paul]       2.10.0cvs81
607
608         * src/setup.c
609         * src/gtk/gtkutils.c
610                 fix crash on maemo on first launch
611
612 2007-07-30 [paul]       2.10.0cvs80
613
614         * src/prefs_matcher.c
615                 specify the units of age and size
616
617 2007-07-30 [paul]       2.10.0cvs79
618
619         * src/main.c
620                 Fix IMAP timeout setting
621
622 2007-07-30 [colin]      2.10.0cvs78
623
624         * src/prefs_account.c
625                 Fix a deprecated widget. Patch by
626                 Andrej
627
628 2007-07-27 [paul]       2.10.0cvs77
629
630         * src/matcher_parser_parse.y
631         * src/prefs_filtering_action.c
632         * src/prefs_matcher.c
633                 these changes forgotten in cvs74's
634                 'watch thread' feature
635
636 2007-07-27 [paul]       2.10.0cvs76
637
638         * src/compose.c
639                 fix potential crasher
640                 thanks to Colin
641
642 2007-07-27 [paul]       2.10.0cvs75
643
644         * src/mainwindow.c
645         * src/manual.c
646         * src/manual.h
647         * src/gtk/gtkutils.c
648                 make mainwindow's /Help/Manual point to the
649                 remote copy if the local copy doesn't exist
650
651 2007-07-27 [paul]       2.10.0cvs74
652
653         * src/Makefile.am
654         * src/filtering.c
655         * src/folder.c
656         * src/mainwindow.c
657         * src/matcher.c
658         * src/matcher.h
659         * src/matcher_parser_parse.y
660         * src/procmsg.c
661         * src/procmsg.h
662         * src/stock_pixmap.c
663         * src/stock_pixmap.h
664         * src/summaryview.c
665         * src/summaryview.h
666         * src/toolbar.c
667         * src/toolbar.h
668         * src/pixmaps/watchthread.xpm
669                 add 'watch thread' feature
670
671 2007-07-27 [paul]       2.10.0cvs73
672
673         * src/prefs_folder_item.c
674                 adjust labels, add tooltips
675
676 2007-07-27 [colin]      2.10.0cvs72
677
678         * src/summaryview.c
679                 Maemo: Remove less used menu items
680
681 2007-07-26 [colin]      2.10.0cvs71
682
683         * src/messageview.c
684                 Maemo: destroy messageview after trashing mail.
685                 Maybe should be done on X11 too
686
687 2007-07-26 [colin]      2.10.0cvs70
688
689         * src/folderview.c
690         * src/mainwindow.c
691         * src/prefs_common.c
692         * src/prefs_common.h
693         * src/summaryview.c
694                 Add View/Show or Hide/Column headers
695
696 2007-07-26 [colin]      2.10.0cvs69
697
698         * src/procmime.c
699                 Fix unwanted output
700
701 2007-07-26 [colin]      2.10.0cvs68
702
703         * src/ldapserver.c
704                 Fix possible crash on cache invalidation
705         * src/compose.c
706         * src/procmime.c
707         * src/procmime.h
708         * src/quote_fmt_parse.y
709                 Make replying to mails with big attachments
710                 much faster. Fixes bug 1224, 'The process of 
711                 Replying to emails with large attachments 
712                 seems unreasonably long...'
713
714 2007-07-26 [colin]      2.10.0cvs67
715
716         * src/mimeview.c
717         * src/matcher.c
718         * src/common/ssl.c
719                 Fix threads use on BSDs
720
721 2007-07-26 [paul]       2.10.0cvs66
722
723         * src/gtk/prefswindow.c
724                 fix account prefs breakage
725                 thanks to Colin
726
727 2007-07-26 [paul]       2.10.0cvs65
728
729         * configure.ac
730                 standardise ./configure --help messages
731
732 2007-07-26 [colin]      2.10.0cvs64
733
734         * src/addressbook.c
735         * src/editaddress.c
736                 Fix two vCard-related crashes
737
738 2007-07-25 [colin]      2.10.0cvs63
739
740         * src/inc.c
741         * src/prefs_common.c
742         * src/prefs_common.h
743         * src/prefs_receive.c
744                 Maemo: Add a better way to notify of
745                 new mails
746         * src/mainwindow.c
747         * src/statusbar.h
748         * src/summaryview.c
749         * src/toolbar.c
750                 Maemo: Various layout fixes
751         * src/gtk/prefswindow.c
752                 Maemo: Better prefs layout
753
754 2007-07-25 [paul]       2.10.0cvs62
755
756         * src/textview.c
757                 fix the layout on maemo
758                 thanks to Colin
759
760 2007-07-25 [iwkse]      2.10.0cvs61
761
762         * src/summaryview.c
763                 add 'o' shortcut on summaryview
764
765 2007-07-25 [iwkse]      2.10.0cvs60
766
767         * src/textview.c
768                 fix o shortcut
769
770 2007-07-24 [colin]      2.10.0cvs59
771
772         * src/mh.c
773                 Fix missing timestamp update on source
774                 folder when moving
775         * src/textview.c
776         * src/textview.h
777                 Better text layout on part's choices
778
779 2007-07-23 [colin]      2.10.0cvs58
780
781         * src/mimeview.c
782         * src/textview.c
783                 Maemo: Automatically choose the correct application
784                 to open parts
785         * src/gtk/quicksearch.c
786                 Make search run on GDK_KP_Enter too
787
788 2007-07-23 [wwp]        2.10.0cvs57
789
790         * src/quote_fmt_lex.l
791                 Revert accidentaly committed lines (account_sig) in
792                 2.10.0cvs56.
793
794 2007-07-23 [wwp]        2.10.0cvs56
795
796         * src/quote_fmt_lex.l
797                 Fix typos around long form expressions in the quote lexer.
798
799 2007-07-23 [paul]
800
801         3.0.0-rc1 released
802
803 2007-07-23 [colin]      2.10.0cvs55
804
805         * src/addr_compl.c
806                 Fix auto-completion on Maemo
807
808 2007-07-23 [colin]      2.10.0cvs54
809
810         * src/statusbar.c
811                 Maemo: Fix sticking statusbars
812
813 2007-07-22 [colin]      2.10.0cvs53
814
815         * src/main.c
816                 Maemo: Fix the strange "top_application" info
817                 at startup. We should do something when 
818                 receiving such a message.
819
820 2007-07-20 [paul]       2.10.0cvs52
821
822         * src/news_gtk.c
823                 add missing #include "statusbar.h"
824
825 2007-07-20 [colin]      2.10.0cvs51
826
827         * src/folder.c
828         * src/folder.h
829         * src/folder_item_prefs.c
830         * src/folder_item_prefs.h
831         * src/folderview.c
832         * src/imap.c
833         * src/imap_gtk.c
834         * src/imap_gtk.h
835         * src/news.c
836         * src/news_gtk.c
837         * src/news_gtk.h
838         * src/prefs_folder_item.c
839                 Implement age-based caching: allow to
840                 specify a threshold for the offline synchronisation
841                 feature, and whether old cached bodies should 
842                 be removed
843         * src/toolbar.c
844         * src/toolbar.h
845                 Fix label/tooltips
846         * src/plugins/dillo_viewer/dillo_viewer.c
847                 Check that Dillo's installed
848
849 2007-07-20 [wwp]        2.10.0cvs50
850
851         * src/mimeview.c
852         * src/stock_pixmap.c
853                 Draw a frame around the selected mimeview part icon (instead of the
854                 shifted 'dancing' icon).
855
856 2007-07-20 [colin]      2.10.0cvs49
857
858         * src/main.c
859                 Unref stuff even on error
860         * src/wizard.c
861                 disconnect signals only at the very
862                 end of the wizard save.
863
864 2007-07-20 [colin]      2.10.0cvs48
865
866         * src/mainwindow.c
867         * src/messageview.c
868         * src/toolbar.c
869         * src/toolbar.h
870                 Fix random crashes while navigating
871                 (GTK_EVENTS_FLUSH)
872
873 2007-07-19 [colin]      2.10.0cvs47
874
875         * configure.ac
876         * src/main.c
877         * src/prefs_common.c
878         * src/prefs_common.h
879         * src/wizard.c
880         * src/common/defs.h
881         * src/common/utils.c
882                 Maemo: add an easy way to store data (mails
883                 and IMAP/NNTP caches) on one of the SD cards,
884                 and protect against unmounts if needed
885
886 2007-07-19 [paul]       2.10.0cvs46
887
888         * src/Makefile.am
889         * src/stock_pixmap.c
890         * src/gtk/about.c
891         * src/pixmaps/claws-mail_logo-small.xpm
892                 implement a (slightly) different About
893                 dialog for maemo and add a small version
894                 of the logo for it
895         * src/wizard.c
896                 use a scrolled window for wizard page 1
897                 on maemo
898
899 2007-07-19 [paul]       2.10.0cvs45
900
901         * src/Makefile.am
902                 too soon for this line
903
904 2007-07-19 [paul]       2.10.0cvs44
905
906         * src/Makefile.am
907                 fix build on n800
908
909 2007-07-19 [colin]      2.10.0cvs43
910
911         * src/wizard.c
912                 Solve Mail/Mailbox name when specifying
913                 full /path/to/Mail.
914
915 2007-07-18 [colin]      2.10.0cvs42
916
917         * src/inc.c
918         * configure.ac
919                 Fix build on n770
920
921 2007-07-18 [colin]      2.10.0cvs41
922
923         * src/inc.c
924                 Maemo: plug the online/offline system into
925                 maemo's interfaces to have Claws automatically
926                 switch according to the system status
927         * src/statusbar.c
928                 Maemo: use HildonBanners to display status
929                 messages. Renders the main statusbar useless.
930
931 2007-07-18 [paul]       2.10.0cvs40
932
933         * src/filtering.c
934                 fix screen blanking on moving/copying many msgs
935         * src/folder.c
936                 fix processing progressbar and screen blanking
937                 during processing
938
939 2007-07-18 [paul]       2.10.0cvs39
940
941         * src/messageview.c
942                 revert cvs37, breakage on maemo
943
944 2007-07-18 [paul]       2.10.0cvs38
945
946         * src/gtk/gtkutils.c
947                 make sure we can still build with older GTK's
948
949 2007-07-18 [colin]      2.10.0cvs37
950
951         * src/messageview.c
952                 Only hide the small layout's messageview, instead
953                 of destroying it when closing
954         * src/gtk/gtkutils.c
955                 Use gtk_window_present_with_time to popup windows,
956                 it seems to make things better with modern WMs
957                 (actually focusing)
958
959 2007-07-17 [colin]      2.10.0cvs36
960
961         * src/editaddress.c
962                 Simplify layout on Maemo
963         * src/folder.c
964                 Fix possible crash
965         * src/prefs_display_header.c
966                 Remove some headers by default on Maemo
967
968 2007-07-17 [paul]       2.10.0cvs35
969
970         * src/prefs_common.c
971         * src/prefs_common.h
972         * src/prefs_logging.c
973         * src/common/log.c
974                 add options to stop/enable writing logs to disc
975
976 2007-07-17 [paul]       2.10.0cvs34
977
978         * src/edittags.c
979                 fix some issues with the Apply tags window:
980                 - set search column (enables autocompl in the treeview)
981                 - apply tag from "New tag" if it existed
982                 - clears New tag entry when adding it with the button
983                 Thanks to Colin
984
985 2007-07-17 [paul]       2.10.0cvs33
986
987         * src/edittags.c
988                 fix 'apply tags' dialogue weirdness
989
990 2007-07-16 [colin]      2.10.0cvs32
991
992         * src/toolbar.c
993                 Fix double-loading of mails on Maemo
994
995 2007-07-16 [colin]      2.10.0cvs31
996
997         * src/messageview.c
998                 Prevent double-loading of the same part under some
999                 conditions; hide statusbar on Maemo
1000
1001 2007-07-16 [colin]      2.10.0cvs30
1002
1003         * src/edittags.c
1004         * src/edittags.h
1005         * src/mainwindow.c
1006         * src/summaryview.c
1007                 Improve the tag interface - allow
1008                 to set/unset tags from a special
1009                 window.
1010         * src/gtk/gtkvscrollbutton.c
1011         * src/mimeview.c
1012         * src/mimeview.h
1013         * src/stock_pixmap.c
1014                 Fix Mimeview's ugly hacks in the
1015                 icon list. 
1016
1017 2007-07-16 [paul]       2.10.0cvs29
1018
1019         * src/wizard.c
1020                 rework dialog
1021         * src/gtk/icon_legend.c
1022                 put it all in a scrolled window
1023
1024 2007-07-15 [colin]      2.10.0cvs28
1025
1026         * src/mainwindow.c
1027                 Maemo: force layout to be Small screen; the
1028                 others don't make sense
1029
1030 2007-07-14 [colin]      2.10.0cvs27
1031
1032         * src/mimeview.c
1033         * src/gtk/gtkvscrollbutton.c
1034                 Maemo: Fix mimeview's buttons size
1035
1036 2007-07-14 [colin]      2.10.0cvs26
1037
1038         * src/toolbar.c
1039                 Fix the button workaround fix.
1040                 (Use the correct variable)
1041
1042 2007-07-14 [colin]      2.10.0cvs25
1043
1044         * src/mainwindow.c
1045         * src/toolbar.c
1046                 Maemo: put the progress bar in the
1047                 toolbar
1048
1049 2007-07-14 [colin]      2.10.0cvs24
1050
1051         * src/prefs_common.c
1052                 Maemo: hide statusbar by default
1053         * src/Makefile.am
1054         * src/stock_pixmap.c
1055         * src/stock_pixmap.h
1056         * src/toolbar.c
1057         * src/pixmaps/go_folders.xpm
1058                 Maemo: Add a specific icon to go back to
1059                 folder list
1060
1061 2007-07-14 [colin]      2.10.0cvs23
1062
1063         * src/toolbar.c
1064                 Don't set homogeneous finally
1065
1066 2007-07-14 [colin]      2.10.0cvs22
1067
1068         * src/toolbar.c
1069                 Fix button show/hide issues
1070
1071 2007-07-14 [colin]      2.10.0cvs21
1072
1073         * src/toolbar.c
1074                 Fix huge arrows
1075                 Fix button workaround to be able to click
1076                 if mouse was on button when it went un-
1077                 sensitive.
1078                 Revert previous commit, gtk_tool_item_set_homogeneous
1079                 doesn't mean what it seems to mean ;-)
1080
1081 2007-07-14 [paul]       2.10.0cvs20
1082
1083         * src/toolbar.c
1084                 make homogeneous FALSE always
1085
1086 2007-07-13 [colin]      2.10.0cvs19
1087
1088         * src/toolbar.c
1089         * src/toolbar.h
1090                 Rework to fit the non-deprecated API
1091         * src/compose.c
1092         * src/folderview.c
1093         * src/mainwindow.c
1094         * src/messageview.c
1095         * src/summaryview.c
1096                 Maemo layout changes. Better toolbars,
1097                 removal of CTree headers. 
1098
1099 2007-07-13 [paul]       2.10.0cvs18
1100
1101         * src/gtk/colorlabel.c
1102                 fix bug 1261, '[DE] coloring messages in overview 
1103                 keys are not localised'
1104                 the string is now included in claws-mail.pot
1105
1106 2007-07-13 [colin]      2.10.0cvs17
1107
1108         * src/summaryview.c
1109                 Fix bug 1267, 'printing mutliple messages 
1110                 opens one message-dialog after the other'
1111                 Ask for confirmation when printing 10
1112                 messages or more.
1113
1114 2007-07-11 [colin]      2.10.0cvs16
1115
1116         * COPYING
1117         * README
1118         * autogen.sh
1119         * manual/claws-mail-manual.xml
1120         * manual/gpl.xml
1121         * manual/es/claws-mail-manual.xml
1122         * manual/es/gpl.xml
1123         * manual/fr/claws-mail-manual.xml
1124         * manual/fr/gpl.xml
1125         * manual/pl/gpl.xml
1126         * src/account.c
1127         * src/account.h
1128         * src/action.c
1129         * src/action.h
1130         * src/adbookbase.h
1131         * src/addr_compl.c
1132         * src/addr_compl.h
1133         * src/addrbook.c
1134         * src/addrbook.h
1135         * src/addrcache.c
1136         * src/addrcache.h
1137         * src/addrcindex.c
1138         * src/addrcindex.h
1139         * src/addrclip.c
1140         * src/addrclip.h
1141         * src/addrdefs.h
1142         * src/addressadd.c
1143         * src/addressadd.h
1144         * src/addressbook.c
1145         * src/addressbook.h
1146         * src/addressbook_foldersel.c
1147         * src/addressbook_foldersel.h
1148         * src/addressitem.h
1149         * src/addrgather.c
1150         * src/addrgather.h
1151         * src/addrharvest.c
1152         * src/addrharvest.h
1153         * src/addrindex.c
1154         * src/addrindex.h
1155         * src/addritem.c
1156         * src/addritem.h
1157         * src/addrquery.c
1158         * src/addrquery.h
1159         * src/addrselect.c
1160         * src/addrselect.h
1161         * src/alertpanel.c
1162         * src/alertpanel.h
1163         * src/browseldap.c
1164         * src/browseldap.h
1165         * src/codeconv.c
1166         * src/codeconv.h
1167         * src/compose.c
1168         * src/compose.h
1169         * src/crash.c
1170         * src/crash.h
1171         * src/customheader.c
1172         * src/customheader.h
1173         * src/displayheader.c
1174         * src/displayheader.h
1175         * src/editaddress.c
1176         * src/editaddress.h
1177         * src/editaddress_other_attributes_ldap.c
1178         * src/editaddress_other_attributes_ldap.h
1179         * src/editbook.c
1180         * src/editbook.h
1181         * src/editgroup.c
1182         * src/editgroup.h
1183         * src/editjpilot.c
1184         * src/editjpilot.h
1185         * src/editldap.c
1186         * src/editldap.h
1187         * src/editldap_basedn.c
1188         * src/editldap_basedn.h
1189         * src/edittags.c
1190         * src/edittags.h
1191         * src/editvcard.c
1192         * src/editvcard.h
1193         * src/enriched.c
1194         * src/enriched.h
1195         * src/exphtmldlg.c
1196         * src/exphtmldlg.h
1197         * src/expldifdlg.c
1198         * src/expldifdlg.h
1199         * src/export.c
1200         * src/export.h
1201         * src/exporthtml.c
1202         * src/exporthtml.h
1203         * src/exportldif.c
1204         * src/exportldif.h
1205         * src/filtering.c
1206         * src/filtering.h
1207         * src/folder.c
1208         * src/folder.h
1209         * src/folder_item_prefs.c
1210         * src/folder_item_prefs.h
1211         * src/foldersel.c
1212         * src/foldersel.h
1213         * src/folderutils.c
1214         * src/folderutils.h
1215         * src/folderview.c
1216         * src/folderview.h
1217         * src/gedit-print.c
1218         * src/gedit-print.h
1219         * src/grouplistdialog.c
1220         * src/grouplistdialog.h
1221         * src/headerview.c
1222         * src/headerview.h
1223         * src/html.c
1224         * src/html.h
1225         * src/image_viewer.c
1226         * src/image_viewer.h
1227         * src/imap.c
1228         * src/imap.h
1229         * src/imap_gtk.c
1230         * src/imap_gtk.h
1231         * src/import.c
1232         * src/import.h
1233         * src/importldif.c
1234         * src/importldif.h
1235         * src/importmutt.c
1236         * src/importmutt.h
1237         * src/importpine.c
1238         * src/importpine.h
1239         * src/inc.c
1240         * src/inc.h
1241         * src/jpilot.c
1242         * src/jpilot.h
1243         * src/ldapctrl.c
1244         * src/ldapctrl.h
1245         * src/ldaplocate.c
1246         * src/ldaplocate.h
1247         * src/ldapquery.c
1248         * src/ldapquery.h
1249         * src/ldapserver.c
1250         * src/ldapserver.h
1251         * src/ldapupdate.c
1252         * src/ldapupdate.h
1253         * src/ldaputil.c
1254         * src/ldaputil.h
1255         * src/ldif.c
1256         * src/ldif.h
1257         * src/localfolder.c
1258         * src/localfolder.h
1259         * src/main.c
1260         * src/main.h
1261         * src/mainwindow.c
1262         * src/mainwindow.h
1263         * src/manual.c
1264         * src/manual.h
1265         * src/matcher.c
1266         * src/matcher.h
1267         * src/matcher_parser.h
1268         * src/matcher_parser_lex.l
1269         * src/matcher_parser_parse.y
1270         * src/mbox.c
1271         * src/mbox.h
1272         * src/message_search.c
1273         * src/message_search.h
1274         * src/messageview.c
1275         * src/messageview.h
1276         * src/mh.c
1277         * src/mh.h
1278         * src/mh_gtk.c
1279         * src/mh_gtk.h
1280         * src/mimeview.c
1281         * src/mimeview.h
1282         * src/msgcache.c
1283         * src/msgcache.h
1284         * src/mutt.c
1285         * src/mutt.h
1286         * src/news.c
1287         * src/news.h
1288         * src/news_gtk.c
1289         * src/news_gtk.h
1290         * src/noticeview.c
1291         * src/noticeview.h
1292         * src/partial_download.c
1293         * src/partial_download.h
1294         * src/pine.c
1295         * src/pine.h
1296         * src/pop.c
1297         * src/pop.h
1298         * src/prefs_account.c
1299         * src/prefs_account.h
1300         * src/prefs_actions.c
1301         * src/prefs_actions.h
1302         * src/prefs_common.c
1303         * src/prefs_common.h
1304         * src/prefs_compose_writing.c
1305         * src/prefs_compose_writing.h
1306         * src/prefs_customheader.c
1307         * src/prefs_customheader.h
1308         * src/prefs_display_header.c
1309         * src/prefs_display_header.h
1310         * src/prefs_ext_prog.c
1311         * src/prefs_ext_prog.h
1312         * src/prefs_filtering.c
1313         * src/prefs_filtering.h
1314         * src/prefs_filtering_action.c
1315         * src/prefs_filtering_action.h
1316         * src/prefs_folder_column.c
1317         * src/prefs_folder_column.h
1318         * src/prefs_folder_item.c
1319         * src/prefs_folder_item.h
1320         * src/prefs_fonts.c
1321         * src/prefs_fonts.h
1322         * src/prefs_gtk.c
1323         * src/prefs_gtk.h
1324         * src/prefs_image_viewer.c
1325         * src/prefs_image_viewer.h
1326         * src/prefs_logging.c
1327         * src/prefs_logging.h
1328         * src/prefs_matcher.c
1329         * src/prefs_matcher.h
1330         * src/prefs_message.c
1331         * src/prefs_message.h
1332         * src/prefs_msg_colors.c
1333         * src/prefs_msg_colors.h
1334         * src/prefs_other.c
1335         * src/prefs_other.h
1336         * src/prefs_quote.c
1337         * src/prefs_quote.h
1338         * src/prefs_receive.c
1339         * src/prefs_receive.h
1340         * src/prefs_send.c
1341         * src/prefs_send.h
1342         * src/prefs_spelling.c
1343         * src/prefs_spelling.h
1344         * src/prefs_summaries.c
1345         * src/prefs_summaries.h
1346         * src/prefs_summary_column.c
1347         * src/prefs_summary_column.h
1348         * src/prefs_summary_open.c
1349         * src/prefs_summary_open.h
1350         * src/prefs_template.c
1351         * src/prefs_template.h
1352         * src/prefs_themes.c
1353         * src/prefs_themes.h
1354         * src/prefs_toolbar.c
1355         * src/prefs_toolbar.h
1356         * src/prefs_wrapping.c
1357         * src/prefs_wrapping.h
1358         * src/privacy.c
1359         * src/privacy.h
1360         * src/procheader.c
1361         * src/procheader.h
1362         * src/procmime.c
1363         * src/procmime.h
1364         * src/procmsg.c
1365         * src/procmsg.h
1366         * src/quote_fmt.c
1367         * src/quote_fmt_lex.l
1368         * src/quote_fmt_parse.y
1369         * src/recv.c
1370         * src/recv.h
1371         * src/remotefolder.c
1372         * src/remotefolder.h
1373         * src/send_message.c
1374         * src/send_message.h
1375         * src/setup.c
1376         * src/setup.h
1377         * src/simple-gettext.c
1378         * src/sourcewindow.c
1379         * src/sourcewindow.h
1380         * src/ssl_manager.c
1381         * src/ssl_manager.h
1382         * src/statusbar.c
1383         * src/statusbar.h
1384         * src/stock_pixmap.c
1385         * src/stock_pixmap.h
1386         * src/summary_search.c
1387         * src/summary_search.h
1388         * src/summaryview.c
1389         * src/summaryview.h
1390         * src/textview.c
1391         * src/textview.h
1392         * src/toolbar.c
1393         * src/toolbar.h
1394         * src/undo.c
1395         * src/undo.h
1396         * src/unmime.c
1397         * src/unmime.h
1398         * src/uri_opener.c
1399         * src/uri_opener.h
1400         * src/vcard.c
1401         * src/vcard.h
1402         * src/wizard.c
1403         * src/wizard.h
1404         * src/common/base64.c
1405         * src/common/base64.h
1406         * src/common/claws.c
1407         * src/common/claws.h
1408         * src/common/defs.h
1409         * src/common/fnmatch.c
1410         * src/common/fnmatch.h
1411         * src/common/fnmatch_loop.c
1412         * src/common/hooks.c
1413         * src/common/hooks.h
1414         * src/common/log.c
1415         * src/common/log.h
1416         * src/common/md5.c
1417         * src/common/md5.h
1418         * src/common/mgutils.c
1419         * src/common/mgutils.h
1420         * src/common/nntp.c
1421         * src/common/nntp.h
1422         * src/common/passcrypt.c
1423         * src/common/passcrypt.h.in
1424         * src/common/plugin.c
1425         * src/common/plugin.h
1426         * src/common/prefs.c
1427         * src/common/prefs.h
1428         * src/common/progressindicator.c
1429         * src/common/progressindicator.h
1430         * src/common/quoted-printable.c
1431         * src/common/quoted-printable.h
1432         * src/common/session.c
1433         * src/common/session.h
1434         * src/common/smtp.c
1435         * src/common/smtp.h
1436         * src/common/socket.c
1437         * src/common/socket.h
1438         * src/common/ssl.c
1439         * src/common/ssl.h
1440         * src/common/ssl_certificate.c
1441         * src/common/ssl_certificate.h
1442         * src/common/string_match.c
1443         * src/common/string_match.h
1444         * src/common/stringtable.c
1445         * src/common/stringtable.h
1446         * src/common/tags.c
1447         * src/common/tags.h
1448         * src/common/template.c
1449         * src/common/template.h
1450         * src/common/timing.h
1451         * src/common/utils.c
1452         * src/common/utils.h
1453         * src/common/uuencode.c
1454         * src/common/uuencode.h
1455         * src/common/version.h.in
1456         * src/common/w32_dirent.c
1457         * src/common/w32_reg.c
1458         * src/common/w32_signal.c
1459         * src/common/w32_stat.c
1460         * src/common/w32_stdlib.c
1461         * src/common/w32_string.c
1462         * src/common/w32_time.c
1463         * src/common/w32_unistd.c
1464         * src/common/w32_wait.c
1465         * src/common/w32lib.h
1466         * src/common/xml.c
1467         * src/common/xml.h
1468         * src/common/xmlprops.c
1469         * src/common/xmlprops.h
1470         * src/etpan/etpan-errors.h
1471         * src/etpan/etpan-thread-manager-types.h
1472         * src/etpan/etpan-thread-manager.c
1473         * src/etpan/etpan-thread-manager.h
1474         * src/etpan/imap-thread.c
1475         * src/etpan/imap-thread.h
1476         * src/gtk/about.c
1477         * src/gtk/about.h
1478         * src/gtk/colorlabel.c
1479         * src/gtk/colorlabel.h
1480         * src/gtk/colorsel.c
1481         * src/gtk/colorsel.h
1482         * src/gtk/combobox.c
1483         * src/gtk/combobox.h
1484         * src/gtk/description_window.c
1485         * src/gtk/description_window.h
1486         * src/gtk/filesel.c
1487         * src/gtk/filesel.h
1488         * src/gtk/foldersort.c
1489         * src/gtk/foldersort.h
1490         * src/gtk/gtkaspell.c
1491         * src/gtk/gtkaspell.h
1492         * src/gtk/gtksctree.c
1493         * src/gtk/gtkshruler.c
1494         * src/gtk/gtkshruler.h
1495         * src/gtk/gtksourceprintjob.c
1496         * src/gtk/gtksourceprintjob.h
1497         * src/gtk/gtkutils.c
1498         * src/gtk/gtkutils.h
1499         * src/gtk/gtkvscrollbutton.c
1500         * src/gtk/gtkvscrollbutton.h
1501         * src/gtk/icon_legend.c
1502         * src/gtk/icon_legend.h
1503         * src/gtk/inputdialog.c
1504         * src/gtk/inputdialog.h
1505         * src/gtk/logwindow.c
1506         * src/gtk/logwindow.h
1507         * src/gtk/manage_window.c
1508         * src/gtk/manage_window.h
1509         * src/gtk/menu.c
1510         * src/gtk/menu.h
1511         * src/gtk/pluginwindow.c
1512         * src/gtk/pluginwindow.h
1513         * src/gtk/prefswindow.c
1514         * src/gtk/prefswindow.h
1515         * src/gtk/progressdialog.c
1516         * src/gtk/progressdialog.h
1517         * src/gtk/quicksearch.c
1518         * src/gtk/quicksearch.h
1519         * src/gtk/sslcertwindow.c
1520         * src/gtk/sslcertwindow.h
1521         * src/plugins/bogofilter/bogofilter.c
1522         * src/plugins/bogofilter/bogofilter.h
1523         * src/plugins/bogofilter/bogofilter_gtk.c
1524         * src/plugins/clamav/clamav_plugin.c
1525         * src/plugins/clamav/clamav_plugin.h
1526         * src/plugins/clamav/clamav_plugin_gtk.c
1527         * src/plugins/demo/demo.c
1528         * src/plugins/dillo_viewer/dillo_prefs.c
1529         * src/plugins/dillo_viewer/dillo_prefs.h
1530         * src/plugins/dillo_viewer/dillo_viewer.c
1531         * src/plugins/pgpcore/passphrase.c
1532         * src/plugins/pgpcore/passphrase.h
1533         * src/plugins/pgpcore/pgp_viewer.c
1534         * src/plugins/pgpcore/pgp_viewer.h
1535         * src/plugins/pgpcore/plugin.c
1536         * src/plugins/pgpcore/prefs_gpg.c
1537         * src/plugins/pgpcore/prefs_gpg.h
1538         * src/plugins/pgpcore/select-keys.c
1539         * src/plugins/pgpcore/select-keys.h
1540         * src/plugins/pgpcore/sgpgme.c
1541         * src/plugins/pgpcore/sgpgme.h
1542         * src/plugins/pgpinline/pgpinline.c
1543         * src/plugins/pgpinline/pgpinline.h
1544         * src/plugins/pgpinline/plugin.c
1545         * src/plugins/pgpmime/pgpmime.c
1546         * src/plugins/pgpmime/pgpmime.h
1547         * src/plugins/pgpmime/plugin.c
1548         * src/plugins/spamassassin/spamassassin.c
1549         * src/plugins/spamassassin/spamassassin.h
1550         * src/plugins/spamassassin/spamassassin_gtk.c
1551         * src/plugins/trayicon/trayicon.c
1552         * src/plugins/trayicon/trayicon_prefs.c
1553         * src/plugins/trayicon/trayicon_prefs.h
1554         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1555         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1556         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1557         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1558         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1559         * tools/OOo2claws-mail.pl
1560         * tools/README.sylprint
1561         * tools/acroread2claws-mail.pl
1562         * tools/claws-mail-compose-insert-files.pl
1563         * tools/convert_mbox.pl
1564         * tools/filter_conv.pl
1565         * tools/filter_conv_new.pl
1566         * tools/fix_date.sh
1567         * tools/freshmeat_search.pl
1568         * tools/google_search.pl
1569         * tools/kmail-mailbox2claws-mail.pl
1570         * tools/kmail2claws-mail.pl
1571         * tools/kmail2claws-mail_v2.pl
1572         * tools/mairix.sh
1573         * tools/make.themes.project
1574         * tools/multiwebsearch.pl
1575         * tools/nautilus2claws-mail.sh
1576         * tools/outlook2claws-mail.pl
1577         * tools/textviewer.sh
1578         * tools/thunderbird-filters-convertor.pl
1579         * tools/update-po
1580         * tools/uuooffice
1581         * tools/vcard2xml.py
1582         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1583                 Upgrade to GPLv3 or later.
1584
1585 2007-07-10 [wwp]        2.10.0cvs15
1586
1587         * src/main.c
1588                 Fix re-opening of all composing messages that were
1589                 opened when closing the previous instance, thanks
1590                 to Colin.
1591
1592 2007-07-10 [paul]       2.10.0cvs14
1593
1594         * src/editaddress_other_attributes_ldap.c
1595         * src/ldapupdate.c
1596                 fix crash on selecting 'other attributes' combo
1597                 for either a new entry or an old entry with no
1598                 existing attributes.
1599                 fix bug on editing multiple attributes which
1600                 resulted them all having the value of the last
1601                 one changed.
1602                 Thanks to Colin
1603
1604 2007-07-10 [colin]      2.10.0cvs13
1605
1606         * src/editaddress.c
1607         * src/editaddress_other_attributes_ldap.h
1608         * src/ldapupdate.c
1609                 Fix --disable-ldap build
1610
1611 2007-07-09 [colin]      2.10.0cvs12
1612
1613         * src/Makefile.am
1614         * src/addritem.c
1615         * src/addritem.h
1616         * src/editaddress.c
1617         * src/editaddress_other_attributes_ldap.c
1618         * src/editaddress_other_attributes_ldap.h
1619         * src/editldap.c
1620         * src/ldapctrl.c
1621         * src/ldapctrl.h
1622         * src/ldapupdate.c
1623                 Add capability to edit all inetOrgPerson
1624                 attributes on LDAP. Patch by Michael 
1625                 Rasmussen
1626
1627 2007-07-09 [colin]      2.10.0cvs11
1628
1629         * src/Makefile.am
1630         * src/exporthtml.c
1631         * src/mbox.c
1632         * src/msgcache.c
1633         * src/prefs_summaries.c
1634         * src/prefs_themes.c
1635         * src/procheader.c
1636         * src/common/Makefile.am
1637         * src/common/log.c
1638         * src/common/timing.h
1639         * src/common/utils.c
1640         * src/common/utils.h
1641         * src/common/w32_account.c
1642         * src/common/w32lib.h
1643         * src/gtk/Makefile.am
1644         * src/gtk/colorlabel.c
1645         * src/plugins/pgpcore/Makefile.am
1646         * src/plugins/pgpcore/claws.def
1647         * src/plugins/pgpcore/passphrase.c
1648         * src/plugins/pgpcore/pgp_viewer.c
1649         * src/plugins/pgpcore/plugin.def
1650         * src/plugins/pgpcore/sgpgme.c
1651         * src/plugins/pgpinline/Makefile.am
1652         * src/plugins/pgpinline/claws.def
1653         * src/plugins/pgpinline/mypgpcore.def
1654         * src/plugins/pgpinline/plugin.def
1655         * src/plugins/pgpmime/Makefile.am
1656         * src/plugins/pgpmime/claws.def
1657         * src/plugins/pgpmime/mypgpcore.def
1658         * src/plugins/pgpmime/plugin.def
1659                 Commit win32 patch, from Werner Koch and
1660                 Marcus Brinkmann
1661
1662 2007-07-09 [colin]      2.10.0cvs10
1663
1664         * src/prefs_toolbar.c
1665                 Fix crash when no actions exist
1666
1667 2007-07-07 [paul]       2.10.0cvs9
1668
1669         * COPYING
1670         * manual/claws-mail-manual.xml
1671                 update copyright year
1672         * po/fi.po
1673                 updated by Flammie Pirinen
1674
1675 2007-07-05 [wwp]        2.10.0cvs8
1676
1677         * src/plugins/clamav/clamav_plugin_gtk.c
1678                 Make vertical spacing like in other plugin prefs pages.
1679
1680 2007-07-05 [wwp]        2.10.0cvs7
1681
1682         * src/quote_fmt.c
1683                 It's %am that works, not %ae (this doc incoherence has been
1684                 introduced with 2.9.2cvs13).
1685
1686 2007-07-04 [wwp]        2.10.0cvs6
1687
1688         * src/plugins/bogofilter/bogofilter.c
1689                 Gettext-ize an occurrence of "Any" that wasn't.
1690
1691 2007-07-04 [colin]      2.10.0cvs5
1692
1693         * po/POTFILES.in
1694                 Fix untranslated strings; thanks
1695                 to Pader Rezso.
1696
1697 2007-07-03 [colin]      2.10.0cvs4
1698
1699         * src/folder.c
1700         * src/mainwindow.c
1701                 Fix saving of sort mode for tags and
1702                 thread date. Thanks to Pierre Ossman.
1703                 Completes fix for bug 1233
1704
1705 2007-07-03 [paul]       2.10.0cvs3
1706
1707         * src/compose.c
1708                 fix auto-save
1709         * src/summaryview.c
1710                 fix build warnings
1711         Thanks to Colin
1712
1713 2007-07-02 [colin]      2.10.0cvs2
1714
1715         * src/folder.h
1716         * src/mainwindow.c
1717         * src/procmsg.h
1718         * src/summaryview.c
1719                 Add View/Sort/by Thread date
1720                 Fixes bug 1233, 'Capability to sort 
1721                 threads by most recent message'
1722                 Based on a patch by Paul Rolland
1723
1724 2007-07-02 [colin]      2.10.0cvs1
1725
1726         * src/Makefile.am
1727         * src/compose.c
1728         * src/edittags.c
1729         * src/edittags.h
1730         * src/filtering.c
1731         * src/folder.c
1732         * src/folder.h
1733         * src/headerview.c
1734         * src/headerview.h
1735         * src/main.c
1736         * src/mainwindow.c
1737         * src/mainwindow.h
1738         * src/manual.h
1739         * src/matcher.c
1740         * src/matcher.h
1741         * src/matcher_parser_parse.y
1742         * src/mimeview.c
1743         * src/msgcache.c
1744         * src/msgcache.h
1745         * src/prefs_common.c
1746         * src/prefs_common.h
1747         * src/prefs_filtering_action.c
1748         * src/prefs_matcher.c
1749         * src/prefs_summary_column.c
1750         * src/procmsg.c
1751         * src/procmsg.h
1752         * src/quote_fmt.c
1753         * src/quote_fmt_lex.l
1754         * src/quote_fmt_parse.y
1755         * src/summaryview.c
1756         * src/summaryview.h
1757         * src/textview.c
1758         * src/common/Makefile.am
1759         * src/common/defs.h
1760         * src/common/tags.c
1761         * src/common/tags.h
1762         * src/gtk/quicksearch.c
1763         * src/gtk/quicksearch.h
1764                 Add Tags implementation. Tags are arbitrary labels
1765                 that can be applied to messages. It is possible 
1766                 to create, edit, remove tags; apply them to mails;
1767                 filter on tags or tag presence; apply or unset
1768                 tags via filtering actions; reference tags in
1769                 reply templates.
1770
1771 2007-07-02 [paul]       2.10.0
1772
1773         * NEWS
1774         * README
1775         * RELEASE_NOTES
1776                 2.10.0 released
1777
1778 2007-07-02 [paul]       2.9.2cvs78
1779
1780         * po/de.po
1781         * po/en_GB.po
1782         * po/es.po
1783         * po/fr.po
1784         * po/hu.po
1785         * po/pt_BR.po
1786         * po/ru.po
1787         * po/zh_CN.po
1788                 updated by Stephan Sachse, me, Ricardo Mones
1789                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1790                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1791
1792 2007-07-02 [paul]       2.9.2cvs77
1793
1794         * AUTHORS
1795                 updated
1796
1797 2007-06-29 [wwp]        2.9.2cvs76
1798
1799         * src/gtk/headers.h
1800                 Fix a typo (thanks to Ricardo for finding this out).
1801
1802 2007-06-28 [paul]       2.9.2cvs75
1803
1804         * src/folderview.c
1805                 fix build warnings
1806
1807 2007-06-28 [paul]       2.9.2cvs74
1808
1809         * tools/Makefile.am
1810                 fix bug in the autotools build system.
1811                 Files cataloged under EXTRA_DIST were never
1812                 automatically copied to the build tree.
1813                 (fix 'make distcheck')
1814                 Patch by Michael Rasmussen.
1815
1816 2007-06-24 [colin]      2.9.2cvs73
1817
1818         * src/news_gtk.c
1819                 Fix bug 1249, 'Error handling for 
1820                 news errors needs modification'
1821                 Only popup error if the according
1822                 pref in Prefs/Receive is set.
1823
1824 2007-06-21 [colin]      2.9.2cvs72
1825
1826         * src/common/plugin.c
1827         * src/common/plugin.h
1828                 Change plugin API to know whether it's safe to 
1829                 unload plugins or whether we should just hide
1830                 them. Fixes bug 1248, 'Core dumps after 
1831                 unloading plugin and clicking on load plugins'
1832         * src/plugins/bogofilter/bogofilter.c
1833         * src/plugins/clamav/clamav_plugin.c
1834         * src/plugins/demo/demo.c
1835         * src/plugins/dillo_viewer/dillo_viewer.c
1836         * src/plugins/pgpcore/plugin.c
1837         * src/plugins/pgpinline/plugin.c
1838         * src/plugins/pgpmime/plugin.c
1839         * src/plugins/spamassassin/spamassassin.c
1840         * src/plugins/trayicon/trayicon.c
1841                 Update API
1842
1843 2007-06-19 [colin]      2.9.2cvs71
1844
1845         * src/compose.c
1846         * src/messageview.c
1847                 Fix crash mentioned in bug 1246
1848                 Race condition when automatically drafting
1849                 due to insertion on reedit.
1850
1851 2007-06-18 [wwp]        2.9.2cvs70
1852
1853         * src/importldif.c
1854                 LDIF import: use a "Proceed" button to complete
1855                 the process.
1856
1857 2007-06-18 [paul]       2.9.2cvs69
1858
1859         * configure.ac
1860                 use pkgconfig to check for gtk and glib
1861
1862 2007-06-17 [wwp]        2.9.2cvs68
1863
1864         * src/ldif.c
1865         * src/importldif.c
1866                 LDIF import: better error handling, minor code
1867                 and UI cleanup, and renamed the Save button
1868                 to Close, as imported stuff is already saved
1869                 when the Save button is shown.
1870
1871 2007-06-17 [colin]      2.9.2cvs67
1872
1873         * src/prefs_summaries.c
1874         * src/procmsg.c
1875                 Don't set as read when forwarded, only replied to
1876
1877 2007-06-17 [paul]       2.9.2cvs66
1878
1879         * src/alertpanel.c
1880                 add missing #include
1881
1882 2007-06-16 [colin]      2.9.2cvs65
1883
1884         * src/prefs_summaries.c
1885         * src/procmsg.c
1886                 Change the pref "Only mark as read when opened
1887                 in new window" to "..., replied to or forwarded".
1888                 Based on a patch by Paul Rolland.
1889
1890 2007-06-16 [paul]       2.9.2cvs64
1891
1892         * src/gtk/authors.h
1893                 alphabetical order! :)
1894
1895 2007-06-16 [colin]      2.9.2cvs63
1896
1897         * AUTHORS
1898         * src/gtk/authors.h
1899                 Add Michael Rasmussen in authors list
1900
1901 2007-06-16 [colin]      2.9.2cvs62
1902
1903         * src/messageview.c
1904                 Fix messageview_copy_clipboard to take advantage
1905                 of plugins' get_selection.
1906
1907 2007-06-15 [colin]      2.9.2cvs61
1908
1909         * src/action.c
1910         * src/addr_compl.c
1911         * src/addressbook.c
1912         * src/folderview.c
1913         * src/message_search.c
1914         * src/mimeview.c
1915         * src/summary_search.c
1916         * src/summaryview.c
1917         * src/textview.c
1918                 Allow GDK_KP_Enter to do the same as GDK_Return
1919                 Patch by Michael Rasmussen
1920
1921 2007-06-15 [paul]       2.9.2cvs60
1922
1923         * src/compose.c
1924                 fix bug when closing a compose window
1925                 during autosave
1926
1927 2007-06-14 [paul]       2.9.2cvs59
1928
1929         * src/main.c
1930         * src/common/defs.h
1931                 migrate sylpheed config
1932
1933 2007-06-14 [wwp]        2.9.2cvs58
1934
1935         * src/gtk/pluginwindow.c
1936                 Yet another attempt to fix sizing/alignment of the
1937                 button bar in plugins window.
1938
1939 2007-06-12 [colin]      2.9.2cvs57
1940
1941         * po/POTFILES.in
1942         * src/Makefile.am
1943         * src/folderview.c
1944         * src/prefs_common.c
1945         * src/prefs_common.h
1946         * src/prefs_summaries.c
1947         * src/prefs_summary_open.c
1948         * src/prefs_summary_open.h
1949         * src/summaryview.c
1950                 Make "when entering a folder" actions more personalisable
1951
1952 2007-06-12 [wwp]        2.9.2cvs56
1953
1954         * tools/README
1955                 Use short description from Paul (mairix.sh).
1956
1957 2007-06-12 [wwp]        2.9.2cvs55
1958
1959         * tools/README
1960                 Updated info about mairix.sh.
1961
1962 2007-06-11 [paul]       2.9.2cvs54
1963
1964         * src/prefs_logging.c
1965                 rework log window length widgets
1966                 and some sensitivity fixes
1967
1968 2007-06-11 [paul]       2.9.2cvs53
1969
1970         * src/mainwindow.c
1971         * src/prefs_logging.c
1972                 rename 'Protocol Log' to 'Network Log'
1973                 and some function renaming
1974
1975 2007-06-10 [wwp]        2.9.2cvs52
1976
1977         * src/gtk/pluginwindow.c
1978                 Revert 2.9.2cvs51.
1979
1980 2007-06-10 [wwp]        2.9.2cvs51
1981
1982         * src/gtk/pluginwindow.c
1983                 Fix button bar in plugin window, was centered and not
1984                 behaving like other dialogs w/ such button bar.
1985
1986 2007-06-08 [wwp]        2.9.2cvs50
1987
1988         * src/compose.c
1989         * src/compose.h
1990         * src/main.c
1991         * src/mainwindow.c
1992         * src/mainwindow.h
1993                 Provide a way out of automatic draft saving on IMAP, when
1994                 exiting offline.
1995                 Prevent drafting while sending and quitting while sending.
1996                 Thanks for Colin.
1997
1998
1999
2000 2007-06-08 [wwp]        2.9.2cvs49
2001
2002         * src/prefs_account.c
2003         * src/gtk/prefswindow.c
2004         * src/gtk/prefswindow.h
2005                 Activate the Basic page when opening account prefs.
2006
2007 2007-06-08 [wwp]        2.9.2cvs48
2008
2009         * src/common/socket.c
2010                 Don't crash if fork() fails, thanks to Colin.
2011
2012 2007-06-08 [wwp]        2.9.2cvs47
2013
2014         * src/gtk/prefswindow.c
2015                 Wrap some long lines, and reset horizontal scroller's adjusment
2016                 (this was already done, vertically), when changing tab (not page)
2017                 in prefs windows.
2018
2019 2007-06-08 [paul]       2.9.2cvs46
2020
2021         * src/common/utils.c
2022                 use gethostname() instead of uname()
2023                 based on a patch by Michael Hughes
2024                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2025
2026 2007-06-07 [wwp]        2.9.2cvs45
2027
2028         * src/prefs_common.c
2029                 Fix some useless warnings, thanks to Colin.
2030
2031 2007-06-06 [colin]      2.9.2cvs44
2032
2033         * src/ldapupdate.c
2034                 Fix strange allocations. 
2035
2036 2007-06-06 [colin]      2.9.2cvs43
2037
2038         * src/ldapupdate.c
2039                 Patch by Michael Rasmussus to help
2040                 bug 1232
2041
2042 2007-06-05 [wwp]        2.9.2cvs42
2043
2044         * src/prefs_account.c
2045         * src/prefs_folder_item.c
2046         * src/prefs_quote.c
2047         * src/quote_fmt.c
2048         * src/quote_fmt.h
2049                 Per-folder templates can now be applied recursively.
2050                 Always save per-folder templates (formats were erroneously
2051                 saved only if they were enabled).
2052                 Check for validity of quotation marks everywhere there
2053                 are defined.
2054
2055 2007-06-05 [wwp]        2.9.2cvs41
2056
2057         * src/inc.c
2058                 Fix incoming messages from local accounts always getting filtered
2059                 (even if the account prefs say don't), thanks to Colin.
2060
2061 2007-06-05 [wwp]        2.9.2cvs40
2062
2063         * src/compose.c
2064         * src/compose.h
2065                 Use per-folder/per-account quote chars when applying a
2066                 template or inserting text as well. Const'ify some
2067                 vars more.
2068
2069 2007-06-04 [colin]      2.9.2cvs39
2070
2071         * src/compose.c
2072                 More work for wwp :)
2073
2074 2007-06-04 [wwp]        2.9.2cvs38
2075
2076         * src/compose.c
2077                 Same as 2.9.2cvs36 but for forwarding.
2078
2079 2007-06-04 [colin]      2.9.2cvs37
2080
2081         * src/compose.c
2082                 Use original mail file for forward/redirect
2083                 Fixes some forwarded mails to be attached as
2084                 application/octet-stream (when they have binary
2085                 parts), and incidentally fixes bug 848
2086                 'Redirect breaks GnuPG'
2087
2088 2007-06-04 [wwp]        2.9.2cvs36
2089
2090         * src/compose.c
2091                 Fix quote mark mis-initialisation when replying/forwarding
2092                 (introduced w/ 2.9.2cvs20).
2093
2094 2007-06-04 [wwp]        2.9.2cvs35
2095
2096         * src/prefs_compose_writing.c
2097         * src/prefs_quote.c
2098                 Fix a bug where Quotation characters (prefs/compose/writing)
2099                 was cleared (introduced w/ 2.9.2cvs26).
2100
2101 2007-06-04 [wwp]        2.9.2cvs34
2102
2103         * src/prefs_account.c
2104         * src/prefs_account.h
2105                 Better fix for compiling w/o aspell (rollbacks
2106                 2.9.2cvs31).
2107
2108 2007-06-04 [wwp]        2.9.2cvs33
2109
2110         * src/account.c
2111         * src/prefs_account.c
2112         * src/prefs_account.h
2113         * src/procmsg.c
2114                 It's now possible to disable mail filtering plugins
2115                 on a per-account basis.
2116
2117 2007-06-04 [wwp]        2.9.2cvs32
2118
2119         * src/procheader.c
2120         * src/common/utils.c
2121         * src/common/utils.h
2122                 Support CRLF in headers part of messages.
2123                 Support few more date formats (RFC3339 subsets).
2124
2125 2007-06-04 [wwp]        2.9.2cvs31
2126
2127         * src/prefs_account.c
2128                 Fix compiling w/o aspell support.
2129
2130 2007-06-03 [wwp]        2.9.2cvs30
2131
2132         * src/prefs_gtk.c
2133                 Don't decode leading ENV_ and ~ in P_PASSWORD
2134                 values.
2135
2136 2007-06-03 [wwp]        2.9.2cvs29
2137
2138         * src/prefs_gtk.c
2139                 Don't decode leading ENV_ and ~ in P_PASSWORD
2140                 values.
2141
2142 2007-06-03 [wwp]        2.9.2cvs28
2143
2144         * src/prefs_account.c
2145         * src/gtk/prefswindow.c
2146         * src/gtk/prefswindow.h
2147                 Added a way to force preloading of all pages
2148                 (prefswindow).
2149                 Moved tabs to pages in account prefs.
2150
2151 2007-06-02 [colin]      2.9.2cvs27
2152
2153         * src/addressbook.c
2154                 Fix possible crash, fix ldap write bugs
2155         * src/ldapupdate.c
2156                 Fix ldap write bugs - patch by Michael
2157                 Rasmussen
2158         * src/alertpanel.c
2159         * src/alertpanel.h
2160                 Add a hook whenever alertpanel opens/closes
2161
2162 2007-05-31 [wwp]        2.9.2cvs26
2163
2164         * src/prefs_compose_writing.c
2165         * src/prefs_quote.c
2166                 Re-organized writing options a bit:
2167                  - renamed the Quoting page to Templates
2168                  - moved all composing templates to that page
2169                  - moved non-templates options to the Writing one,
2170                    grouped reply-related options, reordered reply and
2171                    forward options.
2172
2173 2007-05-31 [wwp]        2.9.2cvs25
2174
2175         * src/compose.c
2176                 Removed unused code.
2177
2178 2007-05-31 [colin]      2.9.2cvs24
2179
2180         * src/addressbook.c
2181                 Fix missing display name when modifying
2182                 LDAP. Patch by Michael Rasmussen
2183
2184 2007-05-31 [wwp]        2.9.2cvs23
2185
2186         * src/plugins/bogofilter/Makefile.am
2187         * src/plugins/clamav/Makefile.am
2188         * src/plugins/demo/Makefile.am
2189         * src/plugins/dillo_viewer/Makefile.am
2190         * src/plugins/spamassassin/Makefile.am
2191                 Fix building of those plugins in Mac OS X.
2192
2193 2007-05-30 [wwp]        2.9.2cvs22
2194
2195         * src/gtk/quicksearch.c
2196                 Fix missing initialization.
2197
2198 2007-05-30 [wwp]        2.9.2cvs21
2199
2200         * src/procheader.c
2201                 Revert accidental commit (debug outputs).
2202
2203 2007-05-30 [wwp]        2.9.2cvs20
2204
2205         * src/compose.c
2206         * src/folder_item_prefs.c
2207         * src/folder_item_prefs.h
2208         * src/prefs_account.c
2209         * src/prefs_account.h
2210         * src/prefs_folder_item.c
2211         * src/prefs_gtk.c
2212         * src/prefs_gtk.h
2213                 Implemented per-account and per-folder
2214                 compose/reply/forward formats.
2215
2216 2007-05-30 [wwp]        2.9.2cvs19
2217
2218         * src/prefs_compose_writing.c
2219         * src/prefs_quote.c
2220         * src/procheader.c
2221         * src/quote_fmt.c
2222         * src/quote_fmt.h
2223                 Internal API changes (factorize quote format
2224                 prefs and checks).
2225
2226 2007-05-30 [colin]      2.9.2cvs18
2227
2228         * src/compose.c
2229                 Fix race where it's possible to re-click Send
2230                 between end of SMTP session and end of "move to
2231                 sent folder" when sending an email with send
2232                 dialog enabled.
2233
2234 2007-05-30 [colin]      2.9.2cvs17
2235
2236         * src/crash.c
2237                 Ask for backtrace on all threads. Patch by
2238                 Pawel
2239         * src/folderview.c
2240                 Fix stale news statusbar when scanning fails.
2241                 Patch by Pawel
2242         * src/ldapupdate.c
2243                 Fix some LDAP write updates bugs. Patch
2244                 by Michael Rasmussen
2245
2246 2007-05-29 [colin]      2.9.2cvs16
2247
2248         * src/imap.c
2249                 Fix loss of local flags when moving mails
2250                 on IMAP in high-bandwidth mode (UID FETCH)
2251
2252 2007-05-25 [paul]       2.9.2cvs15
2253
2254         * src/common/socket.c
2255                 fix sometimes crasher on cancelling
2256                 message sending
2257
2258 2007-05-25 [colin]      2.9.2cvs14
2259
2260         * src/imap.c
2261                 Fix a memory leak
2262         * src/imap_gtk.c
2263                 Be more helpful in the subscription
2264                 message
2265
2266 2007-05-23 [wwp]        2.9.2cvs13
2267
2268         * src/compose.c
2269         * src/prefs_compose_writing.c
2270         * src/prefs_quote.c
2271         * src/prefs_template.c
2272         * src/prefs_template.h
2273         * src/quote_fmt.c
2274         * src/quote_fmt.h
2275         * src/quote_fmt_lex.l
2276         * src/quote_fmt_parse.y
2277                 Introduced new syntax elements (symbols and commands)
2278                 in templates/quote_fmt. Compatibility w/ old
2279                 symbols is kept.
2280                 Updated and reworked the corresponding Information
2281                 dialog.
2282                 Display the line number in dialogs that talk about
2283                 parser errors (in addition to the error message in
2284                 output).
2285
2286 2007-05-23 [wwp]        2.9.2cvs12
2287
2288         * src/quote_fmt_parse.y
2289                 Fix 2.9.2cvs11, probably a paste accident ;).
2290
2291 2007-05-23 [wwp]        2.9.2cvs11
2292
2293         * src/compose.c
2294         * src/prefs_template.c
2295         * src/quote_fmt.h
2296         * src/quote_fmt_parse.y
2297                 Fix 2.9.2cvs10, which broke --disable-aspell.
2298
2299 2007-05-22 [wwp]        2.9.2cvs10
2300
2301         * src/compose.c
2302         * src/prefs_template.c
2303         * src/quote_fmt.c
2304         * src/quote_fmt.h
2305         * src/quote_fmt_lex.l
2306         * src/quote_fmt_parse.y
2307         * src/gtk/gtkaspell.c
2308         * src/gtk/gtkaspell.h
2309                 Added template/quote format syntactical elements
2310                 to show and query:
2311                         - current dictionary
2312                           %T to show (shows empty if not set or not enabled),
2313                           ?T and !T to check if the default dictionary is
2314                           enabled and set
2315                         - current account's default dictionary
2316                           %aT to show (empty if not set or not enabled),
2317                           ?aT and !aT to check if it's enabled and set
2318                         - name completion for an address, from the address
2319                           book
2320                           %ABf, %ABt, %ABc respectively show the full name got
2321                           from the address book if From, To or Cc match a single
2322                           contact.
2323                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2324                           matches any contact and if the full name is non-empty.
2325                           If From, To or Cc are lists of email addresses, only
2326                           the first address will be checked.
2327                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2328                 that could show a trailing ','.
2329                 Also, template/quote_fmt parser now shows the line number in case
2330                 of parser error.
2331
2332 2007-05-15 [colin]      2.9.2cvs9
2333
2334         * src/main.c
2335         * src/main.h
2336                 Add a public function to know whether Claws
2337                 crashed last time
2338                 Store opened folder when exiting
2339         * src/folder.c
2340         * src/folder.h
2341                 Store last opened message in each FolderItem;
2342                 Reset last seen messages if Claws crashed, so 
2343                 that one can't go in an infinite crash in case 
2344                 a particular mail crashes Claws.
2345         * src/messageview.c
2346         * src/prefs_common.c
2347         * src/prefs_common.h
2348         * src/summaryview.c
2349         * src/prefs_summaries.c
2350                 Add "Select last opened message" when entering
2351                 a folder
2352                 Add "Select last opened folder" at startup.
2353
2354 2007-05-14 [colin]      2.9.2cvs8
2355
2356         * manual/xml2pdf
2357                 Fix bashism, search for xml catalog 
2358                 in /usr/local/share/xml/catalog too
2359                 Patch by Pawel
2360
2361 2007-05-13 [wwp]        2.9.2cvs7
2362
2363         * src/gtk/logwindow.c
2364                 fix raising log windows when they are either minimized or
2365                 in background.
2366
2367 2007-05-11 [colin]      2.9.2cvs6
2368
2369         * src/gtk/filesel.c
2370                 Use Hildon's file chooser on Maemo. Patch
2371                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2372                 'File attachment "manipulation" bugs...'
2373
2374 2007-05-10 [wwp]        2.9.2cvs5
2375
2376         * src/prefs_common.c
2377         * src/prefs_common.h
2378         * src/gtk/quicksearch.c
2379                 Add a quicksearch option to automatically run
2380                 a search selected from the history (this option
2381                 is exclusive towards type-ahead).
2382
2383 2007-05-10 [colin]      2.9.2cvs4
2384
2385         * src/imap.c
2386                 Fix g_warnings, thanks to Brian
2387                 Morrison
2388
2389 2007-05-09 [colin]      2.9.2cvs3
2390
2391         * src/crash.c
2392         * src/exporthtml.c
2393         * src/mbox.c
2394         * src/prefs_summaries.c
2395         * src/procheader.c
2396         * src/common/log.c
2397         * src/common/utils.c
2398         * src/gtk/gtksourceprintjob.c
2399         * src/gtk/sslcertwindow.c
2400                 Use the re-entrant variant of time functions
2401                 Probably fixes bug 1217, 'reentrancy problems 
2402                 with time functions'
2403
2404 2007-05-09 [colin]      2.9.2cvs2
2405
2406         * src/imap.c
2407                 Fix crasher when reconnection fails
2408
2409 2007-05-08 [paul]       2.9.2cvs1
2410
2411         * NEWS
2412         * README
2413         * RELEASE_NOTES
2414         * configure.ac
2415                 bump version number following
2416                 stable release
2417
2418 2007-05-08 [paul]       2.9.1cvs48
2419
2420         * src/plugins/demo/demo.c
2421         * src/plugins/dillo_viewer/dillo_prefs.c
2422         * src/plugins/dillo_viewer/dillo_prefs.h
2423         * src/plugins/dillo_viewer/dillo_viewer.c
2424         * src/plugins/pgpcore/pgp_viewer.c
2425         * src/plugins/pgpcore/pgp_viewer.h
2426         * src/plugins/pgpcore/plugin.c
2427         * src/plugins/pgpcore/prefs_gpg.c
2428         * src/plugins/pgpcore/prefs_gpg.h
2429         * src/plugins/pgpcore/sgpgme.c
2430         * src/plugins/pgpcore/sgpgme.h
2431         * src/plugins/pgpinline/plugin.c
2432         * src/plugins/pgpmime/pgpmime.c
2433         * src/plugins/pgpmime/pgpmime.h
2434         * src/plugins/pgpmime/plugin.c
2435         * src/plugins/spamassassin/spamassassin.c
2436         * src/plugins/spamassassin/spamassassin.h
2437         * src/plugins/spamassassin/spamassassin_gtk.c
2438         * src/plugins/trayicon/README
2439         * tools/README
2440         * tools/README.sylprint
2441         * tools/outlook2claws-mail.pl
2442         * tools/sylprint.pl
2443         * tools/tb2claws-mail
2444         * tools/tbird2claws.py
2445         * tools/update-po
2446         * tools/vcard2xml.py
2447         * tools/kdeservicemenu/README
2448                 cleanups and corrections
2449
2450 2007-05-06 [wwp]        2.9.1cvs47
2451
2452         * tools/uudec
2453                 Fix missing dash to `display` command-line, reported
2454                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2455
2456 2007-05-06 [colin]      2.9.1cvs46
2457
2458         * src/Makefile.am
2459         * src/stock_pixmap.c
2460         * src/stock_pixmap.h
2461         * src/pixmaps/printer.xpm
2462                 Add a printer icon
2463
2464 2007-05-06 [paul]       2.9.1cvs45
2465
2466         * src/compose.c
2467         * src/ldapquery.c
2468         * src/privacy.h
2469         * src/summary_search.c
2470         * src/summaryview.c
2471                 fix build warnings
2472
2473 2007-05-05 [wwp]        2.9.1cvs44
2474
2475         * src/messageview.c
2476         * src/mh.c
2477         * src/prefs_actions.c
2478         * src/prefs_gtk.c
2479         * src/summaryview.c
2480         * src/common/xml.c
2481                 Fix "faild" typos everywhere and capitalization of
2482                 some g_warnings.
2483
2484 2007-05-04 [colin]      2.9.1cvs43
2485
2486         * src/compose.c
2487         * src/privacy.c
2488         * src/privacy.h
2489         * src/plugins/pgpcore/prefs_gpg.c
2490         * src/plugins/pgpcore/prefs_gpg.h
2491         * src/plugins/pgpinline/pgpinline.c
2492         * src/plugins/pgpmime/pgpmime.c
2493                 Add an API to warn about encryption limits,
2494                 and allow to disable these warnings
2495
2496 2007-05-03 [colin]      2.9.1cvs42
2497
2498         * src/summaryview.c
2499         * src/mainwindow.c
2500                 Fix bug 1213, 'Delete more than 
2501                 one thread at once'
2502
2503 2007-05-03 [wwp]        2.9.1cvs41
2504
2505         * src/prefs_common.c
2506         * src/prefs_filtering.c
2507         * src/prefs_template.c
2508         * src/common/template.c
2509         * src/common/template.h
2510         * src/gtk/gtkutils.c
2511         * src/gtk/gtkutils.h
2512                 Templates are no longer automatically sorted
2513                 by name, but can be sorted manually using
2514                 |< < > >| buttons as well as drag'n'drop.
2515
2516 2007-05-03 [wwp]        2.9.1cvs40
2517
2518         * src/plugins/spamassassin/spamassassin.c
2519         * src/plugins/spamassassin/spamassassin.h
2520         * src/plugins/spamassassin/spamassassin_gtk.c
2521         * src/plugins/bogofilter/bogofilter.c
2522         * src/plugins/bogofilter/bogofilter.h
2523         * src/plugins/bogofilter/bogofilter_gtk.c
2524                 Added an option to conditionally mark saved spam
2525                 as read (default is and was to do so).
2526                 Satisfies feature request 1708539 on sf.net tracker.
2527
2528 2007-05-03 [colin]      2.9.1cvs39
2529
2530         * src/inc.c
2531                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2532
2533 2007-05-02 [colin]      2.9.1cvs38
2534
2535         * src/textview.c
2536                 Fix bug 1209, 'Clicking on address 
2537                 in header (mailto uri) selects 
2538                 default account'. Patch adapted from
2539                 G.P. Halkes' patch.
2540
2541 2007-05-02 [colin]      2.9.1cvs37
2542
2543         * src/grouplistdialog.c
2544                 Set cursor to wait cursor while loading
2545                 groups.
2546
2547 2007-05-02 [paul]       2.9.1cvs36
2548
2549         * src/folder.c
2550         * src/common/defs.h
2551                 rename cache and mark files
2552                 (data is preserved)
2553
2554 2007-04-30 [paul]       2.9.1cvs35
2555
2556         * manual/glossary.xml
2557         * manual/plugins.xml
2558                 updates. Patch by Ricardo
2559
2560 2007-04-29 [wwp]        2.9.1cvs34
2561
2562         * src/mainwindow.c
2563         * configure.ac
2564                 Fix few grammatical errors (patch by David Relson < relson at
2565                 osagesoftware dot com >).
2566
2567 2007-04-28 [colin]      2.9.1cvs33
2568
2569         * src/account.c
2570         * src/pop.c
2571         * src/prefs_account.c
2572         * src/prefs_account.h
2573                 Drop the "Download all" preference. It's
2574                 stupidly useless and confuses people from
2575                 time to time.
2576
2577 2007-04-27 [wwp]        2.9.1cvs32
2578
2579         * src/account.c
2580         * src/prefs_account.c
2581         * src/prefs_account.h
2582                 Don't reflect accounts changes to the mainwindow when it's
2583                 not necessary.
2584
2585 2007-04-27 [colin]      2.9.1cvs31
2586
2587         * src/folder.c
2588                 Freeze/thaw when sync'ing flags
2589         * src/imap.c
2590         * src/prefs_account.c
2591         * src/prefs_account.h
2592         * src/etpan/imap-thread.c
2593         * src/etpan/imap-thread.h
2594                 Add a way to use UID FETCH instead
2595                 of searches to fetch message lists
2596                 and flags. More expensive towards
2597                 bandwidth, less expensive towards
2598                 server's CPU. Probably fixes 
2599                 bug 1158, 'Scanning new folders on 
2600                 Exchange 2007 extremely slow'.
2601                 Patch 95% by Hoa.
2602
2603 2007-04-27 [paul]       2.9.1cvs30
2604
2605         * src/mainwindow.c
2606         * src/prefs_logging.c
2607                 improvements to english usage
2608
2609 2007-04-27 [colin]      2.9.1cvs29
2610
2611         * src/imap.c
2612                 Fix build without libetpan (my bad!)
2613
2614 2007-04-26 [colin]      2.9.1cvs28
2615
2616         * src/imap.c
2617         * src/imap.h
2618                 Fix uselessly exported function
2619         * src/textview.c
2620                 Consider "- -- \n" as signature separator
2621                 (that's what signature separators look like
2622                  in PGP/Inline signed mails)
2623
2624 2007-04-26 [colin]      2.9.1cvs27
2625
2626         * configure.ac
2627                 libetpan-0.49 is now required
2628         * src/procmime.c
2629                 Fix double fetching of mails if
2630                 first try failed
2631         * src/imap.c
2632                 Make offline sync faster, by
2633                 remembering last change time, and
2634                 last sync time.
2635
2636 2007-04-26 [hoa]        2.9.1cvs26
2637
2638         * src/imap.c
2639         * src/imap.h
2640         * src/mainwindow.c
2641         * src/toolbar.c
2642         * src/etpan/imap-thread.c
2643         * src/etpan/imap-thread.h
2644                 cancellation of IMAP operations is now allowed.
2645                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2646
2647 2007-04-26 [colin]      2.9.1cvs25
2648
2649         * src/folder.c
2650                 Always fetch body+headers in folders that are
2651                 synched for offline use, if "Synchronise as
2652                 soon as possible" is set.
2653                 Fixes bug 1200, 'Add option to always retrieve full 
2654                 messages'
2655
2656 2007-04-25 [colin]      2.9.1cvs24
2657
2658         * src/compose.c
2659                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2660                 persists...'
2661
2662 2007-04-24 [colin]      2.9.1cvs23
2663
2664         * src/folderview.c
2665                 Fix bug 1195, 'Hardware key navigation' 
2666                 Make GDK_Enter toggle expansion (Maemo)
2667
2668 2007-04-24 [wwp]        2.9.1cvs22
2669
2670         * src/compose.c
2671                 Fix few compiler warnings.
2672
2673 2007-04-24 [paul]       2.9.1cvs21
2674
2675         * src/Makefile.am
2676         * src/stock_pixmap.c
2677         * src/stock_pixmap.h
2678                 complete last commit
2679
2680 2007-04-24 [paul]       2.9.1cvs20
2681
2682         * src/gtk/about.c
2683         * src/pixmaps/active.xpm
2684         * src/pixmaps/checkbox_off.xpm
2685         * src/pixmaps/checkbox_on.xpm
2686         * src/pixmaps/inactive.xpm
2687                 kick out the blobs
2688                 remove transparent border from checkbox icons
2689
2690 2007-04-24 [wwp]        2.9.1cvs19
2691
2692         * src/textview.c
2693         * src/textview.h
2694                 Fix a crash in textview, thanks to Colin.
2695
2696 2007-04-23 [wwp]        2.9.1cvs18
2697
2698         * src/prefs_common.c
2699                 Fix 2.9.1cvs5: no header was being translated at all.
2700
2701 2007-04-23 [colin]      2.9.1cvs17
2702
2703         * src/Makefile.am
2704         * src/stock_pixmap.c
2705         * src/stock_pixmap.h
2706         * src/summaryview.c
2707         * src/summaryview.h
2708         * src/gtk/gtksctree.c
2709         * src/gtk/gtksctree.h
2710         * src/pixmaps/selection.xpm
2711                 Fix bug 1193, 'Need a way to multi-select
2712                 items'. Add a toggle button to the summaryview
2713                 to switch between normal and multiple selection
2714                 (Maemo)
2715
2716 2007-04-23 [colin]      2.9.1cvs16
2717
2718         * src/Makefile.am
2719         * src/stock_pixmap.c
2720         * src/stock_pixmap.h
2721         * src/summaryview.c
2722         * src/summaryview.h
2723         * src/gtk/gtksctree.c
2724         * src/gtk/gtksctree.h
2725         * src/pixmaps/selection.xpm
2726                 Fix bug 1193, 'Need a way to multi-
2727                 select items'
2728                 Add a toggle button in the summaryview
2729                 to enable normal or multiple selection.
2730                 (Maemo)
2731
2732 2007-04-23 [colin]      2.9.1cvs15
2733
2734         * src/compose.c
2735                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2736
2737 2007-04-21 [colin]      2.9.1cvs14
2738
2739         * src/gtk/quicksearch.c
2740                 Fix previous commit (actually use correct
2741                 parameter)
2742
2743 2007-04-21 [colin]      2.9.1cvs13
2744
2745         * src/gtk/quicksearch.c
2746                 Fix changing quicksearch type (after Esc,
2747                 after changing Recursive, ...)
2748
2749 2007-04-20 [wwp]        2.9.1cvs12
2750
2751         * src/gtk/Makefile.am
2752                 Added headers.h (completes 2.9.1cvs5).
2753
2754 2007-04-20 [wwp]        2.9.1cvs11
2755
2756         * src/addressbook.c
2757                 Fix the use of display name in name column,
2758                 it has been overriden w/ the use of nickname
2759                 by 2.9.0cvs3. Now nickname is used (if any)
2760                 in case of LDAP books only.
2761
2762 2007-04-20 [colin]      2.9.1cvs10
2763
2764         * src/mimeview.c
2765         * src/summaryview.c
2766         * src/textview.c
2767                 Add handling of 'a' to loop in a mail's
2768                 mimeparts
2769
2770 2007-04-20 [colin]      2.9.1cvs9
2771
2772         * src/toolbar.c
2773                 Fix bug 1190, 'dir_open' button doesn't work'
2774                 (Maemo)
2775
2776 2007-04-20 [colin]      2.9.1cvs8
2777
2778         * src/folderview.c
2779         * src/mainwindow.c
2780                 Fix bug 1194, 'Hardware keys move from email 
2781                 list to account/directory list, but not back 
2782                 to email list...' (Maemo)
2783
2784 2007-04-20 [colin]      2.9.1cvs7
2785
2786         * src/compose.h
2787                 complete previous commit
2788
2789 2007-04-20 [colin]      2.9.1cvs6
2790
2791         * src/compose.c
2792                 Fix bug 1187, 'Reply-to addressee disappears 
2793                 when reply-to text box is clicked...' (Maemo)
2794
2795 2007-04-20 [wwp]        2.9.1cvs5
2796
2797         * po/POTFILES.in
2798         * src/addressbook.c
2799         * src/compose.c
2800         * src/filtering.c
2801         * src/headerview.c
2802         * src/matcher.c
2803         * src/prefs_common.c
2804         * src/prefs_common.h
2805         * src/prefs_display_header.c
2806         * src/prefs_matcher.c
2807         * src/summaryview.c
2808         * src/gtk/headers.h
2809         * src/gtk/quicksearch.c
2810                 Translate more header names according to the relevant option value,
2811                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2812                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2813                 to prefs_common_translated_header_name().
2814                 Added a headers.h reference file that contains known header names
2815                 (RFC2822 and others) to the translation process' input, so that
2816                 translated header names will still exist even if no occurrence of
2817                 _("headername") is found anymore in the sources.
2818                 Don't translate column name 'Number' following to trans_hdr option
2819                 value as it's not a header name.
2820
2821 2007-04-20 [colin]      2.9.1cvs4
2822
2823         * src/gtk/quicksearch.c
2824         * src/gtk/quicksearch.h
2825                 Add "From, To or Subject" quicksearch
2826                 type. Patch by ulfschaper@users.sf.net
2827
2828 2007-04-20 [colin]      2.9.1cvs3
2829
2830         * src/matcher.c
2831                 Implement proper references filtering condition.
2832                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2833
2834 2007-04-19 [wwp]        2.9.1cvs2
2835
2836         * src/prefs_display_header.c
2837         * src/message_search.c
2838                 Fix few warnings (g_free of const gchar*).
2839
2840 2007-04-19 [paul]       2.9.1cvs1
2841
2842         * NEWS
2843         * README
2844         * RELEASE_NOTES
2845         * configure.ac
2846                 bump version number following
2847                 stable release
2848
2849 2007-04-19 [paul]       2.9.0cvs9
2850
2851         * manual/advanced.xml
2852         * manual/glossary.xml
2853                 fix typos
2854
2855 2007-04-18 [paul]       2.9.0cvs8
2856
2857         * src/pop.c
2858                 fix for CVE-2007-1558 (APOP)
2859                 Thanks to Colin
2860
2861 2007-04-18 [paul]       2.9.0cvs7
2862
2863         * src/messageview.c
2864         * src/mimeview.c
2865         * src/summaryview.c
2866         * src/gtk/filesel.c
2867                 Fix encoding woes wrt saving of
2868                 mails and parts
2869                 Thanks to Colin
2870
2871 2007-04-18 [colin]      2.9.0cvs6
2872
2873         * src/gtk/pluginwindow.c
2874                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2875
2876 2007-04-17 [wwp]        2.9.0cvs5
2877
2878         * src/addressadd.c
2879         * src/addressbook.c
2880         * src/addrindex.c
2881         * src/ldapupdate.c
2882                 Fix --disable-ldap build,
2883                 fix some LDAP annoyances on 
2884                 searches, thanks to Colin.
2885
2886 2007-04-17 [wwp]        2.9.0cvs4
2887
2888         * src/ldapupdate.c
2889                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2890                 like gcc 2.9x. Thanks to Colin.
2891
2892 2007-04-17 [wwp]        2.9.0cvs3
2893
2894         * src/Makefile.am
2895         * src/addressadd.c
2896         * src/addressbook.c
2897         * src/addrindex.c
2898         * src/addritem.c
2899         * src/addritem.h
2900         * src/editaddress.c
2901         * src/ldapctrl.c
2902         * src/ldapctrl.h
2903         * src/ldapquery.c
2904         * src/ldapserver.c
2905         * src/ldapserver.h
2906         * src/ldapupdate.c
2907         * src/ldapupdate.h
2908                 Add LDAP write support. Patch mostly by 
2909                 Michael <mir at datanom dot net>
2910
2911 2007-04-17 [wwp]        2.9.0cvs2
2912
2913         * src/compose.c
2914                 Prepend "Add to address book" to the context menu of compose window's sender and
2915                 recipient fields.
2916
2917 2007-04-16 [paul]       2.9.0cvs1
2918
2919         * src/gtk/authors.h
2920                 add Pader Rezso
2921
2922 2007-04-16 [paul]       2.9.0
2923
2924         * NEWS
2925         * README
2926         * RELEASE_NOTES
2927                 2.9.0 released
2928
2929 2007-04-16 [paul]       2.8.1cvs102
2930
2931         * po/fr.po
2932                 updated by Fabien Vantard
2933
2934 2007-04-16 [paul]       2.8.1cvs101
2935
2936         * po/ca.po
2937         * po/cs.po
2938         * po/de.po
2939         * po/hu.po
2940         * po/pl.po
2941         * po/pt_BR.po
2942         * po/sr.po
2943         * po/zh_CN.po
2944                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2945                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2946                 Aleksandar Urosevic, and Ralgh Young
2947
2948 2007-04-15 [mones]      2.8.1cvs100
2949
2950         * po/es.po
2951                 Updated for release
2952
2953 2007-04-14 [colin]      2.8.1cvs99
2954
2955         * src/message_search.c
2956         * src/prefs_display_header.c
2957         * src/summary_search.c
2958         * src/gtk/combobox.c
2959                 Fix allocations
2960
2961 2007-04-14 [wwp]        2.8.1cvs98
2962
2963         * src/gtk/combobox.c
2964         * src/message_search.c
2965         * src/summary_search.c
2966         * src/prefs_display_header.c
2967                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2968                 returns NULL, get the text value directly from the GtkEntry child.
2969
2970 2007-04-13 [colin]      2.8.1cvs97
2971
2972         * src/gtk/quicksearch.c
2973                 Give the focus back to summaryview when
2974                 emptying the quicksearch with Esc
2975
2976 2007-04-13 [colin]      2.8.1cvs96
2977
2978         * src/message_search.c
2979         * src/prefs_display_header.c
2980         * src/summary_search.c
2981                 Fix possibles crashes when getting text
2982                 from gtk combos
2983
2984 2007-04-13 [colin]      2.8.1cvs95
2985
2986         * src/pop.c
2987                 Add some UIDL debugging
2988
2989 2007-04-12 [colin]      2.8.1cvs94
2990
2991         * src/folder.c
2992                 Force folder scan if necessary after
2993                 copying mails, to be able to reapply
2994                 flags.
2995
2996 2007-04-11 [colin]      2.8.1cvs93
2997
2998         * src/main.c
2999                 don't scan for new mail on startup if --select
3000                 is specified (or race conditions arise). If so,
3001                 do both sequentially.
3002
3003 2007-04-09 [colin]      2.8.1cvs92
3004
3005         * src/common/defs.h
3006                 Use leafpad by default on Maemo. Patch
3007                 by Jean-Luc Biord.
3008
3009 2007-04-06 [colin]      2.8.1cvs91
3010
3011         * src/pixmaps/queue_close.xpm
3012         * src/pixmaps/queue_close_hrm.xpm
3013         * src/pixmaps/queue_close_hrm_mark.xpm
3014         * src/pixmaps/queue_close_mark.xpm
3015         * src/pixmaps/queue_open.xpm
3016         * src/pixmaps/queue_open_hrm.xpm
3017         * src/pixmaps/queue_open_hrm_mark.xpm
3018         * src/pixmaps/queue_open_mark.xpm
3019                 Move the clock one pixel down :)
3020
3021 2007-04-05 [colin]      2.8.1cvs90
3022
3023         * src/mainwindow.c
3024                 Don't sync when switching offline from
3025                 command line - it's usually too late :)
3026
3027 2007-04-05 [paul]       2.8.1cvs89
3028
3029         * src/Makefile.am
3030         * src/stock_pixmap.c
3031         * src/pixmaps/dir_close_hrm.xpm
3032         * src/pixmaps/dir_close_hrm_mark.xpm
3033         * src/pixmaps/drafts_close.xpm
3034         * src/pixmaps/drafts_close_mark.xpm
3035         * src/pixmaps/drafts_open.xpm
3036         * src/pixmaps/drafts_open_mark.xpm
3037         * src/pixmaps/inbox.xpm
3038         * src/pixmaps/inbox_close.xpm
3039         * src/pixmaps/inbox_close_hrm.xpm
3040         * src/pixmaps/inbox_close_hrm_mark.xpm
3041         * src/pixmaps/inbox_close_mark.xpm
3042         * src/pixmaps/inbox_hrm.xpm
3043         * src/pixmaps/inbox_hrm_mark.xpm
3044         * src/pixmaps/inbox_mark.xpm
3045         * src/pixmaps/inbox_open.xpm
3046         * src/pixmaps/inbox_open_hrm.xpm
3047         * src/pixmaps/inbox_open_hrm_mark.xpm
3048         * src/pixmaps/inbox_open_mark.xpm
3049         * src/pixmaps/outbox.xpm
3050         * src/pixmaps/outbox_close.xpm
3051         * src/pixmaps/outbox_close_hrm.xpm
3052         * src/pixmaps/outbox_close_hrm_mark.xpm
3053         * src/pixmaps/outbox_close_mark.xpm
3054         * src/pixmaps/outbox_hrm.xpm
3055         * src/pixmaps/outbox_hrm_mark.xpm
3056         * src/pixmaps/outbox_mark.xpm
3057         * src/pixmaps/outbox_open.xpm
3058         * src/pixmaps/outbox_open_hrm.xpm
3059         * src/pixmaps/outbox_open_hrm_mark.xpm
3060         * src/pixmaps/outbox_open_mark.xpm
3061         * src/pixmaps/queue_close.xpm
3062         * src/pixmaps/queue_close_hrm.xpm
3063         * src/pixmaps/queue_close_hrm_mark.xpm
3064         * src/pixmaps/queue_close_mark.xpm
3065         * src/pixmaps/queue_open.xpm
3066         * src/pixmaps/queue_open_hrm.xpm
3067         * src/pixmaps/queue_open_hrm_mark.xpm
3068         * src/pixmaps/queue_open_mark.xpm
3069                 updated, added and replaced icons
3070                 Icons by Colin
3071
3072 2007-04-04 [colin]      2.8.1cvs88
3073
3074         * src/imap.c
3075                 Fix build without libetpan
3076
3077 2007-04-03 [colin]      2.8.1cvs87
3078
3079         * src/imap.c
3080                 Fix crash with Citadel, and try to make
3081                 things work. this server (and specifically 
3082                 STATUS and APPEND at least) seems broken.
3083
3084 2007-04-03 [colin]      2.8.1cvs86
3085
3086         * src/folderview.c
3087                 Fix icons on folder close
3088
3089 2007-04-03 [colin]      2.8.1cvs85
3090
3091         * src/inc.c
3092                 Fix double-ask of offline override in
3093                 certain cases
3094         * src/imap.c
3095         * src/imap.h
3096         * src/imap_gtk.c
3097                 Much more efficient way to synchronise
3098                 for offline use
3099         * src/etpan/imap-thread.c
3100                 Fix possible segs
3101         * src/folder.c
3102         * src/gtk/quicksearch.c
3103                 Fix some GUI lags
3104
3105 2007-04-03 [paul]       2.8.1cvs84
3106
3107         * src/filtering.c
3108         * src/folder.c
3109         * src/folder.h
3110         * src/prefs_common.c
3111         * src/prefs_common.h
3112         * src/prefs_other.c
3113                 Fix sync being done too late
3114                 Thanks to Colin
3115
3116 2007-04-02 [colin]      2.8.1cvs83
3117
3118         * src/summaryview.c
3119                 Maemo: Put status and quicksearch at the top
3120         * src/plugins/bogofilter/bogofilter.c
3121         * src/plugins/spamassassin/spamassassin.c
3122                 Derive trash from inbox if possible
3123
3124 2007-04-02 [paul]       2.8.1cvs82
3125
3126         * src/plugins/bogofilter/bogofilter_gtk.c
3127                 a few English changes
3128
3129 2007-04-02 [paul]
3130
3131         2.9.0-rc1 released
3132
3133 2007-04-02 [colin]      2.8.1cvs81
3134
3135         * src/image_viewer.c
3136                 Fix transparent images by using
3137                 GtkImage
3138         * src/messageview.c
3139                 Flush events (on new windows) to avoid
3140                 having the textview's image resize fail
3141                 to know the available width
3142
3143 2007-04-01 [colin]      2.8.1cvs80
3144
3145         * src/prefs_account.c
3146                 If no MH mailbox exist, when creating a POP/Local
3147                 account, just create and use the default one 
3148                 instead of bailing with a "Mailbox doesn't exist"
3149                 error
3150
3151 2007-03-31 [colin]      2.8.1cvs79
3152
3153         * src/prefs_account.c
3154                 Create signature file if it doesn't exist
3155                 before editing
3156         * src/prefs_toolbar.c
3157                 Maemo: Move "Use default" on the left so
3158                 that people can find it
3159         * src/common/defs.h
3160                 Maemo: make default editor "Maemopad", 
3161                 default signature file "MyDocs/signature.txt"
3162
3163 2007-03-31 [colin]      2.8.1cvs78
3164
3165         * src/prefs_account.c
3166                 Maemo: rework account prefs so
3167                 that less horizontal scrolling
3168                 is required
3169
3170 2007-03-31 [colin]      2.8.1cvs77
3171
3172         * src/folderview.c
3173         * src/prefs_common.c
3174         * src/prefs_common.h
3175                 Fix bug 1167, 'Allow not displaying zeros 
3176                 in folder list'. Patch by MartinP
3177
3178 2007-03-31 [colin]      2.8.1cvs76
3179
3180         * AUTHORS
3181                 Add Jean-Luc Biord
3182
3183 2007-03-31 [colin]      2.8.1cvs75
3184
3185         * src/imap.c
3186                 Apply patch from bug 1172, direct
3187                 access to the folder's session instead
3188                 of using getter. Patch by MartinP
3189
3190 2007-03-31 [paul]       2.8.1cvs74
3191
3192         * src/gtk/authors.h
3193                 no need to list Fabien twice!
3194
3195 2007-03-31 [colin]      2.8.1cvs73
3196
3197         * src/inc.c
3198                 If we're currently "overriding for %d minutes",
3199                 don't ask
3200
3201 2007-03-31 [colin]      2.8.1cvs72
3202
3203         * src/compose.c
3204         * src/imap.c
3205         * src/inc.c
3206         * src/inc.h
3207         * src/messageview.c
3208         * src/news.c
3209         * src/plugins/spamassassin/spamassassin.c
3210                 Offline override: Add a parameter to allow
3211                 asking even if the override timer is running.
3212                 Allows to ask every time the user makes an
3213                 explicit action needing online access (such
3214                 as Get Mail), and not when the action is 
3215                 implicit (such as opening an IMAP folder)
3216
3217 2007-03-31 [colin]      2.8.1cvs71
3218
3219         * src/inc.c
3220                 Override offline: "No" answer shouldn't
3221                 re-ask after 3 seconds, but 10 minutes. 
3222
3223 2007-03-30 [colin]      2.8.1cvs70
3224
3225         * src/common/socket.c
3226                 Better error reporting on unix socket
3227                 failure (bind usually)
3228         * src/gtk/gtkutils.c
3229         * src/gtk/gtkutils.h
3230                 Label window: add a pulsing progress
3231                 bar to show we're not hung :)
3232         * src/folderview.c
3233         * src/main.c
3234         * src/plugins/pgpcore/sgpgme.c
3235                 Update API
3236
3237 2007-03-30 [colin]      2.8.1cvs69
3238
3239         * src/pop.c
3240         * src/prefs_common.c
3241                 Fix possible trashing of history and uidl
3242                 files on disk full problems
3243
3244 2007-03-30 [paul]       2.8.1cvs68
3245
3246         * src/mainwindow.c
3247         * src/summaryview.c
3248         * src/summaryview.h
3249                 update summary when changing layout type
3250                 (fixes wrong folder icon being displayed)
3251                 Thanks to Colin
3252
3253 2007-03-29 [colin]      2.8.1cvs67
3254
3255         * src/prefs_ext_prog.c
3256                 The browser pref is irrelevant on Maemo
3257
3258 2007-03-29 [colin]      2.8.1cvs66
3259
3260         * src/compose.c
3261         * src/compose.h
3262                 Maemo: dynamically switch headers/text position
3263         * src/prefs_common.c
3264                 Maemo: hide compose's ruler by default
3265         * src/common/socket.c
3266         * src/common/socket.h
3267                 Fix build warning
3268
3269 2007-03-29 [colin]      2.8.1cvs65
3270
3271         * src/common/socket.c
3272         * src/common/socket.h
3273                 Fix build when MAEMO_CFLAGS contains
3274                 _X_OPENSOURCE (resolv.h errors as long
3275                 as we don't add _BSD_SOURCE. Ugly).
3276
3277 2007-03-29 [wwp]        2.8.1cvs64
3278
3279         * src/prefs_logging.c
3280                 Fix sensitivity of clip-log widgets in prefs/logging,
3281                 thanks to Fabien.
3282
3283 2007-03-29 [wwp]        2.8.1cvs63
3284
3285         * po/POTFILES.in
3286                 Updated files list for translations, thanks to Fabien.
3287
3288 2007-03-29 [colin]      2.8.1cvs62
3289
3290         * src/main.c
3291         * src/common/Makefile.am
3292         * src/common/utils.c
3293                 Maybe make URI opening work in Maemo
3294                 Requires testing :)
3295
3296 2007-03-28 [colin]      2.8.1cvs61
3297
3298         * src/folder.c
3299         * src/folder.h
3300         * src/folderview.c
3301                 Add the possibility to sort folders arbitrarily
3302                 (via editing of folderlist.xml only). Patch by
3303                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3304                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3305                 be changed by the user'
3306
3307 2007-03-28 [colin]      2.8.1cvs60
3308
3309         * src/mimeview.c
3310                 Add popup menu for mime icons
3311
3312 2007-03-28 [colin]      2.8.1cvs59
3313
3314         * src/mainwindow.c
3315                 Fix a layout issue when presenting
3316                 mainwindow in Small screen layout
3317         * src/toolbar.c
3318         * src/toolbar.h
3319                 Add a "Go to folder list" button for
3320                 mainwindow, and make it default in
3321                 the Maemo build
3322
3323 2007-03-28 [colin]      2.8.1cvs58
3324
3325         * src/compose.c
3326                 Don't dynamically update title on Maemo
3327                 Patch by Jean-Luc Biord
3328
3329 2007-03-27 [colin]      2.8.1cvs57
3330
3331         * src/compose.c
3332         * src/folderview.c
3333         * src/summaryview.c
3334                 Enable tap-and-hold on Maemo
3335
3336 2007-03-26 [colin]      2.8.1cvs56
3337
3338         * src/compose.c
3339                 More popup-menu (in attachments list)
3340
3341 2007-03-26 [colin]      2.8.1cvs55
3342
3343         * src/compose.c
3344                 Enable popup-menu signal
3345
3346 2007-03-26 [colin]      2.8.1cvs54
3347
3348         * src/plugins/pgpinline/pgpinline.c
3349                 Fix bug 1111, 'PGP/inline plugin hides text 
3350                 around encrypted text block'. Patch based on
3351                 a patch from Michal Cihar.
3352
3353 2007-03-26 [wwp]        2.8.1cvs53
3354
3355         * src/procmsg.c
3356                 Fix getting a false error when sending queued message
3357                 whereas the sending was fine (if there are subfolders
3358                 in the queue folder), thanks to Colin.
3359
3360 2007-03-26 [paul]       2.8.1cvs52
3361
3362         * src/wizard.c
3363                 update FACE header in welcome message
3364
3365 2007-03-25 [colin]      2.8.1cvs51
3366
3367         * src/Makefile.am
3368                 Fix make dist
3369
3370 2007-03-25 [colin]      2.8.1cvs50
3371
3372         * src/main.c
3373                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3374
3375 2007-03-24 [colin]      2.8.1cvs49
3376
3377         * src/main.c
3378                 Fix a few launch problems on Maemo
3379                 Patch by Jean-Luc Biord
3380
3381 2007-03-24 [wwp]        2.8.1cvs48
3382
3383         * src/alertpanel.c
3384         * src/alertpanel.h
3385         * src/messageview.c
3386         * src/summaryview.c
3387                 Fix wrong action performed when closing the
3388                 "ask about account specific filtering rules
3389                 when filtering manually" dialog by pressing Escape.
3390                 Fix wrong order of buttons in the "return receipt
3391                 notification - the message was sent to several of
3392                 your accounts" dialog.
3393
3394 2007-03-24 [paul]       2.8.1cvs47
3395
3396         * src/folderview.c
3397                 an improvement to English usage
3398         * tools/kdeservicemenu/README
3399                 updated Claws url
3400
3401 2007-03-24 [paul]       2.8.1cvs46
3402
3403         * src/Makefile.am
3404         * src/stock_pixmap.c
3405         * src/pixmaps/edit_extern.xpm
3406         * src/pixmaps/mail_sign.xpm
3407                 rescue long lost icons
3408
3409 2007-03-24 [paul]       2.8.1cvs45
3410
3411         * src/toolbar.c
3412                 fix toolbar (broken in 2.8.1cvs42)
3413
3414 2007-03-23 [colin]      2.8.1cvs44
3415
3416         * src/imap.c
3417                 Correctly unsubscribe/resubscribe after
3418                 RENAME
3419
3420 2007-03-23 [colin]      2.8.1cvs43
3421
3422         * src/prefs_common.c
3423                 Maemo: as the platform is light on RAM, allow
3424                 caches to be discarded faster.
3425
3426 2007-03-23 [colin]      2.8.1cvs42
3427
3428         * src/Makefile.am
3429         * src/compose.c
3430         * src/compose.h
3431         * src/stock_pixmap.c
3432         * src/stock_pixmap.h
3433         * src/summaryview.c
3434         * src/summaryview.h
3435         * src/toolbar.c
3436         * src/toolbar.h
3437         * src/pixmaps/open_mail.xpm
3438                 Maemo changes: Add the possibility to have
3439                 "Open Email" and "Close Window" buttons on 
3440                 toolbars (and use them in Maemo's default
3441                 toolbars)
3442
3443 2007-03-23 [wwp]        2.8.1cvs41
3444
3445         * src/action.c
3446                 Reverted that part of the action dialog closure logics, to
3447                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3448                 done later in a different way (or may not).
3449
3450 2007-03-22 [wwp]        2.8.1cvs40
3451
3452         * src/action.c
3453                 Fix sticky action dialog when got no output but action command
3454                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3455
3456 2007-03-22 [colin]      2.8.1cvs39
3457
3458         * src/prefs_filtering.c
3459         * src/gtk/combobox.h
3460                 Fix escaping account names in filtering prefs
3461
3462 2007-03-22 [colin]      2.8.1cvs38
3463
3464         * src/addrindex.c
3465         * src/ldapctrl.h
3466         * src/ldapquery.c
3467                 Add any attribute specified in LDAP servers'
3468                 Search attributes to the Other Attributes tab
3469                 of contacts; Add 'telephoneNumber' in the
3470                 default list.
3471
3472 2007-03-22 [colin]      2.8.1cvs37
3473
3474         * src/folderview.c
3475         * src/folderview.h
3476         * src/mainwindow.c
3477                 Try to prevent race conditions when
3478                 changing the folder list
3479         * src/summaryview.c
3480                 Fix possible red folder icon when
3481                 switching from Small screen layout
3482                 to any other
3483
3484 2007-03-22 [colin]      2.8.1cvs36
3485
3486         * src/mainwindow.c
3487         * src/mainwindow.h
3488         * src/summaryview.c
3489                 Rename "little screen" to "Small screen"
3490         * src/gtk/Makefile.am
3491         * src/common/utils.c
3492         * src/mh.c
3493                 Fix Maemo-related compilation problems
3494
3495 2007-03-21 [colin]      2.8.1cvs35
3496
3497         * configure.ac
3498                 Fix previous commit
3499         * claws-mail.desktop
3500                 Remove .png from the Icon, it's useless
3501
3502 2007-03-21 [colin]      2.8.1cvs34
3503
3504         * configure.ac
3505         * src/Makefile.am
3506                 Add the necessary lib checking for 
3507                 Maemo
3508
3509 2007-03-21 [colin]      2.8.1cvs33
3510
3511         * src/main.c
3512                 Fix unconditional "error happened" when
3513                 sending via command-line. "lol @ myself"
3514
3515 2007-03-21 [colin]      2.8.1cvs32
3516
3517         * claws-mail-40x40.png
3518         * claws-mail-26x26.png
3519         * src/account.c
3520         * src/addressbook.c
3521         * src/compose.c
3522         * src/folderview.c
3523         * src/folderview.h
3524         * src/main.c
3525         * src/mainwindow.c
3526         * src/mainwindow.h
3527         * src/messageview.c
3528         * src/prefs_account.c
3529         * src/prefs_common.c
3530         * src/summary_search.c
3531         * src/summaryview.c
3532         * src/summaryview.h
3533         * src/gtk/authors.h
3534         * src/gtk/gtkutils.c
3535         * src/gtk/gtkutils.h
3536         * src/gtk/logwindow.c
3537         * src/gtk/menu.c
3538         * src/gtk/prefswindow.c
3539                 Add Maemo port (patch mainly by Jean-Luc Biort)
3540                 Add a new 'Little screen' layout to help on such
3541                 platforms (patch by me)
3542                 Make some default preferences different (more
3543                 adapted) on Maemo (patch by me)
3544
3545 2007-03-21 [wwp]        2.8.1cvs31
3546
3547         * src/prefs_logging.c
3548         * src/prefs_logging.h
3549                 Fixed copyright header of newly added files.
3550
3551 2007-03-21 [wwp]        2.8.1cvs30
3552
3553         * src/Makefile.am
3554         * src/filtering.c
3555         * src/filtering.h
3556         * src/folder.c
3557         * src/folderview.c
3558         * src/imap.c
3559         * src/inc.c
3560         * src/main.c
3561         * src/mainwindow.c
3562         * src/mainwindow.h
3563         * src/matcher.c
3564         * src/messageview.c
3565         * src/news.c
3566         * src/pop.c
3567         * src/prefs_common.c
3568         * src/prefs_common.h
3569         * src/prefs_logging.c
3570         * src/prefs_logging.h
3571         * src/prefs_other.c
3572         * src/procmsg.c
3573         * src/send_message.c
3574         * src/summaryview.c
3575         * src/common/log.c
3576         * src/common/log.h
3577         * src/common/nntp.c
3578         * src/common/session.c
3579         * src/common/smtp.c
3580         * src/common/socket.c
3581         * src/etpan/imap-thread.c
3582         * src/gtk/logwindow.c
3583         * src/gtk/logwindow.h
3584         * src/plugins/bogofilter/bogofilter.c
3585         * src/plugins/spamassassin/spamassassin.c
3586                 Added debugging of filtering/processing rules.
3587                 The debug log is here 'Tools/Filtering debug window',
3588                 the options there 'Configuration/Preferences/Other/Logging',
3589                 and the log file is ~/.claws-mail/filtering.log.
3590                 Moved protocol log prefs to 'Other/Logging' as well.
3591                 To support such debugging feature, the existing log API has
3592                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3593                 this impacts many external modules (commits follow).
3594
3595 2007-03-21 [paul]       2.8.1cvs29
3596
3597         * src/etpan/Makefile.am
3598         * src/etpan/imap-thread.c
3599                 add missing #include
3600
3601 2007-03-21 [colin]      2.8.1cvs28
3602
3603         * src/procmime.c
3604                 Fix bug 1157, 'some broken messages confuse 
3605                 mime parser'. Make sure we can't have MimeInfos
3606                 with negative sizes.
3607
3608 2007-03-20 [colin]      2.8.1cvs27
3609
3610         * src/main.c
3611                 Fix missing \0 on buffer
3612
3613 2007-03-20 [colin]      2.8.1cvs26
3614
3615         * src/mh.c
3616                 Use make_dir_hier instead of make_dir 
3617                 to create the MH mailbox
3618
3619 2007-03-20 [colin]      2.8.1cvs25
3620
3621         * src/folder.c
3622         * src/folder.h
3623         * src/prefs_account.c
3624         * src/wizard.c
3625                 Fix default inbox weirdnesses (after wizard,
3626                 if path is Mail, mailbox identifier is #mh/Mailbox,
3627                 and when creating new accounts)
3628
3629 2007-03-20 [colin]      2.8.1cvs24
3630
3631         * src/account.c
3632                 Write folderlist after adding/deleting accounts
3633                 that have folders
3634
3635 2007-03-20 [colin]      2.8.1cvs23
3636
3637         * src/imap.c
3638         * src/remotefolder.h
3639                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3640                 selected while scanning prior to update'
3641
3642 2007-03-17 [paul]       2.8.1cvs22
3643
3644         * src/main.c
3645                 fix a typo, and be a little more verbose.
3646
3647 2007-03-17 [wwp]        2.8.1cvs21
3648
3649         * src/inc.c
3650                 Fix a compiler warning.
3651
3652 2007-03-16 [wwp]        2.8.1cvs20
3653
3654         * tools/Makefile.am
3655         * tools/README
3656                 Updated to deal w/ the new mairix.sh tool.
3657
3658 2007-03-16 [wwp]        2.8.1cvs19
3659
3660         * src/action.c
3661                 Fix logics issues around the action IO dialog:
3662                 - disable entry widget and exec button when
3663                   the exec button is clicked (don't wait for any
3664                   output line) - fix possible disabling/re-enabling/
3665                   re-disabling of those widgets
3666                 - raise an error if executing a %as{} action either
3667                   empty or invalid, instead of failing silently
3668                 - don't close the dialog if the abort button has been
3669                   clicked and if there was no output yet
3670                 - set focus to the abort button when the exec button
3671                   is clicked
3672                 - fix capitalization of a warning message
3673
3674 2007-03-16 [wwp]        2.8.1cvs18
3675
3676         * tools/mairix.sh
3677                 Added a wrapper to mairix to the tools folder.
3678
3679 2007-03-16 [colin]      2.8.1cvs17
3680
3681         * src/messageview.c
3682         * src/mimeview.h
3683                 Allow mimeviewer plugins to print
3684                 their stuff
3685
3686 2007-03-16 [colin]      2.8.1cvs16
3687
3688         * .cvsignore
3689                 Ignore *.patchset
3690
3691 2007-03-15 [colin]      2.8.1cvs15
3692
3693         * src/messageview.c
3694         * src/mimeview.h
3695                 Add a way for mimeviewer plugins to
3696                 implement body search
3697
3698 2007-03-15 [paul]       2.8.1cvs14
3699
3700         * src/prefs_spelling.c
3701                 fix English usage
3702
3703 2007-03-15 [paul]       2.8.1cvs13
3704
3705         * src/common/quoted-printable.c
3706                 fix decoding of quoted-printable parts
3707
3708 2007-03-14 [wwp]        2.8.1cvs12
3709
3710         * src/gtk/logwindow.h
3711                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3712
3713 2007-03-14 [wwp]        2.8.1cvs11
3714
3715         * src/gtk/logwindow.h
3716                 Complete 2.8.1cvs10.
3717
3718 2007-03-14 [colin]      2.8.1cvs10
3719
3720         * src/gtk/logwindow.c
3721                 Probably fix bug 1149, crash on logwindow
3722                 close - at the expense of performance once
3723                 logwin has been opened
3724
3725 2007-03-14 [colin]      2.8.1cvs9
3726
3727         * src/main.c
3728                 If claws-mail is running on another
3729                 display, warn instead of popping it up
3730                 on the other display
3731
3732 2007-03-12 [colin]      2.8.1cvs8
3733
3734         * src/wizard.c
3735                 Fix bug 1145, 'Setting a different name 
3736                 for the Mailbox name isn't reflected in 
3737                 default account settings'. Patch by wwp
3738
3739 2007-03-12 [colin]      2.8.1cvs7
3740
3741         * src/summaryview.c
3742                 Fix bug 1143, 'Add number of messages to be 
3743                 deleted to confirmation dialog'
3744
3745 2007-03-12 [wwp]        2.8.1cvs6
3746
3747         * src/folderview.c
3748         * src/prefs_common.c
3749         * src/prefs_common.h
3750         * src/prefs_summaries.c
3751                 Changed the option that displays unread messages count
3752                 next to the folder name in folder list: it is now
3753                 possible to either display nothing, display the
3754                 unread messages number only or the unread and total messages
3755                 numbers. The patch includes this extra feature as well
3756                 as some minor fixes by rewriting the algo in folderview.c.
3757                 Thanks to Paul for the original idea and implementation, plus
3758                 testing and proof-reading!
3759
3760 2007-03-09 [paul]       2.8.1cvs5
3761
3762         * tools/Makefile.am
3763         * tools/README
3764         * tools/claws-mail-compose-insert-files.pl
3765                 added a script which enables inserting files
3766                 into the message body of a new Claws Mail
3767                 Compose window from the command line. Additionally
3768                 To, Cc, Subject and files to attach to the message
3769                 can be specified.
3770
3771 2007-03-09 [wwp]        2.8.1cvs4
3772
3773         * src/addr_compl.c
3774         * src/addr_compl.h
3775         * src/filtering.c
3776                 Optimize matching of addresses in the addressbook
3777                 (filtering/processing 'found_in_addressbook' condition).
3778
3779 2007-03-07 [wwp]        2.8.1cvs3
3780
3781         * src/quote_fmt.c
3782         * src/quote_fmt_lex.l
3783         * src/quote_fmt_parse.y
3784                 Add a new quote format symbol: %A to insert the
3785                 sender email address (just the address itself).
3786
3787 2007-03-06 [wwp]        2.8.1cvs2
3788
3789         * src/gtk/gtkutils.c
3790         * src/plugins/trayicon/trayicon_prefs.h
3791         * src/plugins/trayicon/trayicon_prefs.c
3792         * src/plugins/trayicon/trayicon.c
3793         * src/mainwindow.h
3794         * src/mainwindow.c
3795                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3796                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3797
3798
3799 2007-03-06 [paul]       2.8.1cvs1
3800
3801         * NEWS
3802         * README
3803         * RELEASE_NOTES
3804         * configure.ac
3805                 bump version number following
3806                 stable release
3807
3808 2007-03-06 [paul]       2.8.0cvs24
3809
3810         * po/cs.po
3811                 corrected by by Tim <timbrain@post.cz>
3812
3813 2007-03-05 [colin]      2.8.0cvs23
3814
3815         * src/Makefile.am
3816         * src/procmime.c
3817                 Fix mime/globs path on NetBSD
3818                 patch by George Michaelson
3819
3820 2007-03-05 [wwp]        2.8.0cvs22
3821
3822         * src/addr_compl.c
3823                 Remove debug statement (accidentally committed w/ cvs14).
3824
3825 2007-03-05 [paul]       2.8.0cvs21
3826
3827         * src/plugins/pgpcore/prefs_gpg.c
3828                 fix compiler warning
3829
3830 2007-03-05 [wwp]        2.8.0cvs20
3831
3832         * src/matcher_parser_parse.y
3833                 Fix mismerge between cvs17 and cvs19.
3834
3835 2007-03-05 [wwp]        2.8.0cvs19
3836
3837         * src/matcher_parser_parse.y
3838         * src/prefs_filtering_action.c
3839         * src/matcher.c
3840         * src/matcher.h
3841         * src/filtering.c
3842         * src/filtering.h
3843                 Add new 'add_to_addressbook' filtering/processing action.
3844
3845 2007-03-05 [wwp]        2.8.0cvs18
3846
3847         * src/filtering.c
3848                 Fix mark_as_ham filtering/processing action: spam flag
3849                 was not unset.
3850
3851 2007-03-04 [colin]      2.8.0cvs17
3852
3853         * src/filtering.c
3854         * src/matcher.c
3855         * src/matcher.h
3856         * src/matcher_parser_parse.y
3857         * src/prefs_filtering_action.c
3858                 Add 'Mark as spam' and 'Mark as ham' filtering
3859                 actions. Fixes bug 1138.
3860
3861 2007-03-04 [colin]      2.8.0cvs16
3862
3863         * src/imap.c
3864                 Fix bug 1140, wrong return value
3865                 without libetpan
3866
3867 2007-03-04 [wwp]        2.8.0cvs15
3868
3869         * src/addr_compl.c
3870                 Rollback cvs14: don't free stuff that is managed in g_list.
3871
3872 2007-03-04 [wwp]        2.8.0cvs14
3873
3874         * src/addr_compl.c
3875                 Fix a leak in address completion code.
3876
3877 2007-03-04 [colin]      2.8.0cvs13
3878
3879         * src/addr_compl.c
3880                 Maybe fix bug 1136, 'Crash in group 
3881                 address completion'
3882
3883 2007-03-04 [iwkse]      2.8.0cvs12
3884
3885         * src/imap.c
3886                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3887
3888 2007-03-03 [colin]      2.8.0cvs11
3889
3890         * src/plugins/pgpinline/pgpinline.c
3891                 Fix off-by-one, fix double-free. Fixes
3892                 bug 1135, 'cm-segfault on decrypting 
3893                 with PGP/inline'
3894
3895 2007-03-03 [colin]      2.8.0cvs10
3896
3897         * configure.ac
3898         * src/main.c
3899         * src/common/plugin.c
3900                 Fix bug 1134, 'Valgrind macros unhandled 
3901                 by Irix's cc'
3902
3903 2007-03-02 [colin]      2.8.0cvs9
3904
3905         * src/mbox.c
3906                 Don't error out on EAGAIN. Fixes 
3907                 bug 1129, '"local mbox file" account 
3908                 isn't retrieving mails'
3909
3910 2007-03-01 [wwp]        2.8.0cvs8
3911
3912         * src/mainwindow.c
3913         * src/gtk/colorlabel.c
3914                 Remove accels for extra color labels until we set better
3915                 and definitive ones.
3916
3917 2007-02-28 [wwp]        2.8.0cvs7
3918
3919         * src/mainwindow.c
3920         * src/matcher_parser_parse.y
3921         * src/prefs_common.c
3922         * src/prefs_msg_colors.c
3923         * src/procmsg.h
3924         * src/gtk/colorlabel.c
3925         * src/gtk/colorlabel.h
3926                 Add more customizable color labels. Cleaned up a bit
3927                 the color label API to avoid duplicate defines of
3928                 the max number of colors.
3929
3930 2007-02-27 [colin]      2.8.0cvs6
3931
3932         * src/mainwindow.c
3933         * src/common/utils.c
3934         * src/common/utils.h
3935                 Fix '+' in mailto URIs for List-* headers
3936
3937 2007-02-27 [colin]      2.8.0cvs5
3938
3939         * src/gtk/gtkutils.c
3940                 Use gtk_window_set_role instead of 
3941                 _set_wmclass
3942
3943 2007-02-27 [colin]      2.8.0cvs4
3944
3945         * src/inc.c
3946                 Fix "After receiving new mail, go to inbox" on IMAP,
3947                 and make it work only on manual reception
3948
3949 2007-02-27 [wwp]        2.8.0cvs3
3950
3951         * src/prefs_filtering.c
3952         * src/prefs_filtering_action.c
3953         * src/prefs_matcher.c
3954                 Update filtering matcher's and action's color label menus
3955                 when re-opening those dialogs (reflect any change to the
3956                 color labels list in the preferences).
3957
3958 2007-02-27 [colin]      2.8.0cvs2
3959
3960         * src/imap.c
3961         * src/etpan/etpan-thread-manager-types.h
3962         * src/etpan/etpan-thread-manager.c
3963         * src/etpan/imap-thread.c
3964                 Log imap ALERTs as errors in the log.
3965
3966 2007-02-26 [paul]       2.8.0cvs1
3967
3968         * tools/claws.i18n.status.pl
3969                 updated
3970
3971 2007-02-26 [paul]       2.7.2cvs75
3972
3973         * po/ca.po
3974         * po/cs.po
3975         * po/de.po
3976         * po/en_GB.po
3977         * po/fi.po
3978         * po/fr.po
3979         * po/hu.po
3980         * po/pl.po
3981         * po/pt_BR.po
3982         * po/sk.po
3983         * po/sr.po
3984         * po/zh_CN.po
3985                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3986                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3987                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3988                 Aleksandar Urosevic, and Ralgh Young
3989
3990 2007-02-25 [mones]      2.7.2cvs74
3991
3992         * po/es.po
3993                 Updated for release
3994
3995 2007-02-25 [colin]      2.7.2cvs73
3996
3997         * src/main.c
3998                 Clearing the list is only useful
3999                 to prevent a valgrind false-positive
4000
4001 2007-02-25 [paul]       2.7.2cvs72
4002
4003         * tools/Makefile.am
4004         * tools/README
4005         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4006         * tools/maildir2claws-mail.pl  **REMOVED**
4007                 renamed the script, fixed a couple bugs
4008
4009 2007-02-23 [colin]      2.7.2cvs71
4010
4011         * src/addressbook.c
4012                 Fix a leak, check for a few improbable nulls
4013
4014 2007-02-23 [colin]      2.7.2cvs70
4015
4016         * src/main.c
4017         * src/main.h
4018         * src/plugins/trayicon/trayicon.c
4019                 Fix blinking mainwin when starting in tray
4020                 (show mainwindow later in the startup process,
4021                  apart if restarting post-crash)
4022
4023 2007-02-23 [colin]      2.7.2cvs69
4024
4025         * src/folderview.c
4026         * src/imap_gtk.c
4027                 Fix crash when unsubscribing the currently
4028                 selected/opened folder
4029
4030 2007-02-23 [colin]      2.7.2cvs68
4031
4032         * src/compose.c
4033                 Fix bug that prevented colorization to
4034                 work without wrap quotation option
4035
4036 2007-02-23 [colin]      2.7.2cvs67
4037
4038         * src/addr_compl.c
4039                 Fix refcounting, start and end completion who
4040                 behaved as if there couldn't be any other current
4041                 user of completion
4042
4043 2007-02-23 [wwp]        2.7.2cvs66
4044
4045         * src/addressbook.c
4046         * src/addrindex.c
4047                 Address completion fixes: fix addressbook_peek_folder_exists() in
4048                 which the algorithm was ridiculously over-obfuscated and broken.
4049                 Fix addrindex_load_completion() as well, to load addresses in
4050                 completion list with regards to what addressbook_peek_folder_exists()
4051                 returns now.
4052
4053 2007-02-23 [wwp]        2.7.2cvs65
4054
4055         * src/addr_compl.c
4056                 Add addresses to completion when they're non-empty (thanks to Colin).
4057
4058 2007-02-23 [paul]       2.7.2cvs64
4059
4060         * src/plugins/pgpcore/passphrase.c
4061                 remove 'const '
4062
4063 2007-02-23 [colin]      2.7.2cvs63
4064
4065         * src/plugins/pgpcore/prefs_gpg.c
4066         * src/plugins/pgpcore/prefs_gpg.h
4067         * src/plugins/pgpcore/sgpgme.c
4068         * src/plugins/pgpinline/pgpinline.c
4069         * src/plugins/pgpmime/pgpmime.c
4070                 Try harder to respect user's choice wrt
4071                 gpg-agent even with gpg2, by unsetting
4072                 GPG_AGENT_INFO when necessary.
4073
4074 2007-02-22 [paul]       2.7.2cvs62
4075
4076         * src/plugins/pgpcore/sgpgme.c
4077         * src/plugins/pgpcore/sgpgme.h
4078         * src/plugins/pgpcore/passphrase.c
4079         * src/plugins/pgpinline/pgpinline.c
4080         * src/plugins/pgpmime/pgpmime.c
4081                 Fix a leak - gpgme_data_release_and_get_mem
4082                 leaks in recent gpgme. Workaround by using
4083                 our own function.
4084
4085 2007-02-22 [paul]       2.7.2cvs61
4086
4087         * src/gtk/quicksearch.c
4088                 Abandon dynamic search when pressing
4089                 Enter
4090
4091 2007-02-21 [colin]      2.7.2cvs60
4092
4093         * src/procmsg.c
4094         * src/plugins/pgpcore/passphrase.c
4095                 Fix little memory leaks
4096         * src/main.c
4097                 Fix false-positive leak at exit
4098         * src/gtk/quicksearch.c
4099                 Fix potentially big leak in recursive
4100                 Quicksearch
4101
4102 2007-02-21 [wwp]        2.7.2cvs59
4103
4104         * src/summaryview.c
4105                 Add missing newline to a debug message.
4106
4107 2007-02-20 [colin]      2.7.2cvs58
4108
4109         * src/Makefile.am
4110         * src/mimeview.c
4111         * src/stock_pixmap.c
4112         * src/stock_pixmap.h
4113         * src/pixmaps/mime_pgpsig.xpm
4114                 Add icon for application/pgp-signature
4115
4116 2007-02-20 [colin]      2.7.2cvs57
4117
4118         * src/Makefile.am
4119         * src/main.c
4120         * src/mimeview.c
4121         * src/stock_pixmap.c
4122         * src/stock_pixmap.h
4123         * src/pixmaps/mime_calendar.xpm
4124         * src/pixmaps/mime_pdf.xpm
4125         * src/pixmaps/mime_ps.xpm
4126                 Add icons for text/calendar, application/pdf
4127                 and application/postscript
4128
4129 2007-02-20 [colin]      2.7.2cvs56
4130
4131         * autogen.sh
4132         * src/matcher_parser_parse.y
4133         * src/matcher_parser_lex.l
4134                 Fix big memory leak in flex, and
4135                 require flex 2.5.31
4136
4137 2007-02-20 [wwp]        2.7.2cvs55
4138
4139         * src/matcher_parser_parse.y
4140                 Fix a duplicate token definition (thanks to iwkse).
4141
4142 2007-02-20 [wwp]        2.7.2cvs54
4143
4144         * src/matcher_parser_lex.l
4145         * src/quote_fmt_lex.l
4146                 Use proper flex options instead of direct use of #define,
4147                 make the flex-generated C lighter.
4148
4149 2007-02-20 [colin]      2.7.2cvs53
4150
4151         * src/summaryview.c
4152                 Grab focus in message list after hiding
4153                 the quicksearch, instead of leaving it
4154                 "somewhere"
4155
4156 2007-02-19 [colin]      2.7.2cvs52
4157
4158         * src/folderview.c
4159                 Fix bug 1033, 'Automatically refresh 
4160                 message list when new messages arrives'
4161                 Looks like folderview->opened can sometimes
4162                 be wrong...
4163
4164 2007-02-19 [paul]       2.7.2cvs51
4165
4166         * tools/Makefile.am
4167         * tools/README
4168         * tools/thunderbird-filters-convertor.pl
4169                 add new script which converts thunderbird filter
4170                 rules to Claws filter rules
4171
4172 2007-02-18 [paul]       2.7.2cvs50
4173
4174         * src/plugins/pgpcore/prefs_gpg.c
4175         * src/plugins/pgpcore/prefs_gpg.h
4176         * src/plugins/pgpcore/sgpgme.c
4177         * src/plugins/pgpinline/pgpinline.c
4178         * src/plugins/pgpmime/pgpmime.c
4179                 improved GUI interoperability with gpg-agent
4180
4181 2007-02-18 [paul]       2.7.2cvs49
4182
4183         * src/prefs_account.c
4184                 Privacy options sensitivity fix
4185
4186 2007-02-17 [colin]      2.7.2cvs48
4187
4188         * src/messageview.c
4189                 Reset icon to warning in the noticeview
4190
4191 2007-02-15 [colin]      2.7.2cvs47
4192
4193         * src/folderview.c
4194                 Fix a manifestation of bug 1033 (summaryview failing
4195                 to update for new mails), which happens after editing
4196                 account preferences or preferences that cause a 
4197                 folderview reload.
4198
4199 2007-02-15 [colin]      2.7.2cvs46
4200
4201         * src/addressbook.c
4202                 Probably fix bug 1123, 'Segmentation 
4203                 fault while opening address book'. I get
4204                 g_warnings if the saved paned position is
4205                 not greater than 0. Also, save position
4206                 when hiding the addressbook instead of
4207                 via signal.
4208
4209 2007-02-14 [colin]      2.7.2cvs45
4210
4211         * src/plugins/pgpcore/prefs_gpg.c
4212         * src/plugins/pgpcore/prefs_gpg.h
4213         * src/plugins/pgpcore/sgpgme.c
4214         * src/plugins/pgpinline/pgpinline.c
4215         * src/plugins/pgpmime/pgpmime.c
4216                 Add an option "Use gpg-agent if available". Fixes
4217                 annoyances with distro-installed gpg-agent, when
4218                 no pinentry program is installed, and the user's 
4219                 at a loss on why "decryption failed". Makes more
4220                 clear why passphrase isn't saved when gpg-agent is
4221                 used. Defaults to true, to avoid changing the 
4222                 current behaviour.
4223
4224 2007-02-14 [wwp]        2.7.2cvs44
4225
4226         * src/matcher_parser_parse.y
4227                 Fix missing line number reset (wrong line number might appear
4228                 when re-loading filtering rules if there's a parser error).
4229
4230 2007-02-13 [colin]      2.7.2cvs43
4231
4232         * src/common/utils.c
4233                 Don't encode ',' in URIs before passing it
4234                 to the browser command-line. It was probably
4235                 done at a time where commas in URIs made
4236                 mozilla -remote 'openurl(%s,new-window)'
4237                 bug.
4238
4239 2007-02-13 [wwp]        2.7.2cvs42
4240
4241         * src/prefs_matcher.c
4242         * src/plugins/bogofilter/bogofilter_gtk.c
4243                 A bit of string factorization around "Select ..." buttons.
4244
4245 2007-02-11 [colin]      2.7.2cvs41
4246
4247         * src/alertpanel.c
4248                 Make sure to escape the title
4249
4250 2007-02-11 [colin]      2.7.2cvs40
4251
4252         * src/codeconv.c
4253                 Recognize .utf8 locales as .UTF-8 ones
4254
4255 2007-02-11 [colin]      2.7.2cvs39
4256
4257         * src/compose.c
4258                 Fix code conversion when dragging a file
4259
4260 2007-02-09 [colin]      2.7.2cvs38
4261
4262         * src/plugins/clamav/clamav_plugin.c
4263                 Complete Paul's patch with conditional
4264                 compilation to avoid breaking compilation
4265                 on old Dapper and Edgy... Maybe other
4266                 distros too.
4267
4268 2007-02-09 [paul]       2.7.2cvs37
4269
4270         * src/plugins/clamav/clamav_plugin.c
4271                 fix for the upstream changes in libclamav
4272
4273 2007-02-09 [paul]       2.7.2cvs36
4274
4275         * src/main.c
4276         * src/mainwindow.c
4277         * src/procmsg.c
4278         * src/procmsg.h
4279                 fix "warn if there are queued messages" (on exit)
4280                 option, which only checked the first mailbox's
4281                 queue
4282                 don't ask before emptying trash if there are no
4283                 messages in trash, also check and empty all trash
4284                 folders
4285         * src/prefs_other.c
4286                 move "Ask before emptying trash" option
4287                 outside of the "On exit" frame as it's
4288                 not only an "On exit" option
4289
4290 2007-02-09 [paul]       2.7.2cvs35
4291
4292         * src/addrgather.c
4293         * src/alertpanel.c
4294         * src/editldap.c
4295         * src/prefs_account.c
4296         * src/prefs_folder_item.c
4297         * src/prefs_gtk.h
4298         * src/prefs_matcher.c
4299         * src/prefs_message.c
4300         * src/prefs_msg_colors.c
4301         * src/prefs_summaries.c
4302         * src/wizard.c
4303         * src/gtk/inputdialog.c
4304         * src/plugins/bogofilter/bogofilter_gtk.c
4305                 pedantic commit: use 'checkbtn' everywhere
4306                 instead of a mixture of 'checkbtn' and 'chkbtn'
4307
4308 2007-02-09 [paul]       2.7.2cvs34
4309
4310         * src/compose.c
4311                 fix default hotkeys
4312         * src/prefs_other.c
4313         * src/prefs_send.c
4314                 move "Never send Return Receipts" from
4315                 prefs_other to prefs_send
4316                 add an option "Ask about account specific
4317                 filtering rules..." to prefs_other
4318         * src/gtk/gtkutils.c
4319                 fix a compiler warning
4320
4321 2007-02-08 [colin]      2.7.2cvs33
4322
4323         * src/plugins/pgpinline/pgpinline.c
4324                 Fix bug 1110, 'pgpmime fails to process 
4325                 encapsulated openpgp mime (rfc 3156, 6.1 
4326                 -> rfc1847)'
4327                 It was due to an interaction between PGP/Mime
4328                 and PGP/Inline plugin. 
4329
4330 2007-02-08 [colin]      2.7.2cvs32
4331
4332         * src/inc.c
4333         * src/mbox.c
4334         * src/mbox.h
4335                 Fix bug 1117, 'fcntl locking code 
4336                 does not work in mbox.c'
4337
4338 2007-02-08 [colin]      2.7.2cvs31
4339
4340         * src/prefs_account.c
4341                 Fix Gentoo bug 165819, 'can't create 
4342                 a "local mbox file" account'. Patch
4343                 by Olivier <castan.o@free.fr>
4344
4345 2007-02-07 [colin]      2.7.2cvs30
4346
4347         * src/ldapquery.c
4348                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4349                 autocompletion was used'
4350
4351 2007-02-07 [paul]       2.7.2cvs29
4352
4353         * src/folder.c
4354                 cut down on unnecessary debug_prints
4355         * src/imap_gtk.c
4356                 fix menu_set_active() on 'Show only
4357                 subscribed folders'
4358
4359 2007-02-07 [paul]       2.7.2cvs28
4360
4361         * src/plugins/clamav/clamav_plugin.c
4362         * src/plugins/clamav/clamav_plugin.h
4363         * src/plugins/clamav/clamav_plugin_gtk.c
4364                 fix copyright header
4365
4366 2007-02-07 [paul]       2.7.2cvs27
4367
4368         * src/procheader.c
4369                 fix bug 1116, 'summary view allow a 
4370                 subject line break'
4371
4372 2007-02-06 [colin]      2.7.2cvs26
4373
4374         * src/summaryview.c
4375                 Fix delete thread
4376
4377 2007-02-05 [fabien]     2.7.2cvs25
4378
4379         * po/POTFILES.in
4380         * src/uri_opener.c
4381                 i18n related - 1 fix and 1 message for translators.
4382
4383 2007-02-05 [colin]      2.7.2cvs24
4384
4385         * src/gtk/quicksearch.c
4386                 Don't reload summary list if quicksearch wasn't
4387                 active on hiding; move currently selected mail in
4388                 the visible area when showing the quicksearch
4389
4390 2007-02-05 [colin]      2.7.2cvs23
4391
4392         * src/folderview.c
4393                 Add debug to try to solve bug 1104
4394
4395 2007-02-05 [paul]       2.7.2cvs22
4396
4397         * src/mainwindow.c
4398                 confirm before emptying trash on exit is
4399                 a Yes or No answer, use Yes or No in the
4400                 dialog
4401
4402 2007-02-04 [colin]      2.7.2cvs21
4403
4404         * src/compose.c
4405         * src/plugins/pgpcore/passphrase.c
4406         * src/plugins/pgpcore/select-keys.c
4407                 Set wmclass on new windows
4408
4409 2007-02-04 [colin]
4410
4411         2.8.0-rc1 released
4412
4413 2007-02-04 [colin]      2.7.2cvs20
4414
4415         * src/compose.c
4416         * src/compose.h
4417                 Auto save drafts on exit, reopen them
4418                 at startup, instead of asking
4419         * src/account.c
4420         * src/addressadd.c
4421         * src/addressbook.c
4422         * src/addressbook_foldersel.c
4423         * src/addrgather.c
4424         * src/crash.c
4425         * src/editaddress.c
4426         * src/editbook.c
4427         * src/editgroup.c
4428         * src/editjpilot.c
4429         * src/editldap.c
4430         * src/editldap_basedn.c
4431         * src/editvcard.c
4432         * src/exphtmldlg.c
4433         * src/expldifdlg.c
4434         * src/export.c
4435         * src/foldersel.c
4436         * src/gedit-print.c
4437         * src/import.c
4438         * src/importldif.c
4439         * src/importmutt.c
4440         * src/importpine.c
4441         * src/main.c
4442         * src/mainwindow.c
4443         * src/message_search.c
4444         * src/messageview.c
4445         * src/prefs_actions.c
4446         * src/prefs_customheader.c
4447         * src/prefs_display_header.c
4448         * src/prefs_filtering.c
4449         * src/prefs_filtering_action.c
4450         * src/prefs_folder_column.c
4451         * src/prefs_gtk.c
4452         * src/prefs_matcher.c
4453         * src/prefs_other.c
4454         * src/prefs_summaries.c
4455         * src/prefs_summary_column.c
4456         * src/prefs_template.c
4457         * src/sourcewindow.c
4458         * src/ssl_manager.c
4459         * src/summary_search.c
4460         * src/uri_opener.c
4461         * src/gtk/about.c
4462         * src/gtk/description_window.c
4463         * src/gtk/foldersort.c
4464         * src/gtk/gtkutils.c
4465         * src/gtk/gtkutils.h
4466         * src/gtk/icon_legend.c
4467         * src/gtk/logwindow.c
4468         * src/gtk/pluginwindow.c
4469         * src/gtk/prefswindow.c
4470                 Give different wmclass to different
4471                 windows - thanks to sed ;)
4472
4473 2007-02-04 [colin]      2.7.2cvs19
4474
4475         * src/main.c
4476                 Revert previous patch, can't reproduce
4477                 it anymore. 
4478
4479 2007-02-03 [colin]      2.7.2cvs18
4480
4481         * src/main.c
4482                 Don't save the mainwindow size and
4483                 position on emergency exit (libSM's
4484                 "die" callback), Xfce seems to make
4485                 the window smaller just before the
4486                 size's saved.
4487
4488 2007-02-03 [colin]      2.7.2cvs17
4489
4490         * src/plugins/bogofilter/bogofilter.c
4491         * src/plugins/bogofilter/bogofilter.h
4492         * src/plugins/bogofilter/bogofilter_gtk.c
4493         * src/plugins/pgpinline/pgpinline.c
4494         * src/plugins/pgpinline/pgpinline.h
4495                 Fix more copyrights
4496
4497 2007-02-03 [colin]      2.7.2cvs16
4498
4499         * src/partial_download.c
4500         * src/partial_download.h
4501         * src/ssl_manager.c
4502         * src/ssl_manager.h
4503         * src/uri_opener.c
4504         * src/uri_opener.h
4505         * src/wizard.c
4506         * src/wizard.h
4507         * src/common/ssl_certificate.c
4508         * src/common/ssl_certificate.h
4509         * src/gtk/quicksearch.c
4510         * src/gtk/quicksearch.h
4511         * src/gtk/sslcertwindow.c
4512         * src/gtk/sslcertwindow.h
4513                 Fix copyright on my files
4514
4515 2007-02-02 [colin]      2.7.2cvs15
4516
4517         * src/Makefile.am
4518         * src/mainwindow.c
4519         * src/messageview.c
4520         * src/messageview.h
4521         * src/textview.c
4522         * src/textview.h
4523         * src/uri_opener.c
4524         * src/uri_opener.h
4525                 Add Tools/List URIs to allow
4526                 opening any URI in the current mail
4527
4528 2007-02-02 [colin]      2.7.2cvs14
4529
4530         * src/common/valgrind.h ** NEW FILE **
4531         * src/common/Makefile.am
4532         * src/common/plugin.c
4533                 Don't dlclose the plugins if we're running
4534                 under valgrind. (doesn't require valgrind
4535                 either at compile time or run time).
4536
4537 2007-02-01 [paul]       2.7.2cvs13
4538
4539         * AUTHORS
4540         * src/gtk/authors.h
4541         * tools/freshmeat_search.pl
4542         * tools/google_search.pl
4543         * tools/multiwebsearch.pl
4544                 add support for non ISO-8859-1 compatible locales
4545                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4546
4547 2007-02-01 [colin]      2.7.2cvs12
4548
4549         * src/prefs_other.c
4550         * src/prefs_summaries.c
4551                 Move keybinding prefs to the Other page
4552
4553 2007-02-01 [wwp]        2.7.2cvs11
4554
4555         * src/plugins/trayicon/trayicon.c
4556                 Fix a raising issue within KDE.
4557
4558 2007-02-01 [colin]      2.7.2cvs10
4559
4560         * src/codeconv.c
4561                 Fix stray quotes in encoded strings
4562         * src/addressadd.c
4563                 Fix wrong call causing g_warnings
4564         * src/textview.c
4565                 Remove useless message
4566
4567 2007-01-31 [wwp]        2.7.2cvs9
4568
4569         * src/plugins/trayicon/trayicon.c
4570                 fix buggy hiding of main window when closing if close-to-tray
4571                 is not set (bad logics  in the trayicon hook code).
4572                 Changed the quit confirmation message too.
4573
4574 2007-01-30 [colin]      2.7.2cvs8
4575
4576         * src/main.c
4577                 Fix hidden mainwindow after clicking on
4578                 the X close button, if compose windows
4579                 exist and the user chooses not to quit
4580
4581 2007-01-30 [colin]      2.7.2cvs7
4582
4583         * src/main.c
4584         * src/compose.c
4585                 Handle local URIs to attach files (file:///...)
4586                 Fixes attaching files from Thunar for example
4587
4588 2007-01-30 [colin]      2.7.2cvs6
4589
4590         * src/prefs_ext_prog.c
4591                 Add 'mousepad' to the list of text editors.
4592                 Mousepad is XFCE's text editor
4593
4594 2007-01-29 [wwp]        2.7.2cvs5
4595
4596         * po/POTFILES.in
4597         * src/plugins/trayicon/trayicon_prefs.c
4598                 trayicon i18n fixes, thanks to Fabien.
4599
4600 2007-01-28 [wwp]        2.7.2cvs4
4601
4602         * src/mainwindow.c
4603         * src/mainwindow.h
4604         * src/plugins/trayicon/trayicon.c
4605         * src/plugins/trayicon/trayicon_prefs.c
4606         * src/plugins/trayicon/trayicon_prefs.h
4607                 Added a new TrayIcon plugin option to close to tray
4608                 (WM's hotkey and [X] button will hide the window instead
4609                 of closing it - closing CM can be done using the tray icon
4610                 menu or the File menu).
4611                 Improved visibility handling in trayicon, clicking the
4612                 trayicon now raise the window to current desktop when it
4613                 was either minimized/shaded/on another desktop.
4614                 Thanks to Paul for testing and fixing a strange behaviour
4615                 in KDE ;-).
4616
4617 2007-01-27 [paul]       2.7.2cvs3
4618
4619         * src/prefs_folder_item.c
4620         * src/prefs_receive.c
4621         * src/plugins/pgpcore/prefs_gpg.c
4622                 use 'start-up' instead of 'startup' in labels
4623
4624 2007-01-26 [wwp]        2.7.2cvs2
4625
4626         * src/plugins/trayicon/Makefile.am
4627         * src/plugins/trayicon/trayicon.c
4628         * src/plugins/trayicon/trayicon_prefs.c
4629         * src/plugins/trayicon/trayicon_prefs.h
4630                 Add a new TrayIcon option to hide the main window at
4631                 start-up.
4632                 Fix trayicon.c copyright header.
4633
4634 2007-01-26 [paul]       2.7.2cvs1
4635
4636         * NEWS
4637         * README
4638         * RELEASE_NOTES
4639         * configure.ac
4640                 bump up version number following
4641                 stable release
4642
4643 2007-01-25 [mones]      2.7.1cvs60
4644
4645         * po/es.po
4646                 updated thousands of strings (well, probably less ;-)
4647
4648 2007-01-25 [colin]      2.7.1cvs59
4649
4650         * src/matcher.c
4651                 Fix 2nd-run loss of matcherrc on new
4652                 configurations. 
4653
4654 2007-01-25 [wwp]        2.7.1cvs58
4655
4656         * src/mimeview.c
4657                 fix handling of empty value in attach_save_directory too, thanks
4658                 to Colin.
4659
4660 2007-01-25 [wwp]        2.7.1cvs57
4661
4662         * src/gtk/filesel.c
4663                 fix handling of empty value in attach_load_directory,
4664                 thanks to Colin.
4665
4666 2007-01-25 [wwp]        2.7.1cvs56
4667
4668         * src/plugins/dillo_viewer/dillo_prefs.h
4669                 fix a typo.
4670
4671 2007-01-25 [colin]      2.7.1cvs55
4672
4673         * src/matcher.c
4674         * src/matcher.h
4675         * src/matcher_parser_parse.y
4676         * src/prefs_matcher.c
4677                 Add matching on the spam flag
4678
4679 2007-01-24 [colin]      2.7.1cvs54
4680
4681         * src/folder.c
4682         * src/common/xml.c
4683         * src/common/xml.h
4684                 Make sure folderlist.xml is correctly
4685                 written before overwriting it.
4686         * src/procmsg.c
4687         * src/procmsg.h
4688         * src/summaryview.c
4689         * src/plugins/bogofilter/bogofilter.c
4690         * src/plugins/bogofilter/bogofilter.h
4691         * src/plugins/bogofilter/bogofilter_gtk.c
4692         * src/plugins/spamassassin/spamassassin.c
4693         * src/plugins/spamassassin/spamassassin.h
4694         * src/plugins/spamassassin/spamassassin_gtk.c
4695                 Move spam to the correct trash folder after
4696                 learning, if spam directory isn't set.
4697
4698 2007-01-23 [paul]       2.7.1cvs53
4699
4700         * src/plugins/bogofilter/bogofilter_gtk.c
4701                 fix sensitivity of "Insert X-Bogosity header"
4702                 option
4703
4704 2007-01-23 [colin]      2.7.1cvs52
4705
4706         * src/toolbar.c
4707                 Translate toolbar items text if
4708                 they're translatable (default)
4709         * src/addrcache.c
4710         * src/addrcache.h
4711         * src/addritem.c
4712         * src/addritem.h
4713         * src/codeconv.c
4714         * src/codeconv.h
4715         * src/jpilot.c
4716         * src/jpilot.h
4717         * src/ldapctrl.c
4718         * src/ldapctrl.h
4719         * src/ldapquery.h
4720         * src/ldif.c
4721         * src/ldif.h
4722         * src/etpan/etpan-thread-manager.c
4723         * src/etpan/etpan-thread-manager.h
4724         * src/gtk/gtkutils.c
4725         * src/gtk/gtkutils.h
4726                 More static functions
4727
4728 2007-01-22 [fabien]     2.7.1cvs51
4729
4730         * src/gtk/gtkutils.c
4731                 gtkut_get_options_frame() : ability to pass
4732                 a 'NULL' value in frame pointer parameter if
4733                 we don't need it.
4734
4735 2007-01-22 [colin]      2.7.1cvs50
4736
4737         * src/procmsg.c
4738         * src/procmsg.h
4739         * src/plugins/bogofilter/bogofilter.c
4740         * src/plugins/bogofilter/bogofilter_gtk.c
4741         * src/plugins/spamassassin/spamassassin.c
4742         * src/plugins/spamassassin/spamassassin_gtk.c
4743                 Allow moving spams to the account's trash
4744                 instead of default one
4745
4746 2007-01-21 [colin]      2.7.1cvs49
4747
4748         * src/ldapquery.c
4749         * src/ldapquery.h
4750                 Revert a static function that shouldn't
4751                 have been
4752
4753 2007-01-21 [colin]      2.7.1cvs48
4754
4755         * src/ldapquery.c
4756         * src/ldapquery.h
4757                 Same
4758
4759 2007-01-21 [colin]      2.7.1cvs47
4760
4761         * src/procmsg.c
4762         * src/procmsg.h
4763                 Same
4764
4765 2007-01-21 [colin]      2.7.1cvs46
4766
4767         * src/common/socket.c
4768         * src/common/socket.h
4769                 Same
4770
4771 2007-01-21 [colin]      2.7.1cvs45
4772
4773         * src/crash.c
4774         * src/exporthtml.c
4775         * src/exporthtml.h
4776         * src/exportldif.c
4777         * src/exportldif.h
4778         * src/folder.c
4779         * src/folder.h
4780         * src/folder_item_prefs.c
4781         * src/folder_item_prefs.h
4782         * src/folderview.c
4783         * src/folderview.h
4784         * src/gedit-print.c
4785         * src/gedit-print.h
4786         * src/main.c
4787         * src/main.h
4788         * src/common/socket.c
4789         * src/common/socket.h
4790         * src/gtk/gtkaspell.c
4791         * src/gtk/gtkaspell.h
4792         * src/gtk/quicksearch.c
4793         * src/gtk/quicksearch.h
4794                 Same
4795
4796 2007-01-21 [colin]      2.7.1cvs44
4797
4798         * src/common/utils.c
4799         * src/common/utils.h
4800         * src/etpan/etpan-thread-manager.c
4801         * src/etpan/etpan-thread-manager.h
4802                 Same (Funny that etpan_thread_unbind
4803                 is called but not etpan_thread_bind)
4804
4805 2007-01-21 [colin]      2.7.1cvs43
4806
4807         * src/addrselect.c
4808         * src/addrselect.h
4809         * src/codeconv.c
4810         * src/codeconv.h
4811         * src/compose.c
4812         * src/compose.h
4813         * src/etpan/Makefile.am
4814         * src/gtk/colorlabel.c
4815         * src/gtk/colorlabel.h
4816         * src/gtk/sslcertwindow.c
4817         * src/gtk/sslcertwindow.h
4818         * src/etpan/etpan-log.c ** REMOVED **
4819         * src/etpan/etpan-log.h ** REMOVED **
4820                 Same
4821
4822 2007-01-20 [colin]      2.7.1cvs42
4823
4824         * src/addritem.c
4825         * src/addritem.h
4826                 Same
4827
4828 2007-01-20 [colin]      2.7.1cvs41
4829
4830         * src/account.c
4831         * src/account.h
4832         * src/addrbook.c
4833         * src/addrbook.h
4834         * src/addrcache.c
4835         * src/addrcache.h
4836         * src/addrclip.c
4837         * src/addrclip.h
4838         * src/addressbook.c
4839         * src/addressbook.h
4840         * src/addrharvest.c
4841         * src/addrharvest.h
4842         * src/addrindex.c
4843         * src/addrindex.h
4844         * src/editaddress.c
4845         * src/editaddress.h
4846                 Make functions that aren't used in other
4847                 files static
4848
4849 2007-01-20 [colin]      2.7.1cvs40
4850
4851         * src/account.c
4852         * src/addrbook.c
4853         * src/addrcache.c
4854         * src/addressbook.c
4855         * src/addrgather.c
4856         * src/addrindex.c
4857         * src/addrquery.c
4858         * src/addrselect.c
4859         * src/browseldap.c
4860         * src/compose.c
4861         * src/editbook.c
4862         * src/editjpilot.c
4863         * src/editldap.c
4864         * src/editldap_basedn.c
4865         * src/editvcard.c
4866         * src/exporthtml.c
4867         * src/exportldif.c
4868         * src/folder.c
4869         * src/folderview.c
4870         * src/image_viewer.c
4871         * src/imap.c
4872         * src/importmutt.c
4873         * src/importpine.c
4874         * src/jpilot.c
4875         * src/ldapquery.c
4876         * src/main.c
4877         * src/mainwindow.c
4878         * src/matcher.c
4879         * src/messageview.c
4880         * src/mh.c
4881         * src/mimeview.c
4882         * src/msgcache.c
4883         * src/mutt.c
4884         * src/news.c
4885         * src/pine.c
4886         * src/prefs_account.c
4887         * src/prefs_common.c
4888         * src/prefs_compose_writing.c
4889         * src/prefs_ext_prog.c
4890         * src/prefs_folder_item.c
4891         * src/prefs_fonts.c
4892         * src/prefs_message.c
4893         * src/prefs_msg_colors.c
4894         * src/prefs_other.c
4895         * src/prefs_quote.c
4896         * src/prefs_receive.c
4897         * src/prefs_send.c
4898         * src/prefs_spelling.c
4899         * src/prefs_summaries.c
4900         * src/prefs_toolbar.c
4901         * src/prefs_wrapping.c
4902         * src/privacy.c
4903         * src/procmime.c
4904         * src/procmsg.c
4905         * src/ssl_manager.c
4906         * src/statusbar.c
4907         * src/summaryview.c
4908         * src/toolbar.c
4909         * src/vcard.c
4910         * src/common/hooks.c
4911         * src/common/log.c
4912         * src/common/passcrypt.c
4913         * src/common/socket.c
4914         * src/common/ssl.c
4915         * src/common/ssl_certificate.c
4916         * src/common/template.c
4917         * src/common/utils.c
4918         * src/etpan/imap-thread.c
4919         * src/gtk/sslcertwindow.c
4920         * src/gtk/sslcertwindow.h
4921                 Make functions that could be static, static
4922
4923 2007-01-20 [colin]      2.7.1cvs39
4924
4925         * src/editldap.c
4926                 Fix tooltip
4927
4928 2007-01-20 [colin]      2.7.1cvs38
4929
4930         * src/ldapquery.c
4931         * src/ldaputil.c
4932         * src/ldaputil.h
4933                 Fix bug 1102, 'claws-mail-2.7.1 
4934                 makes use of deprecated ldap 
4935                 functions'
4936
4937 2007-01-20 [colin]      2.7.1cvs37
4938
4939         * src/mainwindow.c
4940         * src/mainwindow.h
4941         * src/summaryview.c
4942         * src/gtk/quicksearch.c
4943                 Add Wide message list layout
4944
4945 2007-01-19 [fabien]     2.7.1cvs36
4946
4947         * src/textview.c
4948                 make sure a font change is considered in links of
4949                 headerview.
4950
4951 2007-01-19 [colin]      2.7.1cvs35
4952
4953         * src/main.c
4954         * src/mainwindow.c
4955         * src/mainwindow.h
4956         * src/messageview.c
4957         * src/messageview.h
4958         * src/prefs_common.c
4959         * src/prefs_common.h
4960         * src/summaryview.c
4961         * src/summaryview.h
4962         * src/gtk/quicksearch.c
4963         * src/gtk/quicksearch.h
4964                 Drop 'Separate Folder tree' and 'Separate
4965                 Message View'. Put three layouts in place
4966                 of it.
4967
4968 2007-01-19 [paul]       2.7.1cvs34
4969
4970         * src/prefs_msg_colors.c
4971                 more use of Q_ for translators
4972
4973 2007-01-19 [paul]       2.7.1cvs33
4974
4975         * src/imap_gtk.c
4976         * src/prefs_account.c
4977                 a few changes to the English
4978
4979 2007-01-19 [fabien]     2.7.1cvs32
4980
4981         * src/wizard.c
4982                 factorize translatable string
4983
4984 2007-01-18 [colin]      2.7.1cvs31
4985
4986         * src/main.c
4987                 Don't error out on --sync option. Although
4988                 we don't do anything with it, gtk+ handles
4989                 it, and it's useful for debugging X errors
4990
4991 2007-01-18 [fabien]     2.7.1cvs30
4992
4993         * src/prefs_other.c
4994                 ability to apply on the fly the recent added
4995                 'gtk_can_change_accels' pref (no need to restart).
4996
4997 2007-01-18 [fabien]     2.7.1cvs29
4998
4999         * src/plugins/bogofilter/bogofilter_gtk.c
5000         * src/plugins/bogofilter/bogofilter.c
5001         * src/plugins/spamassassin/spamassassin_gtk.c
5002         * src/addr_compl.c
5003         * src/prefs_account.c
5004                 factorize or rewrite some translatable strings.
5005
5006 2007-01-18 [fabien]     2.7.1cvs28
5007
5008         * src/prefs_gtk.h
5009         * src/compose.c
5010                 set a 4pix space between "Subject:" label and subject entry in
5011                 compose window.
5012
5013 2007-01-18 [wwp]        2.7.1cvs27
5014
5015         * src/addressbook.c
5016                 fix conflicting address-copy/paste when focus is set
5017                 to the embedded edit-person form.
5018  
5019
5020 2007-01-18 [wwp]        2.7.1cvs26
5021
5022         * src/addressbook.h
5023                 complete 2.7.1cvs23 (one more file was missing from that
5024                 commit).
5025
5026 2007-01-18 [colin]      2.7.1cvs25
5027
5028         * src/main.c
5029                 Provide a way to migrate without backup
5030                 Re-ask for migration on next start if 
5031                 it has been refused and wizard has been 
5032                 cancelled after.
5033
5034 2007-01-18 [wwp]        2.7.1cvs24
5035
5036         * src/editaddress.c
5037                 complete 2.7.1.cvs23 (file was missing from previous
5038                 commit).
5039
5040 2007-01-18 [wwp]        2.7.1cvs23
5041
5042         * src/addressbook.c
5043                 fix potential crashes in address book's focus_in/out signal handlers,
5044                 force focus to the edit-person form when clicked the Edit menu entry or
5045                 button (this only matters if the edit-person form is embedded to the
5046                 AB window, in that case, focus is not set when browsing the contacts
5047                 list w/ keys or mouse clicks).
5048
5049 2007-01-18 [paul]       2.7.1cvs22
5050
5051         * src/main.c
5052                 add command line options:
5053                 -h for --help
5054                 -q and --quit for --exit
5055                 -v for --version
5056                 print "Unknown option" for unknown options
5057
5058 2007-01-18 [paul]       2.7.1cvs21
5059
5060         * po/ru.po
5061                 updated by Pavlo Bohmat
5062
5063 2007-01-18 [paul]       2.7.1cvs20
5064
5065         * src/mainwindow.c
5066                 fix sensitivity issues of Mark as Spam/Ham
5067
5068 2007-01-17 [fabien]     2.7.1cvs19
5069
5070         * src/prefs_other.c
5071         * src/prefs_common.c
5072         * src/prefs_common.h
5073         * src/main.c
5074                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5075                 control the corresponding gtk property. It could be used to lock
5076                 all shortcuts (avoid to set one of them by inadvertency).
5077
5078 2007-01-17 [colin]      2.7.1cvs18
5079
5080         * src/summaryview.c
5081                 Fix bug 1100, 'Highlighted e-mail data not visible 
5082                 when color label applied.'. Use a weighted average
5083                 between normal selected foreground color and color
5084                 label instead of a simple one (3/1 instead 1/1).
5085
5086 2007-01-17 [colin]      2.7.1cvs17
5087
5088         * src/messageview.c
5089                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5090                 crash' - don't prevent mail switching while loading
5091
5092 2007-01-17 [colin]      2.7.1cvs16
5093
5094         * src/folder.c
5095         * src/folder.h
5096         * src/folderview.c
5097         * src/folderview.h
5098         * src/imap.c
5099         * src/imap.h
5100         * src/imap_gtk.c
5101                 Manage recursive search of unsubscribed folders
5102                 Rescan tree without checking for new messages 
5103                 after subscriptions changed
5104
5105 2007-01-17 [paul]       2.7.1cvs15
5106
5107         * src/prefs_common.c
5108         * src/gtk/pluginwindow.c
5109                 fix bug 1101, '"Load plugin" button is
5110                 accidentally hidden'
5111                 unset (-1) initial width in prefs_common,
5112                 fix overlapping buttons,
5113                 and other cleanups
5114
5115 2007-01-17 [paul]       2.7.1cvs14
5116
5117         * src/procmime.c
5118                 add #include <errno.h>, it's needed
5119                 on some systems
5120
5121 2007-01-17 [paul]       2.7.1cvs13
5122
5123         * src/common/defs.h
5124         * tools/make.themes.project
5125                 rename .sylpheed_themeinfo to .claws_themeinfo
5126                 and use it
5127         * src/etpan/etpan-errors.h
5128         * src/etpan/etpan-log.c
5129         * src/etpan/etpan-log.h
5130         * src/etpan/etpan-thread-manager-types.h
5131         * src/etpan/etpan-thread-manager.c
5132         * src/etpan/etpan-thread-manager.h
5133         * src/etpan/imap-thread.c
5134         * src/etpan/imap-thread.h
5135                 add copyright header
5136
5137 2007-01-17 [colin]      2.7.1cvs12
5138
5139         * src/plugins/pgpcore/select-keys.c
5140         * src/gtk/pluginwindow.c
5141         * src/prefs_account.c
5142                 Fix warnings
5143
5144 2007-01-16 [colin]      2.7.1cvs11
5145
5146         * src/imap.c
5147         * src/imap.h
5148         * src/imap_gtk.c
5149                 Manage subscribing to subfolders when only
5150                 subscribed folders are shown.
5151
5152 2007-01-16 [colin]      2.7.1cvs10
5153
5154         * src/folderview.c
5155                 Fix annoying vscrollbar going back to top
5156                 on Check for new folders
5157
5158 2007-01-16 [colin]      2.7.1cvs9
5159
5160         * src/imap.c
5161                 Remove printf
5162
5163 2007-01-16 [colin]      2.7.1cvs8
5164
5165         * src/filtering.c
5166                 Bigger buffer for errors
5167         * src/imap.c
5168         * src/imap.h
5169         * src/imap_gtk.c
5170         * src/prefs_account.c
5171         * src/prefs_account.h
5172         * src/wizard.c
5173         * src/etpan/imap-thread.c
5174         * src/etpan/imap-thread.h
5175         * manual/handling.xml
5176                 Add subscriptions management. What it changes:
5177                 Creating a folder subscribes to it
5178                 Deleting a folder unsubscribes it
5179                 New contextual menu item allowing to switch between
5180                 All folders and Subscribed folders, subscribe, and
5181                 unsubscribe. "Creating" an existing but unsubscribed
5182                 folder will subscribe it.
5183                 By default for new accounts, only subscribed folders 
5184                 are shown.
5185
5186
5187 2007-01-16 [paul]       2.7.1cvs7
5188
5189         * src/summaryview.c
5190                 Allow folder classes to specify only sort_key or
5191                 sort_type instead of both or none.
5192
5193 2007-01-16 [paul]       2.7.1cvs6
5194
5195         * src/action.c
5196         * src/compose.c
5197         * src/mimeview.c
5198         * src/procmime.c
5199         * src/textview.c
5200                 Save and use errno for procmime_get_part
5201
5202 2007-01-16 [colin]      2.7.1cvs5
5203
5204         * src/imap.c
5205                 Never remove INBOX when scanning for
5206                 new folders. It's a special folder
5207                 that has to exist.
5208
5209 2007-01-15 [colin]      2.7.1cvs4
5210
5211         * src/imap.c
5212                 Fix 'Check for new folders' when IMAP subdirectory
5213                 is set
5214         * src/etpan/imap-thread.c
5215                 Fix build
5216
5217 2007-01-15 [colin]      2.7.1cvs3
5218
5219         * src/etpan/imap-thread.c
5220                 Fix invalid free on command-connection
5221                 error
5222
5223 2007-01-15 [wwp]        2.7.1cvs2
5224
5225         * src/matcher_parser_lex.l
5226         * src/quote_fmt_lex.l
5227         * src/matcher_parser_parse.y
5228                 fix copyright header in lexers and parsers.
5229
5230 2007-01-15 [paul]       2.7.1cvs1
5231
5232         * NEWS
5233         * README
5234         * RELEASE_NOTES
5235         * configure.ac
5236                 bump up version number following
5237                 stable release
5238
5239 2007-01-15 [paul]       2.7.0cvs31
5240
5241         * AUTHORS
5242         * src/gtk/authors.h
5243                 add Fabien to the Team list
5244                 add the recent contributors
5245                 make a few corrections
5246
5247 2007-01-15 [paul]       2.7.0cvs30
5248
5249         * src/mainwindow.c
5250                 fix compiler warning
5251         * src/plugins/pgpcore/prefs_gpg.c
5252         * src/plugins/pgpcore/prefs_gpg.h
5253                 add missing include
5254                 fix copyright header
5255
5256 2007-01-14 [colin]      2.7.0cvs29
5257
5258         * src/gtk/filesel.c
5259                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5260                 two benefits: faster to open, will fix strange
5261                 dbus-related crash. Thanks to Pascal Terjan.
5262
5263 2007-01-14 [colin]      2.7.0cvs28
5264
5265         * src/etpan/imap-thread.c
5266                 Delete the old imap just after allocating
5267                 the new one. Makes sure we don't get the
5268                 same pointer by sheer luck, which feels
5269                 strange in the debug log.
5270
5271 2007-01-14 [colin]      2.7.0cvs27
5272
5273         * src/gtk/inputdialog.c
5274                 Make sure we don't print passwords in
5275                 clear text when in debug mode
5276
5277 2007-01-14 [colin]      2.7.0cvs26
5278
5279         * src/gtk/gtksctree.c
5280                 Fix bug 1098, 'bogus last row display 
5281                 after expanding a thread'. Patch by
5282                 Jindrich Makovicka <makovick@gmail.com>
5283
5284 2007-01-14 [colin]      2.7.0cvs25
5285
5286         * src/etpan/imap-thread.c
5287                 Close socket manually before
5288                 freeing the imap struct
5289
5290 2007-01-14 [colin]      2.7.0cvs24
5291
5292         * src/etpan/imap-thread.c
5293                 Maybe fix new reconnection issues
5294
5295 2007-01-13 [colin]      2.7.0cvs23
5296
5297         * src/summaryview.c
5298                 Freeze/thaw on thread selection
5299
5300 2007-01-13 [paul]       2.7.0cvs22
5301
5302         * src/mainwindow.c
5303         * src/summaryview.c
5304         * src/summaryview.h
5305                 add 'Edit/Delete thread'
5306
5307 2007-01-13 [colin]      2.7.0cvs21
5308
5309         * src/prefs_account.c
5310         * src/prefs_compose_writing.c
5311         * src/prefs_message.c
5312         * src/prefs_msg_colors.c
5313         * src/prefs_other.c
5314         * src/prefs_receive.c
5315         * src/prefs_spelling.c
5316         * src/prefs_summaries.c
5317         * src/prefs_themes.c
5318         * src/gtk/gtkutils.c
5319         * src/gtk/gtkutils.h
5320         * src/plugins/pgpcore/prefs_gpg.c
5321         * src/plugins/spamassassin/spamassassin_gtk.c
5322                 Factorize gtk frame creation
5323                 Patch by Pawel
5324
5325 2007-01-13 [colin]      2.7.0cvs20
5326
5327         * src/message_search.c
5328         * src/summary_search.c
5329                 Fix Enter in search windows
5330         * src/messageview.c
5331                 Fix body search starting at the
5332                 end of the mail (and asking for loop)
5333
5334 2007-01-13 [colin]      2.7.0cvs19
5335
5336         * src/etpan/imap-thread.c
5337                 Make sure we don't free the same imap
5338                 twice
5339
5340 2007-01-13 [colin]      2.7.0cvs18
5341
5342         * commitHelper
5343                 Allow multiple commitHelpers to
5344                 run at once
5345
5346 2007-01-12 [colin]      2.7.0cvs17
5347
5348         * src/etpan/imap-thread.c
5349                 Make sure we get rid of the previous mailimap
5350                 when connecting - just in case disconnect was
5351                 unclean
5352
5353 2007-01-12 [paul]       2.7.0cvs16
5354
5355         * src/compose.c
5356                 Strip S/MIME signatures when re-editing
5357                 S/MIME signed messages.
5358
5359 2007-01-12 [paul]       2.7.0cvs15
5360
5361         * configure.ac
5362         * src/addressbook.c
5363         * src/foldersel.c
5364         * src/folderview.c
5365         * src/main.c
5366                 no need to define CLAWS anymore, remove
5367                 all that stuff
5368
5369 2007-01-12 [paul]       2.7.0cvs14
5370
5371         * src/mimeview.c
5372                 check if the mail's signed as
5373                 it can change the mail structure
5374                 Thanks to Colin
5375
5376 2007-01-12 [paul]       2.7.0cvs13
5377
5378         * src/procmime.c
5379                 fix Forwarding msgs with attachments
5380                 that have dos line endings
5381                 Thanks to Colin
5382
5383 2007-01-12 [wwp]        2.7.0cvs12
5384
5385         * configure.ac
5386                 Revert accidentally committed extra version tag.
5387
5388 2007-01-12 [wwp]        2.7.0cvs11
5389
5390         * src/prefs_account.c
5391                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5392
5393 2007-01-11 [colin]      2.7.0cvs10
5394
5395         * src/imap.c
5396                 move g_warning to debug_print
5397                 it scares people for no reason
5398
5399 2007-01-11 [colin]      2.7.0cvs9
5400
5401         * po/POTFILES.in
5402                 Fix files to translate. Patch by
5403                 Fabien
5404
5405 2007-01-11 [paul]       2.7.0cvs8
5406
5407         * src/imap.c
5408                 Fix recursion when server lists the
5409                 current subfolder in the response
5410         * src/mimeview.c
5411                 Fix updating of icon_list/ctree
5412         * src/plugins/pgpcore/select-keys.c
5413                 Fix a few annoyances when choosing
5414                 keys for the CMS (S/MIME) protocol
5415
5416 2007-01-11 [wwp]        2.7.0cvs7
5417
5418         * src/compose.c
5419         * src/prefs_account.c
5420         * src/prefs_account.h
5421                 Add per-account spellcheck default dictionaries settings.
5422
5423 2007-01-10 [colin]      2.7.0cvs6
5424
5425         * src/prefs_folder_item.c
5426                 Factorize strings - patch by Fabien
5427
5428 2007-01-10 [colin]      2.7.0cvs5
5429
5430         * src/mainwindow.c
5431                 Fix bug 1095, 'Crash while changing folder 
5432                 columns during incorporation'
5433
5434 2007-01-09 [colin]      2.7.0cvs4
5435
5436         * src/gtk/pluginwindow.c
5437                 Set the plugin window transient. Seems
5438                 like some window managers hide it in
5439                 the background after "load plugin"...
5440
5441 2007-01-09 [colin]      2.7.0cvs3
5442
5443         * src/gtk/filesel.c
5444                 Use the same type for alloc and free
5445
5446 2007-01-08 [paul]       2.7.0cvs2
5447
5448         * po/nl.po
5449                 updated by Tim Dijkstra
5450
5451 2007-01-08 [paul]       2.7.0cvs1
5452
5453         * src/prefs_themes.c
5454         * src/common/utils.c
5455                 Fix resource leaks
5456
5457 2007-01-08 [paul]       2.7.0
5458
5459         * NEWS
5460         * README
5461         * RELEASE_NOTES
5462                 2.7.0 released
5463
5464 2007-01-08 [paul]       2.6.1cvs119
5465
5466         * doc/man/claws-mail.1
5467                 another correction
5468
5469 2007-01-08 [paul]       2.6.1cvs118
5470
5471         * doc/man/claws-mail.1
5472                 corrections
5473         * manual/advanced.xml
5474                 improved English usage
5475
5476 2007-01-08 [paul]       2.6.1cvs117
5477
5478         * po/ca.po
5479         * po/de.po
5480         * po/en_GB.po
5481         * po/fi.po
5482         * po/it.po
5483         * po/pt_BR.po
5484         * po/sk.po
5485         * po/sr.po
5486         * po/zh_CN.po
5487                 updated by Miquel Oliete, Stephan Sachse, me,
5488                 Tommi Pirinen, Andrea Spadaccini, Frederico
5489                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5490                 Urosevic, and Ralgh Young
5491
5492 2007-01-07 [mones]      2.6.1cvs116
5493
5494         * manual/es/advanced.xml
5495         * po/es.po
5496                 Synced manual (unhide mark_as_read_delay)
5497                 and updated translation for release
5498
5499 2007-01-07 [paul]       2.6.1cvs115
5500
5501         * src/prefs_matcher.c
5502                 make the hbox content fit better under
5503                 various languages
5504
5505 2007-01-07 [colin]      2.6.1cvs114
5506
5507         * src/messageview.c
5508                 Fix bug 1088, 'Ctrl-h produces repeatable
5509                 crash'
5510
5511 2007-01-06 [colin]      2.6.1cvs113
5512
5513         * src/etpan/imap-thread.c
5514                 Add casts to int to get certs. Fixes
5515                 bug 1064, 'crash @ etpan_certificate_check() 
5516                 when opening an IMAP folder', with latest
5517                 libetpan CVS or >= 0.49
5518         * src/mainwindow.c
5519         * src/mainwindow.h
5520         * src/imap_gtk.c
5521         * src/news_gtk.c
5522         * src/prefs_folder_item.c
5523                 Grey out the "synchronise" menu items if
5524                 there's nothing to synchronise.
5525         * src/plugins/pgpcore/sgpgme.c
5526                 Make an error clearer than "Unknown error"
5527
5528 2007-01-06 [colin]      2.6.1cvs112
5529
5530         * src/messageview.c
5531                 Don't try to show a message if updating
5532                 Maybe fixes bug 1088, 'ctrl-h produces
5533                 repeatable crash'.
5534
5535 2007-01-06 [colin]      2.6.1cvs111
5536
5537         * src/summaryview.c
5538                 Disable Control-Space (handle it as Space).
5539
5540 2007-01-05 [paul]       2.6.1cvs110
5541
5542         * src/imap.c
5543                 Fix bug 934, 'sylpheed claws 2.1 
5544                 doesn't show Exchanges Public Folders'
5545                 Thanks to Hoa and Colin
5546         * src/msgcache.c
5547                 Refuse to allocate more than 2 MB for a 
5548                 single field, it's a good indication of
5549                 cache corruption.
5550
5551 2007-01-05 [colin]      2.6.1cvs109
5552
5553         * src/mainwindow.c
5554                 Allow --select'ing emails by Message-ID too
5555
5556 2007-01-05 [colin]      2.6.1cvs108
5557
5558         * src/common/quoted-printable.c
5559                 Uh! Third fix :)
5560
5561 2007-01-05 [colin]      2.6.1cvs107
5562
5563         * src/common/quoted-printable.c
5564                 Fix previous commit about bug 1089
5565                 Thanks to Ralf
5566
5567 2007-01-05 [colin]      2.6.1cvs106
5568
5569         * src/common/quoted-printable.c
5570                 Fix my previous commit on bug 1089
5571                 - Thanks to Ralf :)
5572
5573 2007-01-04 [colin]      2.6.1cvs105
5574
5575         * src/common/quoted-printable.c
5576                 Fix bug 1089, 'NUL characters in Subject 
5577                 line are misinterpreted'. Not a pain to
5578                 fix in fact.
5579
5580 2007-01-04 [colin]      
5581
5582         2.7.0-rc3 released
5583
5584 2007-01-04 [wwp]        2.6.1cvs104
5585
5586         * src/image_viewer.c
5587                 Force operator precedence (fix a compiler warning).
5588
5589 2007-01-04 [colin]      2.6.1cvs103
5590
5591         * src/image_viewer.c
5592                 Be cautious there too (same fix as the one
5593                 in textview from cvs33)
5594         * src/messageview.c
5595                 Don't use any MimeViewer plugin when showing
5596                 all headers
5597
5598 2007-01-03 [wwp]        2.6.1cvs102
5599
5600         * src/html.c
5601         * src/html.h
5602                 fixed "cent" sign (use the existing ASCII one),
5603                 decode more HTML entities,
5604                 converted table ASCII entries to UTF-8,
5605                 moved a switch() into a hashtable.
5606
5607 2007-01-03 [paul]       2.6.1cvs101
5608
5609         * src/compose.c
5610         * src/messageview.c
5611         * src/procmsg.c
5612         * src/procmsg.h
5613                 When possible, use move_msg instead of
5614                 copy_msg + remove_msg to move sent mail
5615                 from Queue to Sent. 
5616
5617 2007-01-03 [paul]       2.6.1cvs100
5618
5619         * src/html.c
5620                 add more html entity recognition:
5621                 pounds, euros, and cents
5622
5623 2007-01-03 [colin]      2.6.1cvs99
5624
5625         * src/imap_gtk.c
5626                 Don't display an error on NOSELECT
5627                 folders when synchronising
5628
5629 2007-01-03 [paul]       2.6.1cvs98
5630
5631         * tools/maildir2claws-mail.pl
5632                 only substitute 'sent-mail' if it's
5633                 the full directory name
5634
5635 2007-01-03 [paul]       2.6.1cvs97
5636
5637         * ChangeLog
5638         * ChangeLog.pre2.0.0
5639         * Makefile.am
5640                 archive a chunk of ChangeLog in
5641                 ChangeLog.pre2.0.0
5642         * ChangeLog.gtk1
5643         * doc/src/ChangeLog.claws-pre0.8.0
5644                 remove ChangeLog.claws-pre0.8.0, adding
5645                 its contents to ChangeLog.gtk1
5646
5647 2007-01-03 [paul]       2.6.1cvs96
5648
5649         * src/account.c
5650         * src/account.h
5651         * src/action.c
5652         * src/action.h
5653         * src/adbookbase.h
5654         * src/addr_compl.c
5655         * src/addr_compl.h
5656         * src/addrbook.c
5657         * src/addrcache.c
5658         * src/addrcache.h
5659         * src/addrcindex.c
5660         * src/addrcindex.h
5661         * src/addrclip.c
5662         * src/addrclip.h
5663         * src/addrdefs.h
5664         * src/addressadd.c
5665         * src/addressadd.h
5666         * src/addressbook.c
5667         * src/addressbook.h
5668         * src/addressbook_foldersel.c
5669         * src/addressbook_foldersel.h
5670         * src/addrgather.c
5671         * src/addrgather.h
5672         * src/addrharvest.c
5673         * src/addrharvest.h
5674         * src/addrindex.c
5675         * src/addrindex.h
5676         * src/addritem.c
5677         * src/addritem.h
5678         * src/addrquery.c
5679         * src/addrquery.h
5680         * src/addrselect.c
5681         * src/addrselect.h
5682         * src/alertpanel.c
5683         * src/alertpanel.h
5684         * src/browseldap.c
5685         * src/browseldap.h
5686         * src/codeconv.c
5687         * src/codeconv.h
5688         * src/compose.c
5689         * src/compose.h
5690         * src/customheader.c
5691         * src/customheader.h
5692         * src/displayheader.c
5693         * src/displayheader.h
5694         * src/editaddress.c
5695         * src/editaddress.h
5696         * src/editbook.c
5697         * src/editbook.h
5698         * src/editgroup.c
5699         * src/editgroup.h
5700         * src/editjpilot.c
5701         * src/editjpilot.h
5702         * src/editldap.c
5703         * src/editldap.h
5704         * src/editldap_basedn.c
5705         * src/editldap_basedn.h
5706         * src/editvcard.c
5707         * src/editvcard.h
5708         * src/exphtmldlg.c
5709         * src/exphtmldlg.h
5710         * src/expldifdlg.c
5711         * src/expldifdlg.h
5712         * src/export.c
5713         * src/export.h
5714         * src/exporthtml.c
5715         * src/exporthtml.h
5716         * src/exportldif.c
5717         * src/exportldif.h
5718         * src/filtering.c
5719         * src/filtering.h
5720         * src/folder.c
5721         * src/folder.h
5722         * src/folder_item_prefs.c
5723         * src/folder_item_prefs.h
5724         * src/foldersel.c
5725         * src/foldersel.h
5726         * src/folderutils.c
5727         * src/folderutils.h
5728         * src/folderview.c
5729         * src/folderview.h
5730         * src/grouplistdialog.c
5731         * src/grouplistdialog.h
5732         * src/headerview.c
5733         * src/html.c
5734         * src/html.h
5735         * src/image_viewer.c
5736         * src/image_viewer.h
5737         * src/imap.c
5738         * src/imap.h
5739         * src/imap_gtk.c
5740         * src/imap_gtk.h
5741         * src/import.c
5742         * src/import.h
5743         * src/importldif.c
5744         * src/importldif.h
5745         * src/importmutt.c
5746         * src/importmutt.h
5747         * src/importpine.c
5748         * src/importpine.h
5749         * src/inc.c
5750         * src/inc.h
5751         * src/jpilot.c
5752         * src/jpilot.h
5753         * src/ldapctrl.c
5754         * src/ldapctrl.h
5755         * src/ldaplocate.c
5756         * src/ldaplocate.h
5757         * src/ldapquery.c
5758         * src/ldapquery.h
5759         * src/ldapserver.c
5760         * src/ldapserver.h
5761         * src/ldaputil.c
5762         * src/ldaputil.h
5763         * src/ldif.c
5764         * src/ldif.h
5765         * src/main.c
5766         * src/main.h
5767         * src/mainwindow.c
5768         * src/mainwindow.h
5769         * src/manual.c
5770         * src/manual.h
5771         * src/mbox.c
5772         * src/message_search.c
5773         * src/message_search.h
5774         * src/messageview.c
5775         * src/messageview.h
5776         * src/mh.c
5777         * src/mh.h
5778         * src/mh_gtk.c
5779         * src/mh_gtk.h
5780         * src/mimeview.c
5781         * src/mimeview.h
5782         * src/msgcache.c
5783         * src/msgcache.h
5784         * src/mutt.c
5785         * src/mutt.h
5786         * src/news.c
5787         * src/news.h
5788         * src/news_gtk.c
5789         * src/news_gtk.h
5790         * src/partial_download.c
5791         * src/partial_download.h
5792         * src/pine.c
5793         * src/pine.h
5794         * src/pop.c
5795         * src/pop.h
5796         * src/prefs_account.c
5797         * src/prefs_account.h
5798         * src/prefs_actions.c
5799         * src/prefs_actions.h
5800         * src/prefs_common.c
5801         * src/prefs_common.h
5802         * src/prefs_compose_writing.c
5803         * src/prefs_compose_writing.h
5804         * src/prefs_customheader.c
5805         * src/prefs_customheader.h
5806         * src/prefs_display_header.c
5807         * src/prefs_display_header.h
5808         * src/prefs_filtering.c
5809         * src/prefs_filtering.h
5810         * src/prefs_filtering_action.c
5811         * src/prefs_filtering_action.h
5812         * src/prefs_folder_column.c
5813         * src/prefs_folder_column.h
5814         * src/prefs_folder_item.c
5815         * src/prefs_folder_item.h
5816         * src/prefs_fonts.c
5817         * src/prefs_fonts.h
5818         * src/prefs_gtk.c
5819         * src/prefs_gtk.h
5820         * src/prefs_image_viewer.c
5821         * src/prefs_image_viewer.h
5822         * src/prefs_matcher.c
5823         * src/prefs_matcher.h
5824         * src/prefs_message.c
5825         * src/prefs_msg_colors.c
5826         * src/prefs_msg_colors.h
5827         * src/prefs_other.c
5828         * src/prefs_quote.c
5829         * src/prefs_receive.c
5830         * src/prefs_send.c
5831         * src/prefs_spelling.c
5832         * src/prefs_spelling.h
5833         * src/prefs_summaries.c
5834         * src/prefs_summaries.h
5835         * src/prefs_summary_column.c
5836         * src/prefs_summary_column.h
5837         * src/prefs_template.c
5838         * src/prefs_template.h
5839         * src/prefs_themes.c
5840         * src/prefs_themes.h
5841         * src/prefs_toolbar.c
5842         * src/prefs_toolbar.h
5843         * src/prefs_wrapping.c
5844         * src/prefs_wrapping.h
5845         * src/privacy.c
5846         * src/privacy.h
5847         * src/procheader.c
5848         * src/procheader.h
5849         * src/procmime.c
5850         * src/procmime.h
5851         * src/procmsg.c
5852         * src/procmsg.h
5853         * src/quote_fmt.c
5854         * src/quote_fmt_parse.y
5855         * src/recv.c
5856         * src/recv.h
5857         * src/remotefolder.c
5858         * src/remotefolder.h
5859         * src/send_message.c
5860         * src/send_message.h
5861         * src/setup.c
5862         * src/setup.h
5863         * src/sourcewindow.c
5864         * src/sourcewindow.h
5865         * src/ssl_manager.c
5866         * src/ssl_manager.h
5867         * src/statusbar.c
5868         * src/statusbar.h
5869         * src/stock_pixmap.c
5870         * src/stock_pixmap.h
5871         * src/summary_search.c
5872         * src/summary_search.h
5873         * src/summaryview.c
5874         * src/summaryview.h
5875         * src/textview.c
5876         * src/textview.h
5877         * src/toolbar.c
5878         * src/toolbar.h
5879         * src/undo.c
5880         * src/undo.h
5881         * src/unmime.c
5882         * src/unmime.h
5883         * src/vcard.c
5884         * src/vcard.h
5885         * src/wizard.c
5886         * src/wizard.h
5887         * src/common/base64.c
5888         * src/common/base64.h
5889         * src/common/defs.h
5890         * src/common/hooks.c
5891         * src/common/hooks.h
5892         * src/common/log.c
5893         * src/common/log.h
5894         * src/common/mgutils.c
5895         * src/common/mgutils.h
5896         * src/common/nntp.c
5897         * src/common/nntp.h
5898         * src/common/passcrypt.c
5899         * src/common/passcrypt.h.in
5900         * src/common/plugin.c
5901         * src/common/plugin.h
5902         * src/common/prefs.c
5903         * src/common/prefs.h
5904         * src/common/progressindicator.c
5905         * src/common/progressindicator.h
5906         * src/common/quoted-printable.c
5907         * src/common/quoted-printable.h
5908         * src/common/session.c
5909         * src/common/session.h
5910         * src/common/smtp.c
5911         * src/common/smtp.h
5912         * src/common/socket.c
5913         * src/common/socket.h
5914         * src/common/ssl.c
5915         * src/common/ssl.h
5916         * src/common/ssl_certificate.c
5917         * src/common/ssl_certificate.h
5918         * src/common/stringtable.c
5919         * src/common/stringtable.h
5920         * src/common/template.c
5921         * src/common/template.h
5922         * src/common/timing.h
5923         * src/common/utils.c
5924         * src/common/utils.h
5925         * src/common/version.h.in
5926         * src/common/xml.c
5927         * src/common/xml.h
5928         * src/common/xmlprops.c
5929         * src/common/xmlprops.h
5930         * src/gtk/about.c
5931         * src/gtk/colorlabel.c
5932         * src/gtk/colorsel.c
5933         * src/gtk/colorsel.h
5934         * src/gtk/combobox.c
5935         * src/gtk/combobox.h
5936         * src/gtk/description_window.c
5937         * src/gtk/description_window.h
5938         * src/gtk/filesel.c
5939         * src/gtk/filesel.h
5940         * src/gtk/foldersort.c
5941         * src/gtk/foldersort.h
5942         * src/gtk/gtksctree.c
5943         * src/gtk/gtkutils.c
5944         * src/gtk/gtkutils.h
5945         * src/gtk/inputdialog.c
5946         * src/gtk/inputdialog.h
5947         * src/gtk/logwindow.c
5948         * src/gtk/logwindow.h
5949         * src/gtk/manage_window.c
5950         * src/gtk/manage_window.h
5951         * src/gtk/menu.c
5952         * src/gtk/menu.h
5953         * src/gtk/pluginwindow.c
5954         * src/gtk/pluginwindow.h
5955         * src/gtk/prefswindow.c
5956         * src/gtk/prefswindow.h
5957         * src/gtk/progressdialog.c
5958         * src/gtk/progressdialog.h
5959         * src/gtk/sslcertwindow.c
5960         * src/gtk/sslcertwindow.h
5961         * src/plugins/bogofilter/bogofilter.c
5962         * src/plugins/bogofilter/bogofilter.h
5963         * src/plugins/bogofilter/bogofilter_gtk.c
5964         * src/plugins/clamav/clamav_plugin.c
5965         * src/plugins/clamav/clamav_plugin.h
5966         * src/plugins/clamav/clamav_plugin_gtk.c
5967         * src/plugins/demo/demo.c
5968         * src/plugins/dillo_viewer/dillo_prefs.c
5969         * src/plugins/dillo_viewer/dillo_prefs.h
5970         * src/plugins/dillo_viewer/dillo_viewer.c
5971         * src/plugins/pgpcore/passphrase.c
5972         * src/plugins/pgpcore/passphrase.h
5973         * src/plugins/pgpcore/pgp_viewer.c
5974         * src/plugins/pgpcore/pgp_viewer.h
5975         * src/plugins/pgpcore/plugin.c
5976         * src/plugins/pgpcore/select-keys.c
5977         * src/plugins/pgpcore/select-keys.h
5978         * src/plugins/pgpcore/sgpgme.c
5979         * src/plugins/pgpcore/sgpgme.h
5980         * src/plugins/pgpinline/pgpinline.c
5981         * src/plugins/pgpinline/pgpinline.h
5982         * src/plugins/pgpinline/plugin.c
5983         * src/plugins/pgpmime/pgpmime.c
5984         * src/plugins/pgpmime/pgpmime.h
5985         * src/plugins/pgpmime/plugin.c
5986         * src/plugins/spamassassin/spamassassin.c
5987         * src/plugins/spamassassin/spamassassin.h
5988         * src/plugins/spamassassin/spamassassin_gtk.c
5989         * src/plugins/trayicon/trayicon.c
5990                 it's 2007, update the year in the copyright headers
5991
5992 2007-01-03 [paul]       2.6.1cvs95
5993
5994         * src/gtk/about.c
5995                 it is 2007, use it in the copyright string
5996
5997 2007-01-03 [paul]       2.6.1cvs94
5998
5999         * src/html.c
6000                 html entity conversion:
6001                 move &#153; to a more suitable place
6002                 add &bull; and &ndash;
6003                 make sure &mdash; and &#8212; are both
6004                 converted the same
6005
6006 2007-01-02 [colin]      2.6.1cvs93
6007
6008         * src/addrbook.c
6009                 Fix leak
6010         * src/common/plugin.c
6011                 Add comment
6012         * src/etpan/imap-thread.c
6013                 Fix warning
6014
6015 2006-12-31 [paul]       2.6.1cvs92
6016
6017         * src/prefs_summaries.c
6018                 use gtk_button_new_from_stock()
6019
6020 2006-12-30 [colin]      2.6.1cvs91
6021
6022         * src/folder.c
6023         * src/imap_gtk.c
6024         * src/mh_gtk.c
6025                 Don't update filtering and account paths 
6026                 when copying folders
6027
6028 2006-12-30 [colin]      2.6.1cvs90
6029
6030         * src/prefs_compose_writing.c
6031         * src/prefs_quote.c
6032         * src/prefs_template.c
6033                 Use message font for Writing and 
6034                 Quoting prefs, as well as Templates.
6035
6036 2006-12-30 [colin]      2.6.1cvs89
6037
6038         * src/prefs_summaries.c
6039                 Rework GUI; patch by Pawel
6040
6041 2006-12-29 [colin]      2.6.1cvs88
6042
6043         * src/prefs_folder_item.c
6044                 Fix bug 1085, 'Apply to subfolder 
6045                 doesn't work' - I was mistaken saying
6046                 it worked in every case
6047
6048 2006-12-28 [colin]      2.6.1cvs87
6049
6050         * src/gtk/gtkaspell.c
6051                 Don't assert if use_alternate is true
6052                 and alt_dictionary isn't set -- this 
6053                 is what happens on upgrade! Rather,
6054                 do with it.
6055
6056 2006-12-28 [colin]      2.6.1cvs86
6057
6058         * Makefile.am
6059                 Fix desktop/icon simplification
6060
6061 2006-12-28 [colin]      2.6.1cvs85
6062
6063         * Makefile.am
6064                 Make desktop and icon not 
6065                 dependant on the desktop
6066
6067 2006-12-28 [wwp]        2.6.1cvs84
6068
6069         * src/plugins/pgpmime/claws.def
6070                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6071
6072 2006-12-28 [wwp]        2.6.1cvs83
6073
6074         * src/prefs_folder_item.c
6075                 Fix coloring of "simplify subject regexp" (folder prefs),
6076                 which might be left to red whereas the regexp gets empty.
6077
6078 2006-12-28 [wwp]        2.6.1cvs82
6079
6080         * src/prefs_common.c
6081         * src/prefs_common.h
6082         * src/addressbook.c
6083         * src/addressitem.h
6084                 Save addressbook mainwindow's horizontal and vertical splitter position.
6085
6086 2006-12-27 [wwp]        2.6.1cvs81
6087
6088         * src/gtk/gtkaspell.c
6089         * src/gtk/gtkaspell.h
6090         * src/compose.c
6091                 Fix assignment of compose's default and alternate dictionary from
6092                 account or folder settings. Now gtkaspell_change_dict does rotate
6093                 dicts only when it's called from a menu cb.
6094
6095 2006-12-27 [wwp]        2.6.1cvs80
6096
6097         * src/folder_item_prefs.c
6098                 Fix randomly initialized default-alt-dictionary (folder prefs),
6099                 complete 2.6.1cvs72.
6100
6101 2006-12-27 [paul]       2.6.1cvs79
6102
6103         * src/imap_gtk.c
6104         * src/mh_gtk.c
6105                 Add Copy folder in the folder's contextual
6106                 menu
6107
6108 2006-12-27 [wwp]        2.6.1cvs78
6109
6110         * src/imap.c
6111                 Clean up session locking, thanks to Colin.
6112
6113 2006-12-26 [colin]      2.6.1cvs77
6114
6115         * src/statusbar.c
6116                 Revert previous patch
6117
6118 2006-12-26 [colin]      2.6.1cvs76
6119
6120         * src/folder.c
6121         * src/folderview.c
6122         * src/imap.c
6123         * src/statusbar.c
6124         * src/etpan/imap-thread.c
6125                 Fix previous commit warnings
6126                 Make statusbar update every second if total < 20
6127                 Make IMAP APPEND faster by simplifying log              
6128
6129 2006-12-26 [colin]      2.6.1cvs75
6130
6131         * src/folder.c
6132         * src/folder.h
6133         * src/folderview.c
6134         * src/folderview.h
6135         * src/imap_gtk.c
6136         * src/mh_gtk.c
6137                 Make it possible to copy folders accross
6138                 mailboxes (this was an arbitrary limitation).
6139                 Still make it impossible to move folders 
6140                 accross mailboxes.
6141
6142 2006-12-26 [colin]      2.6.1cvs74
6143
6144         * src/etpan/imap-thread.c
6145                 Fix bug 1081, 'claws-mail 
6146                 segfaults when going offline 
6147                 while it transfers mails via 
6148                 imap'
6149
6150 2006-12-26 [colin]      2.6.1cvs73
6151
6152         * src/folder_item_prefs.c
6153                 Don't forget alt dictionary when
6154                 renaming/moving folders
6155
6156 2006-12-26 [wwp]        2.6.1cvs72
6157
6158         * src/folder_item_prefs.c
6159                 Add missing defaults for per-folder alt dict
6160                 (forgotten in 2.6.1cvs61).
6161
6162 2006-12-26 [colin]      2.6.1cvs71
6163
6164         * src/wizard.c
6165                 Add tooltip to state that specifying
6166                 full path to mailbox is possible
6167
6168 2006-12-26 [wwp]        2.6.1cvs70
6169
6170         * src/partial_download.c
6171         * src/gtk/gtkvscrollbutton.c
6172         * src/plugins/pgpinline/plugin.c
6173                 Fix for few compiler warnings that matter.
6174
6175 2006-12-25 [colin]      2.6.1cvs69
6176
6177         * src/partial_download.c
6178                 Fix marking for download or deletion
6179                 when the header isn't the first
6180         * src/gtk/logwindow.c
6181                 Fix start of scrolling
6182
6183 2006-12-23 [paul]       2.6.1cvs68
6184
6185         * src/compose.c
6186                 change last commit to use the 'academic'
6187                 method instead. Thanks to wwp
6188
6189 2006-12-23 [paul]       2.6.1cvs67
6190
6191         * src/compose.c
6192                 don't warn about empty subject when
6193                 redirecting
6194
6195 2006-12-22 [colin]      2.6.1cvs66
6196
6197         * src/summary_search.c
6198                 Fix previous patch
6199
6200 2006-12-22 [colin]      2.6.1cvs65
6201
6202         * src/gtk/gtkutils.c
6203         * src/imap.c
6204         * src/jpilot.c
6205         * src/summary_search.c
6206                 A few warning fixes
6207
6208 2006-12-23 [paul]       
6209
6210         2.7.0-rc2 released
6211
6212 2006-12-22 [colin]      2.6.1cvs64
6213
6214         * src/toolbar.c
6215         * src/toolbar.h
6216                 Add a combo to the learn spam button
6217         * src/plugins/bogofilter/bogofilter.c
6218         * src/plugins/bogofilter/bogofilter_gtk.c
6219         * src/plugins/bogofilter/bogofilter.h
6220                 Allow to store Unsure mails in a specific
6221                 folder to make better teaching easier
6222
6223 2006-12-21 [wwp]        2.6.1cvs63
6224
6225         * src/compose.c
6226         * src/prefs_common.c
6227         * src/prefs_common.h
6228         * src/prefs_spelling.c
6229         * src/gtk/gtkaspell.c
6230         * src/gtk/gtkaspell.h
6231                 Allow spell-checking using both current and alternate dictionaries
6232                 (thanks to Colin).
6233
6234 2006-12-21 [wwp]        2.6.1cvs62
6235
6236         * src/gtk/gtkaspell.c
6237                 Apply recheck_when_changing_dict (highlight all mispelled words)
6238                 when switching to alternate dictionary.
6239
6240 2006-12-21 [wwp]        2.6.1cvs61
6241
6242         * src/compose.c
6243         * src/folder_item_prefs.h
6244         * src/prefs_common.c
6245         * src/prefs_common.h
6246         * src/prefs_folder_item.c
6247         * src/prefs_spelling.c
6248         * src/gtk/gtkaspell.c
6249         * src/gtk/gtkaspell.h
6250                 Add global and per-folder prefs to set the default
6251                 alternate dictionary.
6252
6253 2006-12-21 [colin]      2.6.1cvs60
6254
6255         * src/folder.c
6256                 Look for folders by path in all folders
6257         * src/html.c
6258                 add &mdash;
6259
6260 2006-12-20 [colin]      2.6.1cvs59
6261
6262         * src/gtk/quicksearch.c
6263                 Make sure in_typing is false when clearing
6264
6265 2006-12-20 [wwp]        2.6.1cvs58
6266
6267         * configure.ac
6268                 change manual's target dir to be LFH-compliant (thanks to Colin).
6269
6270 2006-12-20 [wwp]        2.6.1cvs57
6271
6272         * src/prefs_common.c
6273         * src/prefs_summaries.c
6274                 i18n fix and factorize patch, thanks to Fabien.
6275
6276 2006-12-20 [paul]       2.6.1cvs56
6277
6278         * configure.ac
6279                 last of the renaming (??)
6280         * src/main.c
6281                 correct --help info of --status-full
6282         * src/plugins/bogofilter/bogofilter.c
6283                 make FALSE default of whitelist_ab
6284
6285 2006-12-19 [colin]      2.6.1cvs55
6286
6287         * src/jpilot.c
6288                 Same as before, without depending on
6289                 pisock >= 0.12
6290
6291 2006-12-19 [colin]      2.6.1cvs54
6292
6293         * src/jpilot.c
6294                 Fix bug 1059, 'Better jpilot charset 
6295                 handling'. Use libpisync's charset conversion
6296                 if possible
6297
6298 2006-12-19 [colin]      2.6.1cvs53
6299
6300         * po/fr.po
6301                 Updated by Fabien
6302
6303 2006-12-19 [wwp]        2.6.1cvs52
6304
6305         * src/gtk/about.c
6306                 Add missing #include (thanks to Colin).
6307
6308 2006-12-19 [wwp]        2.6.1cvs51
6309
6310         * src/prefs_receive.c
6311                 Better spacing between widgets in prefs.
6312
6313 2006-12-18 [colin]      2.6.1cvs50
6314
6315         * src/imap.c
6316                 Fix failure to get separator on LIST "" ""
6317                 Try LIST "" "INBOX" too.
6318
6319 2006-12-18 [wwp]        2.6.1cvs49
6320
6321         * src/common/session.c
6322                 Fix a compiler warning (thanks to Fabien).
6323
6324 2006-12-18 [wwp]        2.6.1cvs48
6325
6326         * src/compose.c
6327         * src/prefs_quote.c
6328                 Factorize some strings for translation (it's about error
6329                 messages when applying or checking template/quote format).
6330
6331 2006-12-18 [colin]      2.6.1cvs47
6332
6333         * Makefile.am
6334         * src/common/defs.h
6335         * src/gtk/Makefile.am
6336         * src/gtk/about.c
6337                 Add a Release notes tab from the contents of
6338                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6339
6340 2006-12-17 [colin]      2.6.1cvs46
6341
6342         * src/mimeview.c
6343         * src/textview.c
6344         * src/gtk/filesel.c
6345                 Correctly convert from/to UTF8/filename encoding
6346                 when loading and saving files. Probably fixes
6347                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6348                 for a file to attach and is blocked...'
6349
6350 2006-12-17 [colin]      2.6.1cvs45
6351
6352         * src/gtk/logwindow.c
6353                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6354                 IMAP folder and is blocked on main thread': 
6355                 make sure we put utf8 in the log.
6356
6357 2006-12-16 [colin]      2.6.1cvs44
6358
6359         * src/toolbar.c
6360         * src/toolbar.h
6361                 Fix bug 1055, 'Add the 'cancel receive' 
6362                 in the available events for the toolbar buttons'
6363
6364 2006-12-16 [colin]      2.6.1cvs43
6365
6366         * po/POTFILES.in
6367         * src/imap.c
6368         * src/common/nntp.c
6369         * src/common/session.c
6370                 Log error when SSL handshakes fail. 
6371                 Fixes bug 1082, 'incorrect / imprecise 
6372                 error message when imap server provides 
6373                 ssl only through STARTTLS but SSL is 
6374                 selected'
6375
6376 2006-12-15 [wwp]        2.6.1cvs42
6377
6378         * src/plugins/bogofilter/bogofilter_gtk.c
6379                 set proper sensitivity to widgets I've recently added.
6380
6381 2006-12-15 [colin]      
6382
6383         2.7.0-rc1 released
6384
6385 2006-12-15 [wwp]        2.6.1cvs41
6386
6387         * src/plugins/bogofilter/bogofilter.c
6388         * src/plugins/bogofilter/bogofilter.h
6389         * src/plugins/bogofilter/bogofilter_gtk.c
6390                 bogofilter's whitelist can now use a subset of
6391                 the addressbook (either a book, a subfolder of a book,
6392                 or the whole addressbook by using "Any"). Re-used there
6393                 some pref_matcher widgets and mechanisms to match a subset
6394                 of the addressbook.
6395
6396 2006-12-15 [wwp]        2.6.1cvs40
6397
6398         * src/wizard.c
6399         * src/common/plugin.c
6400         * src/common/plugin.h
6401         * src/gtk/about.c
6402         * src/plugins/bogofilter/bogofilter.c
6403         * src/plugins/clamav/clamav_plugin.c
6404         * src/plugins/demo/demo.c
6405         * src/plugins/dillo_viewer/dillo_viewer.c
6406         * src/plugins/pgpcore/plugin.c
6407         * src/plugins/pgpinline/plugin.c
6408         * src/plugins/pgpmime/plugin.c
6409         * src/plugins/spamassassin/spamassassin.c
6410         * src/plugins/trayicon/trayicon.c
6411                 factorize some translatable strings (plugins-related),
6412                 fix missing punctuation in several places,
6413                 remove useless translatable \n in about.c,
6414                 and factorize plugin init code w/ a new function
6415                 check_plugin_version() in common/plugin.c.
6416                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6417
6418 2006-12-15 [wwp]        2.6.1cvs39
6419
6420         * src/plugins/bogofilter/bogofilter.c
6421         * src/plugins/bogofilter/bogofilter_gtk.c
6422                 flag whitelisted spams as spam, but don't filter it to the spam
6423                 folder. Thanks to Colin.
6424
6425 2006-12-15 [ticho]      2.6.1cvs38
6426
6427         * src/plugins/bogofilter/bogofilter.c
6428         * src/plugins/bogofilter/bogofilter.h
6429         * src/plugins/bogofilter/bogofilter_gtk.c
6430                 Add option to whitelist senders found in addressbook. Patch by colin.
6431
6432 2006-12-15 [paul]       2.6.1cvs37
6433
6434         * src/folderview.c
6435                 add missing #include "log.h"
6436
6437 2006-12-15 [paul]       2.6.1cvs36
6438
6439         * src/plugins/bogofilter/bogofilter.c
6440         * src/plugins/bogofilter/bogofilter.h
6441         * src/plugins/bogofilter/bogofilter_gtk.c
6442                 Add an option to allow inserting an
6443                 X-Claws-Bogosity header (on MH folders
6444                 only). Patch by Colin
6445
6446 2006-12-14 [colin]      2.6.1cvs35
6447
6448         * src/main.c
6449                 "Yes" should be the default choice for
6450                 migration configuration
6451
6452 2006-12-14 [paul]       2.6.1cvs34
6453
6454         * src/prefs_summaries.c
6455         * manual/advanced.xml
6456                 Unhide mark_as_read_delay
6457
6458 2006-12-14 [paul]       2.6.1cvs33
6459
6460         * src/messageview.c
6461         * src/messageview.h
6462         * src/mimeview.c
6463         * src/mimeview.h
6464         * src/summaryview.c
6465         * src/textview.c
6466         * src/textview.h
6467                 Fix printing of selection
6468                 Fix printing of message parts
6469                 Fix printing of images
6470         * src/gtk/gtksourceprintjob.c
6471                 Fix page count when there are images
6472
6473 2006-12-14 [wwp]        2.6.1cvs32
6474
6475         * src/mainwindow.c
6476         * src/summaryview.c
6477         * src/summaryview.h
6478         * src/gtk/quicksearch.c
6479                 fix quicksearch 'magnify' button status when QS is closed
6480                 using the Escape key, thanks to Colin.
6481
6482 2006-12-14 [wwp]        2.6.1cvs31
6483
6484         * src/mainwindow.c
6485         * src/summaryview.c
6486         * src/summaryview.h
6487         * src/gtk/quicksearch.c
6488                 fix quicksearch 'magnify' button status when QS is closed
6489                 using the Escape key, thanks to Colin.
6490
6491 2006-12-13 [colin]      2.6.1cvs30
6492
6493         * src/ldapquery.c
6494         * src/ldaputil.c
6495                 Use the binary safe version of ldap_get_values,
6496                 to make sure we manipulate null-terminated 
6497                 strings. Maybe fixes bug 1075, 'claws mail 
6498                 segfault when completing ldap adresses'
6499         * src/syldap.c ** REMOVED **
6500         * src/syldap.h ** REMOVED **
6501                 Remove dead files
6502
6503 2006-12-13 [mones]      2.6.1cvs29
6504
6505         * po/es.po
6506                 Fixed piped strings, fixed click translation
6507
6508 2006-12-13 [paul]       2.6.1cvs28
6509
6510         * src/main.c
6511                 don't translate these strings
6512
6513 2006-12-13 [paul]       2.6.1cvs27
6514
6515         * po/en_GB.po
6516                 updated
6517
6518 2006-12-13 [colin]      2.6.1cvs26
6519
6520         * src/main.c
6521         * src/main.h
6522                 Add claws_is_starting()
6523
6524 2006-12-13 [mones]      2.6.1cvs25
6525
6526         * manual/es/advanced.xml
6527         * po/es.po
6528                 Synced manual and updated translation
6529
6530 2006-12-12 [colin]      2.6.1cvs24
6531
6532         * src/wizard.c
6533                 Add an option to use STARTTLS in the
6534                 welcome wizard. Fixes bug 1080, 
6535                 'Using SSL option in wizard for incoming 
6536                 server does not activate SSL with STARTTLS'
6537
6538 2006-12-12 [colin]      2.6.1cvs23
6539
6540         * src/main.c
6541                 Don't exit when there's an incomplete
6542                 mailbox configured - leaves a chance 
6543                 to fix a failing IMAP account. Exit
6544                 if no mailbox at all is loaded (case
6545                 of missing plugin).
6546                 Completes bug 1077's fix (I was wrong
6547                 in this bug's comment #3).
6548
6549 2006-12-12 [colin]      2.6.1cvs22
6550
6551         * src/gtk/menu.h
6552                 Add another menu data type
6553         * src/prefs_account.c
6554                 Complete the completion of bug 1076
6555                 (doesn't lose the pref on apply)
6556
6557 2006-12-12 [paul]       2.6.1cvs21
6558
6559         * src/prefs_account.c
6560                 complete the fix of bug 1076
6561                 also be more verbose with the text
6562
6563 2006-12-12 [paul]       2.6.1cvs20
6564
6565         * src/gtk/combobox.c
6566                 fix compilation warning
6567
6568 2006-12-11 [colin]      2.6.1cvs19
6569
6570         * src/wizard.c
6571                 Document :port in server entry tooltips
6572
6573 2006-12-11 [colin]      2.6.1cvs18
6574
6575         * src/main.c
6576                 Fix compile
6577
6578 2006-12-11 [colin]      2.6.1cvs17
6579
6580         * src/main.c
6581                 Add failing IMAP as a reason for no
6582                 mailbox
6583
6584 2006-12-11 [colin]      2.6.1cvs16
6585
6586         * src/prefs_account.c
6587                 Check for existence of inbox for local
6588                 accounts too
6589         * src/wizard.c
6590                 Allow setting the port to use for servers
6591                 by using the usual "server.example.com:port"
6592                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6593                 not start when IMAP server is unavailable'
6594
6595 2006-12-11 [colin]      2.6.1cvs15
6596
6597         * src/prefs_account.c
6598                 Prevent use of non-existing default inbox
6599
6600 2006-12-11 [colin]      2.6.1cvs14
6601
6602         * src/prefs_account.c
6603                 Fix sensitivity. Fixes bug 1076, 'privacy 
6604                 options are displayed even when pgp plugin 
6605                 not loaded / available'
6606
6607 2006-12-09 [colin]      2.6.1cvs13
6608
6609         * manual/advanced.xml
6610         * src/prefs_common.c
6611         * src/prefs_common.h
6612         * src/common/ssl_certificate.c
6613                 Add a new hidden preference, 'unsafe_ssl_certs',
6614                 which allows to store multiple certificates per
6615                 server/port. This is disabled by default because
6616                 it's less secure (presenting a new certificate
6617                 instead of a changed one raises less alarms).
6618                 This will cause Claws to ask about an unknown
6619                 certificate for people who have used 2.6.1cvs8
6620                 or greater.
6621
6622 2006-12-09 [colin]      2.6.1cvs12
6623
6624         * src/action.c
6625                 Fix cache updating after action
6626
6627 2006-12-07 [wwp]        2.6.1cvs11
6628
6629         * src/compose.c
6630                 fix email address comparison when replying to all
6631                 (avoid replying to ourselves), thanks to Colin.
6632
6633 2006-12-06 [paul]       2.6.1cvs10
6634
6635         * src/addrharvest.c
6636         * src/editldap.c
6637         * src/expldifdlg.c
6638         * src/news.c
6639         * src/toolbar.c
6640         * src/common/utils.c
6641                 ...and more renaming
6642                 Thanks to Colin
6643
6644 2006-12-06 [paul]       2.6.1cvs9
6645
6646         * src/compose.c
6647         * src/messageview.c
6648         * src/procheader.c
6649         * src/procmime.c
6650         * src/procmsg.c
6651         * src/textview.c
6652                 more renaming
6653                 Thanks to Colin
6654
6655 2006-12-06 [colin]      2.6.1cvs8
6656
6657         * src/ssl_manager.c
6658         * src/common/ssl_certificate.c
6659         * src/common/ssl_certificate.h
6660                 Handle multiple certificates per host/port
6661
6662 2006-12-06 [colin]      2.6.1cvs7
6663
6664         * src/etpan/imap-thread.c
6665                 Fix certificate checking on IMAP
6666
6667 2006-12-06 [colin]      2.6.1cvs6
6668
6669         * src/folderview.c
6670                 Fix bug 1072, 'Claws stops fetching newsgroups 
6671                 from server when newsgroup got deleted': continue
6672                 checking other groups
6673
6674 2006-12-05 [wwp]        2.6.1cvs5
6675
6676         * src/message_search.c
6677         * src/summary_search.c
6678         * src/gtk/combobox.c
6679         * src/gtk/combobox.h
6680         * src/gtk/gtkutils.c
6681         * src/gtk/gtkutils.h
6682                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6683                 behave like w/ old comboboxes (summary and message search only).
6684
6685 2006-12-05 [paul]       2.6.1cvs4
6686
6687         * src/wizard.c
6688                 encode headers
6689                 Thanks to Colin
6690
6691 2006-12-05 [paul]       2.6.1cvs3
6692
6693         * tools/README
6694         * tools/textviewer.pl
6695                 script updated and description added
6696
6697 2006-12-04 [colin]      2.6.1cvs2
6698
6699         * src/compose.c
6700                 Run pre-send hook only when checking
6701                 everything
6702
6703 2006-12-04 [paul]       2.6.1cvs1
6704
6705         * NEWS
6706         * README
6707         * RELEASE_NOTES
6708         * configure.ac
6709         * tools/README
6710                 bump up version number following stable release
6711
6712 2006-12-04 [paul]       2.6.0cvs83
6713
6714         * README
6715                 updates and corrections
6716
6717 2006-12-04 [colin]      2.6.0cvs82
6718
6719         * src/common/utils.c
6720                 Probably fix bug 1066, 'Incorrect mailbox 
6721                 size displayed'
6722
6723 2006-12-04 [colin]      2.6.0cvs81
6724
6725         * src/common/utils.c
6726                 Trim tabs from mailcap file too.
6727
6728 2006-12-02 [paul]       2.6.0cvs80
6729
6730         * src/exphtmldlg.c
6731                 fix broken GUI under certain languages
6732         * src/expldifdlg.c
6733                 put the Cancel button to the right
6734
6735 2006-12-01 [paul]       2.6.0cvs79
6736
6737         * tools/Makefile.am
6738                 remove reference to removed file
6739
6740 2006-12-01 [wwp]        2.6.0cvs78
6741
6742         * src/addressbook.c
6743         * src/editaddress.c
6744                 remove forgotten debug statements.
6745
6746 2006-12-01 [wwp]        2.6.0cvs77
6747
6748         * manual/advanced.xml
6749         * manual/fr/advanced.xml
6750         * src/addressbook.c
6751         * src/addressbook.h
6752         * src/addressitem.h
6753         * src/editaddress.c
6754         * src/editaddress.h
6755         * src/prefs_common.c
6756         * src/prefs_common.h
6757         * src/gtk/gtkutils.c
6758         * src/gtk/gtkutils.h
6759                 add a hidden option to allow embedding the editaddress (edit contact details)
6760                 dialog into the addressbook's window. This doesn't change the default
6761                 behaviour.
6762
6763 2006-12-01 [wwp]        2.6.0cvs76
6764
6765         * src/message_search.c
6766         * src/summary_search.c
6767                 fix more focus issues (don't set focus to combobox's entry widget when
6768                 entry's value changed, if entry widget has focus already).
6769
6770 2006-12-01 [wwp]        2.6.0cvs75
6771
6772         * src/gtk/quicksearch.c
6773                 revert last changes to the quicksearch gtk_combo_box, this needs more
6774                 tuning and testing.
6775
6776 2006-12-01 [paul]       2.6.0cvs74
6777
6778         * tools/kdeservicemenu/README
6779         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6780         * tools/kdeservicemenu/install.sh
6781         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6782         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6783                 simplify this stuff, and in so doing,
6784                 fix it. (possibly re-extend it again at
6785                 a later date)
6786
6787 2006-12-01 [wwp]        2.6.0cvs73
6788
6789         * src/gtk/quicksearch.c
6790                 adapt quicksearch code to use modern gtk_combo_box'es.
6791
6792 2006-12-01 [wwp]        2.6.0cvs72
6793
6794         * src/common/defs.h
6795         * src/prefs_common.c
6796         * src/prefs_common.h
6797         * src/message_search.c
6798         * src/summary_search.c
6799         * src/gtk/combobox.c
6800         * src/gtk/combobox.h
6801                 add history combos to all message and summary search fields.
6802
6803 2006-12-01 [wwp]        2.6.0cvs71
6804
6805         * src/summaryview.c
6806                 As the list may change while the mark as read delay
6807                 runs, we can't rely on the 'row' pointer, which can
6808                 be invalid when the timeout is called. As the mark
6809                 as read is only done if the message is still selected,
6810                 use summaryview->selected instead. Thanks to Colin.
6811
6812 2006-11-30 [paul]       2.6.0cvs70
6813
6814         * src/textview.c
6815                 give emphasis to "Sylpheed-Claws"
6816                 as well as "Claws Mail"
6817
6818 2006-11-30 [colin]      2.6.0cvs69
6819
6820         * src/wizard.c
6821                 Put the SSL checkboxes in the receiving
6822                 and sending server pages.
6823
6824 2006-11-29 [colin]      2.6.0cvs68
6825
6826         * src/gtk/gtkutils.c
6827         * src/gtk/gtkvscrollbutton.c
6828                 Revert some deprecated fixes - they seem to
6829                 deprecate stuff as soon as a new one gets out.
6830                 g_object_ref_sink needed glib-2.10.
6831
6832 2006-11-29 [colin]      2.6.0cvs67
6833
6834         * src/common/utils.c
6835                 Create .mailcap if it doesn't exist
6836
6837 2006-11-29 [colin]      2.6.0cvs66
6838
6839         * src/compose.c
6840                 Followup to cvs60: use original list
6841                 of recipients if replying to a mail
6842                 in Sent Drafts or Queue.
6843
6844 2006-11-27 [paul]       2.6.0cvs65
6845
6846         * src/image_viewer.c
6847                 revert the last change for now (it's broken)
6848
6849 2006-11-27 [paul]       2.6.0cvs64
6850
6851         * Makefile.am
6852         * configure.ac
6853         * m4/aclocal-include.m4
6854         * m4/check-type.m4
6855         * src/Makefile.am
6856         * src/addr_compl.c
6857         * src/compose.c
6858         * src/crash.c
6859         * src/export.c
6860         * src/exporthtml.c
6861         * src/exportldif.c
6862         * src/imap.c
6863         * src/import.c
6864         * src/main.c
6865         * src/main.h
6866         * src/matcher.c
6867         * src/mimeview.c
6868         * src/procmsg.c
6869         * src/textview.c
6870         * src/common/Makefile.am
6871         * src/common/claws.c
6872         * src/common/claws.h
6873         * src/common/ssl.c
6874         * src/common/sylpheed.c
6875         * src/common/sylpheed.h
6876         * src/etpan/Makefile.am
6877         * src/gtk/Makefile.am
6878         * src/gtk/claws-marshal.list
6879         * src/gtk/filesel.c
6880         * src/gtk/gtksctree.c
6881         * src/gtk/quicksearch.c
6882         * src/gtk/sylpheed-marshal.list
6883         * src/plugins/bogofilter/bogofilter.c
6884         * src/plugins/bogofilter/bogofilter_gtk.c
6885         * src/plugins/clamav/clamav_plugin.c
6886         * src/plugins/clamav/clamav_plugin_gtk.c
6887         * src/plugins/demo/demo.c
6888         * src/plugins/dillo_viewer/dillo_viewer.c
6889         * src/plugins/pgpcore/Makefile.am
6890         * src/plugins/pgpcore/claws.def
6891         * src/plugins/pgpcore/pgp_viewer.c
6892         * src/plugins/pgpcore/plugin.c
6893         * src/plugins/pgpcore/sylpheed.def
6894         * src/plugins/pgpinline/Makefile.am
6895         * src/plugins/pgpinline/claws.def
6896         * src/plugins/pgpinline/plugin.c
6897         * src/plugins/pgpinline/sylpheed.def
6898         * src/plugins/pgpmime/Makefile.am
6899         * src/plugins/pgpmime/claws.def
6900         * src/plugins/pgpmime/plugin.c
6901         * src/plugins/pgpmime/sylpheed.def
6902         * src/plugins/spamassassin/spamassassin.c
6903         * src/plugins/spamassassin/spamassassin_gtk.c
6904         * src/plugins/trayicon/trayicon.c
6905                 yet more renaming
6906                 remove deprecated gtk_tooltips_set_delay()
6907
6908 2006-11-26 [paul]       2.6.0cvs63
6909
6910         * src/expldifdlg.c
6911         * src/folderview.c
6912         * src/image_viewer.c
6913         * src/mainwindow.c
6914         * src/gtk/gtkutils.c
6915         * src/gtk/gtkvscrollbutton.c
6916         * src/gtk/prefswindow.c
6917         * src/plugins/pgpcore/prefs_gpg.c
6918                 replace more deprecated GTK+ functions
6919
6920 2006-11-26 [paul]       2.6.0cvs62
6921
6922         * src/addr_compl.c
6923         * src/addressbook.c
6924         * src/browseldap.c
6925                 replace deprecated gtk_idle_... functions
6926
6927 2006-11-26 [paul]       2.6.0cvs61
6928
6929         * src/compose.c
6930         * src/folderview.c
6931         * src/inc.c
6932         * src/summaryview.c
6933         * src/gtk/gtkvscrollbutton.c
6934         * src/gtk/quicksearch.c
6935         * src/plugins/pgpcore/passphrase.c
6936                 replace deprecated gtk_timeout_add and
6937                 gtk_timeout_remove
6938
6939 2006-11-26 [paul]       2.6.0cvs60
6940
6941         * src/compose.c
6942                 fix bug that caused the wrong recipient
6943                 to be selected when replying to a msg
6944                 which is From one of our accounts to
6945                 another of our accounts
6946
6947 2006-11-25 [paul]       2.6.0cvs59
6948
6949         * src/summaryview.c
6950                 don't change the From column title to
6951                 To if the To column is visible
6952
6953 2006-11-24 [paul]       2.6.0cvs58
6954
6955         * src/compose.c
6956                 fix bug 1069, 'Sent mails disappear, BCC
6957                 or locking problem?'
6958
6959 2006-11-21 [wwp]        2.6.0cvs57
6960
6961         * src/compose.c
6962                 fix spelling menu when replying (same as 2.3.1cvs39):
6963                 discrepancy between context menu and top menu when
6964                 folder's dictionary isn't the default one.
6965
6966 2006-11-19 [paul]       2.6.0cvs56
6967
6968         * src/summaryview.c
6969                 obey always_show_msg option when
6970                 marking as spam
6971         * src/plugins/bogofilter/bogofilter.c
6972                 fix typo
6973
6974 2006-11-18 [paul]       2.6.0cvs55
6975
6976         * AUTHORS
6977         * README
6978         * debian/copyright
6979         * manual/ack.xml
6980         * manual/es/ack.xml
6981         * manual/fr/ack.xml
6982         * manual/pl/ack.xml
6983         * src/gtk/authors.h
6984         * src/gtk/icon_legend.c
6985         * src/gtk/icon_legend.h
6986         * tools/OOo2claws-mail.pl
6987         * tools/README
6988         * tools/acroread2claws-mail.pl
6989         * tools/claws.i18n.status.pl
6990         * tools/filter_conv.pl
6991         * tools/filter_conv_new.pl
6992         * tools/freshmeat_search.pl
6993         * tools/google_search.pl
6994         * tools/kmail2claws-mail.pl
6995         * tools/kmail2claws-mail_v2.pl
6996         * tools/maildir2claws-mail.pl
6997         * tools/make.themes.project
6998         * tools/multiwebsearch.pl
6999         * tools/outlook2claws-mail.pl
7000         * tools/tb2claws-mail
7001         * tools/kdeservicemenu/README
7002         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7003                 update mine and wwp's email addresses in
7004                 several places
7005                 Patch by wwp
7006         * src/prefs_compose_writing.c
7007                 set sensitivity on 'new message format' frame
7008
7009 2006-11-17 [paul]       2.6.0cvs54
7010
7011         * src/gtk/about.c
7012                 more reworking of the GUI
7013                 Patch by Fabien Vantard
7014
7015 2006-11-16 [paul]       2.6.0cvs53
7016
7017         * src/gtk/about.c
7018                 set a minimum size for the window, allow
7019                 it to automatically expand as necessary
7020
7021 2006-11-16 [wwp]        2.6.0cvs52
7022
7023         * src/gtk/about.c
7024                 better wrap of copyright info on some systems.
7025
7026 2006-11-16 [paul]       2.6.0cvs51
7027
7028         * src/gtk/about.c
7029                 move the tech info from the upper panel
7030                 to the Info tab
7031                 use a gtk_text_view for the features tab
7032
7033 2006-11-16 [paul]       2.6.0cvs50
7034
7035         * po/Makevars
7036                 update my email address
7037         * src/addressbook.c
7038         * src/compose.c
7039         * src/imap_gtk.c
7040         * src/mh_gtk.c
7041         * src/news_gtk.c
7042         * src/summaryview.c
7043         * src/plugins/trayicon/trayicon.c
7044                 don't offer simple menu separators
7045                 for translation
7046         * src/folderview.c
7047                 add separator between 'mark all read'
7048                 and 'search folder'
7049
7050 2006-11-15 [wwp]        2.6.0cvs49
7051
7052         * src/gtk/authors.h
7053                 updated manuals authors.
7054
7055 2006-11-14 [paul]       2.6.0cvs48
7056
7057         * src/compose.c
7058                 Fix Options/Reply mode after draft save
7059
7060 2006-11-14 [paul]       2.6.0cvs47
7061
7062         * src/Makefile.am
7063                 Fix make DESTDIR=...
7064         * src/mbox.c
7065                 Optimise speed
7066         * src/plugins/pgpinline/pgpinline.c
7067                 Probably fix bug 1061
7068
7069 2006-11-14 [paul]       2.6.0cvs46
7070
7071         * po/Makevars
7072                 enable Q_ macro
7073         * src/Makefile.am
7074         * src/stock_pixmap.c
7075         * src/stock_pixmap.h
7076         * src/gtk/about.c
7077         * src/pixmaps/active.xpm
7078         * src/pixmaps/inactive.xpm
7079                 add a new page, 'Features', to the About dialog
7080                 showing which features are compiled in and which
7081                 are not
7082
7083 2006-11-14 [paul]       2.6.0cvs45
7084
7085         * po/ru.po
7086                 updated by Pavlo Bohmat
7087
7088 2006-11-14 [colin]      2.6.0cvs44
7089
7090         * src/compose.c
7091         * src/inc.c
7092         * src/messageview.c
7093         * src/news.c
7094         * src/pop.c
7095         * src/procmsg.c
7096         * src/gtk/gtkaspell.c
7097                 Fix 64-bit-related warnings
7098         * src/ssl_manager.c
7099                 Fix possible infinite loop
7100         * src/plugins/pgpcore/sgpgme.c
7101                 Remove useless check
7102
7103 2006-11-13 [colin]      2.6.0cvs43
7104
7105         * src/gtk/Makefile.am
7106                 authors.h isn't generated
7107
7108 2006-11-13 [colin]      2.6.0cvs42
7109
7110         * src/plugins/pgpinline/pgpinline.c
7111         * src/plugins/pgpmime/pgpmime.c
7112                 Very probably fix bug 1061, 'crash on 
7113                 opening signed email'. Another cast
7114                 problem
7115
7116 2006-11-13 [colin]      2.6.0cvs41
7117
7118         * src/plugins/pgpcore/sgpgme.c
7119                 Maybe fix bug 1061, 'crash on opening 
7120                 signed email'
7121
7122 2006-11-13 [wwp]        2.6.0cvs40
7123
7124         * src/plugins/pgpinline/pgpinline.c
7125                 fix candidate for bug #1057, thanks to Colin.
7126
7127 2006-11-13 [wwp]        2.6.0cvs39
7128
7129         * src/compose.c
7130         * src/quote_fmt_parse.y
7131                 fix bug 1052: current parser buffer was not always 
7132                 allocated, ptr to this buffer could be returned as 
7133                 NULL whereas no parser error has occurred. in 
7134                 consequence, defining a template body as "%d" 
7135                 (w/o the quotes) for the first time of the instance 
7136                 of claws-mail, was reporting a parser error. make 
7137                 sure that the buffer is always allocated, even to 
7138                 an empty string.
7139                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7140                 unescaping of the fmt string was always done 
7141                 whereas it must be done *only* when receiving 
7142                 quote format strings issued from the prefs 
7143                 (compose new message, reply, forward, redirect 
7144                 formats), *not* when applying templates.  in 
7145                 consequences, applying templates w/ sequences 
7146                 like \\|p{echo} were failing. make sure that 
7147                 unescaping is done only when necessary.
7148
7149 2006-11-12 [colin]      2.6.0cvs38
7150
7151         * po/de.po
7152                 Fix typo (s/KB/MB)
7153
7154 2006-11-12 [colin]      2.6.0cvs37
7155
7156         * src/plugins/pgpinline/pgpinline.c
7157         * src/plugins/pgpmime/pgpmime.c
7158                 Release GPG context at the latest 
7159                 possible moment. Maybe fixes 
7160                 bug 1057, 'crash on sending signed 
7161                 message to a newsgroup'
7162                 
7163
7164 2006-11-12 [colin]      2.6.0cvs36
7165
7166         * src/plugins/pgpcore/sgpgme.c
7167                 Tell a bit more when gpg's status doesn't
7168                 contain any signature
7169
7170 2006-11-12 [colin]      2.6.0cvs35
7171
7172         * src/compose.c
7173                 Fix bug 1060, 'compilation error with 
7174                 Irix's cc'
7175
7176 2006-11-12 [paul]       2.6.0cvs34
7177
7178         * doc/man/claws-mail.1
7179         * src/prefs_gtk.c
7180         * src/plugins/clamav/README
7181         * src/plugins/spamassassin/README
7182         * tools/README
7183         * tools/freshmeat_search.pl
7184         * tools/google_search.pl
7185         * tools/multiwebsearch.pl
7186                 more renaming
7187         * src/plugins/trayicon/trayicon.c
7188                 fix compiliation warning
7189
7190 2006-11-11 [colin]      2.6.0cvs33
7191
7192         * src/folderview.c
7193                 Forbid drag and drop from/to different
7194                 folders of type F_UNKNOWN
7195
7196 2006-11-11 [colin]      2.6.0cvs32
7197
7198         * src/plugins/pgpinline/pgpinline.c
7199                 Fix typo in previous commit:
7200                 - gpgme_new(&ctx);
7201                 + if ((err = gpgme_new(&data->ctx)) ...)
7202
7203 2006-11-11 [colin]      2.6.0cvs31
7204
7205         * src/plugins/pgpinline/pgpinline.c
7206         * src/plugins/pgpmime/pgpmime.c
7207                 Check success after calling gpgme_new
7208                 Maybe fixes bug 1057, 'crash on sending 
7209                 signed message to a newsgroup'
7210
7211 2006-11-11 [colin]      2.6.0cvs30
7212
7213         * src/undo.c
7214                 init undostruct to 0s (from
7215                 valgrind log of bug 1057)
7216
7217 2006-11-10 [colin]      2.6.0cvs29
7218
7219         * src/mainwindow.c
7220                 Set cursor to wait before filtering
7221                 duplicates in all folders
7222         * src/plugins/bogofilter/bogofilter.c
7223         * src/plugins/bogofilter/bogofilter.h
7224         * src/plugins/bogofilter/bogofilter_gtk.c
7225                 Completely thread away the bogofilter
7226                 filtering
7227
7228 2006-11-10 [mones]      2.6.0cvs28
7229
7230         * src/compose.c
7231         * src/compose.h
7232                 added COMPOSE_CHECK_BEFORE_SEND hook
7233
7234 2006-11-10 [paul]       2.6.0cvs27
7235
7236         * src/crash.c
7237                 more renaming
7238                 add libSM to get_compiled_in_features()
7239         * src/main.c
7240                 more renaming
7241
7242 2006-11-10 [colin]      2.6.0cvs26
7243
7244         * src/etpan/imap-thread.c
7245                 Add a reference to libetpan's sasl engine
7246                 so that sasl_done() doesn't get called by
7247                 libetpan, and doesn't break openssl.
7248                 Should fix bug 1053, 'SC fails to reestablish 
7249                 a secure connection'
7250                 Patch by Hoa
7251
7252 2006-11-10 [colin]      2.6.0cvs25
7253
7254         * manual/addrbook.xml
7255         * manual/advanced.xml
7256         * manual/faq.xml
7257         * manual/intro.xml
7258                 Some more renaming
7259
7260 2006-11-09 [colin]      2.6.0cvs24
7261
7262         * src/plugins/bogofilter/bogofilter_gtk.c
7263                 Add comment about annoyance
7264
7265 2006-11-09 [colin]      2.6.0cvs23
7266
7267         * src/plugins/bogofilter/bogofilter.c
7268         * src/plugins/bogofilter/bogofilter_gtk.c
7269                 Prepare things needed to thread bogofilter
7270                 filtering: separate bogo stuff and possible GUI
7271                 stuff. 
7272
7273 2006-11-09 [colin]      2.6.0cvs22
7274
7275         * src/account.c
7276         * src/compose.c
7277                 Search for one of our accounts in Delivered-To
7278                 (helps for auto-account selection when 
7279                  replying/forwarding)
7280         * src/folderview.c
7281         * src/mainwindow.c
7282         * src/mainwindow.h
7283         * src/plugins/trayicon/trayicon.c
7284                 Allow opening a new mail with any account from
7285                 the contextual menu
7286
7287 2006-11-09 [wwp]        2.6.0cvs21
7288
7289         * src/compose.c
7290         * src/prefs_common.c
7291         * src/prefs_common.h
7292         * src/prefs_compose_writing.c
7293                 add a compose new message format (in prefs/compose/writing), it's a
7294                 simple subject+body template to use when opening a new composition
7295                 window. It's similar to the existent reply and forward formats.
7296
7297                 enhanced the template/format % symbols substitution mechanism to
7298                 use current composition window information when % are used in
7299                 the compose new message format or in templates applied to new
7300                 messages (there were useless in that situations before). When
7301                 applied to new messages, %d corresponds to the system time/date.
7302
7303 2006-11-09 [paul]       2.6.0cvs20
7304
7305         * src/gtk/authors.h
7306                 fix last commit
7307
7308 2006-11-09 [paul]       2.6.0cvs19
7309
7310         * src/gtk/authors.h
7311                 keep tje alphabetical order
7312
7313 2006-11-08 [colin]      2.6.0cvs18
7314
7315         * src/etpan/imap-thread.c
7316                 Fix bug 1054, 'Slowness logging big 
7317                 data chunks'
7318
7319 2006-11-08 [paul]       2.6.0cvs17
7320
7321         * tools/Makefile.am
7322                 fix the renaming
7323
7324 2006-11-08 [paul]       2.6.0cvs16
7325
7326         * src/common/defs.h
7327                 update BUGZILLA_URI
7328
7329 2006-11-08 [paul]       2.6.0cvs15
7330
7331         * tools/Makefile.am
7332         * tools/OOo2claws-mail.pl
7333         * tools/OOo2sylpheed.pl
7334         * tools/README
7335         * tools/acroread2claws-mail.pl
7336         * tools/acroread2sylpheed.pl
7337         * tools/kmail2claws-mail.pl
7338         * tools/kmail2claws-mail_v2.pl
7339         * tools/kmail2sylpheed.pl
7340         * tools/kmail2sylpheed_v2.pl
7341         * tools/maildir2claws-mail.pl
7342         * tools/maildir2sylpheed.pl
7343         * tools/nautilus2claws-mail.sh
7344         * tools/nautilus2sylpheed.sh
7345         * tools/outlook2claws-mail.pl
7346         * tools/outlook2sylpheed.pl
7347         * tools/tb2claws-mail
7348         * tools/tb2sylpheed
7349         * tools/tbird2claws.py
7350         * tools/tbird2syl.py
7351         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7352         * tools/kdeservicemenu/install.sh
7353         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7354         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7355         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7356         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7357         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7358                 renamed (removed, added) tools files
7359
7360 2006-11-08 [paul]       2.6.0cvs14
7361
7362         * src/main.c
7363         * src/common/defs.h
7364                 Migrate sylpheedrc to clawsrc, and fix the standard
7365                 plugins path in the process
7366
7367 2006-11-07 [colin]      2.6.0cvs13
7368
7369         * src/Makefile.am
7370                 Symlink sylpheed-claws relative to 
7371                 claws-mail
7372
7373 2006-11-07 [colin]      2.6.0cvs12
7374
7375         * src/compose.c
7376                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7377
7378 2006-11-07 [paul]       2.6.0cvs11
7379
7380         * src/gtk/about.c
7381                 Fix a missed occurence of
7382                 Sylpheed-Claws
7383
7384 2006-11-07 [paul]       2.6.0cvs10
7385
7386         * src/Makefile.am
7387                 Fix symlink installation
7388
7389 2006-11-07 [paul]       2.6.0cvs9
7390
7391         * src/Makefile.am
7392                 Symlink claws-mail to sylpheed-claws
7393         * src/common/utils.c
7394                 Fix migrating symlinks
7395         * src/etpan/imap-thread.c
7396                 check certificate only when there's
7397                 no error
7398
7399 2006-11-07 [paul]       2.6.0cvs8
7400
7401         * Makefile.am
7402                 Fix icon breakages with Gtk, which needs a 
7403                 cache updated to see them.
7404
7405 2006-11-07 [paul]       2.6.0cvs7
7406
7407         * .cvsignore
7408         * AUTHORS
7409         * COPYING
7410         * INSTALL
7411         * Makefile.am
7412         * NEWS
7413         * README
7414         * RELEASE_NOTES
7415         * autogen.sh
7416         * claws-mail-128x128.png
7417         * claws-mail-64x64.png
7418         * claws-mail.ico
7419         * claws-mail.pc.in
7420         * claws-mail.png
7421         * configure.ac
7422         * sylpheed-claws-128x128.png
7423         * sylpheed-claws-64x64.png
7424         * sylpheed-claws.desktop
7425         * sylpheed-claws.ico
7426         * sylpheed-claws.pc.in
7427         * sylpheed-claws.png
7428         * debian/README.Debian
7429         * debian/changelog
7430         * debian/claws-mail.desktop
7431         * debian/claws-mail.menu
7432         * debian/claws-mail.postinst.debhelper
7433         * debian/claws-mail.postrm.debhelper
7434         * debian/control
7435         * debian/copyright
7436         * debian/files
7437         * debian/rules
7438         * debian/sylpheed-claws.desktop
7439         * debian/sylpheed-claws.menu
7440         * debian/sylpheed-claws.postinst.debhelper
7441         * debian/sylpheed-claws.postrm.debhelper
7442         * doc/man/Makefile.am
7443         * doc/man/claws-mail.1
7444         * doc/man/sylpheed-claws.1
7445         * doc/src/ChangeLog.claws-pre0.8.0
7446         * manual/Makefile.am
7447         * manual/account.xml
7448         * manual/ack.xml
7449         * manual/addrbook.xml
7450         * manual/advanced.xml
7451         * manual/claws-mail-manual.xml
7452         * manual/faq.xml
7453         * manual/glossary.xml
7454         * manual/handling.xml
7455         * manual/intro.xml
7456         * manual/keyboard.xml
7457         * manual/plugins.xml
7458         * manual/starting.xml
7459         * manual/sylpheed-claws-manual.xml
7460         * manual/xml2pdf
7461         * manual/dist/.cvsignore
7462         * manual/dist/html/.cvsignore
7463         * manual/dist/html/Makefile.am
7464         * manual/dist/pdf/.cvsignore
7465         * manual/dist/pdf/Makefile.am
7466         * manual/dist/ps/.cvsignore
7467         * manual/dist/ps/Makefile.am
7468         * manual/dist/txt/.cvsignore
7469         * manual/dist/txt/Makefile.am
7470         * manual/es/Makefile.am
7471         * manual/es/advanced.xml
7472         * manual/es/claws-mail-manual.xml
7473         * manual/es/faq.xml
7474         * manual/es/glossary.xml
7475         * manual/es/handling.xml
7476         * manual/es/intro.xml
7477         * manual/es/plugins.xml
7478         * manual/es/sylpheed-claws-manual.xml
7479         * manual/es/dist/.cvsignore
7480         * manual/es/dist/html/.cvsignore
7481         * manual/es/dist/html/Makefile.am
7482         * manual/es/dist/pdf/.cvsignore
7483         * manual/es/dist/pdf/Makefile.am
7484         * manual/es/dist/ps/.cvsignore
7485         * manual/es/dist/ps/Makefile.am
7486         * manual/es/dist/txt/.cvsignore
7487         * manual/es/dist/txt/Makefile.am
7488         * manual/fr/Makefile.am
7489         * manual/fr/account.xml
7490         * manual/fr/ack.xml
7491         * manual/fr/addrbook.xml
7492         * manual/fr/advanced.xml
7493         * manual/fr/claws-mail-manual.xml
7494         * manual/fr/faq.xml
7495         * manual/fr/glossary.xml
7496         * manual/fr/handling.xml
7497         * manual/fr/intro.xml
7498         * manual/fr/keyboard.xml
7499         * manual/fr/plugins.xml
7500         * manual/fr/starting.xml
7501         * manual/fr/sylpheed-claws-manual.xml
7502         * manual/fr/dist/.cvsignore
7503         * manual/fr/dist/html/.cvsignore
7504         * manual/fr/dist/html/Makefile.am
7505         * manual/fr/dist/pdf/.cvsignore
7506         * manual/fr/dist/pdf/Makefile.am
7507         * manual/fr/dist/ps/.cvsignore
7508         * manual/fr/dist/ps/Makefile.am
7509         * manual/fr/dist/txt/.cvsignore
7510         * manual/fr/dist/txt/Makefile.am
7511         * manual/pl/Makefile.am
7512         * manual/pl/account.xml
7513         * manual/pl/ack.xml
7514         * manual/pl/addrbook.xml
7515         * manual/pl/advanced.xml
7516         * manual/pl/claws-mail-manual.xml
7517         * manual/pl/faq.xml
7518         * manual/pl/glossary.xml
7519         * manual/pl/handling.xml
7520         * manual/pl/intro.xml
7521         * manual/pl/keyboard.xml
7522         * manual/pl/plugins.xml
7523         * manual/pl/starting.xml
7524         * manual/pl/sylpheed-claws-manual.xml
7525         * manual/pl/dist/.cvsignore
7526         * manual/pl/dist/html/.cvsignore
7527         * manual/pl/dist/html/Makefile.am
7528         * manual/pl/dist/pdf/.cvsignore
7529         * manual/pl/dist/pdf/Makefile.am
7530         * manual/pl/dist/ps/.cvsignore
7531         * manual/pl/dist/ps/Makefile.am
7532         * manual/pl/dist/txt/.cvsignore
7533         * manual/pl/dist/txt/Makefile.am
7534         * po/.cvsignore
7535         * po/Makevars
7536         * src/.cvsignore
7537         * src/Makefile.am
7538         * src/account.c
7539         * src/account.h
7540         * src/action.c
7541         * src/action.h
7542         * src/adbookbase.h
7543         * src/addr_compl.c
7544         * src/addr_compl.h
7545         * src/addrbook.c
7546         * src/addrcache.c
7547         * src/addrcache.h
7548         * src/addrcindex.c
7549         * src/addrcindex.h
7550         * src/addrclip.c
7551         * src/addrclip.h
7552         * src/addrdefs.h
7553         * src/addressadd.c
7554         * src/addressadd.h
7555         * src/addressbook.c
7556         * src/addressbook.h
7557         * src/addressbook_foldersel.c
7558         * src/addressbook_foldersel.h
7559         * src/addrgather.c
7560         * src/addrgather.h
7561         * src/addrharvest.c
7562         * src/addrharvest.h
7563         * src/addrindex.c
7564         * src/addrindex.h
7565         * src/addritem.c
7566         * src/addritem.h
7567         * src/addrquery.c
7568         * src/addrquery.h
7569         * src/addrselect.c
7570         * src/addrselect.h
7571         * src/alertpanel.c
7572         * src/alertpanel.h
7573         * src/browseldap.c
7574         * src/browseldap.h
7575         * src/codeconv.c
7576         * src/codeconv.h
7577         * src/compose.c
7578         * src/crash.c
7579         * src/crash.h
7580         * src/customheader.c
7581         * src/customheader.h
7582         * src/displayheader.c
7583         * src/displayheader.h
7584         * src/editaddress.c
7585         * src/editaddress.h
7586         * src/editbook.c
7587         * src/editbook.h
7588         * src/editgroup.c
7589         * src/editgroup.h
7590         * src/editjpilot.c
7591         * src/editjpilot.h
7592         * src/editldap.c
7593         * src/editldap.h
7594         * src/editldap_basedn.c
7595         * src/editldap_basedn.h
7596         * src/editvcard.c
7597         * src/editvcard.h
7598         * src/exphtmldlg.c
7599         * src/exphtmldlg.h
7600         * src/expldifdlg.c
7601         * src/expldifdlg.h
7602         * src/export.c
7603         * src/exporthtml.c
7604         * src/exporthtml.h
7605         * src/exportldif.c
7606         * src/exportldif.h
7607         * src/filtering.c
7608         * src/filtering.h
7609         * src/folder.c
7610         * src/folder.h
7611         * src/folder_item_prefs.c
7612         * src/folder_item_prefs.h
7613         * src/foldersel.c
7614         * src/foldersel.h
7615         * src/folderutils.c
7616         * src/folderutils.h
7617         * src/folderview.c
7618         * src/folderview.h
7619         * src/grouplistdialog.c
7620         * src/grouplistdialog.h
7621         * src/html.c
7622         * src/html.h
7623         * src/image_viewer.c
7624         * src/image_viewer.h
7625         * src/imap.c
7626         * src/imap.h
7627         * src/imap_gtk.c
7628         * src/imap_gtk.h
7629         * src/import.c
7630         * src/import.h
7631         * src/importldif.c
7632         * src/importldif.h
7633         * src/importmutt.c
7634         * src/importmutt.h
7635         * src/importpine.c
7636         * src/importpine.h
7637         * src/inc.c
7638         * src/inc.h
7639         * src/jpilot.c
7640         * src/jpilot.h
7641         * src/ldapctrl.c
7642         * src/ldapctrl.h
7643         * src/ldaplocate.c
7644         * src/ldaplocate.h
7645         * src/ldapquery.c
7646         * src/ldapquery.h
7647         * src/ldapserver.c
7648         * src/ldapserver.h
7649         * src/ldaputil.c
7650         * src/ldaputil.h
7651         * src/ldif.c
7652         * src/ldif.h
7653         * src/localfolder.c
7654         * src/localfolder.h
7655         * src/main.c
7656         * src/main.h
7657         * src/mainwindow.c
7658         * src/mainwindow.h
7659         * src/manual.c
7660         * src/manual.h
7661         * src/matcher.c
7662         * src/matcher.h
7663         * src/matcher_parser.h
7664         * src/matcher_parser_lex.l
7665         * src/matcher_parser_parse.y
7666         * src/mbox.c
7667         * src/mbox.h
7668         * src/message_search.c
7669         * src/message_search.h
7670         * src/messageview.c
7671         * src/messageview.h
7672         * src/mh.c
7673         * src/mh.h
7674         * src/mh_gtk.c
7675         * src/mh_gtk.h
7676         * src/mimeview.c
7677         * src/mimeview.h
7678         * src/msgcache.c
7679         * src/msgcache.h
7680         * src/mutt.c
7681         * src/mutt.h
7682         * src/news.c
7683         * src/news.h
7684         * src/news_gtk.c
7685         * src/news_gtk.h
7686         * src/noticeview.c
7687         * src/noticeview.h
7688         * src/partial_download.c
7689         * src/partial_download.h
7690         * src/pine.c
7691         * src/pine.h
7692         * src/pop.c
7693         * src/pop.h
7694         * src/prefs_account.c
7695         * src/prefs_account.h
7696         * src/prefs_actions.c
7697         * src/prefs_actions.h
7698         * src/prefs_common.c
7699         * src/prefs_common.h
7700         * src/prefs_compose_writing.c
7701         * src/prefs_compose_writing.h
7702         * src/prefs_customheader.c
7703         * src/prefs_customheader.h
7704         * src/prefs_display_header.c
7705         * src/prefs_display_header.h
7706         * src/prefs_ext_prog.c
7707         * src/prefs_ext_prog.h
7708         * src/prefs_filtering.c
7709         * src/prefs_folder_column.c
7710         * src/prefs_folder_column.h
7711         * src/prefs_folder_item.c
7712         * src/prefs_folder_item.h
7713         * src/prefs_fonts.c
7714         * src/prefs_fonts.h
7715         * src/prefs_gtk.c
7716         * src/prefs_gtk.h
7717         * src/prefs_image_viewer.c
7718         * src/prefs_image_viewer.h
7719         * src/prefs_matcher.c
7720         * src/prefs_matcher.h
7721         * src/prefs_message.c
7722         * src/prefs_message.h
7723         * src/prefs_msg_colors.c
7724         * src/prefs_msg_colors.h
7725         * src/prefs_other.c
7726         * src/prefs_other.h
7727         * src/prefs_quote.c
7728         * src/prefs_quote.h
7729         * src/prefs_receive.c
7730         * src/prefs_receive.h
7731         * src/prefs_send.c
7732         * src/prefs_send.h
7733         * src/prefs_spelling.c
7734         * src/prefs_spelling.h
7735         * src/prefs_summaries.c
7736         * src/prefs_summaries.h
7737         * src/prefs_summary_column.c
7738         * src/prefs_summary_column.h
7739         * src/prefs_template.c
7740         * src/prefs_template.h
7741         * src/prefs_themes.c
7742         * src/prefs_themes.h
7743         * src/prefs_toolbar.c
7744         * src/prefs_toolbar.h
7745         * src/prefs_wrapping.c
7746         * src/prefs_wrapping.h
7747         * src/privacy.c
7748         * src/privacy.h
7749         * src/procheader.c
7750         * src/procheader.h
7751         * src/procmime.c
7752         * src/procmime.h
7753         * src/procmsg.c
7754         * src/procmsg.h
7755         * src/quote_fmt.c
7756         * src/quote_fmt_parse.y
7757         * src/recv.c
7758         * src/recv.h
7759         * src/remotefolder.c
7760         * src/remotefolder.h
7761         * src/send_message.c
7762         * src/send_message.h
7763         * src/setup.c
7764         * src/setup.h
7765         * src/sourcewindow.c
7766         * src/sourcewindow.h
7767         * src/ssl_manager.c
7768         * src/ssl_manager.h
7769         * src/statusbar.c
7770         * src/statusbar.h
7771         * src/stock_pixmap.c
7772         * src/stock_pixmap.h
7773         * src/summary_search.c
7774         * src/summary_search.h
7775         * src/summaryview.c
7776         * src/summaryview.h
7777         * src/syldap.c
7778         * src/syldap.h
7779         * src/textview.c
7780         * src/textview.h
7781         * src/toolbar.c
7782         * src/toolbar.h
7783         * src/undo.c
7784         * src/undo.h
7785         * src/unmime.c
7786         * src/unmime.h
7787         * src/vcard.c
7788         * src/vcard.h
7789         * src/wizard.c
7790         * src/wizard.h
7791         * src/common/base64.c
7792         * src/common/base64.h
7793         * src/common/defs.h
7794         * src/common/hooks.c
7795         * src/common/hooks.h
7796         * src/common/log.c
7797         * src/common/log.h
7798         * src/common/mgutils.c
7799         * src/common/mgutils.h
7800         * src/common/nntp.c
7801         * src/common/nntp.h
7802         * src/common/passcrypt.c
7803         * src/common/passcrypt.h.in
7804         * src/common/plugin.c
7805         * src/common/plugin.h
7806         * src/common/prefs.c
7807         * src/common/prefs.h
7808         * src/common/progressindicator.c
7809         * src/common/progressindicator.h
7810         * src/common/quoted-printable.c
7811         * src/common/quoted-printable.h
7812         * src/common/session.c
7813         * src/common/session.h
7814         * src/common/smtp.c
7815         * src/common/smtp.h
7816         * src/common/socket.c
7817         * src/common/socket.h
7818         * src/common/ssl.c
7819         * src/common/ssl.h
7820         * src/common/stringtable.c
7821         * src/common/stringtable.h
7822         * src/common/sylpheed.c
7823         * src/common/sylpheed.h
7824         * src/common/template.c
7825         * src/common/template.h
7826         * src/common/timing.h
7827         * src/common/utils.c
7828         * src/common/utils.h
7829         * src/common/version.h.in
7830         * src/common/xml.c
7831         * src/common/xml.h
7832         * src/common/xmlprops.c
7833         * src/common/xmlprops.h
7834         * src/gtk/about.c
7835         * src/gtk/colorlabel.c
7836         * src/gtk/colorlabel.h
7837         * src/gtk/colorsel.c
7838         * src/gtk/colorsel.h
7839         * src/gtk/combobox.c
7840         * src/gtk/combobox.h
7841         * src/gtk/description_window.c
7842         * src/gtk/description_window.h
7843         * src/gtk/filesel.c
7844         * src/gtk/filesel.h
7845         * src/gtk/foldersort.c
7846         * src/gtk/foldersort.h
7847         * src/gtk/gtkaspell.c
7848         * src/gtk/gtkaspell.h
7849         * src/gtk/gtksctree.c
7850         * src/gtk/gtkshruler.c
7851         * src/gtk/gtkshruler.h
7852         * src/gtk/gtkutils.c
7853         * src/gtk/gtkutils.h
7854         * src/gtk/icon_legend.c
7855         * src/gtk/icon_legend.h
7856         * src/gtk/logwindow.c
7857         * src/gtk/logwindow.h
7858         * src/gtk/manage_window.c
7859         * src/gtk/manage_window.h
7860         * src/gtk/pluginwindow.c
7861         * src/gtk/pluginwindow.h
7862         * src/gtk/prefswindow.c
7863         * src/gtk/prefswindow.h
7864         * src/gtk/quicksearch.c
7865         * src/gtk/quicksearch.h
7866         * src/pixmaps/claws-mail.xpm
7867         * src/pixmaps/claws-mail_icon.xpm
7868         * src/pixmaps/claws-mail_logo.xpm
7869         * src/pixmaps/sylpheed-claws.xpm
7870         * src/pixmaps/sylpheed-claws_icon.xpm
7871         * src/pixmaps/sylpheed-claws_logo.xpm
7872         * src/plugins/bogofilter/Makefile.am
7873         * src/plugins/bogofilter/bogofilter.c
7874         * src/plugins/bogofilter/bogofilter.h
7875         * src/plugins/bogofilter/bogofilter_gtk.c
7876         * src/plugins/clamav/Makefile.am
7877         * src/plugins/clamav/clamav_plugin.c
7878         * src/plugins/clamav/clamav_plugin.h
7879         * src/plugins/clamav/clamav_plugin_gtk.c
7880         * src/plugins/demo/Makefile.am
7881         * src/plugins/demo/demo.c
7882         * src/plugins/dillo_viewer/Makefile.am
7883         * src/plugins/dillo_viewer/README
7884         * src/plugins/dillo_viewer/dillo_prefs.c
7885         * src/plugins/dillo_viewer/dillo_prefs.h
7886         * src/plugins/dillo_viewer/dillo_viewer.c
7887         * src/plugins/pgpcore/Makefile.am
7888         * src/plugins/pgpcore/passphrase.c
7889         * src/plugins/pgpcore/passphrase.h
7890         * src/plugins/pgpcore/pgp_viewer.c
7891         * src/plugins/pgpcore/pgp_viewer.h
7892         * src/plugins/pgpcore/plugin.c
7893         * src/plugins/pgpcore/prefs_gpg.c
7894         * src/plugins/pgpcore/prefs_gpg.h
7895         * src/plugins/pgpcore/select-keys.c
7896         * src/plugins/pgpcore/select-keys.h
7897         * src/plugins/pgpcore/sgpgme.c
7898         * src/plugins/pgpcore/sgpgme.h
7899         * src/plugins/pgpcore/sylpheed.def
7900         * src/plugins/pgpcore/version.rc
7901         * src/plugins/pgpinline/Makefile.am
7902         * src/plugins/pgpinline/pgpinline.c
7903         * src/plugins/pgpinline/pgpinline.h
7904         * src/plugins/pgpinline/plugin.c
7905         * src/plugins/pgpinline/sylpheed.def
7906         * src/plugins/pgpinline/version.rc
7907         * src/plugins/pgpmime/Makefile.am
7908         * src/plugins/pgpmime/pgpmime.c
7909         * src/plugins/pgpmime/pgpmime.h
7910         * src/plugins/pgpmime/plugin.c
7911         * src/plugins/pgpmime/sylpheed.def
7912         * src/plugins/pgpmime/version.rc
7913         * src/plugins/spamassassin/Makefile.am
7914         * src/plugins/spamassassin/README
7915         * src/plugins/spamassassin/spamassassin.c
7916         * src/plugins/spamassassin/spamassassin.h
7917         * src/plugins/spamassassin/spamassassin_gtk.c
7918         * src/plugins/trayicon/Makefile.am
7919         * src/plugins/trayicon/trayicon.c
7920         * tools/OOo2sylpheed.pl
7921         * tools/README
7922         * tools/README.sylprint
7923         * tools/acroread2sylpheed.pl
7924         * tools/claws.i18n.status.pl
7925         * tools/filter_conv.pl
7926         * tools/filter_conv_new.pl
7927         * tools/freshmeat_search.pl
7928         * tools/google_search.pl
7929         * tools/kmail2sylpheed.pl
7930         * tools/kmail2sylpheed_v2.pl
7931         * tools/make.themes.project
7932         * tools/multiwebsearch.pl
7933         * tools/nautilus2sylpheed.sh
7934         * tools/outlook2sylpheed.pl
7935         * tools/sylprint.pl
7936         * tools/sylprint.rc
7937         * tools/tb2sylpheed
7938         * tools/textviewer.sh
7939         * tools/vcard2xml.py
7940         * tools/kdeservicemenu/README
7941         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7942         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7943         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7944                 Change name to Claws Mail. Announce to follow...
7945
7946 2006-11-06 [wwp]        2.6.0cvs6
7947
7948         * src/prefs_template.c
7949                 unify messages related to quote format/template errors (fix
7950                 capitalization), again.
7951
7952 2006-11-06 [wwp]        2.6.0cvs5
7953
7954         * src/prefs_quote.c
7955                 unify messages related to quote format/template errors.
7956
7957 2006-11-06 [wwp]        2.6.0cvs4
7958
7959         * src/prefs_msg_colors.c
7960                 more uses of Q_ macro for contextual translations, thanks
7961                 to Fabien (fzzzzz).
7962
7963 2006-11-06 [wwp]        2.6.0cvs3
7964
7965         * src/compose.c
7966         * src/common/utils.c
7967         * src/common/utils.h
7968                 show an alertpanel to make sure users are aware that sensitive
7969                 files are attached (it's file blacklist-based). This will fix
7970                 interaction w/ GoogleEarth for instance, thanks to Colin.
7971
7972 2006-11-06 [wwp]        2.6.0cvs2
7973
7974         * src/prefs_quote.c
7975         * src/prefs_template.c
7976         * src/prefs_template.h
7977                 check quote format when applying/closing prefs. For now this only
7978                 shows up an error dialog box, not preventing the user from using
7979                 a broken quote (reply, forwards) format.
7980
7981 2006-11-06 [wwp]        2.6.0cvs1
7982
7983         * src/prefs_template.c
7984                 fix missing checks of some template fields.
7985
7986 2006-11-06 [paul]       2.6.0
7987
7988         * NEWS
7989         * README
7990         * RELEASE_NOTES
7991                 2.6.0 released
7992
7993 2006-11-06 [paul]       2.5.6cvs22
7994
7995         * manual/advanced.xml
7996         * manual/es/advanced.xml
7997                 put 'respect_flowed_format' info in the correct
7998                 place
7999
8000 2006-11-06 [mones]      2.5.6cvs21
8001
8002         * po/es.po
8003                 Minor fixes for release
8004
8005 2006-11-06 [paul]       2.5.6cvs20
8006
8007         * po/cs.po
8008         * po/de.po
8009         * po/fr.po
8010         * po/it.po
8011         * po/nl.po
8012         * po/pt_BR.po
8013         * po/sk.po
8014         * po/sv.po
8015         * po/zh_CN.po
8016                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8017                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8018                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8019                 Young
8020
8021 2006-11-02 [colin]      2.5.6cvs19
8022
8023         * src/imap.c
8024         * src/imap.h
8025         * src/prefs_account.c
8026         * src/etpan/imap-thread.c
8027                 Add GSSAPI support - fixes Debian bug #383274
8028
8029 2006-11-01 [colin]      2.5.6cvs18
8030
8031         * src/jpilot.c
8032                 Handle libpisock12 support. Probably
8033                 fixes bug 1046, 'jpilot AddressDB.pdb 
8034                 import fail'
8035
8036 2006-11-01 [colin]      2.5.6cvs17
8037
8038         * src/folderutils.c
8039                 debug_print() folderutils_mark_all_read()
8040
8041 2006-11-01 [colin]      2.5.6cvs16
8042
8043         * COPYING
8044                 Add missed files to the Apache exception
8045
8046 2006-10-31 [colin]      2.5.6cvs15
8047
8048         * src/folder.c
8049         * src/folder.h
8050                 Add a copy_private_data() func to FolderClasses
8051                 Doesn't break the feature freeze, because we 
8052                 won't use it (right now) in the core.
8053
8054 2006-10-31 [colin]      2.5.6cvs14
8055
8056         * COPYING
8057                 Allow linking with the Apache licensed files in
8058                 src/plugins/spamassassin. Hopefully fixes 
8059                 bug 1048, 'Spamassassin plugin license problem'
8060
8061 2006-10-31 [wwp]        2.5.6cvs13
8062
8063         * src/compose.c
8064                 fix and optimize trimming of leading linefeeds in body loop.
8065
8066 2006-10-31 [colin]      2.5.6cvs12
8067
8068         * src/etpan/imap-thread.c
8069         * src/imap.c
8070                 Make really sure to have NULL sets in case
8071                 of error
8072
8073 2006-10-30 [wwp]        2.5.6cvs11
8074
8075         * src/prefs_common.c
8076         * src/prefs_common.h
8077         * src/compose.c
8078                 fix broken storage of quote format template when it contains \-escape
8079                 sequences. The application of such sequences is also fixed now (\t
8080                 in quote format will be a real tab instead of a 't', for instance).
8081
8082 2006-10-27 [colin]      2.5.6cvs10
8083
8084         * src/compose.c
8085                 Probably fix bug 1045, 'sylpheed-claws 
8086                 doesn't remove the mail from the IMAP 
8087                 Queue folder after sending'. From
8088                 2.5.6cvs3-stable
8089
8090 2006-10-27 [colin]      2.5.6cvs9
8091
8092         * configure.ac
8093                 Require libetpan-0.48. I'm so annoying,
8094                 I know ;-)
8095
8096 2006-10-27 [colin]      2.5.6cvs8
8097
8098         * src/folder.c
8099         * src/imap.c
8100                 Probably fix bug 1044, 'sylpheed-claws 
8101                 segfaults while moving mails' - Fix relation
8102                 usage when moving to an IMAP mailbox from another
8103                 mailbox
8104
8105 2006-10-26 [paul]       2.5.6cvs7
8106
8107         * src/gtk/about.c
8108                 add libSM to compiled-in features
8109                 list
8110
8111 2006-10-24 [colin]      2.5.6cvs6
8112
8113         * src/textview.c
8114         * src/gtk/gtkutils.c
8115                 Fix crash when printing emails with an
8116                 xface
8117
8118 2006-10-24 [mones]      2.5.6cvs5
8119
8120         * manual/es/advanced.xml
8121                 Synchronize hidden option respect_flowed_format
8122         * po/es.po
8123                 Updated translation
8124
8125 2006-10-21 [paul]       2.5.6cvs4
8126
8127         * src/gtk/authors.h
8128         * src/plugins/pgpcore/pgp_viewer.c
8129         * src/plugins/pgpcore/sgpgme.c
8130                 fix building on BSDs
8131                 Thanks to Michael Hughes
8132                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8133
8134 2006-10-20 [colin]      2.5.6cvs3
8135
8136         * configure.ac
8137                 Bump up libetpan requirement
8138                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8139         * src/common/utils.c
8140         * src/common/utils.h
8141                 Add convenience get_file_mtime()
8142         * src/imap.c
8143         * src/etpan/imap-thread.c
8144         * src/etpan/imap-thread.h
8145                 Implement UIDPLUS support if the server
8146                 supports it - faster sending in this case
8147
8148 2006-10-19 [colin]      2.5.6cvs2
8149
8150         * src/gtk/quicksearch.c
8151                 Fix emptying in type-ahead+extended mode
8152         * src/mainwindow.c
8153         * src/mainwindow.h
8154                 Add a hook for offline state change
8155         * src/plugins/trayicon/trayicon.c
8156                 Use it to display offline icons
8157         * src/plugins/trayicon/Makefile.am
8158         * src/plugins/trayicon/newmail.offline.xpm
8159         * src/plugins/trayicon/newmarkedmail.offline.xpm
8160         * src/plugins/trayicon/nomail.offline.xpm
8161         * src/plugins/trayicon/unreadmail.offline.xpm
8162         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8163                 Add the icons
8164
8165 2006-10-12 [paul]       2.5.6cvs1
8166
8167         * NEWS
8168         * README
8169         * configure.ac
8170                 Update version number following
8171                 stable release
8172
8173 2006-10-19 [colin]      2.5.5cvs18
8174
8175         * manual/handling.xml
8176                 Add type-ahead search
8177
8178 2006-10-18 [colin]      2.5.5cvs17
8179
8180         * src/gtk/quicksearch.c
8181                 Remove "save to history only if there's
8182                 no syntax error", it breaks for some 
8183                 reason which I'll investigate later.
8184
8185 2006-10-18 [colin]      2.5.5cvs16
8186
8187         * src/prefs_common.c
8188         * src/prefs_common.h
8189         * src/summaryview.c
8190         * src/gtk/quicksearch.c
8191         * src/gtk/quicksearch.h
8192                 Add a type-ahead option for fast searches
8193                 Patch by Fabien Vantard
8194
8195 2006-10-18 [colin]      2.5.5cvs15
8196
8197         * src/compose.c
8198         * src/compose.h
8199                 Add Options/Reply mode/ menu to be able to
8200                 change the recipients of a reply on the fly
8201
8202 2006-10-18 [colin]      2.5.5cvs14
8203
8204         * src/compose.c
8205                 Fix redirecting of our own sent mails
8206
8207 2006-10-17 [wwp]        2.5.5cvs13
8208
8209         * src/send_message.c
8210                 Fix duplicate error messages when sending, and missing
8211                 newline in such error messages.
8212
8213 2006-10-17 [colin]      2.5.5cvs12
8214
8215         * src/compose.c
8216                 Compare addresses case-insensitive
8217
8218 2006-10-17 [colin]      2.5.5cvs11
8219
8220         * src/plugins/pgpcore/sgpgme.c
8221                 Fix return status
8222
8223 2006-10-17 [colin]      2.5.5cvs10
8224
8225         * src/plugins/pgpcore/pgp_viewer.c
8226                 Fix return status
8227
8228 2006-10-17 [colin]      2.5.5cvs9
8229
8230         * src/quote_fmt.c
8231                 Fix a typo (thanks to Fabien)
8232
8233 2006-10-16 [colin]      2.5.5cvs8
8234
8235         * src/textview.c
8236                 Fix problem with quote-folding when emails
8237                 don't convert cleanly to UTF-8
8238
8239 2006-10-14 [colin]      2.5.5cvs7
8240
8241         * src/prefs_template.c
8242                 Reset fields when reopening
8243                 the window
8244
8245 2006-10-13 [paul]       2.5.5cvs6
8246
8247         * manual/advanced.xml
8248         * src/prefs_message.c
8249                 make 'respect_flowed_format' a hidden
8250                 option, and add a manual entry for it
8251                 Thanks to Colin
8252
8253 2006-10-12 [colin]      2.5.5cvs5
8254
8255         * src/codeconv.c
8256                 Revert part of 2.5.2cvs21:
8257                 Don't optimise by reusing the 
8258                 last iconv converter if possible:
8259                 it seems slightly broken in a 
8260                 very hard way to reproduce
8261
8262 2006-10-12 [colin]      2.5.5cvs4
8263
8264         * src/prefs_common.c
8265         * src/prefs_common.h
8266         * src/prefs_message.c
8267         * src/procmime.c
8268                 Fix bug 1035, 'Incorrect handling 
8269                 of flowed lines'. We now optionnaly
8270                 handle this format (preference is in
8271                 Message View/Text options section)
8272
8273 2006-10-12 [colin]      2.5.5cvs3
8274
8275         * po/POTFILES.in
8276                 Add new file
8277         * src/plugins/pgpcore/pgp_viewer.c
8278         * src/plugins/pgpcore/sgpgme.c
8279                 Don't try to import without asking
8280
8281 2006-10-12 [colin]      2.5.5cvs2
8282
8283         * src/compose.c
8284                 Fix bug 1036, 'Forwarding a mutlipart
8285                 mail with a "text/html" block to ms
8286                 outlook users leeds to freeze of
8287                 outlook'. Poor outlook users...
8288
8289 2006-10-12 [paul]       2.5.5cvs1
8290
8291         * NEWS
8292         * README
8293         * configure.ac
8294                 Update version number following
8295                 stable release
8296
8297 2006-10-11 [paul]       2.5.4cvs1
8298
8299         * NEWS
8300         * README
8301         * configure.ac
8302                 Update version number following
8303                 stable release
8304
8305 2006-10-11 [paul]       2.5.3cvs32
8306
8307         * src/textview.c
8308                 fix bug 1032, 'Segmentation fault when showing
8309                 message' (bug in quote folding)
8310                 Thanks to Colin
8311
8312 2006-10-10 [colin]      2.5.3cvs31
8313
8314         * src/quote_fmt.c
8315                 Rephrase english a bit
8316
8317 2006-10-10 [colin]      2.5.3cvs30
8318
8319         * src/prefs_compose_writing.c
8320                 Stop making the page larger than the window
8321
8322 2006-10-10 [wwp]        2.5.3cvs29
8323
8324         * src/compose.c
8325         * src/prefs_template.c
8326         * src/quote_fmt.c
8327         * src/quote_fmt.h
8328         * src/quote_fmt_lex.l
8329         * src/quote_fmt_parse.y
8330                 Extend the quote parser a bit: allow to get access to
8331                 basic (composing) account info.
8332
8333 2006-10-10 [colin]      2.5.3cvs28
8334
8335         * src/procheader.c
8336                 Fix this \t problem in subject
8337
8338 2006-10-09 [colin]      2.5.3cvs27
8339
8340         * src/main.c
8341         * src/prefs_gtk.c
8342                 Prepare cache a bit later
8343                 If section already exists, skip the new one 
8344                 (as previously); avoid writing the same block
8345                 twice - if we find a second block with the 
8346                 same id, skip it.
8347         * src/plugins/pgpcore/pgp_viewer.c
8348                 Set cursor to busy when retrieving a key
8349         * src/plugins/pgpcore/sgpgme.c
8350                 allow 5 seconds for gpg to export the key
8351                 
8352
8353 2006-10-09 [colin]      2.5.3cvs26
8354
8355         * configure.ac
8356         * src/msgcache.c
8357         * src/prefs_gtk.c
8358                 Check for existence of fgets_unlocked
8359                 and fwrite_unlocked
8360
8361 2006-10-09 [paul]       2.5.3cvs25
8362
8363         * src/prefs_summaries.c
8364                 replace strftime() with fast_strftime() and in
8365                 the consequence fix the bug in the display of
8366                 AM/PM in the 'Example' string
8367
8368 2006-10-09 [ticho]      2.5.3cvs24
8369
8370         * po/sk.po
8371                 Updated (and fixed up somewhat) Slovak translation.
8372
8373 2006-10-08 [colin]      2.5.3cvs23
8374
8375         * src/prefs_folder_item.c
8376                 Explain why prefs in the top-level folder
8377                 aren't retained, but are still useful
8378
8379 2006-10-08 [colin]      2.5.3cvs22
8380
8381         * src/prefs_gtk.c
8382                 Don't cache anything if caching fails
8383
8384 2006-10-08 [colin]      2.5.3cvs21
8385
8386         * src/common/utils.c
8387                 always include gi18n.h
8388
8389 2006-10-07 [colin]      2.5.3cvs20
8390
8391         * src/plugins/pgpcore/pgp_viewer.c
8392                 Kill gpg after 5 seconds wait
8393
8394 2006-10-07 [colin]      2.5.3cvs19
8395
8396         * src/plugins/pgpcore/pgp_viewer.c
8397         * src/plugins/pgpcore/pgp_viewer.h
8398                 Fix copyright
8399
8400 2006-10-07 [colin]      2.5.3cvs18
8401
8402         * src/plugins/pgpcore/pgp_viewer.c
8403         * src/plugins/pgpcore/pgp_viewer.h
8404                 Actually add the files to CVS
8405
8406 2006-10-07 [colin]      2.5.3cvs17
8407
8408         * src/plugins/pgpcore/sgpgme.c
8409                 Be sure not to crash on 'application/pgp-signature' that
8410                 are not application/pgp-signatures
8411
8412 2006-10-07 [colin]      2.5.3cvs16
8413
8414         * src/textview.c
8415         * src/textview.h
8416                 Make a bit more of the API available
8417         * src/plugins/pgpcore/Makefile.am
8418         * src/plugins/pgpcore/plugin.c
8419         * src/plugins/pgpcore/sgpgme.c
8420                 Add basic key import/export
8421
8422 2006-10-07 [colin]      2.5.3cvs15
8423
8424         * src/folderview.c
8425         * src/imap.c
8426         * src/prefs_account.c
8427         * src/wizard.c
8428                 Warn users *everywhere* if libetpan's not
8429                 linked in
8430
8431 2006-10-06 [mones]      2.5.3cvs14
8432
8433         * po/de.po
8434         * po/es.po
8435                 updated by Stephan Sachse and me
8436
8437 2006-10-06 [colin]      2.5.3cvs13
8438
8439         * src/main.c
8440         * src/common/sylpheed.c
8441                 Don't load common plugins if --exit is passed
8442         * src/prefs_gtk.c
8443         * src/prefs_gtk.h
8444                 Implement a cache to avoid reading the same
8445                 files over and over again at startup
8446
8447 2006-10-06 [colin]      2.5.3cvs12
8448
8449         * src/summaryview.c
8450         * src/gtk/quicksearch.c
8451                 Update display every 5k mails on fast searches
8452
8453 2006-10-06 [colin]      2.5.3cvs11
8454
8455         * src/textview.c
8456                 Don't do quote folding on HTML or ERTF.
8457                 May fix the Cygwin issues if they were
8458                 happening with HTML mails?
8459
8460 2006-10-05 [colin]      2.5.3cvs10
8461
8462         * src/prefs_gtk.c
8463                 Oops, forgot one
8464
8465 2006-10-05 [colin]      2.5.3cvs9
8466
8467         * src/prefs_gtk.c
8468                 Use unlocked_stdio here too
8469
8470 2006-10-05 [colin]      2.5.3cvs8
8471
8472         * src/folderview.c
8473                 Fix go to next * after preferences apply
8474         * src/msgcache.c
8475                 Do the fd lock/unlock ourselves instead of
8476                 letting the libc do it at each write 
8477
8478 2006-10-05 [colin]      2.5.3cvs7
8479
8480         * src/common/utils.c
8481                 Faster division, thanks to Jean Diraison
8482
8483 2006-10-05 [paul]       2.5.3cvs6
8484
8485         * src/common/utils.c
8486                 fix building with --disable-nls
8487
8488 2006-10-04 [colin]      2.5.3cvs5
8489
8490         * src/folder.c
8491                 Maybe fix a segfault
8492
8493 2006-10-04 [wwp]        2.5.3cvs4
8494
8495         * src/prefs_folder_item.c
8496                 Fine-tune layouts in folder item prefs. Suggested by
8497                 Fabien Vantard <fzzzzz@gmail.com>.
8498
8499 2006-10-04 [wwp]        2.5.3cvs3
8500
8501         * src/prefs_folder_item.c
8502                 Kill the clandestine passengers. You didn't see anything.
8503
8504 2006-10-04 [wwp]        2.5.3cvs2
8505
8506         * src/prefs_folder_item.c
8507                 Add a way to test the subject simplify regexp in
8508                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8509                 w/ few layout changes.
8510
8511 2006-20-04 [paul]       2.5.3cvs1
8512
8513         * NEWS
8514         * README
8515         * configure.ac
8516                 Update version number following
8517                 stable release
8518
8519 2006-10-04 [colin]      2.5.2cvs42
8520
8521         * src/folder.c
8522         * src/folder.h
8523         * src/summaryview.c
8524                 Provide a way for folder classes to set their sort
8525                 type and key
8526
8527 2006-10-03 [colin]      2.5.2cvs41
8528
8529         * src/mh.c
8530                 Don't use strlen() to know if the
8531                 string's empty
8532
8533 2006-10-03 [colin]      2.5.2cvs40
8534
8535         * src/mh.c
8536                 Fix "check for new folders" with accentued folders
8537
8538 2006-10-03 [ticho]      2.5.2cvs39
8539
8540         * src/filtering.c
8541         * src/folder.c
8542         * src/inc.c
8543         * src/mbox.c
8544                 Colin's fix for "copy" filtering rules.
8545
8546 2006-10-02 [colin]      2.5.2cvs38
8547
8548         * src/folderview.c
8549                 Fix for double-click too
8550
8551 2006-10-02 [colin]      2.5.2cvs37
8552
8553         * src/folderview.c
8554                 correct fix for cvs36
8555
8556 2006-10-02 [colin]      2.5.2cvs36
8557
8558         * src/folderview.c
8559                 Fix 'goto next unread' after collapsing/expanding 
8560                 a node.
8561
8562 2006-10-02 [colin]      2.5.2cvs35
8563
8564         * src/summaryview.c
8565                 Fix double freeze/thaw
8566         * src/common/utils.c
8567         * src/common/utils.h
8568                 Reimplement strftime
8569         * src/procheader.c
8570                 Use it
8571
8572
8573 2006-10-02 [colin]      2.5.2cvs34
8574
8575         * src/mh.c
8576                 Time mh_write_sequences() - it's fast
8577         * src/summaryview.c
8578                 Init a variable to shut up gcc
8579
8580 2006-10-01 [colin]      2.5.2cvs33
8581
8582         * src/folder.c
8583         * src/mh.c
8584         * src/mh.h
8585         * src/msgcache.c
8586                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8587                 Add fsync but disable it, it's slow as hell
8588
8589 2006-10-01 [colin]      2.5.2cvs32
8590
8591         * src/mh.c
8592         * src/msgcache.c
8593                 fflush() caches and mh_sequences before
8594                 fclose()ing
8595
8596 2006-10-01 [colin]      2.5.2cvs31
8597
8598         * src/msgcache.c
8599                 Don't ftruncate when not using mmap
8600
8601 2006-09-30 [colin]      2.5.2cvs30
8602
8603         * src/main.c
8604                 Write folder list *after* saving caches
8605
8606 2006-09-30 [colin]      2.5.2cvs29
8607
8608         * src/folder.c
8609         * src/mh.c
8610                 Debug forced mtime changes
8611
8612 2006-09-30 [colin]      2.5.2cvs28
8613
8614         * src/folder.c
8615         * src/main.c
8616                 Remove useless debug_print()s (code
8617                 well-tested)
8618
8619 2006-09-30 [colin]      2.5.2cvs27
8620
8621         * src/mh.c
8622                 Do stuff faster when writing mh_sequences
8623
8624 2006-09-30 [colin]      2.5.2cvs26
8625
8626         * src/mh.c
8627                 Don't let the writing of .mh_sequences, which
8628                 can change the folder's mtime, let us think
8629                 we need to scan.
8630
8631 2006-09-30 [colin]      2.5.2cvs25
8632
8633         * src/folder.c
8634                 Move a debug_print where it belongs 
8635                 (processing)
8636         * src/summaryview.c
8637                 Don't mess with a huge slow subject
8638                 table if we're not threading by
8639                 subject
8640
8641 2006-09-30 [colin]      2.5.2cvs24
8642
8643         * src/msgcache.c
8644                 Reenable mmaped reads (*not* writes!)
8645         * src/procmsg.c
8646                 Don't destroy and recreate hashtables just
8647                 for fun
8648         * src/common/utils.c
8649                 Remove useless reply prefixes (it's case
8650                 unsensitive)
8651
8652 2006-09-30 [wwp]        2.5.2cvs23
8653
8654         * tools/fix_date.sh
8655                 Fixed a minor bug in date value extraction, added a switch
8656                 to replace non RFC-compliant Date: value, added a switch
8657                 to use strict RFC matching patterns for dates.
8658
8659 2006-09-29 [colin]      2.5.2cvs22
8660
8661         * src/matcher_parser.h
8662         * src/matcher_parser_parse.y
8663         * src/prefs_filtering.c
8664         * src/statusbar.c
8665         * src/summary_search.c
8666         * src/summaryview.c
8667         * src/gtk/quicksearch.c
8668         * src/gtk/quicksearch.h
8669                 Optimise searches by setting different
8670                 refresh intervals (depending if the 
8671                 search is fast or not)
8672
8673 2006-09-29 [colin]      2.5.2cvs21
8674
8675         * src/codeconv.c
8676                 Optimise by reusing the last iconv converter
8677                 if possible
8678         * src/textview.c
8679                 Optimise a bit (the foldable quotes feature
8680                 still has an awful O(n^2) algo
8681
8682 2006-09-29 [colin]      2.5.2cvs20
8683
8684         * src/gtk/gtksctree.c
8685         * src/gtk/gtksctree.h
8686                 Optimise de-selection via up/down or
8687                 another key
8688
8689 2006-09-28 [colin]      2.5.2cvs19
8690
8691         * src/action.c
8692         * src/compose.c
8693         * src/folderview.c
8694         * src/mainwindow.c
8695         * src/messageview.c
8696         * src/summary_search.c
8697         * src/toolbar.c
8698                 Avoid using summaryview->ctree directly
8699
8700 2006-09-28 [colin]      2.5.2cvs18
8701
8702         * src/summaryview.c
8703         * src/summaryview.h
8704                 Add helpers to freeze/thaw/grab_focus
8705                 Factorize calls to freeze/thaw/grab_focus
8706                 
8707
8708 2006-09-28 [colin]      2.5.2cvs17
8709
8710         * src/main.c
8711                 More guards for the session management
8712
8713 2006-09-28 [colin]      2.5.2cvs16
8714
8715         * src/folderview.c
8716         * src/gtk/gtksctree.c
8717         * src/gtk/gtksctree.h
8718                 Make expanding not recursive in folderview
8719
8720 2006-09-28 [colin]      2.5.2cvs15
8721
8722         * src/addressbook.c
8723                 If nothing is selected in the list (right part)
8724                 and a group is selected in the tree (left part),
8725                 mail this group.
8726
8727 2006-09-28 [colin]      2.5.2cvs14
8728
8729         * src/Makefile.am
8730                 Actually use SM_LIBS
8731
8732 2006-09-28 [ticho]      2.5.2cvs13
8733
8734         * src/export.c
8735         * src/messageview.c
8736         * src/mimeview.c
8737         * src/news.c
8738         * src/pop.c
8739         * src/prefs_themes.c
8740         * src/procmsg.c
8741                 Small i18n string optimization.
8742         * src/send_message.c
8743         * src/summaryview.c
8744         * src/common/session.c
8745         * src/common/smtp.c
8746         * src/common/ssl_certificate.c
8747         * src/common/utils.c
8748                 Use "Couldn't" instead of "Can't" in UI messages,
8749                 where appropriate.
8750
8751 2006-09-28 [colin]      2.5.2cvs12
8752
8753         * configure.ac
8754                 Possibly fix link errors
8755
8756 2006-09-27 [wwp]        2.5.2cvs11
8757
8758         * src/gtk/authors.h
8759         * doc/man/sylpheed-claws.1
8760         * manual/ack.xml
8761         * manual/es/ack.xml
8762         * manual/fr/ack.xml
8763         * manual/pl/ack.xml
8764                 Updated authors info (me, myself and I).
8765
8766 2006-09-27 [colin]      2.5.2cvs10
8767
8768         * src/addressbook.c
8769                 Remove useless printf
8770
8771 2006-09-27 [wwp]        2.5.2cvs9
8772
8773         * src/editgroup.c
8774         * src/send_message.c
8775         * src/inc.c
8776         * src/prefs_common.c
8777         * src/prefs_common.h
8778         * src/gtk/progressdialog.c
8779                 remember more windows' sizes (send dialog, received dialog,
8780                 edit group in addressbook).
8781
8782 2006-09-27 [colin]      2.5.2cvs8
8783
8784         * configure.ac
8785         * src/main.c
8786         * src/mainwindow.h
8787                 Use libSM to communicate with the session
8788                 manager, so that we can know when the 
8789                 session ends, save our caches, and draft
8790                 our compose windows.
8791
8792 2006-09-27 [colin]      2.5.2cvs7
8793
8794         * src/addressbook.c
8795                 Fix issues:
8796                 o Allow Book and Group creation from the tree's
8797                   contextual menu
8798                 o Do not actually delete the contacts when 
8799                   deleting groups from the tree (duh!)
8800
8801 2006-09-27 [colin]      2.5.2cvs6
8802
8803         * src/compose.c
8804         * src/compose.h
8805         * src/mainwindow.c
8806         * src/textview.c
8807         * src/toolbar.c
8808                 o Allow passing an email address to 
8809                   compose_new_with_folderitem
8810                 o Update callers
8811                 o Use current folderitem when clicking
8812                   on a TextView mailto: link
8813                 o Fix a possible leak in TextView
8814
8815 2006-09-27 [colin]      2.5.2cvs5
8816
8817         * src/html.c
8818                 Use UTF-8 chars to replace HTML entities
8819
8820 2006-09-27 [colin]      2.5.2cvs4
8821
8822         * AUTHORS
8823         * src/prefs_account.c
8824         * src/gtk/authors.h
8825                 Fix bug #1024 (Array index out of
8826                 range in sylpheed-claws-2.5.2)
8827                 Patch by Ales Nosek <anosek@suse.cz>
8828
8829 2006-09-27 [colin]      2.5.2cvs3
8830
8831         * src/addr_compl.c
8832                 Actually do the test
8833
8834 2006-09-27 [colin]      2.5.2cvs2
8835
8836         * src/addr_compl.c
8837         * src/addr_compl.h
8838                 Allow completing with comma (in certain cases: vCalendar
8839                 for example doesn't support that)
8840                 Patch by Fabien Vantard
8841
8842 2006-09-26 [colin]      2.5.2cvs1
8843
8844         * src/Makefile.am
8845         * src/addr_compl.c
8846         * src/addr_compl.h
8847         * src/addrbook.c
8848         * src/addrbook.h
8849         * src/addressbook.c
8850         * src/addrindex.c
8851         * src/addrindex.h
8852         * src/compose.c
8853         * src/prefs_common.c
8854         * src/prefs_filtering_action.c
8855         * src/prefs_folder_item.c
8856         * src/prefs_template.c
8857         * src/stock_pixmap.c
8858         * src/stock_pixmap.h
8859         * src/pixmaps/addr_one.xpm
8860         * src/pixmaps/addr_two.xpm
8861                 Add auto-completion on groups
8862
8863 2006-09-26 [colin]      2.5.2
8864
8865         * NEWS
8866         * README
8867         * RELEASE_NOTES
8868                 2.5.2 released
8869
8870 2006-09-26 [colin]      2.5.1cvs5
8871
8872         * src/matcher.c
8873                 Fix condition
8874
8875 2006-09-26 [colin]      2.5.1cvs4
8876
8877         * src/mbox.c
8878                 Revert cvs1 (useless as the message is printed 
8879                 every 500 mails)
8880
8881 2006-09-26 [colin]      2.5.1cvs3
8882
8883         * src/partial_download.c
8884                 Fix crasher found by Alexsandar Urosevic
8885
8886 2006-09-26 [colin]      2.5.1cvs2
8887
8888         * src/summaryview.c
8889                 Fix bug #1023 (Sylpheed deletes too much messages)
8890
8891 2006-09-26 [ticho]      2.5.1cvs1
8892
8893         * src/mbox.c
8894                 Make use of gettext's multiple plurals for statusbar
8895                 progress message.
8896
8897 2006-09-25 [paul]       2.5.1
8898
8899         * NEWS
8900         * README
8901         * RELEASE_NOTES
8902                 2.5.1 released
8903
8904 2006-09-25 [colin]      2.5.0cvs3
8905
8906         * src/plugins/bogofilter/bogofilter.c
8907         * src/plugins/clamav/clamav_plugin.c
8908         * src/plugins/spamassassin/spamassassin.c
8909                 BogoFilter, Spamassassin: Fix double hook registering after
8910                 visiting preferences
8911                 Spamassassin, Clamav: Just set the mails to move instead of
8912                 doing the move - caller will move the things at once.
8913
8914 2006-09-25 [colin]      2.5.0cvs2
8915
8916         * src/imap.c
8917         * src/etpan/imap-thread.c
8918                 Use UID SEARCH ALL instead of UID 1:*
8919                 (braindead servers can't figure out that's
8920                 the same...)
8921
8922 2006-09-25 [wwp]        2.5.0cvs1
8923
8924         * src/message_search.c
8925                 Added the ability to stop a running search (in message body).
8926
8927 2006-09-25 [paul]       2.5.0
8928
8929         * NEWS
8930         * README
8931         * RELEASE_NOTES
8932                 2.5.0 released
8933
8934 2006-09-25 [paul]       2.4.0cvs214
8935
8936         * po/cs.po
8937         * po/de.po
8938         * po/fi.po
8939         * po/fr.po
8940         * po/nl.po
8941         * po/pt_BR.po
8942         * po/sk.po
8943         * po/sr.po
8944         * po/zh_CN.po
8945                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8946                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8947                 Ticho, Aleksander Urosevic, Ralgh Young
8948
8949 2006-09-24 [mones]      2.4.0cvs213
8950
8951         * po/es.po
8952                 Updated for release
8953
8954 2006-09-23 [colin]      2.4.0cvs212
8955
8956         * src/gtk/inputdialog.c
8957                 Fix [ ] remember this appearing in normal
8958                 input dialogs after it's been used by
8959                 mimeview.
8960         * src/folder.c
8961         * src/folderview.c
8962         * src/msgcache.c
8963         * src/procmsg.c
8964         * src/summaryview.c
8965         * src/textview.c
8966         * src/common/timing.h
8967                 Enable timings in debug mode and make it
8968                 look prettier.
8969
8970 2006-09-22 [colin]      2.4.0cvs211
8971
8972         * README
8973                 Revert test change
8974         * commitHelper
8975                 ping the correct URI
8976
8977 2006-09-22 [colin]      2.4.0cvs210
8978
8979         * README
8980                 Let's see if bug #1022 is fixed
8981
8982 2006-09-21 [colin]      2.4.0cvs209
8983
8984         * src/wizard.c
8985         * src/common/plugin.c
8986                 Prepare infra to load predefined plugins when
8987                 no configuration existed. Don't actually load
8988                 anything yet (feat. freeze)
8989
8990 2006-09-21 [wwp]        2.4.0cvs208
8991
8992         * manual/fr/faq.xml
8993                 Partial sync w/ 2.4.0cvs72:
8994                 wrap file and minor updates.
8995
8996 2006-09-21 [wwp]        2.4.0cvs207
8997
8998         * tools/fix_date.sh
8999                 several fixes and enhancements. A new --force switch has been
9000                 added to prevent overriding by default Date: header when
9001                 already existing.
9002
9003 2006-09-21 [paul]       2.4.0cvs206
9004
9005         * src/common/utils.c
9006                 add Chinese UTF8 Re prefix
9007
9008 2006-09-21 [wwp]        2.4.0cvs205
9009
9010         * tools/Makefile.am
9011                 Fics alfabettical order.
9012
9013 2006-09-21 [wwp]        2.4.0cvs204
9014
9015         * tools/fix_date.sh
9016         * tools/Makefile.am
9017                 Added an action tool to fix missing Date field in emails.
9018                 Updated Makefile.am to reflect those last two additions.
9019
9020 2006-09-21 [wwp]        2.4.0cvs203
9021
9022         * tools/uuooffice
9023                 Added a action tool to open uuencoded docs w/
9024                 OpenOffice (based on uudec method).
9025
9026 2006-09-21 [colin]      2.4.0cvs202
9027
9028         * src/compose.c
9029         * src/textview.c
9030                 Workaround possible GTK crash: remove selection 
9031                 clipboard before destroying widget, or GTK+-2.10
9032                 dies. Thanks to Hiro.
9033
9034 2006-09-20 [colin]      2.4.0cvs201
9035
9036         * src/compose.c
9037                 Fix free-after-use in some cases (when 
9038                 procmime_encode_content() frees mimeinfo->data.mem
9039                 and turns it to a temp file)
9040
9041 2006-09-20 [colin]      2.4.0cvs200
9042
9043         * src/folderview.c
9044         * src/summaryview.c
9045         * src/gtk/gtksctree.c
9046         * src/gtk/gtksctree.h
9047                 Add tooltips in the folderview and summaryview
9048                 (Doesn't break string freeze as they already
9049                 exist)
9050         * src/toolbar.c
9051                 Put the spam button in the default configuration
9052                 if compiled with bogo plugin too
9053
9054 2006-09-19 [colin]      2.4.0cvs199
9055
9056         * src/summaryview.c
9057         * src/summaryview.h
9058                 Update folder name label on folder rename
9059         * src/prefs_matcher.c
9060         * src/gtk/logwindow.h
9061                 Fix warnings
9062                 Patches by Fabien
9063
9064 2006-09-19 [wwp]        2.4.0cvs198
9065
9066         * src/summary_search.c
9067                 fix can't click forward/backward buttons in the
9068                 search messages.
9069
9070 2006-09-18 [paul]       2.4.0cvs197
9071
9072         * src/wizard.c
9073                 add missing bracket, capitalise the A of
9074                 'SpamAssassin'
9075
9076 2006-09-18 [paul]       2.4.0cvs196
9077
9078         * src/compose.c
9079                 fix bug 1012 'crashed upon sending mail
9080                 from compose window'
9081                 Thanks to Colin
9082
9083 2006-09-16 [colin]      2.4.0cvs195
9084
9085         * src/folderview.c
9086                 Fix "real-time" sorting by freezing/thawing
9087
9088 2006-09-16 [colin]      2.4.0cvs194
9089
9090         * manual/faq.xml
9091                 Fix the anti-spam entry a bit
9092
9093 2006-09-16 [colin]      2.4.0cvs193
9094
9095         * src/wizard.c
9096                 Make sure reviewers have no excuse when stating
9097                 Sylpheed-Claws doesn't have antispam capabilities.
9098
9099 2006-09-16 [colin]      2.4.0cvs192
9100
9101         * src/main.c
9102                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9103                 as if the SIGPIPE comes from etpan's thread we could
9104                 trigger a GUI update from this thread.
9105
9106 2006-09-16 [colin]      2.4.0cvs191
9107
9108         * src/summaryview.c
9109                 Init all members of the struct
9110
9111 2006-09-16 [paul]       2.4.0cvs190
9112
9113         * src/account.c
9114                 improvements to the English
9115
9116 2006-09-15 [colin]      2.4.0cvs189
9117
9118         * src/summaryview.c
9119                 HIG order on dialog
9120
9121 2006-09-14 [colin]      2.4.0cvs188
9122
9123         * src/common/socket.c
9124         * src/common/socket.h
9125         * src/common/ssl.c
9126         * src/common/ssl_certificate.c
9127         * src/common/ssl_certificate.h
9128         * src/etpan/imap-thread.c
9129                 the get_fqdn() call done to get canonical name when
9130                 checking an SSL certificate is blocking, which is
9131                 sad as we just did a non-blocking lookup to connect.
9132                 Fix that by letting the fqdn available to the SockInfo,
9133                 and use that in ssl_certificate_check(). For IMAP,
9134                 we don't do it as the lookup's done by libetpan, but
9135                 it's less annoying as IMAP connections as much more
9136                 rare than POP3 connections.
9137
9138 2006-09-14 [paul]       2.4.0cvs187
9139
9140         * manual/advanced.xml
9141                 improvements to the English,
9142                 properly place the new hidden options
9143                 within the alphabetical order
9144         * src/gtk/pluginwindow.c
9145                 improvements to the English
9146
9147 2006-09-14 [colin]      2.4.0cvs186
9148
9149         * src/prefs_common.c
9150         * src/prefs_common.h
9151         * src/gtk/gtksctree.c
9152         * manual/advanced.xml
9153                 New hidden pref, stripes_color_offset, to change
9154                 the value added/substracted to normal bgcolor to
9155                 create the stripes in summaries
9156
9157 2006-09-13 [colin]      2.4.0cvs185
9158
9159         * src/gedit-print.c
9160         * src/messageview.c
9161         * src/messageview.h
9162         * src/summaryview.c
9163         * src/textview.c
9164                 Fix misc. printing issues: 
9165                 - Bad font for linkified headers
9166                 - Different font if the mail was displayed or not
9167                 - Factorize the thing
9168
9169 2006-09-13 [colin]      2.4.0cvs184
9170
9171         * src/common/ssl_certificate.c
9172                 Only get FQDN once when checking certificate
9173
9174 2006-09-13 [colin]      2.4.0cvs183
9175
9176         * src/account.c
9177         * src/gtk/pluginwindow.c
9178                 Misc. GUI fixes by Fabien
9179
9180 2006-09-13 [wwp]        2.4.0cvs182
9181
9182         * configure.ac
9183         * src/common/utils.h
9184         * src/common/utils.c
9185                 get rid of unused wide-char functions.
9186
9187 2006-09-13 [wwp]        2.4.0cvs181
9188
9189         * src/plugins/pgpinline/sylpheed.def
9190         * src/textview.c
9191                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9192                 add privacy_reset_error to the .def file,
9193                 do not fork for an external textviewer.
9194
9195 2006-09-13 [wwp]        2.4.0cvs180
9196
9197         * src/prefs_common.c
9198                 fix broken font entry in prefs (patch issued by the gpg4win team,
9199                 probably by Marcus Brinkmann <marcus@g10code.de>).
9200
9201 2006-09-13 [colin]      2.4.0cvs179
9202
9203         * src/folder.h
9204                 Fix a warning in summaryview.c
9205         * src/mainwindow.c
9206         * src/summaryview.c
9207         * src/summaryview.h
9208                 Add missing Mark/* elements in the
9209                 main menu
9210
9211 2006-09-12 [colin]      2.4.0cvs178
9212
9213         * src/prefs_actions.c
9214         * src/prefs_filtering_action.c
9215         * src/prefs_matcher.c
9216                 Use (New) instead of New everywhere
9217
9218 2006-09-12 [wwp]        2.4.0cvs177
9219
9220         * manual/fr/addrbook.xml
9221         * manual/fr/handling.xml
9222                 updated some quotes in the fr manual to match the fr translation.
9223
9224 2006-09-12 [wwp]        2.4.0cvs176
9225
9226         * src/prefs_matcher.c
9227                 don't store translated string elements in matcher expressions.
9228                 Also fixed a misused of Q_().
9229
9230 2006-09-11 [wwp]        2.4.0cvs175
9231
9232         * src/plugins//bogofilter/bogofilter.c
9233         * src/plugins//clamav/clamav_plugin.c
9234         * src/plugins//demo/demo.c
9235         * src/plugins//dillo_viewer/dillo_viewer.c
9236         * src/plugins//pgpcore/plugin.c
9237         * src/plugins//pgpinline/plugin.c
9238         * src/plugins//pgpmime/plugin.c
9239         * src/plugins//spamassassin/spamassassin.c
9240                 gettext-ize more strings (mostly plugin error messages).
9241
9242 2006-09-11 [colin]      2.4.0cvs174
9243
9244         * src/alertpanel.c
9245                 Make maximum buffer size bigger to avoid
9246                 truncating translated messages. Patch by
9247                 Fabien
9248
9249 2006-09-11 [colin]      2.4.0cvs173
9250
9251         * src/etpan/imap-thread.c
9252                 Fix compilation on OpenBSD, thanks to 
9253                 Landry
9254
9255 2006-09-10 [wwp]        2.4.0cvs172
9256
9257         * manual/account.xml
9258         * manual/addrbook.xml
9259         * manual/handling.xml
9260         * manual/es/handling.xml
9261         * manual/fr/account.xml
9262         * manual/fr/addrbook.xml
9263         * manual/fr/handling.xml
9264                 documented addressbook matching (condition configuration):
9265                   addrbook.xml, en fr
9266                 documented per-account filtering rules (handling/filtering
9267                   section, account section):
9268                   account.xml, handling.xml, en fr
9269                 slightly updated the handling/searching section to tell few
9270                   words about the extended search ability:
9271                   handling.xml, en fr
9272                 added missing <quote></quotes> to Quick Search:
9273                   handling.xml, en fr es
9274                 fixed a typo (auomatically):
9275                   handling.xml, en
9276                 changes revisited by Paul.
9277
9278 2006-09-10 [paul]       2.4.0cvs171
9279
9280         * src/prefs_actions.c
9281         * src/prefs_filtering.c
9282         * src/prefs_template.c
9283                 adjustments to the gui
9284                 Patch by Fabien Vantard (slightly modified)
9285
9286 2006-09-10 [colin]      2.4.0cvs170
9287
9288         * src/summaryview.c
9289                 Check folderitem/summaryview consistency
9290                 (basically automates Update summary). Fixes
9291                 #1011 (wrong (negative) count on unread 
9292                 messages)
9293
9294 2006-09-10 [colin]      2.4.0cvs169
9295
9296         * src/gtk/gtksctree.c
9297                 Fix recursive expansion via mouse
9298         * src/plugins/bogofilter/bogofilter.c
9299                 Use normal filtering way of moving
9300                 messages (batching), possibly fixing
9301                 bug #1015 (Bogofilter plugin doubles 
9302                 new messages)
9303
9304 2006-09-09 [wwp]        2.4.0cvs168
9305
9306         * src/prefs_filtering.c
9307                 better place for this fix.
9308
9309 2006-09-09 [wwp]        2.4.0cvs167
9310
9311         * src/prefs_filtering.c
9312                 fix a minor bug when the enabled status of a filtering/processing
9313                 rule always got set to TRUE when replacing this rule. That still
9314                 make sense when adding a new rule, but now when replacing, we
9315                 don't override the value of 'enabled'.
9316                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9317                 to prefs_filtering_list_view_get_info() as this function not only
9318                 returns the name, but also the account_id and the enabled status.
9319
9320 2006-09-09 [mones]      2.4.0cvs166
9321
9322         * manual/glossary.xml
9323         * manual/plugins.xml
9324                 Minor format corrections
9325         * manual/gpl.xml
9326                 Fix misplaced NO WARRANTY section
9327         * manual/es/advanced.xml
9328         * manual/es/faq.xml
9329         * manual/es/glossary.xml
9330         * manual/es/gpl.xml
9331         * manual/es/handling.xml
9332         * manual/es/plugins.xml
9333         * manual/es/starting.xml
9334                 Incorporate changes from English version
9335         * manual/fr/ack.xml
9336         * manual/pl/ack.xml
9337         * manual/es/ack.xml
9338                 Fix address, (add translation credits in es version)
9339         * po/es.po
9340                 Updated translation
9341
9342 2006-09-09 [wwp]        2.4.0cvs165
9343
9344         * src/prefs_filtering.c
9345                 fix a crash when opening filtering prefs, if matcherrc file contains
9346                 broken data (non-existing account id, which is theoretically not
9347                 possible).
9348
9349 2006-09-08 [colin]      2.4.0cvs164
9350
9351         * src/folder.c
9352                 Wrong assert, make it an if()
9353         * src/gtk/gtksctree.c
9354                 Fix bug #1013 (expand selected thread 
9355                 tree) - expanding is now recursive
9356
9357 2006-09-07 [wwp]        2.4.0cvs163
9358
9359         * src/prefs_matcher.c
9360                 make better sentences about addressbook matching in the
9361                 matcher prefs. This should make translators' work easier
9362                 too.
9363
9364 2006-09-07 [wwp]        2.4.0cvs162
9365
9366         * src/prefs_filtering.c
9367                 code simplification (get rid of dup var. assignment).
9368
9369 2006-09-07 [wwp]        2.4.0cvs161
9370
9371         * src/summaryview.c
9372                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9373                 <fzzzzz@gmail.com>.
9374
9375 2006-09-07 [paul]       2.4.0cvs160
9376
9377         * src/mimeview.c
9378                 fix compilation warnings
9379                 Thanks to Colin
9380
9381 2006-09-07 [paul]       2.4.0cvs159
9382
9383         * src/mimeview.c
9384                 select the mimepart icon when
9385                 displaying as text
9386                 Thanks to Colin
9387
9388 2006-09-06 [paul]       2.4.0cvs158
9389
9390         * src/prefs_filtering.c
9391                 fix labels and table element spacing
9392                 Patch by Fabien Vantard
9393
9394 2006-09-06 [paul]
9395
9396         2.5.0-rc3 released
9397
9398 2006-09-06 [paul]       2.4.0cvs157
9399
9400         * manual/es/advanced.xml
9401                 fix typo
9402
9403 2006-09-06 [wwp]        2.4.0cvs156
9404
9405         * src/mainwindow.c
9406                 fix an dup launch issue when iconified, thanks to Colin.
9407
9408 2006-09-06 [wwp]        2.4.0cvs155
9409
9410         * src/gtk//gtksctree.h
9411                 oops, forgot that one!
9412
9413 2006-09-06 [wwp]        2.4.0cvs154
9414
9415         * manual/pl/advanced.xml
9416         * manual/advanced.xml
9417         * manual/es/advanced.xml
9418         * manual/fr/advanced.xml
9419         * src/prefs_customheader.c
9420         * src/prefs_filtering_action.c
9421         * src/foldersel.c
9422         * src/prefs_summaries.c
9423         * src/prefs_filtering.c
9424         * src/account.c
9425         * src/compose.c
9426         * src/prefs_summary_column.c
9427         * src/addr_compl.c
9428         * src/prefs_actions.c
9429         * src/prefs_folder_column.c
9430         * src/ssl_manager.c
9431         * src/prefs_template.c
9432         * src/prefs_display_header.c
9433         * src/prefs_common.h
9434         * src/prefs_matcher.c
9435         * src/prefs_common.c
9436         * src/prefs_toolbar.c
9437         * src/summaryview.c
9438         * src/folderview.c
9439         * src/gtk/gtksctree.c
9440         * src/gtk/pluginwindow.c
9441         * src/gtk/progressdialog.c
9442         * src/gtk/prefswindow.c
9443                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9444                 to make its meaning more obvious (all versions of the manual reflect
9445                 the change).
9446                 added an extra hidden option use_stripes_in_summary to allow
9447                 discarding these stripes in mainwindow's folder and message lists;
9448                 en and fr manuals only are OK towards this.
9449
9450 2006-09-06 [colin]      2.4.0cvs153
9451
9452         * src/textview.c
9453                 Hide Sylpheed-Claws' internal queue headers
9454                 when showing all headers. They'll be present
9455                 only in Source window.
9456
9457 2006-09-05 [colin]      2.4.0cvs152
9458
9459         * src/plugins/trayicon/trayicon.c
9460                 Fix crash at exit - we have to disconnect
9461                 our handlers
9462         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9463                 Update eggtrayicon - patch adapted from a
9464                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9465                 on Sylpheed's ML
9466
9467 2006-09-05 [colin]      2.4.0cvs151
9468
9469         * src/mainwindow.c
9470         * src/gtk/logwindow.c
9471                 Fix race condition when something writes
9472                 to the log too soon during init. Thanks
9473                 to Fabien Vantard
9474
9475 2006-09-05 [colin]      2.4.0cvs150
9476
9477         * src/mimeview.c
9478                 Don't select part on right-click either
9479
9480 2006-09-05 [paul]       2.4.0cvs149
9481
9482         * src/mimeview.c
9483                 completion of previous commit
9484                 Thanks to Colin
9485
9486 2006-09-05 [colin]      2.4.0cvs148
9487
9488         * src/mimeview.c
9489                 Don't force selection on middle-click, just open
9490
9491 2006-09-04 [colin]      2.4.0cvs147
9492
9493         * src/mimeview.c
9494                 Looks like gtk_notebook_set_current_page()
9495                 sometimes steals focus, and this annoys us
9496                 in MimeViewers as it renders navigation
9497                 keys useless. Take back focus after switching
9498                 pages.
9499
9500 2006-09-04 [colin]      2.4.0cvs146
9501
9502         * src/messageview.c
9503                 Set stop_loading when clicking on Next
9504                 during load. Don't add a callback to 
9505                 avoid over-complicating things.
9506
9507 2006-09-04 [colin]      2.4.0cvs145
9508
9509         * src/mimeview.c
9510         * src/messageview.c
9511                 Fix multiple loads in separate messageview
9512
9513 2006-09-04 [colin]      2.4.0cvs144
9514
9515         * src/summaryview.c
9516                 Let navigation keys be handled during 
9517                 load
9518
9519 2006-09-04 [colin]      2.4.0cvs143
9520
9521         * src/messageview.c
9522         * src/summaryview.c
9523         * src/textview.c
9524         * src/textview.h
9525                 Make loading of huge mails (lots of text and/or
9526                 images) cancellable, so the GUI doesn't block 
9527
9528 2006-09-04 [colin]      2.4.0cvs142
9529
9530         * src/plugins/trayicon/trayicon.c
9531                 Fix annoyance when removing a folder with 
9532                 unread mails: trayicon didn't update
9533
9534 2006-09-04 [paul]       2.4.0cvs141
9535
9536         * src/gtk/icon_legend.c
9537                 straighten up columns
9538                 Patch by Fabien Vantard
9539
9540 2006-09-04 [wwp]        2.4.0cvs140
9541
9542         * src/prefs_filtering.c
9543                 fix new line's account name in filtering prefs:
9544                 was "All", is now "(New)".
9545
9546 2006-09-04 [paul]       2.4.0cvs139
9547
9548         * tools/make.themes.project
9549                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9550                 instead of homebrewed "make release"
9551
9552 2006-09-03 [colin]      2.4.0cvs138
9553
9554         * src/folderview.c
9555                 Fix bug #1007 (Wrong folder highlighted)
9556
9557 2006-09-03 [colin]      2.4.0cvs137
9558
9559         * src/compose.c
9560                 Don't set Newsgroup: header to a mail folder
9561                 path
9562
9563 2006-09-03 [paul]       2.4.0cvs136
9564
9565         * src/prefs_other.c
9566         * src/prefs_spelling.c
9567                 unify the gui
9568
9569 2006-09-03 [paul]       2.4.0cvs135
9570
9571         * src/prefs_summaries.c
9572                 correct menu item text in prefs_keybind_apply_clicked()
9573
9574 2006-09-03 [paul]       2.4.0cvs134
9575
9576         * manual/advanced.xml
9577                 some improvements to the descriptions
9578         * src/mainwindow.c
9579         * src/messageview.c
9580         * src/summaryview.c
9581         * src/gtk/menu.c
9582                 fix menu sensitivity issues
9583         * src/prefs_message.c
9584                 drop the useless word 'short'
9585         * src/prefs_other.c
9586                 add the word 'lines' indicating log length
9587                 is a measure of lines
9588         * src/textview.c
9589                 fix compilation warnings
9590
9591 2006-09-02 [colin]      2.4.0cvs133
9592
9593         * src/messageview.c
9594                 Display a special return-receipt message
9595                 if the message is from the user
9596         * src/summaryview.c
9597                 Fix missing freeze of the list when marking
9598                 all read and unthreading for exec. Thanks
9599                 to Stephan Sachse.
9600
9601 2006-09-02 [paul]       2.4.0cvs132
9602
9603         * src/mainwindow.c
9604         * src/prefs_message.c
9605         * src/summaryview.c
9606                 fix some english
9607
9608 2006-09-02 [wwp]        2.4.0cvs131
9609
9610         * src/prefs_filtering.c
9611                 added an account name column to the filtering rules
9612                 dialog.
9613
9614 2006-09-02 [colin]      2.4.0cvs130
9615
9616         * src/gtk/logwindow.c
9617         * src/gtk/logwindow.h
9618                 Block scrolling if we're not at the end
9619                 of the log
9620
9621 2006-09-02 [colin]      2.4.0cvs129
9622
9623         * src/folder.c
9624                 Make sure account-specific rules can't
9625                 be used in {pre-,post-,}processing
9626         * src/mainwindow.c
9627         * src/gtk/logwindow.c
9628         * src/gtk/logwindow.h
9629                 Jump to last error when clicking on the
9630                 warning icon
9631
9632 2006-09-02 [colin]      2.4.0cvs128
9633
9634         * src/imap.c
9635         * src/import.c
9636         * src/mainwindow.c
9637         * src/mainwindow.h
9638                 Fix warning icon
9639         * src/inc.c
9640         * src/mbox.c
9641         * src/mbox.h
9642                 Let proc_mbox know its account, for
9643                 account-specific rules
9644
9645 2006-09-01 [colin]      2.4.0cvs127
9646
9647         * src/codeconv.c
9648                 Don't uselessly use iconv to convert from
9649                 us-ascii
9650         * src/alertpanel.c
9651         * src/mainwindow.c
9652         * src/mainwindow.h
9653         * src/inc.c
9654                 Fix certain log cases, disable warning icon
9655                 for now, the correct way to display it when
9656                 necessary and only when necessary is probably
9657                 to do it manually rather than use error logs
9658         * src/etpan/imap-thread.c
9659                 Clean up UID logging a bit
9660         * src/gtk/logwindow.c
9661         * src/gtk/logwindow.h
9662                 Make logging faster when the window's closed
9663
9664 2006-09-01 [wwp]        2.4.0cvs126
9665
9666         * manual/fr/account.xml
9667                 reflect changes to the ref. manual (parts of cvs72):
9668                 fix tabnames and quotes.
9669
9670 2006-09-01 [wwp]        2.4.0cvs125
9671
9672         * manual/fr/plugins.xml
9673                 reflect changes to the reference manual (cvs42):
9674                 update IRC channel info.
9675
9676 2006-09-01 [wwp]        2.4.0cvs124
9677
9678         * commitHelper
9679                 use CVSEDITOR env. var. if set, according to `man cvs`.
9680
9681 2006-09-01 [wwp]        2.4.0cvs123
9682
9683         * manual/advanced.xml
9684                 better sentence again (thanks to Paul).
9685
9686 2006-09-01 [wwp]        2.4.0cvs122
9687
9688         * manual/advanced.xml
9689         fix definition of toolbar_detachable and rework a bit the one of
9690         enable_dotted_lines.
9691
9692 2006-09-01 [mones]      2.4.0cvs121
9693
9694         * manual/advanced.xml
9695                 Document enable_dotted_lines
9696
9697 2006-09-01 [paul]       2.4.0cvs120
9698
9699         * src/folderview.c
9700         * src/folderview.h
9701         * src/imap.c
9702         * src/mainwindow.c
9703         * src/summaryview.c
9704                 obey the 'When entering folder...' option
9705                 when using the /View/Go to/... menu items
9706                 Thanks to Colin
9707
9708 2006-08-31 [colin]      2.4.0cvs119
9709
9710         * src/folderview.c
9711                 Revert 2.4.0cvs116, wrong fix.
9712
9713 2006-08-31 [colin]      2.4.0cvs118
9714
9715         * src/gtk/gtksctree.c
9716                 Better state the various copyrights
9717
9718 2006-08-31 [colin]      2.4.0cvs117
9719
9720         * src/prefs_common.c
9721                 fix enable_dotted_lines
9722
9723 2006-08-31 [colin]      2.4.0cvs116
9724
9725         * src/folderview.c
9726                 Use pref "Always open on select" when going
9727                 to next unread folder
9728         * src/gtk/gtksctree.c
9729                 Fix link failure to _gtk_clist_create_cell_layout
9730                 on certain computers. (Why not mine, I wonder)
9731
9732 2006-08-31 [colin]      2.4.0cvs115
9733
9734         * src/procmsg.c
9735         * src/textview.c
9736         * src/plugins/bogofilter/bogofilter.c
9737         * src/plugins/spamassassin/spamassassin.c
9738                 Requalify some "errors" to warnings
9739         * src/mainwindow.c
9740         * src/mainwindow.h
9741         * src/statusbar.c
9742                 Add an icon in the statusbar to notify
9743                 of errors
9744         * src/gtk/gtksctree.c
9745         * src/folderview.c
9746         * src/summaryview.c
9747                 Make the GtkSCTree look more modern by
9748                 alternating background lines
9749         * src/prefs_common.c
9750         * src/prefs_common.h
9751                 Add a pref to let people have the old
9752                 way if they prefer
9753
9754
9755 2006-08-30 [colin]      2.4.0cvs114
9756
9757         * src/procmsg.c
9758         * src/procmsg.h
9759                 Provide a way to filter a list of
9760                 messages in an optimised manner, and
9761                 add a list-filtering hook
9762         * src/folder.c
9763         * src/inc.c
9764         * src/mbox.c
9765                 Use the list filtering
9766         * src/plugins/bogofilter/bogofilter.c
9767                 Use the list-filtering hook
9768                 Use -b (bulk) mode for more speed
9769                 when learning and filtering
9770         * src/etpan/imap-thread.c
9771                 Make log output shorter in UID SEARCH
9772
9773
9774 2006-08-30 [colin]      2.4.0cvs113
9775
9776         * src/plugins/bogofilter/bogofilter.c
9777                 Really fast mass learning - thanks to David
9778                 Relson for the options explanations :)
9779
9780 2006-08-30 [colin]      2.4.0cvs112
9781
9782         * src/msgcache.c
9783                 Fix compilation on FreeBSD. Thanks
9784                 to Michael Hugues
9785
9786 2006-08-29 [colin]      2.4.0cvs111
9787
9788         * src/folderview.c
9789                 Handle "popup_menu" signal (for popping the 
9790                 menu via the keyboard)
9791         * src/mimeview.c
9792         * src/mimeview.h
9793         * src/summaryview.c
9794         * src/textview.c
9795         * src/gtk/gtkutils.c
9796         * src/gtk/gtkutils.h
9797                 Factorize scrolling code, and add an API 
9798                 for MimeViewers to handle scroll orders
9799
9800 2006-08-29 [wwp]        2.4.0cvs110
9801
9802         * src/plugins//bogofilter/bogofilter.c
9803         * src/plugins//spamassassin/spamassassin.c
9804                 make the bogofilter/spamassassin filtering error dialogs at
9805         incorporation obey to the "don't popup error dialog on
9806         receive error" option. If disabled, feed the log window w/
9807         the error message.
9808
9809 2006-08-29 [paul]
9810
9811         2.5.0-rc2 released
9812
9813 2006-08-29 [paul]       2.4.0cvs109
9814
9815         * Makefile.am
9816                 remove 'make release', it's not needed
9817                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9818
9819 2006-08-29 [paul]       2.4.0cvs108
9820
9821         * src/foldersel.c
9822         * src/summary_search.c
9823         * src/gtk/progressdialog.c
9824         * src/plugins/pgpcore/passphrase.c
9825                 replace deprecated gtk_window_set_policy()
9826
9827 2006-08-29 [colin]      2.4.0cvs107
9828
9829         * src/folder.c
9830                 Fix data loss when copy fails during a move:
9831                 only use fast remove_msgs if everything was
9832                 copied OK; else use slow remove_msg on the
9833                 mails that got copied only.
9834
9835 2006-08-28 [paul]       2.4.0cvs106
9836
9837         * src/mh.c
9838                 revert change in 2.4.0cvs104, it breaks
9839                 stuff
9840
9841 2006-08-28 [paul]       2.4.0cvs105
9842
9843         * src/plugins/spamassassin/spamassassin.c
9844                 english fix
9845
9846 2006-08-28 [paul]       2.4.0cvs104
9847
9848         * src/mh.c
9849                 fix data loss when moving to another
9850                 mailbox fails
9851         * src/prefs_spelling.c
9852                 improve the english
9853         * src/gtk/pluginwindow.c
9854                 improve the layout of the dialog text
9855         All thanks to Colin
9856
9857 2006-08-28 [paul]       2.4.0cvs103
9858
9859         * src/plugins/bogofilter/bogofilter.c
9860         * src/plugins/bogofilter/bogofilter_gtk.c
9861                 fix english up a bit, innit
9862
9863 2006-08-28 [paul]       2.4.0cvs102
9864
9865         * configure.ac
9866         * po/Makefile.in.in
9867         * po/Makevars
9868                 require autoconf 2.60, enabling building
9869                 with gettext 0.15 (gettext 0.14.x build still
9870                 possible). Replace Makefiles with versions
9871                 from gettext 0.15.
9872                 Remove configure options --with-localedir and
9873                 --with-mandir. The options that are provided
9874                 directly by autoconf 2.60 can be used instead:
9875                 --mandir --localedir
9876
9877 2006-08-27 [colin]      2.4.0cvs101
9878
9879         * src/plugins/bogofilter/Makefile.am
9880                 Fix make dist (no README)
9881
9882 2006-08-27 [colin]      2.4.0cvs100
9883
9884         * src/folder.c
9885                 Don't use F_UNKNOWN folders for any default
9886                 outbox/trash/etc
9887         * src/plugins/bogofilter/bogofilter.c
9888         * src/plugins/bogofilter/bogofilter.h
9889         * src/plugins/bogofilter/bogofilter_gtk.c
9890                 Add an option to specify the path to bogofilter
9891                 Use single-quotes to be able to learn in folders
9892                 with spaces in their names
9893                 Verify learning status
9894
9895 2006-08-27 [colin]      2.4.0cvs99
9896
9897         * manual/faq.xml
9898         * manual/plugins.xml
9899                 Document Bogofilter plugin
9900
9901 2006-08-27 [colin]      2.4.0cvs98
9902
9903         * src/compose.c
9904         * src/messageview.c
9905         * src/procmsg.c
9906         * src/procmsg.h
9907                 When possible, copy the queued mail to sent folder
9908                 instead of re-adding. Much faster on IMAP.
9909
9910 2006-08-27 [colin]      2.4.0cvs97
9911
9912         * src/msgcache.c
9913                 Disable mmaped caches - huge metadata loss
9914                 here after a power failure.
9915         * src/summaryview.c
9916                 Add quicksearch timing
9917         * src/common/plugin.c
9918         * src/common/plugin.h
9919                 Implement an interface to tell what plugins
9920                 provide. Prevent loading of similar plugins.
9921         * src/plugins/clamav/clamav_plugin.c
9922         * src/plugins/demo/demo.c
9923         * src/plugins/dillo_viewer/dillo_viewer.c
9924         * src/plugins/pgpcore/plugin.c
9925         * src/plugins/pgpinline/pgpinline.c
9926         * src/plugins/pgpmime/pgpmime.c
9927         * src/plugins/spamassassin/spamassassin.c
9928         * src/plugins/trayicon/trayicon.c
9929                 Implement plugin_provides()
9930
9931 2006-08-27 [colin]      2.4.0cvs96
9932
9933         * configure.ac
9934         * src/plugins/Makefile.am
9935         * src/plugins/bogofilter/.cvsignore
9936         * src/plugins/bogofilter/Makefile.am
9937         * src/plugins/bogofilter/bogofilter.c
9938         * src/plugins/bogofilter/bogofilter.h
9939         * src/plugins/bogofilter/bogofilter_gtk.c
9940                 New Bogofilter plugin, provides filtering and
9941                 learning. Spamassassin will go to extra plugins.
9942
9943 2006-08-26 [mones]      2.4.0cvs95
9944
9945         * manual/handling.xml
9946                 Fix subfolder path in the example (thanks to Paul) 
9947
9948 2006-08-26 [mones]      2.4.0cvs94
9949
9950         * manual/glossary.xml
9951                 2.2. + add ISP to the glossary
9952                 7.5. + Add UIDL to glossary
9953                 7.7. + Add TCP to glossary
9954         * manual/handling.xml
9955                 7.1. + Mentions GNU/Linux distribution, what about the non...
9956                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9957                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9958                 7.4. = Use appropriate quotation for commands
9959                 7.6. = change "" to <quote></quote>
9960         * manual/plugins.xml
9961                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9962         * manual/starting.xml
9963                 2.1. + local mbox file: some examples of mbox file locations...
9964                 Also reformatted files requiring it
9965
9966 2006-08-26 [wwp]        2.4.0cvs93
9967
9968         * src/summary_search.c
9969                 disable find buttons while summary search is running.
9970
9971 2006-08-25 [colin]      2.4.0cvs92
9972
9973         * src/folder.c
9974         * src/folderutils.c
9975         * src/mh.c
9976         * src/procmsg.h
9977         * src/summaryview.c
9978                 Speed up MH moving, and add progressbar
9979                 for MH deletion
9980         * src/msgcache.c
9981                 Write cache files using mmap() too
9982
9983 2006-08-25 [wwp]        2.4.0cvs91
9984
9985         * src/summaryview.c
9986                 switch spam<->ham button when a message has been marked as spam or ham
9987                 and is still selected. Thanks to Colin.
9988
9989 2006-08-25 [paul]       2.4.0cvs90
9990
9991         * src/Makefile.am
9992         * src/stock_pixmap.c
9993         * src/stock_pixmap.h
9994         * src/summaryview.c
9995         * src/gtk/icon_legend.c
9996         * src/pixmaps/copied.xpm
9997         * src/pixmaps/moved.xpm
9998                 add icons for delayed execution marked for
9999                 copying, marked for moving
10000
10001 2006-08-25 [mones]      2.4.0cvs89
10002
10003         * manual/glossary.xml
10004                 Fix the other glossary items:
10005                 5.1. = Inmmediate execution -> <quote>immediate execution...
10006                 5.2. = Fix MBOX capitalization -> Mbox
10007                 5.3. + Improve Plugins def. w/ tech. ref.
10008                 5.4. = Quotation -> replace '>' by <quote>></quote>
10009                 5.5. - SMTP Server. -> remove dot
10010         * po/es.po
10011                 Updated translation
10012
10013 2006-08-25 [mones]      2.4.0cvs88
10014
10015         * manual/ack.xml
10016                 Reformatted, changed email address
10017         * manual/glossary.xml
10018                 Reformatted, fixed MANUAL-TODO items:
10019                 8.2. + add ROT-13 to glossary
10020                 8.4. + add URL to glossary
10021         * manual/es/advanced.xml
10022                 Fixed <literal>s
10023
10024 2006-08-25 [paul]       2.4.0cvs87
10025
10026         * src/gtk/icon_legend.c
10027                 add 'marked for deletion' icon
10028                 arrange icons by containing column
10029                 wrap long label text
10030
10031 2006-08-25 [colin]      2.4.0cvs86
10032
10033         * src/common/utils.c
10034         * src/common/utils.h
10035                 Add the sc_g_*list_bigger functions in
10036                 a place everyone can use it
10037         * src/summaryview.c
10038                 Only freeze/thaw the list when working
10039                 on the selection, if it's bigger than 1
10040         * src/gtk/gtksctree.c
10041                 Only freeze/thaw the list when unselec-
10042                 ting 'all' if ('all' != 1)
10043                 This avoids some flickering
10044
10045 2006-08-24 [colin]      2.4.0cvs85
10046
10047         * src/addressbook.c
10048                 Fix strange list selection
10049                 Fix random seg (Invalid read of freed memory)
10050
10051 2006-08-24 [colin]      2.4.0cvs84
10052
10053         * src/alertpanel.c
10054         * src/gtk/inputdialog.c
10055         * src/plugins/pgpcore/passphrase.c
10056                 Revert minimal width patch of 2.4.0cvs67,
10057                 as it is also a maximal width. Use 
10058                 gtk_window_set_default_size instead.
10059
10060 2006-08-24 [colin]      2.4.0cvs83
10061
10062         * src/msgcache.c
10063                 Write cache/mark to temp files before
10064                 overwriting old ones (avoids metadata
10065                 loss if writing the new files fail).
10066                 Use mmap() to read cache/mark file, as
10067                 this makes cache reading faster. Dis-
10068                 abled for big-endian machines until it
10069                 can be tested. (Big-endian users: set
10070                 msgcache_use_mmap = TRUE in the relevant
10071                 #if).
10072         * src/procmsg.h
10073                 Move rarely used fields of MsgInfo in 
10074                 another structure, which will only be
10075                 allocated if needed. Face, X-Face,
10076                 Return receipt headers and List-*
10077                 headers are moved. Mails having none
10078                 of these occupy 52 bytes less with
10079                 this patch, which makes 2.5MB of RAM
10080                 saved on a 50k folder).
10081         * src/headerview.c
10082         * src/mainwindow.c
10083         * src/messageview.c
10084         * src/partial_download.c
10085         * src/procheader.c
10086         * src/procmsg.c
10087         * src/textview.c
10088                 Follow this structure change.
10089
10090 2006-08-24 [wwp]        2.4.0cvs82
10091
10092         * manual/es/.cvsignore
10093         * manual/es/dist/.cvsignore
10094         * manual/es/dist/html/.cvsignore
10095         * manual/es/dist/pdf/.cvsignore
10096         * manual/es/dist/ps/.cvsignore
10097         * manual/es/dist/txt/.cvsignore
10098                 more (generated) files to ignore.
10099
10100 2006-08-24 [colin]      2.4.0cvs81
10101
10102         * src/folder.c
10103         * src/mh.c
10104                 Fix possible problems with local delivery. Check the folder doesn't
10105                 need scan before setting its mtime when saving cache (which can be
10106                 done long after the folder's been modified by an external process);
10107                 Check that the stored item's mtime didn't change in mh functions.
10108
10109 2006-08-24 [mones]      2.4.0cvs80
10110
10111         * manual/advanced.xml
10112                 Rewrapping, some fixes and MANUAL-TODO items:
10113                 8.1. = change "" to <quote></quote>
10114                 8.3. = quote menu items
10115                 8.5. - deploying -> new user ... ideally a new user (redundant)
10116
10117 2006-08-23 [colin]      2.4.0cvs79
10118
10119         * src/gtk/gtksctree.c
10120                 When selecting or deselecting range, only
10121                 freeze/thaw when selection is bigger than 10
10122
10123 2006-08-23 [colin]      2.4.0cvs78
10124
10125         * src/messageview.c
10126         * src/mimeview.c
10127         * src/mimeview.h
10128         * src/plugins/dillo_viewer/dillo_viewer.c
10129                 Provide an API for MimeViewer plugins to
10130                 return a text selection for replying
10131
10132 2006-08-23 [colin]      2.4.0cvs77
10133
10134         * src/image_viewer.c
10135         * src/textview.c
10136                 Use gtk_pixbuf_new_from_file_at_scale(), which
10137                 is faster than getting the pixbuf then resizing
10138                 it.
10139
10140 2006-08-23 [colin]      2.4.0cvs76
10141
10142         * src/procmime.c
10143                 UTF-8 should be sent Quoted-printable
10144
10145 2006-08-22 [colin]      2.4.0cvs75
10146
10147         * src/mh.c
10148                 Check if scan is required before touching
10149                 the folder (or it'll be required every time)
10150
10151 2006-08-22 [colin]      2.4.0cvs74
10152
10153         * configure.ac
10154                 Require libetpan 0.46 (crasher fix when built
10155                 against gnutls)
10156
10157 2006-08-22 [colin]      2.4.0cvs73
10158
10159         * src/folder.c
10160                 Set folder's mtime after writing its
10161                 cache
10162         * src/folderview.c
10163                 Add some timing
10164         * src/procmsg.c
10165                 Don't do useless stuff if we don't 
10166                 thread by subject
10167         * src/summaryview.c
10168                 Add some timing, don't deselect prior
10169                 to selecting (gtksctree does it itself),
10170                 remove crash avoidance hacks as it's been
10171                 properly fixed since a while
10172         * src/common/utils.c
10173                 Optimize to_human_readable(): _() is slow,
10174                 do it only once, and avoid %f format for KB
10175                 (the most common in a summaryview)
10176         * src/gtk/gtksctree.c
10177                 Don't uselessly freeze/thaw (fixes flicker
10178                 on next unread and friends), reduce number
10179                 of g_list_nth/g_list_position where possible
10180         * src/gtk/gtkutils.c
10181         * src/gtk/gtkutils.h
10182                 Reduce number of g_list_nth/g_list_position
10183                 where possible.
10184                 All of this makes loading as 70k folder 2.1
10185                 seconds instead of 3.2 (with hot FS caches).
10186                 (1.3 seconds without Date and Size columns...)
10187
10188 2006-08-22 [paul]       2.4.0cvs72
10189
10190         wrap documents and do some items from mones' MANUAL-TODO:
10191
10192         * manual/account.xml
10193                 4.1. = fix tabname references to <quote>tabname</quote>
10194                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10195         * manual/faq.xml
10196                 1.1. = mentioned options don't match UI
10197                 Add information about the 'Never send Return Receipts'
10198                 option
10199         * manual/handling.xml
10200                 6.2. = Mentions Extended symbols button, but now is
10201                 named Information
10202                 6.3. = Mentions ... button, which is now Edit
10203
10204 2006-08-22 [colin]      2.4.0cvs71
10205
10206         * src/gtk/pluginwindow.c
10207                 Fix layout in verbose translations (such
10208                 as french)
10209
10210 2006-08-22 [paul]       2.4.0cvs70
10211
10212         * manual/Makefile.am
10213                 build manuals in alphabetical order
10214         * src/addressbook.c
10215         * src/prefs_themes.c
10216                 replace/remove deprecated symbols
10217         * src/gtk/gtkutils.c
10218                 fix a warning
10219         * src/gtk/pluginwindow.c
10220                 replace deprecated symbol
10221                 replace label text and move it
10222         * src/plugins/pgpcore/prefs_gpg.c
10223                 move the 'Generate...' button out of the
10224                 Sign Key frame, replace the English used
10225         * src/plugins/pgpcore/sgpgme.c
10226                 fixes to the English
10227
10228 2006-08-21 [colin]      2.4.0cvs69
10229
10230         * src/plugins/trayicon/trayicon.c
10231                 Add more strings for translation; patch
10232                 by Pawel
10233
10234 2006-08-21 [colin]      2.4.0cvs68
10235
10236         * src/compose.c
10237                 fix replied flag not set after drafting
10238         * src/matcher.c
10239                 fix body quicksearch in non-encoded bodies
10240                 containing '='
10241         * src/msgcache.c
10242                 Get rid of the g_malloc workaround for
10243                 corrupted caches, use g_try_malloc
10244
10245 2006-08-21 [colin]      2.4.0cvs67
10246
10247         * src/alertpanel.c
10248         * src/gtk/inputdialog.c
10249         * src/plugins/pgpcore/passphrase.c
10250                 Set minimal width to 375
10251         * src/mainwindow.c
10252                 Fix switching to offline, asking if it 
10253                 should be overriden for synchronising
10254         * src/mimeview.c
10255                 Don't offer to remember command on Open 
10256                 with for text parts, as the browser or 
10257                 text editor command isn't changed from 
10258                 there
10259
10260 2006-08-20 [paul]       2.4.0cvs66
10261
10262         * po/ko.po
10263         * po/zh_CN.po
10264                 fix plural form errors. revealed by stricter
10265                 checking of gettext 0.15
10266
10267 2006-08-18 [paul]       2.4.0cvs65
10268
10269         * src/stock_pixmap.c
10270                 fix the fix of 2.4.0cvs64
10271                 Thanks to Colin
10272
10273 2006-08-18 [paul]       2.4.0cvs64
10274
10275         * src/stock_pixmap.c
10276                 fix leaks
10277                 Thanks to Colin
10278
10279 2006-08-18 [paul]       2.4.0cvs63
10280
10281         * src/compose.c
10282         * src/procmsg.c
10283                 fix occasional IMAP bug where large msgs
10284                 were left in the queue folder after sending
10285                 Thanks to Colin
10286
10287 2006-08-18 [paul]       2.4.0cvs62
10288
10289         * src/folderview.c
10290                 freeze the summaryview while quicksearch results
10291                 are displayed
10292                 (fixes bug 456 'current message is hidden when the
10293                 view is refreshed and extended search is "unread 
10294                 messages"')
10295                 Thanks to Colin
10296         * src/textview.c
10297                 add missing #include "inputdialog.h"
10298         * src/common/utils.h
10299                 add missing mailcap_update_default() and improve
10300                 readability
10301
10302 2006-08-17 [colin]      2.4.0cvs61
10303
10304         * src/plugins/pgpcore/select-keys.c
10305                 Fix warnings :)
10306
10307 2006-08-17 [colin]      2.4.0cvs60
10308
10309         * src/compose.c
10310                 Don't continue queuing if Cancel is clicked
10311                 in select-keys
10312
10313 2006-08-17 [colin]      2.4.0cvs59
10314
10315         * src/plugins/pgpcore/select-keys.c
10316                 When encrypting, if only one key matches and it 
10317                 matches exactly, automatically use it.
10318
10319 2006-08-17 [colin]      2.4.0cvs58
10320
10321         * src/mimeview.c
10322         * src/prefs_common.c
10323         * src/prefs_common.h
10324         * src/prefs_ext_prog.c
10325         * src/textview.c
10326                 Fix issues with previous patch (text/html)
10327                 Remove outdated prefs
10328
10329 2006-08-17 [colin]      2.4.0cvs57
10330
10331         * src/imap.c
10332                 Add View Log button on auth error
10333         * src/procmsg.c
10334                 Fix encrypted mail marked as new when
10335                 saved in normal folders
10336         * src/plugins/pgpinline/pgpinline.c
10337                 Fix encrypt bug on IMAP
10338         * src/mimeview.c
10339         * src/common/utils.c
10340         * src/common/utils.h
10341         * src/gtk/inputdialog.c
10342         * src/gtk/inputdialog.h
10343                 Get rid of metamail stuff, simplify
10344                 opening, and allow remembering of user's
10345                 choices (by updating ~/.mailcap). There's
10346                 still to drop "Audio player" and "Image
10347                 viewer" preferences.
10348
10349 2006-08-17 [mones]      2.4.0cvs56
10350
10351         * manual/es/sylpheed-claws-manual.xml
10352                 fix DTD path
10353
10354 2006-08-17 [mones]      2.4.0cvs55
10355
10356         * configure.ac
10357         * manual/Makefile.am
10358         * manual/es/Makefile.am
10359         * manual/es/account.xml
10360         * manual/es/ack.xml
10361         * manual/es/addrbook.xml
10362         * manual/es/advanced.xml
10363         * manual/es/faq.xml
10364         * manual/es/glossary.xml
10365         * manual/es/gpl.xml
10366         * manual/es/handling.xml
10367         * manual/es/intro.xml
10368         * manual/es/keyboard.xml
10369         * manual/es/plugins.xml
10370         * manual/es/starting.xml
10371         * manual/es/sylpheed-claws-manual.xml
10372         * manual/es/dist/Makefile.am
10373         * manual/es/dist/html/Makefile.am
10374         * manual/es/dist/pdf/Makefile.am
10375         * manual/es/dist/ps/Makefile.am
10376         * manual/es/dist/txt/Makefile.am
10377                 Spanish translation for the manual
10378
10379 2006-08-16 [colin]      2.4.0cvs54
10380
10381         * src/compose.c
10382         * src/main.c
10383         * src/mainwindow.c
10384                 Fix send button sensitivity at startup
10385                 Set send menu sensitivity (patch by Fabien)
10386         * src/ssl_manager.c
10387                 Enable closing with esc (patch by Fabien)
10388         * src/gtk/foldersort.c
10389                 Enable closing with esc (patch by Fabien)
10390         * src/procmime.c
10391                 Optimisation (no need to copy to tempfile to
10392                 "decode" 7bit and 8bit)
10393         * src/summaryview.c
10394                 Fix cruft in swap_from case
10395         * src/textview.c
10396                 Fix missing last line in some mail cases 
10397                 (Fixes debian #381872)
10398         * src/plugins/pgpcore/prefs_gpg.c
10399         * src/plugins/pgpcore/sgpgme.c
10400         * src/plugins/pgpcore/sgpgme.h
10401                 Don't show "no key found" when user explicitely
10402                 wants to create a key
10403
10404 2006-08-16 [paul]       2.4.0cvs53
10405
10406         * configure.ac
10407         * src/account.c
10408         * src/addressbook.c
10409         * src/headerview.c
10410         * src/prefs_account.c
10411         * src/prefs_message.c
10412         * src/gtk/gtkutils.c
10413                 bump up minimum required versions of GTK+ and
10414                 GLIB to 2.6.0
10415
10416 2006-08-16 [paul]       2.4.0cvs52
10417
10418         * src/toolbar.c
10419                 workaround GTK+ Bug 351600 - 'Can't re-click
10420                 on button after sensitivity update'
10421                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10422                 Thanks to Colin
10423
10424 2006-08-15 [colin]      2.4.0cvs51
10425
10426         * src/plugins/pgpcore/prefs_gpg.c
10427                 Set options sensitivity according to
10428                 key existence
10429         * src/plugins/pgpcore/sgpgme.c
10430                 Allow to create key with no passphrase
10431
10432 2006-08-14 [cleroy]     2.4.0cvs50
10433
10434         * src/gtk/pluginwindow.c
10435                 New layout (maybe to be changed?)
10436         * src/gtk/gtkutils.c
10437                 Fix a bit label_window
10438         * src/plugins/pgpcore/passphrase.c
10439         * src/plugins/pgpcore/passphrase.h
10440         * src/plugins/pgpcore/plugin.c
10441         * src/plugins/pgpcore/prefs_gpg.c
10442         * src/plugins/pgpcore/prefs_gpg.h
10443         * src/plugins/pgpcore/sgpgme.c
10444         * src/plugins/pgpcore/sgpgme.h
10445                 Allow to create a PGP private key via the GUI
10446
10447 2006-08-14 [wwp]        2.4.0cvs49
10448
10449         * src/addressbook_foldersel.c
10450                 fix strict ISO C90 compliance.
10451
10452 2006-08-14 [paul]       2.4.0cvs48
10453
10454         * src/gtk/prefswindow.c
10455                 re-set scrolled window on opening
10456                 Patch by Ticho
10457
10458 2006-08-14 [paul]
10459
10460         2.5.0-rc1 released
10461
10462 2006-08-14 [paul]       2.4.0cvs47
10463
10464         * src/prefs_display_header.c
10465                 re-enable user-defined Displayed Headers
10466
10467 2006-08-14 [paul]       2.4.0cvs46
10468
10469         * src/prefs_account.c
10470                 use GTK_STOCK_EDIT
10471
10472 2006-08-13 [colin]      2.4.0cvs45
10473
10474         * src/common/utils.c
10475                 Fix "a" in quote when the original message is empty,
10476                 by using \0 instead of 'a' to test writability of
10477                 temp files.
10478
10479 2006-08-13 [wwp]        2.4.0cvs44
10480
10481         * src/plugins/spamassassin/spamassassin.c
10482                 fix capitalization of "SpamAssassin" in some debug, log and
10483                 dialog messages.
10484
10485 2006-08-13 [paul]       2.4.0cvs43
10486
10487         * src/editldap.c
10488                 fix overlapping widgets
10489         * src/prefs_account.c
10490                 fix translation of protocol_names[]
10491                 fix label disappearing off the edge of the
10492                 visible area
10493
10494 2006-08-12 [paul]       2.4.0cvs42
10495
10496         * manual/plugins.xml
10497                 update IRC channel info before it gets forgotten
10498                 about
10499
10500 2006-08-11 [colin]      2.4.0cvs41
10501
10502         * src/compose.c
10503         * src/mainwindow.c
10504         * src/mainwindow.h
10505         * src/procmsg.c
10506         * src/procmsg.h
10507         * src/summaryview.c
10508         * src/toolbar.c
10509                 Grey out the Send button if
10510                 - Queue folders are empty, or
10511                 - We're sending already
10512
10513 2006-08-11 [wwp]        2.4.0cvs40
10514
10515         * src/main.c
10516                 fix a logic issue when quitting while a compose window is
10517                 still open, thanks to Colin.
10518
10519 2006-08-10 [colin]      2.4.0cvs39
10520
10521         * src/main.c
10522                 Fix default font size setting after wizard run
10523         * src/imap.c
10524         * src/etpan/imap-thread.c
10525         * src/etpan/imap-thread.h
10526                 Fix bug #999 (Timing out on TSL cert validation 
10527                 dialog makes ugly things happen). Also, STARTTLS
10528                 unconditionnaly if initial capabilities contain
10529                 LOGINDISABLED and STARTTLS.
10530
10531 2006-08-09 [colin]      2.4.0cvs38
10532
10533         * src/mainwindow.c
10534         * src/mainwindow.h
10535                 Fix Tools/Actions sensitivity when there are
10536                 no actions
10537
10538 2006-08-09 [colin]      2.4.0cvs37
10539
10540         * src/prefs_filtering.c
10541                 Warning fix, patch by Paul
10542         * src/messageview.c
10543         * src/prefs_actions.c
10544         * src/prefs_filtering_action.c
10545         * src/prefs_matcher.c
10546                 Uniformisation of "Info ..." to "Info..." (for
10547                 old gtk), patch by Fabien
10548         * src/plugins/clamav/clamav_plugin_gtk.c
10549                 Sensitivity fix by Fabien
10550
10551 2006-08-09 [colin]      2.4.0cvs36
10552
10553         * src/main.c
10554         * src/main.h
10555                 Add a function to know whether we're exiting
10556         * src/plugins/trayicon/trayicon.c
10557                 If exiting, don't do anything. Faster, and
10558                 avoids gtk_main_iteration reentracy causing
10559                 segfaults at exit
10560
10561 2006-08-09 [colin]      2.4.0cvs35
10562
10563         * src/messageview.c
10564         * src/mimeview.c
10565         * src/mimeview.h
10566                 Fix lack of part selection when automatically 
10567                 jumping to a specific part
10568         * src/msgcache.c
10569                 Little optimisation in cache reading
10570
10571 2006-08-09 [colin]      2.4.0cvs34
10572
10573         * src/compose.c
10574                 Fix crash setting the priority on reedit
10575                 (Accessing compose before creating it!)
10576
10577 2006-08-08 [colin]      2.4.0cvs33
10578
10579         * src/procmime.c
10580                 Fix bug #998 (last attachment is not accessible)
10581                 Bad RFC interpretation on multipart close-delimiters
10582         * src/mimeview.c
10583         * src/mimeview.h
10584         * src/gtk/gtkvscrollbutton.c
10585         * src/gtk/gtkvscrollbutton.h
10586                 Make attachments list wheel-scrollable
10587
10588 2006-08-07 [colin]      2.4.0cvs32
10589
10590         * src/gtk/gtkaspell.c
10591                 Fix bug #973 (Unicode punctation characters 
10592                 are not recognized as separators by the
10593                 spell checker); fix unsigned stuff
10594
10595 2006-08-07 [colin]      2.4.0cvs31
10596
10597         * src/compose.c
10598                 Fix bug #956 (DnD text with accents in compose 
10599                 text entry); fix gccc's signed/unsigned fuss
10600
10601 2006-08-06 [colin]      2.4.0cvs30
10602
10603         * src/main.c
10604                 Fix bug #979 (Plugin crashes when exiting 
10605                 sylpheed-claws) : handle exit request only 
10606                 once
10607
10608 2006-08-05 [colin]      2.4.0cvs29
10609
10610         * src/news.c
10611                 Just make sure we have a msgid.
10612
10613 2006-08-05 [colin]      2.4.0cvs28
10614
10615         * src/news.c
10616         * src/summaryview.c
10617                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10618                 by reimplementing it
10619         * src/textview.c
10620                 Fix bug when hiding quotes with level > 3 and quote
10621                 colors are recycled
10622
10623 2006-08-04 [colin]      2.4.0cvs27
10624
10625         * src/compose.c
10626         * src/undo.c
10627         * src/undo.h
10628                 Fix a bit replace-by-pasting undo
10629         * src/mainwindow.c
10630         * src/messageview.c
10631                 Fix Fold quotes menu synchro in
10632                 mainwindow when it changes in 
10633                 messageview
10634         * src/textview.c
10635                 Fix right-click on quotes blocks
10636         * src/common/utils.c
10637                 Verify that the file created by
10638                 my_tmpfile() is writable. Fixes
10639                 bug #988 (very specific filesystem
10640                 issue)
10641         * src/plugins/pgpcore/sgpgme.c
10642                 Fix file descriptor leak
10643         * src/plugins/spamassassin/spamassassin.c
10644                 Warn once if spamd isn't reachable
10645
10646 2006-08-04 [colin]      2.4.0cvs26
10647
10648         * src/toolbar.c
10649                 i18n context patch by Fabien
10650
10651 2006-08-03 [colin]      2.4.0cvs25
10652
10653         * src/mainwindow.c
10654         * src/messageview.c
10655                 Rename "Hide quotes" to "Fold quotes"
10656         * src/textview.c
10657                 Don't use hand cursor on quotes. "all 
10658                 the bonuses of the feature and none of 
10659                 unwelcome side-effects"
10660
10661 2006-08-03 [colin]      2.4.0cvs24
10662
10663         * AUTHORS
10664         * sylpheed-claws.desktop
10665         * src/gtk/authors.h
10666                 Bring the desktop file to XDG compliance
10667                 Patch by Charles A. Edwards
10668
10669 2006-08-03 [colin]      2.4.0cvs23
10670
10671         * src/textview.c
10672                 Fix links offset when they are preceded
10673                 by accentued chars (g_utf8_strlen!)
10674         * src/mainwindow.c
10675                 Fix wrong status when starting offline
10676
10677
10678 2006-08-03 [wwp]        2.4.0cvs22
10679
10680         * src/prefs_common.h
10681                 ask what to do w/ filtering rules that belong to an account when
10682                 applying filtering rules manually from the main window (skip,
10683                 apply regardless of the account, use current account). This dialog
10684                 can be skipped and the last reply used.
10685                 (forgot that file)
10686
10687 2006-08-03 [wwp]        2.4.0cvs21
10688
10689         * src/filtering.c
10690         * src/filtering.h
10691         * src/prefs_common.c
10692         * src/summaryview.c
10693         * src/alertpanel.c
10694         * src/alertpanel.h
10695         * src/messageview.c
10696                 ask what to do w/ filtering rules that belong to an account when
10697                 applying filtering rules manually from the main window (skip,
10698                 apply regardless of the account, use current account). This dialog
10699                 can be skipped and the last reply used.
10700
10701
10702 2006-08-03 [colin]      2.4.0cvs20
10703
10704         * src/textview.c
10705                 Optimize previous patch
10706
10707 2006-08-03 [cleroy]     2.4.0cvs19
10708
10709         * src/textview.c
10710                 Fix quotes getting toggled back when the
10711                 mail has an even number of text parts
10712
10713 2006-08-02 [colin]      2.4.0cvs18
10714
10715         * src/messageview.c
10716                 Add Hide quotes menu
10717
10718 2006-08-02 [colin]      2.4.0cvs17
10719
10720         * src/mainwindow.c
10721         * src/prefs_common.c
10722         * src/textview.c
10723         * src/textview.h
10724         * src/gtk/about.c
10725                 Allow per-level quote hiding,
10726                 Allow toggling quotes by double-clicking them
10727                 Rename RemoteURI to ClickableText to reflect
10728                 the fact it's used for a variety of things
10729
10730 2006-08-02 [wwp]        2.4.0cvs16
10731
10732         * src/mainwindow.c
10733                 fix "View/Hide quotes" menu item status initialization.
10734
10735 2006-08-02 [wwp]        2.4.0cvs15
10736
10737         * src/matcher_parser_parse.y
10738                 remove a debug trace.
10739
10740 2006-08-02 [paul]       2.4.0cvs14
10741
10742         * src/plugins/pgpcore/passphrase.c
10743                 don't set initial dialog size
10744                 make it resizable
10745
10746 2006-08-02 [paul]       2.4.0cvs13
10747
10748         * src/noticeview.c
10749                 remove the rogue '/' character
10750
10751 2006-08-02 [paul]       2.4.0cvs12
10752
10753         * src/noticeview.c
10754                 allow buttons to resize as necessary
10755
10756 2006-08-01 [wwp]        2.4.0cvs11
10757
10758         * src/mbox.c
10759                 fix strict ISO C90 compliance.
10760
10761 2006-08-01 [wwp]        2.4.0cvs10
10762
10763         * tools/update-po
10764                 updated update-po tool to work w/ context-dependent translations.
10765                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10766
10767 2006-08-01 [wwp]        2.4.0cvs9
10768
10769         * src/matcher.c
10770         * src/prefs_filtering.c
10771         * src/prefs_matcher.c
10772                 allow context-dependent translations for "All",
10773                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10774
10775 2006-07-31 [colin]      2.4.0cvs8
10776
10777         * AUTHORS
10778         * src/gtk/authors.h
10779                 Add Rafal to authors
10780
10781 2006-07-31 [colin]      2.4.0cvs7
10782
10783         * src/compose.c
10784         * src/mainwindow.c
10785         * src/messageview.h
10786         * src/prefs_common.c
10787         * src/prefs_common.h
10788         * src/textview.c
10789                 Add 'View/Hide quotes'. Patch based on a patch
10790                 by Rafal Weglarz
10791
10792 2006-07-31 [colin]      2.4.0cvs6
10793
10794         * src/action.c
10795                 Fix problem with "> stuff >" actions
10796
10797 2006-07-31 [paul]       2.4.0cvs5
10798
10799         * po/nb.po
10800                 updated by Geir Helland
10801
10802 2006-07-31 [wwp]        2.4.0cvs4
10803
10804         * src/mainwindow.c
10805         * src/summaryview.c
10806         * src/summaryview.h
10807                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10808                 thanks to Colin.
10809
10810 2006-07-31 [wwp]        2.4.0cvs3
10811
10812         * src/Makefile.am
10813         * src/addr_compl.c
10814         * src/addr_compl.h
10815         * src/addressbook.c
10816         * src/addressbook.h
10817         * src/addressbook_foldersel.c
10818         * src/addressbook_foldersel.h
10819         * src/addrindex.c
10820         * src/addrindex.h
10821         * src/matcher.c
10822         * src/matcher.h
10823         * src/matcher_parser_lex.l
10824         * src/matcher_parser_parse.y
10825         * src/prefs_common.c
10826         * src/prefs_common.h
10827         * src/prefs_filtering.c
10828         * src/prefs_matcher.c
10829         * src/prefs_matcher.h
10830         * src/summaryview.c
10831                 introduce filtering against the address book. It's now possible to add
10832                 matched conditions to determine if any email address in a message matches
10833                 or doesn't match any or all books or folders in the address book.
10834
10835 2006-07-31 [wwp]        2.4.0cvs2
10836
10837         * src/account.c
10838         * src/filtering.c
10839         * src/filtering.h
10840         * src/folder.c
10841         * src/folderview.c
10842         * src/inc.c
10843         * src/mainwindow.c
10844         * src/matcher.c
10845         * src/matcher_parser_lex.l
10846         * src/matcher_parser_parse.y
10847         * src/mbox.c
10848         * src/prefs_filtering.c
10849         * src/prefs_filtering.h
10850         * src/procmsg.c
10851         * src/procmsg.h
10852         * src/summaryview.c
10853                 introduce per-account filtering rules. Each filtering rule can now be assigned
10854                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10855                 when applying filtering rules manually, as all rules will apply - even the ones
10856                 assigned to an account. This issue will be addressed soon.
10857  
10858
10859
10860 2006-07-31 [wwp]        2.4.0cvs1
10861
10862         * src/quote_fmt.c
10863                 make more strings translatable.
10864
10865 2006-07-31 [paul]       2.4.0
10866
10867         2.4.0 released
10868
10869 2006-07-31 [paul]       2.3.1cvs91
10870
10871         * po/ca.po
10872                 updated by Miquel Oliete
10873
10874 2006-07-31 [paul]       2.3.1cvs90
10875
10876         * po/de.po
10877         * po/el.po
10878         * po/fr.po
10879         * po/it.po
10880         * po/pl.po
10881         * po/pt_BR.po
10882         * po/sr.po
10883         * po/zh_CN.po
10884                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10885                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10886                 Aleksandar Urosevic, and Ralgh Young
10887
10888 2006-07-31 [paul]       2.3.1cvs89
10889
10890         * src/account.c
10891         * src/main.c
10892         * src/mainwindow.c
10893         * src/mainwindow.h
10894                 Fix a race condition when, after an SC crash, rescanning
10895                 folders took more than 0.5 seconds
10896                 Thanks to Colin
10897
10898 2006-07-31 [paul]       2.3.1cvs88
10899
10900         * src/folderview.c
10901                 don't translate separator strings
10902
10903 2006-07-30 [mones]      2.3.1cvs87
10904
10905         * doc/man/sylpheed-claws.1
10906                 Fixed non-ASCII chars in Hoa's name
10907         * po/es.po
10908                 Updated for release
10909
10910 2006-07-27 [colin]      2.3.1cvs86
10911
10912         * src/textview.c
10913                 Don't include the leading \n in links
10914                 Patch by Fabien
10915
10916 2006-07-25 [colin]      2.3.1cvs85
10917
10918         * src/mainwindow.c
10919         * src/common/socket.h
10920         * src/etpan/imap-thread.c
10921                 Refresh resolvers before connecting
10922                 to IMAP servers, and after switching
10923                 to online. Thanks to Paul.
10924
10925 2006-07-18 [colin]
10926
10927         * 2.4.0-rc4 released
10928
10929 2006-07-17 [colin]      2.3.1cvs84
10930
10931         * src/inc.c
10932                 Show connection attempt in statusbar before
10933                 connecting (previously first message was
10934                 "Retrieving messages from ..." after the
10935                 connection succeeded.
10936
10937 2006-07-16 [wwp]        2.3.1cvs83
10938
10939         * sylpheed-claws.ico
10940                 Added .ico file (windows multi-size icon file, generated).
10941
10942 2006-07-12 [wwp]        2.3.1cvs82
10943
10944         * src/messageview.c
10945                 remove Message/Re-edit menu entry from messageview window,
10946                 as sent/draft/queued messages are opened in compose window when
10947                 re-edited and it's not possible to re-edit other msgs.
10948
10949 2006-07-12 [paul]       2.3.1cvs81
10950
10951         * AUTHORS
10952         * src/mainwindow.c
10953         * src/gtk/authors.h
10954                 check online state before resetting
10955                 mailcheck timer. Useful if some program
10956                 verifies connection state and updates
10957                 Claws.
10958                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10959
10960 2006-07-12 [paul]       2.3.1cvs80
10961
10962         * sylpheed-claws-128x128.png
10963         * sylpheed-claws-64x64.png
10964         * sylpheed-claws.png
10965         * src/Makefile.am
10966         * src/main.c
10967         * src/prefs_toolbar.c
10968         * src/stock_pixmap.c
10969         * src/stock_pixmap.h
10970         * src/wizard.c
10971         * src/gtk/about.c
10972         * src/gtk/gtkutils.c
10973         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10974         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10975         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10976         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10977         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10978         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10979                 updated and renamed logo/icon files and related
10980                 logo by Jesper Schultz
10981
10982 2006-07-11 [paul]       2.3.1cvs79
10983
10984         * src/main.c
10985                 fix the labels a smidgin
10986
10987 2006-07-09 [colin]      2.3.1cvs78
10988
10989         * src/textview.c
10990                 Show errors in textviewer's command
10991                 Patch by H. Merijn Brand
10992
10993 2006-07-09 [colin]      2.3.1cvs77
10994
10995         * src/compose.c
10996                 Save FMID in drafts too
10997
10998 2006-07-08 [colin]      2.3.1cvs76
10999
11000         * src/compose.c
11001                 Svae RMID in drafted mails too
11002                 Save quote_fmt vars for whole mails,
11003                 don't reset at each quote_fmt_init:
11004                 allows to use the same |i{var} in
11005                 various template fields
11006         * src/prefs_template.c
11007         * src/quote_fmt.h
11008         * src/quote_fmt_parse.y
11009                 Same
11010
11011 2006-07-08 [colin]      2.3.1cvs75
11012
11013         * src/textview.c
11014                 Fix highlighting of attached parts URIs
11015
11016 2006-07-08 [colin]      2.3.1cvs74
11017
11018         * src/main.c
11019                 Prevent bug #981 (sc 2.3.1 segfaults with 
11020                 gtk+ 2.10) from being reported again:
11021                 if Sylpheed-Claws has been compiled against
11022                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11023                 of if Sylpheed-Claws has been compiled against
11024                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11025                 error out.
11026
11027 2006-07-07 [colin]      2.3.1cvs73
11028
11029         * src/prefs_actions.c
11030                 Fix label
11031
11032 2006-07-07 [colin]      2.3.1cvs72
11033
11034         * src/prefs_actions.c
11035                 Fix compile on gtk < 2.8. argh :)
11036
11037 2006-07-07 [paul]       2.3.1cvs71
11038
11039         * src/common/defs.h
11040                 update DONATE_URI
11041
11042 2006-07-07 [colin]      2.3.1cvs70
11043
11044         * po/POTFILES.in
11045         * src/quote_fmt.c
11046         * src/quote_fmt_lex.l
11047         * src/quote_fmt_parse.y
11048                 Add |i{var}, a way to insert user-entered
11049                 text in a template
11050
11051 2006-07-07 [colin]
11052
11053         * 2.4.0-rc3 released
11054
11055 2006-07-07 [colin]      2.3.1cvs69
11056
11057         * src/folder.c
11058                 Don't consider inboxes of UNKNOWN folder 
11059                 classes to be useable as default inboxes
11060
11061 2006-07-07 [paul]       2.3.1cvs68
11062
11063         * src/textview.c
11064                 add missing #include <errno.h>
11065                 Thanks to René J. Blokland
11066
11067 2006-07-07 [paul]       2.3.1cvs67
11068
11069         * src/action.c
11070                 Return now Closes dialog
11071         * src/mimeview.c
11072         * src/mimeview.h
11073         * src/textview.c
11074                 add contextual menu to mime parts listed
11075                 in the textview
11076                 Thanks to Colin
11077         * src/common/utils.c
11078                 reversal: ' is a valid character in URLs
11079
11080 2006-07-06 [colin]      2.3.1cvs66
11081
11082         * src/remotefolder.h
11083                 Forgotten in previous commit
11084
11085 2006-07-06 [colin]      2.3.1cvs65
11086
11087         * src/folder.c
11088                 Set summary update flag whenever
11089                 totals changed
11090         * src/imap.c
11091         * src/prefs_account.c
11092         * src/common/utils.h
11093         * src/etpan/imap-thread.c
11094                 Fix warnings, thanks to Fabien and
11095                 Ricardo
11096
11097 2006-07-06 [wwp]        2.3.1cvs64
11098
11099         * src/gtk/gtkutils.c
11100                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11101
11102 2006-07-06 [wwp]        2.3.1cvs63
11103
11104         * src/account.c
11105         * src/addressbook.c
11106         * src/addressitem.h
11107         * src/folderview.c
11108         * src/mainwindow.c
11109         * src/manual.c
11110         * src/manual.h
11111         * src/message_search.c
11112         * src/prefs_actions.c
11113         * src/prefs_filtering.c
11114         * src/prefs_filtering.h
11115         * src/prefs_template.c
11116         * src/summary_search.c
11117         * src/summaryview.c
11118         * src/gtk/gtkutils.c
11119         * src/gtk/gtkutils.h
11120         * src/gtk/pluginwindow.c
11121                 add help buttons to some dialogs. Clicking such buttons opens a
11122                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11123
11124 2006-07-06 [paul]       2.3.1cvs62
11125
11126         * src/textview.c
11127                 fix attachments contextual menu
11128                 Thanks to Colin
11129
11130 2006-07-05 [colin]      2.3.1cvs61
11131
11132         * src/textview.c
11133         * src/compose.c
11134                 Handle sftp:// links
11135
11136 2006-07-05 [paul]       2.3.1cvs60
11137
11138         * src/gtk/filesel.c
11139                 grab save button by default
11140                 Thanks to Colin
11141
11142 2006-07-05 [wwp]        2.3.1cvs59
11143
11144         * manual/xml2pdf
11145                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11146
11147 2006-07-04 [colin]      2.3.1cvs58
11148
11149         * src/mimeview.c
11150         * src/textview.c
11151                 Use left click to select, middle click to open
11152                 on mimeparts links
11153         * src/common/utils.c
11154                 Fix segfault
11155
11156 2006-07-04 [colin]      2.3.1cvs57
11157
11158         * src/mainwindow.c
11159         * src/news.c
11160                 Warning fixes, thanks to Fabien
11161
11162 2006-07-04 [colin]      2.3.1cvs56
11163
11164         * src/mimeview.c
11165         * src/mimeview.h
11166         * src/textview.c
11167                 Allow parts to be selected via their text label
11168                 in textview
11169
11170 2006-07-04 [colin]      2.3.1cvs55
11171
11172         * src/folderview.c
11173                 Feedback when closing (for big folders)
11174         * src/prefs_actions.c
11175         * src/prefs_filtering.c
11176         * src/prefs_matcher.c
11177         * src/prefs_template.c
11178                 Fix default button when closing without
11179                 having saved
11180
11181 2006-07-04 [colin]      2.3.1cvs54
11182
11183         * src/news.c
11184                 Delete local file on deletion
11185
11186 2006-07-03 [colin]      2.3.1cvs53
11187
11188         * src/folderview.c
11189         * src/main.c
11190                 Don't freeze when rescanning after crash
11191
11192 2006-07-03 [wwp]        2.3.1cvs52
11193
11194         * src/compose.c
11195         * src/privacy.c
11196         * src/privacy.h
11197         * src/plugins/pgpinline/pgpinline.c
11198         * src/plugins/pgpmime/pgpmime.c
11199                 don't report an error when the user cancels the passphrase dialog.
11200
11201 2006-07-02 [colin]      2.3.1cvs51
11202
11203         * src/folderview.c
11204                 Open message when crossing folders with Space,
11205                 goto next unread and friends
11206
11207 2006-07-01 [colin]      2.3.1cvs50
11208
11209         * src/prefs_account.c
11210                 Typographic rules varying from language
11211                 to language (in french "Protocole :"),
11212                 we have to do that :)
11213
11214 2006-07-01 [ticho]      2.3.1cvs49
11215
11216         * src/prefs_account.c
11217                 Only use one temporary gchar* variable in
11218                 prefs_account_protocol_set_optmenu().
11219
11220 2006-07-01 [ticho]      2.3.1cvs48
11221
11222         * src/prefs_account.c
11223         * src/prefs_account.h
11224                 Use GtkLabel for existing account protocol name.
11225                 Created an array for protocol names and populate the
11226                 combobox from it in a for() cycle.
11227
11228 2006-06-30 [colin]      2.3.1cvs47
11229
11230         * src/compose.c
11231                 Block undo when changing signature (by changing
11232                 account)
11233
11234 2006-06-30 [paul]       2.3.1cvs46
11235
11236         * src/send_message.c
11237                 when editing From in the Compose window, use that address
11238                 in the Return-Path: header
11239                 Thanks to Colin
11240
11241 2006-06-30 [colin]      2.3.1cvs45
11242
11243         * src/compose.c
11244                 Fix signature replacement:
11245                 - when no newline before separator
11246                 - when reediting
11247
11248 2006-06-29 [colin]      2.3.1cvs44
11249
11250         * src/folderview.c
11251         * src/folderview.h
11252         * src/mainwindow.c
11253         * src/summaryview.c
11254                 Let 'View/Go to/Next marked' work like
11255                 Next new & Next unread: across folders
11256                 Change the select_on_entry pref to do
11257                 what we want when changing folder
11258         * src/common/utils.c
11259                 Fix single-quoted links 
11260
11261 2006-06-29 [colin]      2.3.1cvs43
11262
11263         * src/gtk/gtkaspell.c
11264                 "Sylpheed" and "Sylpheed-Claws" do exist !
11265
11266 2006-06-29 [colin]      2.3.1cvs42
11267
11268         * src/imap.c
11269                 Forgot to remove debug
11270
11271 2006-06-29 [colin]      2.3.1cvs41
11272
11273         * src/imap.c
11274         * src/imap.h
11275         * src/mainwindow.c
11276                 Disconnect from IMAP servers when going
11277                 offline. Fixes bug #978 (going to offline-mode 
11278                 won't close connections)
11279
11280 2006-06-29 [colin]      2.3.1cvs40
11281
11282         * src/main.c
11283                 Fix transient setting on failing plugins
11284                 Patch by Fabien
11285         * src/plugins/pgpcore/sgpgme.c
11286                 Only warn for OpenPGP. Most people don't
11287                 have CMS available.
11288
11289 2006-06-29 [colin]      2.3.1cvs39
11290
11291         * src/compose.c
11292                 Fix Spelling menu (discrepancy between context menu
11293                 and top menu when folder's dictionary isn't the 
11294                 default one)
11295         * src/plugins/pgpcore/sgpgme.c
11296                 More error reporting about why gpgme can fail
11297
11298 2006-06-29 [wwp]        2.3.1cvs38
11299
11300         * src/mainwindow.c
11301                 honor the display-header-pane setting even when the message view
11302                 is a separate window.
11303
11304 2006-06-29 [wwp]        2.3.1cvs37
11305
11306         * src/prefs_actions.c
11307                 forgot to commit that one (use of GTK_STOCK_INFO).
11308
11309 2006-06-29 [colin]      2.3.1cvs36
11310
11311         * src/imap.c
11312                 Better handling of login errors (ask the password
11313                 again once), alert in case of error. Fix three
11314                 signedness warnings.
11315
11316 2006-06-28 [wwp]        2.3.1cvs35
11317
11318         * src/prefs_template.c
11319         * src/prefs_matcher.c
11320         * src/prefs_filtering_action.c
11321         * src/prefs_quote.c
11322                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11323                 patch by Fabien Vantard, slightly modified.
11324
11325 2006-06-28 [paul]
11326
11327         2.4.0-rc2 released
11328
11329 2006-06-28 [colin]      2.3.1cvs34
11330
11331         * src/prefs_account.c
11332                 Fix bug #977 (Can't add or edit imap accounts)
11333
11334 2006-06-28 [colin]      2.3.1cvs33
11335
11336         * src/mimeview.c
11337                 Fix previous
11338
11339 2006-06-28 [colin]      2.3.1cvs32
11340
11341         * src/mimeview.c
11342                 Save named inlined attachments with "Save all"
11343         * src/main.c
11344         * src/mbox.c
11345         * src/common/plugin.c
11346         * src/common/plugin.h
11347         * src/common/sylpheed.c
11348         * src/common/utils.c
11349         * src/plugins/pgpcore/sylpheed.def
11350         * src/plugins/pgpinline/sylpheed.def
11351         * src/plugins/pgpmime/sylpheed.def
11352                 Win32 compatibility patch, by
11353                 Werner Koch
11354
11355 2006-06-28 [wwp]        2.3.1cvs31
11356
11357         * src/imap.c
11358         * src/prefs_folder_item.c
11359                 less compilation warnings (thanks to Fabien Vantard), less typos.
11360
11361 2006-06-28 [paul]       2.3.1cvs30
11362
11363         * src/gtk/gtkutils.c
11364                 gtk_combo_box_set_focus_on_click() is only
11365                 available since gtk 2.6.0
11366
11367 2006-06-28 [paul]       2.3.1cvs29
11368
11369         * src/prefs_ext_prog.c
11370                 fix engrish and add a tooltip for the
11371                 'command for 'Display as text' option
11372
11373 2006-06-28 [paul]
11374
11375         2.4.0-rc1 released
11376
11377 2006-06-28 [paul]       2.3.1cvs28
11378
11379         * ChangeLog
11380         * tools/Makefile.am
11381                 include textviewer.pl in releases
11382
11383 2006-06-28 [paul]       2.3.1cvs27
11384
11385         * src/prefs_ext_prog.c
11386                 hide Print command option if libgnomeprint
11387                 support is present
11388
11389 2006-06-27 [colin]      2.3.1cvs26
11390
11391         * src/compose.c
11392                 Fix Esc handling in insert/attach dialog
11393                 Don't show this dialog if dragging something
11394                 else than text/uri-list
11395                 Thanks to Fabien Vantard
11396         * tools/textviewer.pl
11397                 Filter script to display stuff as text
11398                 by H. Merijn Brand
11399
11400 2006-06-27 [wwp]        2.3.1cvs25
11401
11402         * src/messageview.c
11403                 use the exact product name (message view title), patch
11404                 by Fabien Vantard.
11405
11406 2006-06-27 [ticho]      2.3.1cvs24
11407
11408         * src/prefs_account.c
11409         * src/prefs_common.c
11410         * src/prefs_common.h
11411         * src/prefs_ext_prog.c
11412         * src/textview.c
11413                 Add a preference (Preferences/External programs)
11414                 to allow "Display as text" to be done via a script
11415                 (patch by H.Merijn Brand).
11416                 Use GtkComboBox for protocol selection in account
11417                 preferences.
11418                 Only include current choice for existing accounts, and
11419                 insensitivize the combobox.
11420
11421 2006-06-27 [paul]       2.3.1cvs23
11422
11423         * src/mbox.c
11424                 fix crasher introduced in cvs21.
11425                 Thanks to Colin
11426
11427 2006-06-26 [colin]      2.3.1cvs22
11428
11429         * src/mbox.c
11430                 Fix double-frees when leaving folders
11431                 after exporting to mbox
11432
11433 2006-06-26 [colin]      2.3.1cvs21
11434
11435         * src/mbox.c
11436                 More feedback (and optimisation)
11437                 on import/export
11438         * src/common/utils.c
11439                 Fix case when looking for mail addresses
11440         * src/gtk/gtkutils.c
11441                 Extra check for (X-)Face
11442
11443 2006-06-25 [ticho]      2.3.1cvs20
11444
11445         * src/compose.c
11446         * src/exphtmldlg.c
11447         * src/gtk/gtkutils.c
11448         * src/gtk/gtkutils.h
11449                 Added second argument to gtkut_sc_combobox_create() to
11450                 control focus-on-click for the widget.
11451                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11452
11453 2006-06-25 [ticho]      2.3.1cvs19
11454
11455         * src/compose.c
11456         * src/gtk/Makefile.am
11457         * src/gtk/combobox.c
11458         * src/gtk/combobox.h
11459         * src/gtk/gtkutils.c
11460         * src/gtk/gtkutils.h
11461                 Use GtkComboBox instead of deprecated GtkOptionMenu
11462                 for account selector in compose window and for encoding
11463                 selector in attachment properties.
11464                 Also factorise working with the new GtkComboBox somewhat.
11465
11466 2006-06-24 [paul]       2.3.1cvs18
11467
11468         * src/prefs_common.c
11469                 use the correct default value
11470
11471 2006-06-24 [paul]       2.3.1cvs17
11472
11473         * src/compose.c
11474         * src/prefs_common.c
11475         * src/prefs_common.h
11476         * src/prefs_compose_writing.c
11477                 enable setting of default action when
11478                 dnd'ing files in the compose window.
11479                 (Collaborative effort with wwp)
11480
11481 2006-06-23 [wwp]        2.3.1cvs16
11482
11483         * src/compose.c
11484                 i18n fix (thanks to Fabien Vantard)
11485
11486 2006-06-22 [colin]      2.3.1cvs15
11487
11488         * src/prefs_customheader.c
11489                 Don't use filters in custom headers' file 
11490                 selector. Remember, extensions mean nothing :)
11491
11492 2006-06-22 [paul]       2.3.1cvs14
11493
11494         * configure.ac
11495                 allow setting of man directory location
11496
11497 2006-06-22 [colin]      2.3.1cvs13
11498
11499         * src/mainwindow.c
11500                 Add 'View/Go to/Next unread folder'.
11501                 I missed that :)
11502
11503 2006-06-22 [colin]      2.3.1cvs12
11504
11505         * src/common/utils.c
11506                 Add some subject prefixes
11507                 Patch by Bjorn T Johansen <btj@havleik.no>
11508
11509 2006-06-22 [colin]      2.3.1cvs11
11510
11511         * manual/advanced.xml
11512                 Forgotten hidden pref
11513
11514 2006-06-21 [paul]       2.3.1cvs10
11515
11516         * src/prefs_account.c
11517                 complete the removal of 'Add date header' option
11518
11519 2006-06-21 [paul]       2.3.1cvs9
11520
11521         * src/account.c
11522         * src/compose.c
11523         * src/prefs_account.c
11524         * src/prefs_account.h
11525                 remove option to add date header - always
11526                 add date header
11527         * src/etpan/imap-thread.c
11528                 fix warnings (Thanks to Colin)
11529
11530 2006-06-21 [wwp]        2.3.1cvs8
11531
11532         * src/folder.c
11533                 set the attachment flag when inline text part are (file)named. This is more convenient
11534                 when receiving (for instance) inline source files or patches sent using thunderbird.
11535
11536 2006-06-21 [paul]       2.3.1cvs7
11537
11538         * src/inc.c
11539                 fix off-by-one count of current msg in
11540                 statusbar filtering progressbar
11541
11542 2006-06-21 [paul]       2.3.1cvs6
11543
11544         * src/folder.c
11545                 Show attachment icon even if the part is 'inline'
11546                 if the following conditions are met:
11547                 - content-type != 'text/plain'
11548                 - content-type != '*/pgp-signature'
11549                 - either 'name' or 'filename' parameter is not NULL
11550                 
11551                 Thanks to Colin
11552
11553 2006-06-21 [paul]       2.3.1cvs5
11554
11555         * src/messageview.c
11556         * src/prefs_common.c
11557         * src/prefs_common.h
11558         * src/prefs_other.c
11559                 add an option to 'Never send Return
11560                 Receipts'
11561                 Thanks to Colin
11562
11563 2006-06-20 [mones]      2.3.1cvs4
11564
11565         * po/es.po
11566                 updated
11567         * src/compose.c
11568                 typo fixed (space after comma)
11569         * tools/make.themes.project
11570                 remove exec mode from tarball files
11571
11572 2006-06-20 [colin]      2.3.1cvs3
11573
11574         * src/news.c
11575         * src/procheader.c
11576         * src/unmime.c
11577                 Better fix for \n's in headers (don't 
11578                 break Received: and others)
11579
11580 2006-06-20 [paul]       2.3.1cvs2
11581
11582         * src/alertpanel.c
11583         * src/textview.c
11584                 improve legibility of phishing attempt
11585                 dialog
11586
11587 2006-06-20 [paul]       2.3.1cvs1
11588
11589         * NEWS
11590         * README
11591         * configure.ac
11592                 Update version number following
11593                 stable release
11594
11595 2006-06-20 [colin]      2.3.0cvs26
11596
11597         * src/compose.c
11598                 When dragging a file to the text of the compose
11599                 window, ask whether we want to insert or attach
11600                 (I know lots of people who do that to attach)
11601
11602 2006-06-20 [colin]      2.3.0cvs25
11603
11604         * src/etpan/imap-thread.c
11605                 Fix threshold (the append command is often > 32 bytes)
11606
11607 2006-06-19 [colin]      2.3.0cvs24
11608
11609         * src/imap.c
11610         * src/etpan/imap-thread.c
11611                 Workaround Rockliffe IMAP server bug: replace
11612                 "x UID SEARCH (ANSWERED UID 1:*)" with
11613                 "x UID SEARCH ANSWERED"
11614                 (Rockliffe doesn't handle the parenthesis)
11615
11616 2006-06-19 [colin]      2.3.0cvs23
11617
11618         * src/compose.c
11619         * src/imap.c
11620         * src/etpan/imap-thread.c
11621                 Probably fix bug #972 (Freezes when adding 
11622                 an attachment to the message)
11623         * src/common/defs.h
11624                 Modernize Firefox cmd
11625
11626
11627 2006-06-18 [colin]      2.3.0cvs22
11628
11629         * src/prefs_customheader.c
11630                 Only allow correct filenames for various
11631                 custom headers
11632
11633 2006-06-18 [colin]      2.3.0cvs21
11634
11635         * src/prefs_customheader.c
11636                 Add a 'From File...' button in custom headers prefs, which
11637                 try to do the right thing: 
11638                 for normal headers, use file as plaintext,
11639                 for X-Face, calls compface,
11640                 for Face, encode to b64.
11641
11642 2006-06-17 [colin]      2.3.0cvs20
11643
11644         * src/mh.c
11645                 Warning fix
11646
11647 2006-06-16 [colin]      2.3.0cvs19
11648
11649         * src/summaryview.c
11650                 Recursive quicksearch: show message list
11651                 in current folder, *then* search children
11652                 in the background.
11653
11654 2006-06-16 [colin]      2.3.0cvs18
11655
11656         * src/main.c
11657                 Instead of ignoring SIGPIPE, save caches
11658                 when getting one. Will fix the fact that
11659                 hot caches are out-of-date when logging 
11660                 out of Xorg.
11661         * src/compose.c
11662         * src/prefs_compose_writing.c
11663                 Only save text (not attachments) when 
11664                 auto-saving to drafts
11665         * src/unmime.c
11666                 Always replace \n, \r and \t with spaces
11667                 in headers
11668         * manual/dist/html/Makefile.am
11669         * manual/dist/pdf/Makefile.am
11670         * manual/dist/ps/Makefile.am
11671         * manual/dist/txt/Makefile.am
11672         * manual/fr/dist/html/Makefile.am
11673         * manual/fr/dist/pdf/Makefile.am
11674         * manual/fr/dist/ps/Makefile.am
11675         * manual/fr/dist/txt/Makefile.am
11676         * manual/pl/dist/html/Makefile.am
11677         * manual/pl/dist/pdf/Makefile.am
11678         * manual/pl/dist/ps/Makefile.am
11679         * manual/pl/dist/txt/Makefile.am
11680                 Fix make clean removing pregenerated manuals
11681
11682
11683 2006-06-16 [colin]      2.3.0cvs17
11684
11685         * src/plugins/pgpcore/sgpgme.c
11686         * src/plugins/pgpmime/pgpmime.c
11687         * src/plugins/pgpinline/pgpinline.c
11688                 Better error reporting in setup_signers.
11689                 Don't fallback to default key if specified
11690                 key isn't found.
11691                 Don't allow signing if more than one secret
11692                 key matches the one specified in prefs.
11693
11694 2006-06-15 [colin]      2.3.0cvs16
11695
11696         * src/folderview.c
11697                 Add "Send queue" in the folder's contextual
11698                 menu
11699         * src/compose.c
11700         * src/messageview.c
11701         * src/privacy.c
11702         * src/privacy.h
11703         * src/procmime.c
11704         * src/procmsg.c
11705         * src/plugins/pgpcore/passphrase.c
11706         * src/plugins/pgpcore/sgpgme.c
11707         * src/plugins/pgpinline/pgpinline.c
11708         * src/plugins/pgpmime/pgpmime.c
11709                 Better error reporting
11710         * src/mbox.c
11711                 Probably fix bug #971 (2.2.3 cannot read mail 
11712                 from local mbox)
11713
11714
11715 2006-06-15 [mones]      2.3.0cvs15
11716
11717         * tools/make.themes.project
11718                 creates the themes project from the web page
11719
11720 2006-06-15 [colin]      2.3.0cvs14
11721
11722         * src/folder.c
11723                 Better fix (avoid losing the folder if scan_tree 
11724                 fails)
11725
11726 2006-06-15 [cleroy]     2.3.0cvs13
11727
11728         * src/folder.c
11729                 Probably fix Bug #969 (crash on rebuilding 
11730                 imap folder)
11731
11732 2006-06-14 [colin]      2.3.0cvs12
11733
11734         * manual/dtd/manual.xsl
11735         * manual/sylpheed-claws-manual.xml
11736         * manual/fr/sylpheed-claws-manual.xml
11737         * manual/pl/sylpheed-claws-manual.xml
11738                 Insert pagebreaks between sections
11739
11740 2006-06-14 [paul]       2.3.0cvs11
11741
11742         * configure.ac
11743                 better fix than 2.3.0cvs10
11744
11745 2006-06-14 [paul]       2.3.0cvs10
11746
11747         * configure.ac
11748                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11749                 (backwards compatible)
11750
11751 2006-06-13 [colin]      2.3.0cvs9
11752
11753         * src/messageview.c
11754                 Fix sending of return receipt with the new queue folders
11755
11756 2006-06-13 [wwp]        2.3.0cvs8
11757
11758         * src/quote_fmt_lex.l
11759                 fix wrong tokens returned in quote_fmt lexer, query not().
11760
11761 2006-06-13 [wwp]        2.3.0cvs7
11762
11763         * src/folder.c
11764         * src/prefs_folder_item.c
11765                 allow changing folder type even when folder is not a top-level one,
11766                 thanks to Colin.
11767
11768 2006-06-12 [colin]      2.3.0cvs6
11769
11770         * src/folderview.c
11771                 Fix double-ask of "Do you want to mark all
11772                 as read"
11773
11774 2006-06-12 [colin]      2.3.0cvs5
11775
11776         * src/compose.c
11777         * src/compose.h
11778         * src/folder.c
11779         * src/folder.h
11780         * src/imap.c
11781         * src/inc.c
11782         * src/main.c
11783         * src/messageview.c
11784         * src/mh.c
11785         * src/prefs_folder_item.c
11786         * src/procheader.c
11787         * src/procmime.c
11788         * src/procmsg.c
11789         * src/procmsg.h
11790         * src/send_message.c
11791         * src/summaryview.c
11792         * src/toolbar.c
11793                 Apply bug #964's patch (Queue and drafts aren't normal)
11794                 The Drafts and Queue folder now contain RFC-822 files,
11795                 allowing to move and copy mails from and to these 
11796                 folders. Moving from Drafts to Queue will prepare the
11797                 mail for sending (PGP signature, encryption, etc).
11798                 This patch also rework sending errors handling to try
11799                 to be more helpful.
11800                 Also, allow redefining folder types via the GUI 
11801                 (Folder type in its Properties)
11802
11803 2006-06-12 [colin]      2.3.0cvs4
11804
11805         * src/summaryview.c
11806         * src/prefs_common.c
11807         * src/prefs_common.h
11808         * src/gedit-print.c
11809                 Allow to define a specific print font - patch
11810                 by Bernhard Walle <bernhard.walle@gmx.de>
11811         * src/prefs_fonts.c
11812         * manual/advanced.xml
11813         * manual/fr/advanced.xml
11814                 Add a hidden pref to allow deletion without
11815                 confirmation
11816
11817 2006-06-12 [wwp]        2.3.0cvs3
11818
11819         * .cvsignore
11820                 more files to ignore.
11821
11822 2006-06-12 [wwp]        2.3.0cvs2
11823
11824         * src/quote_fmt.c
11825         * src/quote_fmt_lex.l
11826         * src/quote_fmt_parse.y
11827                 extend the quote_fmt parser (templates and quotes):
11828                 - allow limited sub-expressions in |p{} and |f{} expressions,
11829                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11830                 - implemented/fixed missing implementation of query_references and show_references,
11831                 - completed, fixed contents and format of the symbols help dialog,
11832                 - fix some compilation warnings.
11833
11834 2006-06-12 [wwp]        2.3.0cvs1
11835
11836         * manual/advanced.xml
11837         * manual/fr/advanced.xml
11838                 updates in the "templates" section of the manual (eng/fr):
11839                  - be more precise (both versions)
11840                  - completed to match the english reference (fr version)
11841                  - touchups (both versions)
11842
11843 2006-06-12 [paul]       2.3.0
11844
11845         2.3.0 released
11846
11847 2006-06-12 [paul]       2.2.3cvs14
11848
11849         * po/ca.po
11850         * po/cs.po
11851         * po/de.po
11852         * po/el.po
11853         * po/fr.po
11854         * po/it.po
11855         * po/pt_BR.po
11856         * po/sr.po
11857         * po/zh_CN.po
11858                 updated by Miquel Oliete, Tim, Stephan Sachse,
11859                 Stavros Giannouris, Fabien Vantard, Andrea
11860                 Spadaccini, Frederico Goncalves Guimaraes,
11861                 Aleksandar Urosevic, and Ralgh Young
11862
11863 2006-06-12 [colin]      2.2.3cvs13
11864
11865         * src/mbox.c
11866                 Add missing header
11867
11868 2006-06-11 [colin]      2.2.3cvs12
11869
11870         * src/msgcache.c
11871                 Verify that g_malloc() succeeded
11872
11873 2006-06-11 [colin]      2.2.3cvs11
11874
11875         * src/wizard.c
11876                 Add Face header to welcome mail
11877
11878 2006-06-10 [colin]      2.2.3cvs10
11879
11880         * src/textview.c
11881                 Revert previous (Forgot it changes the
11882                 margin on the whole mail)
11883
11884 2006-06-10 [colin]      2.2.3cvs9
11885
11886         * src/textview.c
11887                 Don't overlap long headers under (X-)Face
11888
11889 2006-06-10 [mones]      2.2.3cvs8
11890
11891         * manual/xml2pdf
11892                 allow generation of manual on systems lacking saxon binary
11893                 but with java and the saxon library installed
11894
11895         * po/es.po
11896                 updated for release
11897
11898 2006-06-09 [colin]      2.2.3cvs7
11899
11900         * src/summaryview.c
11901                 Fix leak when using Display Sender using Addressbook
11902
11903 2006-06-09 [colin]      2.2.3cvs6
11904
11905         * src/compose.c
11906         * src/folder.c
11907         * src/folderview.c
11908         * src/mimeview.c
11909         * src/summaryview.c
11910                 More leaks fixes
11911
11912 2006-06-09 [paul]       2.2.3cvs5
11913
11914         * AUTHORS
11915         * src/gtk/authors.h
11916         * tools/claws.i18n.status.pl
11917                 updated with new info
11918
11919 2006-06-09 [paul]       2.2.3cvs4
11920
11921         * README
11922                 updated
11923         * manual/ack.xml
11924                 add wwp to authors list
11925         * src/gtk/authors.h
11926                 update mine and Colin's addresses
11927
11928 2006-06-08 [colin]      2.2.3cvs3
11929
11930         * src/etpan/imap-thread.c
11931                 Fix leak on SSL cert check
11932
11933 2006-06-08 [colin]      2.2.3cvs2
11934
11935         * src/common/utils.c
11936                 Fix leak
11937
11938 2006-06-08 [paul]       2.2.3cvs1
11939
11940         * configure.ac
11941                 Update version number following
11942                 stable release
11943
11944 2006-06-07 [colin]      2.2.2cvs3
11945
11946         * src/msgcache.c
11947                 Fix catching cache read errors (guint instead of gint)
11948                 Prevent malloc'ing more than 8MB (means cache corruption)
11949
11950 2006-06-07 [paul]       2.2.2cvs2
11951
11952         * src/exporthtml.c
11953         * src/exportldif.c
11954         * src/mh.c
11955         * src/mutt.c
11956         * src/pine.c
11957         * src/common/utils.c
11958                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11959                 obey $HOME'
11960                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11961                 Thanks to Colin
11962
11963 2006-06-06 [paul]       2.2.2cvs1
11964
11965         * configure.ac
11966                 Update version number following
11967                 stable release
11968
11969 2006-06-06 [paul]       2.2.1cvs6
11970
11971         * src/matcher.c
11972                 fix  implicit declaration of
11973                 sylpheed_do_idle()
11974                 Patch by Fabien Vantard
11975
11976 2006-06-06 [paul]       2.2.1cvs5
11977
11978         * src/matcher.c
11979                 fix age_greater and age_lower so that they
11980                 mean what say and not '...or equal to'
11981                 Thanks to Colin
11982
11983 2006-06-06 [paul]       2.2.1cvs4
11984
11985         * src/textview.c
11986         * src/common/utils.c
11987                 fix URI check
11988                 Thanks to Colin
11989
11990 2006-06-05 [wwp]        2.2.1cvs3
11991
11992         * manual/fr/account.xml
11993                 minor language fixes (thanks to Fabien Vantard).
11994
11995 2006-06-05 [colin]      2.2.1cvs2
11996
11997         * src/prefs_folder_item.c
11998         * src/folderview.c
11999                 Allow recursive setting of properties 
12000                 for whole mailboxes
12001         * src/matcher.c
12002                 Don't freeze on 'test' filtering rule
12003
12004 2006-06-05 [colin]      2.2.1cvs1
12005
12006         * configure.ac
12007                 Update version number following
12008                 stable release
12009
12010 2006-06-04 [wwp]        2.2.0cvs82
12011
12012         * manual/glossary.xml
12013         * manual/account.xml
12014         * manual/fr/glossary.xml
12015         * manual/fr/account.xml
12016                 added glossary section and references/links related to the Face custom header.
12017
12018 2006-06-04 [colin]      2.2.0cvs81
12019
12020         * src/summaryview.c
12021                 Skip to next message on move with no
12022                 immediate execution
12023
12024 2006-06-04 [wwp]        2.2.0cvs80
12025
12026         * manual/xml2pdf
12027                 added sanity checks, exit when needed.
12028
12029 2006-06-03 [paul]       2.2.0cvs79
12030
12031         * src/prefs_receive.c
12032                 page name is now 'Receiving'
12033         * src/prefs_send.c
12034                 page name is now 'Sending'
12035
12036 2006-06-03 [colin]      2.2.0cvs78
12037
12038         * src/plugins/spamassassin/spamassassin_gtk.c
12039                 Autoswitch to Localhost if transport was previously
12040                 disabled. Else people had to check [] Enable, then
12041                 *reselect* transport.
12042
12043 2006-06-03 [colin]      2.2.0cvs77
12044
12045         * src/plugins/pgpinline/pgpinline.c
12046         * src/plugins/pgpmime/pgpmime.c
12047                 Check that gpg_data_release_and_get_mem 
12048                 didn't fail (now, why this happens...)
12049
12050 2006-06-03 [colin]      2.2.0cvs76
12051
12052         * src/mbox.c
12053                 Fix bug #962 (Manual and/or UI should 
12054                 warn about incompatible locking 
12055                 causing dataloss)
12056
12057 2006-06-02 [cleroy]     2.2.0cvs75
12058
12059         * src/filtering.c
12060         * src/folder.c
12061         * src/procmsg.c
12062         * src/summaryview.c
12063                 Fix a few leaks
12064
12065 2006-06-02 [colin]      2.2.0cvs74
12066
12067         * src/main.c
12068                 On exit, free caches after writing them
12069                 Shuts up some valgrind false positives
12070         * src/procmsg.c
12071         * src/send_message.c
12072                 Fix races when reusing existing SMTP connections
12073                 Fix inexistant session timeout
12074         * src/toolbar.c
12075                 Display alertpanel after all queues have
12076                 been processed, not after each
12077
12078 2006-06-02 [wwp]        2.2.0cvs73
12079
12080         * manual/fr/glossary.xml
12081         * manual/fr/ack.xml
12082         * manual/ack.xml
12083                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12084
12085 2006-06-02 [wwp]        2.2.0cvs72
12086
12087         * manual/xml2pdf
12088         * manual/dist/pdf/Makefile.am
12089         * manual/dtd/manual.xsl
12090         * manual/fr/dist/pdf/Makefile.am
12091         * manual/pl/dist/pdf/Makefile.am
12092                 we changed the procedure to generate the .pdf version of the manual.
12093                 The procedure is more modern and the .pdf we get now has a valid index.
12094                 Here are the new pre-requisites:
12095
12096                 - JRE 1.x (1.4 here): there must be one from your distro
12097                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12098                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12099                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12100
12101                 See my posts for further info about the installation of this toolchain:
12102
12103                 Date: Fri, 19 May 2006 19:40:06 +0200
12104                 From: wwp <subscript@free.fr>
12105                 To: sylpheed-claws-devel@lists.sourceforge.net
12106                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12107
12108                 and
12109
12110                 Date: Wed, 24 May 2006 12:58:49 +0200
12111                 From: wwp <subscript@free.fr>
12112                 To: sylpheed-claws-devel@lists.sourceforge.net
12113                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12114
12115 2006-06-01 [colin]      2.2.0cvs71
12116
12117         * src/compose.c
12118                 Better guards against IMAP races
12119         * src/main.c
12120         * src/prefs_common.c
12121         * src/prefs_common.h
12122         * src/common/ssl_certificate.c
12123         * src/etpan/imap-thread.c
12124         * src/etpan/imap-thread.h
12125         * src/gtk/sslcertwindow.c
12126                 New hidden option ssl_skip_cert_check to 
12127                 avoid dups of bug #959 (libetpan linked
12128                 against gnutls and gnutls buggy on 64bit)
12129                 Present expired warning only once per
12130                 session/server.
12131         * manual/advanced.xml
12132         * manual/fr/advanced.xml
12133                 Document new option
12134
12135 2006-06-01 [wwp]        2.2.0cvs70
12136
12137         * src/messageview.c
12138                 fix for bug #961 (return receipt dialog 
12139                 complains incorrectly about return-path 
12140                 email adress being different), thanks 
12141                 to Colin.
12142
12143 2006-05-31 [cleroy]     2.2.0cvs69
12144
12145         * src/common/ssl.c
12146                 Guard against NULLs, although this
12147                 should never be an issue
12148
12149 2006-05-31 [colin]      2.2.0cvs68
12150
12151         * src/filtering.c
12152                 Use g_slist_prepend
12153         * src/imap.c
12154                 Don't remove caches when destroying folder, it
12155                 could (should) be done at exit
12156         * src/inc.c
12157                 free processing cache after incorporation
12158         * src/etpan/imap-thread.c
12159                 Maybe fix bug #959 (Crash on moving to emails 
12160                 to a imap account per ssl with a expired 
12161                 certificate.)
12162
12163 2006-05-30 [colin]      2.2.0cvs67
12164
12165         * src/summaryview.c
12166                 Put back event flush when displaying message
12167                 It avoids reading a bunch of messages just
12168                 by hitting shift-n for too long ;)
12169
12170 2006-05-29 [colin]      2.2.0cvs66
12171
12172         * src/summaryview.c
12173                 Remove useless g_warnings
12174
12175 2006-05-29 [colin]      2.2.0cvs65
12176
12177         * src/imap.c
12178                 Fix g_slist_append()s for performance
12179
12180 2006-05-29 [colin]      2.2.0cvs64
12181
12182         * src/compose.c
12183         * src/common/utils.c
12184                 Fix extraneous tab at start of addresses
12185         * src/mainwindow.c
12186                 Fix warnings (thanks to Fabien)
12187                 Fix crash at exit when composing messages 
12188                 exist
12189         * src/pop.c
12190                 Fix progress bar when deleting expired mails
12191                 Thanks to Hiro
12192         * src/summaryview.c
12193         * src/gtk/gtksctree.c
12194                 Fix re-sorting slowness
12195
12196 2006-05-29 [paul]       2.2.0cvs63
12197
12198         * src/mh.c
12199                 fetch full message when moving mails
12200                 from another mailbox, (fixed data loss
12201                 when filtering from IMAP to MH, introduced
12202                 in 2.2.0cvs57).
12203                 Thanks to Colin
12204
12205 2006-05-29 [mones]      2.2.0cvs62
12206
12207         * src/gtk/gtksctree.c
12208                 Unselect faster (patch by Colin)        
12209
12210 2006-05-26 [colin]      2.2.0cvs61
12211
12212         * src/summaryview.c
12213                 Unplug MSGINFO_UPDATE callback on delete too.
12214
12215 2006-05-26 [colin]      2.2.0cvs60
12216
12217         * src/foldersel.c
12218                 Fix bold in folder selection window with glib2.10
12219                 thanks Hiro
12220
12221 2006-05-26 [colin]      2.2.0cvs59
12222
12223         * src/procheader.c
12224                 Convert date only if necessary (and don't
12225                 try to convert from utf8 to utf8, too)
12226         * src/summaryview.c
12227                 Only set column's text if the column's 
12228                 displayed
12229
12230 2006-05-26 [colin]      2.2.0cvs58
12231
12232         * src/summaryview.c
12233         * src/gtk/gtkutils.c
12234                 Fix useless warning
12235
12236 2006-05-26 [colin]      2.2.0cvs57
12237
12238         * src/mainwindow.c
12239                 Make summaryview selectable as long as 
12240                 no message has focus
12241         * src/mh.c
12242                 Faster deletion (by implementing mh_remove_msgs)
12243                 Faster copy (avoid using mh_fetch_msg just to get
12244                 the filename)
12245                 Faster move (using move_file instead of copy_file
12246                 if MSG_IS_MOVE)
12247                 No progressbar if total number of mails to cp/mv 
12248                 is less than 100
12249         * src/summaryview.c
12250                 Fix removal from subject_table when mail gets moved
12251                 Faster deletion (g_slist_prepend instead of append)
12252         * src/gtk/gtksctree.c
12253                 Remove useless code
12254
12255 2006-05-25 [colin]      2.2.0cvs56
12256
12257         * src/common/ssl_certificate.c
12258                 Fix leak in expired cert check
12259
12260 2006-05-25 [colin]      2.2.0cvs55
12261
12262         * src/mh.c
12263                 Disable flags syncing on .mh_sequences - it
12264                 is buggy and marks mails read under unknown
12265                 conditions.
12266
12267 2006-05-25 [paul]
12268
12269         * 2.3.0-rc4 released
12270
12271 2006-05-24 [colin]      2.2.0cvs54
12272
12273         attention cvs users: if you manage to crash
12274         Sylpheed-Claws while moving, copying or deleting
12275         mails, we *are* interested in stack traces and
12276         valgrind logs. It looks stable, but one never
12277         knows...
12278
12279         * src/folder.c
12280                 Add progressbar for cache updates
12281         * src/folderutils.c
12282                 Optimize Mark all read in the current
12283                 folder
12284         * src/mh.c
12285                 Add progressbar for copy/move
12286         * src/procmsg.c
12287                 Optimize O(n^2) in copy/move
12288         * src/summaryview.c
12289         * src/gtk/gtksctree.c
12290                 Optimize O(n^2) algos
12291         * src/common/timing.h
12292                 Display ms instead of us
12293
12294 2006-05-24 [wwp]        2.2.0cvs53
12295
12296         * manual/fr/advanced.xml
12297                 updates to the French manual.
12298
12299 2006-05-24 [wwp]        2.2.0cvs52
12300
12301         * src/common/utils.c
12302                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12303
12304 2006-05-24 [wwp]        2.2.0cvs51
12305
12306         * src/folderutils.c
12307                 fixed "mark all read" in MH folders (thanks to Colin).
12308
12309 2006-05-24 [paul]       2.2.0cvs50
12310
12311         * doc/man/sylpheed-claws.1
12312                 updated the man page
12313
12314 2006-05-23 [colin]      2.2.0cvs49
12315
12316         * src/folderview.c
12317         * src/imap.c
12318         * src/inc.c
12319         * src/mbox.c
12320         * src/messageview.c
12321         * src/news.c
12322         * src/send_message.c
12323         * src/summaryview.c
12324         * src/gtk/sslcertwindow.c
12325                 alertpanel fixes, by Fabien
12326
12327 2006-05-23 [colin]      2.2.0cvs48
12328
12329         * src/folder.c
12330         * src/folderview.c
12331         * src/msgcache.c
12332         * src/summaryview.c
12333         * src/gtk/gtksctree.c
12334         * src/gtk/gtksctree.h
12335                 More timings
12336                 Fix slow loading problem, which was caused by the
12337                 use of some gtk_ctree funcs and their use of
12338                 g_list_position while gtk_ctree_(un)link'ing.
12339                 Reap more functions from gtkctree.c to be sure we
12340                 use our (fast) version instead of theirs.
12341         * src/mh.c
12342                 Fix copy of unread mails
12343
12344
12345 2006-05-22 [wwp]        2.2.0cvs47
12346
12347         * manual/fr/advanced.xml
12348                 updated.
12349
12350 2006-05-22 [colin]      2.2.0cvs46
12351
12352         * src/filtering.c
12353                 Fix possible infinite loop. 'copy' is not a 
12354                 final action, so when encountering a 'copy',
12355                 we have to check if a previous one was set
12356                 and do it. In the same way, if we encounter
12357                 a 'move' we have to perform a possibly 
12358                 pending 'copy'. This will slow down filtering
12359                 on IMAP if move+copy or multiple copy actions
12360                 are to be done, but handling it via the batch
12361                 would be really too convoluted.
12362
12363 2006-05-22 [wwp]        2.2.0cvs45
12364
12365         * manual/fr/advanced.xml
12366         * manual/fr/faq.xml
12367         * manual/fr/glossary.xml
12368         * manual/fr/handling.xml
12369         * manual/fr/intro.xml
12370         * manual/fr/plugins.xml
12371         * manual/fr/sylpheed-claws-manual.xml
12372                 sync w/ the english manual: updates URIs, documented mailing-list
12373                 support, better explanation about the enabled/disabled feature
12374                 in filtering/processing rules by Paul.
12375
12376 2006-05-21 [colin]      2.2.0cvs44
12377
12378         * src/summaryview.c
12379                 Don't expand after building threads, but during
12380
12381 2006-05-21 [colin]      2.2.0cvs43
12382
12383         * src/procmsg.c
12384         * src/summaryview.c
12385                 More timing possibilities... For next time I have 
12386                 to find out how the hell some 3GHz computer takes
12387                 one minute to open a 30k folder...
12388
12389 2006-05-21 [colin]      2.2.0cvs42
12390
12391         * manual/pl/advanced.xml
12392         * manual/pl/faq.xml
12393         * manual/pl/glossary.xml
12394         * manual/pl/handling.xml
12395         * manual/pl/intro.xml
12396         * manual/pl/plugins.xml
12397         * manual/pl/sylpheed-claws-manual.xml
12398                 Polish manual updated by Pawel
12399
12400 2006-05-20 [colin]
12401
12402         * 2.3.0-rc3 released
12403
12404 2006-05-20 [colin]      2.2.0cvs41
12405
12406         * src/imap.c
12407                 Fix -rc2 problems:
12408                 - remove cache of moved messages from original folder
12409                 - apply new flags to messages even if they aren't appliable
12410                   via IMAP.
12411
12412 2006-05-20 [colin]
12413
12414         * 2.3.0-rc2 released
12415
12416 2006-05-19 [colin]      2.2.0cvs40
12417
12418         * src/imap.c
12419                 Don't issue SELECT in imap_change_flags
12420                 before having checked that we indeed have
12421                 some flags to change. MSG_POSTFILTERED for
12422                 example can't be used on IMAP.
12423                 Fixes bug #955 (copying messages between 
12424                 imap folders is extremely slow), which was
12425                 a regression.
12426
12427 2006-05-19 [colin]      2.2.0cvs39
12428
12429         * src/folder.c
12430         * src/folder.h
12431         * src/folderview.c
12432                 Try to fix bug #830 (Some unread messages 
12433                 get marked read in IMAP inbox):
12434                 - Prevent scanning a folder if it's being 
12435                   opened via the GUI
12436                 - Postpone opening via the GUI of a folder
12437                   currently scanned.
12438
12439
12440 2006-05-19 [wwp]        2.2.0cvs38
12441
12442         * manual/advanced.xml
12443                 fix English+typo (thanks to Paul).
12444
12445 2006-05-19 [wwp]        2.2.0cvs37
12446
12447         * manual/advanced.xml
12448         * manual/fr/advanced.xml
12449         * src/gtk/logwindow.c
12450         * src/prefs_common.c
12451         * src/prefs_common.h
12452                 added hidden prefs to allow customization of colors used in
12453                 protocol log window (useful for dark gtk+ themes).
12454
12455 2006-05-19 [wwp]        2.2.0cvs36
12456
12457         * ChangeLog
12458                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12459
12460 2006-05-19 [paul]       2.2.0cvs35
12461
12462         * src/textview.c
12463                 make Reply-To fully clickable
12464         * src/gtk/logwindow.c
12465                 more colouring (SMTP ESMTP)
12466         Both patches by Pawel Pekala
12467
12468 2006-05-19 [cleroy]     2.2.0cvs34
12469
12470         * src/mh.c
12471                 Don't update flags from current folder
12472                 Probably fixes bug #935 (Read Messages 
12473                 Revert to Being Marked as Unread)
12474
12475 2006-05-18 [colin]      2.2.0cvs33
12476
12477         * src/imap.c
12478                 Warning fix
12479         * src/compose.c
12480         * src/mainwindow.c
12481         * src/summaryview.c
12482         * src/toolbar.c
12483                 Allow replying to multiple emails
12484                 in multiple windows
12485         * src/mimeview.c
12486         * src/etpan/imap-thread.c
12487                 Leak fixes
12488
12489 2006-05-18 [paul]       2.2.0cvs32
12490
12491         * src/summaryview.c
12492                 keep Mailing-List menu refreshed
12493                 Thanks to Colin
12494
12495 2006-05-18 [paul]       2.2.0cvs31
12496
12497         * manual/advanced.xml
12498         * manual/faq.xml
12499         * manual/glossary.xml
12500         * manual/handling.xml
12501         * manual/intro.xml
12502         * manual/plugins.xml
12503         * manual/sylpheed-claws-manual.xml
12504                 update URLs
12505                 add info about mailing-list support
12506                 edit filtering info
12507         * src/wizard.c
12508         * src/common/defs.h
12509         * src/gtk/about.c
12510         * src/plugins/dillo_viewer/README
12511                 update URLs
12512
12513 2006-05-17 [wwp]        2.2.0cvs30
12514
12515         * manual/handling.xml
12516         * manual/fr/handling.xml
12517                 documented the ability to enabled/disable filtering/processing rules.
12518
12519 2006-05-17 [colin]      2.2.0cvs29
12520
12521         * src/main.c
12522                 Don't initialize g_thread subsystem if it's 
12523                 already done (thanks to Hiro)
12524         * src/mimeview.c
12525                 Fix saving of parts when there name can't be
12526                 converted from UTF-8.
12527
12528 2006-05-17 [paul]       2.2.0cvs28
12529
12530         * po/Makefile.in.in
12531                 fix config.status warning with autoconf 2.60
12532
12533 2006-05-17 [paul]       2.2.0cvs27
12534
12535         * po/POTFILES.in
12536                 add src/mbox.c
12537
12538 2006-05-17 [wwp]        2.2.0cvs26
12539
12540         * src/mainwindow.c
12541                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12542
12543 2006-05-17 [wwp]        2.2.0cvs25
12544
12545         * src/plugins/demo/demo.c
12546                 updated product name in plugin demo (many plugins need to be
12547                 sync'ed w/ that change).
12548
12549 2006-05-17 [colin]      2.2.0cvs24
12550
12551         * src/mh.c
12552                 Fix leak
12553
12554 2006-05-16 [colin]      2.2.0cvs23
12555
12556         * src/mainwindow.c
12557                 Stupid me hit again. Fix cvs22.
12558
12559 2006-05-16 [colin]      2.2.0cvs22
12560
12561         * src/mainwindow.c
12562                 Fix bug #922 (sylpheed-claws crashed after 
12563                 pushing on Inbox folder)
12564
12565 2006-05-16 [colin]      2.2.0cvs21
12566
12567         * src/compose.c
12568                 Make From header be copy/paste/select-able
12569
12570 2006-05-16 [wwp]        2.2.0cvs20
12571
12572         * src/export.c
12573         * src/matcher.c
12574         * src/summaryview.c
12575         * src/etpan/imap-thread.c
12576                 fix some compiler warnings (thanks to Colin).
12577
12578 2006-05-16 [wwp]        2.2.0cvs19
12579
12580         * src/action.c
12581         * src/gedit-print.c
12582         * src/inc.c
12583         * src/mainwindow.c
12584         * src/mh.c
12585         * src/statusbar.c
12586         * src/send_message.c
12587         * src/summaryview.c
12588                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12589
12590 2006-05-15 [colin]      2.2.0cvs18
12591
12592         * src/procmsg.c
12593                 Fix automatic rule creation with List-Post
12594
12595 2006-05-15 [paul]       2.2.0cvs17
12596
12597         * tools/filter_conv_new.pl
12598                 updated for rule enabling/disabling
12599                 claws version >= 2.3.x required
12600
12601 2006-05-15 [cleroy]     2.2.0cvs16
12602
12603         * src/main.c
12604                 Revert test
12605
12606 2006-05-15 [cleroy]     2.2.0cvs15
12607
12608         * src/main.c
12609                 test
12610
12611 2006-05-15 [wwp]        2.2.0cvs14
12612
12613         * manual/pl/.cvsignore
12614                 ignore generated files.
12615
12616 2006-05-14 [wwp]        2.3.0-rc1
12617
12618         * 2.3.0-rc1 released
12619
12620 2006-05-13 [wwp]        2.2.0cvs13
12621
12622         * src/filtering.c
12623         * src/filtering.h
12624         * src/matcher.c
12625         * src/matcher_parser_lex.l
12626         * src/matcher_parser_parse.y
12627         * src/prefs_filtering.c
12628                 new feature: provide the ability to disable filtering and processing
12629                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12630                 adaptations.
12631
12632 2006-05-13 [colin]      2.2.0cvs12
12633
12634         * src/compose.c
12635                 Remove useless if (a) b; else b;
12636                 Thanks to wwp
12637
12638 2006-05-13 [wwp]        2.2.0cvs11
12639
12640         * src/export.c
12641         * src/import.c
12642         * src/mainwindow.c
12643         * src/mbox.c
12644         * src/summaryview.c
12645         * src/summaryview.h
12646                 no more silent failures (or at least less ones) when importing
12647                 or exporting from/to mbox. Also start importing/exporting if
12648                 the necessary info is set.
12649
12650 2006-05-13 [wwp]        2.2.0cvs10
12651
12652         * RELEASE_NOTES
12653                 restored up-to-date release notes.
12654
12655 2006-05-13 [paul]       2.2.0cvs9
12656
12657         * po/nl.po
12658         * po/ru.po
12659                 updated by Tim Dijkstra and Pavlo Bohmat
12660
12661 2006-05-12 [colin]      2.2.0cvs8
12662
12663         * src/gtk/quicksearch.c
12664                 Add "k" as shortcut for "colorlabel". Patch
12665                 by ath42@users.sf.net.
12666
12667 2006-05-12 [paul]       2.2.0cvs7
12668
12669         * src/prefs_common.h
12670         * src/prefs_summaries.c
12671         * src/summaryview.c
12672                 when entering a folder also allow
12673                 going directly to first Marked message
12674
12675 2006-05-12 [paul]       2.2.0cvs6
12676
12677         * src/summaryview.c
12678                 always obey 'confirm before marking all
12679                 mails read' option
12680
12681 2006-05-12 [paul]       2.2.0cvs5
12682
12683         * src/textview.c
12684                 make Sender fully clickable
12685
12686 2006-05-12 [colin]      2.2.0cvs4
12687
12688         * src/compose.c
12689         * src/compose.h
12690                 Let From be editable
12691         * src/main.c
12692         * src/mh.c
12693                 Full support of .mh_sequences' Unseen seq
12694
12695 2006-05-12 [colin]      2.2.0cvs3
12696
12697         * src/folder.c
12698         * src/mainwindow.c
12699         * src/mainwindow.h
12700         * src/messageview.c
12701         * src/prefs_spelling.c
12702         * src/procheader.c
12703         * src/procmsg.c
12704         * src/procmsg.h
12705         * src/summaryview.c
12706         * src/toolbar.c
12707         * src/toolbar.h
12708                 Add contextual menu on Compose toolbar
12709                 button. Fixes bug #944 (Automatic
12710                 addresses not applied when changing account
12711                 from compose window)
12712                 add Mailing List support
12713                 based on the old 0.6.5claws25 patch by
12714                 Melvin Hadasht, with finishing touches
12715                 by Colin
12716                 Fix "ignore thread" when mails are threaded by
12717                 subject (and weren't ignored although appearing
12718                 in the thread).
12719                 GUI rework.
12720                 Both patches by Pawel.
12721
12722 2006-05-08 [paul]       2.2.0cvs2
12723
12724         * src/mainwindow.c
12725         * src/mainwindow.h
12726         * src/messageview.c
12727         * src/procheader.c
12728         * src/procmsg.c
12729         * src/procmsg.h
12730         * src/summaryview.c
12731                 add Mailing List support
12732                 based on the old 0.6.5claws25 patch by 
12733                 Melvin Hadasht, with finishing touches
12734                 by Colin
12735
12736 2006-05-08 [colin]      2.2.0cvs1
12737
12738         * src/mainwindow.c
12739         * src/toolbar.c
12740         * src/toolbar.h
12741                 Add contextual menu on Compose toolbar 
12742                 button. Fixes bug #944 (Automatic 
12743                 addresses not applied when changing account 
12744                 from compose window)
12745
12746 2006-05-08 [paul]       2.2.0
12747
12748         2.2.0 released
12749
12750 2006-05-08 [paul]       2.1.1cvs51
12751
12752         * po/cs.po
12753         * po/de.po
12754         * po/en_GB.po
12755         * po/fi.po
12756         * po/fr.po
12757         * po/pt_BR.po
12758         * po/sr.po
12759         * po/zh_CN.po
12760                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12761                 Fabien Vantard, Frederico Goncalves Guimaraes,
12762                 Aleksandar Urosevic, and Ralgh Young
12763
12764 2006-05-12 [colin]      2.1.1cvs50
12765
12766         * po/cs.po
12767         * po/de.po
12768         * po/en_GB.po
12769         * po/es.po
12770         * po/fi.po
12771         * po/fr.po
12772         * po/pt_BR.po
12773         * po/sr.po
12774         * po/zh_CN.po
12775                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12776                 Fabien Vantard, Frederico Goncalves Guimaraes,
12777                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12778
12779 2006-05-05 [colin]      2.1.1cvs49
12780
12781         * manual/Makefile.am
12782         * manual/pl/Makefile.am
12783         * manual/pl/account.xml
12784         * manual/pl/ack.xml
12785         * manual/pl/addrbook.xml
12786         * manual/pl/advanced.xml
12787         * manual/pl/faq.xml
12788         * manual/pl/glossary.xml
12789         * manual/pl/gpl.xml
12790         * manual/pl/handling.xml
12791         * manual/pl/intro.xml
12792         * manual/pl/keyboard.xml
12793         * manual/pl/plugins.xml
12794         * manual/pl/starting.xml
12795         * manual/pl/sylpheed-claws-manual.xml
12796         * manual/pl/dist/.cvsignore
12797         * manual/pl/dist/Makefile.am
12798         * manual/pl/dist/html/.cvsignore
12799         * manual/pl/dist/html/Makefile.am
12800         * manual/pl/dist/pdf/.cvsignore
12801         * manual/pl/dist/pdf/Makefile.am
12802         * manual/pl/dist/ps/.cvsignore
12803         * manual/pl/dist/ps/Makefile.am
12804         * manual/pl/dist/txt/.cvsignore
12805         * manual/pl/dist/txt/Makefile.am
12806                 Add the polish translation of the manual,
12807                 Authored by Pawel Pekala.
12808
12809 2006-05-05 [cleroy]     2.1.1cvs48
12810
12811         * src/main.c
12812                 Re-read matcherrc after loading plugins 
12813                 if some of them add folders.
12814
12815 2006-05-03 [colin]      2.1.1cvs47
12816
12817         * src/imap.c
12818                 I'm idiot
12819
12820 2006-05-03 [colin]      2.1.1cvs46
12821
12822         * src/imap.c
12823                 Be sure to have a session when
12824                 getting separator
12825
12826 2006-05-03 [colin]      2.1.1cvs45
12827
12828         * src/imap.c
12829         * src/imap.h
12830         * src/imap_gtk.c
12831                 Fix preventing renaming with namespace 
12832                 separator.
12833
12834 2006-05-01 [colin]      2.1.1cvs44
12835
12836         * src/action.c
12837                 Don't reload messageview when result of
12838                 action is piped.
12839
12840 2006-04-29 [colin]      2.1.1cvs43
12841
12842         * src/prefs_receive.c
12843         * src/plugins/spamassassin/spamassassin_gtk.c
12844         * src/plugins/clamav/clamav_plugin_gtk.c
12845                 GUI fixes by Pawel
12846
12847 2006-04-29 [colin]      2.1.1cvs42
12848
12849         * src/prefs_compose_writing.c
12850         * src/prefs_quote.c
12851                 Cleanups. Patch by Pawel
12852
12853 2006-04-28 [paul]       2.1.1cvs41
12854
12855         * src/matcher.c
12856                 fix returned quick search results when search
12857                 term contains an underscore.
12858                 Thanks to Colin
12859
12860 2006-04-28 [paul]       2.1.1cvs40
12861
12862         * src/prefs_message.c
12863         * src/prefs_receive.c
12864                 GUI cleanups
12865                 Patches by Pawel Pekala
12866
12867 2006-04-27 [colin]      2.1.1cvs39
12868
12869         * src/wizard.c
12870                 Differentiate subject Welcome from
12871                 window's title Welcome
12872
12873 2006-04-27 [paul]
12874
12875         2.2.0-rc1 released
12876
12877 2006-04-27 [paul]       2.1.1cvs38
12878
12879         * manual/advanced.xml
12880         * manual/fr/advanced.xml
12881                 add info about compose_no_markup hidden pref
12882
12883 2006-04-27 [paul]       2.1.1cvs37
12884
12885         * src/prefs_account.c
12886                 improve privacy labels
12887         * src/prefs_msg_colors.c
12888                 change some strings for translators' convenience
12889         * src/gtk/gtkutils.c
12890                 don't underline the link button text
12891
12892 2006-04-25 [colin]      2.1.1cvs36
12893
12894         * src/folder.c
12895                 Complete 2.1.1cvs33 (once more ;)
12896
12897 2006-04-25 [colin]      2.1.1cvs35
12898
12899         * src/editldap.c
12900                 Fix tooltip
12901
12902 2006-04-25 [cleroy]     2.1.1cvs34
12903
12904         * src/compose.c
12905         * src/gtk/gtkaspell.c
12906                 Fix crash on redirect (related to the return 
12907                 of the aspell menu in compose's toolbar)
12908         * src/prefs_msg_colors.c
12909                 Fix sensitivity widgets
12910         * src/image_viewer.c
12911         * src/gtk/pluginwindow.c
12912         * src/gtk/prefswindow.c
12913                 Change released signals to clicked (Fabien)
12914         * po/POTFILES.in
12915         * src/common/socket.c
12916         * src/plugins/spamassassin/spamassassin.c
12917                 Translate strings (Fabien)
12918
12919 2006-04-25 [paul]       2.1.1cvs33
12920
12921         * src/folder.c
12922         * src/folder.h
12923         * src/folderview.c
12924                 complete the fix of bug #912
12925                 Thanks to Colin
12926
12927 2006-04-25 [colin]      2.1.1cvs32
12928
12929         * src/news.c
12930                 Better progress bar
12931         * src/mimeview.c
12932         * src/summaryview.c
12933         * src/summaryview.h
12934                 Fix focus chain
12935                 Patches by Pawel Pekala
12936
12937 2006-04-24 [colin]      2.1.1cvs31
12938
12939         * src/compose.c
12940                 Fix compilation warnings (Fabien)
12941
12942 2006-04-24 [colin]      2.1.1cvs30
12943
12944         * src/addrindex.c
12945         * src/editldap.c
12946         * src/editldap_basedn.c
12947         * src/editldap_basedn.h
12948         * src/ldapctrl.c
12949         * src/ldapctrl.h
12950         * src/ldapquery.c
12951         * src/ldaputil.c
12952         * src/ldaputil.h
12953                 Fix bug #901 (LDAPS support)
12954
12955 2006-04-24 [colin]      2.1.1cvs29
12956
12957         * src/compose.c
12958                 Fix logic on error with send dialog on
12959         * src/imap.c
12960                 Fix compilation without libetpan, thanks
12961                 to Fabien
12962         * src/summaryview.c
12963                 Fix 'context-menu' key
12964
12965 2006-04-23 [colin]      2.1.1cvs28
12966
12967         * src/folder.c
12968                 Never free current's cache to free up 
12969                 memory. Fixes bug #912 (new count 
12970                 randomly set to message count)
12971
12972 2006-04-23 [colin]      2.1.1cvs27
12973
12974         * src/gtk/quicksearch.c
12975                 And remove printf...
12976
12977 2006-04-23 [colin]      2.1.1cvs26
12978
12979         * src/gtk/quicksearch.c
12980                 Fix replacing in quicksearch, and fix inserting
12981                 in the middle of the string. (introduced at 2.1.0cvs22)
12982
12983 2006-04-23 [colin]      2.1.1cvs25
12984
12985         * src/imap.c
12986                 Make sure uidnext is initialized in get_num_list
12987                 (not for stable, related to 2.1.1cvs8 and friends)
12988
12989 2006-04-23 [colin]      2.1.1cvs24
12990
12991         * src/imap.c
12992                 Output something when login is successful
12993                 too
12994
12995 2006-04-23 [colin]      2.1.1cvs23
12996
12997         * src/etpan/imap-thread.c
12998                 Better logging (line-per-line, hide data in fetch)
12999                 Fix a const warning
13000         * src/gtk/logwindow.c
13001         * src/gtk/logwindow.h
13002                 Better logging (color for input/output)
13003
13004 2006-04-21 [colin]      2.1.1cvs22
13005
13006         * src/gtk/quicksearch.c
13007                 On gtk+-2.8, use stock buttons in quicksearch
13008                 Based on a patch by Fabien and a design by Paul
13009
13010 2006-04-21 [colin]      2.1.1cvs21
13011
13012         * src/folderview.c
13013         * src/mainwindow.c
13014                 Fix occasional flicker in folderview
13015         * src/common/utils.c
13016                 Fix bug #943 (Incorrectly parsed email address 
13017                 list in short headers on message view and in 
13018                 printouts)
13019
13020 2006-04-20 [colin]      2.1.1cvs20
13021
13022         * src/imap.c
13023         * src/imap.h
13024         * src/prefs_account.c
13025                 Add ANONYMOUS auth for IMAP
13026
13027 2006-04-20 [paul]       2.1.1cvs19
13028
13029         * src/main.c
13030                 proper fix for 2.1.1cvs18
13031                 Thanks to Colin
13032
13033 2006-04-20 [paul]       2.1.1cvs18
13034
13035         * src/main.c
13036                 fix build warnings
13037
13038 2006-04-20 [paul]       2.1.1cvs17
13039
13040         * src/gtk/quicksearch.c
13041                 fix standard, non-extended Quick search,
13042                 was broken in 2.1.1cvs15.
13043                 Thanks to Colin.
13044
13045 2006-04-20 [colin]      2.1.1cvs16
13046
13047         * src/prefs_matcher.c
13048                 Fix values when reselecting a ~test
13049                 rule
13050
13051 2006-04-19 [colin]      2.1.1cvs15
13052
13053         * src/compose.c
13054         * src/compose.h
13055         * src/gtk/gtkaspell.c
13056         * src/gtk/gtkaspell.h
13057                 Put back Options menu in Spelling/
13058         * src/gtk/quicksearch.c
13059                 Don't search, and show error, if the
13060                 advanced search has a syntax error
13061
13062 2006-04-18 [colin]      2.1.1cvs14
13063
13064         * src/textview.c
13065                 Fix gdk warnings on set_cursor when textview
13066                 isn't visible
13067
13068 2006-04-18 [colin]      2.1.1cvs13
13069
13070         * src/gtk/gtksctree.c
13071                 Remove seemingly useless refresh that causes
13072                 flicker - watch this commit in case of 
13073                 problems before planned backport to stable
13074
13075 2006-04-18 [colin]      2.1.1cvs12
13076
13077         * src/imap.c
13078                 Factorize get/set_xml code
13079         * src/compose.c
13080         * src/prefs_account.c
13081         * src/prefs_account.h
13082         * src/procmsg.c
13083                 Add Encrypt to self option
13084
13085 2006-04-17 [colin]      2.1.1cvs11
13086
13087         * configure.ac
13088                 Fix search on encrpyt function on dragonfly
13089                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13090
13091 2006-04-17 [colin]      2.1.1cvs10
13092
13093         * src/prefs_account.c
13094                 Be safe by default: remove mails from POP3
13095                 after 7 days, not immediately
13096
13097 2006-04-17 [colin]      2.1.1cvs9
13098
13099         * src/etpan/imap-thread.c
13100                 Fix build on DragonFly - patch by 
13101                 Jonathan Buschmann <jonthn@agmact.com>
13102
13103 2006-04-17 [colin]      2.1.1cvs8
13104
13105         * src/imap.c
13106                 Save uidnext between sessions
13107
13108 2006-04-17 [colin]      2.1.1cvs7
13109
13110         * src/imap.c
13111                 scan is required when uid validity changes
13112
13113 2006-04-17 [colin]      2.1.1cvs6
13114
13115         * src/folderview.c
13116                 Don't scan if not necessary, apart in current
13117                 folder and INBOX to fetch flags.
13118         * src/imap.c
13119                 Scan is necessary if unread count changes
13120
13121 2006-04-17 [colin]      2.1.1cvs5
13122
13123         * src/imap.c
13124                 ...But always fetch ANSWERED and DELETED flags for
13125                 INBOX, as filtering can happen on these flags.
13126
13127 2006-04-17 [colin]      2.1.1cvs4
13128
13129         * src/imap.c
13130                 Don't fetch REPLIED and DELETED flags when synchronising
13131                 flags with a closed folder. We only need UNSEEN and FLAGGED
13132                 to update the folderview.
13133
13134 2006-04-17 [colin]      2.1.1cvs3
13135
13136         * src/imap.c
13137                 Faster flag search when there are new mails 
13138                 in a folder. We can do a full search if the 
13139                 folder contains less messages than the new
13140                 list.
13141
13142 2006-04-17 [colin]      2.1.1cvs2
13143
13144         * po/cs.po
13145         * po/de.po
13146         * po/fr.po
13147         * po/nl.po
13148         * po/pt_BR.po
13149                 Update translations from stable branch
13150
13151 2006-04-17 [colin]      2.1.1cvs1
13152
13153         * configure.ac
13154                 Bump version to follow stable release
13155
13156 2006-04-16 [mones]      2.1.0cvs50
13157
13158         * po/es.po
13159                 Updated for release
13160
13161 2006-04-16 [colin]      2.1.0cvs49
13162
13163         * src/textview.c
13164                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13165                 with gtk < 2.8. Thanks to Fabien Vantard.
13166
13167 2006-04-15 [colin]      2.1.0cvs48
13168
13169         * src/etpan/imap-thread.c
13170                 Fix bug #919 (libetpan: SEGV when connecting 
13171                 using command)
13172
13173 2006-04-14 [colin]      2.1.0cvs47
13174
13175         * src/main.c
13176                 Fix race on --select (should be done better)
13177
13178 2006-04-14 [wwp]        2.1.0cvs46
13179
13180         * src/send_message.c
13181                 enforce a check for domain in account prefs (a sending
13182                 error could be faced if domain was checked but no value set),
13183                 thanks to Colin.
13184
13185 2006-04-14 [colin]      2.1.0cvs45
13186
13187         * src/codeconv.c
13188                 when converting from unknown to unknown, if the
13189                 string is UTF8, don't convert it to the locale
13190                 (which breaks it)
13191
13192 2006-04-14 [colin]      2.1.0cvs44
13193
13194         * src/compose.c
13195                 Don't try to use ASCII for converting headers
13196                 (as done in body)
13197
13198 2006-04-14 [paul]       2.1.0cvs43
13199
13200         * src/crash.c
13201                 add locale/charset info to crash report
13202         * src/gtk/about.c
13203                 add wwp to doc team
13204                 replace 'e-mail' with preferred 'email'
13205         * src/gtk/authors.h
13206                 ensure contributors list is in alphabetical
13207                 order
13208
13209 2006-04-13 [colin]      2.1.0cvs42
13210
13211         * src/textview.c
13212                 Prevent gdk warnings
13213
13214 2006-04-13 [colin]      2.1.0cvs41
13215
13216         * src/common/ssl_certificate.c
13217         * src/common/ssl_certificate.h
13218         * src/gtk/sslcertwindow.c
13219                 Warn on expired certs, and display the expiration date
13220
13221 2006-04-13 [colin]      2.1.0cvs40
13222
13223         * src/plugins/spamassassin/spamassassin_gtk.c
13224                 Fix missing set_text on unix socket
13225
13226 2006-04-13 [wwp]        2.1.0cvs39
13227
13228         * manual/fr/advanced.xml
13229         * manual/fr/glossary.xml
13230                 applied new spam/ham/email lexicon (pourriel, courriel)
13231
13232 2006-04-13 [paul]       2.1.0cvs38
13233
13234         * src/plugins/pgpmime/plugin.c
13235                 remove the mention of S/MIME from the
13236                 description. This is now handled by the
13237                 S/MIME plugin.
13238
13239 2006-04-13 [paul]       2.1.0cvs37
13240
13241         * src/prefs_msg_colors.c
13242                 rework dialog
13243         * src/prefs_folder_item.c
13244         * src/prefs_spelling.c
13245                 add a tooltip to the colour selector buttons
13246
13247 2006-04-13 [wwp]        2.1.0cvs36
13248
13249         * manual/advanced.xml
13250         * manual/glossary.xml
13251         * manual/handling.xml
13252         * manual/keyboard.xml
13253         * manual/plugins.xml
13254         * manual/starting.xml
13255         * manual/fr/account.xml
13256         * manual/fr/ack.xml
13257         * manual/fr/addrbook.xml
13258         * manual/fr/advanced.xml
13259         * manual/fr/faq.xml
13260         * manual/fr/glossary.xml
13261         * manual/fr/gpl.xml
13262         * manual/fr/handling.xml
13263         * manual/fr/intro.xml
13264         * manual/fr/keyboard.xml
13265         * manual/fr/plugins.xml
13266         * manual/fr/starting.xml
13267         * manual/fr/sylpheed-claws-manual.xml
13268                 fixes to the manuals:
13269                  - summaryview -> Message List (same in French)
13270                  - translate key names
13271                  - fix French punctuation, use non-breakable spaces when
13272                    necessary, don't use &thinsp; which is not portable
13273                  - tell what maildir and mbox formats we support
13274
13275 2006-04-12 [wwp]        2.1.0cvs35
13276
13277         * src/prefs_toolbar.c
13278                 unified a replace button more,
13279                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13280
13281 2006-04-12 [wwp]        2.1.0cvs34
13282
13283         * src/prefs_common.c
13284         * src/prefs_msg_colors.c
13285                 make default color labels translatable,
13286                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13287                 thanks to Tim <timbrain@post.cz> for reporting.
13288
13289 2006-04-12 [wwp]        2.1.0cvs33
13290
13291         * manual/glossary.xml
13292         * manual/intro.xml
13293         * manual/plugins.xml
13294         * manual/starting.xml
13295         * manual/sylpheed-claws-manual.xml
13296         * manual/fr/.cvsignore
13297         * manual/fr/account.xml
13298         * manual/fr/ack.xml
13299         * manual/fr/addrbook.xml
13300         * manual/fr/advanced.xml
13301         * manual/fr/faq.xml
13302         * manual/fr/glossary.xml
13303         * manual/fr/handling.xml
13304         * manual/fr/intro.xml
13305         * manual/fr/keyboard.xml
13306         * manual/fr/plugins.xml
13307         * manual/fr/starting.xml
13308         * manual/fr/sylpheed-claws-manual.xml
13309                 various fixes: typos, missing .fr translations, punctuation,
13310                 capitalization, links, accents and some bad French more.
13311
13312 2006-04-12 [wwp]        2.1.0cvs32
13313
13314         * src/prefs_gtk.c
13315                 fix for bug #935: always store prefs files in UTF-8 (thanks
13316                 to Colin).
13317
13318 2006-04-11 [colin]      2.1.0cvs31
13319
13320         * src/compose.c
13321                 Fix inserting files not in utf8 when locale is utf8
13322
13323 2006-04-11 [colin]      2.1.0cvs30
13324
13325         * src/inc.c
13326                 Don't show error dialog when cancelling connection
13327                 Patch by Pawel
13328
13329 2006-04-11 [cleroy]     2.1.0cvs29
13330
13331         * src/compose.c
13332                 Implement multiple quote levels
13333         * src/prefs_common.c
13334                 Change a little bit the quote bgcolor for 2nd level
13335
13336 2006-04-11 [colin]      2.1.0cvs28
13337
13338         * src/gtk/about.c
13339                 Add locale and charset in the label
13340
13341 2006-04-10 [colin]      2.1.0cvs27
13342
13343         * src/compose.c
13344         * src/prefs_common.c
13345         * src/prefs_common.h
13346         * src/prefs_msg_colors.c
13347         * src/textview.c
13348                 Allow optional background color in quotes
13349                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13350                 GTK+-2.8.x feature
13351
13352 2006-04-10 [colin]      2.1.0cvs26
13353
13354         * src/main.c
13355         * src/mainwindow.c
13356         * src/mainwindow.h
13357                 Implement --select
13358
13359 2006-04-10 [colin]      2.1.0cvs25
13360
13361         * manual/plugins.xml
13362         * manual/fr/plugins.xml
13363                 Document libcurl's proxy variables
13364
13365 2006-04-09 [colin]      2.1.0cvs24
13366
13367         * src/prefs_common.c
13368                 gettext() returns statically allocated stuff. We have
13369                 to strdup it in order to be able to free it.
13370
13371 2006-04-09 [colin]      2.1.0cvs23
13372
13373         * AUTHORS
13374         * src/gtk/authors.h
13375                 Add Alexei
13376
13377 2006-04-09 [colin]      2.1.0cvs22
13378
13379         * src/mainwindow.c
13380         * src/gtk/quicksearch.c
13381                 Fix bug #859 (problems with cyrilic input in 
13382                 search panel) - Patch by Alexey Illarionov 
13383                 <littlesavage@rambler.ru>
13384
13385 2006-04-09 [colin]      2.1.0cvs21
13386
13387         * src/prefs_customheader.c
13388                 I prefer removing then freeing rather than the contrary
13389                 (even if it doesn't change anything ;-)
13390         * src/prefs_account.c
13391                 Fix bug #933 (Crash re-entering the custom headers list 
13392                 dialog in accounts prefs)
13393                 The problem happened when cancelling the Account 
13394                 Preferences' dialogs - in which case we didn't do 
13395                 anything to the PrefsAccount * struct. In case of applying,
13396                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13397                 working with in this dialog. The problem is that 
13398                 prefs_customheader.c, working on this tmp_ac_prefs, always
13399                 changes the ->customhdr_list pointer, even when cancelled. 
13400                 So in case of cancelling the prefs_account dialog, we still
13401                 have to update ->customhdr_list in the real account.
13402
13403 2006-04-08 [colin]      2.1.0cvs20
13404
13405         * manual/fr/glossary.xml
13406         * manual/fr/keyboard.xml
13407                 Forgot some headers :)
13408
13409 2006-04-08 [colin]      2.1.0cvs19
13410
13411         * manual/Makefile.am
13412         * manual/fr/Makefile.am
13413         * manual/fr/account.xml
13414         * manual/fr/ack.xml
13415         * manual/fr/addrbook.xml
13416         * manual/fr/advanced.xml
13417         * manual/fr/faq.xml
13418         * manual/fr/glossary.xml
13419         * manual/fr/gpl.xml
13420         * manual/fr/handling.xml
13421         * manual/fr/intro.xml
13422         * manual/fr/keyboard.xml
13423         * manual/fr/plugins.xml
13424         * manual/fr/starting.xml
13425         * manual/fr/sylpheed-claws-manual.xml
13426         * manual/fr/dist/.cvsignore
13427         * manual/fr/dist/Makefile.am
13428         * manual/fr/dist/html/.cvsignore
13429         * manual/fr/dist/html/Makefile.am
13430         * manual/fr/dist/pdf/.cvsignore
13431         * manual/fr/dist/pdf/Makefile.am
13432         * manual/fr/dist/ps/.cvsignore
13433         * manual/fr/dist/ps/Makefile.am
13434         * manual/fr/dist/txt/.cvsignore
13435         * manual/fr/dist/txt/Makefile.am
13436                 Add the french translation of the manual. Thanks to
13437                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13438                 account.xml, ack.xml, addrbook.xml and advanced.xml
13439
13440 2006-04-08 [colin]      2.1.0cvs18
13441
13442         * manual/plugins.xml
13443         * manual/starting.xml
13444                 More fixes
13445
13446 2006-04-07 [colin]      2.1.0cvs17
13447
13448         * manual/faq.xml
13449         * manual/intro.xml
13450         * manual/keyboard.xml
13451                 Little fixes
13452
13453 2006-04-07 [colin]      2.1.0cvs16
13454
13455         * README
13456         * src/compose.c
13457         * src/prefs_common.c
13458         * src/prefs_common.h
13459                 Add hidden compose_no_markup pref
13460
13461 2006-04-07 [wwp]        2.1.0cvs15
13462
13463         * src/summary_search.c
13464         * .cvsignore
13465                 Bugfix: stop button was sticky when searching in an empty folder.
13466                 Applied curly brackets code style to the whole file (summary_search.c).
13467                 More files to ignore.
13468
13469 2006-04-07 [wwp]        2.1.0cvs14
13470
13471         * src/message_search.c
13472         * src/summary_search.c
13473                 changed default button when search bumps at file/folder
13474                 beginning or end, for convenience (thanks to Colin).
13475
13476 2006-04-07 [paul]       2.1.0cvs13
13477
13478         * src/plugins/dillo_viewer/dillo_prefs.c
13479                 avoid future potential for namespace collision
13480                 Patch by Colin
13481
13482 2006-04-06 [wwp]        2.1.0cvs12
13483
13484         * src/summary_search.c
13485                 Unify extended/advanced searches names (and thus factorize labels),
13486                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13487
13488 2006-04-06 [wwp]        2.1.0cvs11
13489
13490         * src/folderview.c
13491         * src/prefs_themes.c
13492         * src/summaryview.c
13493                 Fixed some compilation warnings.
13494
13495 2006-04-06 [colin]      2.1.0cvs10
13496
13497         * manual/advanced.xml
13498                 Document the wizard template and how to deploy
13499                 Sylpheed-Claws effectively
13500
13501 2006-04-06 [colin]      2.1.0cvs9
13502
13503         * src/folderview.c
13504                 gettext patch to tell translators about _("#"),
13505                 by Maxim Britov
13506
13507 2006-04-06 [colin]      2.1.0cvs8
13508
13509         * src/textview.c
13510                 Fix invalid GtkTextBIter after clicking "Display as text"
13511
13512 2006-04-06 [mones]      2.1.0cvs7
13513
13514         * src/addr_compl.c
13515         * src/addrindex.c
13516         * src/addritem.c
13517         * src/codeconv.c
13518         * src/compose.c
13519         * src/filtering.c
13520         * src/folder.c
13521         * src/folder_item_prefs.c
13522         * src/folderview.c
13523         * src/localfolder.c
13524         * src/matcher.c
13525         * src/mimeview.c
13526         * src/prefs_msg_colors.c
13527         * src/prefs_spelling.c
13528         * src/prefs_themes.c
13529         * src/procmime.c
13530         * src/procmsg.c
13531         * src/stock_pixmap.c
13532         * src/summaryview.c
13533         * src/textview.c
13534         * src/toolbar.c
13535         * src/common/mgutils.c
13536         * src/common/prefs.c
13537         * src/common/ssl_certificate.c
13538         * src/gtk/colorlabel.c
13539         * src/gtk/quicksearch.c
13540         * src/plugins/pgpmime/pgpmime.c
13541         * src/plugins/spamassassin/spamassassin.c
13542                 Removed redundant NULL checks for g_free() calls.
13543                 Patch by Pawel Pekala.
13544
13545 2006-04-06 [mones]      2.1.0cvs6
13546
13547         * src/prefs_actions.c
13548         * src/prefs_filtering.c
13549         * src/prefs_filtering_action.c
13550         * src/prefs_matcher.c
13551         * src/prefs_template.c
13552         * src/gtk/gtkutils.c
13553         * src/gtk/gtkutils.h
13554                 Have a nice replace button. Patch by Pawel Pekala
13555
13556 2006-04-06 [colin]      2.1.0cvs5
13557
13558         * src/addressbook.c
13559                 Fix crash with empty columns
13560
13561 2006-04-05 [colin]      2.1.0cvs4
13562
13563         * src/wizard.c
13564         * src/prefs_gtk.c
13565                 Allow wizard customization with pre-filled values
13566
13567 2006-04-05 [colin]      2.1.0cvs3
13568
13569         * src/textview.c
13570         * src/mimeview.c
13571         * src/mimeview.h
13572                 Nicer messages in mimeview
13573
13574 2006-04-05 [colin]      2.1.0cvs2
13575
13576         * src/addressbook.c
13577         * src/prefs_summaries.c
13578                 i18n fix
13579
13580 2006-04-05 [colin]      2.1.0cvs1
13581
13582         * src/plugins/pgpcore/plugin.c
13583         * src/plugins/pgpcore/select-keys.c
13584         * src/plugins/pgpcore/select-keys.h
13585         * src/plugins/pgpcore/sgpgme.c
13586         * src/plugins/pgpcore/sgpgme.h
13587         * src/plugins/pgpinline/pgpinline.c
13588         * src/plugins/pgpinline/plugin.c
13589         * src/plugins/pgpmime/pgpmime.c
13590         * src/plugins/pgpmime/plugin.c
13591                 Factorize and generalize a bit 
13592                 Drop S/MIME signature verification from PGP/MIME
13593                 (adding it as another, more complete plugin)
13594
13595 2006-04-05 [paul]       2.1.0
13596
13597         2.1.0 released
13598
13599 2006-04-05 [paul]       2.0.0cvs186
13600
13601         * manual/advanced.xml
13602                 add info on colour labels
13603
13604 2006-04-05 [paul]       2.0.0cvs185
13605
13606         * po/bg.po
13607         * po/cs.po
13608         * po/de.po
13609         * po/el.po
13610         * po/en_GB.po
13611         * po/fi.po
13612         * po/fr.po
13613         * po/it.po
13614         * po/nl.po
13615         * po/pl.po
13616         * po/pt_BR.po
13617         * po/sr.po
13618         * po/zh_CN.po
13619                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13620                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13621                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13622                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13623         * src/gtk/authors.h
13624         * tools/claws.i18n.status.pl
13625                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13626                 and new Czech translator, Tim <timbrain@post.cz>
13627
13628 2006-04-05 [mones]      2.0.0cvs184
13629
13630         * po/es.po
13631                 Updated translation
13632
13633 2006-04-05 [colin]      2.0.0cvs183
13634
13635         * src/gtk/quicksearch.c
13636                 Fix bug #929 (unnecessary reload in quick search bar)
13637
13638 2006-04-05 [colin]      2.0.0cvs182
13639
13640         * src/compose.c
13641                 Fix crash on Reply with no From:
13642                 Show signature and conversion error on queuing 
13643                 (but not sending)
13644         * src/mainwindow.c
13645         * src/summaryview.c
13646         * src/summaryview.h
13647                 Factorize threading code and make sure msginfo 
13648                 is not null when it comes from a GtkCTreeRow's 
13649                 data
13650         * src/gtk/gtkaspell.c
13651                 Check for necessary things
13652         * src/gtk/gtksctree.c
13653         * src/gtk/gtksctree.h
13654                 Reset anchor if necessary when removing node
13655
13656 2006-03-29 [colin]      2.0.0cvs181
13657
13658         * src/folderview.c
13659                 Warn for disabled IMAP accounts (due to lack of
13660                 libetpan). Breaks string-freeze - sorry - but it
13661                 is kind of important ;)
13662
13663 2006-03-28 [colin]      2.0.0cvs180
13664
13665         * src/gtk/gtkutils.c
13666         * src/gtk/gtkutils.h
13667                 Add a gtkut_get_link_btn() function that
13668                 creates a button which acts like an URI
13669         * src/prefs_themes.c
13670         * src/gtk/about.c
13671                 Use this function (factorizes codes)
13672         * src/common/defs.h
13673         * src/gtk/pluginwindow.c
13674                 Add a "Get more..." in the plugins window
13675
13676 2006-03-28 [colin]      2.0.0cvs179
13677
13678         * src/common/smtp.c
13679         * src/common/passcrypt.c
13680         * src/undo.c
13681                 Warning fixes. Patch by Pawel Pekala
13682
13683 2006-03-27 [colin]      2.0.0cvs178
13684
13685         * src/undo.c
13686                 Fix undoing by blocks with spaces
13687
13688 2006-03-27 [colin]      2.0.0cvs177
13689
13690         * src/textview.c
13691                 Set margin to 3px for headers
13692
13693 2006-03-27 [paul]
13694
13695         2.1.0-rc2 released
13696
13697 2006-03-27 [wwp]        2.0.0cvs176
13698
13699         * src/summaryview.c
13700                 don't reset quicksearch when updating the message list.
13701                 Thanks to Colin.
13702
13703 2006-03-26 [wwp]        2.0.0cvs175
13704
13705         * src/compose.c
13706                 use a unified border width ('other' tab in the compose window,
13707                 patch by Pawel Pekala).
13708
13709
13710 2006-03-26 [wwp]        2.0.0cvs174
13711
13712         * src/common/quoted-printable.c
13713         * src/addressbook.c
13714                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13715
13716 2006-03-26 [colin]      2.0.0cvs173
13717
13718         * src/quote_fmt_parse.y
13719                 Fix non-UTF8 date formats messing up the whole quote a 
13720                 little bit
13721
13722 2006-03-26 [colin]      2.0.0cvs172
13723
13724         * src/procheader.c
13725                 Make sure the date is UTF8 valid, or try to make it
13726                 so. IncrediMail is really IncrediStupid.
13727         * src/compose.c
13728                 Fix possible conversions. 
13729                 
13730
13731 2006-03-26 [colin]      2.0.0cvs171
13732
13733         * src/matcher.c
13734                 Fix corner cases in body search. This is still a
13735                 hack... It seems impossible to make it good and 
13736                 reasonably fast at the same time.
13737
13738 2006-03-26 [colin]      2.0.0cvs170
13739
13740         * src/summaryview.c
13741                 I think I killed the twilight zone bug!
13742                 summary_select_node() flushes GTK events in order
13743                 to be able to center the view. But this also 
13744                 flushes keypresses like Ctrl-Alt-U, so this can
13745                 call summary_show from summary_select_node (itself
13746                 called from summary_show, etc.). And the summaryview
13747                 has to be unlocked in this function. So just locking
13748                 while processing GTK events, and bailing if locked, 
13749                 should fix it.
13750                 Fixes bug #927 (SIGSEGV during Update Summary)
13751
13752 2006-03-25 [colin]      2.0.0cvs169
13753
13754         * src/matcher.c
13755                 Fix search in QP-encoded bodies
13756                 Fix utf-8 searches in bodies encoded in the
13757                 locale's encoding
13758         * src/common/quoted-printable.c
13759         * src/common/quoted-printable.h
13760                 Add a decode function that doesn't overwrite
13761                 the original pointer
13762                 
13763
13764 2006-03-24 [colin]      2.0.0cvs168
13765
13766         * src/action.c
13767         * src/summaryview.c
13768         * src/summaryview.h
13769                 Update message cache after action
13770                 Patch by H. Merijn Brand
13771         * src/prefs_msg_colors.c
13772                 Factorize label 
13773                 Patch by Fabien Vantard
13774         * src/plugins/spamassassin/spamassassin_gtk.c
13775                 Remove useless translation
13776                 Patch by Fabien Vantard
13777
13778 2006-03-23 [colin]      2.0.0cvs167
13779
13780         * src/common/ssl.c
13781                 Let 30 seconds to SSL_connect
13782
13783 2006-03-23 [wwp]        2.0.0cvs166
13784
13785         * src/summaryview.c
13786         * src/gtk/description_window.c
13787                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13788                 and headers are translated; adjust description windows' width to fit their
13789                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13790
13791 2006-03-23 [paul]       2.0.0cvs165
13792
13793         * src/common/utils.c
13794                 fix highlighting of URIs containing "()"
13795                 (2.0.0cvs164's reversal fixed)
13796                 Thanks to Colin.
13797
13798 2006-03-23 [paul]       2.0.0cvs164
13799
13800         * src/common/utils.c
13801                 revert patch, (postponing a fix), at 2.0.0cvs120
13802                 as it breaks more URIs than it fixes.
13803                 Allow '-' to be a terminating character in a URI
13804
13805 2006-03-22 [colin]      2.0.0cvs163
13806
13807         * configure.ac
13808                 Require libetpan 0.45
13809                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13810
13811 2006-03-22 [paul]       2.0.0cvs162
13812
13813         * src/editgroup.c
13814                 replace '<-' and '->' buttons with GTK_STOCK graphical
13815                 buttons
13816         * src/summary_search.c
13817                 don't offer '...' for translation
13818                 add a tooltip to advanced search '...' button
13819         * src/gtk/quicksearch.c
13820                 don't offer '...' for translation
13821
13822 2006-03-21 [colin]      2.0.0cvs161
13823
13824         * src/compose.c
13825                 Fix middle-click pasting (insert at click
13826                 position instead of cursor position, don't
13827                 remove existing selection and allow pasting
13828                 our own selection)
13829         * src/addressbook.c
13830                 "LDAP Server" -> "LDAP servers"
13831
13832 2006-03-21 [wwp]        2.0.0cvs160
13833
13834         * src/etpan/imap-thread.c
13835                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13836
13837 2006-03-20 [colin]      2.0.0cvs159
13838
13839         * src/summaryview.c
13840                 Don't reload summaryview after an execute with no
13841                 move action
13842
13843 2006-03-19 [colin]      2.0.0cvs158
13844
13845         * src/addressbook.c
13846                 and put groups at the top, always
13847
13848 2006-03-19 [colin]      2.0.0cvs157
13849
13850         * src/addressbook.c
13851                 Order groups before names, as previously
13852
13853 2006-03-19 [colin]      2.0.0cvs156
13854
13855         * src/addressbook.c
13856                 - Sort case-unsensitive
13857                 - Put the sort arrow at opening too
13858
13859 2006-03-19 [wwp]        2.0.0cvs155
13860
13861         * src/addressbook.c
13862                 allow sorting by name/email/remarks, ensure that right-pane's contents
13863                 matches the left-pane selection (cleared when appropriate).
13864                 Patch by Pawel Pekala <c0rn@o2.pl>.
13865
13866 2006-03-18 [colin]      2.0.0cvs154
13867
13868         * src/textview.c
13869                 Fix text cursor ;)
13870
13871 2006-03-18 [colin]      2.0.0cvs153
13872
13873         * src/gtk/filesel.c
13874                 Make sure we hide the preview if we didn't get
13875                 a filename
13876
13877 2006-03-18 [colin]      2.0.0cvs152
13878
13879         * src/summaryview.c
13880                 Set cursor to watch for execution (fixes lack
13881                 of watch-cursor when dnd'ing hundreds of mails)
13882         * src/gtk/filesel.c
13883                 Check that mime type is 'image/*' before updating
13884                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13885
13886 2006-03-18 [colin]      2.0.0cvs151
13887
13888         * src/mainwindow.c
13889         * src/textview.c
13890         * src/textview.h
13891                 Put a watch cursor in textview too when the mainwindow's
13892                 cursor in a watch
13893
13894 2006-03-18 [colin]      2.0.0cvs150
13895
13896         * src/folder.c
13897                 Change wrong asserts to simple tests
13898
13899 2006-03-17 [colin]      2.0.0cvs149
13900
13901         * src/mainwindow.c
13902         * src/mainwindow.h
13903         * src/prefs_msg_colors.c
13904         * src/summaryview.c
13905         * src/summaryview.h
13906         * src/gtk/colorlabel.c
13907         * src/gtk/colorlabel.h
13908                 Add a color label menu in the main menubar
13909                 Add (fixed) accels Ctrl-{0-7} to change the color
13910                 They have to be fixed because the menu's dynamic,
13911                 the items are complex widgets, hence we can't use
13912                 a GtkItemFactory.
13913
13914
13915 2006-03-17 [wwp]        2.0.0cvs148
13916
13917         * src/compose.c
13918                 rollback few lines from my previous commit (those lines come from
13919                 a pending patch, accidentally commited, even if neutral as they are
13920                 commented out).
13921
13922 2006-03-17 [wwp]        2.0.0cvs147
13923
13924         * src/compose.c
13925                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13926                 applied code style/indentation to the modified function.
13927
13928 2006-03-17 [wwp]        2.0.0cvs146
13929
13930         * src/procmsg.c
13931         * src/compose.c
13932                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13933
13934 2006-03-17 [paul]
13935
13936         2.1.0-rc1 released
13937
13938 2006-03-17 [paul]       2.0.0cvs145
13939
13940         * src/main.c
13941                 addressbook_read_file() was called twice
13942         * src/textview.c
13943                 X-Mailer highlighting
13944
13945 2006-03-16 [colin]      2.0.0cvs144
13946
13947         * src/sourcewindow.c
13948         * src/sourcewindow.h
13949                 And the last one, in source window.
13950
13951 2006-03-16 [colin]      2.0.0cvs143
13952
13953         * src/compose.c
13954         * src/compose.h
13955                 Fix the same stuff in compose
13956
13957 2006-03-16 [colin]      2.0.0cvs142
13958
13959         * src/messageview.c
13960                 Complete the previous messageview crash fix
13961
13962 2006-03-16 [colin]      2.0.0cvs141
13963
13964         * src/procmsg.h
13965         * src/procmsg.c
13966         * src/folder.c
13967                 Fix POSTPROCESSING hook
13968                 Patch by H. Merijn Brand
13969
13970         * src/procmime.c
13971         * src/procmime.h
13972                 Parse Content-Location
13973
13974         * src/toolbar.c
13975         * src/messageview.c
13976         * src/messageview.h
13977                 Don't crash when a top-level MessageView has
13978                 been closed on us. Same problematic than
13979                 yesterday's quicksearch issue.
13980
13981 2006-03-15 [colin]      2.0.0cvs140
13982
13983         * src/gtk/quicksearch.c
13984                 Fix a bitchy race we didn't think about when we
13985                 added quicksearch cancellation:
13986                 If the search is not on cached fields, for example
13987                 body_part matchcase "stuff"
13988                 the matcher code has to get the whole message. If
13989                 we're on IMAP, that can be slow, and in order to
13990                 be non-blocking, the IMAP code idle loop processes
13991                 gtk events too. So it is possible to cancel a
13992                 quicksearch while the matcher is getting the mail's
13993                 body. After matcher got its body, it will start to
13994                 iterate over the matcher list that the Quicksearch's
13995                 clear_search_cb() just freed via prepare_matcher().
13996                 SIGSEGV ensues.
13997                 The fix consists of guarding the matcherlist_match()
13998                 call with a boolean 'matching'. If we reset the
13999                 quicksearch while matching is TRUE, we don't free
14000                 the matcherlist anymore like we did, but we set
14001                 another new flag, deferred_free, to TRUE. Then,
14002                 in quicksearch_match(), just after returning from
14003                 matcherlist_match() and unsetting the matching flag,
14004                 we check the deferred_free flag and do the
14005                 prepare_matcher() (which does the matcherlist_free)
14006                 for real, so we free the matcherlist once it's not
14007                 used anymore.
14008                 As all of this runs via the glib main loop, we
14009                 luckily don't need a mutex.
14010         * src/summaryview.c
14011                 Also, show progress while searching.
14012
14013
14014 2006-03-14 [colin]      2.0.0cvs139
14015
14016         * src/alertpanel.c
14017                 Make alertpanel_is_open non-static
14018
14019 2006-03-14 [colin]      2.0.0cvs138
14020
14021         * src/prefs_spelling.c
14022                 Cleanups - Fabien Vantard
14023
14024 2006-03-14 [wwp]        2.0.0cvs137
14025
14026         * src/main.c
14027                 code style normalization (curly braces, indentation).
14028
14029 2006-03-14 [wwp]        2.0.0cvs137
14030
14031         * src/main.c
14032                 code style (braces, indentation)
14033
14034 2006-03-12 [paul]       2.0.0cvs136
14035
14036         * src/prefs_common.c
14037                 trans_hdr defaults to FALSE to be RFC-savvy
14038         * src/prefs_summaries.c
14039                 add a tooltip to the trans_hdr option
14040                 
14041
14042 2006-03-12 [paul]       2.0.0cvs135
14043
14044         * src/prefs_matcher.c
14045                 give a little more width to the combos
14046         * src/prefs_display_header.c
14047         * src/textview.c
14048                 translate headers if prefs_common.trans_hdr
14049                 is TRUE
14050
14051         Patches by Pawel Pekala
14052
14053 2006-03-12 [paul]       2.0.0cvs134
14054
14055         * src/plugins/clamav/clamav_plugin.c
14056         * src/plugins/dillo_viewer/dillo_viewer.c
14057         * src/plugins/pgpcore/plugin.c
14058         * src/plugins/pgpinline/plugin.c
14059         * src/plugins/pgpmime/plugin.c
14060         * src/plugins/spamassassin/spamassassin.c
14061                 update/add to descriptions
14062         * src/plugins/spamassassin/spamassassin_gtk.c
14063                 fixes to the english, remove superfluous
14064                 tooltips, clean up a little
14065
14066 2006-03-12 [paul]       2.0.0cvs133
14067
14068         * src/compose.c
14069                 fix Bug 924, 'Account combo box shows up wrong 
14070                 if & is in account name'
14071
14072 2006-03-11 [colin]      2.0.0cvs132
14073
14074         * src/summaryview.c
14075                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14076                 messed up shift-selection because is slows down
14077                 moving around summaryview. thanks -users
14078
14079 2006-03-10 [colin]      2.0.0cvs131
14080
14081         * src/plugins/spamassassin/spamassassin_gtk.c
14082                 Put back Paul's engrish fixes
14083
14084 2006-03-10 [colin]      2.0.0cvs130
14085
14086         * src/plugins/spamassassin/spamassassin.c
14087         * src/plugins/spamassassin/spamassassin.h
14088         * src/plugins/spamassassin/spamassassin_gtk.c
14089                 Cleanup SA prefs page (more)
14090                 Patch by Fabien Vantard
14091
14092 2006-03-10 [paul]       2.0.0cvs129
14093
14094         * src/prefs_msg_colors.c
14095         * src/prefs_spelling.c
14096                 widget sensitivity
14097
14098 2006-03-09 [mones]      2.0.0cvs128
14099
14100         * po/es.po
14101                 Update for next RC
14102
14103 2006-03-09 [wwp]        2.0.0cvs127
14104
14105         * configure.ac
14106                 revert accidental commit (requirement for libetpan 0.43), this time
14107                 not in HEAD.
14108
14109 2006-03-09 [wwp]        2.0.0cvs125
14110
14111         * configure.ac
14112                 revert accidental commit (requirement for libetpan 0.43)
14113
14114 2006-03-09 [paul]       2.0.0cvs126
14115
14116         * src/prefs_receive.c
14117                 remove useless frame
14118                 replace 'incorporation' with 'receiving'
14119         * src/plugins/clamav/clamav_plugin_gtk.c
14120         * src/plugins/spamassassin/spamassassin_gtk.c
14121                 improve widget sensitivity
14122                 fix a bit his engrish
14123
14124 2006-03-09 [wwp]        2.0.0cvs125
14125
14126         * src/addressadd.c
14127         * src/foldersel.c
14128         * src/prefs_common.c
14129         * src/prefs_common.h
14130                 remember some more windows' sizes (add to addressbook and
14131                 select folder).
14132
14133 2006-03-09 [paul]       2.0.0cvs124
14134
14135         * src/plugins/pgpcore/prefs_gpg.c
14136                 normalise construction of dialogue
14137
14138 2006-03-09 [paul]       2.0.0cvs123
14139
14140         * src/plugins/trayicon/Makefile.am
14141                 add missing slash
14142
14143 2006-03-08 [colin]      2.0.0cvs122
14144
14145         * src/plugins/trayicon/Makefile.am
14146                 Fix build in separate dir 
14147                 Patch by Bamanzi <bamanzi@gmail.com>
14148
14149 2006-03-08 [colin]      2.0.0cvs121
14150
14151         * src/procmsg.c
14152                 Batch move and copies from summaryview with delayed execution
14153                 too
14154
14155 2006-03-07 [paul]       2.0.0cvs120
14156
14157         * src/common/utils.c
14158                 fix highlighting of URIs containing "()"
14159                 Patch by Pawel Pekala
14160
14161 2006-03-07 [paul]       2.0.0cvs119
14162
14163         * src/folder.c
14164         * src/folder.h
14165         * src/folderview.c
14166                 immediately do alphabetical resort when
14167                 changing a folder's name
14168                 Patch by Pawel Pekala
14169
14170 2006-03-07 [paul]       2.0.0cvs118
14171
14172         * src/news.c
14173         * src/news_gtk.c
14174                 when unsubscribing a newsgroup, remove the
14175                 folder and msgs in .sylpheed-claws/newscache
14176                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14177
14178 2006-03-07 [paul]       2.0.0cvs117
14179
14180         * src/textview.c
14181                 fix wrong Fake URL Warning
14182                 Thanks to Hiro
14183
14184 2006-03-07 [colin]      2.0.0cvs116
14185
14186         * src/imap.c
14187                 Return immediately when password dialog was
14188                 cancelled
14189         * src/gtk/inputdialog.c
14190                 Allow empty strings for passwords
14191
14192
14193 2006-03-06 [colin]      2.0.0cvs115
14194
14195         * src/imap.c
14196                 Prevent double-timeouts when connection fails
14197
14198 2006-03-06 [colin]
14199
14200         2.0.1-rc1 released
14201
14202 2006-03-06 [colin]      2.0.0cvs114
14203
14204         * src/imap.c
14205                 Refresh session during potentially long
14206                 operations
14207
14208 2006-03-06 [wwp]        2.0.0cvs113
14209
14210         * src/prefs_msg_colors.h
14211                 forgot that one (custom color labels).
14212
14213 2006-03-06 [wwp]        2.0.0cvs112
14214
14215         * src/prefs_common.c
14216         * src/prefs_common.h
14217         * src/prefs_msg_colors.c
14218         * src/summaryview.c
14219         * src/summaryview.h
14220         * src/gtk/colorlabel.c
14221         * src/gtk/colorlabel.h
14222                 colors in messages list are now customizable. Color values and names can
14223                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14224                 Thanks to Paul and Colin for their help with this longstanding patch!
14225
14226 2006-03-06 [wwp]        2.0.0cvs111
14227
14228         * src/textview.c
14229                 don't crash if (x)face is bad.
14230
14231 2006-03-05 [paul]       2.0.0cvs110
14232
14233         * AUTHORS
14234         * configure.ac
14235         * src/Makefile.am
14236         * src/common/Makefile.am
14237         * src/common/utils.h
14238         * src/etpan/imap-thread.c
14239         * src/gtk/authors.h
14240         * src/plugins/clamav/Makefile.am
14241         * src/plugins/demo/Makefile.am
14242         * src/plugins/dillo_viewer/Makefile.am
14243         * src/plugins/pgpcore/Makefile.am
14244         * src/plugins/pgpcore/passphrase.c
14245         * src/plugins/pgpinline/Makefile.am
14246         * src/plugins/pgpmime/Makefile.am
14247         * src/plugins/spamassassin/Makefile.am
14248         * src/plugins/trayicon/Makefile.am
14249                 fix builiding on cygwin
14250                 Patch by Ralgh Young <bamanzi@gmail.com>
14251
14252 2006-03-04 [wwp]        2.0.0cvs109
14253
14254         * manual/keyboard.xml
14255                 fix mixed up/down keys.
14256
14257 2006-03-04 [wwp]        2.0.0cvs108
14258
14259         * README
14260         * INSTALL
14261                 updated links to SpamAssassin.
14262
14263 2006-03-04 [wwp]        2.0.0cvs107
14264
14265         * manual/plugins.xml
14266         * src/plugins/spamassassin/README
14267                 updated SpamAssassin plugin docs to reflect new functional additions
14268                 (also fix/update/documents few technical stuff more, see the README).
14269
14270 2006-03-04 [wwp]        2.0.0cvs106
14271
14272         * src/prefs_message.c
14273                 normalized capitalization of message-prefs paths.
14274
14275 2006-03-04 [wwp]        2.0.0cvs105
14276
14277         * manual/advanced.xml
14278                 typo.
14279
14280 2006-03-03 [colin]      2.0.0cvs104
14281
14282         * src/plugins/clamav/clamav_plugin_gtk.c
14283                 Rework prefs page, patch by Fabien 
14284
14285 2006-03-03 [colin]      2.0.0cvs103
14286
14287         * src/plugins/clamav/clamav_plugin.c
14288                 Set error on all errors
14289
14290 2006-03-03 [colin]      2.0.0cvs102
14291
14292         * src/common/plugin.c
14293                 Initialize error to avoid crashing when a plugin fails
14294                 without setting error
14295
14296 2006-03-02 [wwp]        2.0.0cvs101
14297
14298         * configure.ac
14299                 fixed linker flags for libetpan support on Cygwin
14300                 (thanks to H.Merijn Brand).
14301
14302 2006-03-02 [wwp]        2.0.0cvs100
14303
14304         * src/addressbook.c
14305                 fix some AB error messages: one for punctuation and
14306                 one wrongly duplicate (thanks, maxbritov).
14307
14308 2006-03-02 [wwp]        2.0.0cvs99
14309
14310         * src/plugins/spamassassin/spamassassin.c
14311                 make sync calls to sa-learn/spamc to prevent
14312                 system (whatever local or client/server) overload.
14313
14314 2006-03-02 [colin]      2.0.0cvs98
14315
14316         * src/summaryview.c
14317                 Put the spam icon in the status column instead of the
14318                 mark one
14319
14320 2006-03-01 [colin]      2.0.0cvs97
14321
14322         * src/plugins/spamassassin/spamassassin.c
14323                 Fix segfault (g_file_set_contents fails for some 
14324                 reason and err==0x2f. Can't find out why with
14325                 valgrind, using working function :-)
14326
14327 2006-03-01 [colin]      2.0.0cvs96
14328
14329         * src/inc.c
14330                 Offline overriding: let 'No' be cached only 3 seconds
14331
14332 2006-03-01 [colin]      2.0.0cvs95
14333
14334         * src/addr_compl.c
14335         * src/addrbook.c
14336         * src/addressbook.c
14337         * src/addrindex.c
14338         * src/folder_item_prefs.c
14339         * src/headerview.c
14340         * src/imap.c
14341         * src/inc.c
14342         * src/ldif.c
14343         * src/mainwindow.c
14344         * src/mh.c
14345         * src/msgcache.c
14346         * src/prefs_common.h
14347         * src/prefs_msg_colors.c
14348         * src/procheader.c
14349         * src/procheader.h
14350         * src/procmime.c
14351         * src/procmsg.c
14352         * src/procmsg.h
14353         * src/send_message.h
14354         * src/simple-gettext.c
14355         * src/summaryview.c
14356         * src/summaryview.h
14357         * src/syldap.c
14358         * src/textview.c
14359         * src/undo.c
14360         * src/common/ssl_certificate.c
14361         * src/common/utils.c
14362         * src/gtk/colorsel.c
14363         * src/gtk/gtksctree.c
14364         * src/gtk/gtkshruler.c
14365         * src/plugins/trayicon/trayicon.c
14366                 #if 0 goes to /dev/null
14367
14368 2006-03-01 [colin]      2.0.0cvs94
14369
14370         * src/compose.c
14371         * src/imap.c
14372         * src/inc.c
14373         * src/inc.h
14374         * src/messageview.c
14375         * src/news.c
14376         * src/plugins/spamassassin/spamassassin.c
14377                 Allow to add information in the "working offline"
14378                 window
14379
14380 2006-03-01 [wwp]        2.0.0cvs93
14381
14382         * src/plugins/spamassassin/spamassassin.c
14383                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14384                 'cause it seems that calling `spamc ... < inputfile` with
14385                 g_spawn_(a)sync simply.. erm doesn't work :-).
14386
14387 2006-03-01 [wwp]        2.0.0cvs92
14388
14389         * src/toolbar.c
14390         * src/toolbar.h
14391                 simplify the adding of spam/ham button to the messageview toolbar
14392                 (it gets more clear now that the same button will be "Mark as spam"
14393                 or "Mark as ham" according to the current message status,
14394                 thanks to Colin).
14395
14396 2006-03-01 [wwp]        2.0.0cvs91
14397
14398         * src/messageview.c
14399         * src/procmsg.c
14400         * src/procmsg.h
14401         * src/summaryview.c
14402         * src/plugins/spamassassin/spamassassin.c
14403         * src/plugins/spamassassin/spamassassin.h
14404                 make learner callbacks return a status (0 for ok),
14405                 handle it in main code to avoid setting flags when learning failed,
14406                 don't learn on TCP if offline in spamassassin,
14407                 thanks to Colin.
14408
14409                 
14410
14411 2006-03-01 [wwp]        2.0.0cvs90
14412
14413         * src/compose.c
14414                 some work around the compose window's account menu,
14415                 patch by Fabien Vantard.
14416
14417 2006-03-01 [wwp]        2.0.0cvs89
14418
14419         * src/plugins/spamassassin/spamassassin.c
14420                 fixed bad logics, was using spamc in local mode and sa-learn
14421                 in remote mode (thanks, Colin).
14422
14423 2006-03-01 [wwp]        2.0.0cvs88
14424
14425         * src/plugins/spamassassin/spamassassin.c
14426         * src/plugins/spamassassin/spamassassin.h
14427         * src/plugins/spamassassin/spamassassin_gtk.c
14428                 made processing of emails w/ sa-plugin an option (default is TRUE),
14429                 fixed Engrish some tooltips, capitalization of some debug messages
14430                 and warnings. The spamassassin plugin now provides two separate
14431                 services: process emails upon incorporation and spamd training.
14432                 Both services (un)register independently but use some common
14433                 plugin settings (transport settings, spam storage location).
14434
14435 2006-02-28 [wwp]        2.0.0cvs87
14436
14437         * src/plugins/spamassassin/spamassassin.c
14438                 fix async flag to spamc cmdline execution (batch exec should
14439                 be asynchronous).
14440
14441 2006-02-27 [wwp]        2.0.0cvs86
14442
14443         * src/plugins/spamassassin/spamassassin.c
14444         * src/plugins/spamassassin/spamassassin.h
14445         * src/plugins/spamassassin/spamassassin_gtk.c
14446                 - added the ability to learn a remote spamassassin server (spamd),
14447                 using spamc.
14448                 - added the spamassassin option 'username', that applies to all
14449                 spamassassin operations (filtering, learning, local or remote).
14450                 The default username is the current unix user (if left blank
14451                 from gtk prefs or config file).
14452                 - commented out some unused code (notebook widget), removed unused
14453                 layout (hbox1).
14454                 - make more widgets sensitive to the transport type.
14455
14456 2006-02-27 [colin]      2.0.0cvs85
14457
14458         * src/plugins/spamassassin/spamassassin.c
14459                 Fix sa-learn call when offline
14460
14461 2006-02-27 [colin]      2.0.0cvs84
14462
14463         * configure.ac
14464         * src/Makefile.am
14465         * src/mainwindow.c
14466         * src/mainwindow.h
14467         * src/messageview.c
14468         * src/messageview.h
14469         * src/prefs_toolbar.c
14470         * src/procmsg.c
14471         * src/stock_pixmap.c
14472         * src/stock_pixmap.h
14473         * src/summaryview.c
14474         * src/toolbar.c
14475         * src/toolbar.h
14476         * src/pixmaps/ham_btn.xpm
14477         * src/pixmaps/spam.xpm
14478         * src/pixmaps/spam_btn.xpm
14479         * src/plugins/spamassassin/spamassassin.c
14480                 Add button in toolbar for spam learning
14481                 Fix a few bugs from the last related commit
14482                 Revert 1.9.6cvs23 which messed up shift-selection
14483
14484 2006-02-24 [colin]      2.0.0cvs83
14485
14486         * src/procmsg.c
14487         * src/summaryview.c
14488         * src/summaryview.h
14489         * src/plugins/spamassassin/spamassassin.c
14490         * src/plugins/spamassassin/spamassassin.h
14491         * src/plugins/spamassassin/spamassassin_gtk.c
14492                 Unregister learner when spamassassin is either
14493                 disabled or over tcp
14494
14495 2006-02-24 [colin]      2.0.0cvs82
14496
14497         * src/Makefile.am
14498         * src/mainwindow.c
14499         * src/mainwindow.h
14500         * src/procmsg.c
14501         * src/procmsg.h
14502         * src/stock_pixmap.c
14503         * src/stock_pixmap.h
14504         * src/summaryview.c
14505         * src/summaryview.h
14506         * src/gtk/icon_legend.c
14507         * src/pixmaps/spam.xpm  ** NEW FILE **
14508         * src/plugins/spamassassin/spamassassin.c
14509         * src/plugins/spamassassin/spamassassin_gtk.c
14510                 Add spam learning interface (Mark/Mark as 
14511                 (spam|ham) menus)
14512
14513 2006-02-24 [wwp]        2.0.0cvs81
14514
14515         * src/compose.c
14516         * src/compose.h
14517         * src/filtering.c
14518                 hide compose window when sending message in batch mode
14519                 (filtering: forward and redirect). Also fixed a wrong
14520                 value returned when sending failed, neutral anyway.
14521                 (Colin, me) 
14522
14523 2006-02-24 [wwp]        2.0.0cvs80
14524
14525         * src/mainwindow.c
14526                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14527
14528 2006-02-24 [paul]       2.0.0cvs79
14529
14530         * src/news.c
14531         * src/news.h
14532         * src/news_gtk.c
14533                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14534                 Thanks to Colin
14535
14536 2006-02-23 [colin]      2.0.0cvs78
14537
14538         * src/alertpanel.c
14539                 Change OK to Close in alertpanel with View log
14540                 button; add accel to View log. Patch by Fabien
14541                 Vantard
14542
14543 2006-02-23 [wwp]        2.0.0cvs77
14544
14545         * src/compose.c
14546                 silly me, there were much more tests to perform, since toolbars can
14547                 really have down to 1 element only.
14548
14549 2006-02-23 [wwp]        2.0.0cvs76
14550
14551         * commitHelper
14552                 fixed indentation from my previous commit. Fallback to VISUAL if
14553                 EDITOR is not set (and to vi, at last resort).
14554
14555 2006-02-23 [wwp]        2.0.0cvs75
14556
14557         * commitHelper
14558                 improved error detection (Colin, me).
14559
14560 2006-02-23 [wwp]        2.0.0cvs74
14561
14562         * src/prefs_toolbar.c
14563                 simplify and fix prefs/toolbars layouting. Combos' contents can
14564                 now be really displayed.
14565
14566 2006-02-23 [wwp]        2.0.0cvs73
14567         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14568         be really displayed.
14569
14570 2006-02-22 [wwp]        2.0.0cvs72
14571
14572         * src/compose.c
14573                 fix a typo in my previous commit (sorry!).
14574
14575 2006-02-22 [wwp]        2.0.0cvs71
14576
14577         * src/prefs_toolbar.c
14578                 fix a crash when adding separators to toolbars,
14579                 also fix some separator item information.
14580
14581 2006-02-22 [wwp]        2.0.0cvs70
14582
14583         * src/compose.c
14584                 fix a crash when redirecting (for instance) when compose window's
14585                 toolbar contents has been customized (when some buttons have been
14586                 removed in fact).
14587
14588 2006-02-21 [wwp]        2.0.0cvs69
14589
14590         * src/summaryview.c
14591         * src/gtk/pluginwindow.c
14592         * src/plugins/pgpcore/prefs_gpg.c
14593                 fix some compilation warnings (feat. remains of removed code).
14594
14595 2006-02-21 [wwp]        2.0.0cvs68
14596
14597         * src/gtk/gtkutils.c
14598                 fix two compilation issues, thanks to Stephan Sachse.
14599
14600 2006-02-20 [colin]      2.0.0cvs67
14601
14602         * src/mainwindow.c
14603                 Don't reselect displayed mail on refocus
14604                 This fixes actions misbehaving 
14605
14606 2006-02-20 [wwp]        2.0.0cvs66
14607
14608         * src/summaryview.c
14609         * src/gtk/gtksctree.c
14610         * src/gtk/gtkshruler.c
14611                 changed more runtime typecast checks.
14612
14613 2006-02-20 [wwp]        2.0.0cvs65
14614
14615         * src/summary_search.c
14616                 find all - summaryview refresh issue fixed, thanks to Colin.
14617
14618 2006-02-20 [wwp]        2.0.0cvs64
14619
14620         * src/gtk/gtkutils.c
14621                 better runtime typecast checks.
14622
14623 2006-02-20 [wwp]        2.0.0cvs63
14624
14625         * src/summary_search.c
14626                 enhancements to the summary search:
14627                         - add the ability to stop the running search
14628                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14629                         - don't search if no criteria (From/To/Subject/Body) is set
14630                         - ensure that a busy mouse pointer is always shown when searching,
14631                           show it even a bit earlier
14632
14633 2006-02-19 [colin]      2.0.0cvs62
14634
14635         * src/compose.c
14636         * src/imap.c
14637         * src/etpan/imap-thread.c
14638         * src/etpan/imap-thread.h
14639                 (Future) IMAP speed improvement on sending
14640                 Will require a libetpan update
14641         * src/summaryview.c
14642         * src/gtk/quicksearch.c
14643                 Make quicksearch clearable while running.
14644
14645 2006-02-17 [colin]      2.0.0cvs61
14646
14647         * src/imap.c
14648         * src/etpan/imap-thread.c
14649         * src/etpan/imap-thread.h
14650                 Check for IMAP certificates
14651                 ** Requires libetpan-0.42-cvs4 
14652                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14653
14654 2006-02-17 [colin]      2.0.0cvs60
14655
14656         * src/messageview.c
14657         * src/prefs_common.c
14658         * src/prefs_common.h
14659         * src/prefs_message.c
14660                 Add pref to display HTML-only mails with plugin, 
14661                 if possible (defaulting to FALSE of course).
14662
14663 2006-02-16 [colin]      2.0.0cvs59
14664
14665         * src/main.c
14666         * src/common/plugin.c
14667         * src/common/plugin.h
14668         * src/gtk/pluginwindow.c
14669                 Keep track of requested (but unloaded) plugins
14670                 in some error cases.
14671
14672 2006-02-16 [wwp]        2.0.0cvs58
14673
14674         * src/gtk/gtkaspell.c
14675         * src/gtk/gtkaspell.h
14676         * src/prefs_spelling.c
14677         * src/compose.c
14678         * src/prefs_common.c
14679         * src/prefs_common.h
14680                 implemented new optional spellchecker behaviour: re-check message when
14681                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14682
14683 2006-02-16 [wwp]        2.0.0cvs57
14684
14685         * src/quote_fmt_parse.y
14686                 pclose popen'ed pipe.
14687
14688 2006-02-15 [colin]      2.0.0cvs56
14689
14690         * src/mimeview.c
14691         * src/mimeview.h
14692                 Let MimeViewers know which MimeView they
14693                 depend of.
14694         * src/summaryview.c
14695                 Swap From/To columns in Sent/Queue/Drafts
14696                 folders
14697         * src/etpan/imap-thread.c
14698                 Use mailstream_low_tls_open() for STARTTLS
14699                 instead of mailstream_low_ssl_open()
14700                 ** REQUIRES libetpan 0.42cvs3 **
14701
14702 2006-02-15 [wwp]        2.0.0cvs55
14703
14704         * src/compose.c
14705         * src/compose.h
14706         * src/message_search.c
14707         * src/message_search.h
14708         * src/textview.c
14709         * src/gtk/gtkutils.c
14710         * src/gtk/gtkutils.h
14711                 added the ability to Find text in the compose window (and a bit
14712                 of code factorization).
14713
14714 2006-02-15 [wwp]        2.0.0cvs54
14715
14716         * src/prefs_gtk.c
14717                 yet another one file was missing (fix for some widgets' sensitivity).
14718                 Thanks Colin!
14719
14720 2006-02-15 [wwp]        2.0.0cvs53
14721
14722         * src/prefs_gtk.h
14723                 oops forgot that file (fix for some widgets' sensitivity).
14724
14725 2006-02-15 [wwp]        2.0.0cvs52
14726
14727         * src/summary_search.c
14728                 implemented advanced summary search options (added the ability
14729                 to use matcher conditions in an advanced search mode).
14730
14731 2006-02-15 [wwp]        2.0.0cvs51
14732
14733         * src/plugins/pgpcore/prefs_gpg.c
14734         * src/prefs_account.c
14735                 fix some widget sensitivity, mostly around some labels in
14736                 account prefs.
14737
14738 2006-02-15 [paul]       2.0.0cvs50
14739
14740         * manual/advanced.xml
14741                 improve Templates info
14742                 written by wwp
14743
14744 2006-02-14 [colin]      2.0.0cvs49
14745
14746         * src/pixmaps/address_book.xpm
14747         * src/pixmaps/preferences.xpm
14748         * src/pixmaps/properties.xpm
14749                 Fix pixmap size - patch by Fabien Vantard
14750
14751 2006-02-13 [colin]      2.0.0cvs48
14752
14753         * src/procmime.c
14754                 Add missing fclose()s on error
14755         * src/textview.c
14756                 Remove unused code
14757         * src/common/utils.c
14758                 Fix temp files not being deleted on windows
14759         Patches by Thomas Gilgin
14760
14761 2006-02-13 [colin]      2.0.0cvs47
14762
14763         * src/mainwindow.c
14764                 Fix exit crash
14765
14766 2006-02-13 [wwp]        2.0.0cvs46
14767
14768         * src/plugins/pgpcore/prefs_gpg.c
14769                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14770
14771 2006-02-12 [colin]      2.0.0cvs45
14772
14773         * src/folderview.c
14774         * src/main.c
14775         * src/mainwindow.c
14776                 Fix "stuff" when quitting
14777
14778 2006-02-12 [wwp]        2.0.0cvs44
14779
14780         * src/prefs_themes.c
14781                 fix typos in debug messages.
14782
14783 2006-02-11 [colin]      2.0.0cvs43
14784
14785         * src/summaryview.c
14786                 don't allow drag/drop from ourself
14787
14788 2006-02-10 [wwp]        2.0.0cvs42
14789
14790         * src/exporthtml.c
14791         * src/html.c
14792         * src/html.h
14793         * src/procmime.c
14794         * src/textview.c
14795                 renamed html_ prefixed functions and data structures to avoid
14796                 namespace clashes w/ other software (gtkhtml2 for instance).
14797                 Closes bug #907.
14798
14799
14800 2006-02-09 [colin]      2.0.0cvs41
14801
14802         * src/summaryview.c
14803                 Fix shitty logic messed up. Thanks Ticho for the hint!
14804
14805 2006-02-09 [wwp]        2.0.0cvs40
14806
14807         * src/gtk/about.c
14808         * src/compose.c
14809         * src/prefs_account.c
14810         * src/prefs_gtk.h
14811         * src/editaddress.c
14812                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14813                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14814                 Browse buttons in accounts prefs.
14815
14816 2006-02-09 [colin]      2.0.0cvs39
14817
14818         * src/matcher.c
14819                 Check for pointer before using its members
14820         * src/gtk/gtksourceprintjob.c
14821                 Fix a wrong warning
14822
14823 2006-02-09 [wwp]        2.0.0cvs38
14824
14825         * src/gtk/filesel.c
14826                 fix few compiler warnings (type mismatch).
14827
14828 2006-02-09 [paul]       2.0.0cvs37
14829
14830         * po/fr.po
14831                 updated by Fabien Vantard
14832
14833 2006-02-08 [colin]      2.0.0cvs36
14834
14835         * src/prefs_common.c
14836         * src/common/defs.h
14837         * src/common/plugin.c
14838                 allow windows and linux configurations to coexist
14839                 patch by Thomas Gilgin
14840
14841 2006-02-08 [colin]      2.0.0cvs35
14842
14843         * src/filtering.c
14844         * src/matcher.c
14845         * src/matcher.h
14846         * src/matcher_parser_parse.y
14847         * src/prefs_filtering_action.c
14848         * src/prefs_matcher.c
14849                 Add the "Ignore thread" filtering
14850                 action
14851
14852 2006-02-08 [colin]      2.0.0cvs34
14853
14854         * src/compose.c
14855         * src/procmime.c
14856         * src/procmime.h
14857                 Fix bug #905 (damaged attachment)
14858                 text files with raw \0's aren't really text files
14859         FOR_STABLE
14860
14861 2006-02-08 [colin]      2.0.0cvs33
14862
14863         * src/summaryview.c
14864                 Fix crasher introduced yesterday
14865
14866 2006-02-08 [wwp]        2.0.0cvs32
14867
14868         * src/compose.c
14869         * src/compose.h
14870                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14871
14872 2006-02-08 [wwp]        2.0.0cvs31
14873
14874         * src/prefs_template.c
14875                 templates enhancement: allow address completion for Cc and Bcc fields
14876                 (it was currently possible for the To field only)
14877
14878 2006-02-08 [colin]      2.0.0cvs30
14879
14880         * src/compose.c
14881                 Don't unblock if not blocked
14882         FOR_STABLE
14883
14884 2006-02-07 [colin]      2.0.0cvs29
14885
14886         * src/action.c
14887                 Forgot to refresh summaryview
14888
14889 2006-02-07 [colin]      2.0.0cvs28
14890
14891         * src/action.c
14892                 Freeze/thaw message list and folder list while
14893                 processing %as{} actions 
14894         * src/compose.c
14895                 Fix auto-wrap disabling after a middle-click
14896                 paste - FOR_STABLE
14897
14898 2006-02-07 [paul]       2.0.0cvs27
14899
14900         * src/folder.c
14901                 fix freeing of uninitialised pointers
14902                 Thanks to Colin
14903
14904 2006-02-06 [colin]      2.0.0cvs26
14905
14906         * src/folder.c
14907                 Use g_slist_prepend in potentially big list
14908
14909 2006-02-06 [colin]      2.0.0cvs25
14910
14911         * src/folder.c
14912                 Completely skip processing if it doesn't 
14913                 exist (faster!)
14914
14915 2006-02-06 [colin]      2.0.0cvs24
14916
14917         * src/folder.c
14918         * src/summaryview.c
14919                 Batch filtering in summaryview (from Tools menu)
14920                 and pre/post//-processing too
14921
14922 2006-02-06 [colin]      2.0.0cvs23
14923
14924         * src/procmsg.h
14925         * src/filtering.c
14926                 Use a special field for batch filtering instead
14927                 of stepping on deferred execution's toes
14928
14929 2006-02-06 [colin]      2.0.0cvs22
14930
14931         * src/action.c
14932         * src/filtering.c
14933         * src/filtering.h
14934         * src/folder.c
14935         * src/summaryview.c
14936                 Fix filtering via menus and actions
14937
14938 2006-02-06 [colin]      2.0.0cvs21
14939
14940         * src/imap.c
14941                 Put the added file directly to cache if possible (will work
14942                 with next libetpan)
14943         * src/filtering.c
14944         * src/filtering.h
14945         * src/inc.c
14946         * src/folder.c
14947         * src/mbox.c
14948         * src/procmsg.h
14949                 Move and copy filtered messages by batches instead of one
14950                 by one - faster on IMAP
14951         * src/procmsg.c
14952                 Add a function that'll possibly be useful later
14953
14954 2006-02-06 [colin]      2.0.0cvs20
14955
14956         * src/addressbook.c
14957                 Use internal mime-type instead of text/plain for d'n'd
14958         * src/compose.c
14959                 Allow attaching files from mimeview's icon list via d'n'd
14960         * src/folderview.c
14961         * src/folderview.h
14962                 Use internal mime-type instead of text/plain for d'n'd
14963                 Don't try to selected opened folder if none is
14964                 Factorize d'n'd from other apps code
14965         * src/headerview.c
14966         * src/textview.c
14967         * src/gtk/gtkutils.c
14968         * src/gtk/gtkutils.h
14969                 Factorize Face/X-Face stuff
14970         * src/mimeview.c
14971                 Fix d'n'd to other apps
14972         * src/prefs_message.c
14973                 Let the XFace pref be usable without libcompface as it also
14974                 applies to Face
14975         * src/summaryview.c
14976                 Fix d'n'd to other apps
14977                 Factorize d'n'd from other apps code
14978
14979 2006-02-06 [wwp]        2.0.0cvs19
14980
14981         * po/it.po
14982                 Italian translation fixes by Andrea Spadaccini (no more confusion
14983                 between filtering and processing, and few changes in the About
14984                 dialog).
14985
14986
14987 2006-02-06 [mones]      2.0.0cvs18
14988
14989         * src/gtk/icon_legend.c
14990                 Improved descriptions allowing better translations
14991
14992 2006-02-05 [colin]      2.0.0cvs17
14993
14994         * src/imap.c
14995                 Add the f*cking missing expunge that caused imap_fetch_env
14996                 to fail after an add_msgs ! :-///
14997         * src/etpan/imap-thread.c
14998                 Add a bit of debug
14999         FOR_STABLE
15000
15001 2006-02-05 [colin]      2.0.0cvs16
15002
15003         * src/common/utils.c
15004                 Don't check for return-path (or we can't put
15005                 back non-sent mails)
15006
15007 2006-02-05 [colin]      2.0.0cvs15
15008
15009         * src/textview.c
15010                 Don't try to display Face header in textview
15011                 when teh headerview's active
15012
15013 2006-02-05 [colin]      2.0.0cvs14
15014
15015         * tools/tbird2syl.py
15016         * tools/Makefile.am
15017                 Add script to import Thunderbird mails
15018
15019 2006-02-05 [colin]      2.0.0cvs13
15020
15021         * src/headerview.c
15022         * src/procheader.c
15023         * src/procmsg.c
15024         * src/procmsg.h
15025         * src/textview.c
15026                 Show Face headers - patch partially by Klaus Flittner
15027
15028 2006-02-05 [colin]      2.0.0cvs12
15029
15030         * src/folderview.c
15031         * src/summaryview.c
15032         * src/common/utils.c
15033         * src/common/utils.h
15034                 Let dnd work from mime icons to summaryview
15035                 and to folderview too
15036                 Add a crude test to avoid trying to add files
15037                 drag'n'dropped when they're not mails
15038
15039 2006-02-04 [colin]      2.0.0cvs11
15040
15041         * src/summaryview.c
15042         * src/mimeview.c
15043                 Fix utf8 conversion
15044
15045 2006-02-04 [colin]      2.0.0cvs10
15046
15047         * src/compose.c
15048         * src/folderview.c
15049         * src/mimeview.c
15050         * src/summaryview.c
15051         * src/summaryview.h
15052                 Added various drag and drop capas:
15053                 From                    To
15054                 summaryview             other apps
15055                 mimeview icons          other apps
15056                 other apps              summaryview
15057                 other apps              folderview
15058
15059                 This shouldn't have broken the existing:
15060                 From                    To
15061                 summaryview             folderview
15062                 folderview              folderview
15063                 summaryview             compose's attachments
15064
15065         Tests welcomed.
15066
15067 2006-02-02 [paul]       2.0.0cvs9
15068
15069         * src/mainwindow.c
15070                 move global option 'Set displayed columns...' out
15071                 of folder option grouping.
15072                 fix sensitivity of 'harvest addresses'
15073         FOR_STABLE
15074
15075 2006-02-01 [colin]      2.0.0cvs8
15076
15077         * src/mimeview.c
15078                 Revert the alertpanel patch, it sucks (intrusive
15079                 and gets in the way of "open")
15080
15081 2006-02-01 [colin]      2.0.0cvs7
15082
15083         * src/compose.c
15084         * src/prefs_account.c
15085         * src/prefs_common.c
15086         * src/common/defs.h
15087         * src/common/utils.c
15088         * src/common/utils.h
15089                 Add ability to edit the signature file
15090                 from the account preferences, and use
15091                 a default for the text editor.
15092                 Patch by Fabien Vantard
15093
15094 2006-02-01 [colin]      2.0.0cvs6
15095
15096         * src/mimeview.c
15097                 Try to get mime type by extension if it is
15098                 application/octet-stream
15099                 Display a window with possible choices when
15100                 encountering unknown mime types
15101         * src/gtk/filesel.c
15102         * src/gtk/filesel.h
15103                 Add preview
15104                 Allow multiple selection in filtered filesel
15105                 (patch by Fabien Vantard)
15106         * src/gtk/pluginwindow.c
15107                 Use it (patch by Fabien Vantard)
15108
15109 2006-02-01 [paul]       2.0.0cvs5
15110
15111         * src/jpilot.c
15112                 fix crash on creating jpilot address book
15113                 Thanks to Colin - FOR_STABLE
15114         * src/prefs_summaries.c
15115         * src/prefs_wrapping.c
15116         * src/gtk/icon_legend.c
15117         * src/gtk/quicksearch.c
15118                 string fixes and additions
15119
15120 2006-02-01 [paul]       2.0.0cvs4
15121
15122         * src/compose.c
15123         * src/mainwindow.c
15124         * src/messageview.c
15125         * src/prefs_send.c
15126                 add Arabic encoding option
15127                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15128
15129 2006-01-31 [colin]      2.0.0cvs3
15130
15131         * src/plugins/pgpcore/passphrase.c
15132                 Convert passphrase to locale encoding
15133         * src/compose.c
15134                 Fix drafting on IMAP. Crappy bug sneaked in
15135                 the release :-/
15136         FOR_STABLE
15137
15138 2006-01-30 [paul]       2.0.0cvs2
15139
15140         * src/gtk/icon_legend.c
15141                 show the new entries
15142
15143 2006-01-30 [colin]      2.0.0cvs1
15144
15145         * src/manual.c
15146                 Check for the file to be present before 
15147                 enabling the menu - FOR_STABLE
15148         * src/gtk/icon_legend.c
15149                 Add folders icons (not all of them, there
15150                 are too much, but the most intriguing ones)
15151
15152 2006-01-30 [paul]       2.0.0
15153
15154         version 2.0.0 released
15155
15156 [For previous entries, see ChangeLog.pre2.0.0]