2006-12-15 [wwp] 2.6.1cvs39
[claws.git] / ChangeLog
1 2006-12-15 [wwp]        2.6.1cvs39
2
3         * src/plugins/bogofilter/bogofilter.c
4         * src/plugins/bogofilter/bogofilter_gtk.c
5                 flag whitelisted spams as spam, but don't filter it to the spam
6                 folder. Thanks to Colin.
7
8 2006-12-15 [ticho]      2.6.1cvs38
9
10         * src/plugins/bogofilter/bogofilter.c
11         * src/plugins/bogofilter/bogofilter.h
12         * src/plugins/bogofilter/bogofilter_gtk.c
13                 Add option to whitelist senders found in addressbook. Patch by colin.
14
15 2006-12-15 [paul]       2.6.1cvs37
16
17         * src/folderview.c
18                 add missing #include "log.h"
19
20 2006-12-15 [paul]       2.6.1cvs36
21
22         * src/plugins/bogofilter/bogofilter.c
23         * src/plugins/bogofilter/bogofilter.h
24         * src/plugins/bogofilter/bogofilter_gtk.c
25                 Add an option to allow inserting an
26                 X-Claws-Bogosity header (on MH folders
27                 only). Patch by Colin
28
29 2006-12-14 [colin]      2.6.1cvs35
30
31         * src/main.c
32                 "Yes" should be the default choice for
33                 migration configuration
34
35 2006-12-14 [paul]       2.6.1cvs34
36
37         * src/prefs_summaries.c
38         * manual/advanced.xml
39                 Unhide mark_as_read_delay
40
41 2006-12-14 [paul]       2.6.1cvs33
42
43         * src/messageview.c
44         * src/messageview.h
45         * src/mimeview.c
46         * src/mimeview.h
47         * src/summaryview.c
48         * src/textview.c
49         * src/textview.h
50                 Fix printing of selection
51                 Fix printing of message parts
52                 Fix printing of images
53         * src/gtk/gtksourceprintjob.c
54                 Fix page count when there are images
55
56 2006-12-14 [wwp]        2.6.1cvs32
57
58         * src/mainwindow.c
59         * src/summaryview.c
60         * src/summaryview.h
61         * src/gtk/quicksearch.c
62                 fix quicksearch 'magnify' button status when QS is closed
63                 using the Escape key, thanks to Colin.
64
65 2006-12-14 [wwp]        2.6.1cvs31
66
67         * src/mainwindow.c
68         * src/summaryview.c
69         * src/summaryview.h
70         * src/gtk/quicksearch.c
71                 fix quicksearch 'magnify' button status when QS is closed
72                 using the Escape key, thanks to Colin.
73
74 2006-12-13 [colin]      2.6.1cvs30
75
76         * src/ldapquery.c
77         * src/ldaputil.c
78                 Use the binary safe version of ldap_get_values,
79                 to make sure we manipulate null-terminated 
80                 strings. Maybe fixes bug 1075, 'claws mail 
81                 segfault when completing ldap adresses'
82         * src/syldap.c ** REMOVED **
83         * src/syldap.h ** REMOVED **
84                 Remove dead files
85
86 2006-12-13 [mones]      2.6.1cvs29
87
88         * po/es.po
89                 Fixed piped strings, fixed click translation
90
91 2006-12-13 [paul]       2.6.1cvs28
92
93         * src/main.c
94                 don't translate these strings
95
96 2006-12-13 [paul]       2.6.1cvs27
97
98         * po/en_GB.po
99                 updated
100
101 2006-12-13 [colin]      2.6.1cvs26
102
103         * src/main.c
104         * src/main.h
105                 Add claws_is_starting()
106
107 2006-12-13 [mones]      2.6.1cvs25
108
109         * manual/es/advanced.xml
110         * po/es.po
111                 Synced manual and updated translation
112
113 2006-12-12 [colin]      2.6.1cvs24
114
115         * src/wizard.c
116                 Add an option to use STARTTLS in the
117                 welcome wizard. Fixes bug 1080, 
118                 'Using SSL option in wizard for incoming 
119                 server does not activate SSL with STARTTLS'
120
121 2006-12-12 [colin]      2.6.1cvs23
122
123         * src/main.c
124                 Don't exit when there's an incomplete
125                 mailbox configured - leaves a chance 
126                 to fix a failing IMAP account. Exit
127                 if no mailbox at all is loaded (case
128                 of missing plugin).
129                 Completes bug 1077's fix (I was wrong
130                 in this bug's comment #3).
131
132 2006-12-12 [colin]      2.6.1cvs22
133
134         * src/gtk/menu.h
135                 Add another menu data type
136         * src/prefs_account.c
137                 Complete the completion of bug 1076
138                 (doesn't lose the pref on apply)
139
140 2006-12-12 [paul]       2.6.1cvs21
141
142         * src/prefs_account.c
143                 complete the fix of bug 1076
144                 also be more verbose with the text
145
146 2006-12-12 [paul]       2.6.1cvs20
147
148         * src/gtk/combobox.c
149                 fix compilation warning
150
151 2006-12-11 [colin]      2.6.1cvs19
152
153         * src/wizard.c
154                 Document :port in server entry tooltips
155
156 2006-12-11 [colin]      2.6.1cvs18
157
158         * src/main.c
159                 Fix compile
160
161 2006-12-11 [colin]      2.6.1cvs17
162
163         * src/main.c
164                 Add failing IMAP as a reason for no
165                 mailbox
166
167 2006-12-11 [colin]      2.6.1cvs16
168
169         * src/prefs_account.c
170                 Check for existence of inbox for local
171                 accounts too
172         * src/wizard.c
173                 Allow setting the port to use for servers
174                 by using the usual "server.example.com:port"
175                 syntax. Fixes bug 1077, 'sylpheed-claws does 
176                 not start when IMAP server is unavailable'
177
178 2006-12-11 [colin]      2.6.1cvs15
179
180         * src/prefs_account.c
181                 Prevent use of non-existing default inbox
182
183 2006-12-11 [colin]      2.6.1cvs14
184
185         * src/prefs_account.c
186                 Fix sensitivity. Fixes bug 1076, 'privacy 
187                 options are displayed even when pgp plugin 
188                 not loaded / available'
189
190 2006-12-09 [colin]      2.6.1cvs13
191
192         * manual/advanced.xml
193         * src/prefs_common.c
194         * src/prefs_common.h
195         * src/common/ssl_certificate.c
196                 Add a new hidden preference, 'unsafe_ssl_certs',
197                 which allows to store multiple certificates per
198                 server/port. This is disabled by default because
199                 it's less secure (presenting a new certificate
200                 instead of a changed one raises less alarms).
201                 This will cause Claws to ask about an unknown
202                 certificate for people who have used 2.6.1cvs8
203                 or greater.
204
205 2006-12-09 [colin]      2.6.1cvs12
206
207         * src/action.c
208                 Fix cache updating after action
209
210 2006-12-07 [wwp]        2.6.1cvs11
211
212         * src/compose.c
213                 fix email address comparison when replying to all
214                 (avoid replying to ourselves), thanks to Colin.
215
216 2006-12-06 [paul]       2.6.1cvs10
217
218         * src/addrharvest.c
219         * src/editldap.c
220         * src/expldifdlg.c
221         * src/news.c
222         * src/toolbar.c
223         * src/common/utils.c
224                 ...and more renaming
225                 Thanks to Colin
226
227 2006-12-06 [paul]       2.6.1cvs9
228
229         * src/compose.c
230         * src/messageview.c
231         * src/procheader.c
232         * src/procmime.c
233         * src/procmsg.c
234         * src/textview.c
235                 more renaming
236                 Thanks to Colin
237
238 2006-12-06 [colin]      2.6.1cvs8
239
240         * src/ssl_manager.c
241         * src/common/ssl_certificate.c
242         * src/common/ssl_certificate.h
243                 Handle multiple certificates per host/port
244
245 2006-12-06 [colin]      2.6.1cvs7
246
247         * src/etpan/imap-thread.c
248                 Fix certificate checking on IMAP
249
250 2006-12-06 [colin]      2.6.1cvs6
251
252         * src/folderview.c
253                 Fix bug 1072, 'Claws stops fetching newsgroups 
254                 from server when newsgroup got deleted': continue
255                 checking other groups
256
257 2006-12-05 [wwp]        2.6.1cvs5
258
259         * src/message_search.c
260         * src/summary_search.c
261         * src/gtk/combobox.c
262         * src/gtk/combobox.h
263         * src/gtk/gtkutils.c
264         * src/gtk/gtkutils.h
265                 make up and down arrow keys in modern gtk_combo_box_entry widgets
266                 behave like w/ old comboboxes (summary and message search only).
267
268 2006-12-05 [paul]       2.6.1cvs4
269
270         * src/wizard.c
271                 encode headers
272                 Thanks to Colin
273
274 2006-12-05 [paul]       2.6.1cvs3
275
276         * tools/README
277         * tools/textviewer.pl
278                 script updated and description added
279
280 2006-12-04 [colin]      2.6.1cvs2
281
282         * src/compose.c
283                 Run pre-send hook only when checking
284                 everything
285
286 2006-12-04 [paul]       2.6.1cvs1
287
288         * NEWS
289         * README
290         * RELEASE_NOTES
291         * configure.ac
292         * tools/README
293                 bump up version number following stable release
294
295 2006-12-04 [paul]       2.6.0cvs83
296
297         * README
298                 updates and corrections
299
300 2006-12-04 [colin]      2.6.0cvs82
301
302         * src/common/utils.c
303                 Probably fix bug 1066, 'Incorrect mailbox 
304                 size displayed'
305
306 2006-12-04 [colin]      2.6.0cvs81
307
308         * src/common/utils.c
309                 Trim tabs from mailcap file too.
310
311 2006-12-02 [paul]       2.6.0cvs80
312
313         * src/exphtmldlg.c
314                 fix broken GUI under certain languages
315         * src/expldifdlg.c
316                 put the Cancel button to the right
317
318 2006-12-01 [paul]       2.6.0cvs79
319
320         * tools/Makefile.am
321                 remove reference to removed file
322
323 2006-12-01 [wwp]        2.6.0cvs78
324
325         * src/addressbook.c
326         * src/editaddress.c
327                 remove forgotten debug statements.
328
329 2006-12-01 [wwp]        2.6.0cvs77
330
331         * manual/advanced.xml
332         * manual/fr/advanced.xml
333         * src/addressbook.c
334         * src/addressbook.h
335         * src/addressitem.h
336         * src/editaddress.c
337         * src/editaddress.h
338         * src/prefs_common.c
339         * src/prefs_common.h
340         * src/gtk/gtkutils.c
341         * src/gtk/gtkutils.h
342                 add a hidden option to allow embedding the editaddress (edit contact details)
343                 dialog into the addressbook's window. This doesn't change the default
344                 behaviour.
345
346 2006-12-01 [wwp]        2.6.0cvs76
347
348         * src/message_search.c
349         * src/summary_search.c
350                 fix more focus issues (don't set focus to combobox's entry widget when
351                 entry's value changed, if entry widget has focus already).
352
353 2006-12-01 [wwp]        2.6.0cvs75
354
355         * src/gtk/quicksearch.c
356                 revert last changes to the quicksearch gtk_combo_box, this needs more
357                 tuning and testing.
358
359 2006-12-01 [paul]       2.6.0cvs74
360
361         * tools/kdeservicemenu/README
362         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
363         * tools/kdeservicemenu/install.sh
364         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
365         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
366                 simplify this stuff, and in so doing,
367                 fix it. (possibly re-extend it again at
368                 a later date)
369
370 2006-12-01 [wwp]        2.6.0cvs73
371
372         * src/gtk/quicksearch.c
373                 adapt quicksearch code to use modern gtk_combo_box'es.
374
375 2006-12-01 [wwp]        2.6.0cvs72
376
377         * src/common/defs.h
378         * src/prefs_common.c
379         * src/prefs_common.h
380         * src/message_search.c
381         * src/summary_search.c
382         * src/gtk/combobox.c
383         * src/gtk/combobox.h
384                 add history combos to all message and summary search fields.
385
386 2006-12-01 [wwp]        2.6.0cvs71
387
388         * src/summaryview.c
389                 As the list may change while the mark as read delay
390                 runs, we can't rely on the 'row' pointer, which can
391                 be invalid when the timeout is called. As the mark
392                 as read is only done if the message is still selected,
393                 use summaryview->selected instead. Thanks to Colin.
394
395 2006-11-30 [paul]       2.6.0cvs70
396
397         * src/textview.c
398                 give emphasis to "Sylpheed-Claws"
399                 as well as "Claws Mail"
400
401 2006-11-30 [colin]      2.6.0cvs69
402
403         * src/wizard.c
404                 Put the SSL checkboxes in the receiving
405                 and sending server pages.
406
407 2006-11-29 [colin]      2.6.0cvs68
408
409         * src/gtk/gtkutils.c
410         * src/gtk/gtkvscrollbutton.c
411                 Revert some deprecated fixes - they seem to
412                 deprecate stuff as soon as a new one gets out.
413                 g_object_ref_sink needed glib-2.10.
414
415 2006-11-29 [colin]      2.6.0cvs67
416
417         * src/common/utils.c
418                 Create .mailcap if it doesn't exist
419
420 2006-11-29 [colin]      2.6.0cvs66
421
422         * src/compose.c
423                 Followup to cvs60: use original list
424                 of recipients if replying to a mail
425                 in Sent Drafts or Queue.
426
427 2006-11-27 [paul]       2.6.0cvs65
428
429         * src/image_viewer.c
430                 revert the last change for now (it's broken)
431
432 2006-11-27 [paul]       2.6.0cvs64
433
434         * Makefile.am
435         * configure.ac
436         * m4/aclocal-include.m4
437         * m4/check-type.m4
438         * src/Makefile.am
439         * src/addr_compl.c
440         * src/compose.c
441         * src/crash.c
442         * src/export.c
443         * src/exporthtml.c
444         * src/exportldif.c
445         * src/imap.c
446         * src/import.c
447         * src/main.c
448         * src/main.h
449         * src/matcher.c
450         * src/mimeview.c
451         * src/procmsg.c
452         * src/textview.c
453         * src/common/Makefile.am
454         * src/common/claws.c
455         * src/common/claws.h
456         * src/common/ssl.c
457         * src/common/sylpheed.c
458         * src/common/sylpheed.h
459         * src/etpan/Makefile.am
460         * src/gtk/Makefile.am
461         * src/gtk/claws-marshal.list
462         * src/gtk/filesel.c
463         * src/gtk/gtksctree.c
464         * src/gtk/quicksearch.c
465         * src/gtk/sylpheed-marshal.list
466         * src/plugins/bogofilter/bogofilter.c
467         * src/plugins/bogofilter/bogofilter_gtk.c
468         * src/plugins/clamav/clamav_plugin.c
469         * src/plugins/clamav/clamav_plugin_gtk.c
470         * src/plugins/demo/demo.c
471         * src/plugins/dillo_viewer/dillo_viewer.c
472         * src/plugins/pgpcore/Makefile.am
473         * src/plugins/pgpcore/claws.def
474         * src/plugins/pgpcore/pgp_viewer.c
475         * src/plugins/pgpcore/plugin.c
476         * src/plugins/pgpcore/sylpheed.def
477         * src/plugins/pgpinline/Makefile.am
478         * src/plugins/pgpinline/claws.def
479         * src/plugins/pgpinline/plugin.c
480         * src/plugins/pgpinline/sylpheed.def
481         * src/plugins/pgpmime/Makefile.am
482         * src/plugins/pgpmime/claws.def
483         * src/plugins/pgpmime/plugin.c
484         * src/plugins/pgpmime/sylpheed.def
485         * src/plugins/spamassassin/spamassassin.c
486         * src/plugins/spamassassin/spamassassin_gtk.c
487         * src/plugins/trayicon/trayicon.c
488                 yet more renaming
489                 remove deprecated gtk_tooltips_set_delay()
490
491 2006-11-26 [paul]       2.6.0cvs63
492
493         * src/expldifdlg.c
494         * src/folderview.c
495         * src/image_viewer.c
496         * src/mainwindow.c
497         * src/gtk/gtkutils.c
498         * src/gtk/gtkvscrollbutton.c
499         * src/gtk/prefswindow.c
500         * src/plugins/pgpcore/prefs_gpg.c
501                 replace more deprecated GTK+ functions
502
503 2006-11-26 [paul]       2.6.0cvs62
504
505         * src/addr_compl.c
506         * src/addressbook.c
507         * src/browseldap.c
508                 replace deprecated gtk_idle_... functions
509
510 2006-11-26 [paul]       2.6.0cvs61
511
512         * src/compose.c
513         * src/folderview.c
514         * src/inc.c
515         * src/summaryview.c
516         * src/gtk/gtkvscrollbutton.c
517         * src/gtk/quicksearch.c
518         * src/plugins/pgpcore/passphrase.c
519                 replace deprecated gtk_timeout_add and
520                 gtk_timeout_remove
521
522 2006-11-26 [paul]       2.6.0cvs60
523
524         * src/compose.c
525                 fix bug that caused the wrong recipient
526                 to be selected when replying to a msg
527                 which is From one of our accounts to
528                 another of our accounts
529
530 2006-11-25 [paul]       2.6.0cvs59
531
532         * src/summaryview.c
533                 don't change the From column title to
534                 To if the To column is visible
535
536 2006-11-24 [paul]       2.6.0cvs58
537
538         * src/compose.c
539                 fix bug 1069, 'Sent mails disappear, BCC
540                 or locking problem?'
541
542 2006-11-21 [wwp]        2.6.0cvs57
543
544         * src/compose.c
545                 fix spelling menu when replying (same as 2.3.1cvs39):
546                 discrepancy between context menu and top menu when
547                 folder's dictionary isn't the default one.
548
549 2006-11-19 [paul]       2.6.0cvs56
550
551         * src/summaryview.c
552                 obey always_show_msg option when
553                 marking as spam
554         * src/plugins/bogofilter/bogofilter.c
555                 fix typo
556
557 2006-11-18 [paul]       2.6.0cvs55
558
559         * AUTHORS
560         * README
561         * debian/copyright
562         * manual/ack.xml
563         * manual/es/ack.xml
564         * manual/fr/ack.xml
565         * manual/pl/ack.xml
566         * src/gtk/authors.h
567         * src/gtk/icon_legend.c
568         * src/gtk/icon_legend.h
569         * tools/OOo2claws-mail.pl
570         * tools/README
571         * tools/acroread2claws-mail.pl
572         * tools/claws.i18n.status.pl
573         * tools/filter_conv.pl
574         * tools/filter_conv_new.pl
575         * tools/freshmeat_search.pl
576         * tools/google_search.pl
577         * tools/kmail2claws-mail.pl
578         * tools/kmail2claws-mail_v2.pl
579         * tools/maildir2claws-mail.pl
580         * tools/make.themes.project
581         * tools/multiwebsearch.pl
582         * tools/outlook2claws-mail.pl
583         * tools/tb2claws-mail
584         * tools/kdeservicemenu/README
585         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
586                 update mine and wwp's email addresses in
587                 several places
588                 Patch by wwp
589         * src/prefs_compose_writing.c
590                 set sensitivity on 'new message format' frame
591
592 2006-11-17 [paul]       2.6.0cvs54
593
594         * src/gtk/about.c
595                 more reworking of the GUI
596                 Patch by Fabien Vantard
597
598 2006-11-16 [paul]       2.6.0cvs53
599
600         * src/gtk/about.c
601                 set a minimum size for the window, allow
602                 it to automatically expand as necessary
603
604 2006-11-16 [wwp]        2.6.0cvs52
605
606         * src/gtk/about.c
607                 better wrap of copyright info on some systems.
608
609 2006-11-16 [paul]       2.6.0cvs51
610
611         * src/gtk/about.c
612                 move the tech info from the upper panel
613                 to the Info tab
614                 use a gtk_text_view for the features tab
615
616 2006-11-16 [paul]       2.6.0cvs50
617
618         * po/Makevars
619                 update my email address
620         * src/addressbook.c
621         * src/compose.c
622         * src/imap_gtk.c
623         * src/mh_gtk.c
624         * src/news_gtk.c
625         * src/summaryview.c
626         * src/plugins/trayicon/trayicon.c
627                 don't offer simple menu separators
628                 for translation
629         * src/folderview.c
630                 add separator between 'mark all read'
631                 and 'search folder'
632
633 2006-11-15 [wwp]        2.6.0cvs49
634
635         * src/gtk/authors.h
636                 updated manuals authors.
637
638 2006-11-14 [paul]       2.6.0cvs48
639
640         * src/compose.c
641                 Fix Options/Reply mode after draft save
642
643 2006-11-14 [paul]       2.6.0cvs47
644
645         * src/Makefile.am
646                 Fix make DESTDIR=...
647         * src/mbox.c
648                 Optimise speed
649         * src/plugins/pgpinline/pgpinline.c
650                 Probably fix bug 1061
651
652 2006-11-14 [paul]       2.6.0cvs46
653
654         * po/Makevars
655                 enable Q_ macro
656         * src/Makefile.am
657         * src/stock_pixmap.c
658         * src/stock_pixmap.h
659         * src/gtk/about.c
660         * src/pixmaps/active.xpm
661         * src/pixmaps/inactive.xpm
662                 add a new page, 'Features', to the About dialog
663                 showing which features are compiled in and which
664                 are not
665
666 2006-11-14 [paul]       2.6.0cvs45
667
668         * po/ru.po
669                 updated by Pavlo Bohmat
670
671 2006-11-14 [colin]      2.6.0cvs44
672
673         * src/compose.c
674         * src/inc.c
675         * src/messageview.c
676         * src/news.c
677         * src/pop.c
678         * src/procmsg.c
679         * src/gtk/gtkaspell.c
680                 Fix 64-bit-related warnings
681         * src/ssl_manager.c
682                 Fix possible infinite loop
683         * src/plugins/pgpcore/sgpgme.c
684                 Remove useless check
685
686 2006-11-13 [colin]      2.6.0cvs43
687
688         * src/gtk/Makefile.am
689                 authors.h isn't generated
690
691 2006-11-13 [colin]      2.6.0cvs42
692
693         * src/plugins/pgpinline/pgpinline.c
694         * src/plugins/pgpmime/pgpmime.c
695                 Very probably fix bug 1061, 'crash on 
696                 opening signed email'. Another cast
697                 problem
698
699 2006-11-13 [colin]      2.6.0cvs41
700
701         * src/plugins/pgpcore/sgpgme.c
702                 Maybe fix bug 1061, 'crash on opening 
703                 signed email'
704
705 2006-11-13 [wwp]        2.6.0cvs40
706
707         * src/plugins/pgpinline/pgpinline.c
708                 fix candidate for bug #1057, thanks to Colin.
709
710 2006-11-13 [wwp]        2.6.0cvs39
711
712         * src/compose.c
713         * src/quote_fmt_parse.y
714                 fix bug 1052: current parser buffer was not always 
715                 allocated, ptr to this buffer could be returned as 
716                 NULL whereas no parser error has occurred. in 
717                 consequence, defining a template body as "%d" 
718                 (w/o the quotes) for the first time of the instance 
719                 of claws-mail, was reporting a parser error. make 
720                 sure that the buffer is always allocated, even to 
721                 an empty string.
722                 fix mis-unescaping in compose.:compose_quote_fmt(): 
723                 unescaping of the fmt string was always done 
724                 whereas it must be done *only* when receiving 
725                 quote format strings issued from the prefs 
726                 (compose new message, reply, forward, redirect 
727                 formats), *not* when applying templates.  in 
728                 consequences, applying templates w/ sequences 
729                 like \\|p{echo} were failing. make sure that 
730                 unescaping is done only when necessary.
731
732 2006-11-12 [colin]      2.6.0cvs38
733
734         * po/de.po
735                 Fix typo (s/KB/MB)
736
737 2006-11-12 [colin]      2.6.0cvs37
738
739         * src/plugins/pgpinline/pgpinline.c
740         * src/plugins/pgpmime/pgpmime.c
741                 Release GPG context at the latest 
742                 possible moment. Maybe fixes 
743                 bug 1057, 'crash on sending signed 
744                 message to a newsgroup'
745                 
746
747 2006-11-12 [colin]      2.6.0cvs36
748
749         * src/plugins/pgpcore/sgpgme.c
750                 Tell a bit more when gpg's status doesn't
751                 contain any signature
752
753 2006-11-12 [colin]      2.6.0cvs35
754
755         * src/compose.c
756                 Fix bug 1060, 'compilation error with 
757                 Irix's cc'
758
759 2006-11-12 [paul]       2.6.0cvs34
760
761         * doc/man/claws-mail.1
762         * src/prefs_gtk.c
763         * src/plugins/clamav/README
764         * src/plugins/spamassassin/README
765         * tools/README
766         * tools/freshmeat_search.pl
767         * tools/google_search.pl
768         * tools/multiwebsearch.pl
769                 more renaming
770         * src/plugins/trayicon/trayicon.c
771                 fix compiliation warning
772
773 2006-11-11 [colin]      2.6.0cvs33
774
775         * src/folderview.c
776                 Forbid drag and drop from/to different
777                 folders of type F_UNKNOWN
778
779 2006-11-11 [colin]      2.6.0cvs32
780
781         * src/plugins/pgpinline/pgpinline.c
782                 Fix typo in previous commit:
783                 - gpgme_new(&ctx);
784                 + if ((err = gpgme_new(&data->ctx)) ...)
785
786 2006-11-11 [colin]      2.6.0cvs31
787
788         * src/plugins/pgpinline/pgpinline.c
789         * src/plugins/pgpmime/pgpmime.c
790                 Check success after calling gpgme_new
791                 Maybe fixes bug 1057, 'crash on sending 
792                 signed message to a newsgroup'
793
794 2006-11-11 [colin]      2.6.0cvs30
795
796         * src/undo.c
797                 init undostruct to 0s (from
798                 valgrind log of bug 1057)
799
800 2006-11-10 [colin]      2.6.0cvs29
801
802         * src/mainwindow.c
803                 Set cursor to wait before filtering
804                 duplicates in all folders
805         * src/plugins/bogofilter/bogofilter.c
806         * src/plugins/bogofilter/bogofilter.h
807         * src/plugins/bogofilter/bogofilter_gtk.c
808                 Completely thread away the bogofilter
809                 filtering
810
811 2006-11-10 [mones]      2.6.0cvs28
812
813         * src/compose.c
814         * src/compose.h
815                 added COMPOSE_CHECK_BEFORE_SEND hook
816
817 2006-11-10 [paul]       2.6.0cvs27
818
819         * src/crash.c
820                 more renaming
821                 add libSM to get_compiled_in_features()
822         * src/main.c
823                 more renaming
824
825 2006-11-10 [colin]      2.6.0cvs26
826
827         * src/etpan/imap-thread.c
828                 Add a reference to libetpan's sasl engine
829                 so that sasl_done() doesn't get called by
830                 libetpan, and doesn't break openssl.
831                 Should fix bug 1053, 'SC fails to reestablish 
832                 a secure connection'
833                 Patch by Hoa
834
835 2006-11-10 [colin]      2.6.0cvs25
836
837         * manual/addrbook.xml
838         * manual/advanced.xml
839         * manual/faq.xml
840         * manual/intro.xml
841                 Some more renaming
842
843 2006-11-09 [colin]      2.6.0cvs24
844
845         * src/plugins/bogofilter/bogofilter_gtk.c
846                 Add comment about annoyance
847
848 2006-11-09 [colin]      2.6.0cvs23
849
850         * src/plugins/bogofilter/bogofilter.c
851         * src/plugins/bogofilter/bogofilter_gtk.c
852                 Prepare things needed to thread bogofilter
853                 filtering: separate bogo stuff and possible GUI
854                 stuff. 
855
856 2006-11-09 [colin]      2.6.0cvs22
857
858         * src/account.c
859         * src/compose.c
860                 Search for one of our accounts in Delivered-To
861                 (helps for auto-account selection when 
862                  replying/forwarding)
863         * src/folderview.c
864         * src/mainwindow.c
865         * src/mainwindow.h
866         * src/plugins/trayicon/trayicon.c
867                 Allow opening a new mail with any account from
868                 the contextual menu
869
870 2006-11-09 [wwp]        2.6.0cvs21
871
872         * src/compose.c
873         * src/prefs_common.c
874         * src/prefs_common.h
875         * src/prefs_compose_writing.c
876                 add a compose new message format (in prefs/compose/writing), it's a
877                 simple subject+body template to use when opening a new composition
878                 window. It's similar to the existent reply and forward formats.
879
880                 enhanced the template/format % symbols substitution mechanism to
881                 use current composition window information when % are used in
882                 the compose new message format or in templates applied to new
883                 messages (there were useless in that situations before). When
884                 applied to new messages, %d corresponds to the system time/date.
885
886 2006-11-09 [paul]       2.6.0cvs20
887
888         * src/gtk/authors.h
889                 fix last commit
890
891 2006-11-09 [paul]       2.6.0cvs19
892
893         * src/gtk/authors.h
894                 keep tje alphabetical order
895
896 2006-11-08 [colin]      2.6.0cvs18
897
898         * src/etpan/imap-thread.c
899                 Fix bug 1054, 'Slowness logging big 
900                 data chunks'
901
902 2006-11-08 [paul]       2.6.0cvs17
903
904         * tools/Makefile.am
905                 fix the renaming
906
907 2006-11-08 [paul]       2.6.0cvs16
908
909         * src/common/defs.h
910                 update BUGZILLA_URI
911
912 2006-11-08 [paul]       2.6.0cvs15
913
914         * tools/Makefile.am
915         * tools/OOo2claws-mail.pl
916         * tools/OOo2sylpheed.pl
917         * tools/README
918         * tools/acroread2claws-mail.pl
919         * tools/acroread2sylpheed.pl
920         * tools/kmail2claws-mail.pl
921         * tools/kmail2claws-mail_v2.pl
922         * tools/kmail2sylpheed.pl
923         * tools/kmail2sylpheed_v2.pl
924         * tools/maildir2claws-mail.pl
925         * tools/maildir2sylpheed.pl
926         * tools/nautilus2claws-mail.sh
927         * tools/nautilus2sylpheed.sh
928         * tools/outlook2claws-mail.pl
929         * tools/outlook2sylpheed.pl
930         * tools/tb2claws-mail
931         * tools/tb2sylpheed
932         * tools/tbird2claws.py
933         * tools/tbird2syl.py
934         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
935         * tools/kdeservicemenu/install.sh
936         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
937         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
938         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
939         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
940         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
941                 renamed (removed, added) tools files
942
943 2006-11-08 [paul]       2.6.0cvs14
944
945         * src/main.c
946         * src/common/defs.h
947                 Migrate sylpheedrc to clawsrc, and fix the standard
948                 plugins path in the process
949
950 2006-11-07 [colin]      2.6.0cvs13
951
952         * src/Makefile.am
953                 Symlink sylpheed-claws relative to 
954                 claws-mail
955
956 2006-11-07 [colin]      2.6.0cvs12
957
958         * src/compose.c
959                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
960
961 2006-11-07 [paul]       2.6.0cvs11
962
963         * src/gtk/about.c
964                 Fix a missed occurence of
965                 Sylpheed-Claws
966
967 2006-11-07 [paul]       2.6.0cvs10
968
969         * src/Makefile.am
970                 Fix symlink installation
971
972 2006-11-07 [paul]       2.6.0cvs9
973
974         * src/Makefile.am
975                 Symlink claws-mail to sylpheed-claws
976         * src/common/utils.c
977                 Fix migrating symlinks
978         * src/etpan/imap-thread.c
979                 check certificate only when there's
980                 no error
981
982 2006-11-07 [paul]       2.6.0cvs8
983
984         * Makefile.am
985                 Fix icon breakages with Gtk, which needs a 
986                 cache updated to see them.
987
988 2006-11-07 [paul]       2.6.0cvs7
989
990         * .cvsignore
991         * AUTHORS
992         * COPYING
993         * INSTALL
994         * Makefile.am
995         * NEWS
996         * README
997         * RELEASE_NOTES
998         * autogen.sh
999         * claws-mail-128x128.png
1000         * claws-mail-64x64.png
1001         * claws-mail.ico
1002         * claws-mail.pc.in
1003         * claws-mail.png
1004         * configure.ac
1005         * sylpheed-claws-128x128.png
1006         * sylpheed-claws-64x64.png
1007         * sylpheed-claws.desktop
1008         * sylpheed-claws.ico
1009         * sylpheed-claws.pc.in
1010         * sylpheed-claws.png
1011         * debian/README.Debian
1012         * debian/changelog
1013         * debian/claws-mail.desktop
1014         * debian/claws-mail.menu
1015         * debian/claws-mail.postinst.debhelper
1016         * debian/claws-mail.postrm.debhelper
1017         * debian/control
1018         * debian/copyright
1019         * debian/files
1020         * debian/rules
1021         * debian/sylpheed-claws.desktop
1022         * debian/sylpheed-claws.menu
1023         * debian/sylpheed-claws.postinst.debhelper
1024         * debian/sylpheed-claws.postrm.debhelper
1025         * doc/man/Makefile.am
1026         * doc/man/claws-mail.1
1027         * doc/man/sylpheed-claws.1
1028         * doc/src/ChangeLog.claws-pre0.8.0
1029         * manual/Makefile.am
1030         * manual/account.xml
1031         * manual/ack.xml
1032         * manual/addrbook.xml
1033         * manual/advanced.xml
1034         * manual/claws-mail-manual.xml
1035         * manual/faq.xml
1036         * manual/glossary.xml
1037         * manual/handling.xml
1038         * manual/intro.xml
1039         * manual/keyboard.xml
1040         * manual/plugins.xml
1041         * manual/starting.xml
1042         * manual/sylpheed-claws-manual.xml
1043         * manual/xml2pdf
1044         * manual/dist/.cvsignore
1045         * manual/dist/html/.cvsignore
1046         * manual/dist/html/Makefile.am
1047         * manual/dist/pdf/.cvsignore
1048         * manual/dist/pdf/Makefile.am
1049         * manual/dist/ps/.cvsignore
1050         * manual/dist/ps/Makefile.am
1051         * manual/dist/txt/.cvsignore
1052         * manual/dist/txt/Makefile.am
1053         * manual/es/Makefile.am
1054         * manual/es/advanced.xml
1055         * manual/es/claws-mail-manual.xml
1056         * manual/es/faq.xml
1057         * manual/es/glossary.xml
1058         * manual/es/handling.xml
1059         * manual/es/intro.xml
1060         * manual/es/plugins.xml
1061         * manual/es/sylpheed-claws-manual.xml
1062         * manual/es/dist/.cvsignore
1063         * manual/es/dist/html/.cvsignore
1064         * manual/es/dist/html/Makefile.am
1065         * manual/es/dist/pdf/.cvsignore
1066         * manual/es/dist/pdf/Makefile.am
1067         * manual/es/dist/ps/.cvsignore
1068         * manual/es/dist/ps/Makefile.am
1069         * manual/es/dist/txt/.cvsignore
1070         * manual/es/dist/txt/Makefile.am
1071         * manual/fr/Makefile.am
1072         * manual/fr/account.xml
1073         * manual/fr/ack.xml
1074         * manual/fr/addrbook.xml
1075         * manual/fr/advanced.xml
1076         * manual/fr/claws-mail-manual.xml
1077         * manual/fr/faq.xml
1078         * manual/fr/glossary.xml
1079         * manual/fr/handling.xml
1080         * manual/fr/intro.xml
1081         * manual/fr/keyboard.xml
1082         * manual/fr/plugins.xml
1083         * manual/fr/starting.xml
1084         * manual/fr/sylpheed-claws-manual.xml
1085         * manual/fr/dist/.cvsignore
1086         * manual/fr/dist/html/.cvsignore
1087         * manual/fr/dist/html/Makefile.am
1088         * manual/fr/dist/pdf/.cvsignore
1089         * manual/fr/dist/pdf/Makefile.am
1090         * manual/fr/dist/ps/.cvsignore
1091         * manual/fr/dist/ps/Makefile.am
1092         * manual/fr/dist/txt/.cvsignore
1093         * manual/fr/dist/txt/Makefile.am
1094         * manual/pl/Makefile.am
1095         * manual/pl/account.xml
1096         * manual/pl/ack.xml
1097         * manual/pl/addrbook.xml
1098         * manual/pl/advanced.xml
1099         * manual/pl/claws-mail-manual.xml
1100         * manual/pl/faq.xml
1101         * manual/pl/glossary.xml
1102         * manual/pl/handling.xml
1103         * manual/pl/intro.xml
1104         * manual/pl/keyboard.xml
1105         * manual/pl/plugins.xml
1106         * manual/pl/starting.xml
1107         * manual/pl/sylpheed-claws-manual.xml
1108         * manual/pl/dist/.cvsignore
1109         * manual/pl/dist/html/.cvsignore
1110         * manual/pl/dist/html/Makefile.am
1111         * manual/pl/dist/pdf/.cvsignore
1112         * manual/pl/dist/pdf/Makefile.am
1113         * manual/pl/dist/ps/.cvsignore
1114         * manual/pl/dist/ps/Makefile.am
1115         * manual/pl/dist/txt/.cvsignore
1116         * manual/pl/dist/txt/Makefile.am
1117         * po/.cvsignore
1118         * po/Makevars
1119         * src/.cvsignore
1120         * src/Makefile.am
1121         * src/account.c
1122         * src/account.h
1123         * src/action.c
1124         * src/action.h
1125         * src/adbookbase.h
1126         * src/addr_compl.c
1127         * src/addr_compl.h
1128         * src/addrbook.c
1129         * src/addrcache.c
1130         * src/addrcache.h
1131         * src/addrcindex.c
1132         * src/addrcindex.h
1133         * src/addrclip.c
1134         * src/addrclip.h
1135         * src/addrdefs.h
1136         * src/addressadd.c
1137         * src/addressadd.h
1138         * src/addressbook.c
1139         * src/addressbook.h
1140         * src/addressbook_foldersel.c
1141         * src/addressbook_foldersel.h
1142         * src/addrgather.c
1143         * src/addrgather.h
1144         * src/addrharvest.c
1145         * src/addrharvest.h
1146         * src/addrindex.c
1147         * src/addrindex.h
1148         * src/addritem.c
1149         * src/addritem.h
1150         * src/addrquery.c
1151         * src/addrquery.h
1152         * src/addrselect.c
1153         * src/addrselect.h
1154         * src/alertpanel.c
1155         * src/alertpanel.h
1156         * src/browseldap.c
1157         * src/browseldap.h
1158         * src/codeconv.c
1159         * src/codeconv.h
1160         * src/compose.c
1161         * src/crash.c
1162         * src/crash.h
1163         * src/customheader.c
1164         * src/customheader.h
1165         * src/displayheader.c
1166         * src/displayheader.h
1167         * src/editaddress.c
1168         * src/editaddress.h
1169         * src/editbook.c
1170         * src/editbook.h
1171         * src/editgroup.c
1172         * src/editgroup.h
1173         * src/editjpilot.c
1174         * src/editjpilot.h
1175         * src/editldap.c
1176         * src/editldap.h
1177         * src/editldap_basedn.c
1178         * src/editldap_basedn.h
1179         * src/editvcard.c
1180         * src/editvcard.h
1181         * src/exphtmldlg.c
1182         * src/exphtmldlg.h
1183         * src/expldifdlg.c
1184         * src/expldifdlg.h
1185         * src/export.c
1186         * src/exporthtml.c
1187         * src/exporthtml.h
1188         * src/exportldif.c
1189         * src/exportldif.h
1190         * src/filtering.c
1191         * src/filtering.h
1192         * src/folder.c
1193         * src/folder.h
1194         * src/folder_item_prefs.c
1195         * src/folder_item_prefs.h
1196         * src/foldersel.c
1197         * src/foldersel.h
1198         * src/folderutils.c
1199         * src/folderutils.h
1200         * src/folderview.c
1201         * src/folderview.h
1202         * src/grouplistdialog.c
1203         * src/grouplistdialog.h
1204         * src/html.c
1205         * src/html.h
1206         * src/image_viewer.c
1207         * src/image_viewer.h
1208         * src/imap.c
1209         * src/imap.h
1210         * src/imap_gtk.c
1211         * src/imap_gtk.h
1212         * src/import.c
1213         * src/import.h
1214         * src/importldif.c
1215         * src/importldif.h
1216         * src/importmutt.c
1217         * src/importmutt.h
1218         * src/importpine.c
1219         * src/importpine.h
1220         * src/inc.c
1221         * src/inc.h
1222         * src/jpilot.c
1223         * src/jpilot.h
1224         * src/ldapctrl.c
1225         * src/ldapctrl.h
1226         * src/ldaplocate.c
1227         * src/ldaplocate.h
1228         * src/ldapquery.c
1229         * src/ldapquery.h
1230         * src/ldapserver.c
1231         * src/ldapserver.h
1232         * src/ldaputil.c
1233         * src/ldaputil.h
1234         * src/ldif.c
1235         * src/ldif.h
1236         * src/localfolder.c
1237         * src/localfolder.h
1238         * src/main.c
1239         * src/main.h
1240         * src/mainwindow.c
1241         * src/mainwindow.h
1242         * src/manual.c
1243         * src/manual.h
1244         * src/matcher.c
1245         * src/matcher.h
1246         * src/matcher_parser.h
1247         * src/matcher_parser_lex.l
1248         * src/matcher_parser_parse.y
1249         * src/mbox.c
1250         * src/mbox.h
1251         * src/message_search.c
1252         * src/message_search.h
1253         * src/messageview.c
1254         * src/messageview.h
1255         * src/mh.c
1256         * src/mh.h
1257         * src/mh_gtk.c
1258         * src/mh_gtk.h
1259         * src/mimeview.c
1260         * src/mimeview.h
1261         * src/msgcache.c
1262         * src/msgcache.h
1263         * src/mutt.c
1264         * src/mutt.h
1265         * src/news.c
1266         * src/news.h
1267         * src/news_gtk.c
1268         * src/news_gtk.h
1269         * src/noticeview.c
1270         * src/noticeview.h
1271         * src/partial_download.c
1272         * src/partial_download.h
1273         * src/pine.c
1274         * src/pine.h
1275         * src/pop.c
1276         * src/pop.h
1277         * src/prefs_account.c
1278         * src/prefs_account.h
1279         * src/prefs_actions.c
1280         * src/prefs_actions.h
1281         * src/prefs_common.c
1282         * src/prefs_common.h
1283         * src/prefs_compose_writing.c
1284         * src/prefs_compose_writing.h
1285         * src/prefs_customheader.c
1286         * src/prefs_customheader.h
1287         * src/prefs_display_header.c
1288         * src/prefs_display_header.h
1289         * src/prefs_ext_prog.c
1290         * src/prefs_ext_prog.h
1291         * src/prefs_filtering.c
1292         * src/prefs_folder_column.c
1293         * src/prefs_folder_column.h
1294         * src/prefs_folder_item.c
1295         * src/prefs_folder_item.h
1296         * src/prefs_fonts.c
1297         * src/prefs_fonts.h
1298         * src/prefs_gtk.c
1299         * src/prefs_gtk.h
1300         * src/prefs_image_viewer.c
1301         * src/prefs_image_viewer.h
1302         * src/prefs_matcher.c
1303         * src/prefs_matcher.h
1304         * src/prefs_message.c
1305         * src/prefs_message.h
1306         * src/prefs_msg_colors.c
1307         * src/prefs_msg_colors.h
1308         * src/prefs_other.c
1309         * src/prefs_other.h
1310         * src/prefs_quote.c
1311         * src/prefs_quote.h
1312         * src/prefs_receive.c
1313         * src/prefs_receive.h
1314         * src/prefs_send.c
1315         * src/prefs_send.h
1316         * src/prefs_spelling.c
1317         * src/prefs_spelling.h
1318         * src/prefs_summaries.c
1319         * src/prefs_summaries.h
1320         * src/prefs_summary_column.c
1321         * src/prefs_summary_column.h
1322         * src/prefs_template.c
1323         * src/prefs_template.h
1324         * src/prefs_themes.c
1325         * src/prefs_themes.h
1326         * src/prefs_toolbar.c
1327         * src/prefs_toolbar.h
1328         * src/prefs_wrapping.c
1329         * src/prefs_wrapping.h
1330         * src/privacy.c
1331         * src/privacy.h
1332         * src/procheader.c
1333         * src/procheader.h
1334         * src/procmime.c
1335         * src/procmime.h
1336         * src/procmsg.c
1337         * src/procmsg.h
1338         * src/quote_fmt.c
1339         * src/quote_fmt_parse.y
1340         * src/recv.c
1341         * src/recv.h
1342         * src/remotefolder.c
1343         * src/remotefolder.h
1344         * src/send_message.c
1345         * src/send_message.h
1346         * src/setup.c
1347         * src/setup.h
1348         * src/sourcewindow.c
1349         * src/sourcewindow.h
1350         * src/ssl_manager.c
1351         * src/ssl_manager.h
1352         * src/statusbar.c
1353         * src/statusbar.h
1354         * src/stock_pixmap.c
1355         * src/stock_pixmap.h
1356         * src/summary_search.c
1357         * src/summary_search.h
1358         * src/summaryview.c
1359         * src/summaryview.h
1360         * src/syldap.c
1361         * src/syldap.h
1362         * src/textview.c
1363         * src/textview.h
1364         * src/toolbar.c
1365         * src/toolbar.h
1366         * src/undo.c
1367         * src/undo.h
1368         * src/unmime.c
1369         * src/unmime.h
1370         * src/vcard.c
1371         * src/vcard.h
1372         * src/wizard.c
1373         * src/wizard.h
1374         * src/common/base64.c
1375         * src/common/base64.h
1376         * src/common/defs.h
1377         * src/common/hooks.c
1378         * src/common/hooks.h
1379         * src/common/log.c
1380         * src/common/log.h
1381         * src/common/mgutils.c
1382         * src/common/mgutils.h
1383         * src/common/nntp.c
1384         * src/common/nntp.h
1385         * src/common/passcrypt.c
1386         * src/common/passcrypt.h.in
1387         * src/common/plugin.c
1388         * src/common/plugin.h
1389         * src/common/prefs.c
1390         * src/common/prefs.h
1391         * src/common/progressindicator.c
1392         * src/common/progressindicator.h
1393         * src/common/quoted-printable.c
1394         * src/common/quoted-printable.h
1395         * src/common/session.c
1396         * src/common/session.h
1397         * src/common/smtp.c
1398         * src/common/smtp.h
1399         * src/common/socket.c
1400         * src/common/socket.h
1401         * src/common/ssl.c
1402         * src/common/ssl.h
1403         * src/common/stringtable.c
1404         * src/common/stringtable.h
1405         * src/common/sylpheed.c
1406         * src/common/sylpheed.h
1407         * src/common/template.c
1408         * src/common/template.h
1409         * src/common/timing.h
1410         * src/common/utils.c
1411         * src/common/utils.h
1412         * src/common/version.h.in
1413         * src/common/xml.c
1414         * src/common/xml.h
1415         * src/common/xmlprops.c
1416         * src/common/xmlprops.h
1417         * src/gtk/about.c
1418         * src/gtk/colorlabel.c
1419         * src/gtk/colorlabel.h
1420         * src/gtk/colorsel.c
1421         * src/gtk/colorsel.h
1422         * src/gtk/combobox.c
1423         * src/gtk/combobox.h
1424         * src/gtk/description_window.c
1425         * src/gtk/description_window.h
1426         * src/gtk/filesel.c
1427         * src/gtk/filesel.h
1428         * src/gtk/foldersort.c
1429         * src/gtk/foldersort.h
1430         * src/gtk/gtkaspell.c
1431         * src/gtk/gtkaspell.h
1432         * src/gtk/gtksctree.c
1433         * src/gtk/gtkshruler.c
1434         * src/gtk/gtkshruler.h
1435         * src/gtk/gtkutils.c
1436         * src/gtk/gtkutils.h
1437         * src/gtk/icon_legend.c
1438         * src/gtk/icon_legend.h
1439         * src/gtk/logwindow.c
1440         * src/gtk/logwindow.h
1441         * src/gtk/manage_window.c
1442         * src/gtk/manage_window.h
1443         * src/gtk/pluginwindow.c
1444         * src/gtk/pluginwindow.h
1445         * src/gtk/prefswindow.c
1446         * src/gtk/prefswindow.h
1447         * src/gtk/quicksearch.c
1448         * src/gtk/quicksearch.h
1449         * src/pixmaps/claws-mail.xpm
1450         * src/pixmaps/claws-mail_icon.xpm
1451         * src/pixmaps/claws-mail_logo.xpm
1452         * src/pixmaps/sylpheed-claws.xpm
1453         * src/pixmaps/sylpheed-claws_icon.xpm
1454         * src/pixmaps/sylpheed-claws_logo.xpm
1455         * src/plugins/bogofilter/Makefile.am
1456         * src/plugins/bogofilter/bogofilter.c
1457         * src/plugins/bogofilter/bogofilter.h
1458         * src/plugins/bogofilter/bogofilter_gtk.c
1459         * src/plugins/clamav/Makefile.am
1460         * src/plugins/clamav/clamav_plugin.c
1461         * src/plugins/clamav/clamav_plugin.h
1462         * src/plugins/clamav/clamav_plugin_gtk.c
1463         * src/plugins/demo/Makefile.am
1464         * src/plugins/demo/demo.c
1465         * src/plugins/dillo_viewer/Makefile.am
1466         * src/plugins/dillo_viewer/README
1467         * src/plugins/dillo_viewer/dillo_prefs.c
1468         * src/plugins/dillo_viewer/dillo_prefs.h
1469         * src/plugins/dillo_viewer/dillo_viewer.c
1470         * src/plugins/pgpcore/Makefile.am
1471         * src/plugins/pgpcore/passphrase.c
1472         * src/plugins/pgpcore/passphrase.h
1473         * src/plugins/pgpcore/pgp_viewer.c
1474         * src/plugins/pgpcore/pgp_viewer.h
1475         * src/plugins/pgpcore/plugin.c
1476         * src/plugins/pgpcore/prefs_gpg.c
1477         * src/plugins/pgpcore/prefs_gpg.h
1478         * src/plugins/pgpcore/select-keys.c
1479         * src/plugins/pgpcore/select-keys.h
1480         * src/plugins/pgpcore/sgpgme.c
1481         * src/plugins/pgpcore/sgpgme.h
1482         * src/plugins/pgpcore/sylpheed.def
1483         * src/plugins/pgpcore/version.rc
1484         * src/plugins/pgpinline/Makefile.am
1485         * src/plugins/pgpinline/pgpinline.c
1486         * src/plugins/pgpinline/pgpinline.h
1487         * src/plugins/pgpinline/plugin.c
1488         * src/plugins/pgpinline/sylpheed.def
1489         * src/plugins/pgpinline/version.rc
1490         * src/plugins/pgpmime/Makefile.am
1491         * src/plugins/pgpmime/pgpmime.c
1492         * src/plugins/pgpmime/pgpmime.h
1493         * src/plugins/pgpmime/plugin.c
1494         * src/plugins/pgpmime/sylpheed.def
1495         * src/plugins/pgpmime/version.rc
1496         * src/plugins/spamassassin/Makefile.am
1497         * src/plugins/spamassassin/README
1498         * src/plugins/spamassassin/spamassassin.c
1499         * src/plugins/spamassassin/spamassassin.h
1500         * src/plugins/spamassassin/spamassassin_gtk.c
1501         * src/plugins/trayicon/Makefile.am
1502         * src/plugins/trayicon/trayicon.c
1503         * tools/OOo2sylpheed.pl
1504         * tools/README
1505         * tools/README.sylprint
1506         * tools/acroread2sylpheed.pl
1507         * tools/claws.i18n.status.pl
1508         * tools/filter_conv.pl
1509         * tools/filter_conv_new.pl
1510         * tools/freshmeat_search.pl
1511         * tools/google_search.pl
1512         * tools/kmail2sylpheed.pl
1513         * tools/kmail2sylpheed_v2.pl
1514         * tools/make.themes.project
1515         * tools/multiwebsearch.pl
1516         * tools/nautilus2sylpheed.sh
1517         * tools/outlook2sylpheed.pl
1518         * tools/sylprint.pl
1519         * tools/sylprint.rc
1520         * tools/tb2sylpheed
1521         * tools/textviewer.sh
1522         * tools/vcard2xml.py
1523         * tools/kdeservicemenu/README
1524         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1525         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1526         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1527                 Change name to Claws Mail. Announce to follow...
1528
1529 2006-11-06 [wwp]        2.6.0cvs6
1530
1531         * src/prefs_template.c
1532                 unify messages related to quote format/template errors (fix
1533                 capitalization), again.
1534
1535 2006-11-06 [wwp]        2.6.0cvs5
1536
1537         * src/prefs_quote.c
1538                 unify messages related to quote format/template errors.
1539
1540 2006-11-06 [wwp]        2.6.0cvs4
1541
1542         * src/prefs_msg_colors.c
1543                 more uses of Q_ macro for contextual translations, thanks
1544                 to Fabien (fzzzzz).
1545
1546 2006-11-06 [wwp]        2.6.0cvs3
1547
1548         * src/compose.c
1549         * src/common/utils.c
1550         * src/common/utils.h
1551                 show an alertpanel to make sure users are aware that sensitive
1552                 files are attached (it's file blacklist-based). This will fix
1553                 interaction w/ GoogleEarth for instance, thanks to Colin.
1554
1555 2006-11-06 [wwp]        2.6.0cvs2
1556
1557         * src/prefs_quote.c
1558         * src/prefs_template.c
1559         * src/prefs_template.h
1560                 check quote format when applying/closing prefs. For now this only
1561                 shows up an error dialog box, not preventing the user from using
1562                 a broken quote (reply, forwards) format.
1563
1564 2006-11-06 [wwp]        2.6.0cvs1
1565
1566         * src/prefs_template.c
1567                 fix missing checks of some template fields.
1568
1569 2006-11-06 [paul]       2.6.0
1570
1571         * NEWS
1572         * README
1573         * RELEASE_NOTES
1574                 2.6.0 released
1575
1576 2006-11-06 [paul]       2.5.6cvs22
1577
1578         * manual/advanced.xml
1579         * manual/es/advanced.xml
1580                 put 'respect_flowed_format' info in the correct
1581                 place
1582
1583 2006-11-06 [mones]      2.5.6cvs21
1584
1585         * po/es.po
1586                 Minor fixes for release
1587
1588 2006-11-06 [paul]       2.5.6cvs20
1589
1590         * po/cs.po
1591         * po/de.po
1592         * po/fr.po
1593         * po/it.po
1594         * po/nl.po
1595         * po/pt_BR.po
1596         * po/sk.po
1597         * po/sv.po
1598         * po/zh_CN.po
1599                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1600                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1601                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1602                 Young
1603
1604 2006-11-02 [colin]      2.5.6cvs19
1605
1606         * src/imap.c
1607         * src/imap.h
1608         * src/prefs_account.c
1609         * src/etpan/imap-thread.c
1610                 Add GSSAPI support - fixes Debian bug #383274
1611
1612 2006-11-01 [colin]      2.5.6cvs18
1613
1614         * src/jpilot.c
1615                 Handle libpisock12 support. Probably
1616                 fixes bug 1046, 'jpilot AddressDB.pdb 
1617                 import fail'
1618
1619 2006-11-01 [colin]      2.5.6cvs17
1620
1621         * src/folderutils.c
1622                 debug_print() folderutils_mark_all_read()
1623
1624 2006-11-01 [colin]      2.5.6cvs16
1625
1626         * COPYING
1627                 Add missed files to the Apache exception
1628
1629 2006-10-31 [colin]      2.5.6cvs15
1630
1631         * src/folder.c
1632         * src/folder.h
1633                 Add a copy_private_data() func to FolderClasses
1634                 Doesn't break the feature freeze, because we 
1635                 won't use it (right now) in the core.
1636
1637 2006-10-31 [colin]      2.5.6cvs14
1638
1639         * COPYING
1640                 Allow linking with the Apache licensed files in
1641                 src/plugins/spamassassin. Hopefully fixes 
1642                 bug 1048, 'Spamassassin plugin license problem'
1643
1644 2006-10-31 [wwp]        2.5.6cvs13
1645
1646         * src/compose.c
1647                 fix and optimize trimming of leading linefeeds in body loop.
1648
1649 2006-10-31 [colin]      2.5.6cvs12
1650
1651         * src/etpan/imap-thread.c
1652         * src/imap.c
1653                 Make really sure to have NULL sets in case
1654                 of error
1655
1656 2006-10-30 [wwp]        2.5.6cvs11
1657
1658         * src/prefs_common.c
1659         * src/prefs_common.h
1660         * src/compose.c
1661                 fix broken storage of quote format template when it contains \-escape
1662                 sequences. The application of such sequences is also fixed now (\t
1663                 in quote format will be a real tab instead of a 't', for instance).
1664
1665 2006-10-27 [colin]      2.5.6cvs10
1666
1667         * src/compose.c
1668                 Probably fix bug 1045, 'sylpheed-claws 
1669                 doesn't remove the mail from the IMAP 
1670                 Queue folder after sending'. From
1671                 2.5.6cvs3-stable
1672
1673 2006-10-27 [colin]      2.5.6cvs9
1674
1675         * configure.ac
1676                 Require libetpan-0.48. I'm so annoying,
1677                 I know ;-)
1678
1679 2006-10-27 [colin]      2.5.6cvs8
1680
1681         * src/folder.c
1682         * src/imap.c
1683                 Probably fix bug 1044, 'sylpheed-claws 
1684                 segfaults while moving mails' - Fix relation
1685                 usage when moving to an IMAP mailbox from another
1686                 mailbox
1687
1688 2006-10-26 [paul]       2.5.6cvs7
1689
1690         * src/gtk/about.c
1691                 add libSM to compiled-in features
1692                 list
1693
1694 2006-10-24 [colin]      2.5.6cvs6
1695
1696         * src/textview.c
1697         * src/gtk/gtkutils.c
1698                 Fix crash when printing emails with an
1699                 xface
1700
1701 2006-10-24 [mones]      2.5.6cvs5
1702
1703         * manual/es/advanced.xml
1704                 Synchronize hidden option respect_flowed_format
1705         * po/es.po
1706                 Updated translation
1707
1708 2006-10-21 [paul]       2.5.6cvs4
1709
1710         * src/gtk/authors.h
1711         * src/plugins/pgpcore/pgp_viewer.c
1712         * src/plugins/pgpcore/sgpgme.c
1713                 fix building on BSDs
1714                 Thanks to Michael Hughes
1715                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1716
1717 2006-10-20 [colin]      2.5.6cvs3
1718
1719         * configure.ac
1720                 Bump up libetpan requirement
1721                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1722         * src/common/utils.c
1723         * src/common/utils.h
1724                 Add convenience get_file_mtime()
1725         * src/imap.c
1726         * src/etpan/imap-thread.c
1727         * src/etpan/imap-thread.h
1728                 Implement UIDPLUS support if the server
1729                 supports it - faster sending in this case
1730
1731 2006-10-19 [colin]      2.5.6cvs2
1732
1733         * src/gtk/quicksearch.c
1734                 Fix emptying in type-ahead+extended mode
1735         * src/mainwindow.c
1736         * src/mainwindow.h
1737                 Add a hook for offline state change
1738         * src/plugins/trayicon/trayicon.c
1739                 Use it to display offline icons
1740         * src/plugins/trayicon/Makefile.am
1741         * src/plugins/trayicon/newmail.offline.xpm
1742         * src/plugins/trayicon/newmarkedmail.offline.xpm
1743         * src/plugins/trayicon/nomail.offline.xpm
1744         * src/plugins/trayicon/unreadmail.offline.xpm
1745         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1746                 Add the icons
1747
1748 2006-10-12 [paul]       2.5.6cvs1
1749
1750         * NEWS
1751         * README
1752         * configure.ac
1753                 Update version number following
1754                 stable release
1755
1756 2006-10-19 [colin]      2.5.5cvs18
1757
1758         * manual/handling.xml
1759                 Add type-ahead search
1760
1761 2006-10-18 [colin]      2.5.5cvs17
1762
1763         * src/gtk/quicksearch.c
1764                 Remove "save to history only if there's
1765                 no syntax error", it breaks for some 
1766                 reason which I'll investigate later.
1767
1768 2006-10-18 [colin]      2.5.5cvs16
1769
1770         * src/prefs_common.c
1771         * src/prefs_common.h
1772         * src/summaryview.c
1773         * src/gtk/quicksearch.c
1774         * src/gtk/quicksearch.h
1775                 Add a type-ahead option for fast searches
1776                 Patch by Fabien Vantard
1777
1778 2006-10-18 [colin]      2.5.5cvs15
1779
1780         * src/compose.c
1781         * src/compose.h
1782                 Add Options/Reply mode/ menu to be able to
1783                 change the recipients of a reply on the fly
1784
1785 2006-10-18 [colin]      2.5.5cvs14
1786
1787         * src/compose.c
1788                 Fix redirecting of our own sent mails
1789
1790 2006-10-17 [wwp]        2.5.5cvs13
1791
1792         * src/send_message.c
1793                 Fix duplicate error messages when sending, and missing
1794                 newline in such error messages.
1795
1796 2006-10-17 [colin]      2.5.5cvs12
1797
1798         * src/compose.c
1799                 Compare addresses case-insensitive
1800
1801 2006-10-17 [colin]      2.5.5cvs11
1802
1803         * src/plugins/pgpcore/sgpgme.c
1804                 Fix return status
1805
1806 2006-10-17 [colin]      2.5.5cvs10
1807
1808         * src/plugins/pgpcore/pgp_viewer.c
1809                 Fix return status
1810
1811 2006-10-17 [colin]      2.5.5cvs9
1812
1813         * src/quote_fmt.c
1814                 Fix a typo (thanks to Fabien)
1815
1816 2006-10-16 [colin]      2.5.5cvs8
1817
1818         * src/textview.c
1819                 Fix problem with quote-folding when emails
1820                 don't convert cleanly to UTF-8
1821
1822 2006-10-14 [colin]      2.5.5cvs7
1823
1824         * src/prefs_template.c
1825                 Reset fields when reopening
1826                 the window
1827
1828 2006-10-13 [paul]       2.5.5cvs6
1829
1830         * manual/advanced.xml
1831         * src/prefs_message.c
1832                 make 'respect_flowed_format' a hidden
1833                 option, and add a manual entry for it
1834                 Thanks to Colin
1835
1836 2006-10-12 [colin]      2.5.5cvs5
1837
1838         * src/codeconv.c
1839                 Revert part of 2.5.2cvs21:
1840                 Don't optimise by reusing the 
1841                 last iconv converter if possible:
1842                 it seems slightly broken in a 
1843                 very hard way to reproduce
1844
1845 2006-10-12 [colin]      2.5.5cvs4
1846
1847         * src/prefs_common.c
1848         * src/prefs_common.h
1849         * src/prefs_message.c
1850         * src/procmime.c
1851                 Fix bug 1035, 'Incorrect handling 
1852                 of flowed lines'. We now optionnaly
1853                 handle this format (preference is in
1854                 Message View/Text options section)
1855
1856 2006-10-12 [colin]      2.5.5cvs3
1857
1858         * po/POTFILES.in
1859                 Add new file
1860         * src/plugins/pgpcore/pgp_viewer.c
1861         * src/plugins/pgpcore/sgpgme.c
1862                 Don't try to import without asking
1863
1864 2006-10-12 [colin]      2.5.5cvs2
1865
1866         * src/compose.c
1867                 Fix bug 1036, 'Forwarding a mutlipart
1868                 mail with a "text/html" block to ms
1869                 outlook users leeds to freeze of
1870                 outlook'. Poor outlook users...
1871
1872 2006-10-12 [paul]       2.5.5cvs1
1873
1874         * NEWS
1875         * README
1876         * configure.ac
1877                 Update version number following
1878                 stable release
1879
1880 2006-10-11 [paul]       2.5.4cvs1
1881
1882         * NEWS
1883         * README
1884         * configure.ac
1885                 Update version number following
1886                 stable release
1887
1888 2006-10-11 [paul]       2.5.3cvs32
1889
1890         * src/textview.c
1891                 fix bug 1032, 'Segmentation fault when showing
1892                 message' (bug in quote folding)
1893                 Thanks to Colin
1894
1895 2006-10-10 [colin]      2.5.3cvs31
1896
1897         * src/quote_fmt.c
1898                 Rephrase english a bit
1899
1900 2006-10-10 [colin]      2.5.3cvs30
1901
1902         * src/prefs_compose_writing.c
1903                 Stop making the page larger than the window
1904
1905 2006-10-10 [wwp]        2.5.3cvs29
1906
1907         * src/compose.c
1908         * src/prefs_template.c
1909         * src/quote_fmt.c
1910         * src/quote_fmt.h
1911         * src/quote_fmt_lex.l
1912         * src/quote_fmt_parse.y
1913                 Extend the quote parser a bit: allow to get access to
1914                 basic (composing) account info.
1915
1916 2006-10-10 [colin]      2.5.3cvs28
1917
1918         * src/procheader.c
1919                 Fix this \t problem in subject
1920
1921 2006-10-09 [colin]      2.5.3cvs27
1922
1923         * src/main.c
1924         * src/prefs_gtk.c
1925                 Prepare cache a bit later
1926                 If section already exists, skip the new one 
1927                 (as previously); avoid writing the same block
1928                 twice - if we find a second block with the 
1929                 same id, skip it.
1930         * src/plugins/pgpcore/pgp_viewer.c
1931                 Set cursor to busy when retrieving a key
1932         * src/plugins/pgpcore/sgpgme.c
1933                 allow 5 seconds for gpg to export the key
1934                 
1935
1936 2006-10-09 [colin]      2.5.3cvs26
1937
1938         * configure.ac
1939         * src/msgcache.c
1940         * src/prefs_gtk.c
1941                 Check for existence of fgets_unlocked
1942                 and fwrite_unlocked
1943
1944 2006-10-09 [paul]       2.5.3cvs25
1945
1946         * src/prefs_summaries.c
1947                 replace strftime() with fast_strftime() and in
1948                 the consequence fix the bug in the display of
1949                 AM/PM in the 'Example' string
1950
1951 2006-10-09 [ticho]      2.5.3cvs24
1952
1953         * po/sk.po
1954                 Updated (and fixed up somewhat) Slovak translation.
1955
1956 2006-10-08 [colin]      2.5.3cvs23
1957
1958         * src/prefs_folder_item.c
1959                 Explain why prefs in the top-level folder
1960                 aren't retained, but are still useful
1961
1962 2006-10-08 [colin]      2.5.3cvs22
1963
1964         * src/prefs_gtk.c
1965                 Don't cache anything if caching fails
1966
1967 2006-10-08 [colin]      2.5.3cvs21
1968
1969         * src/common/utils.c
1970                 always include gi18n.h
1971
1972 2006-10-07 [colin]      2.5.3cvs20
1973
1974         * src/plugins/pgpcore/pgp_viewer.c
1975                 Kill gpg after 5 seconds wait
1976
1977 2006-10-07 [colin]      2.5.3cvs19
1978
1979         * src/plugins/pgpcore/pgp_viewer.c
1980         * src/plugins/pgpcore/pgp_viewer.h
1981                 Fix copyright
1982
1983 2006-10-07 [colin]      2.5.3cvs18
1984
1985         * src/plugins/pgpcore/pgp_viewer.c
1986         * src/plugins/pgpcore/pgp_viewer.h
1987                 Actually add the files to CVS
1988
1989 2006-10-07 [colin]      2.5.3cvs17
1990
1991         * src/plugins/pgpcore/sgpgme.c
1992                 Be sure not to crash on 'application/pgp-signature' that
1993                 are not application/pgp-signatures
1994
1995 2006-10-07 [colin]      2.5.3cvs16
1996
1997         * src/textview.c
1998         * src/textview.h
1999                 Make a bit more of the API available
2000         * src/plugins/pgpcore/Makefile.am
2001         * src/plugins/pgpcore/plugin.c
2002         * src/plugins/pgpcore/sgpgme.c
2003                 Add basic key import/export
2004
2005 2006-10-07 [colin]      2.5.3cvs15
2006
2007         * src/folderview.c
2008         * src/imap.c
2009         * src/prefs_account.c
2010         * src/wizard.c
2011                 Warn users *everywhere* if libetpan's not
2012                 linked in
2013
2014 2006-10-06 [mones]      2.5.3cvs14
2015
2016         * po/de.po
2017         * po/es.po
2018                 updated by Stephan Sachse and me
2019
2020 2006-10-06 [colin]      2.5.3cvs13
2021
2022         * src/main.c
2023         * src/common/sylpheed.c
2024                 Don't load common plugins if --exit is passed
2025         * src/prefs_gtk.c
2026         * src/prefs_gtk.h
2027                 Implement a cache to avoid reading the same
2028                 files over and over again at startup
2029
2030 2006-10-06 [colin]      2.5.3cvs12
2031
2032         * src/summaryview.c
2033         * src/gtk/quicksearch.c
2034                 Update display every 5k mails on fast searches
2035
2036 2006-10-06 [colin]      2.5.3cvs11
2037
2038         * src/textview.c
2039                 Don't do quote folding on HTML or ERTF.
2040                 May fix the Cygwin issues if they were
2041                 happening with HTML mails?
2042
2043 2006-10-05 [colin]      2.5.3cvs10
2044
2045         * src/prefs_gtk.c
2046                 Oops, forgot one
2047
2048 2006-10-05 [colin]      2.5.3cvs9
2049
2050         * src/prefs_gtk.c
2051                 Use unlocked_stdio here too
2052
2053 2006-10-05 [colin]      2.5.3cvs8
2054
2055         * src/folderview.c
2056                 Fix go to next * after preferences apply
2057         * src/msgcache.c
2058                 Do the fd lock/unlock ourselves instead of
2059                 letting the libc do it at each write 
2060
2061 2006-10-05 [colin]      2.5.3cvs7
2062
2063         * src/common/utils.c
2064                 Faster division, thanks to Jean Diraison
2065
2066 2006-10-05 [paul]       2.5.3cvs6
2067
2068         * src/common/utils.c
2069                 fix building with --disable-nls
2070
2071 2006-10-04 [colin]      2.5.3cvs5
2072
2073         * src/folder.c
2074                 Maybe fix a segfault
2075
2076 2006-10-04 [wwp]        2.5.3cvs4
2077
2078         * src/prefs_folder_item.c
2079                 Fine-tune layouts in folder item prefs. Suggested by
2080                 Fabien Vantard <fzzzzz@gmail.com>.
2081
2082 2006-10-04 [wwp]        2.5.3cvs3
2083
2084         * src/prefs_folder_item.c
2085                 Kill the clandestine passengers. You didn't see anything.
2086
2087 2006-10-04 [wwp]        2.5.3cvs2
2088
2089         * src/prefs_folder_item.c
2090                 Add a way to test the subject simplify regexp in
2091                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
2092                 w/ few layout changes.
2093
2094 2006-20-04 [paul]       2.5.3cvs1
2095
2096         * NEWS
2097         * README
2098         * configure.ac
2099                 Update version number following
2100                 stable release
2101
2102 2006-10-04 [colin]      2.5.2cvs42
2103
2104         * src/folder.c
2105         * src/folder.h
2106         * src/summaryview.c
2107                 Provide a way for folder classes to set their sort
2108                 type and key
2109
2110 2006-10-03 [colin]      2.5.2cvs41
2111
2112         * src/mh.c
2113                 Don't use strlen() to know if the
2114                 string's empty
2115
2116 2006-10-03 [colin]      2.5.2cvs40
2117
2118         * src/mh.c
2119                 Fix "check for new folders" with accentued folders
2120
2121 2006-10-03 [ticho]      2.5.2cvs39
2122
2123         * src/filtering.c
2124         * src/folder.c
2125         * src/inc.c
2126         * src/mbox.c
2127                 Colin's fix for "copy" filtering rules.
2128
2129 2006-10-02 [colin]      2.5.2cvs38
2130
2131         * src/folderview.c
2132                 Fix for double-click too
2133
2134 2006-10-02 [colin]      2.5.2cvs37
2135
2136         * src/folderview.c
2137                 correct fix for cvs36
2138
2139 2006-10-02 [colin]      2.5.2cvs36
2140
2141         * src/folderview.c
2142                 Fix 'goto next unread' after collapsing/expanding 
2143                 a node.
2144
2145 2006-10-02 [colin]      2.5.2cvs35
2146
2147         * src/summaryview.c
2148                 Fix double freeze/thaw
2149         * src/common/utils.c
2150         * src/common/utils.h
2151                 Reimplement strftime
2152         * src/procheader.c
2153                 Use it
2154
2155
2156 2006-10-02 [colin]      2.5.2cvs34
2157
2158         * src/mh.c
2159                 Time mh_write_sequences() - it's fast
2160         * src/summaryview.c
2161                 Init a variable to shut up gcc
2162
2163 2006-10-01 [colin]      2.5.2cvs33
2164
2165         * src/folder.c
2166         * src/mh.c
2167         * src/mh.h
2168         * src/msgcache.c
2169                 Add helper mh_set_mtime(), and set mtime to stat()'s result
2170                 Add fsync but disable it, it's slow as hell
2171
2172 2006-10-01 [colin]      2.5.2cvs32
2173
2174         * src/mh.c
2175         * src/msgcache.c
2176                 fflush() caches and mh_sequences before
2177                 fclose()ing
2178
2179 2006-10-01 [colin]      2.5.2cvs31
2180
2181         * src/msgcache.c
2182                 Don't ftruncate when not using mmap
2183
2184 2006-09-30 [colin]      2.5.2cvs30
2185
2186         * src/main.c
2187                 Write folder list *after* saving caches
2188
2189 2006-09-30 [colin]      2.5.2cvs29
2190
2191         * src/folder.c
2192         * src/mh.c
2193                 Debug forced mtime changes
2194
2195 2006-09-30 [colin]      2.5.2cvs28
2196
2197         * src/folder.c
2198         * src/main.c
2199                 Remove useless debug_print()s (code
2200                 well-tested)
2201
2202 2006-09-30 [colin]      2.5.2cvs27
2203
2204         * src/mh.c
2205                 Do stuff faster when writing mh_sequences
2206
2207 2006-09-30 [colin]      2.5.2cvs26
2208
2209         * src/mh.c
2210                 Don't let the writing of .mh_sequences, which
2211                 can change the folder's mtime, let us think
2212                 we need to scan.
2213
2214 2006-09-30 [colin]      2.5.2cvs25
2215
2216         * src/folder.c
2217                 Move a debug_print where it belongs 
2218                 (processing)
2219         * src/summaryview.c
2220                 Don't mess with a huge slow subject
2221                 table if we're not threading by
2222                 subject
2223
2224 2006-09-30 [colin]      2.5.2cvs24
2225
2226         * src/msgcache.c
2227                 Reenable mmaped reads (*not* writes!)
2228         * src/procmsg.c
2229                 Don't destroy and recreate hashtables just
2230                 for fun
2231         * src/common/utils.c
2232                 Remove useless reply prefixes (it's case
2233                 unsensitive)
2234
2235 2006-09-30 [wwp]        2.5.2cvs23
2236
2237         * tools/fix_date.sh
2238                 Fixed a minor bug in date value extraction, added a switch
2239                 to replace non RFC-compliant Date: value, added a switch
2240                 to use strict RFC matching patterns for dates.
2241
2242 2006-09-29 [colin]      2.5.2cvs22
2243
2244         * src/matcher_parser.h
2245         * src/matcher_parser_parse.y
2246         * src/prefs_filtering.c
2247         * src/statusbar.c
2248         * src/summary_search.c
2249         * src/summaryview.c
2250         * src/gtk/quicksearch.c
2251         * src/gtk/quicksearch.h
2252                 Optimise searches by setting different
2253                 refresh intervals (depending if the 
2254                 search is fast or not)
2255
2256 2006-09-29 [colin]      2.5.2cvs21
2257
2258         * src/codeconv.c
2259                 Optimise by reusing the last iconv converter
2260                 if possible
2261         * src/textview.c
2262                 Optimise a bit (the foldable quotes feature
2263                 still has an awful O(n^2) algo
2264
2265 2006-09-29 [colin]      2.5.2cvs20
2266
2267         * src/gtk/gtksctree.c
2268         * src/gtk/gtksctree.h
2269                 Optimise de-selection via up/down or
2270                 another key
2271
2272 2006-09-28 [colin]      2.5.2cvs19
2273
2274         * src/action.c
2275         * src/compose.c
2276         * src/folderview.c
2277         * src/mainwindow.c
2278         * src/messageview.c
2279         * src/summary_search.c
2280         * src/toolbar.c
2281                 Avoid using summaryview->ctree directly
2282
2283 2006-09-28 [colin]      2.5.2cvs18
2284
2285         * src/summaryview.c
2286         * src/summaryview.h
2287                 Add helpers to freeze/thaw/grab_focus
2288                 Factorize calls to freeze/thaw/grab_focus
2289                 
2290
2291 2006-09-28 [colin]      2.5.2cvs17
2292
2293         * src/main.c
2294                 More guards for the session management
2295
2296 2006-09-28 [colin]      2.5.2cvs16
2297
2298         * src/folderview.c
2299         * src/gtk/gtksctree.c
2300         * src/gtk/gtksctree.h
2301                 Make expanding not recursive in folderview
2302
2303 2006-09-28 [colin]      2.5.2cvs15
2304
2305         * src/addressbook.c
2306                 If nothing is selected in the list (right part)
2307                 and a group is selected in the tree (left part),
2308                 mail this group.
2309
2310 2006-09-28 [colin]      2.5.2cvs14
2311
2312         * src/Makefile.am
2313                 Actually use SM_LIBS
2314
2315 2006-09-28 [ticho]      2.5.2cvs13
2316
2317         * src/export.c
2318         * src/messageview.c
2319         * src/mimeview.c
2320         * src/news.c
2321         * src/pop.c
2322         * src/prefs_themes.c
2323         * src/procmsg.c
2324                 Small i18n string optimization.
2325         * src/send_message.c
2326         * src/summaryview.c
2327         * src/common/session.c
2328         * src/common/smtp.c
2329         * src/common/ssl_certificate.c
2330         * src/common/utils.c
2331                 Use "Couldn't" instead of "Can't" in UI messages,
2332                 where appropriate.
2333
2334 2006-09-28 [colin]      2.5.2cvs12
2335
2336         * configure.ac
2337                 Possibly fix link errors
2338
2339 2006-09-27 [wwp]        2.5.2cvs11
2340
2341         * src/gtk/authors.h
2342         * doc/man/sylpheed-claws.1
2343         * manual/ack.xml
2344         * manual/es/ack.xml
2345         * manual/fr/ack.xml
2346         * manual/pl/ack.xml
2347                 Updated authors info (me, myself and I).
2348
2349 2006-09-27 [colin]      2.5.2cvs10
2350
2351         * src/addressbook.c
2352                 Remove useless printf
2353
2354 2006-09-27 [wwp]        2.5.2cvs9
2355
2356         * src/editgroup.c
2357         * src/send_message.c
2358         * src/inc.c
2359         * src/prefs_common.c
2360         * src/prefs_common.h
2361         * src/gtk/progressdialog.c
2362                 remember more windows' sizes (send dialog, received dialog,
2363                 edit group in addressbook).
2364
2365 2006-09-27 [colin]      2.5.2cvs8
2366
2367         * configure.ac
2368         * src/main.c
2369         * src/mainwindow.h
2370                 Use libSM to communicate with the session
2371                 manager, so that we can know when the 
2372                 session ends, save our caches, and draft
2373                 our compose windows.
2374
2375 2006-09-27 [colin]      2.5.2cvs7
2376
2377         * src/addressbook.c
2378                 Fix issues:
2379                 o Allow Book and Group creation from the tree's
2380                   contextual menu
2381                 o Do not actually delete the contacts when 
2382                   deleting groups from the tree (duh!)
2383
2384 2006-09-27 [colin]      2.5.2cvs6
2385
2386         * src/compose.c
2387         * src/compose.h
2388         * src/mainwindow.c
2389         * src/textview.c
2390         * src/toolbar.c
2391                 o Allow passing an email address to 
2392                   compose_new_with_folderitem
2393                 o Update callers
2394                 o Use current folderitem when clicking
2395                   on a TextView mailto: link
2396                 o Fix a possible leak in TextView
2397
2398 2006-09-27 [colin]      2.5.2cvs5
2399
2400         * src/html.c
2401                 Use UTF-8 chars to replace HTML entities
2402
2403 2006-09-27 [colin]      2.5.2cvs4
2404
2405         * AUTHORS
2406         * src/prefs_account.c
2407         * src/gtk/authors.h
2408                 Fix bug #1024 (Array index out of
2409                 range in sylpheed-claws-2.5.2)
2410                 Patch by Ales Nosek <anosek@suse.cz>
2411
2412 2006-09-27 [colin]      2.5.2cvs3
2413
2414         * src/addr_compl.c
2415                 Actually do the test
2416
2417 2006-09-27 [colin]      2.5.2cvs2
2418
2419         * src/addr_compl.c
2420         * src/addr_compl.h
2421                 Allow completing with comma (in certain cases: vCalendar
2422                 for example doesn't support that)
2423                 Patch by Fabien Vantard
2424
2425 2006-09-26 [colin]      2.5.2cvs1
2426
2427         * src/Makefile.am
2428         * src/addr_compl.c
2429         * src/addr_compl.h
2430         * src/addrbook.c
2431         * src/addrbook.h
2432         * src/addressbook.c
2433         * src/addrindex.c
2434         * src/addrindex.h
2435         * src/compose.c
2436         * src/prefs_common.c
2437         * src/prefs_filtering_action.c
2438         * src/prefs_folder_item.c
2439         * src/prefs_template.c
2440         * src/stock_pixmap.c
2441         * src/stock_pixmap.h
2442         * src/pixmaps/addr_one.xpm
2443         * src/pixmaps/addr_two.xpm
2444                 Add auto-completion on groups
2445
2446 2006-09-26 [colin]      2.5.2
2447
2448         * NEWS
2449         * README
2450         * RELEASE_NOTES
2451                 2.5.2 released
2452
2453 2006-09-26 [colin]      2.5.1cvs5
2454
2455         * src/matcher.c
2456                 Fix condition
2457
2458 2006-09-26 [colin]      2.5.1cvs4
2459
2460         * src/mbox.c
2461                 Revert cvs1 (useless as the message is printed 
2462                 every 500 mails)
2463
2464 2006-09-26 [colin]      2.5.1cvs3
2465
2466         * src/partial_download.c
2467                 Fix crasher found by Alexsandar Urosevic
2468
2469 2006-09-26 [colin]      2.5.1cvs2
2470
2471         * src/summaryview.c
2472                 Fix bug #1023 (Sylpheed deletes too much messages)
2473
2474 2006-09-26 [ticho]      2.5.1cvs1
2475
2476         * src/mbox.c
2477                 Make use of gettext's multiple plurals for statusbar
2478                 progress message.
2479
2480 2006-09-25 [paul]       2.5.1
2481
2482         * NEWS
2483         * README
2484         * RELEASE_NOTES
2485                 2.5.1 released
2486
2487 2006-09-25 [colin]      2.5.0cvs3
2488
2489         * src/plugins/bogofilter/bogofilter.c
2490         * src/plugins/clamav/clamav_plugin.c
2491         * src/plugins/spamassassin/spamassassin.c
2492                 BogoFilter, Spamassassin: Fix double hook registering after
2493                 visiting preferences
2494                 Spamassassin, Clamav: Just set the mails to move instead of
2495                 doing the move - caller will move the things at once.
2496
2497 2006-09-25 [colin]      2.5.0cvs2
2498
2499         * src/imap.c
2500         * src/etpan/imap-thread.c
2501                 Use UID SEARCH ALL instead of UID 1:*
2502                 (braindead servers can't figure out that's
2503                 the same...)
2504
2505 2006-09-25 [wwp]        2.5.0cvs1
2506
2507         * src/message_search.c
2508                 Added the ability to stop a running search (in message body).
2509
2510 2006-09-25 [paul]       2.5.0
2511
2512         * NEWS
2513         * README
2514         * RELEASE_NOTES
2515                 2.5.0 released
2516
2517 2006-09-25 [paul]       2.4.0cvs214
2518
2519         * po/cs.po
2520         * po/de.po
2521         * po/fi.po
2522         * po/fr.po
2523         * po/nl.po
2524         * po/pt_BR.po
2525         * po/sk.po
2526         * po/sr.po
2527         * po/zh_CN.po
2528                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2529                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2530                 Ticho, Aleksander Urosevic, Ralgh Young
2531
2532 2006-09-24 [mones]      2.4.0cvs213
2533
2534         * po/es.po
2535                 Updated for release
2536
2537 2006-09-23 [colin]      2.4.0cvs212
2538
2539         * src/gtk/inputdialog.c
2540                 Fix [ ] remember this appearing in normal
2541                 input dialogs after it's been used by
2542                 mimeview.
2543         * src/folder.c
2544         * src/folderview.c
2545         * src/msgcache.c
2546         * src/procmsg.c
2547         * src/summaryview.c
2548         * src/textview.c
2549         * src/common/timing.h
2550                 Enable timings in debug mode and make it
2551                 look prettier.
2552
2553 2006-09-22 [colin]      2.4.0cvs211
2554
2555         * README
2556                 Revert test change
2557         * commitHelper
2558                 ping the correct URI
2559
2560 2006-09-22 [colin]      2.4.0cvs210
2561
2562         * README
2563                 Let's see if bug #1022 is fixed
2564
2565 2006-09-21 [colin]      2.4.0cvs209
2566
2567         * src/wizard.c
2568         * src/common/plugin.c
2569                 Prepare infra to load predefined plugins when
2570                 no configuration existed. Don't actually load
2571                 anything yet (feat. freeze)
2572
2573 2006-09-21 [wwp]        2.4.0cvs208
2574
2575         * manual/fr/faq.xml
2576                 Partial sync w/ 2.4.0cvs72:
2577                 wrap file and minor updates.
2578
2579 2006-09-21 [wwp]        2.4.0cvs207
2580
2581         * tools/fix_date.sh
2582                 several fixes and enhancements. A new --force switch has been
2583                 added to prevent overriding by default Date: header when
2584                 already existing.
2585
2586 2006-09-21 [paul]       2.4.0cvs206
2587
2588         * src/common/utils.c
2589                 add Chinese UTF8 Re prefix
2590
2591 2006-09-21 [wwp]        2.4.0cvs205
2592
2593         * tools/Makefile.am
2594                 Fics alfabettical order.
2595
2596 2006-09-21 [wwp]        2.4.0cvs204
2597
2598         * tools/fix_date.sh
2599         * tools/Makefile.am
2600                 Added an action tool to fix missing Date field in emails.
2601                 Updated Makefile.am to reflect those last two additions.
2602
2603 2006-09-21 [wwp]        2.4.0cvs203
2604
2605         * tools/uuooffice
2606                 Added a action tool to open uuencoded docs w/
2607                 OpenOffice (based on uudec method).
2608
2609 2006-09-21 [colin]      2.4.0cvs202
2610
2611         * src/compose.c
2612         * src/textview.c
2613                 Workaround possible GTK crash: remove selection 
2614                 clipboard before destroying widget, or GTK+-2.10
2615                 dies. Thanks to Hiro.
2616
2617 2006-09-20 [colin]      2.4.0cvs201
2618
2619         * src/compose.c
2620                 Fix free-after-use in some cases (when 
2621                 procmime_encode_content() frees mimeinfo->data.mem
2622                 and turns it to a temp file)
2623
2624 2006-09-20 [colin]      2.4.0cvs200
2625
2626         * src/folderview.c
2627         * src/summaryview.c
2628         * src/gtk/gtksctree.c
2629         * src/gtk/gtksctree.h
2630                 Add tooltips in the folderview and summaryview
2631                 (Doesn't break string freeze as they already
2632                 exist)
2633         * src/toolbar.c
2634                 Put the spam button in the default configuration
2635                 if compiled with bogo plugin too
2636
2637 2006-09-19 [colin]      2.4.0cvs199
2638
2639         * src/summaryview.c
2640         * src/summaryview.h
2641                 Update folder name label on folder rename
2642         * src/prefs_matcher.c
2643         * src/gtk/logwindow.h
2644                 Fix warnings
2645                 Patches by Fabien
2646
2647 2006-09-19 [wwp]        2.4.0cvs198
2648
2649         * src/summary_search.c
2650                 fix can't click forward/backward buttons in the
2651                 search messages.
2652
2653 2006-09-18 [paul]       2.4.0cvs197
2654
2655         * src/wizard.c
2656                 add missing bracket, capitalise the A of
2657                 'SpamAssassin'
2658
2659 2006-09-18 [paul]       2.4.0cvs196
2660
2661         * src/compose.c
2662                 fix bug 1012 'crashed upon sending mail
2663                 from compose window'
2664                 Thanks to Colin
2665
2666 2006-09-16 [colin]      2.4.0cvs195
2667
2668         * src/folderview.c
2669                 Fix "real-time" sorting by freezing/thawing
2670
2671 2006-09-16 [colin]      2.4.0cvs194
2672
2673         * manual/faq.xml
2674                 Fix the anti-spam entry a bit
2675
2676 2006-09-16 [colin]      2.4.0cvs193
2677
2678         * src/wizard.c
2679                 Make sure reviewers have no excuse when stating
2680                 Sylpheed-Claws doesn't have antispam capabilities.
2681
2682 2006-09-16 [colin]      2.4.0cvs192
2683
2684         * src/main.c
2685                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2686                 as if the SIGPIPE comes from etpan's thread we could
2687                 trigger a GUI update from this thread.
2688
2689 2006-09-16 [colin]      2.4.0cvs191
2690
2691         * src/summaryview.c
2692                 Init all members of the struct
2693
2694 2006-09-16 [paul]       2.4.0cvs190
2695
2696         * src/account.c
2697                 improvements to the English
2698
2699 2006-09-15 [colin]      2.4.0cvs189
2700
2701         * src/summaryview.c
2702                 HIG order on dialog
2703
2704 2006-09-14 [colin]      2.4.0cvs188
2705
2706         * src/common/socket.c
2707         * src/common/socket.h
2708         * src/common/ssl.c
2709         * src/common/ssl_certificate.c
2710         * src/common/ssl_certificate.h
2711         * src/etpan/imap-thread.c
2712                 the get_fqdn() call done to get canonical name when
2713                 checking an SSL certificate is blocking, which is
2714                 sad as we just did a non-blocking lookup to connect.
2715                 Fix that by letting the fqdn available to the SockInfo,
2716                 and use that in ssl_certificate_check(). For IMAP,
2717                 we don't do it as the lookup's done by libetpan, but
2718                 it's less annoying as IMAP connections as much more
2719                 rare than POP3 connections.
2720
2721 2006-09-14 [paul]       2.4.0cvs187
2722
2723         * manual/advanced.xml
2724                 improvements to the English,
2725                 properly place the new hidden options
2726                 within the alphabetical order
2727         * src/gtk/pluginwindow.c
2728                 improvements to the English
2729
2730 2006-09-14 [colin]      2.4.0cvs186
2731
2732         * src/prefs_common.c
2733         * src/prefs_common.h
2734         * src/gtk/gtksctree.c
2735         * manual/advanced.xml
2736                 New hidden pref, stripes_color_offset, to change
2737                 the value added/substracted to normal bgcolor to
2738                 create the stripes in summaries
2739
2740 2006-09-13 [colin]      2.4.0cvs185
2741
2742         * src/gedit-print.c
2743         * src/messageview.c
2744         * src/messageview.h
2745         * src/summaryview.c
2746         * src/textview.c
2747                 Fix misc. printing issues: 
2748                 - Bad font for linkified headers
2749                 - Different font if the mail was displayed or not
2750                 - Factorize the thing
2751
2752 2006-09-13 [colin]      2.4.0cvs184
2753
2754         * src/common/ssl_certificate.c
2755                 Only get FQDN once when checking certificate
2756
2757 2006-09-13 [colin]      2.4.0cvs183
2758
2759         * src/account.c
2760         * src/gtk/pluginwindow.c
2761                 Misc. GUI fixes by Fabien
2762
2763 2006-09-13 [wwp]        2.4.0cvs182
2764
2765         * configure.ac
2766         * src/common/utils.h
2767         * src/common/utils.c
2768                 get rid of unused wide-char functions.
2769
2770 2006-09-13 [wwp]        2.4.0cvs181
2771
2772         * src/plugins/pgpinline/sylpheed.def
2773         * src/textview.c
2774                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2775                 add privacy_reset_error to the .def file,
2776                 do not fork for an external textviewer.
2777
2778 2006-09-13 [wwp]        2.4.0cvs180
2779
2780         * src/prefs_common.c
2781                 fix broken font entry in prefs (patch issued by the gpg4win team,
2782                 probably by Marcus Brinkmann <marcus@g10code.de>).
2783
2784 2006-09-13 [colin]      2.4.0cvs179
2785
2786         * src/folder.h
2787                 Fix a warning in summaryview.c
2788         * src/mainwindow.c
2789         * src/summaryview.c
2790         * src/summaryview.h
2791                 Add missing Mark/* elements in the
2792                 main menu
2793
2794 2006-09-12 [colin]      2.4.0cvs178
2795
2796         * src/prefs_actions.c
2797         * src/prefs_filtering_action.c
2798         * src/prefs_matcher.c
2799                 Use (New) instead of New everywhere
2800
2801 2006-09-12 [wwp]        2.4.0cvs177
2802
2803         * manual/fr/addrbook.xml
2804         * manual/fr/handling.xml
2805                 updated some quotes in the fr manual to match the fr translation.
2806
2807 2006-09-12 [wwp]        2.4.0cvs176
2808
2809         * src/prefs_matcher.c
2810                 don't store translated string elements in matcher expressions.
2811                 Also fixed a misused of Q_().
2812
2813 2006-09-11 [wwp]        2.4.0cvs175
2814
2815         * src/plugins//bogofilter/bogofilter.c
2816         * src/plugins//clamav/clamav_plugin.c
2817         * src/plugins//demo/demo.c
2818         * src/plugins//dillo_viewer/dillo_viewer.c
2819         * src/plugins//pgpcore/plugin.c
2820         * src/plugins//pgpinline/plugin.c
2821         * src/plugins//pgpmime/plugin.c
2822         * src/plugins//spamassassin/spamassassin.c
2823                 gettext-ize more strings (mostly plugin error messages).
2824
2825 2006-09-11 [colin]      2.4.0cvs174
2826
2827         * src/alertpanel.c
2828                 Make maximum buffer size bigger to avoid
2829                 truncating translated messages. Patch by
2830                 Fabien
2831
2832 2006-09-11 [colin]      2.4.0cvs173
2833
2834         * src/etpan/imap-thread.c
2835                 Fix compilation on OpenBSD, thanks to 
2836                 Landry
2837
2838 2006-09-10 [wwp]        2.4.0cvs172
2839
2840         * manual/account.xml
2841         * manual/addrbook.xml
2842         * manual/handling.xml
2843         * manual/es/handling.xml
2844         * manual/fr/account.xml
2845         * manual/fr/addrbook.xml
2846         * manual/fr/handling.xml
2847                 documented addressbook matching (condition configuration):
2848                   addrbook.xml, en fr
2849                 documented per-account filtering rules (handling/filtering
2850                   section, account section):
2851                   account.xml, handling.xml, en fr
2852                 slightly updated the handling/searching section to tell few
2853                   words about the extended search ability:
2854                   handling.xml, en fr
2855                 added missing <quote></quotes> to Quick Search:
2856                   handling.xml, en fr es
2857                 fixed a typo (auomatically):
2858                   handling.xml, en
2859                 changes revisited by Paul.
2860
2861 2006-09-10 [paul]       2.4.0cvs171
2862
2863         * src/prefs_actions.c
2864         * src/prefs_filtering.c
2865         * src/prefs_template.c
2866                 adjustments to the gui
2867                 Patch by Fabien Vantard (slightly modified)
2868
2869 2006-09-10 [colin]      2.4.0cvs170
2870
2871         * src/summaryview.c
2872                 Check folderitem/summaryview consistency
2873                 (basically automates Update summary). Fixes
2874                 #1011 (wrong (negative) count on unread 
2875                 messages)
2876
2877 2006-09-10 [colin]      2.4.0cvs169
2878
2879         * src/gtk/gtksctree.c
2880                 Fix recursive expansion via mouse
2881         * src/plugins/bogofilter/bogofilter.c
2882                 Use normal filtering way of moving
2883                 messages (batching), possibly fixing
2884                 bug #1015 (Bogofilter plugin doubles 
2885                 new messages)
2886
2887 2006-09-09 [wwp]        2.4.0cvs168
2888
2889         * src/prefs_filtering.c
2890                 better place for this fix.
2891
2892 2006-09-09 [wwp]        2.4.0cvs167
2893
2894         * src/prefs_filtering.c
2895                 fix a minor bug when the enabled status of a filtering/processing
2896                 rule always got set to TRUE when replacing this rule. That still
2897                 make sense when adding a new rule, but now when replacing, we
2898                 don't override the value of 'enabled'.
2899                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2900                 to prefs_filtering_list_view_get_info() as this function not only
2901                 returns the name, but also the account_id and the enabled status.
2902
2903 2006-09-09 [mones]      2.4.0cvs166
2904
2905         * manual/glossary.xml
2906         * manual/plugins.xml
2907                 Minor format corrections
2908         * manual/gpl.xml
2909                 Fix misplaced NO WARRANTY section
2910         * manual/es/advanced.xml
2911         * manual/es/faq.xml
2912         * manual/es/glossary.xml
2913         * manual/es/gpl.xml
2914         * manual/es/handling.xml
2915         * manual/es/plugins.xml
2916         * manual/es/starting.xml
2917                 Incorporate changes from English version
2918         * manual/fr/ack.xml
2919         * manual/pl/ack.xml
2920         * manual/es/ack.xml
2921                 Fix address, (add translation credits in es version)
2922         * po/es.po
2923                 Updated translation
2924
2925 2006-09-09 [wwp]        2.4.0cvs165
2926
2927         * src/prefs_filtering.c
2928                 fix a crash when opening filtering prefs, if matcherrc file contains
2929                 broken data (non-existing account id, which is theoretically not
2930                 possible).
2931
2932 2006-09-08 [colin]      2.4.0cvs164
2933
2934         * src/folder.c
2935                 Wrong assert, make it an if()
2936         * src/gtk/gtksctree.c
2937                 Fix bug #1013 (expand selected thread 
2938                 tree) - expanding is now recursive
2939
2940 2006-09-07 [wwp]        2.4.0cvs163
2941
2942         * src/prefs_matcher.c
2943                 make better sentences about addressbook matching in the
2944                 matcher prefs. This should make translators' work easier
2945                 too.
2946
2947 2006-09-07 [wwp]        2.4.0cvs162
2948
2949         * src/prefs_filtering.c
2950                 code simplification (get rid of dup var. assignment).
2951
2952 2006-09-07 [wwp]        2.4.0cvs161
2953
2954         * src/summaryview.c
2955                 use GTK_STOCK icons when possible, patch by Fabien Vantard
2956                 <fzzzzz@gmail.com>.
2957
2958 2006-09-07 [paul]       2.4.0cvs160
2959
2960         * src/mimeview.c
2961                 fix compilation warnings
2962                 Thanks to Colin
2963
2964 2006-09-07 [paul]       2.4.0cvs159
2965
2966         * src/mimeview.c
2967                 select the mimepart icon when
2968                 displaying as text
2969                 Thanks to Colin
2970
2971 2006-09-06 [paul]       2.4.0cvs158
2972
2973         * src/prefs_filtering.c
2974                 fix labels and table element spacing
2975                 Patch by Fabien Vantard
2976
2977 2006-09-06 [paul]
2978
2979         2.5.0-rc3 released
2980
2981 2006-09-06 [paul]       2.4.0cvs157
2982
2983         * manual/es/advanced.xml
2984                 fix typo
2985
2986 2006-09-06 [wwp]        2.4.0cvs156
2987
2988         * src/mainwindow.c
2989                 fix an dup launch issue when iconified, thanks to Colin.
2990
2991 2006-09-06 [wwp]        2.4.0cvs155
2992
2993         * src/gtk//gtksctree.h
2994                 oops, forgot that one!
2995
2996 2006-09-06 [wwp]        2.4.0cvs154
2997
2998         * manual/pl/advanced.xml
2999         * manual/advanced.xml
3000         * manual/es/advanced.xml
3001         * manual/fr/advanced.xml
3002         * src/prefs_customheader.c
3003         * src/prefs_filtering_action.c
3004         * src/foldersel.c
3005         * src/prefs_summaries.c
3006         * src/prefs_filtering.c
3007         * src/account.c
3008         * src/compose.c
3009         * src/prefs_summary_column.c
3010         * src/addr_compl.c
3011         * src/prefs_actions.c
3012         * src/prefs_folder_column.c
3013         * src/ssl_manager.c
3014         * src/prefs_template.c
3015         * src/prefs_display_header.c
3016         * src/prefs_common.h
3017         * src/prefs_matcher.c
3018         * src/prefs_common.c
3019         * src/prefs_toolbar.c
3020         * src/summaryview.c
3021         * src/folderview.c
3022         * src/gtk/gtksctree.c
3023         * src/gtk/pluginwindow.c
3024         * src/gtk/progressdialog.c
3025         * src/gtk/prefswindow.c
3026                 renamed hidden option enable_rules_hint to use_stripes_everywhere
3027                 to make its meaning more obvious (all versions of the manual reflect
3028                 the change).
3029                 added an extra hidden option use_stripes_in_summary to allow
3030                 discarding these stripes in mainwindow's folder and message lists;
3031                 en and fr manuals only are OK towards this.
3032
3033 2006-09-06 [colin]      2.4.0cvs153
3034
3035         * src/textview.c
3036                 Hide Sylpheed-Claws' internal queue headers
3037                 when showing all headers. They'll be present
3038                 only in Source window.
3039
3040 2006-09-05 [colin]      2.4.0cvs152
3041
3042         * src/plugins/trayicon/trayicon.c
3043                 Fix crash at exit - we have to disconnect
3044                 our handlers
3045         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3046                 Update eggtrayicon - patch adapted from a
3047                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
3048                 on Sylpheed's ML
3049
3050 2006-09-05 [colin]      2.4.0cvs151
3051
3052         * src/mainwindow.c
3053         * src/gtk/logwindow.c
3054                 Fix race condition when something writes
3055                 to the log too soon during init. Thanks
3056                 to Fabien Vantard
3057
3058 2006-09-05 [colin]      2.4.0cvs150
3059
3060         * src/mimeview.c
3061                 Don't select part on right-click either
3062
3063 2006-09-05 [paul]       2.4.0cvs149
3064
3065         * src/mimeview.c
3066                 completion of previous commit
3067                 Thanks to Colin
3068
3069 2006-09-05 [colin]      2.4.0cvs148
3070
3071         * src/mimeview.c
3072                 Don't force selection on middle-click, just open
3073
3074 2006-09-04 [colin]      2.4.0cvs147
3075
3076         * src/mimeview.c
3077                 Looks like gtk_notebook_set_current_page()
3078                 sometimes steals focus, and this annoys us
3079                 in MimeViewers as it renders navigation
3080                 keys useless. Take back focus after switching
3081                 pages.
3082
3083 2006-09-04 [colin]      2.4.0cvs146
3084
3085         * src/messageview.c
3086                 Set stop_loading when clicking on Next
3087                 during load. Don't add a callback to 
3088                 avoid over-complicating things.
3089
3090 2006-09-04 [colin]      2.4.0cvs145
3091
3092         * src/mimeview.c
3093         * src/messageview.c
3094                 Fix multiple loads in separate messageview
3095
3096 2006-09-04 [colin]      2.4.0cvs144
3097
3098         * src/summaryview.c
3099                 Let navigation keys be handled during 
3100                 load
3101
3102 2006-09-04 [colin]      2.4.0cvs143
3103
3104         * src/messageview.c
3105         * src/summaryview.c
3106         * src/textview.c
3107         * src/textview.h
3108                 Make loading of huge mails (lots of text and/or
3109                 images) cancellable, so the GUI doesn't block 
3110
3111 2006-09-04 [colin]      2.4.0cvs142
3112
3113         * src/plugins/trayicon/trayicon.c
3114                 Fix annoyance when removing a folder with 
3115                 unread mails: trayicon didn't update
3116
3117 2006-09-04 [paul]       2.4.0cvs141
3118
3119         * src/gtk/icon_legend.c
3120                 straighten up columns
3121                 Patch by Fabien Vantard
3122
3123 2006-09-04 [wwp]        2.4.0cvs140
3124
3125         * src/prefs_filtering.c
3126                 fix new line's account name in filtering prefs:
3127                 was "All", is now "(New)".
3128
3129 2006-09-04 [paul]       2.4.0cvs139
3130
3131         * tools/make.themes.project
3132                 use "AUTOMAKE_OPTIONS = dist-bzip2"
3133                 instead of homebrewed "make release"
3134
3135 2006-09-03 [colin]      2.4.0cvs138
3136
3137         * src/folderview.c
3138                 Fix bug #1007 (Wrong folder highlighted)
3139
3140 2006-09-03 [colin]      2.4.0cvs137
3141
3142         * src/compose.c
3143                 Don't set Newsgroup: header to a mail folder
3144                 path
3145
3146 2006-09-03 [paul]       2.4.0cvs136
3147
3148         * src/prefs_other.c
3149         * src/prefs_spelling.c
3150                 unify the gui
3151
3152 2006-09-03 [paul]       2.4.0cvs135
3153
3154         * src/prefs_summaries.c
3155                 correct menu item text in prefs_keybind_apply_clicked()
3156
3157 2006-09-03 [paul]       2.4.0cvs134
3158
3159         * manual/advanced.xml
3160                 some improvements to the descriptions
3161         * src/mainwindow.c
3162         * src/messageview.c
3163         * src/summaryview.c
3164         * src/gtk/menu.c
3165                 fix menu sensitivity issues
3166         * src/prefs_message.c
3167                 drop the useless word 'short'
3168         * src/prefs_other.c
3169                 add the word 'lines' indicating log length
3170                 is a measure of lines
3171         * src/textview.c
3172                 fix compilation warnings
3173
3174 2006-09-02 [colin]      2.4.0cvs133
3175
3176         * src/messageview.c
3177                 Display a special return-receipt message
3178                 if the message is from the user
3179         * src/summaryview.c
3180                 Fix missing freeze of the list when marking
3181                 all read and unthreading for exec. Thanks
3182                 to Stephan Sachse.
3183
3184 2006-09-02 [paul]       2.4.0cvs132
3185
3186         * src/mainwindow.c
3187         * src/prefs_message.c
3188         * src/summaryview.c
3189                 fix some english
3190
3191 2006-09-02 [wwp]        2.4.0cvs131
3192
3193         * src/prefs_filtering.c
3194                 added an account name column to the filtering rules
3195                 dialog.
3196
3197 2006-09-02 [colin]      2.4.0cvs130
3198
3199         * src/gtk/logwindow.c
3200         * src/gtk/logwindow.h
3201                 Block scrolling if we're not at the end
3202                 of the log
3203
3204 2006-09-02 [colin]      2.4.0cvs129
3205
3206         * src/folder.c
3207                 Make sure account-specific rules can't
3208                 be used in {pre-,post-,}processing
3209         * src/mainwindow.c
3210         * src/gtk/logwindow.c
3211         * src/gtk/logwindow.h
3212                 Jump to last error when clicking on the
3213                 warning icon
3214
3215 2006-09-02 [colin]      2.4.0cvs128
3216
3217         * src/imap.c
3218         * src/import.c
3219         * src/mainwindow.c
3220         * src/mainwindow.h
3221                 Fix warning icon
3222         * src/inc.c
3223         * src/mbox.c
3224         * src/mbox.h
3225                 Let proc_mbox know its account, for
3226                 account-specific rules
3227
3228 2006-09-01 [colin]      2.4.0cvs127
3229
3230         * src/codeconv.c
3231                 Don't uselessly use iconv to convert from
3232                 us-ascii
3233         * src/alertpanel.c
3234         * src/mainwindow.c
3235         * src/mainwindow.h
3236         * src/inc.c
3237                 Fix certain log cases, disable warning icon
3238                 for now, the correct way to display it when
3239                 necessary and only when necessary is probably
3240                 to do it manually rather than use error logs
3241         * src/etpan/imap-thread.c
3242                 Clean up UID logging a bit
3243         * src/gtk/logwindow.c
3244         * src/gtk/logwindow.h
3245                 Make logging faster when the window's closed
3246
3247 2006-09-01 [wwp]        2.4.0cvs126
3248
3249         * manual/fr/account.xml
3250                 reflect changes to the ref. manual (parts of cvs72):
3251                 fix tabnames and quotes.
3252
3253 2006-09-01 [wwp]        2.4.0cvs125
3254
3255         * manual/fr/plugins.xml
3256                 reflect changes to the reference manual (cvs42):
3257                 update IRC channel info.
3258
3259 2006-09-01 [wwp]        2.4.0cvs124
3260
3261         * commitHelper
3262                 use CVSEDITOR env. var. if set, according to `man cvs`.
3263
3264 2006-09-01 [wwp]        2.4.0cvs123
3265
3266         * manual/advanced.xml
3267                 better sentence again (thanks to Paul).
3268
3269 2006-09-01 [wwp]        2.4.0cvs122
3270
3271         * manual/advanced.xml
3272         fix definition of toolbar_detachable and rework a bit the one of
3273         enable_dotted_lines.
3274
3275 2006-09-01 [mones]      2.4.0cvs121
3276
3277         * manual/advanced.xml
3278                 Document enable_dotted_lines
3279
3280 2006-09-01 [paul]       2.4.0cvs120
3281
3282         * src/folderview.c
3283         * src/folderview.h
3284         * src/imap.c
3285         * src/mainwindow.c
3286         * src/summaryview.c
3287                 obey the 'When entering folder...' option
3288                 when using the /View/Go to/... menu items
3289                 Thanks to Colin
3290
3291 2006-08-31 [colin]      2.4.0cvs119
3292
3293         * src/folderview.c
3294                 Revert 2.4.0cvs116, wrong fix.
3295
3296 2006-08-31 [colin]      2.4.0cvs118
3297
3298         * src/gtk/gtksctree.c
3299                 Better state the various copyrights
3300
3301 2006-08-31 [colin]      2.4.0cvs117
3302
3303         * src/prefs_common.c
3304                 fix enable_dotted_lines
3305
3306 2006-08-31 [colin]      2.4.0cvs116
3307
3308         * src/folderview.c
3309                 Use pref "Always open on select" when going
3310                 to next unread folder
3311         * src/gtk/gtksctree.c
3312                 Fix link failure to _gtk_clist_create_cell_layout
3313                 on certain computers. (Why not mine, I wonder)
3314
3315 2006-08-31 [colin]      2.4.0cvs115
3316
3317         * src/procmsg.c
3318         * src/textview.c
3319         * src/plugins/bogofilter/bogofilter.c
3320         * src/plugins/spamassassin/spamassassin.c
3321                 Requalify some "errors" to warnings
3322         * src/mainwindow.c
3323         * src/mainwindow.h
3324         * src/statusbar.c
3325                 Add an icon in the statusbar to notify
3326                 of errors
3327         * src/gtk/gtksctree.c
3328         * src/folderview.c
3329         * src/summaryview.c
3330                 Make the GtkSCTree look more modern by
3331                 alternating background lines
3332         * src/prefs_common.c
3333         * src/prefs_common.h
3334                 Add a pref to let people have the old
3335                 way if they prefer
3336
3337
3338 2006-08-30 [colin]      2.4.0cvs114
3339
3340         * src/procmsg.c
3341         * src/procmsg.h
3342                 Provide a way to filter a list of
3343                 messages in an optimised manner, and
3344                 add a list-filtering hook
3345         * src/folder.c
3346         * src/inc.c
3347         * src/mbox.c
3348                 Use the list filtering
3349         * src/plugins/bogofilter/bogofilter.c
3350                 Use the list-filtering hook
3351                 Use -b (bulk) mode for more speed
3352                 when learning and filtering
3353         * src/etpan/imap-thread.c
3354                 Make log output shorter in UID SEARCH
3355
3356
3357 2006-08-30 [colin]      2.4.0cvs113
3358
3359         * src/plugins/bogofilter/bogofilter.c
3360                 Really fast mass learning - thanks to David
3361                 Relson for the options explanations :)
3362
3363 2006-08-30 [colin]      2.4.0cvs112
3364
3365         * src/msgcache.c
3366                 Fix compilation on FreeBSD. Thanks
3367                 to Michael Hugues
3368
3369 2006-08-29 [colin]      2.4.0cvs111
3370
3371         * src/folderview.c
3372                 Handle "popup_menu" signal (for popping the 
3373                 menu via the keyboard)
3374         * src/mimeview.c
3375         * src/mimeview.h
3376         * src/summaryview.c
3377         * src/textview.c
3378         * src/gtk/gtkutils.c
3379         * src/gtk/gtkutils.h
3380                 Factorize scrolling code, and add an API 
3381                 for MimeViewers to handle scroll orders
3382
3383 2006-08-29 [wwp]        2.4.0cvs110
3384
3385         * src/plugins//bogofilter/bogofilter.c
3386         * src/plugins//spamassassin/spamassassin.c
3387                 make the bogofilter/spamassassin filtering error dialogs at
3388         incorporation obey to the "don't popup error dialog on
3389         receive error" option. If disabled, feed the log window w/
3390         the error message.
3391
3392 2006-08-29 [paul]
3393
3394         2.5.0-rc2 released
3395
3396 2006-08-29 [paul]       2.4.0cvs109
3397
3398         * Makefile.am
3399                 remove 'make release', it's not needed
3400                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3401
3402 2006-08-29 [paul]       2.4.0cvs108
3403
3404         * src/foldersel.c
3405         * src/summary_search.c
3406         * src/gtk/progressdialog.c
3407         * src/plugins/pgpcore/passphrase.c
3408                 replace deprecated gtk_window_set_policy()
3409
3410 2006-08-29 [colin]      2.4.0cvs107
3411
3412         * src/folder.c
3413                 Fix data loss when copy fails during a move:
3414                 only use fast remove_msgs if everything was
3415                 copied OK; else use slow remove_msg on the
3416                 mails that got copied only.
3417
3418 2006-08-28 [paul]       2.4.0cvs106
3419
3420         * src/mh.c
3421                 revert change in 2.4.0cvs104, it breaks
3422                 stuff
3423
3424 2006-08-28 [paul]       2.4.0cvs105
3425
3426         * src/plugins/spamassassin/spamassassin.c
3427                 english fix
3428
3429 2006-08-28 [paul]       2.4.0cvs104
3430
3431         * src/mh.c
3432                 fix data loss when moving to another
3433                 mailbox fails
3434         * src/prefs_spelling.c
3435                 improve the english
3436         * src/gtk/pluginwindow.c
3437                 improve the layout of the dialog text
3438         All thanks to Colin
3439
3440 2006-08-28 [paul]       2.4.0cvs103
3441
3442         * src/plugins/bogofilter/bogofilter.c
3443         * src/plugins/bogofilter/bogofilter_gtk.c
3444                 fix english up a bit, innit
3445
3446 2006-08-28 [paul]       2.4.0cvs102
3447
3448         * configure.ac
3449         * po/Makefile.in.in
3450         * po/Makevars
3451                 require autoconf 2.60, enabling building
3452                 with gettext 0.15 (gettext 0.14.x build still
3453                 possible). Replace Makefiles with versions
3454                 from gettext 0.15.
3455                 Remove configure options --with-localedir and
3456                 --with-mandir. The options that are provided
3457                 directly by autoconf 2.60 can be used instead:
3458                 --mandir --localedir
3459
3460 2006-08-27 [colin]      2.4.0cvs101
3461
3462         * src/plugins/bogofilter/Makefile.am
3463                 Fix make dist (no README)
3464
3465 2006-08-27 [colin]      2.4.0cvs100
3466
3467         * src/folder.c
3468                 Don't use F_UNKNOWN folders for any default
3469                 outbox/trash/etc
3470         * src/plugins/bogofilter/bogofilter.c
3471         * src/plugins/bogofilter/bogofilter.h
3472         * src/plugins/bogofilter/bogofilter_gtk.c
3473                 Add an option to specify the path to bogofilter
3474                 Use single-quotes to be able to learn in folders
3475                 with spaces in their names
3476                 Verify learning status
3477
3478 2006-08-27 [colin]      2.4.0cvs99
3479
3480         * manual/faq.xml
3481         * manual/plugins.xml
3482                 Document Bogofilter plugin
3483
3484 2006-08-27 [colin]      2.4.0cvs98
3485
3486         * src/compose.c
3487         * src/messageview.c
3488         * src/procmsg.c
3489         * src/procmsg.h
3490                 When possible, copy the queued mail to sent folder
3491                 instead of re-adding. Much faster on IMAP.
3492
3493 2006-08-27 [colin]      2.4.0cvs97
3494
3495         * src/msgcache.c
3496                 Disable mmaped caches - huge metadata loss
3497                 here after a power failure.
3498         * src/summaryview.c
3499                 Add quicksearch timing
3500         * src/common/plugin.c
3501         * src/common/plugin.h
3502                 Implement an interface to tell what plugins
3503                 provide. Prevent loading of similar plugins.
3504         * src/plugins/clamav/clamav_plugin.c
3505         * src/plugins/demo/demo.c
3506         * src/plugins/dillo_viewer/dillo_viewer.c
3507         * src/plugins/pgpcore/plugin.c
3508         * src/plugins/pgpinline/pgpinline.c
3509         * src/plugins/pgpmime/pgpmime.c
3510         * src/plugins/spamassassin/spamassassin.c
3511         * src/plugins/trayicon/trayicon.c
3512                 Implement plugin_provides()
3513
3514 2006-08-27 [colin]      2.4.0cvs96
3515
3516         * configure.ac
3517         * src/plugins/Makefile.am
3518         * src/plugins/bogofilter/.cvsignore
3519         * src/plugins/bogofilter/Makefile.am
3520         * src/plugins/bogofilter/bogofilter.c
3521         * src/plugins/bogofilter/bogofilter.h
3522         * src/plugins/bogofilter/bogofilter_gtk.c
3523                 New Bogofilter plugin, provides filtering and
3524                 learning. Spamassassin will go to extra plugins.
3525
3526 2006-08-26 [mones]      2.4.0cvs95
3527
3528         * manual/handling.xml
3529                 Fix subfolder path in the example (thanks to Paul) 
3530
3531 2006-08-26 [mones]      2.4.0cvs94
3532
3533         * manual/glossary.xml
3534                 2.2. + add ISP to the glossary
3535                 7.5. + Add UIDL to glossary
3536                 7.7. + Add TCP to glossary
3537         * manual/handling.xml
3538                 7.1. + Mentions GNU/Linux distribution, what about the non...
3539                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3540                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3541                 7.4. = Use appropriate quotation for commands
3542                 7.6. = change "" to <quote></quote>
3543         * manual/plugins.xml
3544                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3545         * manual/starting.xml
3546                 2.1. + local mbox file: some examples of mbox file locations...
3547                 Also reformatted files requiring it
3548
3549 2006-08-26 [wwp]        2.4.0cvs93
3550
3551         * src/summary_search.c
3552                 disable find buttons while summary search is running.
3553
3554 2006-08-25 [colin]      2.4.0cvs92
3555
3556         * src/folder.c
3557         * src/folderutils.c
3558         * src/mh.c
3559         * src/procmsg.h
3560         * src/summaryview.c
3561                 Speed up MH moving, and add progressbar
3562                 for MH deletion
3563         * src/msgcache.c
3564                 Write cache files using mmap() too
3565
3566 2006-08-25 [wwp]        2.4.0cvs91
3567
3568         * src/summaryview.c
3569                 switch spam<->ham button when a message has been marked as spam or ham
3570                 and is still selected. Thanks to Colin.
3571
3572 2006-08-25 [paul]       2.4.0cvs90
3573
3574         * src/Makefile.am
3575         * src/stock_pixmap.c
3576         * src/stock_pixmap.h
3577         * src/summaryview.c
3578         * src/gtk/icon_legend.c
3579         * src/pixmaps/copied.xpm
3580         * src/pixmaps/moved.xpm
3581                 add icons for delayed execution marked for
3582                 copying, marked for moving
3583
3584 2006-08-25 [mones]      2.4.0cvs89
3585
3586         * manual/glossary.xml
3587                 Fix the other glossary items:
3588                 5.1. = Inmmediate execution -> <quote>immediate execution...
3589                 5.2. = Fix MBOX capitalization -> Mbox
3590                 5.3. + Improve Plugins def. w/ tech. ref.
3591                 5.4. = Quotation -> replace '>' by <quote>></quote>
3592                 5.5. - SMTP Server. -> remove dot
3593         * po/es.po
3594                 Updated translation
3595
3596 2006-08-25 [mones]      2.4.0cvs88
3597
3598         * manual/ack.xml
3599                 Reformatted, changed email address
3600         * manual/glossary.xml
3601                 Reformatted, fixed MANUAL-TODO items:
3602                 8.2. + add ROT-13 to glossary
3603                 8.4. + add URL to glossary
3604         * manual/es/advanced.xml
3605                 Fixed <literal>s
3606
3607 2006-08-25 [paul]       2.4.0cvs87
3608
3609         * src/gtk/icon_legend.c
3610                 add 'marked for deletion' icon
3611                 arrange icons by containing column
3612                 wrap long label text
3613
3614 2006-08-25 [colin]      2.4.0cvs86
3615
3616         * src/common/utils.c
3617         * src/common/utils.h
3618                 Add the sc_g_*list_bigger functions in
3619                 a place everyone can use it
3620         * src/summaryview.c
3621                 Only freeze/thaw the list when working
3622                 on the selection, if it's bigger than 1
3623         * src/gtk/gtksctree.c
3624                 Only freeze/thaw the list when unselec-
3625                 ting 'all' if ('all' != 1)
3626                 This avoids some flickering
3627
3628 2006-08-24 [colin]      2.4.0cvs85
3629
3630         * src/addressbook.c
3631                 Fix strange list selection
3632                 Fix random seg (Invalid read of freed memory)
3633
3634 2006-08-24 [colin]      2.4.0cvs84
3635
3636         * src/alertpanel.c
3637         * src/gtk/inputdialog.c
3638         * src/plugins/pgpcore/passphrase.c
3639                 Revert minimal width patch of 2.4.0cvs67,
3640                 as it is also a maximal width. Use 
3641                 gtk_window_set_default_size instead.
3642
3643 2006-08-24 [colin]      2.4.0cvs83
3644
3645         * src/msgcache.c
3646                 Write cache/mark to temp files before
3647                 overwriting old ones (avoids metadata
3648                 loss if writing the new files fail).
3649                 Use mmap() to read cache/mark file, as
3650                 this makes cache reading faster. Dis-
3651                 abled for big-endian machines until it
3652                 can be tested. (Big-endian users: set
3653                 msgcache_use_mmap = TRUE in the relevant
3654                 #if).
3655         * src/procmsg.h
3656                 Move rarely used fields of MsgInfo in 
3657                 another structure, which will only be
3658                 allocated if needed. Face, X-Face,
3659                 Return receipt headers and List-*
3660                 headers are moved. Mails having none
3661                 of these occupy 52 bytes less with
3662                 this patch, which makes 2.5MB of RAM
3663                 saved on a 50k folder).
3664         * src/headerview.c
3665         * src/mainwindow.c
3666         * src/messageview.c
3667         * src/partial_download.c
3668         * src/procheader.c
3669         * src/procmsg.c
3670         * src/textview.c
3671                 Follow this structure change.
3672
3673 2006-08-24 [wwp]        2.4.0cvs82
3674
3675         * manual/es/.cvsignore
3676         * manual/es/dist/.cvsignore
3677         * manual/es/dist/html/.cvsignore
3678         * manual/es/dist/pdf/.cvsignore
3679         * manual/es/dist/ps/.cvsignore
3680         * manual/es/dist/txt/.cvsignore
3681                 more (generated) files to ignore.
3682
3683 2006-08-24 [colin]      2.4.0cvs81
3684
3685         * src/folder.c
3686         * src/mh.c
3687                 Fix possible problems with local delivery. Check the folder doesn't
3688                 need scan before setting its mtime when saving cache (which can be
3689                 done long after the folder's been modified by an external process);
3690                 Check that the stored item's mtime didn't change in mh functions.
3691
3692 2006-08-24 [mones]      2.4.0cvs80
3693
3694         * manual/advanced.xml
3695                 Rewrapping, some fixes and MANUAL-TODO items:
3696                 8.1. = change "" to <quote></quote>
3697                 8.3. = quote menu items
3698                 8.5. - deploying -> new user ... ideally a new user (redundant)
3699
3700 2006-08-23 [colin]      2.4.0cvs79
3701
3702         * src/gtk/gtksctree.c
3703                 When selecting or deselecting range, only
3704                 freeze/thaw when selection is bigger than 10
3705
3706 2006-08-23 [colin]      2.4.0cvs78
3707
3708         * src/messageview.c
3709         * src/mimeview.c
3710         * src/mimeview.h
3711         * src/plugins/dillo_viewer/dillo_viewer.c
3712                 Provide an API for MimeViewer plugins to
3713                 return a text selection for replying
3714
3715 2006-08-23 [colin]      2.4.0cvs77
3716
3717         * src/image_viewer.c
3718         * src/textview.c
3719                 Use gtk_pixbuf_new_from_file_at_scale(), which
3720                 is faster than getting the pixbuf then resizing
3721                 it.
3722
3723 2006-08-23 [colin]      2.4.0cvs76
3724
3725         * src/procmime.c
3726                 UTF-8 should be sent Quoted-printable
3727
3728 2006-08-22 [colin]      2.4.0cvs75
3729
3730         * src/mh.c
3731                 Check if scan is required before touching
3732                 the folder (or it'll be required every time)
3733
3734 2006-08-22 [colin]      2.4.0cvs74
3735
3736         * configure.ac
3737                 Require libetpan 0.46 (crasher fix when built
3738                 against gnutls)
3739
3740 2006-08-22 [colin]      2.4.0cvs73
3741
3742         * src/folder.c
3743                 Set folder's mtime after writing its
3744                 cache
3745         * src/folderview.c
3746                 Add some timing
3747         * src/procmsg.c
3748                 Don't do useless stuff if we don't 
3749                 thread by subject
3750         * src/summaryview.c
3751                 Add some timing, don't deselect prior
3752                 to selecting (gtksctree does it itself),
3753                 remove crash avoidance hacks as it's been
3754                 properly fixed since a while
3755         * src/common/utils.c
3756                 Optimize to_human_readable(): _() is slow,
3757                 do it only once, and avoid %f format for KB
3758                 (the most common in a summaryview)
3759         * src/gtk/gtksctree.c
3760                 Don't uselessly freeze/thaw (fixes flicker
3761                 on next unread and friends), reduce number
3762                 of g_list_nth/g_list_position where possible
3763         * src/gtk/gtkutils.c
3764         * src/gtk/gtkutils.h
3765                 Reduce number of g_list_nth/g_list_position
3766                 where possible.
3767                 All of this makes loading as 70k folder 2.1
3768                 seconds instead of 3.2 (with hot FS caches).
3769                 (1.3 seconds without Date and Size columns...)
3770
3771 2006-08-22 [paul]       2.4.0cvs72
3772
3773         wrap documents and do some items from mones' MANUAL-TODO:
3774
3775         * manual/account.xml
3776                 4.1. = fix tabname references to <quote>tabname</quote>
3777                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3778         * manual/faq.xml
3779                 1.1. = mentioned options don't match UI
3780                 Add information about the 'Never send Return Receipts'
3781                 option
3782         * manual/handling.xml
3783                 6.2. = Mentions Extended symbols button, but now is
3784                 named Information
3785                 6.3. = Mentions ... button, which is now Edit
3786
3787 2006-08-22 [colin]      2.4.0cvs71
3788
3789         * src/gtk/pluginwindow.c
3790                 Fix layout in verbose translations (such
3791                 as french)
3792
3793 2006-08-22 [paul]       2.4.0cvs70
3794
3795         * manual/Makefile.am
3796                 build manuals in alphabetical order
3797         * src/addressbook.c
3798         * src/prefs_themes.c
3799                 replace/remove deprecated symbols
3800         * src/gtk/gtkutils.c
3801                 fix a warning
3802         * src/gtk/pluginwindow.c
3803                 replace deprecated symbol
3804                 replace label text and move it
3805         * src/plugins/pgpcore/prefs_gpg.c
3806                 move the 'Generate...' button out of the
3807                 Sign Key frame, replace the English used
3808         * src/plugins/pgpcore/sgpgme.c
3809                 fixes to the English
3810
3811 2006-08-21 [colin]      2.4.0cvs69
3812
3813         * src/plugins/trayicon/trayicon.c
3814                 Add more strings for translation; patch
3815                 by Pawel
3816
3817 2006-08-21 [colin]      2.4.0cvs68
3818
3819         * src/compose.c
3820                 fix replied flag not set after drafting
3821         * src/matcher.c
3822                 fix body quicksearch in non-encoded bodies
3823                 containing '='
3824         * src/msgcache.c
3825                 Get rid of the g_malloc workaround for
3826                 corrupted caches, use g_try_malloc
3827
3828 2006-08-21 [colin]      2.4.0cvs67
3829
3830         * src/alertpanel.c
3831         * src/gtk/inputdialog.c
3832         * src/plugins/pgpcore/passphrase.c
3833                 Set minimal width to 375
3834         * src/mainwindow.c
3835                 Fix switching to offline, asking if it 
3836                 should be overriden for synchronising
3837         * src/mimeview.c
3838                 Don't offer to remember command on Open 
3839                 with for text parts, as the browser or 
3840                 text editor command isn't changed from 
3841                 there
3842
3843 2006-08-20 [paul]       2.4.0cvs66
3844
3845         * po/ko.po
3846         * po/zh_CN.po
3847                 fix plural form errors. revealed by stricter
3848                 checking of gettext 0.15
3849
3850 2006-08-18 [paul]       2.4.0cvs65
3851
3852         * src/stock_pixmap.c
3853                 fix the fix of 2.4.0cvs64
3854                 Thanks to Colin
3855
3856 2006-08-18 [paul]       2.4.0cvs64
3857
3858         * src/stock_pixmap.c
3859                 fix leaks
3860                 Thanks to Colin
3861
3862 2006-08-18 [paul]       2.4.0cvs63
3863
3864         * src/compose.c
3865         * src/procmsg.c
3866                 fix occasional IMAP bug where large msgs
3867                 were left in the queue folder after sending
3868                 Thanks to Colin
3869
3870 2006-08-18 [paul]       2.4.0cvs62
3871
3872         * src/folderview.c
3873                 freeze the summaryview while quicksearch results
3874                 are displayed
3875                 (fixes bug 456 'current message is hidden when the
3876                 view is refreshed and extended search is "unread 
3877                 messages"')
3878                 Thanks to Colin
3879         * src/textview.c
3880                 add missing #include "inputdialog.h"
3881         * src/common/utils.h
3882                 add missing mailcap_update_default() and improve
3883                 readability
3884
3885 2006-08-17 [colin]      2.4.0cvs61
3886
3887         * src/plugins/pgpcore/select-keys.c
3888                 Fix warnings :)
3889
3890 2006-08-17 [colin]      2.4.0cvs60
3891
3892         * src/compose.c
3893                 Don't continue queuing if Cancel is clicked
3894                 in select-keys
3895
3896 2006-08-17 [colin]      2.4.0cvs59
3897
3898         * src/plugins/pgpcore/select-keys.c
3899                 When encrypting, if only one key matches and it 
3900                 matches exactly, automatically use it.
3901
3902 2006-08-17 [colin]      2.4.0cvs58
3903
3904         * src/mimeview.c
3905         * src/prefs_common.c
3906         * src/prefs_common.h
3907         * src/prefs_ext_prog.c
3908         * src/textview.c
3909                 Fix issues with previous patch (text/html)
3910                 Remove outdated prefs
3911
3912 2006-08-17 [colin]      2.4.0cvs57
3913
3914         * src/imap.c
3915                 Add View Log button on auth error
3916         * src/procmsg.c
3917                 Fix encrypted mail marked as new when
3918                 saved in normal folders
3919         * src/plugins/pgpinline/pgpinline.c
3920                 Fix encrypt bug on IMAP
3921         * src/mimeview.c
3922         * src/common/utils.c
3923         * src/common/utils.h
3924         * src/gtk/inputdialog.c
3925         * src/gtk/inputdialog.h
3926                 Get rid of metamail stuff, simplify
3927                 opening, and allow remembering of user's
3928                 choices (by updating ~/.mailcap). There's
3929                 still to drop "Audio player" and "Image
3930                 viewer" preferences.
3931
3932 2006-08-17 [mones]      2.4.0cvs56
3933
3934         * manual/es/sylpheed-claws-manual.xml
3935                 fix DTD path
3936
3937 2006-08-17 [mones]      2.4.0cvs55
3938
3939         * configure.ac
3940         * manual/Makefile.am
3941         * manual/es/Makefile.am
3942         * manual/es/account.xml
3943         * manual/es/ack.xml
3944         * manual/es/addrbook.xml
3945         * manual/es/advanced.xml
3946         * manual/es/faq.xml
3947         * manual/es/glossary.xml
3948         * manual/es/gpl.xml
3949         * manual/es/handling.xml
3950         * manual/es/intro.xml
3951         * manual/es/keyboard.xml
3952         * manual/es/plugins.xml
3953         * manual/es/starting.xml
3954         * manual/es/sylpheed-claws-manual.xml
3955         * manual/es/dist/Makefile.am
3956         * manual/es/dist/html/Makefile.am
3957         * manual/es/dist/pdf/Makefile.am
3958         * manual/es/dist/ps/Makefile.am
3959         * manual/es/dist/txt/Makefile.am
3960                 Spanish translation for the manual
3961
3962 2006-08-16 [colin]      2.4.0cvs54
3963
3964         * src/compose.c
3965         * src/main.c
3966         * src/mainwindow.c
3967                 Fix send button sensitivity at startup
3968                 Set send menu sensitivity (patch by Fabien)
3969         * src/ssl_manager.c
3970                 Enable closing with esc (patch by Fabien)
3971         * src/gtk/foldersort.c
3972                 Enable closing with esc (patch by Fabien)
3973         * src/procmime.c
3974                 Optimisation (no need to copy to tempfile to
3975                 "decode" 7bit and 8bit)
3976         * src/summaryview.c
3977                 Fix cruft in swap_from case
3978         * src/textview.c
3979                 Fix missing last line in some mail cases 
3980                 (Fixes debian #381872)
3981         * src/plugins/pgpcore/prefs_gpg.c
3982         * src/plugins/pgpcore/sgpgme.c
3983         * src/plugins/pgpcore/sgpgme.h
3984                 Don't show "no key found" when user explicitely
3985                 wants to create a key
3986
3987 2006-08-16 [paul]       2.4.0cvs53
3988
3989         * configure.ac
3990         * src/account.c
3991         * src/addressbook.c
3992         * src/headerview.c
3993         * src/prefs_account.c
3994         * src/prefs_message.c
3995         * src/gtk/gtkutils.c
3996                 bump up minimum required versions of GTK+ and
3997                 GLIB to 2.6.0
3998
3999 2006-08-16 [paul]       2.4.0cvs52
4000
4001         * src/toolbar.c
4002                 workaround GTK+ Bug 351600 - 'Can't re-click
4003                 on button after sensitivity update'
4004                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
4005                 Thanks to Colin
4006
4007 2006-08-15 [colin]      2.4.0cvs51
4008
4009         * src/plugins/pgpcore/prefs_gpg.c
4010                 Set options sensitivity according to
4011                 key existence
4012         * src/plugins/pgpcore/sgpgme.c
4013                 Allow to create key with no passphrase
4014
4015 2006-08-14 [cleroy]     2.4.0cvs50
4016
4017         * src/gtk/pluginwindow.c
4018                 New layout (maybe to be changed?)
4019         * src/gtk/gtkutils.c
4020                 Fix a bit label_window
4021         * src/plugins/pgpcore/passphrase.c
4022         * src/plugins/pgpcore/passphrase.h
4023         * src/plugins/pgpcore/plugin.c
4024         * src/plugins/pgpcore/prefs_gpg.c
4025         * src/plugins/pgpcore/prefs_gpg.h
4026         * src/plugins/pgpcore/sgpgme.c
4027         * src/plugins/pgpcore/sgpgme.h
4028                 Allow to create a PGP private key via the GUI
4029
4030 2006-08-14 [wwp]        2.4.0cvs49
4031
4032         * src/addressbook_foldersel.c
4033                 fix strict ISO C90 compliance.
4034
4035 2006-08-14 [paul]       2.4.0cvs48
4036
4037         * src/gtk/prefswindow.c
4038                 re-set scrolled window on opening
4039                 Patch by Ticho
4040
4041 2006-08-14 [paul]
4042
4043         2.5.0-rc1 released
4044
4045 2006-08-14 [paul]       2.4.0cvs47
4046
4047         * src/prefs_display_header.c
4048                 re-enable user-defined Displayed Headers
4049
4050 2006-08-14 [paul]       2.4.0cvs46
4051
4052         * src/prefs_account.c
4053                 use GTK_STOCK_EDIT
4054
4055 2006-08-13 [colin]      2.4.0cvs45
4056
4057         * src/common/utils.c
4058                 Fix "a" in quote when the original message is empty,
4059                 by using \0 instead of 'a' to test writability of
4060                 temp files.
4061
4062 2006-08-13 [wwp]        2.4.0cvs44
4063
4064         * src/plugins/spamassassin/spamassassin.c
4065                 fix capitalization of "SpamAssassin" in some debug, log and
4066                 dialog messages.
4067
4068 2006-08-13 [paul]       2.4.0cvs43
4069
4070         * src/editldap.c
4071                 fix overlapping widgets
4072         * src/prefs_account.c
4073                 fix translation of protocol_names[]
4074                 fix label disappearing off the edge of the
4075                 visible area
4076
4077 2006-08-12 [paul]       2.4.0cvs42
4078
4079         * manual/plugins.xml
4080                 update IRC channel info before it gets forgotten
4081                 about
4082
4083 2006-08-11 [colin]      2.4.0cvs41
4084
4085         * src/compose.c
4086         * src/mainwindow.c
4087         * src/mainwindow.h
4088         * src/procmsg.c
4089         * src/procmsg.h
4090         * src/summaryview.c
4091         * src/toolbar.c
4092                 Grey out the Send button if
4093                 - Queue folders are empty, or
4094                 - We're sending already
4095
4096 2006-08-11 [wwp]        2.4.0cvs40
4097
4098         * src/main.c
4099                 fix a logic issue when quitting while a compose window is
4100                 still open, thanks to Colin.
4101
4102 2006-08-10 [colin]      2.4.0cvs39
4103
4104         * src/main.c
4105                 Fix default font size setting after wizard run
4106         * src/imap.c
4107         * src/etpan/imap-thread.c
4108         * src/etpan/imap-thread.h
4109                 Fix bug #999 (Timing out on TSL cert validation 
4110                 dialog makes ugly things happen). Also, STARTTLS
4111                 unconditionnaly if initial capabilities contain
4112                 LOGINDISABLED and STARTTLS.
4113
4114 2006-08-09 [colin]      2.4.0cvs38
4115
4116         * src/mainwindow.c
4117         * src/mainwindow.h
4118                 Fix Tools/Actions sensitivity when there are
4119                 no actions
4120
4121 2006-08-09 [colin]      2.4.0cvs37
4122
4123         * src/prefs_filtering.c
4124                 Warning fix, patch by Paul
4125         * src/messageview.c
4126         * src/prefs_actions.c
4127         * src/prefs_filtering_action.c
4128         * src/prefs_matcher.c
4129                 Uniformisation of "Info ..." to "Info..." (for
4130                 old gtk), patch by Fabien
4131         * src/plugins/clamav/clamav_plugin_gtk.c
4132                 Sensitivity fix by Fabien
4133
4134 2006-08-09 [colin]      2.4.0cvs36
4135
4136         * src/main.c
4137         * src/main.h
4138                 Add a function to know whether we're exiting
4139         * src/plugins/trayicon/trayicon.c
4140                 If exiting, don't do anything. Faster, and
4141                 avoids gtk_main_iteration reentracy causing
4142                 segfaults at exit
4143
4144 2006-08-09 [colin]      2.4.0cvs35
4145
4146         * src/messageview.c
4147         * src/mimeview.c
4148         * src/mimeview.h
4149                 Fix lack of part selection when automatically 
4150                 jumping to a specific part
4151         * src/msgcache.c
4152                 Little optimisation in cache reading
4153
4154 2006-08-09 [colin]      2.4.0cvs34
4155
4156         * src/compose.c
4157                 Fix crash setting the priority on reedit
4158                 (Accessing compose before creating it!)
4159
4160 2006-08-08 [colin]      2.4.0cvs33
4161
4162         * src/procmime.c
4163                 Fix bug #998 (last attachment is not accessible)
4164                 Bad RFC interpretation on multipart close-delimiters
4165         * src/mimeview.c
4166         * src/mimeview.h
4167         * src/gtk/gtkvscrollbutton.c
4168         * src/gtk/gtkvscrollbutton.h
4169                 Make attachments list wheel-scrollable
4170
4171 2006-08-07 [colin]      2.4.0cvs32
4172
4173         * src/gtk/gtkaspell.c
4174                 Fix bug #973 (Unicode punctation characters 
4175                 are not recognized as separators by the
4176                 spell checker); fix unsigned stuff
4177
4178 2006-08-07 [colin]      2.4.0cvs31
4179
4180         * src/compose.c
4181                 Fix bug #956 (DnD text with accents in compose 
4182                 text entry); fix gccc's signed/unsigned fuss
4183
4184 2006-08-06 [colin]      2.4.0cvs30
4185
4186         * src/main.c
4187                 Fix bug #979 (Plugin crashes when exiting 
4188                 sylpheed-claws) : handle exit request only 
4189                 once
4190
4191 2006-08-05 [colin]      2.4.0cvs29
4192
4193         * src/news.c
4194                 Just make sure we have a msgid.
4195
4196 2006-08-05 [colin]      2.4.0cvs28
4197
4198         * src/news.c
4199         * src/summaryview.c
4200                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
4201                 by reimplementing it
4202         * src/textview.c
4203                 Fix bug when hiding quotes with level > 3 and quote
4204                 colors are recycled
4205
4206 2006-08-04 [colin]      2.4.0cvs27
4207
4208         * src/compose.c
4209         * src/undo.c
4210         * src/undo.h
4211                 Fix a bit replace-by-pasting undo
4212         * src/mainwindow.c
4213         * src/messageview.c
4214                 Fix Fold quotes menu synchro in
4215                 mainwindow when it changes in 
4216                 messageview
4217         * src/textview.c
4218                 Fix right-click on quotes blocks
4219         * src/common/utils.c
4220                 Verify that the file created by
4221                 my_tmpfile() is writable. Fixes
4222                 bug #988 (very specific filesystem
4223                 issue)
4224         * src/plugins/pgpcore/sgpgme.c
4225                 Fix file descriptor leak
4226         * src/plugins/spamassassin/spamassassin.c
4227                 Warn once if spamd isn't reachable
4228
4229 2006-08-04 [colin]      2.4.0cvs26
4230
4231         * src/toolbar.c
4232                 i18n context patch by Fabien
4233
4234 2006-08-03 [colin]      2.4.0cvs25
4235
4236         * src/mainwindow.c
4237         * src/messageview.c
4238                 Rename "Hide quotes" to "Fold quotes"
4239         * src/textview.c
4240                 Don't use hand cursor on quotes. "all 
4241                 the bonuses of the feature and none of 
4242                 unwelcome side-effects"
4243
4244 2006-08-03 [colin]      2.4.0cvs24
4245
4246         * AUTHORS
4247         * sylpheed-claws.desktop
4248         * src/gtk/authors.h
4249                 Bring the desktop file to XDG compliance
4250                 Patch by Charles A. Edwards
4251
4252 2006-08-03 [colin]      2.4.0cvs23
4253
4254         * src/textview.c
4255                 Fix links offset when they are preceded
4256                 by accentued chars (g_utf8_strlen!)
4257         * src/mainwindow.c
4258                 Fix wrong status when starting offline
4259
4260
4261 2006-08-03 [wwp]        2.4.0cvs22
4262
4263         * src/prefs_common.h
4264                 ask what to do w/ filtering rules that belong to an account when
4265                 applying filtering rules manually from the main window (skip,
4266                 apply regardless of the account, use current account). This dialog
4267                 can be skipped and the last reply used.
4268                 (forgot that file)
4269
4270 2006-08-03 [wwp]        2.4.0cvs21
4271
4272         * src/filtering.c
4273         * src/filtering.h
4274         * src/prefs_common.c
4275         * src/summaryview.c
4276         * src/alertpanel.c
4277         * src/alertpanel.h
4278         * src/messageview.c
4279                 ask what to do w/ filtering rules that belong to an account when
4280                 applying filtering rules manually from the main window (skip,
4281                 apply regardless of the account, use current account). This dialog
4282                 can be skipped and the last reply used.
4283
4284
4285 2006-08-03 [colin]      2.4.0cvs20
4286
4287         * src/textview.c
4288                 Optimize previous patch
4289
4290 2006-08-03 [cleroy]     2.4.0cvs19
4291
4292         * src/textview.c
4293                 Fix quotes getting toggled back when the
4294                 mail has an even number of text parts
4295
4296 2006-08-02 [colin]      2.4.0cvs18
4297
4298         * src/messageview.c
4299                 Add Hide quotes menu
4300
4301 2006-08-02 [colin]      2.4.0cvs17
4302
4303         * src/mainwindow.c
4304         * src/prefs_common.c
4305         * src/textview.c
4306         * src/textview.h
4307         * src/gtk/about.c
4308                 Allow per-level quote hiding,
4309                 Allow toggling quotes by double-clicking them
4310                 Rename RemoteURI to ClickableText to reflect
4311                 the fact it's used for a variety of things
4312
4313 2006-08-02 [wwp]        2.4.0cvs16
4314
4315         * src/mainwindow.c
4316                 fix "View/Hide quotes" menu item status initialization.
4317
4318 2006-08-02 [wwp]        2.4.0cvs15
4319
4320         * src/matcher_parser_parse.y
4321                 remove a debug trace.
4322
4323 2006-08-02 [paul]       2.4.0cvs14
4324
4325         * src/plugins/pgpcore/passphrase.c
4326                 don't set initial dialog size
4327                 make it resizable
4328
4329 2006-08-02 [paul]       2.4.0cvs13
4330
4331         * src/noticeview.c
4332                 remove the rogue '/' character
4333
4334 2006-08-02 [paul]       2.4.0cvs12
4335
4336         * src/noticeview.c
4337                 allow buttons to resize as necessary
4338
4339 2006-08-01 [wwp]        2.4.0cvs11
4340
4341         * src/mbox.c
4342                 fix strict ISO C90 compliance.
4343
4344 2006-08-01 [wwp]        2.4.0cvs10
4345
4346         * tools/update-po
4347                 updated update-po tool to work w/ context-dependent translations.
4348                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4349
4350 2006-08-01 [wwp]        2.4.0cvs9
4351
4352         * src/matcher.c
4353         * src/prefs_filtering.c
4354         * src/prefs_matcher.c
4355                 allow context-dependent translations for "All",
4356                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4357
4358 2006-07-31 [colin]      2.4.0cvs8
4359
4360         * AUTHORS
4361         * src/gtk/authors.h
4362                 Add Rafal to authors
4363
4364 2006-07-31 [colin]      2.4.0cvs7
4365
4366         * src/compose.c
4367         * src/mainwindow.c
4368         * src/messageview.h
4369         * src/prefs_common.c
4370         * src/prefs_common.h
4371         * src/textview.c
4372                 Add 'View/Hide quotes'. Patch based on a patch
4373                 by Rafal Weglarz
4374
4375 2006-07-31 [colin]      2.4.0cvs6
4376
4377         * src/action.c
4378                 Fix problem with "> stuff >" actions
4379
4380 2006-07-31 [paul]       2.4.0cvs5
4381
4382         * po/nb.po
4383                 updated by Geir Helland
4384
4385 2006-07-31 [wwp]        2.4.0cvs4
4386
4387         * src/mainwindow.c
4388         * src/summaryview.c
4389         * src/summaryview.h
4390                 add "View/Go to/Parent message" and "View/Go to/Last read message",
4391                 thanks to Colin.
4392
4393 2006-07-31 [wwp]        2.4.0cvs3
4394
4395         * src/Makefile.am
4396         * src/addr_compl.c
4397         * src/addr_compl.h
4398         * src/addressbook.c
4399         * src/addressbook.h
4400         * src/addressbook_foldersel.c
4401         * src/addressbook_foldersel.h
4402         * src/addrindex.c
4403         * src/addrindex.h
4404         * src/matcher.c
4405         * src/matcher.h
4406         * src/matcher_parser_lex.l
4407         * src/matcher_parser_parse.y
4408         * src/prefs_common.c
4409         * src/prefs_common.h
4410         * src/prefs_filtering.c
4411         * src/prefs_matcher.c
4412         * src/prefs_matcher.h
4413         * src/summaryview.c
4414                 introduce filtering against the address book. It's now possible to add
4415                 matched conditions to determine if any email address in a message matches
4416                 or doesn't match any or all books or folders in the address book.
4417
4418 2006-07-31 [wwp]        2.4.0cvs2
4419
4420         * src/account.c
4421         * src/filtering.c
4422         * src/filtering.h
4423         * src/folder.c
4424         * src/folderview.c
4425         * src/inc.c
4426         * src/mainwindow.c
4427         * src/matcher.c
4428         * src/matcher_parser_lex.l
4429         * src/matcher_parser_parse.y
4430         * src/mbox.c
4431         * src/prefs_filtering.c
4432         * src/prefs_filtering.h
4433         * src/procmsg.c
4434         * src/procmsg.h
4435         * src/summaryview.c
4436                 introduce per-account filtering rules. Each filtering rule can now be assigned
4437                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
4438                 when applying filtering rules manually, as all rules will apply - even the ones
4439                 assigned to an account. This issue will be addressed soon.
4440  
4441
4442
4443 2006-07-31 [wwp]        2.4.0cvs1
4444
4445         * src/quote_fmt.c
4446                 make more strings translatable.
4447
4448 2006-07-31 [paul]       2.4.0
4449
4450         2.4.0 released
4451
4452 2006-07-31 [paul]       2.3.1cvs91
4453
4454         * po/ca.po
4455                 updated by Miquel Oliete
4456
4457 2006-07-31 [paul]       2.3.1cvs90
4458
4459         * po/de.po
4460         * po/el.po
4461         * po/fr.po
4462         * po/it.po
4463         * po/pl.po
4464         * po/pt_BR.po
4465         * po/sr.po
4466         * po/zh_CN.po
4467                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
4468                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
4469                 Aleksandar Urosevic, and Ralgh Young
4470
4471 2006-07-31 [paul]       2.3.1cvs89
4472
4473         * src/account.c
4474         * src/main.c
4475         * src/mainwindow.c
4476         * src/mainwindow.h
4477                 Fix a race condition when, after an SC crash, rescanning
4478                 folders took more than 0.5 seconds
4479                 Thanks to Colin
4480
4481 2006-07-31 [paul]       2.3.1cvs88
4482
4483         * src/folderview.c
4484                 don't translate separator strings
4485
4486 2006-07-30 [mones]      2.3.1cvs87
4487
4488         * doc/man/sylpheed-claws.1
4489                 Fixed non-ASCII chars in Hoa's name
4490         * po/es.po
4491                 Updated for release
4492
4493 2006-07-27 [colin]      2.3.1cvs86
4494
4495         * src/textview.c
4496                 Don't include the leading \n in links
4497                 Patch by Fabien
4498
4499 2006-07-25 [colin]      2.3.1cvs85
4500
4501         * src/mainwindow.c
4502         * src/common/socket.h
4503         * src/etpan/imap-thread.c
4504                 Refresh resolvers before connecting
4505                 to IMAP servers, and after switching
4506                 to online. Thanks to Paul.
4507
4508 2006-07-18 [colin]
4509
4510         * 2.4.0-rc4 released
4511
4512 2006-07-17 [colin]      2.3.1cvs84
4513
4514         * src/inc.c
4515                 Show connection attempt in statusbar before
4516                 connecting (previously first message was
4517                 "Retrieving messages from ..." after the
4518                 connection succeeded.
4519
4520 2006-07-16 [wwp]        2.3.1cvs83
4521
4522         * sylpheed-claws.ico
4523                 Added .ico file (windows multi-size icon file, generated).
4524
4525 2006-07-12 [wwp]        2.3.1cvs82
4526
4527         * src/messageview.c
4528                 remove Message/Re-edit menu entry from messageview window,
4529                 as sent/draft/queued messages are opened in compose window when
4530                 re-edited and it's not possible to re-edit other msgs.
4531
4532 2006-07-12 [paul]       2.3.1cvs81
4533
4534         * AUTHORS
4535         * src/mainwindow.c
4536         * src/gtk/authors.h
4537                 check online state before resetting
4538                 mailcheck timer. Useful if some program
4539                 verifies connection state and updates
4540                 Claws.
4541                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
4542
4543 2006-07-12 [paul]       2.3.1cvs80
4544
4545         * sylpheed-claws-128x128.png
4546         * sylpheed-claws-64x64.png
4547         * sylpheed-claws.png
4548         * src/Makefile.am
4549         * src/main.c
4550         * src/prefs_toolbar.c
4551         * src/stock_pixmap.c
4552         * src/stock_pixmap.h
4553         * src/wizard.c
4554         * src/gtk/about.c
4555         * src/gtk/gtkutils.c
4556         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
4557         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
4558         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
4559         * src/pixmaps/sylpheed.xpm              ** REMOVED **
4560         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
4561         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
4562                 updated and renamed logo/icon files and related
4563                 logo by Jesper Schultz
4564
4565 2006-07-11 [paul]       2.3.1cvs79
4566
4567         * src/main.c
4568                 fix the labels a smidgin
4569
4570 2006-07-09 [colin]      2.3.1cvs78
4571
4572         * src/textview.c
4573                 Show errors in textviewer's command
4574                 Patch by H. Merijn Brand
4575
4576 2006-07-09 [colin]      2.3.1cvs77
4577
4578         * src/compose.c
4579                 Save FMID in drafts too
4580
4581 2006-07-08 [colin]      2.3.1cvs76
4582
4583         * src/compose.c
4584                 Svae RMID in drafted mails too
4585                 Save quote_fmt vars for whole mails,
4586                 don't reset at each quote_fmt_init:
4587                 allows to use the same |i{var} in
4588                 various template fields
4589         * src/prefs_template.c
4590         * src/quote_fmt.h
4591         * src/quote_fmt_parse.y
4592                 Same
4593
4594 2006-07-08 [colin]      2.3.1cvs75
4595
4596         * src/textview.c
4597                 Fix highlighting of attached parts URIs
4598
4599 2006-07-08 [colin]      2.3.1cvs74
4600
4601         * src/main.c
4602                 Prevent bug #981 (sc 2.3.1 segfaults with 
4603                 gtk+ 2.10) from being reported again:
4604                 if Sylpheed-Claws has been compiled against
4605                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
4606                 of if Sylpheed-Claws has been compiled against
4607                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
4608                 error out.
4609
4610 2006-07-07 [colin]      2.3.1cvs73
4611
4612         * src/prefs_actions.c
4613                 Fix label
4614
4615 2006-07-07 [colin]      2.3.1cvs72
4616
4617         * src/prefs_actions.c
4618                 Fix compile on gtk < 2.8. argh :)
4619
4620 2006-07-07 [paul]       2.3.1cvs71
4621
4622         * src/common/defs.h
4623                 update DONATE_URI
4624
4625 2006-07-07 [colin]      2.3.1cvs70
4626
4627         * po/POTFILES.in
4628         * src/quote_fmt.c
4629         * src/quote_fmt_lex.l
4630         * src/quote_fmt_parse.y
4631                 Add |i{var}, a way to insert user-entered
4632                 text in a template
4633
4634 2006-07-07 [colin]
4635
4636         * 2.4.0-rc3 released
4637
4638 2006-07-07 [colin]      2.3.1cvs69
4639
4640         * src/folder.c
4641                 Don't consider inboxes of UNKNOWN folder 
4642                 classes to be useable as default inboxes
4643
4644 2006-07-07 [paul]       2.3.1cvs68
4645
4646         * src/textview.c
4647                 add missing #include <errno.h>
4648                 Thanks to René J. Blokland
4649
4650 2006-07-07 [paul]       2.3.1cvs67
4651
4652         * src/action.c
4653                 Return now Closes dialog
4654         * src/mimeview.c
4655         * src/mimeview.h
4656         * src/textview.c
4657                 add contextual menu to mime parts listed
4658                 in the textview
4659                 Thanks to Colin
4660         * src/common/utils.c
4661                 reversal: ' is a valid character in URLs
4662
4663 2006-07-06 [colin]      2.3.1cvs66
4664
4665         * src/remotefolder.h
4666                 Forgotten in previous commit
4667
4668 2006-07-06 [colin]      2.3.1cvs65
4669
4670         * src/folder.c
4671                 Set summary update flag whenever
4672                 totals changed
4673         * src/imap.c
4674         * src/prefs_account.c
4675         * src/common/utils.h
4676         * src/etpan/imap-thread.c
4677                 Fix warnings, thanks to Fabien and
4678                 Ricardo
4679
4680 2006-07-06 [wwp]        2.3.1cvs64
4681
4682         * src/gtk/gtkutils.c
4683                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4684
4685 2006-07-06 [wwp]        2.3.1cvs63
4686
4687         * src/account.c
4688         * src/addressbook.c
4689         * src/addressitem.h
4690         * src/folderview.c
4691         * src/mainwindow.c
4692         * src/manual.c
4693         * src/manual.h
4694         * src/message_search.c
4695         * src/prefs_actions.c
4696         * src/prefs_filtering.c
4697         * src/prefs_filtering.h
4698         * src/prefs_template.c
4699         * src/summary_search.c
4700         * src/summaryview.c
4701         * src/gtk/gtkutils.c
4702         * src/gtk/gtkutils.h
4703         * src/gtk/pluginwindow.c
4704                 add help buttons to some dialogs. Clicking such buttons opens a
4705                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4706
4707 2006-07-06 [paul]       2.3.1cvs62
4708
4709         * src/textview.c
4710                 fix attachments contextual menu
4711                 Thanks to Colin
4712
4713 2006-07-05 [colin]      2.3.1cvs61
4714
4715         * src/textview.c
4716         * src/compose.c
4717                 Handle sftp:// links
4718
4719 2006-07-05 [paul]       2.3.1cvs60
4720
4721         * src/gtk/filesel.c
4722                 grab save button by default
4723                 Thanks to Colin
4724
4725 2006-07-05 [wwp]        2.3.1cvs59
4726
4727         * manual/xml2pdf
4728                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4729
4730 2006-07-04 [colin]      2.3.1cvs58
4731
4732         * src/mimeview.c
4733         * src/textview.c
4734                 Use left click to select, middle click to open
4735                 on mimeparts links
4736         * src/common/utils.c
4737                 Fix segfault
4738
4739 2006-07-04 [colin]      2.3.1cvs57
4740
4741         * src/mainwindow.c
4742         * src/news.c
4743                 Warning fixes, thanks to Fabien
4744
4745 2006-07-04 [colin]      2.3.1cvs56
4746
4747         * src/mimeview.c
4748         * src/mimeview.h
4749         * src/textview.c
4750                 Allow parts to be selected via their text label
4751                 in textview
4752
4753 2006-07-04 [colin]      2.3.1cvs55
4754
4755         * src/folderview.c
4756                 Feedback when closing (for big folders)
4757         * src/prefs_actions.c
4758         * src/prefs_filtering.c
4759         * src/prefs_matcher.c
4760         * src/prefs_template.c
4761                 Fix default button when closing without
4762                 having saved
4763
4764 2006-07-04 [colin]      2.3.1cvs54
4765
4766         * src/news.c
4767                 Delete local file on deletion
4768
4769 2006-07-03 [colin]      2.3.1cvs53
4770
4771         * src/folderview.c
4772         * src/main.c
4773                 Don't freeze when rescanning after crash
4774
4775 2006-07-03 [wwp]        2.3.1cvs52
4776
4777         * src/compose.c
4778         * src/privacy.c
4779         * src/privacy.h
4780         * src/plugins/pgpinline/pgpinline.c
4781         * src/plugins/pgpmime/pgpmime.c
4782                 don't report an error when the user cancels the passphrase dialog.
4783
4784 2006-07-02 [colin]      2.3.1cvs51
4785
4786         * src/folderview.c
4787                 Open message when crossing folders with Space,
4788                 goto next unread and friends
4789
4790 2006-07-01 [colin]      2.3.1cvs50
4791
4792         * src/prefs_account.c
4793                 Typographic rules varying from language
4794                 to language (in french "Protocole :"),
4795                 we have to do that :)
4796
4797 2006-07-01 [ticho]      2.3.1cvs49
4798
4799         * src/prefs_account.c
4800                 Only use one temporary gchar* variable in
4801                 prefs_account_protocol_set_optmenu().
4802
4803 2006-07-01 [ticho]      2.3.1cvs48
4804
4805         * src/prefs_account.c
4806         * src/prefs_account.h
4807                 Use GtkLabel for existing account protocol name.
4808                 Created an array for protocol names and populate the
4809                 combobox from it in a for() cycle.
4810
4811 2006-06-30 [colin]      2.3.1cvs47
4812
4813         * src/compose.c
4814                 Block undo when changing signature (by changing
4815                 account)
4816
4817 2006-06-30 [paul]       2.3.1cvs46
4818
4819         * src/send_message.c
4820                 when editing From in the Compose window, use that address
4821                 in the Return-Path: header
4822                 Thanks to Colin
4823
4824 2006-06-30 [colin]      2.3.1cvs45
4825
4826         * src/compose.c
4827                 Fix signature replacement:
4828                 - when no newline before separator
4829                 - when reediting
4830
4831 2006-06-29 [colin]      2.3.1cvs44
4832
4833         * src/folderview.c
4834         * src/folderview.h
4835         * src/mainwindow.c
4836         * src/summaryview.c
4837                 Let 'View/Go to/Next marked' work like
4838                 Next new & Next unread: across folders
4839                 Change the select_on_entry pref to do
4840                 what we want when changing folder
4841         * src/common/utils.c
4842                 Fix single-quoted links 
4843
4844 2006-06-29 [colin]      2.3.1cvs43
4845
4846         * src/gtk/gtkaspell.c
4847                 "Sylpheed" and "Sylpheed-Claws" do exist !
4848
4849 2006-06-29 [colin]      2.3.1cvs42
4850
4851         * src/imap.c
4852                 Forgot to remove debug
4853
4854 2006-06-29 [colin]      2.3.1cvs41
4855
4856         * src/imap.c
4857         * src/imap.h
4858         * src/mainwindow.c
4859                 Disconnect from IMAP servers when going
4860                 offline. Fixes bug #978 (going to offline-mode 
4861                 won't close connections)
4862
4863 2006-06-29 [colin]      2.3.1cvs40
4864
4865         * src/main.c
4866                 Fix transient setting on failing plugins
4867                 Patch by Fabien
4868         * src/plugins/pgpcore/sgpgme.c
4869                 Only warn for OpenPGP. Most people don't
4870                 have CMS available.
4871
4872 2006-06-29 [colin]      2.3.1cvs39
4873
4874         * src/compose.c
4875                 Fix Spelling menu (discrepancy between context menu
4876                 and top menu when folder's dictionary isn't the 
4877                 default one)
4878         * src/plugins/pgpcore/sgpgme.c
4879                 More error reporting about why gpgme can fail
4880
4881 2006-06-29 [wwp]        2.3.1cvs38
4882
4883         * src/mainwindow.c
4884                 honor the display-header-pane setting even when the message view
4885                 is a separate window.
4886
4887 2006-06-29 [wwp]        2.3.1cvs37
4888
4889         * src/prefs_actions.c
4890                 forgot to commit that one (use of GTK_STOCK_INFO).
4891
4892 2006-06-29 [colin]      2.3.1cvs36
4893
4894         * src/imap.c
4895                 Better handling of login errors (ask the password
4896                 again once), alert in case of error. Fix three
4897                 signedness warnings.
4898
4899 2006-06-28 [wwp]        2.3.1cvs35
4900
4901         * src/prefs_template.c
4902         * src/prefs_matcher.c
4903         * src/prefs_filtering_action.c
4904         * src/prefs_quote.c
4905                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4906                 patch by Fabien Vantard, slightly modified.
4907
4908 2006-06-28 [paul]
4909
4910         2.4.0-rc2 released
4911
4912 2006-06-28 [colin]      2.3.1cvs34
4913
4914         * src/prefs_account.c
4915                 Fix bug #977 (Can't add or edit imap accounts)
4916
4917 2006-06-28 [colin]      2.3.1cvs33
4918
4919         * src/mimeview.c
4920                 Fix previous
4921
4922 2006-06-28 [colin]      2.3.1cvs32
4923
4924         * src/mimeview.c
4925                 Save named inlined attachments with "Save all"
4926         * src/main.c
4927         * src/mbox.c
4928         * src/common/plugin.c
4929         * src/common/plugin.h
4930         * src/common/sylpheed.c
4931         * src/common/utils.c
4932         * src/plugins/pgpcore/sylpheed.def
4933         * src/plugins/pgpinline/sylpheed.def
4934         * src/plugins/pgpmime/sylpheed.def
4935                 Win32 compatibility patch, by
4936                 Werner Koch
4937
4938 2006-06-28 [wwp]        2.3.1cvs31
4939
4940         * src/imap.c
4941         * src/prefs_folder_item.c
4942                 less compilation warnings (thanks to Fabien Vantard), less typos.
4943
4944 2006-06-28 [paul]       2.3.1cvs30
4945
4946         * src/gtk/gtkutils.c
4947                 gtk_combo_box_set_focus_on_click() is only
4948                 available since gtk 2.6.0
4949
4950 2006-06-28 [paul]       2.3.1cvs29
4951
4952         * src/prefs_ext_prog.c
4953                 fix engrish and add a tooltip for the
4954                 'command for 'Display as text' option
4955
4956 2006-06-28 [paul]
4957
4958         2.4.0-rc1 released
4959
4960 2006-06-28 [paul]       2.3.1cvs28
4961
4962         * ChangeLog
4963         * tools/Makefile.am
4964                 include textviewer.pl in releases
4965
4966 2006-06-28 [paul]       2.3.1cvs27
4967
4968         * src/prefs_ext_prog.c
4969                 hide Print command option if libgnomeprint
4970                 support is present
4971
4972 2006-06-27 [colin]      2.3.1cvs26
4973
4974         * src/compose.c
4975                 Fix Esc handling in insert/attach dialog
4976                 Don't show this dialog if dragging something
4977                 else than text/uri-list
4978                 Thanks to Fabien Vantard
4979         * tools/textviewer.pl
4980                 Filter script to display stuff as text
4981                 by H. Merijn Brand
4982
4983 2006-06-27 [wwp]        2.3.1cvs25
4984
4985         * src/messageview.c
4986                 use the exact product name (message view title), patch
4987                 by Fabien Vantard.
4988
4989 2006-06-27 [ticho]      2.3.1cvs24
4990
4991         * src/prefs_account.c
4992         * src/prefs_common.c
4993         * src/prefs_common.h
4994         * src/prefs_ext_prog.c
4995         * src/textview.c
4996                 Add a preference (Preferences/External programs)
4997                 to allow "Display as text" to be done via a script
4998                 (patch by H.Merijn Brand).
4999                 Use GtkComboBox for protocol selection in account
5000                 preferences.
5001                 Only include current choice for existing accounts, and
5002                 insensitivize the combobox.
5003
5004 2006-06-27 [paul]       2.3.1cvs23
5005
5006         * src/mbox.c
5007                 fix crasher introduced in cvs21.
5008                 Thanks to Colin
5009
5010 2006-06-26 [colin]      2.3.1cvs22
5011
5012         * src/mbox.c
5013                 Fix double-frees when leaving folders
5014                 after exporting to mbox
5015
5016 2006-06-26 [colin]      2.3.1cvs21
5017
5018         * src/mbox.c
5019                 More feedback (and optimisation)
5020                 on import/export
5021         * src/common/utils.c
5022                 Fix case when looking for mail addresses
5023         * src/gtk/gtkutils.c
5024                 Extra check for (X-)Face
5025
5026 2006-06-25 [ticho]      2.3.1cvs20
5027
5028         * src/compose.c
5029         * src/exphtmldlg.c
5030         * src/gtk/gtkutils.c
5031         * src/gtk/gtkutils.h
5032                 Added second argument to gtkut_sc_combobox_create() to
5033                 control focus-on-click for the widget.
5034                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
5035
5036 2006-06-25 [ticho]      2.3.1cvs19
5037
5038         * src/compose.c
5039         * src/gtk/Makefile.am
5040         * src/gtk/combobox.c
5041         * src/gtk/combobox.h
5042         * src/gtk/gtkutils.c
5043         * src/gtk/gtkutils.h
5044                 Use GtkComboBox instead of deprecated GtkOptionMenu
5045                 for account selector in compose window and for encoding
5046                 selector in attachment properties.
5047                 Also factorise working with the new GtkComboBox somewhat.
5048
5049 2006-06-24 [paul]       2.3.1cvs18
5050
5051         * src/prefs_common.c
5052                 use the correct default value
5053
5054 2006-06-24 [paul]       2.3.1cvs17
5055
5056         * src/compose.c
5057         * src/prefs_common.c
5058         * src/prefs_common.h
5059         * src/prefs_compose_writing.c
5060                 enable setting of default action when
5061                 dnd'ing files in the compose window.
5062                 (Collaborative effort with wwp)
5063
5064 2006-06-23 [wwp]        2.3.1cvs16
5065
5066         * src/compose.c
5067                 i18n fix (thanks to Fabien Vantard)
5068
5069 2006-06-22 [colin]      2.3.1cvs15
5070
5071         * src/prefs_customheader.c
5072                 Don't use filters in custom headers' file 
5073                 selector. Remember, extensions mean nothing :)
5074
5075 2006-06-22 [paul]       2.3.1cvs14
5076
5077         * configure.ac
5078                 allow setting of man directory location
5079
5080 2006-06-22 [colin]      2.3.1cvs13
5081
5082         * src/mainwindow.c
5083                 Add 'View/Go to/Next unread folder'.
5084                 I missed that :)
5085
5086 2006-06-22 [colin]      2.3.1cvs12
5087
5088         * src/common/utils.c
5089                 Add some subject prefixes
5090                 Patch by Bjorn T Johansen <btj@havleik.no>
5091
5092 2006-06-22 [colin]      2.3.1cvs11
5093
5094         * manual/advanced.xml
5095                 Forgotten hidden pref
5096
5097 2006-06-21 [paul]       2.3.1cvs10
5098
5099         * src/prefs_account.c
5100                 complete the removal of 'Add date header' option
5101
5102 2006-06-21 [paul]       2.3.1cvs9
5103
5104         * src/account.c
5105         * src/compose.c
5106         * src/prefs_account.c
5107         * src/prefs_account.h
5108                 remove option to add date header - always
5109                 add date header
5110         * src/etpan/imap-thread.c
5111                 fix warnings (Thanks to Colin)
5112
5113 2006-06-21 [wwp]        2.3.1cvs8
5114
5115         * src/folder.c
5116                 set the attachment flag when inline text part are (file)named. This is more convenient
5117                 when receiving (for instance) inline source files or patches sent using thunderbird.
5118
5119 2006-06-21 [paul]       2.3.1cvs7
5120
5121         * src/inc.c
5122                 fix off-by-one count of current msg in
5123                 statusbar filtering progressbar
5124
5125 2006-06-21 [paul]       2.3.1cvs6
5126
5127         * src/folder.c
5128                 Show attachment icon even if the part is 'inline'
5129                 if the following conditions are met:
5130                 - content-type != 'text/plain'
5131                 - content-type != '*/pgp-signature'
5132                 - either 'name' or 'filename' parameter is not NULL
5133                 
5134                 Thanks to Colin
5135
5136 2006-06-21 [paul]       2.3.1cvs5
5137
5138         * src/messageview.c
5139         * src/prefs_common.c
5140         * src/prefs_common.h
5141         * src/prefs_other.c
5142                 add an option to 'Never send Return
5143                 Receipts'
5144                 Thanks to Colin
5145
5146 2006-06-20 [mones]      2.3.1cvs4
5147
5148         * po/es.po
5149                 updated
5150         * src/compose.c
5151                 typo fixed (space after comma)
5152         * tools/make.themes.project
5153                 remove exec mode from tarball files
5154
5155 2006-06-20 [colin]      2.3.1cvs3
5156
5157         * src/news.c
5158         * src/procheader.c
5159         * src/unmime.c
5160                 Better fix for \n's in headers (don't 
5161                 break Received: and others)
5162
5163 2006-06-20 [paul]       2.3.1cvs2
5164
5165         * src/alertpanel.c
5166         * src/textview.c
5167                 improve legibility of phishing attempt
5168                 dialog
5169
5170 2006-06-20 [paul]       2.3.1cvs1
5171
5172         * NEWS
5173         * README
5174         * configure.ac
5175                 Update version number following
5176                 stable release
5177
5178 2006-06-20 [colin]      2.3.0cvs26
5179
5180         * src/compose.c
5181                 When dragging a file to the text of the compose
5182                 window, ask whether we want to insert or attach
5183                 (I know lots of people who do that to attach)
5184
5185 2006-06-20 [colin]      2.3.0cvs25
5186
5187         * src/etpan/imap-thread.c
5188                 Fix threshold (the append command is often > 32 bytes)
5189
5190 2006-06-19 [colin]      2.3.0cvs24
5191
5192         * src/imap.c
5193         * src/etpan/imap-thread.c
5194                 Workaround Rockliffe IMAP server bug: replace
5195                 "x UID SEARCH (ANSWERED UID 1:*)" with
5196                 "x UID SEARCH ANSWERED"
5197                 (Rockliffe doesn't handle the parenthesis)
5198
5199 2006-06-19 [colin]      2.3.0cvs23
5200
5201         * src/compose.c
5202         * src/imap.c
5203         * src/etpan/imap-thread.c
5204                 Probably fix bug #972 (Freezes when adding 
5205                 an attachment to the message)
5206         * src/common/defs.h
5207                 Modernize Firefox cmd
5208
5209
5210 2006-06-18 [colin]      2.3.0cvs22
5211
5212         * src/prefs_customheader.c
5213                 Only allow correct filenames for various
5214                 custom headers
5215
5216 2006-06-18 [colin]      2.3.0cvs21
5217
5218         * src/prefs_customheader.c
5219                 Add a 'From File...' button in custom headers prefs, which
5220                 try to do the right thing: 
5221                 for normal headers, use file as plaintext,
5222                 for X-Face, calls compface,
5223                 for Face, encode to b64.
5224
5225 2006-06-17 [colin]      2.3.0cvs20
5226
5227         * src/mh.c
5228                 Warning fix
5229
5230 2006-06-16 [colin]      2.3.0cvs19
5231
5232         * src/summaryview.c
5233                 Recursive quicksearch: show message list
5234                 in current folder, *then* search children
5235                 in the background.
5236
5237 2006-06-16 [colin]      2.3.0cvs18
5238
5239         * src/main.c
5240                 Instead of ignoring SIGPIPE, save caches
5241                 when getting one. Will fix the fact that
5242                 hot caches are out-of-date when logging 
5243                 out of Xorg.
5244         * src/compose.c
5245         * src/prefs_compose_writing.c
5246                 Only save text (not attachments) when 
5247                 auto-saving to drafts
5248         * src/unmime.c
5249                 Always replace \n, \r and \t with spaces
5250                 in headers
5251         * manual/dist/html/Makefile.am
5252         * manual/dist/pdf/Makefile.am
5253         * manual/dist/ps/Makefile.am
5254         * manual/dist/txt/Makefile.am
5255         * manual/fr/dist/html/Makefile.am
5256         * manual/fr/dist/pdf/Makefile.am
5257         * manual/fr/dist/ps/Makefile.am
5258         * manual/fr/dist/txt/Makefile.am
5259         * manual/pl/dist/html/Makefile.am
5260         * manual/pl/dist/pdf/Makefile.am
5261         * manual/pl/dist/ps/Makefile.am
5262         * manual/pl/dist/txt/Makefile.am
5263                 Fix make clean removing pregenerated manuals
5264
5265
5266 2006-06-16 [colin]      2.3.0cvs17
5267
5268         * src/plugins/pgpcore/sgpgme.c
5269         * src/plugins/pgpmime/pgpmime.c
5270         * src/plugins/pgpinline/pgpinline.c
5271                 Better error reporting in setup_signers.
5272                 Don't fallback to default key if specified
5273                 key isn't found.
5274                 Don't allow signing if more than one secret
5275                 key matches the one specified in prefs.
5276
5277 2006-06-15 [colin]      2.3.0cvs16
5278
5279         * src/folderview.c
5280                 Add "Send queue" in the folder's contextual
5281                 menu
5282         * src/compose.c
5283         * src/messageview.c
5284         * src/privacy.c
5285         * src/privacy.h
5286         * src/procmime.c
5287         * src/procmsg.c
5288         * src/plugins/pgpcore/passphrase.c
5289         * src/plugins/pgpcore/sgpgme.c
5290         * src/plugins/pgpinline/pgpinline.c
5291         * src/plugins/pgpmime/pgpmime.c
5292                 Better error reporting
5293         * src/mbox.c
5294                 Probably fix bug #971 (2.2.3 cannot read mail 
5295                 from local mbox)
5296
5297
5298 2006-06-15 [mones]      2.3.0cvs15
5299
5300         * tools/make.themes.project
5301                 creates the themes project from the web page
5302
5303 2006-06-15 [colin]      2.3.0cvs14
5304
5305         * src/folder.c
5306                 Better fix (avoid losing the folder if scan_tree 
5307                 fails)
5308
5309 2006-06-15 [cleroy]     2.3.0cvs13
5310
5311         * src/folder.c
5312                 Probably fix Bug #969 (crash on rebuilding 
5313                 imap folder)
5314
5315 2006-06-14 [colin]      2.3.0cvs12
5316
5317         * manual/dtd/manual.xsl
5318         * manual/sylpheed-claws-manual.xml
5319         * manual/fr/sylpheed-claws-manual.xml
5320         * manual/pl/sylpheed-claws-manual.xml
5321                 Insert pagebreaks between sections
5322
5323 2006-06-14 [paul]       2.3.0cvs11
5324
5325         * configure.ac
5326                 better fix than 2.3.0cvs10
5327
5328 2006-06-14 [paul]       2.3.0cvs10
5329
5330         * configure.ac
5331                 fix setting of PACKAGE_DATA_DIR with newer autoconf
5332                 (backwards compatible)
5333
5334 2006-06-13 [colin]      2.3.0cvs9
5335
5336         * src/messageview.c
5337                 Fix sending of return receipt with the new queue folders
5338
5339 2006-06-13 [wwp]        2.3.0cvs8
5340
5341         * src/quote_fmt_lex.l
5342                 fix wrong tokens returned in quote_fmt lexer, query not().
5343
5344 2006-06-13 [wwp]        2.3.0cvs7
5345
5346         * src/folder.c
5347         * src/prefs_folder_item.c
5348                 allow changing folder type even when folder is not a top-level one,
5349                 thanks to Colin.
5350
5351 2006-06-12 [colin]      2.3.0cvs6
5352
5353         * src/folderview.c
5354                 Fix double-ask of "Do you want to mark all
5355                 as read"
5356
5357 2006-06-12 [colin]      2.3.0cvs5
5358
5359         * src/compose.c
5360         * src/compose.h
5361         * src/folder.c
5362         * src/folder.h
5363         * src/imap.c
5364         * src/inc.c
5365         * src/main.c
5366         * src/messageview.c
5367         * src/mh.c
5368         * src/prefs_folder_item.c
5369         * src/procheader.c
5370         * src/procmime.c
5371         * src/procmsg.c
5372         * src/procmsg.h
5373         * src/send_message.c
5374         * src/summaryview.c
5375         * src/toolbar.c
5376                 Apply bug #964's patch (Queue and drafts aren't normal)
5377                 The Drafts and Queue folder now contain RFC-822 files,
5378                 allowing to move and copy mails from and to these 
5379                 folders. Moving from Drafts to Queue will prepare the
5380                 mail for sending (PGP signature, encryption, etc).
5381                 This patch also rework sending errors handling to try
5382                 to be more helpful.
5383                 Also, allow redefining folder types via the GUI 
5384                 (Folder type in its Properties)
5385
5386 2006-06-12 [colin]      2.3.0cvs4
5387
5388         * src/summaryview.c
5389         * src/prefs_common.c
5390         * src/prefs_common.h
5391         * src/gedit-print.c
5392                 Allow to define a specific print font - patch
5393                 by Bernhard Walle <bernhard.walle@gmx.de>
5394         * src/prefs_fonts.c
5395         * manual/advanced.xml
5396         * manual/fr/advanced.xml
5397                 Add a hidden pref to allow deletion without
5398                 confirmation
5399
5400 2006-06-12 [wwp]        2.3.0cvs3
5401
5402         * .cvsignore
5403                 more files to ignore.
5404
5405 2006-06-12 [wwp]        2.3.0cvs2
5406
5407         * src/quote_fmt.c
5408         * src/quote_fmt_lex.l
5409         * src/quote_fmt_parse.y
5410                 extend the quote_fmt parser (templates and quotes):
5411                 - allow limited sub-expressions in |p{} and |f{} expressions,
5412                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
5413                 - implemented/fixed missing implementation of query_references and show_references,
5414                 - completed, fixed contents and format of the symbols help dialog,
5415                 - fix some compilation warnings.
5416
5417 2006-06-12 [wwp]        2.3.0cvs1
5418
5419         * manual/advanced.xml
5420         * manual/fr/advanced.xml
5421                 updates in the "templates" section of the manual (eng/fr):
5422                  - be more precise (both versions)
5423                  - completed to match the english reference (fr version)
5424                  - touchups (both versions)
5425
5426 2006-06-12 [paul]       2.3.0
5427
5428         2.3.0 released
5429
5430 2006-06-12 [paul]       2.2.3cvs14
5431
5432         * po/ca.po
5433         * po/cs.po
5434         * po/de.po
5435         * po/el.po
5436         * po/fr.po
5437         * po/it.po
5438         * po/pt_BR.po
5439         * po/sr.po
5440         * po/zh_CN.po
5441                 updated by Miquel Oliete, Tim, Stephan Sachse,
5442                 Stavros Giannouris, Fabien Vantard, Andrea
5443                 Spadaccini, Frederico Goncalves Guimaraes,
5444                 Aleksandar Urosevic, and Ralgh Young
5445
5446 2006-06-12 [colin]      2.2.3cvs13
5447
5448         * src/mbox.c
5449                 Add missing header
5450
5451 2006-06-11 [colin]      2.2.3cvs12
5452
5453         * src/msgcache.c
5454                 Verify that g_malloc() succeeded
5455
5456 2006-06-11 [colin]      2.2.3cvs11
5457
5458         * src/wizard.c
5459                 Add Face header to welcome mail
5460
5461 2006-06-10 [colin]      2.2.3cvs10
5462
5463         * src/textview.c
5464                 Revert previous (Forgot it changes the
5465                 margin on the whole mail)
5466
5467 2006-06-10 [colin]      2.2.3cvs9
5468
5469         * src/textview.c
5470                 Don't overlap long headers under (X-)Face
5471
5472 2006-06-10 [mones]      2.2.3cvs8
5473
5474         * manual/xml2pdf
5475                 allow generation of manual on systems lacking saxon binary
5476                 but with java and the saxon library installed
5477
5478         * po/es.po
5479                 updated for release
5480
5481 2006-06-09 [colin]      2.2.3cvs7
5482
5483         * src/summaryview.c
5484                 Fix leak when using Display Sender using Addressbook
5485
5486 2006-06-09 [colin]      2.2.3cvs6
5487
5488         * src/compose.c
5489         * src/folder.c
5490         * src/folderview.c
5491         * src/mimeview.c
5492         * src/summaryview.c
5493                 More leaks fixes
5494
5495 2006-06-09 [paul]       2.2.3cvs5
5496
5497         * AUTHORS
5498         * src/gtk/authors.h
5499         * tools/claws.i18n.status.pl
5500                 updated with new info
5501
5502 2006-06-09 [paul]       2.2.3cvs4
5503
5504         * README
5505                 updated
5506         * manual/ack.xml
5507                 add wwp to authors list
5508         * src/gtk/authors.h
5509                 update mine and Colin's addresses
5510
5511 2006-06-08 [colin]      2.2.3cvs3
5512
5513         * src/etpan/imap-thread.c
5514                 Fix leak on SSL cert check
5515
5516 2006-06-08 [colin]      2.2.3cvs2
5517
5518         * src/common/utils.c
5519                 Fix leak
5520
5521 2006-06-08 [paul]       2.2.3cvs1
5522
5523         * configure.ac
5524                 Update version number following
5525                 stable release
5526
5527 2006-06-07 [colin]      2.2.2cvs3
5528
5529         * src/msgcache.c
5530                 Fix catching cache read errors (guint instead of gint)
5531                 Prevent malloc'ing more than 8MB (means cache corruption)
5532
5533 2006-06-07 [paul]       2.2.2cvs2
5534
5535         * src/exporthtml.c
5536         * src/exportldif.c
5537         * src/mh.c
5538         * src/mutt.c
5539         * src/pine.c
5540         * src/common/utils.c
5541                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
5542                 obey $HOME'
5543                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
5544                 Thanks to Colin
5545
5546 2006-06-06 [paul]       2.2.2cvs1
5547
5548         * configure.ac
5549                 Update version number following
5550                 stable release
5551
5552 2006-06-06 [paul]       2.2.1cvs6
5553
5554         * src/matcher.c
5555                 fix  implicit declaration of
5556                 sylpheed_do_idle()
5557                 Patch by Fabien Vantard
5558
5559 2006-06-06 [paul]       2.2.1cvs5
5560
5561         * src/matcher.c
5562                 fix age_greater and age_lower so that they
5563                 mean what say and not '...or equal to'
5564                 Thanks to Colin
5565
5566 2006-06-06 [paul]       2.2.1cvs4
5567
5568         * src/textview.c
5569         * src/common/utils.c
5570                 fix URI check
5571                 Thanks to Colin
5572
5573 2006-06-05 [wwp]        2.2.1cvs3
5574
5575         * manual/fr/account.xml
5576                 minor language fixes (thanks to Fabien Vantard).
5577
5578 2006-06-05 [colin]      2.2.1cvs2
5579
5580         * src/prefs_folder_item.c
5581         * src/folderview.c
5582                 Allow recursive setting of properties 
5583                 for whole mailboxes
5584         * src/matcher.c
5585                 Don't freeze on 'test' filtering rule
5586
5587 2006-06-05 [colin]      2.2.1cvs1
5588
5589         * configure.ac
5590                 Update version number following
5591                 stable release
5592
5593 2006-06-04 [wwp]        2.2.0cvs82
5594
5595         * manual/glossary.xml
5596         * manual/account.xml
5597         * manual/fr/glossary.xml
5598         * manual/fr/account.xml
5599                 added glossary section and references/links related to the Face custom header.
5600
5601 2006-06-04 [colin]      2.2.0cvs81
5602
5603         * src/summaryview.c
5604                 Skip to next message on move with no
5605                 immediate execution
5606
5607 2006-06-04 [wwp]        2.2.0cvs80
5608
5609         * manual/xml2pdf
5610                 added sanity checks, exit when needed.
5611
5612 2006-06-03 [paul]       2.2.0cvs79
5613
5614         * src/prefs_receive.c
5615                 page name is now 'Receiving'
5616         * src/prefs_send.c
5617                 page name is now 'Sending'
5618
5619 2006-06-03 [colin]      2.2.0cvs78
5620
5621         * src/plugins/spamassassin/spamassassin_gtk.c
5622                 Autoswitch to Localhost if transport was previously
5623                 disabled. Else people had to check [] Enable, then
5624                 *reselect* transport.
5625
5626 2006-06-03 [colin]      2.2.0cvs77
5627
5628         * src/plugins/pgpinline/pgpinline.c
5629         * src/plugins/pgpmime/pgpmime.c
5630                 Check that gpg_data_release_and_get_mem 
5631                 didn't fail (now, why this happens...)
5632
5633 2006-06-03 [colin]      2.2.0cvs76
5634
5635         * src/mbox.c
5636                 Fix bug #962 (Manual and/or UI should 
5637                 warn about incompatible locking 
5638                 causing dataloss)
5639
5640 2006-06-02 [cleroy]     2.2.0cvs75
5641
5642         * src/filtering.c
5643         * src/folder.c
5644         * src/procmsg.c
5645         * src/summaryview.c
5646                 Fix a few leaks
5647
5648 2006-06-02 [colin]      2.2.0cvs74
5649
5650         * src/main.c
5651                 On exit, free caches after writing them
5652                 Shuts up some valgrind false positives
5653         * src/procmsg.c
5654         * src/send_message.c
5655                 Fix races when reusing existing SMTP connections
5656                 Fix inexistant session timeout
5657         * src/toolbar.c
5658                 Display alertpanel after all queues have
5659                 been processed, not after each
5660
5661 2006-06-02 [wwp]        2.2.0cvs73
5662
5663         * manual/fr/glossary.xml
5664         * manual/fr/ack.xml
5665         * manual/ack.xml
5666                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
5667
5668 2006-06-02 [wwp]        2.2.0cvs72
5669
5670         * manual/xml2pdf
5671         * manual/dist/pdf/Makefile.am
5672         * manual/dtd/manual.xsl
5673         * manual/fr/dist/pdf/Makefile.am
5674         * manual/pl/dist/pdf/Makefile.am
5675                 we changed the procedure to generate the .pdf version of the manual.
5676                 The procedure is more modern and the .pdf we get now has a valid index.
5677                 Here are the new pre-requisites:
5678
5679                 - JRE 1.x (1.4 here): there must be one from your distro
5680                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5681                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5682                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
5683
5684                 See my posts for further info about the installation of this toolchain:
5685
5686                 Date: Fri, 19 May 2006 19:40:06 +0200
5687                 From: wwp <subscript@free.fr>
5688                 To: sylpheed-claws-devel@lists.sourceforge.net
5689                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
5690
5691                 and
5692
5693                 Date: Wed, 24 May 2006 12:58:49 +0200
5694                 From: wwp <subscript@free.fr>
5695                 To: sylpheed-claws-devel@lists.sourceforge.net
5696                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
5697
5698 2006-06-01 [colin]      2.2.0cvs71
5699
5700         * src/compose.c
5701                 Better guards against IMAP races
5702         * src/main.c
5703         * src/prefs_common.c
5704         * src/prefs_common.h
5705         * src/common/ssl_certificate.c
5706         * src/etpan/imap-thread.c
5707         * src/etpan/imap-thread.h
5708         * src/gtk/sslcertwindow.c
5709                 New hidden option ssl_skip_cert_check to 
5710                 avoid dups of bug #959 (libetpan linked
5711                 against gnutls and gnutls buggy on 64bit)
5712                 Present expired warning only once per
5713                 session/server.
5714         * manual/advanced.xml
5715         * manual/fr/advanced.xml
5716                 Document new option
5717
5718 2006-06-01 [wwp]        2.2.0cvs70
5719
5720         * src/messageview.c
5721                 fix for bug #961 (return receipt dialog 
5722                 complains incorrectly about return-path 
5723                 email adress being different), thanks 
5724                 to Colin.
5725
5726 2006-05-31 [cleroy]     2.2.0cvs69
5727
5728         * src/common/ssl.c
5729                 Guard against NULLs, although this
5730                 should never be an issue
5731
5732 2006-05-31 [colin]      2.2.0cvs68
5733
5734         * src/filtering.c
5735                 Use g_slist_prepend
5736         * src/imap.c
5737                 Don't remove caches when destroying folder, it
5738                 could (should) be done at exit
5739         * src/inc.c
5740                 free processing cache after incorporation
5741         * src/etpan/imap-thread.c
5742                 Maybe fix bug #959 (Crash on moving to emails 
5743                 to a imap account per ssl with a expired 
5744                 certificate.)
5745
5746 2006-05-30 [colin]      2.2.0cvs67
5747
5748         * src/summaryview.c
5749                 Put back event flush when displaying message
5750                 It avoids reading a bunch of messages just
5751                 by hitting shift-n for too long ;)
5752
5753 2006-05-29 [colin]      2.2.0cvs66
5754
5755         * src/summaryview.c
5756                 Remove useless g_warnings
5757
5758 2006-05-29 [colin]      2.2.0cvs65
5759
5760         * src/imap.c
5761                 Fix g_slist_append()s for performance
5762
5763 2006-05-29 [colin]      2.2.0cvs64
5764
5765         * src/compose.c
5766         * src/common/utils.c
5767                 Fix extraneous tab at start of addresses
5768         * src/mainwindow.c
5769                 Fix warnings (thanks to Fabien)
5770                 Fix crash at exit when composing messages 
5771                 exist
5772         * src/pop.c
5773                 Fix progress bar when deleting expired mails
5774                 Thanks to Hiro
5775         * src/summaryview.c
5776         * src/gtk/gtksctree.c
5777                 Fix re-sorting slowness
5778
5779 2006-05-29 [paul]       2.2.0cvs63
5780
5781         * src/mh.c
5782                 fetch full message when moving mails
5783                 from another mailbox, (fixed data loss
5784                 when filtering from IMAP to MH, introduced
5785                 in 2.2.0cvs57).
5786                 Thanks to Colin
5787
5788 2006-05-29 [mones]      2.2.0cvs62
5789
5790         * src/gtk/gtksctree.c
5791                 Unselect faster (patch by Colin)        
5792
5793 2006-05-26 [colin]      2.2.0cvs61
5794
5795         * src/summaryview.c
5796                 Unplug MSGINFO_UPDATE callback on delete too.
5797
5798 2006-05-26 [colin]      2.2.0cvs60
5799
5800         * src/foldersel.c
5801                 Fix bold in folder selection window with glib2.10
5802                 thanks Hiro
5803
5804 2006-05-26 [colin]      2.2.0cvs59
5805
5806         * src/procheader.c
5807                 Convert date only if necessary (and don't
5808                 try to convert from utf8 to utf8, too)
5809         * src/summaryview.c
5810                 Only set column's text if the column's 
5811                 displayed
5812
5813 2006-05-26 [colin]      2.2.0cvs58
5814
5815         * src/summaryview.c
5816         * src/gtk/gtkutils.c
5817                 Fix useless warning
5818
5819 2006-05-26 [colin]      2.2.0cvs57
5820
5821         * src/mainwindow.c
5822                 Make summaryview selectable as long as 
5823                 no message has focus
5824         * src/mh.c
5825                 Faster deletion (by implementing mh_remove_msgs)
5826                 Faster copy (avoid using mh_fetch_msg just to get
5827                 the filename)
5828                 Faster move (using move_file instead of copy_file
5829                 if MSG_IS_MOVE)
5830                 No progressbar if total number of mails to cp/mv 
5831                 is less than 100
5832         * src/summaryview.c
5833                 Fix removal from subject_table when mail gets moved
5834                 Faster deletion (g_slist_prepend instead of append)
5835         * src/gtk/gtksctree.c
5836                 Remove useless code
5837
5838 2006-05-25 [colin]      2.2.0cvs56
5839
5840         * src/common/ssl_certificate.c
5841                 Fix leak in expired cert check
5842
5843 2006-05-25 [colin]      2.2.0cvs55
5844
5845         * src/mh.c
5846                 Disable flags syncing on .mh_sequences - it
5847                 is buggy and marks mails read under unknown
5848                 conditions.
5849
5850 2006-05-25 [paul]
5851
5852         * 2.3.0-rc4 released
5853
5854 2006-05-24 [colin]      2.2.0cvs54
5855
5856         attention cvs users: if you manage to crash
5857         Sylpheed-Claws while moving, copying or deleting
5858         mails, we *are* interested in stack traces and
5859         valgrind logs. It looks stable, but one never
5860         knows...
5861
5862         * src/folder.c
5863                 Add progressbar for cache updates
5864         * src/folderutils.c
5865                 Optimize Mark all read in the current
5866                 folder
5867         * src/mh.c
5868                 Add progressbar for copy/move
5869         * src/procmsg.c
5870                 Optimize O(n^2) in copy/move
5871         * src/summaryview.c
5872         * src/gtk/gtksctree.c
5873                 Optimize O(n^2) algos
5874         * src/common/timing.h
5875                 Display ms instead of us
5876
5877 2006-05-24 [wwp]        2.2.0cvs53
5878
5879         * manual/fr/advanced.xml
5880                 updates to the French manual.
5881
5882 2006-05-24 [wwp]        2.2.0cvs52
5883
5884         * src/common/utils.c
5885                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5886
5887 2006-05-24 [wwp]        2.2.0cvs51
5888
5889         * src/folderutils.c
5890                 fixed "mark all read" in MH folders (thanks to Colin).
5891
5892 2006-05-24 [paul]       2.2.0cvs50
5893
5894         * doc/man/sylpheed-claws.1
5895                 updated the man page
5896
5897 2006-05-23 [colin]      2.2.0cvs49
5898
5899         * src/folderview.c
5900         * src/imap.c
5901         * src/inc.c
5902         * src/mbox.c
5903         * src/messageview.c
5904         * src/news.c
5905         * src/send_message.c
5906         * src/summaryview.c
5907         * src/gtk/sslcertwindow.c
5908                 alertpanel fixes, by Fabien
5909
5910 2006-05-23 [colin]      2.2.0cvs48
5911
5912         * src/folder.c
5913         * src/folderview.c
5914         * src/msgcache.c
5915         * src/summaryview.c
5916         * src/gtk/gtksctree.c
5917         * src/gtk/gtksctree.h
5918                 More timings
5919                 Fix slow loading problem, which was caused by the
5920                 use of some gtk_ctree funcs and their use of
5921                 g_list_position while gtk_ctree_(un)link'ing.
5922                 Reap more functions from gtkctree.c to be sure we
5923                 use our (fast) version instead of theirs.
5924         * src/mh.c
5925                 Fix copy of unread mails
5926
5927
5928 2006-05-22 [wwp]        2.2.0cvs47
5929
5930         * manual/fr/advanced.xml
5931                 updated.
5932
5933 2006-05-22 [colin]      2.2.0cvs46
5934
5935         * src/filtering.c
5936                 Fix possible infinite loop. 'copy' is not a 
5937                 final action, so when encountering a 'copy',
5938                 we have to check if a previous one was set
5939                 and do it. In the same way, if we encounter
5940                 a 'move' we have to perform a possibly 
5941                 pending 'copy'. This will slow down filtering
5942                 on IMAP if move+copy or multiple copy actions
5943                 are to be done, but handling it via the batch
5944                 would be really too convoluted.
5945
5946 2006-05-22 [wwp]        2.2.0cvs45
5947
5948         * manual/fr/advanced.xml
5949         * manual/fr/faq.xml
5950         * manual/fr/glossary.xml
5951         * manual/fr/handling.xml
5952         * manual/fr/intro.xml
5953         * manual/fr/plugins.xml
5954         * manual/fr/sylpheed-claws-manual.xml
5955                 sync w/ the english manual: updates URIs, documented mailing-list
5956                 support, better explanation about the enabled/disabled feature
5957                 in filtering/processing rules by Paul.
5958
5959 2006-05-21 [colin]      2.2.0cvs44
5960
5961         * src/summaryview.c
5962                 Don't expand after building threads, but during
5963
5964 2006-05-21 [colin]      2.2.0cvs43
5965
5966         * src/procmsg.c
5967         * src/summaryview.c
5968                 More timing possibilities... For next time I have 
5969                 to find out how the hell some 3GHz computer takes
5970                 one minute to open a 30k folder...
5971
5972 2006-05-21 [colin]      2.2.0cvs42
5973
5974         * manual/pl/advanced.xml
5975         * manual/pl/faq.xml
5976         * manual/pl/glossary.xml
5977         * manual/pl/handling.xml
5978         * manual/pl/intro.xml
5979         * manual/pl/plugins.xml
5980         * manual/pl/sylpheed-claws-manual.xml
5981                 Polish manual updated by Pawel
5982
5983 2006-05-20 [colin]
5984
5985         * 2.3.0-rc3 released
5986
5987 2006-05-20 [colin]      2.2.0cvs41
5988
5989         * src/imap.c
5990                 Fix -rc2 problems:
5991                 - remove cache of moved messages from original folder
5992                 - apply new flags to messages even if they aren't appliable
5993                   via IMAP.
5994
5995 2006-05-20 [colin]
5996
5997         * 2.3.0-rc2 released
5998
5999 2006-05-19 [colin]      2.2.0cvs40
6000
6001         * src/imap.c
6002                 Don't issue SELECT in imap_change_flags
6003                 before having checked that we indeed have
6004                 some flags to change. MSG_POSTFILTERED for
6005                 example can't be used on IMAP.
6006                 Fixes bug #955 (copying messages between 
6007                 imap folders is extremely slow), which was
6008                 a regression.
6009
6010 2006-05-19 [colin]      2.2.0cvs39
6011
6012         * src/folder.c
6013         * src/folder.h
6014         * src/folderview.c
6015                 Try to fix bug #830 (Some unread messages 
6016                 get marked read in IMAP inbox):
6017                 - Prevent scanning a folder if it's being 
6018                   opened via the GUI
6019                 - Postpone opening via the GUI of a folder
6020                   currently scanned.
6021
6022
6023 2006-05-19 [wwp]        2.2.0cvs38
6024
6025         * manual/advanced.xml
6026                 fix English+typo (thanks to Paul).
6027
6028 2006-05-19 [wwp]        2.2.0cvs37
6029
6030         * manual/advanced.xml
6031         * manual/fr/advanced.xml
6032         * src/gtk/logwindow.c
6033         * src/prefs_common.c
6034         * src/prefs_common.h
6035                 added hidden prefs to allow customization of colors used in
6036                 protocol log window (useful for dark gtk+ themes).
6037
6038 2006-05-19 [wwp]        2.2.0cvs36
6039
6040         * ChangeLog
6041                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
6042
6043 2006-05-19 [paul]       2.2.0cvs35
6044
6045         * src/textview.c
6046                 make Reply-To fully clickable
6047         * src/gtk/logwindow.c
6048                 more colouring (SMTP ESMTP)
6049         Both patches by Pawel Pekala
6050
6051 2006-05-19 [cleroy]     2.2.0cvs34
6052
6053         * src/mh.c
6054                 Don't update flags from current folder
6055                 Probably fixes bug #935 (Read Messages 
6056                 Revert to Being Marked as Unread)
6057
6058 2006-05-18 [colin]      2.2.0cvs33
6059
6060         * src/imap.c
6061                 Warning fix
6062         * src/compose.c
6063         * src/mainwindow.c
6064         * src/summaryview.c
6065         * src/toolbar.c
6066                 Allow replying to multiple emails
6067                 in multiple windows
6068         * src/mimeview.c
6069         * src/etpan/imap-thread.c
6070                 Leak fixes
6071
6072 2006-05-18 [paul]       2.2.0cvs32
6073
6074         * src/summaryview.c
6075                 keep Mailing-List menu refreshed
6076                 Thanks to Colin
6077
6078 2006-05-18 [paul]       2.2.0cvs31
6079
6080         * manual/advanced.xml
6081         * manual/faq.xml
6082         * manual/glossary.xml
6083         * manual/handling.xml
6084         * manual/intro.xml
6085         * manual/plugins.xml
6086         * manual/sylpheed-claws-manual.xml
6087                 update URLs
6088                 add info about mailing-list support
6089                 edit filtering info
6090         * src/wizard.c
6091         * src/common/defs.h
6092         * src/gtk/about.c
6093         * src/plugins/dillo_viewer/README
6094                 update URLs
6095
6096 2006-05-17 [wwp]        2.2.0cvs30
6097
6098         * manual/handling.xml
6099         * manual/fr/handling.xml
6100                 documented the ability to enabled/disable filtering/processing rules.
6101
6102 2006-05-17 [colin]      2.2.0cvs29
6103
6104         * src/main.c
6105                 Don't initialize g_thread subsystem if it's 
6106                 already done (thanks to Hiro)
6107         * src/mimeview.c
6108                 Fix saving of parts when there name can't be
6109                 converted from UTF-8.
6110
6111 2006-05-17 [paul]       2.2.0cvs28
6112
6113         * po/Makefile.in.in
6114                 fix config.status warning with autoconf 2.60
6115
6116 2006-05-17 [paul]       2.2.0cvs27
6117
6118         * po/POTFILES.in
6119                 add src/mbox.c
6120
6121 2006-05-17 [wwp]        2.2.0cvs26
6122
6123         * src/mainwindow.c
6124                 fix useless and potentially dangerous buffer walking (thanks to Colin).
6125
6126 2006-05-17 [wwp]        2.2.0cvs25
6127
6128         * src/plugins/demo/demo.c
6129                 updated product name in plugin demo (many plugins need to be
6130                 sync'ed w/ that change).
6131
6132 2006-05-17 [colin]      2.2.0cvs24
6133
6134         * src/mh.c
6135                 Fix leak
6136
6137 2006-05-16 [colin]      2.2.0cvs23
6138
6139         * src/mainwindow.c
6140                 Stupid me hit again. Fix cvs22.
6141
6142 2006-05-16 [colin]      2.2.0cvs22
6143
6144         * src/mainwindow.c
6145                 Fix bug #922 (sylpheed-claws crashed after 
6146                 pushing on Inbox folder)
6147
6148 2006-05-16 [colin]      2.2.0cvs21
6149
6150         * src/compose.c
6151                 Make From header be copy/paste/select-able
6152
6153 2006-05-16 [wwp]        2.2.0cvs20
6154
6155         * src/export.c
6156         * src/matcher.c
6157         * src/summaryview.c
6158         * src/etpan/imap-thread.c
6159                 fix some compiler warnings (thanks to Colin).
6160
6161 2006-05-16 [wwp]        2.2.0cvs19
6162
6163         * src/action.c
6164         * src/gedit-print.c
6165         * src/inc.c
6166         * src/mainwindow.c
6167         * src/mh.c
6168         * src/statusbar.c
6169         * src/send_message.c
6170         * src/summaryview.c
6171                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
6172
6173 2006-05-15 [colin]      2.2.0cvs18
6174
6175         * src/procmsg.c
6176                 Fix automatic rule creation with List-Post
6177
6178 2006-05-15 [paul]       2.2.0cvs17
6179
6180         * tools/filter_conv_new.pl
6181                 updated for rule enabling/disabling
6182                 claws version >= 2.3.x required
6183
6184 2006-05-15 [cleroy]     2.2.0cvs16
6185
6186         * src/main.c
6187                 Revert test
6188
6189 2006-05-15 [cleroy]     2.2.0cvs15
6190
6191         * src/main.c
6192                 test
6193
6194 2006-05-15 [wwp]        2.2.0cvs14
6195
6196         * manual/pl/.cvsignore
6197                 ignore generated files.
6198
6199 2006-05-14 [wwp]        2.3.0-rc1
6200
6201         * 2.3.0-rc1 released
6202
6203 2006-05-13 [wwp]        2.2.0cvs13
6204
6205         * src/filtering.c
6206         * src/filtering.h
6207         * src/matcher.c
6208         * src/matcher_parser_lex.l
6209         * src/matcher_parser_parse.y
6210         * src/prefs_filtering.c
6211                 new feature: provide the ability to disable filtering and processing
6212                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
6213                 adaptations.
6214
6215 2006-05-13 [colin]      2.2.0cvs12
6216
6217         * src/compose.c
6218                 Remove useless if (a) b; else b;
6219                 Thanks to wwp
6220
6221 2006-05-13 [wwp]        2.2.0cvs11
6222
6223         * src/export.c
6224         * src/import.c
6225         * src/mainwindow.c
6226         * src/mbox.c
6227         * src/summaryview.c
6228         * src/summaryview.h
6229                 no more silent failures (or at least less ones) when importing
6230                 or exporting from/to mbox. Also start importing/exporting if
6231                 the necessary info is set.
6232
6233 2006-05-13 [wwp]        2.2.0cvs10
6234
6235         * RELEASE_NOTES
6236                 restored up-to-date release notes.
6237
6238 2006-05-13 [paul]       2.2.0cvs9
6239
6240         * po/nl.po
6241         * po/ru.po
6242                 updated by Tim Dijkstra and Pavlo Bohmat
6243
6244 2006-05-12 [colin]      2.2.0cvs8
6245
6246         * src/gtk/quicksearch.c
6247                 Add "k" as shortcut for "colorlabel". Patch
6248                 by ath42@users.sf.net.
6249
6250 2006-05-12 [paul]       2.2.0cvs7
6251
6252         * src/prefs_common.h
6253         * src/prefs_summaries.c
6254         * src/summaryview.c
6255                 when entering a folder also allow
6256                 going directly to first Marked message
6257
6258 2006-05-12 [paul]       2.2.0cvs6
6259
6260         * src/summaryview.c
6261                 always obey 'confirm before marking all
6262                 mails read' option
6263
6264 2006-05-12 [paul]       2.2.0cvs5
6265
6266         * src/textview.c
6267                 make Sender fully clickable
6268
6269 2006-05-12 [colin]      2.2.0cvs4
6270
6271         * src/compose.c
6272         * src/compose.h
6273                 Let From be editable
6274         * src/main.c
6275         * src/mh.c
6276                 Full support of .mh_sequences' Unseen seq
6277
6278 2006-05-12 [colin]      2.2.0cvs3
6279
6280         * src/folder.c
6281         * src/mainwindow.c
6282         * src/mainwindow.h
6283         * src/messageview.c
6284         * src/prefs_spelling.c
6285         * src/procheader.c
6286         * src/procmsg.c
6287         * src/procmsg.h
6288         * src/summaryview.c
6289         * src/toolbar.c
6290         * src/toolbar.h
6291                 Add contextual menu on Compose toolbar
6292                 button. Fixes bug #944 (Automatic
6293                 addresses not applied when changing account
6294                 from compose window)
6295                 add Mailing List support
6296                 based on the old 0.6.5claws25 patch by
6297                 Melvin Hadasht, with finishing touches
6298                 by Colin
6299                 Fix "ignore thread" when mails are threaded by
6300                 subject (and weren't ignored although appearing
6301                 in the thread).
6302                 GUI rework.
6303                 Both patches by Pawel.
6304
6305 2006-05-08 [paul]       2.2.0cvs2
6306
6307         * src/mainwindow.c
6308         * src/mainwindow.h
6309         * src/messageview.c
6310         * src/procheader.c
6311         * src/procmsg.c
6312         * src/procmsg.h
6313         * src/summaryview.c
6314                 add Mailing List support
6315                 based on the old 0.6.5claws25 patch by 
6316                 Melvin Hadasht, with finishing touches
6317                 by Colin
6318
6319 2006-05-08 [colin]      2.2.0cvs1
6320
6321         * src/mainwindow.c
6322         * src/toolbar.c
6323         * src/toolbar.h
6324                 Add contextual menu on Compose toolbar 
6325                 button. Fixes bug #944 (Automatic 
6326                 addresses not applied when changing account 
6327                 from compose window)
6328
6329 2006-05-08 [paul]       2.2.0
6330
6331         2.2.0 released
6332
6333 2006-05-08 [paul]       2.1.1cvs51
6334
6335         * po/cs.po
6336         * po/de.po
6337         * po/en_GB.po
6338         * po/fi.po
6339         * po/fr.po
6340         * po/pt_BR.po
6341         * po/sr.po
6342         * po/zh_CN.po
6343                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6344                 Fabien Vantard, Frederico Goncalves Guimaraes,
6345                 Aleksandar Urosevic, and Ralgh Young
6346
6347 2006-05-12 [colin]      2.1.1cvs50
6348
6349         * po/cs.po
6350         * po/de.po
6351         * po/en_GB.po
6352         * po/es.po
6353         * po/fi.po
6354         * po/fr.po
6355         * po/pt_BR.po
6356         * po/sr.po
6357         * po/zh_CN.po
6358                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6359                 Fabien Vantard, Frederico Goncalves Guimaraes,
6360                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
6361
6362 2006-05-05 [colin]      2.1.1cvs49
6363
6364         * manual/Makefile.am
6365         * manual/pl/Makefile.am
6366         * manual/pl/account.xml
6367         * manual/pl/ack.xml
6368         * manual/pl/addrbook.xml
6369         * manual/pl/advanced.xml
6370         * manual/pl/faq.xml
6371         * manual/pl/glossary.xml
6372         * manual/pl/gpl.xml
6373         * manual/pl/handling.xml
6374         * manual/pl/intro.xml
6375         * manual/pl/keyboard.xml
6376         * manual/pl/plugins.xml
6377         * manual/pl/starting.xml
6378         * manual/pl/sylpheed-claws-manual.xml
6379         * manual/pl/dist/.cvsignore
6380         * manual/pl/dist/Makefile.am
6381         * manual/pl/dist/html/.cvsignore
6382         * manual/pl/dist/html/Makefile.am
6383         * manual/pl/dist/pdf/.cvsignore
6384         * manual/pl/dist/pdf/Makefile.am
6385         * manual/pl/dist/ps/.cvsignore
6386         * manual/pl/dist/ps/Makefile.am
6387         * manual/pl/dist/txt/.cvsignore
6388         * manual/pl/dist/txt/Makefile.am
6389                 Add the polish translation of the manual,
6390                 Authored by Pawel Pekala.
6391
6392 2006-05-05 [cleroy]     2.1.1cvs48
6393
6394         * src/main.c
6395                 Re-read matcherrc after loading plugins 
6396                 if some of them add folders.
6397
6398 2006-05-03 [colin]      2.1.1cvs47
6399
6400         * src/imap.c
6401                 I'm idiot
6402
6403 2006-05-03 [colin]      2.1.1cvs46
6404
6405         * src/imap.c
6406                 Be sure to have a session when
6407                 getting separator
6408
6409 2006-05-03 [colin]      2.1.1cvs45
6410
6411         * src/imap.c
6412         * src/imap.h
6413         * src/imap_gtk.c
6414                 Fix preventing renaming with namespace 
6415                 separator.
6416
6417 2006-05-01 [colin]      2.1.1cvs44
6418
6419         * src/action.c
6420                 Don't reload messageview when result of
6421                 action is piped.
6422
6423 2006-04-29 [colin]      2.1.1cvs43
6424
6425         * src/prefs_receive.c
6426         * src/plugins/spamassassin/spamassassin_gtk.c
6427         * src/plugins/clamav/clamav_plugin_gtk.c
6428                 GUI fixes by Pawel
6429
6430 2006-04-29 [colin]      2.1.1cvs42
6431
6432         * src/prefs_compose_writing.c
6433         * src/prefs_quote.c
6434                 Cleanups. Patch by Pawel
6435
6436 2006-04-28 [paul]       2.1.1cvs41
6437
6438         * src/matcher.c
6439                 fix returned quick search results when search
6440                 term contains an underscore.
6441                 Thanks to Colin
6442
6443 2006-04-28 [paul]       2.1.1cvs40
6444
6445         * src/prefs_message.c
6446         * src/prefs_receive.c
6447                 GUI cleanups
6448                 Patches by Pawel Pekala
6449
6450 2006-04-27 [colin]      2.1.1cvs39
6451
6452         * src/wizard.c
6453                 Differentiate subject Welcome from
6454                 window's title Welcome
6455
6456 2006-04-27 [paul]
6457
6458         2.2.0-rc1 released
6459
6460 2006-04-27 [paul]       2.1.1cvs38
6461
6462         * manual/advanced.xml
6463         * manual/fr/advanced.xml
6464                 add info about compose_no_markup hidden pref
6465
6466 2006-04-27 [paul]       2.1.1cvs37
6467
6468         * src/prefs_account.c
6469                 improve privacy labels
6470         * src/prefs_msg_colors.c
6471                 change some strings for translators' convenience
6472         * src/gtk/gtkutils.c
6473                 don't underline the link button text
6474
6475 2006-04-25 [colin]      2.1.1cvs36
6476
6477         * src/folder.c
6478                 Complete 2.1.1cvs33 (once more ;)
6479
6480 2006-04-25 [colin]      2.1.1cvs35
6481
6482         * src/editldap.c
6483                 Fix tooltip
6484
6485 2006-04-25 [cleroy]     2.1.1cvs34
6486
6487         * src/compose.c
6488         * src/gtk/gtkaspell.c
6489                 Fix crash on redirect (related to the return 
6490                 of the aspell menu in compose's toolbar)
6491         * src/prefs_msg_colors.c
6492                 Fix sensitivity widgets
6493         * src/image_viewer.c
6494         * src/gtk/pluginwindow.c
6495         * src/gtk/prefswindow.c
6496                 Change released signals to clicked (Fabien)
6497         * po/POTFILES.in
6498         * src/common/socket.c
6499         * src/plugins/spamassassin/spamassassin.c
6500                 Translate strings (Fabien)
6501
6502 2006-04-25 [paul]       2.1.1cvs33
6503
6504         * src/folder.c
6505         * src/folder.h
6506         * src/folderview.c
6507                 complete the fix of bug #912
6508                 Thanks to Colin
6509
6510 2006-04-25 [colin]      2.1.1cvs32
6511
6512         * src/news.c
6513                 Better progress bar
6514         * src/mimeview.c
6515         * src/summaryview.c
6516         * src/summaryview.h
6517                 Fix focus chain
6518                 Patches by Pawel Pekala
6519
6520 2006-04-24 [colin]      2.1.1cvs31
6521
6522         * src/compose.c
6523                 Fix compilation warnings (Fabien)
6524
6525 2006-04-24 [colin]      2.1.1cvs30
6526
6527         * src/addrindex.c
6528         * src/editldap.c
6529         * src/editldap_basedn.c
6530         * src/editldap_basedn.h
6531         * src/ldapctrl.c
6532         * src/ldapctrl.h
6533         * src/ldapquery.c
6534         * src/ldaputil.c
6535         * src/ldaputil.h
6536                 Fix bug #901 (LDAPS support)
6537
6538 2006-04-24 [colin]      2.1.1cvs29
6539
6540         * src/compose.c
6541                 Fix logic on error with send dialog on
6542         * src/imap.c
6543                 Fix compilation without libetpan, thanks
6544                 to Fabien
6545         * src/summaryview.c
6546                 Fix 'context-menu' key
6547
6548 2006-04-23 [colin]      2.1.1cvs28
6549
6550         * src/folder.c
6551                 Never free current's cache to free up 
6552                 memory. Fixes bug #912 (new count 
6553                 randomly set to message count)
6554
6555 2006-04-23 [colin]      2.1.1cvs27
6556
6557         * src/gtk/quicksearch.c
6558                 And remove printf...
6559
6560 2006-04-23 [colin]      2.1.1cvs26
6561
6562         * src/gtk/quicksearch.c
6563                 Fix replacing in quicksearch, and fix inserting
6564                 in the middle of the string. (introduced at 2.1.0cvs22)
6565
6566 2006-04-23 [colin]      2.1.1cvs25
6567
6568         * src/imap.c
6569                 Make sure uidnext is initialized in get_num_list
6570                 (not for stable, related to 2.1.1cvs8 and friends)
6571
6572 2006-04-23 [colin]      2.1.1cvs24
6573
6574         * src/imap.c
6575                 Output something when login is successful
6576                 too
6577
6578 2006-04-23 [colin]      2.1.1cvs23
6579
6580         * src/etpan/imap-thread.c
6581                 Better logging (line-per-line, hide data in fetch)
6582                 Fix a const warning
6583         * src/gtk/logwindow.c
6584         * src/gtk/logwindow.h
6585                 Better logging (color for input/output)
6586
6587 2006-04-21 [colin]      2.1.1cvs22
6588
6589         * src/gtk/quicksearch.c
6590                 On gtk+-2.8, use stock buttons in quicksearch
6591                 Based on a patch by Fabien and a design by Paul
6592
6593 2006-04-21 [colin]      2.1.1cvs21
6594
6595         * src/folderview.c
6596         * src/mainwindow.c
6597                 Fix occasional flicker in folderview
6598         * src/common/utils.c
6599                 Fix bug #943 (Incorrectly parsed email address 
6600                 list in short headers on message view and in 
6601                 printouts)
6602
6603 2006-04-20 [colin]      2.1.1cvs20
6604
6605         * src/imap.c
6606         * src/imap.h
6607         * src/prefs_account.c
6608                 Add ANONYMOUS auth for IMAP
6609
6610 2006-04-20 [paul]       2.1.1cvs19
6611
6612         * src/main.c
6613                 proper fix for 2.1.1cvs18
6614                 Thanks to Colin
6615
6616 2006-04-20 [paul]       2.1.1cvs18
6617
6618         * src/main.c
6619                 fix build warnings
6620
6621 2006-04-20 [paul]       2.1.1cvs17
6622
6623         * src/gtk/quicksearch.c
6624                 fix standard, non-extended Quick search,
6625                 was broken in 2.1.1cvs15.
6626                 Thanks to Colin.
6627
6628 2006-04-20 [colin]      2.1.1cvs16
6629
6630         * src/prefs_matcher.c
6631                 Fix values when reselecting a ~test
6632                 rule
6633
6634 2006-04-19 [colin]      2.1.1cvs15
6635
6636         * src/compose.c
6637         * src/compose.h
6638         * src/gtk/gtkaspell.c
6639         * src/gtk/gtkaspell.h
6640                 Put back Options menu in Spelling/
6641         * src/gtk/quicksearch.c
6642                 Don't search, and show error, if the
6643                 advanced search has a syntax error
6644
6645 2006-04-18 [colin]      2.1.1cvs14
6646
6647         * src/textview.c
6648                 Fix gdk warnings on set_cursor when textview
6649                 isn't visible
6650
6651 2006-04-18 [colin]      2.1.1cvs13
6652
6653         * src/gtk/gtksctree.c
6654                 Remove seemingly useless refresh that causes
6655                 flicker - watch this commit in case of 
6656                 problems before planned backport to stable
6657
6658 2006-04-18 [colin]      2.1.1cvs12
6659
6660         * src/imap.c
6661                 Factorize get/set_xml code
6662         * src/compose.c
6663         * src/prefs_account.c
6664         * src/prefs_account.h
6665         * src/procmsg.c
6666                 Add Encrypt to self option
6667
6668 2006-04-17 [colin]      2.1.1cvs11
6669
6670         * configure.ac
6671                 Fix search on encrpyt function on dragonfly
6672                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6673
6674 2006-04-17 [colin]      2.1.1cvs10
6675
6676         * src/prefs_account.c
6677                 Be safe by default: remove mails from POP3
6678                 after 7 days, not immediately
6679
6680 2006-04-17 [colin]      2.1.1cvs9
6681
6682         * src/etpan/imap-thread.c
6683                 Fix build on DragonFly - patch by 
6684                 Jonathan Buschmann <jonthn@agmact.com>
6685
6686 2006-04-17 [colin]      2.1.1cvs8
6687
6688         * src/imap.c
6689                 Save uidnext between sessions
6690
6691 2006-04-17 [colin]      2.1.1cvs7
6692
6693         * src/imap.c
6694                 scan is required when uid validity changes
6695
6696 2006-04-17 [colin]      2.1.1cvs6
6697
6698         * src/folderview.c
6699                 Don't scan if not necessary, apart in current
6700                 folder and INBOX to fetch flags.
6701         * src/imap.c
6702                 Scan is necessary if unread count changes
6703
6704 2006-04-17 [colin]      2.1.1cvs5
6705
6706         * src/imap.c
6707                 ...But always fetch ANSWERED and DELETED flags for
6708                 INBOX, as filtering can happen on these flags.
6709
6710 2006-04-17 [colin]      2.1.1cvs4
6711
6712         * src/imap.c
6713                 Don't fetch REPLIED and DELETED flags when synchronising
6714                 flags with a closed folder. We only need UNSEEN and FLAGGED
6715                 to update the folderview.
6716
6717 2006-04-17 [colin]      2.1.1cvs3
6718
6719         * src/imap.c
6720                 Faster flag search when there are new mails 
6721                 in a folder. We can do a full search if the 
6722                 folder contains less messages than the new
6723                 list.
6724
6725 2006-04-17 [colin]      2.1.1cvs2
6726
6727         * po/cs.po
6728         * po/de.po
6729         * po/fr.po
6730         * po/nl.po
6731         * po/pt_BR.po
6732                 Update translations from stable branch
6733
6734 2006-04-17 [colin]      2.1.1cvs1
6735
6736         * configure.ac
6737                 Bump version to follow stable release
6738
6739 2006-04-16 [mones]      2.1.0cvs50
6740
6741         * po/es.po
6742                 Updated for release
6743
6744 2006-04-16 [colin]      2.1.0cvs49
6745
6746         * src/textview.c
6747                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6748                 with gtk < 2.8. Thanks to Fabien Vantard.
6749
6750 2006-04-15 [colin]      2.1.0cvs48
6751
6752         * src/etpan/imap-thread.c
6753                 Fix bug #919 (libetpan: SEGV when connecting 
6754                 using command)
6755
6756 2006-04-14 [colin]      2.1.0cvs47
6757
6758         * src/main.c
6759                 Fix race on --select (should be done better)
6760
6761 2006-04-14 [wwp]        2.1.0cvs46
6762
6763         * src/send_message.c
6764                 enforce a check for domain in account prefs (a sending
6765                 error could be faced if domain was checked but no value set),
6766                 thanks to Colin.
6767
6768 2006-04-14 [colin]      2.1.0cvs45
6769
6770         * src/codeconv.c
6771                 when converting from unknown to unknown, if the
6772                 string is UTF8, don't convert it to the locale
6773                 (which breaks it)
6774
6775 2006-04-14 [colin]      2.1.0cvs44
6776
6777         * src/compose.c
6778                 Don't try to use ASCII for converting headers
6779                 (as done in body)
6780
6781 2006-04-14 [paul]       2.1.0cvs43
6782
6783         * src/crash.c
6784                 add locale/charset info to crash report
6785         * src/gtk/about.c
6786                 add wwp to doc team
6787                 replace 'e-mail' with preferred 'email'
6788         * src/gtk/authors.h
6789                 ensure contributors list is in alphabetical
6790                 order
6791
6792 2006-04-13 [colin]      2.1.0cvs42
6793
6794         * src/textview.c
6795                 Prevent gdk warnings
6796
6797 2006-04-13 [colin]      2.1.0cvs41
6798
6799         * src/common/ssl_certificate.c
6800         * src/common/ssl_certificate.h
6801         * src/gtk/sslcertwindow.c
6802                 Warn on expired certs, and display the expiration date
6803
6804 2006-04-13 [colin]      2.1.0cvs40
6805
6806         * src/plugins/spamassassin/spamassassin_gtk.c
6807                 Fix missing set_text on unix socket
6808
6809 2006-04-13 [wwp]        2.1.0cvs39
6810
6811         * manual/fr/advanced.xml
6812         * manual/fr/glossary.xml
6813                 applied new spam/ham/email lexicon (pourriel, courriel)
6814
6815 2006-04-13 [paul]       2.1.0cvs38
6816
6817         * src/plugins/pgpmime/plugin.c
6818                 remove the mention of S/MIME from the
6819                 description. This is now handled by the
6820                 S/MIME plugin.
6821
6822 2006-04-13 [paul]       2.1.0cvs37
6823
6824         * src/prefs_msg_colors.c
6825                 rework dialog
6826         * src/prefs_folder_item.c
6827         * src/prefs_spelling.c
6828                 add a tooltip to the colour selector buttons
6829
6830 2006-04-13 [wwp]        2.1.0cvs36
6831
6832         * manual/advanced.xml
6833         * manual/glossary.xml
6834         * manual/handling.xml
6835         * manual/keyboard.xml
6836         * manual/plugins.xml
6837         * manual/starting.xml
6838         * manual/fr/account.xml
6839         * manual/fr/ack.xml
6840         * manual/fr/addrbook.xml
6841         * manual/fr/advanced.xml
6842         * manual/fr/faq.xml
6843         * manual/fr/glossary.xml
6844         * manual/fr/gpl.xml
6845         * manual/fr/handling.xml
6846         * manual/fr/intro.xml
6847         * manual/fr/keyboard.xml
6848         * manual/fr/plugins.xml
6849         * manual/fr/starting.xml
6850         * manual/fr/sylpheed-claws-manual.xml
6851                 fixes to the manuals:
6852                  - summaryview -> Message List (same in French)
6853                  - translate key names
6854                  - fix French punctuation, use non-breakable spaces when
6855                    necessary, don't use &thinsp; which is not portable
6856                  - tell what maildir and mbox formats we support
6857
6858 2006-04-12 [wwp]        2.1.0cvs35
6859
6860         * src/prefs_toolbar.c
6861                 unified a replace button more,
6862                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6863
6864 2006-04-12 [wwp]        2.1.0cvs34
6865
6866         * src/prefs_common.c
6867         * src/prefs_msg_colors.c
6868                 make default color labels translatable,
6869                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6870                 thanks to Tim <timbrain@post.cz> for reporting.
6871
6872 2006-04-12 [wwp]        2.1.0cvs33
6873
6874         * manual/glossary.xml
6875         * manual/intro.xml
6876         * manual/plugins.xml
6877         * manual/starting.xml
6878         * manual/sylpheed-claws-manual.xml
6879         * manual/fr/.cvsignore
6880         * manual/fr/account.xml
6881         * manual/fr/ack.xml
6882         * manual/fr/addrbook.xml
6883         * manual/fr/advanced.xml
6884         * manual/fr/faq.xml
6885         * manual/fr/glossary.xml
6886         * manual/fr/handling.xml
6887         * manual/fr/intro.xml
6888         * manual/fr/keyboard.xml
6889         * manual/fr/plugins.xml
6890         * manual/fr/starting.xml
6891         * manual/fr/sylpheed-claws-manual.xml
6892                 various fixes: typos, missing .fr translations, punctuation,
6893                 capitalization, links, accents and some bad French more.
6894
6895 2006-04-12 [wwp]        2.1.0cvs32
6896
6897         * src/prefs_gtk.c
6898                 fix for bug #935: always store prefs files in UTF-8 (thanks
6899                 to Colin).
6900
6901 2006-04-11 [colin]      2.1.0cvs31
6902
6903         * src/compose.c
6904                 Fix inserting files not in utf8 when locale is utf8
6905
6906 2006-04-11 [colin]      2.1.0cvs30
6907
6908         * src/inc.c
6909                 Don't show error dialog when cancelling connection
6910                 Patch by Pawel
6911
6912 2006-04-11 [cleroy]     2.1.0cvs29
6913
6914         * src/compose.c
6915                 Implement multiple quote levels
6916         * src/prefs_common.c
6917                 Change a little bit the quote bgcolor for 2nd level
6918
6919 2006-04-11 [colin]      2.1.0cvs28
6920
6921         * src/gtk/about.c
6922                 Add locale and charset in the label
6923
6924 2006-04-10 [colin]      2.1.0cvs27
6925
6926         * src/compose.c
6927         * src/prefs_common.c
6928         * src/prefs_common.h
6929         * src/prefs_msg_colors.c
6930         * src/textview.c
6931                 Allow optional background color in quotes
6932                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
6933                 GTK+-2.8.x feature
6934
6935 2006-04-10 [colin]      2.1.0cvs26
6936
6937         * src/main.c
6938         * src/mainwindow.c
6939         * src/mainwindow.h
6940                 Implement --select
6941
6942 2006-04-10 [colin]      2.1.0cvs25
6943
6944         * manual/plugins.xml
6945         * manual/fr/plugins.xml
6946                 Document libcurl's proxy variables
6947
6948 2006-04-09 [colin]      2.1.0cvs24
6949
6950         * src/prefs_common.c
6951                 gettext() returns statically allocated stuff. We have
6952                 to strdup it in order to be able to free it.
6953
6954 2006-04-09 [colin]      2.1.0cvs23
6955
6956         * AUTHORS
6957         * src/gtk/authors.h
6958                 Add Alexei
6959
6960 2006-04-09 [colin]      2.1.0cvs22
6961
6962         * src/mainwindow.c
6963         * src/gtk/quicksearch.c
6964                 Fix bug #859 (problems with cyrilic input in 
6965                 search panel) - Patch by Alexey Illarionov 
6966                 <littlesavage@rambler.ru>
6967
6968 2006-04-09 [colin]      2.1.0cvs21
6969
6970         * src/prefs_customheader.c
6971                 I prefer removing then freeing rather than the contrary
6972                 (even if it doesn't change anything ;-)
6973         * src/prefs_account.c
6974                 Fix bug #933 (Crash re-entering the custom headers list 
6975                 dialog in accounts prefs)
6976                 The problem happened when cancelling the Account 
6977                 Preferences' dialogs - in which case we didn't do 
6978                 anything to the PrefsAccount * struct. In case of applying,
6979                 the old ac_prefs was replaced with the tmp_ac_prefs we were
6980                 working with in this dialog. The problem is that 
6981                 prefs_customheader.c, working on this tmp_ac_prefs, always
6982                 changes the ->customhdr_list pointer, even when cancelled. 
6983                 So in case of cancelling the prefs_account dialog, we still
6984                 have to update ->customhdr_list in the real account.
6985
6986 2006-04-08 [colin]      2.1.0cvs20
6987
6988         * manual/fr/glossary.xml
6989         * manual/fr/keyboard.xml
6990                 Forgot some headers :)
6991
6992 2006-04-08 [colin]      2.1.0cvs19
6993
6994         * manual/Makefile.am
6995         * manual/fr/Makefile.am
6996         * manual/fr/account.xml
6997         * manual/fr/ack.xml
6998         * manual/fr/addrbook.xml
6999         * manual/fr/advanced.xml
7000         * manual/fr/faq.xml
7001         * manual/fr/glossary.xml
7002         * manual/fr/gpl.xml
7003         * manual/fr/handling.xml
7004         * manual/fr/intro.xml
7005         * manual/fr/keyboard.xml
7006         * manual/fr/plugins.xml
7007         * manual/fr/starting.xml
7008         * manual/fr/sylpheed-claws-manual.xml
7009         * manual/fr/dist/.cvsignore
7010         * manual/fr/dist/Makefile.am
7011         * manual/fr/dist/html/.cvsignore
7012         * manual/fr/dist/html/Makefile.am
7013         * manual/fr/dist/pdf/.cvsignore
7014         * manual/fr/dist/pdf/Makefile.am
7015         * manual/fr/dist/ps/.cvsignore
7016         * manual/fr/dist/ps/Makefile.am
7017         * manual/fr/dist/txt/.cvsignore
7018         * manual/fr/dist/txt/Makefile.am
7019                 Add the french translation of the manual. Thanks to
7020                 Olivier Delhomme <olivier.delhomme@free.fr> for 
7021                 account.xml, ack.xml, addrbook.xml and advanced.xml
7022
7023 2006-04-08 [colin]      2.1.0cvs18
7024
7025         * manual/plugins.xml
7026         * manual/starting.xml
7027                 More fixes
7028
7029 2006-04-07 [colin]      2.1.0cvs17
7030
7031         * manual/faq.xml
7032         * manual/intro.xml
7033         * manual/keyboard.xml
7034                 Little fixes
7035
7036 2006-04-07 [colin]      2.1.0cvs16
7037
7038         * README
7039         * src/compose.c
7040         * src/prefs_common.c
7041         * src/prefs_common.h
7042                 Add hidden compose_no_markup pref
7043
7044 2006-04-07 [wwp]        2.1.0cvs15
7045
7046         * src/summary_search.c
7047         * .cvsignore
7048                 Bugfix: stop button was sticky when searching in an empty folder.
7049                 Applied curly brackets code style to the whole file (summary_search.c).
7050                 More files to ignore.
7051
7052 2006-04-07 [wwp]        2.1.0cvs14
7053
7054         * src/message_search.c
7055         * src/summary_search.c
7056                 changed default button when search bumps at file/folder
7057                 beginning or end, for convenience (thanks to Colin).
7058
7059 2006-04-07 [paul]       2.1.0cvs13
7060
7061         * src/plugins/dillo_viewer/dillo_prefs.c
7062                 avoid future potential for namespace collision
7063                 Patch by Colin
7064
7065 2006-04-06 [wwp]        2.1.0cvs12
7066
7067         * src/summary_search.c
7068                 Unify extended/advanced searches names (and thus factorize labels),
7069                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7070
7071 2006-04-06 [wwp]        2.1.0cvs11
7072
7073         * src/folderview.c
7074         * src/prefs_themes.c
7075         * src/summaryview.c
7076                 Fixed some compilation warnings.
7077
7078 2006-04-06 [colin]      2.1.0cvs10
7079
7080         * manual/advanced.xml
7081                 Document the wizard template and how to deploy
7082                 Sylpheed-Claws effectively
7083
7084 2006-04-06 [colin]      2.1.0cvs9
7085
7086         * src/folderview.c
7087                 gettext patch to tell translators about _("#"),
7088                 by Maxim Britov
7089
7090 2006-04-06 [colin]      2.1.0cvs8
7091
7092         * src/textview.c
7093                 Fix invalid GtkTextBIter after clicking "Display as text"
7094
7095 2006-04-06 [mones]      2.1.0cvs7
7096
7097         * src/addr_compl.c
7098         * src/addrindex.c
7099         * src/addritem.c
7100         * src/codeconv.c
7101         * src/compose.c
7102         * src/filtering.c
7103         * src/folder.c
7104         * src/folder_item_prefs.c
7105         * src/folderview.c
7106         * src/localfolder.c
7107         * src/matcher.c
7108         * src/mimeview.c
7109         * src/prefs_msg_colors.c
7110         * src/prefs_spelling.c
7111         * src/prefs_themes.c
7112         * src/procmime.c
7113         * src/procmsg.c
7114         * src/stock_pixmap.c
7115         * src/summaryview.c
7116         * src/textview.c
7117         * src/toolbar.c
7118         * src/common/mgutils.c
7119         * src/common/prefs.c
7120         * src/common/ssl_certificate.c
7121         * src/gtk/colorlabel.c
7122         * src/gtk/quicksearch.c
7123         * src/plugins/pgpmime/pgpmime.c
7124         * src/plugins/spamassassin/spamassassin.c
7125                 Removed redundant NULL checks for g_free() calls.
7126                 Patch by Pawel Pekala.
7127
7128 2006-04-06 [mones]      2.1.0cvs6
7129
7130         * src/prefs_actions.c
7131         * src/prefs_filtering.c
7132         * src/prefs_filtering_action.c
7133         * src/prefs_matcher.c
7134         * src/prefs_template.c
7135         * src/gtk/gtkutils.c
7136         * src/gtk/gtkutils.h
7137                 Have a nice replace button. Patch by Pawel Pekala
7138
7139 2006-04-06 [colin]      2.1.0cvs5
7140
7141         * src/addressbook.c
7142                 Fix crash with empty columns
7143
7144 2006-04-05 [colin]      2.1.0cvs4
7145
7146         * src/wizard.c
7147         * src/prefs_gtk.c
7148                 Allow wizard customization with pre-filled values
7149
7150 2006-04-05 [colin]      2.1.0cvs3
7151
7152         * src/textview.c
7153         * src/mimeview.c
7154         * src/mimeview.h
7155                 Nicer messages in mimeview
7156
7157 2006-04-05 [colin]      2.1.0cvs2
7158
7159         * src/addressbook.c
7160         * src/prefs_summaries.c
7161                 i18n fix
7162
7163 2006-04-05 [colin]      2.1.0cvs1
7164
7165         * src/plugins/pgpcore/plugin.c
7166         * src/plugins/pgpcore/select-keys.c
7167         * src/plugins/pgpcore/select-keys.h
7168         * src/plugins/pgpcore/sgpgme.c
7169         * src/plugins/pgpcore/sgpgme.h
7170         * src/plugins/pgpinline/pgpinline.c
7171         * src/plugins/pgpinline/plugin.c
7172         * src/plugins/pgpmime/pgpmime.c
7173         * src/plugins/pgpmime/plugin.c
7174                 Factorize and generalize a bit 
7175                 Drop S/MIME signature verification from PGP/MIME
7176                 (adding it as another, more complete plugin)
7177
7178 2006-04-05 [paul]       2.1.0
7179
7180         2.1.0 released
7181
7182 2006-04-05 [paul]       2.0.0cvs186
7183
7184         * manual/advanced.xml
7185                 add info on colour labels
7186
7187 2006-04-05 [paul]       2.0.0cvs185
7188
7189         * po/bg.po
7190         * po/cs.po
7191         * po/de.po
7192         * po/el.po
7193         * po/en_GB.po
7194         * po/fi.po
7195         * po/fr.po
7196         * po/it.po
7197         * po/nl.po
7198         * po/pl.po
7199         * po/pt_BR.po
7200         * po/sr.po
7201         * po/zh_CN.po
7202                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
7203                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
7204                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
7205                 Guimaraes, Aleksandar Urosevic, Ralgh Young
7206         * src/gtk/authors.h
7207         * tools/claws.i18n.status.pl
7208                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
7209                 and new Czech translator, Tim <timbrain@post.cz>
7210
7211 2006-04-05 [mones]      2.0.0cvs184
7212
7213         * po/es.po
7214                 Updated translation
7215
7216 2006-04-05 [colin]      2.0.0cvs183
7217
7218         * src/gtk/quicksearch.c
7219                 Fix bug #929 (unnecessary reload in quick search bar)
7220
7221 2006-04-05 [colin]      2.0.0cvs182
7222
7223         * src/compose.c
7224                 Fix crash on Reply with no From:
7225                 Show signature and conversion error on queuing 
7226                 (but not sending)
7227         * src/mainwindow.c
7228         * src/summaryview.c
7229         * src/summaryview.h
7230                 Factorize threading code and make sure msginfo 
7231                 is not null when it comes from a GtkCTreeRow's 
7232                 data
7233         * src/gtk/gtkaspell.c
7234                 Check for necessary things
7235         * src/gtk/gtksctree.c
7236         * src/gtk/gtksctree.h
7237                 Reset anchor if necessary when removing node
7238
7239 2006-03-29 [colin]      2.0.0cvs181
7240
7241         * src/folderview.c
7242                 Warn for disabled IMAP accounts (due to lack of
7243                 libetpan). Breaks string-freeze - sorry - but it
7244                 is kind of important ;)
7245
7246 2006-03-28 [colin]      2.0.0cvs180
7247
7248         * src/gtk/gtkutils.c
7249         * src/gtk/gtkutils.h
7250                 Add a gtkut_get_link_btn() function that
7251                 creates a button which acts like an URI
7252         * src/prefs_themes.c
7253         * src/gtk/about.c
7254                 Use this function (factorizes codes)
7255         * src/common/defs.h
7256         * src/gtk/pluginwindow.c
7257                 Add a "Get more..." in the plugins window
7258
7259 2006-03-28 [colin]      2.0.0cvs179
7260
7261         * src/common/smtp.c
7262         * src/common/passcrypt.c
7263         * src/undo.c
7264                 Warning fixes. Patch by Pawel Pekala
7265
7266 2006-03-27 [colin]      2.0.0cvs178
7267
7268         * src/undo.c
7269                 Fix undoing by blocks with spaces
7270
7271 2006-03-27 [colin]      2.0.0cvs177
7272
7273         * src/textview.c
7274                 Set margin to 3px for headers
7275
7276 2006-03-27 [paul]
7277
7278         2.1.0-rc2 released
7279
7280 2006-03-27 [wwp]        2.0.0cvs176
7281
7282         * src/summaryview.c
7283                 don't reset quicksearch when updating the message list.
7284                 Thanks to Colin.
7285
7286 2006-03-26 [wwp]        2.0.0cvs175
7287
7288         * src/compose.c
7289                 use a unified border width ('other' tab in the compose window,
7290                 patch by Pawel Pekala).
7291
7292
7293 2006-03-26 [wwp]        2.0.0cvs174
7294
7295         * src/common/quoted-printable.c
7296         * src/addressbook.c
7297                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
7298
7299 2006-03-26 [colin]      2.0.0cvs173
7300
7301         * src/quote_fmt_parse.y
7302                 Fix non-UTF8 date formats messing up the whole quote a 
7303                 little bit
7304
7305 2006-03-26 [colin]      2.0.0cvs172
7306
7307         * src/procheader.c
7308                 Make sure the date is UTF8 valid, or try to make it
7309                 so. IncrediMail is really IncrediStupid.
7310         * src/compose.c
7311                 Fix possible conversions. 
7312                 
7313
7314 2006-03-26 [colin]      2.0.0cvs171
7315
7316         * src/matcher.c
7317                 Fix corner cases in body search. This is still a
7318                 hack... It seems impossible to make it good and 
7319                 reasonably fast at the same time.
7320
7321 2006-03-26 [colin]      2.0.0cvs170
7322
7323         * src/summaryview.c
7324                 I think I killed the twilight zone bug!
7325                 summary_select_node() flushes GTK events in order
7326                 to be able to center the view. But this also 
7327                 flushes keypresses like Ctrl-Alt-U, so this can
7328                 call summary_show from summary_select_node (itself
7329                 called from summary_show, etc.). And the summaryview
7330                 has to be unlocked in this function. So just locking
7331                 while processing GTK events, and bailing if locked, 
7332                 should fix it.
7333                 Fixes bug #927 (SIGSEGV during Update Summary)
7334
7335 2006-03-25 [colin]      2.0.0cvs169
7336
7337         * src/matcher.c
7338                 Fix search in QP-encoded bodies
7339                 Fix utf-8 searches in bodies encoded in the
7340                 locale's encoding
7341         * src/common/quoted-printable.c
7342         * src/common/quoted-printable.h
7343                 Add a decode function that doesn't overwrite
7344                 the original pointer
7345                 
7346
7347 2006-03-24 [colin]      2.0.0cvs168
7348
7349         * src/action.c
7350         * src/summaryview.c
7351         * src/summaryview.h
7352                 Update message cache after action
7353                 Patch by H. Merijn Brand
7354         * src/prefs_msg_colors.c
7355                 Factorize label 
7356                 Patch by Fabien Vantard
7357         * src/plugins/spamassassin/spamassassin_gtk.c
7358                 Remove useless translation
7359                 Patch by Fabien Vantard
7360
7361 2006-03-23 [colin]      2.0.0cvs167
7362
7363         * src/common/ssl.c
7364                 Let 30 seconds to SSL_connect
7365
7366 2006-03-23 [wwp]        2.0.0cvs166
7367
7368         * src/summaryview.c
7369         * src/gtk/description_window.c
7370                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
7371                 and headers are translated; adjust description windows' width to fit their
7372                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
7373
7374 2006-03-23 [paul]       2.0.0cvs165
7375
7376         * src/common/utils.c
7377                 fix highlighting of URIs containing "()"
7378                 (2.0.0cvs164's reversal fixed)
7379                 Thanks to Colin.
7380
7381 2006-03-23 [paul]       2.0.0cvs164
7382
7383         * src/common/utils.c
7384                 revert patch, (postponing a fix), at 2.0.0cvs120
7385                 as it breaks more URIs than it fixes.
7386                 Allow '-' to be a terminating character in a URI
7387
7388 2006-03-22 [colin]      2.0.0cvs163
7389
7390         * configure.ac
7391                 Require libetpan 0.45
7392                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
7393
7394 2006-03-22 [paul]       2.0.0cvs162
7395
7396         * src/editgroup.c
7397                 replace '<-' and '->' buttons with GTK_STOCK graphical
7398                 buttons
7399         * src/summary_search.c
7400                 don't offer '...' for translation
7401                 add a tooltip to advanced search '...' button
7402         * src/gtk/quicksearch.c
7403                 don't offer '...' for translation
7404
7405 2006-03-21 [colin]      2.0.0cvs161
7406
7407         * src/compose.c
7408                 Fix middle-click pasting (insert at click
7409                 position instead of cursor position, don't
7410                 remove existing selection and allow pasting
7411                 our own selection)
7412         * src/addressbook.c
7413                 "LDAP Server" -> "LDAP servers"
7414
7415 2006-03-21 [wwp]        2.0.0cvs160
7416
7417         * src/etpan/imap-thread.c
7418                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
7419
7420 2006-03-20 [colin]      2.0.0cvs159
7421
7422         * src/summaryview.c
7423                 Don't reload summaryview after an execute with no
7424                 move action
7425
7426 2006-03-19 [colin]      2.0.0cvs158
7427
7428         * src/addressbook.c
7429                 and put groups at the top, always
7430
7431 2006-03-19 [colin]      2.0.0cvs157
7432
7433         * src/addressbook.c
7434                 Order groups before names, as previously
7435
7436 2006-03-19 [colin]      2.0.0cvs156
7437
7438         * src/addressbook.c
7439                 - Sort case-unsensitive
7440                 - Put the sort arrow at opening too
7441
7442 2006-03-19 [wwp]        2.0.0cvs155
7443
7444         * src/addressbook.c
7445                 allow sorting by name/email/remarks, ensure that right-pane's contents
7446                 matches the left-pane selection (cleared when appropriate).
7447                 Patch by Pawel Pekala <c0rn@o2.pl>.
7448
7449 2006-03-18 [colin]      2.0.0cvs154
7450
7451         * src/textview.c
7452                 Fix text cursor ;)
7453
7454 2006-03-18 [colin]      2.0.0cvs153
7455
7456         * src/gtk/filesel.c
7457                 Make sure we hide the preview if we didn't get
7458                 a filename
7459
7460 2006-03-18 [colin]      2.0.0cvs152
7461
7462         * src/summaryview.c
7463                 Set cursor to watch for execution (fixes lack
7464                 of watch-cursor when dnd'ing hundreds of mails)
7465         * src/gtk/filesel.c
7466                 Check that mime type is 'image/*' before updating
7467                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
7468
7469 2006-03-18 [colin]      2.0.0cvs151
7470
7471         * src/mainwindow.c
7472         * src/textview.c
7473         * src/textview.h
7474                 Put a watch cursor in textview too when the mainwindow's
7475                 cursor in a watch
7476
7477 2006-03-18 [colin]      2.0.0cvs150
7478
7479         * src/folder.c
7480                 Change wrong asserts to simple tests
7481
7482 2006-03-17 [colin]      2.0.0cvs149
7483
7484         * src/mainwindow.c
7485         * src/mainwindow.h
7486         * src/prefs_msg_colors.c
7487         * src/summaryview.c
7488         * src/summaryview.h
7489         * src/gtk/colorlabel.c
7490         * src/gtk/colorlabel.h
7491                 Add a color label menu in the main menubar
7492                 Add (fixed) accels Ctrl-{0-7} to change the color
7493                 They have to be fixed because the menu's dynamic,
7494                 the items are complex widgets, hence we can't use
7495                 a GtkItemFactory.
7496
7497
7498 2006-03-17 [wwp]        2.0.0cvs148
7499
7500         * src/compose.c
7501                 rollback few lines from my previous commit (those lines come from
7502                 a pending patch, accidentally commited, even if neutral as they are
7503                 commented out).
7504
7505 2006-03-17 [wwp]        2.0.0cvs147
7506
7507         * src/compose.c
7508                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
7509                 applied code style/indentation to the modified function.
7510
7511 2006-03-17 [wwp]        2.0.0cvs146
7512
7513         * src/procmsg.c
7514         * src/compose.c
7515                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
7516
7517 2006-03-17 [paul]
7518
7519         2.1.0-rc1 released
7520
7521 2006-03-17 [paul]       2.0.0cvs145
7522
7523         * src/main.c
7524                 addressbook_read_file() was called twice
7525         * src/textview.c
7526                 X-Mailer highlighting
7527
7528 2006-03-16 [colin]      2.0.0cvs144
7529
7530         * src/sourcewindow.c
7531         * src/sourcewindow.h
7532                 And the last one, in source window.
7533
7534 2006-03-16 [colin]      2.0.0cvs143
7535
7536         * src/compose.c
7537         * src/compose.h
7538                 Fix the same stuff in compose
7539
7540 2006-03-16 [colin]      2.0.0cvs142
7541
7542         * src/messageview.c
7543                 Complete the previous messageview crash fix
7544
7545 2006-03-16 [colin]      2.0.0cvs141
7546
7547         * src/procmsg.h
7548         * src/procmsg.c
7549         * src/folder.c
7550                 Fix POSTPROCESSING hook
7551                 Patch by H. Merijn Brand
7552
7553         * src/procmime.c
7554         * src/procmime.h
7555                 Parse Content-Location
7556
7557         * src/toolbar.c
7558         * src/messageview.c
7559         * src/messageview.h
7560                 Don't crash when a top-level MessageView has
7561                 been closed on us. Same problematic than
7562                 yesterday's quicksearch issue.
7563
7564 2006-03-15 [colin]      2.0.0cvs140
7565
7566         * src/gtk/quicksearch.c
7567                 Fix a bitchy race we didn't think about when we
7568                 added quicksearch cancellation:
7569                 If the search is not on cached fields, for example
7570                 body_part matchcase "stuff"
7571                 the matcher code has to get the whole message. If
7572                 we're on IMAP, that can be slow, and in order to
7573                 be non-blocking, the IMAP code idle loop processes
7574                 gtk events too. So it is possible to cancel a
7575                 quicksearch while the matcher is getting the mail's
7576                 body. After matcher got its body, it will start to
7577                 iterate over the matcher list that the Quicksearch's
7578                 clear_search_cb() just freed via prepare_matcher().
7579                 SIGSEGV ensues.
7580                 The fix consists of guarding the matcherlist_match()
7581                 call with a boolean 'matching'. If we reset the
7582                 quicksearch while matching is TRUE, we don't free
7583                 the matcherlist anymore like we did, but we set
7584                 another new flag, deferred_free, to TRUE. Then,
7585                 in quicksearch_match(), just after returning from
7586                 matcherlist_match() and unsetting the matching flag,
7587                 we check the deferred_free flag and do the
7588                 prepare_matcher() (which does the matcherlist_free)
7589                 for real, so we free the matcherlist once it's not
7590                 used anymore.
7591                 As all of this runs via the glib main loop, we
7592                 luckily don't need a mutex.
7593         * src/summaryview.c
7594                 Also, show progress while searching.
7595
7596
7597 2006-03-14 [colin]      2.0.0cvs139
7598
7599         * src/alertpanel.c
7600                 Make alertpanel_is_open non-static
7601
7602 2006-03-14 [colin]      2.0.0cvs138
7603
7604         * src/prefs_spelling.c
7605                 Cleanups - Fabien Vantard
7606
7607 2006-03-14 [wwp]        2.0.0cvs137
7608
7609         * src/main.c
7610                 code style normalization (curly braces, indentation).
7611
7612 2006-03-14 [wwp]        2.0.0cvs137
7613
7614         * src/main.c
7615                 code style (braces, indentation)
7616
7617 2006-03-12 [paul]       2.0.0cvs136
7618
7619         * src/prefs_common.c
7620                 trans_hdr defaults to FALSE to be RFC-savvy
7621         * src/prefs_summaries.c
7622                 add a tooltip to the trans_hdr option
7623                 
7624
7625 2006-03-12 [paul]       2.0.0cvs135
7626
7627         * src/prefs_matcher.c
7628                 give a little more width to the combos
7629         * src/prefs_display_header.c
7630         * src/textview.c
7631                 translate headers if prefs_common.trans_hdr
7632                 is TRUE
7633
7634         Patches by Pawel Pekala
7635
7636 2006-03-12 [paul]       2.0.0cvs134
7637
7638         * src/plugins/clamav/clamav_plugin.c
7639         * src/plugins/dillo_viewer/dillo_viewer.c
7640         * src/plugins/pgpcore/plugin.c
7641         * src/plugins/pgpinline/plugin.c
7642         * src/plugins/pgpmime/plugin.c
7643         * src/plugins/spamassassin/spamassassin.c
7644                 update/add to descriptions
7645         * src/plugins/spamassassin/spamassassin_gtk.c
7646                 fixes to the english, remove superfluous
7647                 tooltips, clean up a little
7648
7649 2006-03-12 [paul]       2.0.0cvs133
7650
7651         * src/compose.c
7652                 fix Bug 924, 'Account combo box shows up wrong 
7653                 if & is in account name'
7654
7655 2006-03-11 [colin]      2.0.0cvs132
7656
7657         * src/summaryview.c
7658                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7659                 messed up shift-selection because is slows down
7660                 moving around summaryview. thanks -users
7661
7662 2006-03-10 [colin]      2.0.0cvs131
7663
7664         * src/plugins/spamassassin/spamassassin_gtk.c
7665                 Put back Paul's engrish fixes
7666
7667 2006-03-10 [colin]      2.0.0cvs130
7668
7669         * src/plugins/spamassassin/spamassassin.c
7670         * src/plugins/spamassassin/spamassassin.h
7671         * src/plugins/spamassassin/spamassassin_gtk.c
7672                 Cleanup SA prefs page (more)
7673                 Patch by Fabien Vantard
7674
7675 2006-03-10 [paul]       2.0.0cvs129
7676
7677         * src/prefs_msg_colors.c
7678         * src/prefs_spelling.c
7679                 widget sensitivity
7680
7681 2006-03-09 [mones]      2.0.0cvs128
7682
7683         * po/es.po
7684                 Update for next RC
7685
7686 2006-03-09 [wwp]        2.0.0cvs127
7687
7688         * configure.ac
7689                 revert accidental commit (requirement for libetpan 0.43), this time
7690                 not in HEAD.
7691
7692 2006-03-09 [wwp]        2.0.0cvs125
7693
7694         * configure.ac
7695                 revert accidental commit (requirement for libetpan 0.43)
7696
7697 2006-03-09 [paul]       2.0.0cvs126
7698
7699         * src/prefs_receive.c
7700                 remove useless frame
7701                 replace 'incorporation' with 'receiving'
7702         * src/plugins/clamav/clamav_plugin_gtk.c
7703         * src/plugins/spamassassin/spamassassin_gtk.c
7704                 improve widget sensitivity
7705                 fix a bit his engrish
7706
7707 2006-03-09 [wwp]        2.0.0cvs125
7708
7709         * src/addressadd.c
7710         * src/foldersel.c
7711         * src/prefs_common.c
7712         * src/prefs_common.h
7713                 remember some more windows' sizes (add to addressbook and
7714                 select folder).
7715
7716 2006-03-09 [paul]       2.0.0cvs124
7717
7718         * src/plugins/pgpcore/prefs_gpg.c
7719                 normalise construction of dialogue
7720
7721 2006-03-09 [paul]       2.0.0cvs123
7722
7723         * src/plugins/trayicon/Makefile.am
7724                 add missing slash
7725
7726 2006-03-08 [colin]      2.0.0cvs122
7727
7728         * src/plugins/trayicon/Makefile.am
7729                 Fix build in separate dir 
7730                 Patch by Bamanzi <bamanzi@gmail.com>
7731
7732 2006-03-08 [colin]      2.0.0cvs121
7733
7734         * src/procmsg.c
7735                 Batch move and copies from summaryview with delayed execution
7736                 too
7737
7738 2006-03-07 [paul]       2.0.0cvs120
7739
7740         * src/common/utils.c
7741                 fix highlighting of URIs containing "()"
7742                 Patch by Pawel Pekala
7743
7744 2006-03-07 [paul]       2.0.0cvs119
7745
7746         * src/folder.c
7747         * src/folder.h
7748         * src/folderview.c
7749                 immediately do alphabetical resort when
7750                 changing a folder's name
7751                 Patch by Pawel Pekala
7752
7753 2006-03-07 [paul]       2.0.0cvs118
7754
7755         * src/news.c
7756         * src/news_gtk.c
7757                 when unsubscribing a newsgroup, remove the
7758                 folder and msgs in .sylpheed-claws/newscache
7759                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7760
7761 2006-03-07 [paul]       2.0.0cvs117
7762
7763         * src/textview.c
7764                 fix wrong Fake URL Warning
7765                 Thanks to Hiro
7766
7767 2006-03-07 [colin]      2.0.0cvs116
7768
7769         * src/imap.c
7770                 Return immediately when password dialog was
7771                 cancelled
7772         * src/gtk/inputdialog.c
7773                 Allow empty strings for passwords
7774
7775
7776 2006-03-06 [colin]      2.0.0cvs115
7777
7778         * src/imap.c
7779                 Prevent double-timeouts when connection fails
7780
7781 2006-03-06 [colin]
7782
7783         2.0.1-rc1 released
7784
7785 2006-03-06 [colin]      2.0.0cvs114
7786
7787         * src/imap.c
7788                 Refresh session during potentially long
7789                 operations
7790
7791 2006-03-06 [wwp]        2.0.0cvs113
7792
7793         * src/prefs_msg_colors.h
7794                 forgot that one (custom color labels).
7795
7796 2006-03-06 [wwp]        2.0.0cvs112
7797
7798         * src/prefs_common.c
7799         * src/prefs_common.h
7800         * src/prefs_msg_colors.c
7801         * src/summaryview.c
7802         * src/summaryview.h
7803         * src/gtk/colorlabel.c
7804         * src/gtk/colorlabel.h
7805                 colors in messages list are now customizable. Color values and names can
7806                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7807                 Thanks to Paul and Colin for their help with this longstanding patch!
7808
7809 2006-03-06 [wwp]        2.0.0cvs111
7810
7811         * src/textview.c
7812                 don't crash if (x)face is bad.
7813
7814 2006-03-05 [paul]       2.0.0cvs110
7815
7816         * AUTHORS
7817         * configure.ac
7818         * src/Makefile.am
7819         * src/common/Makefile.am
7820         * src/common/utils.h
7821         * src/etpan/imap-thread.c
7822         * src/gtk/authors.h
7823         * src/plugins/clamav/Makefile.am
7824         * src/plugins/demo/Makefile.am
7825         * src/plugins/dillo_viewer/Makefile.am
7826         * src/plugins/pgpcore/Makefile.am
7827         * src/plugins/pgpcore/passphrase.c
7828         * src/plugins/pgpinline/Makefile.am
7829         * src/plugins/pgpmime/Makefile.am
7830         * src/plugins/spamassassin/Makefile.am
7831         * src/plugins/trayicon/Makefile.am
7832                 fix builiding on cygwin
7833                 Patch by Ralgh Young <bamanzi@gmail.com>
7834
7835 2006-03-04 [wwp]        2.0.0cvs109
7836
7837         * manual/keyboard.xml
7838                 fix mixed up/down keys.
7839
7840 2006-03-04 [wwp]        2.0.0cvs108
7841
7842         * README
7843         * INSTALL
7844                 updated links to SpamAssassin.
7845
7846 2006-03-04 [wwp]        2.0.0cvs107
7847
7848         * manual/plugins.xml
7849         * src/plugins/spamassassin/README
7850                 updated SpamAssassin plugin docs to reflect new functional additions
7851                 (also fix/update/documents few technical stuff more, see the README).
7852
7853 2006-03-04 [wwp]        2.0.0cvs106
7854
7855         * src/prefs_message.c
7856                 normalized capitalization of message-prefs paths.
7857
7858 2006-03-04 [wwp]        2.0.0cvs105
7859
7860         * manual/advanced.xml
7861                 typo.
7862
7863 2006-03-03 [colin]      2.0.0cvs104
7864
7865         * src/plugins/clamav/clamav_plugin_gtk.c
7866                 Rework prefs page, patch by Fabien 
7867
7868 2006-03-03 [colin]      2.0.0cvs103
7869
7870         * src/plugins/clamav/clamav_plugin.c
7871                 Set error on all errors
7872
7873 2006-03-03 [colin]      2.0.0cvs102
7874
7875         * src/common/plugin.c
7876                 Initialize error to avoid crashing when a plugin fails
7877                 without setting error
7878
7879 2006-03-02 [wwp]        2.0.0cvs101
7880
7881         * configure.ac
7882                 fixed linker flags for libetpan support on Cygwin
7883                 (thanks to H.Merijn Brand).
7884
7885 2006-03-02 [wwp]        2.0.0cvs100
7886
7887         * src/addressbook.c
7888                 fix some AB error messages: one for punctuation and
7889                 one wrongly duplicate (thanks, maxbritov).
7890
7891 2006-03-02 [wwp]        2.0.0cvs99
7892
7893         * src/plugins/spamassassin/spamassassin.c
7894                 make sync calls to sa-learn/spamc to prevent
7895                 system (whatever local or client/server) overload.
7896
7897 2006-03-02 [colin]      2.0.0cvs98
7898
7899         * src/summaryview.c
7900                 Put the spam icon in the status column instead of the
7901                 mark one
7902
7903 2006-03-01 [colin]      2.0.0cvs97
7904
7905         * src/plugins/spamassassin/spamassassin.c
7906                 Fix segfault (g_file_set_contents fails for some 
7907                 reason and err==0x2f. Can't find out why with
7908                 valgrind, using working function :-)
7909
7910 2006-03-01 [colin]      2.0.0cvs96
7911
7912         * src/inc.c
7913                 Offline overriding: let 'No' be cached only 3 seconds
7914
7915 2006-03-01 [colin]      2.0.0cvs95
7916
7917         * src/addr_compl.c
7918         * src/addrbook.c
7919         * src/addressbook.c
7920         * src/addrindex.c
7921         * src/folder_item_prefs.c
7922         * src/headerview.c
7923         * src/imap.c
7924         * src/inc.c
7925         * src/ldif.c
7926         * src/mainwindow.c
7927         * src/mh.c
7928         * src/msgcache.c
7929         * src/prefs_common.h
7930         * src/prefs_msg_colors.c
7931         * src/procheader.c
7932         * src/procheader.h
7933         * src/procmime.c
7934         * src/procmsg.c
7935         * src/procmsg.h
7936         * src/send_message.h
7937         * src/simple-gettext.c
7938         * src/summaryview.c
7939         * src/summaryview.h
7940         * src/syldap.c
7941         * src/textview.c
7942         * src/undo.c
7943         * src/common/ssl_certificate.c
7944         * src/common/utils.c
7945         * src/gtk/colorsel.c
7946         * src/gtk/gtksctree.c
7947         * src/gtk/gtkshruler.c
7948         * src/plugins/trayicon/trayicon.c
7949                 #if 0 goes to /dev/null
7950
7951 2006-03-01 [colin]      2.0.0cvs94
7952
7953         * src/compose.c
7954         * src/imap.c
7955         * src/inc.c
7956         * src/inc.h
7957         * src/messageview.c
7958         * src/news.c
7959         * src/plugins/spamassassin/spamassassin.c
7960                 Allow to add information in the "working offline"
7961                 window
7962
7963 2006-03-01 [wwp]        2.0.0cvs93
7964
7965         * src/plugins/spamassassin/spamassassin.c
7966                 fixed spamc invocation: use a tricky temporary mini shell wrapper
7967                 'cause it seems that calling `spamc ... < inputfile` with
7968                 g_spawn_(a)sync simply.. erm doesn't work :-).
7969
7970 2006-03-01 [wwp]        2.0.0cvs92
7971
7972         * src/toolbar.c
7973         * src/toolbar.h
7974                 simplify the adding of spam/ham button to the messageview toolbar
7975                 (it gets more clear now that the same button will be "Mark as spam"
7976                 or "Mark as ham" according to the current message status,
7977                 thanks to Colin).
7978
7979 2006-03-01 [wwp]        2.0.0cvs91
7980
7981         * src/messageview.c
7982         * src/procmsg.c
7983         * src/procmsg.h
7984         * src/summaryview.c
7985         * src/plugins/spamassassin/spamassassin.c
7986         * src/plugins/spamassassin/spamassassin.h
7987                 make learner callbacks return a status (0 for ok),
7988                 handle it in main code to avoid setting flags when learning failed,
7989                 don't learn on TCP if offline in spamassassin,
7990                 thanks to Colin.
7991
7992                 
7993
7994 2006-03-01 [wwp]        2.0.0cvs90
7995
7996         * src/compose.c
7997                 some work around the compose window's account menu,
7998                 patch by Fabien Vantard.
7999
8000 2006-03-01 [wwp]        2.0.0cvs89
8001
8002         * src/plugins/spamassassin/spamassassin.c
8003                 fixed bad logics, was using spamc in local mode and sa-learn
8004                 in remote mode (thanks, Colin).
8005
8006 2006-03-01 [wwp]        2.0.0cvs88
8007
8008         * src/plugins/spamassassin/spamassassin.c
8009         * src/plugins/spamassassin/spamassassin.h
8010         * src/plugins/spamassassin/spamassassin_gtk.c
8011                 made processing of emails w/ sa-plugin an option (default is TRUE),
8012                 fixed Engrish some tooltips, capitalization of some debug messages
8013                 and warnings. The spamassassin plugin now provides two separate
8014                 services: process emails upon incorporation and spamd training.
8015                 Both services (un)register independently but use some common
8016                 plugin settings (transport settings, spam storage location).
8017
8018 2006-02-28 [wwp]        2.0.0cvs87
8019
8020         * src/plugins/spamassassin/spamassassin.c
8021                 fix async flag to spamc cmdline execution (batch exec should
8022                 be asynchronous).
8023
8024 2006-02-27 [wwp]        2.0.0cvs86
8025
8026         * src/plugins/spamassassin/spamassassin.c
8027         * src/plugins/spamassassin/spamassassin.h
8028         * src/plugins/spamassassin/spamassassin_gtk.c
8029                 - added the ability to learn a remote spamassassin server (spamd),
8030                 using spamc.
8031                 - added the spamassassin option 'username', that applies to all
8032                 spamassassin operations (filtering, learning, local or remote).
8033                 The default username is the current unix user (if left blank
8034                 from gtk prefs or config file).
8035                 - commented out some unused code (notebook widget), removed unused
8036                 layout (hbox1).
8037                 - make more widgets sensitive to the transport type.
8038
8039 2006-02-27 [colin]      2.0.0cvs85
8040
8041         * src/plugins/spamassassin/spamassassin.c
8042                 Fix sa-learn call when offline
8043
8044 2006-02-27 [colin]      2.0.0cvs84
8045
8046         * configure.ac
8047         * src/Makefile.am
8048         * src/mainwindow.c
8049         * src/mainwindow.h
8050         * src/messageview.c
8051         * src/messageview.h
8052         * src/prefs_toolbar.c
8053         * src/procmsg.c
8054         * src/stock_pixmap.c
8055         * src/stock_pixmap.h
8056         * src/summaryview.c
8057         * src/toolbar.c
8058         * src/toolbar.h
8059         * src/pixmaps/ham_btn.xpm
8060         * src/pixmaps/spam.xpm
8061         * src/pixmaps/spam_btn.xpm
8062         * src/plugins/spamassassin/spamassassin.c
8063                 Add button in toolbar for spam learning
8064                 Fix a few bugs from the last related commit
8065                 Revert 1.9.6cvs23 which messed up shift-selection
8066
8067 2006-02-24 [colin]      2.0.0cvs83
8068
8069         * src/procmsg.c
8070         * src/summaryview.c
8071         * src/summaryview.h
8072         * src/plugins/spamassassin/spamassassin.c
8073         * src/plugins/spamassassin/spamassassin.h
8074         * src/plugins/spamassassin/spamassassin_gtk.c
8075                 Unregister learner when spamassassin is either
8076                 disabled or over tcp
8077
8078 2006-02-24 [colin]      2.0.0cvs82
8079
8080         * src/Makefile.am
8081         * src/mainwindow.c
8082         * src/mainwindow.h
8083         * src/procmsg.c
8084         * src/procmsg.h
8085         * src/stock_pixmap.c
8086         * src/stock_pixmap.h
8087         * src/summaryview.c
8088         * src/summaryview.h
8089         * src/gtk/icon_legend.c
8090         * src/pixmaps/spam.xpm  ** NEW FILE **
8091         * src/plugins/spamassassin/spamassassin.c
8092         * src/plugins/spamassassin/spamassassin_gtk.c
8093                 Add spam learning interface (Mark/Mark as 
8094                 (spam|ham) menus)
8095
8096 2006-02-24 [wwp]        2.0.0cvs81
8097
8098         * src/compose.c
8099         * src/compose.h
8100         * src/filtering.c
8101                 hide compose window when sending message in batch mode
8102                 (filtering: forward and redirect). Also fixed a wrong
8103                 value returned when sending failed, neutral anyway.
8104                 (Colin, me) 
8105
8106 2006-02-24 [wwp]        2.0.0cvs80
8107
8108         * src/mainwindow.c
8109                 use GTK+'s stock quit button. Patch by Fabien Vantard.
8110
8111 2006-02-24 [paul]       2.0.0cvs79
8112
8113         * src/news.c
8114         * src/news.h
8115         * src/news_gtk.c
8116                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
8117                 Thanks to Colin
8118
8119 2006-02-23 [colin]      2.0.0cvs78
8120
8121         * src/alertpanel.c
8122                 Change OK to Close in alertpanel with View log
8123                 button; add accel to View log. Patch by Fabien
8124                 Vantard
8125
8126 2006-02-23 [wwp]        2.0.0cvs77
8127
8128         * src/compose.c
8129                 silly me, there were much more tests to perform, since toolbars can
8130                 really have down to 1 element only.
8131
8132 2006-02-23 [wwp]        2.0.0cvs76
8133
8134         * commitHelper
8135                 fixed indentation from my previous commit. Fallback to VISUAL if
8136                 EDITOR is not set (and to vi, at last resort).
8137
8138 2006-02-23 [wwp]        2.0.0cvs75
8139
8140         * commitHelper
8141                 improved error detection (Colin, me).
8142
8143 2006-02-23 [wwp]        2.0.0cvs74
8144
8145         * src/prefs_toolbar.c
8146                 simplify and fix prefs/toolbars layouting. Combos' contents can
8147                 now be really displayed.
8148
8149 2006-02-23 [wwp]        2.0.0cvs73
8150         simplifies and fix prefs/toolbars layouting. Combos' contents can now
8151         be really displayed.
8152
8153 2006-02-22 [wwp]        2.0.0cvs72
8154
8155         * src/compose.c
8156                 fix a typo in my previous commit (sorry!).
8157
8158 2006-02-22 [wwp]        2.0.0cvs71
8159
8160         * src/prefs_toolbar.c
8161                 fix a crash when adding separators to toolbars,
8162                 also fix some separator item information.
8163
8164 2006-02-22 [wwp]        2.0.0cvs70
8165
8166         * src/compose.c
8167                 fix a crash when redirecting (for instance) when compose window's
8168                 toolbar contents has been customized (when some buttons have been
8169                 removed in fact).
8170
8171 2006-02-21 [wwp]        2.0.0cvs69
8172
8173         * src/summaryview.c
8174         * src/gtk/pluginwindow.c
8175         * src/plugins/pgpcore/prefs_gpg.c
8176                 fix some compilation warnings (feat. remains of removed code).
8177
8178 2006-02-21 [wwp]        2.0.0cvs68
8179
8180         * src/gtk/gtkutils.c
8181                 fix two compilation issues, thanks to Stephan Sachse.
8182
8183 2006-02-20 [colin]      2.0.0cvs67
8184
8185         * src/mainwindow.c
8186                 Don't reselect displayed mail on refocus
8187                 This fixes actions misbehaving 
8188
8189 2006-02-20 [wwp]        2.0.0cvs66
8190
8191         * src/summaryview.c
8192         * src/gtk/gtksctree.c
8193         * src/gtk/gtkshruler.c
8194                 changed more runtime typecast checks.
8195
8196 2006-02-20 [wwp]        2.0.0cvs65
8197
8198         * src/summary_search.c
8199                 find all - summaryview refresh issue fixed, thanks to Colin.
8200
8201 2006-02-20 [wwp]        2.0.0cvs64
8202
8203         * src/gtk/gtkutils.c
8204                 better runtime typecast checks.
8205
8206 2006-02-20 [wwp]        2.0.0cvs63
8207
8208         * src/summary_search.c
8209                 enhancements to the summary search:
8210                         - add the ability to stop the running search
8211                           (upon ESC-key press, new Stop button or when Clear button is pressed)
8212                         - don't search if no criteria (From/To/Subject/Body) is set
8213                         - ensure that a busy mouse pointer is always shown when searching,
8214                           show it even a bit earlier
8215
8216 2006-02-19 [colin]      2.0.0cvs62
8217
8218         * src/compose.c
8219         * src/imap.c
8220         * src/etpan/imap-thread.c
8221         * src/etpan/imap-thread.h
8222                 (Future) IMAP speed improvement on sending
8223                 Will require a libetpan update
8224         * src/summaryview.c
8225         * src/gtk/quicksearch.c
8226                 Make quicksearch clearable while running.
8227
8228 2006-02-17 [colin]      2.0.0cvs61
8229
8230         * src/imap.c
8231         * src/etpan/imap-thread.c
8232         * src/etpan/imap-thread.h
8233                 Check for IMAP certificates
8234                 ** Requires libetpan-0.42-cvs4 
8235                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
8236
8237 2006-02-17 [colin]      2.0.0cvs60
8238
8239         * src/messageview.c
8240         * src/prefs_common.c
8241         * src/prefs_common.h
8242         * src/prefs_message.c
8243                 Add pref to display HTML-only mails with plugin, 
8244                 if possible (defaulting to FALSE of course).
8245
8246 2006-02-16 [colin]      2.0.0cvs59
8247
8248         * src/main.c
8249         * src/common/plugin.c
8250         * src/common/plugin.h
8251         * src/gtk/pluginwindow.c
8252                 Keep track of requested (but unloaded) plugins
8253                 in some error cases.
8254
8255 2006-02-16 [wwp]        2.0.0cvs58
8256
8257         * src/gtk/gtkaspell.c
8258         * src/gtk/gtkaspell.h
8259         * src/prefs_spelling.c
8260         * src/compose.c
8261         * src/prefs_common.c
8262         * src/prefs_common.h
8263                 implemented new optional spellchecker behaviour: re-check message when
8264                 dictionary got changed (from compose-window/context-menu/Change dictionary).
8265
8266 2006-02-16 [wwp]        2.0.0cvs57
8267
8268         * src/quote_fmt_parse.y
8269                 pclose popen'ed pipe.
8270
8271 2006-02-15 [colin]      2.0.0cvs56
8272
8273         * src/mimeview.c
8274         * src/mimeview.h
8275                 Let MimeViewers know which MimeView they
8276                 depend of.
8277         * src/summaryview.c
8278                 Swap From/To columns in Sent/Queue/Drafts
8279                 folders
8280         * src/etpan/imap-thread.c
8281                 Use mailstream_low_tls_open() for STARTTLS
8282                 instead of mailstream_low_ssl_open()
8283                 ** REQUIRES libetpan 0.42cvs3 **
8284
8285 2006-02-15 [wwp]        2.0.0cvs55
8286
8287         * src/compose.c
8288         * src/compose.h
8289         * src/message_search.c
8290         * src/message_search.h
8291         * src/textview.c
8292         * src/gtk/gtkutils.c
8293         * src/gtk/gtkutils.h
8294                 added the ability to Find text in the compose window (and a bit
8295                 of code factorization).
8296
8297 2006-02-15 [wwp]        2.0.0cvs54
8298
8299         * src/prefs_gtk.c
8300                 yet another one file was missing (fix for some widgets' sensitivity).
8301                 Thanks Colin!
8302
8303 2006-02-15 [wwp]        2.0.0cvs53
8304
8305         * src/prefs_gtk.h
8306                 oops forgot that file (fix for some widgets' sensitivity).
8307
8308 2006-02-15 [wwp]        2.0.0cvs52
8309
8310         * src/summary_search.c
8311                 implemented advanced summary search options (added the ability
8312                 to use matcher conditions in an advanced search mode).
8313
8314 2006-02-15 [wwp]        2.0.0cvs51
8315
8316         * src/plugins/pgpcore/prefs_gpg.c
8317         * src/prefs_account.c
8318                 fix some widget sensitivity, mostly around some labels in
8319                 account prefs.
8320
8321 2006-02-15 [paul]       2.0.0cvs50
8322
8323         * manual/advanced.xml
8324                 improve Templates info
8325                 written by wwp
8326
8327 2006-02-14 [colin]      2.0.0cvs49
8328
8329         * src/pixmaps/address_book.xpm
8330         * src/pixmaps/preferences.xpm
8331         * src/pixmaps/properties.xpm
8332                 Fix pixmap size - patch by Fabien Vantard
8333
8334 2006-02-13 [colin]      2.0.0cvs48
8335
8336         * src/procmime.c
8337                 Add missing fclose()s on error
8338         * src/textview.c
8339                 Remove unused code
8340         * src/common/utils.c
8341                 Fix temp files not being deleted on windows
8342         Patches by Thomas Gilgin
8343
8344 2006-02-13 [colin]      2.0.0cvs47
8345
8346         * src/mainwindow.c
8347                 Fix exit crash
8348
8349 2006-02-13 [wwp]        2.0.0cvs46
8350
8351         * src/plugins/pgpcore/prefs_gpg.c
8352                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
8353
8354 2006-02-12 [colin]      2.0.0cvs45
8355
8356         * src/folderview.c
8357         * src/main.c
8358         * src/mainwindow.c
8359                 Fix "stuff" when quitting
8360
8361 2006-02-12 [wwp]        2.0.0cvs44
8362
8363         * src/prefs_themes.c
8364                 fix typos in debug messages.
8365
8366 2006-02-11 [colin]      2.0.0cvs43
8367
8368         * src/summaryview.c
8369                 don't allow drag/drop from ourself
8370
8371 2006-02-10 [wwp]        2.0.0cvs42
8372
8373         * src/exporthtml.c
8374         * src/html.c
8375         * src/html.h
8376         * src/procmime.c
8377         * src/textview.c
8378                 renamed html_ prefixed functions and data structures to avoid
8379                 namespace clashes w/ other software (gtkhtml2 for instance).
8380                 Closes bug #907.
8381
8382
8383 2006-02-09 [colin]      2.0.0cvs41
8384
8385         * src/summaryview.c
8386                 Fix shitty logic messed up. Thanks Ticho for the hint!
8387
8388 2006-02-09 [wwp]        2.0.0cvs40
8389
8390         * src/gtk/about.c
8391         * src/compose.c
8392         * src/prefs_account.c
8393         * src/prefs_gtk.h
8394         * src/editaddress.c
8395                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
8396                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
8397                 Browse buttons in accounts prefs.
8398
8399 2006-02-09 [colin]      2.0.0cvs39
8400
8401         * src/matcher.c
8402                 Check for pointer before using its members
8403         * src/gtk/gtksourceprintjob.c
8404                 Fix a wrong warning
8405
8406 2006-02-09 [wwp]        2.0.0cvs38
8407
8408         * src/gtk/filesel.c
8409                 fix few compiler warnings (type mismatch).
8410
8411 2006-02-09 [paul]       2.0.0cvs37
8412
8413         * po/fr.po
8414                 updated by Fabien Vantard
8415
8416 2006-02-08 [colin]      2.0.0cvs36
8417
8418         * src/prefs_common.c
8419         * src/common/defs.h
8420         * src/common/plugin.c
8421                 allow windows and linux configurations to coexist
8422                 patch by Thomas Gilgin
8423
8424 2006-02-08 [colin]      2.0.0cvs35
8425
8426         * src/filtering.c
8427         * src/matcher.c
8428         * src/matcher.h
8429         * src/matcher_parser_parse.y
8430         * src/prefs_filtering_action.c
8431         * src/prefs_matcher.c
8432                 Add the "Ignore thread" filtering
8433                 action
8434
8435 2006-02-08 [colin]      2.0.0cvs34
8436
8437         * src/compose.c
8438         * src/procmime.c
8439         * src/procmime.h
8440                 Fix bug #905 (damaged attachment)
8441                 text files with raw \0's aren't really text files
8442         FOR_STABLE
8443
8444 2006-02-08 [colin]      2.0.0cvs33
8445
8446         * src/summaryview.c
8447                 Fix crasher introduced yesterday
8448
8449 2006-02-08 [wwp]        2.0.0cvs32
8450
8451         * src/compose.c
8452         * src/compose.h
8453                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
8454
8455 2006-02-08 [wwp]        2.0.0cvs31
8456
8457         * src/prefs_template.c
8458                 templates enhancement: allow address completion for Cc and Bcc fields
8459                 (it was currently possible for the To field only)
8460
8461 2006-02-08 [colin]      2.0.0cvs30
8462
8463         * src/compose.c
8464                 Don't unblock if not blocked
8465         FOR_STABLE
8466
8467 2006-02-07 [colin]      2.0.0cvs29
8468
8469         * src/action.c
8470                 Forgot to refresh summaryview
8471
8472 2006-02-07 [colin]      2.0.0cvs28
8473
8474         * src/action.c
8475                 Freeze/thaw message list and folder list while
8476                 processing %as{} actions 
8477         * src/compose.c
8478                 Fix auto-wrap disabling after a middle-click
8479                 paste - FOR_STABLE
8480
8481 2006-02-07 [paul]       2.0.0cvs27
8482
8483         * src/folder.c
8484                 fix freeing of uninitialised pointers
8485                 Thanks to Colin
8486
8487 2006-02-06 [colin]      2.0.0cvs26
8488
8489         * src/folder.c
8490                 Use g_slist_prepend in potentially big list
8491
8492 2006-02-06 [colin]      2.0.0cvs25
8493
8494         * src/folder.c
8495                 Completely skip processing if it doesn't 
8496                 exist (faster!)
8497
8498 2006-02-06 [colin]      2.0.0cvs24
8499
8500         * src/folder.c
8501         * src/summaryview.c
8502                 Batch filtering in summaryview (from Tools menu)
8503                 and pre/post//-processing too
8504
8505 2006-02-06 [colin]      2.0.0cvs23
8506
8507         * src/procmsg.h
8508         * src/filtering.c
8509                 Use a special field for batch filtering instead
8510                 of stepping on deferred execution's toes
8511
8512 2006-02-06 [colin]      2.0.0cvs22
8513
8514         * src/action.c
8515         * src/filtering.c
8516         * src/filtering.h
8517         * src/folder.c
8518         * src/summaryview.c
8519                 Fix filtering via menus and actions
8520
8521 2006-02-06 [colin]      2.0.0cvs21
8522
8523         * src/imap.c
8524                 Put the added file directly to cache if possible (will work
8525                 with next libetpan)
8526         * src/filtering.c
8527         * src/filtering.h
8528         * src/inc.c
8529         * src/folder.c
8530         * src/mbox.c
8531         * src/procmsg.h
8532                 Move and copy filtered messages by batches instead of one
8533                 by one - faster on IMAP
8534         * src/procmsg.c
8535                 Add a function that'll possibly be useful later
8536
8537 2006-02-06 [colin]      2.0.0cvs20
8538
8539         * src/addressbook.c
8540                 Use internal mime-type instead of text/plain for d'n'd
8541         * src/compose.c
8542                 Allow attaching files from mimeview's icon list via d'n'd
8543         * src/folderview.c
8544         * src/folderview.h
8545                 Use internal mime-type instead of text/plain for d'n'd
8546                 Don't try to selected opened folder if none is
8547                 Factorize d'n'd from other apps code
8548         * src/headerview.c
8549         * src/textview.c
8550         * src/gtk/gtkutils.c
8551         * src/gtk/gtkutils.h
8552                 Factorize Face/X-Face stuff
8553         * src/mimeview.c
8554                 Fix d'n'd to other apps
8555         * src/prefs_message.c
8556                 Let the XFace pref be usable without libcompface as it also
8557                 applies to Face
8558         * src/summaryview.c
8559                 Fix d'n'd to other apps
8560                 Factorize d'n'd from other apps code
8561
8562 2006-02-06 [wwp]        2.0.0cvs19
8563
8564         * po/it.po
8565                 Italian translation fixes by Andrea Spadaccini (no more confusion
8566                 between filtering and processing, and few changes in the About
8567                 dialog).
8568
8569
8570 2006-02-06 [mones]      2.0.0cvs18
8571
8572         * src/gtk/icon_legend.c
8573                 Improved descriptions allowing better translations
8574
8575 2006-02-05 [colin]      2.0.0cvs17
8576
8577         * src/imap.c
8578                 Add the f*cking missing expunge that caused imap_fetch_env
8579                 to fail after an add_msgs ! :-///
8580         * src/etpan/imap-thread.c
8581                 Add a bit of debug
8582         FOR_STABLE
8583
8584 2006-02-05 [colin]      2.0.0cvs16
8585
8586         * src/common/utils.c
8587                 Don't check for return-path (or we can't put
8588                 back non-sent mails)
8589
8590 2006-02-05 [colin]      2.0.0cvs15
8591
8592         * src/textview.c
8593                 Don't try to display Face header in textview
8594                 when teh headerview's active
8595
8596 2006-02-05 [colin]      2.0.0cvs14
8597
8598         * tools/tbird2syl.py
8599         * tools/Makefile.am
8600                 Add script to import Thunderbird mails
8601
8602 2006-02-05 [colin]      2.0.0cvs13
8603
8604         * src/headerview.c
8605         * src/procheader.c
8606         * src/procmsg.c
8607         * src/procmsg.h
8608         * src/textview.c
8609                 Show Face headers - patch partially by Klaus Flittner
8610
8611 2006-02-05 [colin]      2.0.0cvs12
8612
8613         * src/folderview.c
8614         * src/summaryview.c
8615         * src/common/utils.c
8616         * src/common/utils.h
8617                 Let dnd work from mime icons to summaryview
8618                 and to folderview too
8619                 Add a crude test to avoid trying to add files
8620                 drag'n'dropped when they're not mails
8621
8622 2006-02-04 [colin]      2.0.0cvs11
8623
8624         * src/summaryview.c
8625         * src/mimeview.c
8626                 Fix utf8 conversion
8627
8628 2006-02-04 [colin]      2.0.0cvs10
8629
8630         * src/compose.c
8631         * src/folderview.c
8632         * src/mimeview.c
8633         * src/summaryview.c
8634         * src/summaryview.h
8635                 Added various drag and drop capas:
8636                 From                    To
8637                 summaryview             other apps
8638                 mimeview icons          other apps
8639                 other apps              summaryview
8640                 other apps              folderview
8641
8642                 This shouldn't have broken the existing:
8643                 From                    To
8644                 summaryview             folderview
8645                 folderview              folderview
8646                 summaryview             compose's attachments
8647
8648         Tests welcomed.
8649
8650 2006-02-02 [paul]       2.0.0cvs9
8651
8652         * src/mainwindow.c
8653                 move global option 'Set displayed columns...' out
8654                 of folder option grouping.
8655                 fix sensitivity of 'harvest addresses'
8656         FOR_STABLE
8657
8658 2006-02-01 [colin]      2.0.0cvs8
8659
8660         * src/mimeview.c
8661                 Revert the alertpanel patch, it sucks (intrusive
8662                 and gets in the way of "open")
8663
8664 2006-02-01 [colin]      2.0.0cvs7
8665
8666         * src/compose.c
8667         * src/prefs_account.c
8668         * src/prefs_common.c
8669         * src/common/defs.h
8670         * src/common/utils.c
8671         * src/common/utils.h
8672                 Add ability to edit the signature file
8673                 from the account preferences, and use
8674                 a default for the text editor.
8675                 Patch by Fabien Vantard
8676
8677 2006-02-01 [colin]      2.0.0cvs6
8678
8679         * src/mimeview.c
8680                 Try to get mime type by extension if it is
8681                 application/octet-stream
8682                 Display a window with possible choices when
8683                 encountering unknown mime types
8684         * src/gtk/filesel.c
8685         * src/gtk/filesel.h
8686                 Add preview
8687                 Allow multiple selection in filtered filesel
8688                 (patch by Fabien Vantard)
8689         * src/gtk/pluginwindow.c
8690                 Use it (patch by Fabien Vantard)
8691
8692 2006-02-01 [paul]       2.0.0cvs5
8693
8694         * src/jpilot.c
8695                 fix crash on creating jpilot address book
8696                 Thanks to Colin - FOR_STABLE
8697         * src/prefs_summaries.c
8698         * src/prefs_wrapping.c
8699         * src/gtk/icon_legend.c
8700         * src/gtk/quicksearch.c
8701                 string fixes and additions
8702
8703 2006-02-01 [paul]       2.0.0cvs4
8704
8705         * src/compose.c
8706         * src/mainwindow.c
8707         * src/messageview.c
8708         * src/prefs_send.c
8709                 add Arabic encoding option
8710                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
8711
8712 2006-01-31 [colin]      2.0.0cvs3
8713
8714         * src/plugins/pgpcore/passphrase.c
8715                 Convert passphrase to locale encoding
8716         * src/compose.c
8717                 Fix drafting on IMAP. Crappy bug sneaked in
8718                 the release :-/
8719         FOR_STABLE
8720
8721 2006-01-30 [paul]       2.0.0cvs2
8722
8723         * src/gtk/icon_legend.c
8724                 show the new entries
8725
8726 2006-01-30 [colin]      2.0.0cvs1
8727
8728         * src/manual.c
8729                 Check for the file to be present before 
8730                 enabling the menu - FOR_STABLE
8731         * src/gtk/icon_legend.c
8732                 Add folders icons (not all of them, there
8733                 are too much, but the most intriguing ones)
8734
8735 2006-01-30 [paul]       2.0.0
8736
8737         version 2.0.0 released
8738
8739 2006-01-30 [paul]       1.9.100cvs200
8740
8741         * manual/faq.xml
8742         * manual/gpl.xml
8743         * manual/intro.xml
8744         * manual/starting.xml
8745         * manual/sylpheed-claws-manual.xml
8746                 fixes, additions
8747
8748 2006-01-29 [mones]      1.9.100cvs199
8749
8750         * manual/account.xml
8751         * manual/advanced.xml
8752         * manual/glossary.xml
8753                 Some typos fixed, added LDIF term to glossary
8754         * po/es.po
8755                 Fixed leading plus symbol
8756
8757 2006-01-29 [paul]       1.9.100cvs198
8758
8759         * po/fi.po
8760         * po/sk.po
8761                 updated by Tommi Pirinen and Andrej Kacian
8762
8763 2006-01-29 [paul]       1.9.100cvs197
8764
8765         * src/gtk/authors.h
8766                 remove duplicates
8767
8768 2006-01-29 [paul]       1.9.100cvs196
8769
8770         * AUTHORS
8771         * po/nl.po
8772         * src/gtk/authors.h
8773         * tools/claws.i18n.status.pl
8774                 nl translation updated by Tim Dijkstra
8775
8776 2006-01-29 [paul]       1.9.100cvs195
8777
8778         * po/sr.po
8779         * po/sv.po
8780                 updated by Aleksandar Urosevic and Anders Troback
8781
8782 2006-01-28 [colin]      1.9.100cvs194
8783
8784         * src/gtk/gtksourceprintjob.c
8785                 Don't fiddle with PangoLayout when we
8786                 have an image
8787
8788 2006-01-28 [paul]       1.9.100cvs193
8789
8790         * AUTHORS
8791         * po/el.po
8792         * po/zh_CN.po
8793         * src/gtk/authors.h
8794         * tools/claws.i18n.status.pl
8795                 updated translations submitted by Stavros Giannouris
8796                 and Ralgh Young
8797
8798 2006-01-27 [colin]      1.9.100cvs192
8799
8800         * src/summaryview.c
8801         * src/gtk/gtksourceprintjob.c
8802                 Add image printing 
8803                 (libgnomeprint only, of course)
8804
8805 2006-01-27 [paul]       1.9.100cvs191
8806
8807         * po/fr.po
8808         * po/it.po
8809                 updated by Fabien Vantard and Andrea Spadaccini
8810
8811 2006-01-26 [colin]      1.9.100cvs190
8812
8813         * manual/Makefile.am
8814         * configure.ac
8815                 Make building the manual optional 
8816                 (--disable-manual)
8817
8818 2006-01-26 [paul]       1.9.100cvs189
8819
8820         * manual/glossary.xml
8821         * manual/plugins.xml
8822                 edited
8823         * po/en_GB.po
8824                 updated
8825
8826 2006-01-26 [paul]       1.9.100cvs188
8827
8828         * src/prefs_display_header.c
8829         * src/prefs_folder_column.c
8830         * src/prefs_msg_colors.c
8831         * src/prefs_summaries.c
8832         * src/prefs_summary_column.c
8833                 HIGify
8834
8835 2006-01-25 [colin]      1.9.100cvs187
8836
8837         * src/imap.c
8838                 Don't allow moving/copying mails between
8839                 queue/drafts and non-queue/drafts folders
8840                 Fixes bug #897 (message header is resetted 
8841                 if one is copied to Drafts)
8842
8843 2006-01-25 [colin]      1.9.100cvs186
8844
8845         * src/folder.c
8846         * src/mainwindow.c
8847                 Fix subscribed folders not found
8848         * src/compose.c
8849                 Don't try to encode as original mail's charset
8850                 if it's ascii 
8851
8852 2006-01-25 [paul]       1.9.100cvs185
8853
8854         * AUTHORS
8855         * po/Makevars
8856                 updated
8857         * po/de.po
8858         * po/pl.po
8859         * po/pt_BR.po
8860         * po/sr.po
8861                 updates submitted by Stephan Sachse, Emilian Nowak
8862                 and Quar, Frederico Goncalves Guimaraes, and
8863                 Aleksandar Urosevic
8864                 Fix Bug 896, 'PT_BR locale broken'.
8865         * src/gtk/authors.h
8866                 updated
8867
8868 2006-01-24 [mones]      1.9.100cvs184
8869
8870         * manual/glossary.xml
8871                 All current terms finished. Reviewers welcome ;-)
8872         * manual/keyboard.xml
8873                 Fixed column width for pdf output.
8874         * po/es.po
8875                 Updated
8876
8877 2006-01-24 [paul]       1.9.100cvs183
8878
8879         * manual/glossary.xml
8880                 fix id name
8881         * manual/dist/html/Makefile.am
8882         * manual/dist/pdf/Makefile.am
8883         * manual/dist/ps/Makefile.am
8884         * manual/dist/txt/Makefile.am
8885                 fix make deps
8886                 Thanks to Colin
8887
8888 2006-01-24 [mones]      1.9.100cvs182
8889
8890         * manual/glossary.xml
8891                 Nearly finished, some terms missing.
8892
8893 2006-01-23 [paul]       1.9.100cvs181
8894
8895         * manual/dist/html/Makefile.am
8896         * manual/dist/pdf/Makefile.am
8897         * manual/dist/ps/Makefile.am
8898         * manual/dist/txt/Makefile.am
8899         * src/mainwindow.c
8900                 re-enable manual
8901                 Thanks to Colin
8902
8903 2006-01-22 [colin]      1.9.100cvs180
8904
8905         * src/compose.c
8906         * src/gtk/gtkaspell.c
8907                 Don't deselect stuff before right-clicking, with aspell.
8908                 (This prevented right-click Copy, for example).
8909                 Thanks to Clo!
8910
8911 2006-01-22 [paul]       1.9.100cvs179
8912
8913         * src/summary_search.c
8914                 don't fix the widget size as it causes problems
8915                 under localisation.
8916                 Thanks to Emilian Nowak
8917
8918 2006-01-21 [paul]       1.9.100cvs178
8919
8920         * src/prefs_themes.c
8921                 fix broken underlining of label text
8922                 with some translations
8923
8924 2006-01-21 [colin]      1.9.100cvs177
8925
8926         * po/fr.po
8927                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
8928
8929 2006-01-20 [colin]      1.9.100cvs176
8930
8931         * configure.ac
8932         * Makefile.am
8933         * manual/Makefile
8934         * manual/dist/html/.cvsignore
8935         * manual/dist/html/Makefile.am
8936         * manual/dist/pdf/.cvsignore
8937         * manual/dist/pdf/Makefile.am
8938         * manual/dist/ps/.cvsignore
8939         * manual/dist/ps/Makefile.am
8940         * manual/dist/txt/.cvsignore
8941         * manual/dist/txt/Makefile.am
8942                 Autotool-ize manual
8943
8944 2006-01-20 [paul]       1.9.100cvs175
8945
8946         * manual/handling.xml
8947                 make Filtering and Searching entries easier to find
8948         * manual/keyboard.xml
8949                 add the remaining default keybinds
8950         * src/prefs_summaries.c
8951                 update the default keybinds
8952
8953 2006-01-20 [paul]       1.9.100cvs174
8954
8955         * src/addressbook.c
8956         * src/addrgather.c
8957         * src/addrharvest.c
8958         * src/editaddress.c
8959         * src/editgroup.c
8960         * src/exphtmldlg.c
8961         * src/expldifdlg.c
8962         * src/exporthtml.c
8963         * src/exportldif.c
8964         * src/ldif.c
8965                 replace 'e-mail' with 'email'
8966         * src/summary_search.c
8967                 add mnemonic to "Find all" button
8968
8969 2006-01-20 [wwp]        1.9.100cvs173
8970
8971         * src/export.c
8972         * src/import.c
8973                 touched mbox import/export buttons for HIG-compliance
8974
8975 2006-01-19 [paul]       1.9.100cvs172
8976
8977         * manual/account.xml
8978         * manual/addrbook.xml
8979         * manual/advanced.xml
8980         * manual/faq.xml
8981         * manual/handling.xml
8982         * manual/intro.xml
8983         * manual/plugins.xml
8984         * manual/starting.xml
8985                 more editing
8986
8987 2006-01-19 [paul]       1.9.100cvs171
8988
8989         * src/toolbar.c
8990                 allow use of trash button while receiving
8991                 Thanks to Colin
8992
8993 2006-01-19 [wwp]        1.9.100cvs170
8994
8995         * src/gtk/quicksearch.c
8996         * src/compose.c
8997                 force text color to black when yellow background is set
8998
8999 2006-01-19 [colin]      1.9.100cvs169
9000
9001         * src/plugins/trayicon/trayicon.c
9002                 Gray out Get Mail when already getting mail
9003
9004 2006-01-18 [paul]       1.9.100cvs168
9005
9006         * src/compose.c
9007                 give widget yellow background was To is
9008                 set via folder prefs
9009         * src/gtk/quicksearch.c
9010                 give widget yellow background when quick
9011                 search is active.
9012                 Thanks to Colin
9013
9014 2006-01-18 [paul]       1.9.100cvs167
9015
9016         * doc/man/sylpheed-claws.1
9017                 add --subscribe option
9018
9019 2006-01-18 [paul]       1.9.100cvs166
9020
9021         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9022         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9023                 use %U instead of %F (%F is broken for user installed
9024                 files in kde 3.5)
9025
9026 2006-01-18 [colin]      1.9.100cvs165
9027
9028         * src/summaryview.c
9029                 Default to Yes in "No more * messages" dialogs
9030
9031 2006-01-17 [colin]      1.9.100cvs164
9032
9033         * src/compose.c
9034                 Possibly fix an invalid iterator causing
9035                 crash
9036
9037 2006-01-17 [colin]      1.9.100cvs163
9038
9039         * src/mimeview.c
9040                 Fix crash when the image disappears under the
9041                 image viewer
9042
9043 2006-01-16 [colin]      1.9.100cvs162
9044
9045         * src/compose.c
9046                 Fix reenabling autowrap
9047
9048 2006-01-16 [colin]      1.9.100cvs161
9049
9050         * src/compose.c
9051                 reset quote_len before getting quote_str
9052
9053 2006-01-16 [colin]      1.9.100cvs160
9054
9055         * src/account.c
9056         * src/account.h
9057         * src/folder.c
9058         * src/imap_gtk.c
9059         * src/mh_gtk.c
9060                 Fix bug #883 (default inbox does not track folder move)
9061
9062 2006-01-16 [colin]      1.9.100cvs159
9063
9064         * src/compose.c
9065         * src/plugins/pgpcore/passphrase.c
9066                 More buttons fixes
9067
9068 2006-01-16 [paul]       1.9.100cvs158
9069
9070         * src/prefs_actions.c
9071         * src/prefs_filtering_action.c
9072         * src/prefs_matcher.c
9073         * src/quote_fmt.c
9074         * src/gtk/description_window.c
9075         * src/gtk/description_window.h
9076         * src/gtk/quicksearch.c
9077                 description window cleanups
9078
9079 2006-01-15 [colin]      1.9.100cvs157
9080
9081         * src/addressbook.c
9082         * src/prefs_filtering.c
9083                 Same here
9084
9085 2006-01-15 [colin]      1.9.100cvs156
9086
9087         * src/folderview.c
9088         * src/mainwindow.c
9089                 Same for "Empty trash"
9090
9091 2006-01-15 [colin]      1.9.100cvs155
9092
9093         * src/inc.c
9094                 Override offline dialog had Yes by default
9095
9096 2006-01-15 [colin]      1.9.100cvs154
9097
9098         * src/summaryview.c
9099                 Delete selected messages? previously had Yes the default
9100
9101 2006-01-15 [colin]      1.9.100cvs153
9102
9103         * src/folder.c
9104         * src/folder.h
9105         * src/main.c
9106                 Check if a mailbox is loaded after all
9107                 plugins are loaded.
9108
9109 2006-01-15 [colin]      1.9.100cvs152
9110
9111         * src/folder.c
9112                 Don't start wizard when there are unloaded folders (will help
9113                 people with only mbox or maildir mailboxes)
9114
9115 2006-01-14 [colin]      1.9.100cvs151
9116
9117         * src/addressbook.c
9118         * src/expldifdlg.c
9119         * src/importldif.c
9120         * src/importmutt.c
9121         * src/importpine.c
9122         * src/mh_gtk.c
9123                 More HIG compliance and fixes
9124
9125 2006-01-14 [colin]      1.9.100cvs150
9126
9127         * src/prefs_filtering_action.c
9128         * src/foldersel.c
9129                 Two forgotten button order changes
9130
9131 2006-01-14 [colin]      1.9.100cvs149
9132
9133         * src/account.c
9134         * src/addressbook.c
9135         * src/compose.c
9136         * src/folderview.c
9137         * src/imap_gtk.c
9138         * src/mainwindow.c
9139         * src/mh_gtk.c
9140         * src/news_gtk.c
9141         * src/prefs_actions.c
9142         * src/prefs_customheader.c
9143         * src/prefs_filtering.c
9144         * src/prefs_matcher.c
9145         * src/prefs_template.c
9146         * src/ssl_manager.c
9147         * src/summaryview.c
9148         * src/textview.c
9149         * src/toolbar.c
9150                 All deletion confirmations are now "Cancel, Delete" 
9151                 instead of "No, Yes"
9152                 Clarified most of the other "No, Yes" to 
9153                 "Cancel, Descriptive_action"
9154                 Rechanged the "Entry not saved" alerts to have 
9155                 "Close, Continue editing"
9156
9157
9158 2006-01-14 [paul]
9159
9160         * 2.0.0-rc4 released
9161
9162 2006-01-14 [paul]       1.9.100cvs148
9163
9164         * src/account.c
9165         * src/addressadd.c
9166         * src/addressbook.c
9167         * src/compose.c
9168         * src/editaddress.c
9169         * src/editbook.c
9170         * src/editgroup.c
9171         * src/editjpilot.c
9172         * src/editldap.c
9173         * src/editvcard.c
9174         * src/exphtmldlg.c
9175         * src/expldifdlg.c
9176         * src/folderview.c
9177         * src/grouplistdialog.c
9178         * src/imap_gtk.c
9179         * src/importmutt.c
9180         * src/importpine.c
9181         * src/inc.c
9182         * src/main.c
9183         * src/mainwindow.c
9184         * src/message_search.c
9185         * src/messageview.c
9186         * src/mh_gtk.c
9187         * src/mimeview.c
9188         * src/news_gtk.c
9189         * src/prefs_actions.c
9190         * src/prefs_customheader.c
9191         * src/prefs_filtering.c
9192         * src/prefs_matcher.c
9193         * src/prefs_template.c
9194         * src/prefs_themes.c
9195         * src/ssl_manager.c
9196         * src/summary_search.c
9197         * src/summaryview.c
9198         * src/textview.c
9199         * src/toolbar.c
9200         * src/gtk/foldersort.c
9201         * src/gtk/gtkaspell.c
9202         * src/gtk/inputdialog.c
9203         * src/gtk/prefswindow.c
9204         * src/plugins/pgpcore/select-keys.c
9205         * src/plugins/trayicon/trayicon.c
9206                 HIG compliant button order
9207
9208 2006-01-14 [mones]      1.9.100cvs147
9209
9210         * po/es.po
9211                 Updated translation
9212
9213 2006-01-13 [paul]       1.9.100cvs146
9214
9215         * AUTHORS
9216         * ChangeLog
9217         * src/gtk/authors.h
9218                 add Joshua M. Kwan to contributors list
9219
9220 2006-01-13 [colin]      1.9.100cvs145
9221
9222         * src/gtk/quicksearch.c
9223                 Don't refocus quick search after executing (Esc or Enter)
9224                 Allows to '/'search something then move up/down in 
9225                 summaryview, and to Esc a search and be back in the 
9226                 summaryview
9227
9228 2006-01-13 [paul]       1.9.100cvs144
9229
9230         * src/plugins/pgpinline/pgpinline.c
9231                 support Content-Type 'application/pgp'
9232                 patch by Joshua M. Kwan <joshuak@users.sf.net>
9233
9234 2006-01-13 [paul]       1.9.100cvs143
9235
9236         * manual/account.xml
9237                 make mention of partial retrieval
9238                 thanks to Colin
9239
9240 2006-01-13 [paul]       1.9.100cvs142
9241
9242         * src/account.c
9243         * src/account.h
9244         * src/action.c
9245         * src/action.h
9246         * src/adbookbase.h
9247         * src/addr_compl.c
9248         * src/addr_compl.h
9249         * src/addrbook.c
9250         * src/addrcache.c
9251         * src/addrcache.h
9252         * src/addrcindex.c
9253         * src/addrcindex.h
9254         * src/addrclip.c
9255         * src/addrclip.h
9256         * src/addrdefs.h
9257         * src/addressadd.c
9258         * src/addressadd.h
9259         * src/addressbook.c
9260         * src/addressbook.h
9261         * src/addrgather.c
9262         * src/addrgather.h
9263         * src/addrharvest.c
9264         * src/addrharvest.h
9265         * src/addrindex.c
9266         * src/addrindex.h
9267         * src/addritem.c
9268         * src/addritem.h
9269         * src/addrquery.c
9270         * src/addrquery.h
9271         * src/addrselect.c
9272         * src/addrselect.h
9273         * src/alertpanel.c
9274         * src/alertpanel.h
9275         * src/browseldap.c
9276         * src/browseldap.h
9277         * src/codeconv.c
9278         * src/codeconv.h
9279         * src/compose.c
9280         * src/compose.h
9281         * src/customheader.c
9282         * src/customheader.h
9283         * src/displayheader.c
9284         * src/displayheader.h
9285         * src/editaddress.c
9286         * src/editaddress.h
9287         * src/editbook.c
9288         * src/editbook.h
9289         * src/editgroup.c
9290         * src/editgroup.h
9291         * src/editjpilot.c
9292         * src/editjpilot.h
9293         * src/editldap.c
9294         * src/editldap.h
9295         * src/editldap_basedn.c
9296         * src/editldap_basedn.h
9297         * src/editvcard.c
9298         * src/editvcard.h
9299         * src/exphtmldlg.c
9300         * src/exphtmldlg.h
9301         * src/expldifdlg.c
9302         * src/expldifdlg.h
9303         * src/export.h
9304         * src/exporthtml.c
9305         * src/exporthtml.h
9306         * src/exportldif.c
9307         * src/exportldif.h
9308         * src/filtering.c
9309         * src/filtering.h
9310         * src/folder.c
9311         * src/folder.h
9312         * src/folder_item_prefs.c
9313         * src/folder_item_prefs.h
9314         * src/foldersel.c
9315         * src/foldersel.h
9316         * src/folderutils.c
9317         * src/folderutils.h
9318         * src/folderview.c
9319         * src/folderview.h
9320         * src/grouplistdialog.c
9321         * src/grouplistdialog.h
9322         * src/headerview.c
9323         * src/html.c
9324         * src/html.h
9325         * src/image_viewer.c
9326         * src/image_viewer.h
9327         * src/imap.c
9328         * src/imap.h
9329         * src/imap_gtk.c
9330         * src/imap_gtk.h
9331         * src/import.h
9332         * src/importldif.c
9333         * src/importldif.h
9334         * src/importmutt.c
9335         * src/importmutt.h
9336         * src/importpine.c
9337         * src/importpine.h
9338         * src/inc.c
9339         * src/inc.h
9340         * src/jpilot.c
9341         * src/jpilot.h
9342         * src/ldapctrl.c
9343         * src/ldapctrl.h
9344         * src/ldaplocate.c
9345         * src/ldaplocate.h
9346         * src/ldapquery.c
9347         * src/ldapquery.h
9348         * src/ldapserver.c
9349         * src/ldapserver.h
9350         * src/ldaputil.c
9351         * src/ldaputil.h
9352         * src/ldif.c
9353         * src/ldif.h
9354         * src/main.c
9355         * src/main.h
9356         * src/mainwindow.c
9357         * src/mainwindow.h
9358         * src/manual.c
9359         * src/manual.h
9360         * src/mbox.c
9361         * src/mbox.h
9362         * src/message_search.c
9363         * src/message_search.h
9364         * src/messageview.c
9365         * src/messageview.h
9366         * src/mh.c
9367         * src/mh.h
9368         * src/mh_gtk.c
9369         * src/mh_gtk.h
9370         * src/mimeview.c
9371         * src/mimeview.h
9372         * src/msgcache.c
9373         * src/msgcache.h
9374         * src/mutt.c
9375         * src/mutt.h
9376         * src/news.c
9377         * src/news.h
9378         * src/news_gtk.c
9379         * src/news_gtk.h
9380         * src/partial_download.c
9381         * src/partial_download.h
9382         * src/pine.c
9383         * src/pine.h
9384         * src/pop.c
9385         * src/pop.h
9386         * src/prefs_account.c
9387         * src/prefs_account.h
9388         * src/prefs_actions.c
9389         * src/prefs_actions.h
9390         * src/prefs_common.c
9391         * src/prefs_common.h
9392         * src/prefs_compose_writing.c
9393         * src/prefs_compose_writing.h
9394         * src/prefs_customheader.c
9395         * src/prefs_customheader.h
9396         * src/prefs_display_header.c
9397         * src/prefs_display_header.h
9398         * src/prefs_filtering.c
9399         * src/prefs_filtering.h
9400         * src/prefs_filtering_action.c
9401         * src/prefs_filtering_action.h
9402         * src/prefs_folder_column.c
9403         * src/prefs_folder_column.h
9404         * src/prefs_folder_item.c
9405         * src/prefs_folder_item.h
9406         * src/prefs_fonts.c
9407         * src/prefs_fonts.h
9408         * src/prefs_gtk.c
9409         * src/prefs_gtk.h
9410         * src/prefs_image_viewer.c
9411         * src/prefs_image_viewer.h
9412         * src/prefs_matcher.c
9413         * src/prefs_matcher.h
9414         * src/prefs_message.c
9415         * src/prefs_msg_colors.c
9416         * src/prefs_msg_colors.h
9417         * src/prefs_other.c
9418         * src/prefs_quote.c
9419         * src/prefs_receive.c
9420         * src/prefs_send.c
9421         * src/prefs_spelling.c
9422         * src/prefs_spelling.h
9423         * src/prefs_summaries.c
9424         * src/prefs_summaries.h
9425         * src/prefs_summary_column.c
9426         * src/prefs_summary_column.h
9427         * src/prefs_template.c
9428         * src/prefs_template.h
9429         * src/prefs_themes.c
9430         * src/prefs_themes.h
9431         * src/prefs_toolbar.c
9432         * src/prefs_toolbar.h
9433         * src/prefs_wrapping.c
9434         * src/prefs_wrapping.h
9435         * src/privacy.c
9436         * src/privacy.h
9437         * src/procheader.c
9438         * src/procheader.h
9439         * src/procmime.c
9440         * src/procmime.h
9441         * src/procmsg.c
9442         * src/procmsg.h
9443         * src/quote_fmt.c
9444         * src/quote_fmt_parse.y
9445         * src/recv.c
9446         * src/recv.h
9447         * src/remotefolder.c
9448         * src/remotefolder.h
9449         * src/send_message.c
9450         * src/send_message.h
9451         * src/setup.c
9452         * src/setup.h
9453         * src/sourcewindow.c
9454         * src/sourcewindow.h
9455         * src/ssl_manager.c
9456         * src/ssl_manager.h
9457         * src/statusbar.c
9458         * src/statusbar.h
9459         * src/stock_pixmap.c
9460         * src/stock_pixmap.h
9461         * src/summary_search.c
9462         * src/summary_search.h
9463         * src/summaryview.c
9464         * src/summaryview.h
9465         * src/syldap.c
9466         * src/syldap.h
9467         * src/textview.c
9468         * src/textview.h
9469         * src/toolbar.c
9470         * src/toolbar.h
9471         * src/undo.c
9472         * src/undo.h
9473         * src/unmime.c
9474         * src/unmime.h
9475         * src/vcard.c
9476         * src/vcard.h
9477         * src/wizard.c
9478         * src/wizard.h
9479         * src/common/base64.c
9480         * src/common/base64.h
9481         * src/common/defs.h
9482         * src/common/hooks.c
9483         * src/common/hooks.h
9484         * src/common/log.c
9485         * src/common/log.h
9486         * src/common/mgutils.c
9487         * src/common/mgutils.h
9488         * src/common/nntp.c
9489         * src/common/nntp.h
9490         * src/common/passcrypt.c
9491         * src/common/passcrypt.h.in
9492         * src/common/plugin.c
9493         * src/common/plugin.h
9494         * src/common/prefs.c
9495         * src/common/prefs.h
9496         * src/common/progressindicator.c
9497         * src/common/progressindicator.h
9498         * src/common/quoted-printable.c
9499         * src/common/quoted-printable.h
9500         * src/common/session.c
9501         * src/common/session.h
9502         * src/common/smtp.c
9503         * src/common/smtp.h
9504         * src/common/socket.c
9505         * src/common/socket.h
9506         * src/common/ssl.c
9507         * src/common/ssl.h
9508         * src/common/ssl_certificate.c
9509         * src/common/ssl_certificate.h
9510         * src/common/stringtable.c
9511         * src/common/stringtable.h
9512         * src/common/sylpheed.c
9513         * src/common/sylpheed.h
9514         * src/common/template.c
9515         * src/common/template.h
9516         * src/common/timing.h
9517         * src/common/utils.c
9518         * src/common/utils.h
9519         * src/common/version.h.in
9520         * src/common/xml.c
9521         * src/common/xml.h
9522         * src/common/xmlprops.c
9523         * src/common/xmlprops.h
9524         * src/gtk/colorlabel.c
9525         * src/gtk/colorsel.c
9526         * src/gtk/colorsel.h
9527         * src/gtk/description_window.c
9528         * src/gtk/description_window.h
9529         * src/gtk/filesel.c
9530         * src/gtk/filesel.h
9531         * src/gtk/foldersort.c
9532         * src/gtk/foldersort.h
9533         * src/gtk/gtkutils.c
9534         * src/gtk/gtkutils.h
9535         * src/gtk/inputdialog.c
9536         * src/gtk/inputdialog.h
9537         * src/gtk/logwindow.c
9538         * src/gtk/logwindow.h
9539         * src/gtk/manage_window.c
9540         * src/gtk/manage_window.h
9541         * src/gtk/menu.c
9542         * src/gtk/menu.h
9543         * src/gtk/pluginwindow.c
9544         * src/gtk/pluginwindow.h
9545         * src/gtk/prefswindow.c
9546         * src/gtk/prefswindow.h
9547         * src/gtk/progressdialog.c
9548         * src/gtk/progressdialog.h
9549         * src/gtk/sslcertwindow.c
9550         * src/gtk/sslcertwindow.h
9551         * src/plugins/clamav/clamav_plugin.c
9552         * src/plugins/clamav/clamav_plugin.h
9553         * src/plugins/clamav/clamav_plugin_gtk.c
9554         * src/plugins/demo/demo.c
9555         * src/plugins/dillo_viewer/dillo_prefs.c
9556         * src/plugins/dillo_viewer/dillo_prefs.h
9557         * src/plugins/dillo_viewer/dillo_viewer.c
9558         * src/plugins/pgpcore/passphrase.c
9559         * src/plugins/pgpcore/passphrase.h
9560         * src/plugins/pgpcore/plugin.c
9561         * src/plugins/pgpcore/select-keys.c
9562         * src/plugins/pgpcore/select-keys.h
9563         * src/plugins/pgpcore/sgpgme.c
9564         * src/plugins/pgpcore/sgpgme.h
9565         * src/plugins/pgpinline/pgpinline.c
9566         * src/plugins/pgpinline/pgpinline.h
9567         * src/plugins/pgpinline/plugin.c
9568         * src/plugins/pgpmime/pgpmime.c
9569         * src/plugins/pgpmime/pgpmime.h
9570         * src/plugins/pgpmime/plugin.c
9571         * src/plugins/spamassassin/spamassassin.c
9572         * src/plugins/spamassassin/spamassassin.h
9573         * src/plugins/spamassassin/spamassassin_gtk.c
9574         * src/plugins/trayicon/trayicon.c
9575                 update copyright header
9576
9577 2006-01-13 [paul]       1.9.100cvs141
9578
9579         * src/account.c
9580         * src/export.c
9581         * src/import.c
9582         * src/mainwindow.c
9583         * src/prefs_account.c
9584         * src/prefs_display_header.c
9585         * src/prefs_receive.c
9586         * src/prefs_send.c
9587         * src/prefs_summaries.c
9588         * src/prefs_themes.c
9589         * src/prefs_toolbar.c
9590         * src/gtk/about.c
9591                 various cleanups
9592
9593 2006-01-12 [colin]      1.9.100cvs140
9594
9595         * src/folder.c
9596         * src/folder.h
9597         * src/main.c
9598                 Add --subscribe option
9599                 Let sylpheed-claws email@domain.com equivalent to --compose
9600                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
9601
9602 2006-01-12 [paul]       1.9.100cvs139
9603
9604         * src/mainwindow.c
9605                 append 'Change folder order' label with '...'
9606         * src/prefs_actions.c
9607                 allow reordering of actions list by dnd
9608         * src/gtk/foldersort.c
9609                 make the dialog nicer
9610
9611 2006-01-11 [colin]      1.9.100cvs138
9612
9613         * src/compose.c
9614                 Allow templates without text
9615
9616 2006-01-11 [paul]       1.9.100cvs137
9617
9618         * tools/README
9619         * tools/filter_conv_new.pl
9620                 add info to README
9621                 also check .sylpheed for filter.xml
9622                 be a bit informative to the user
9623
9624 2006-01-11 [colin]      1.9.100cvs136
9625
9626         * src/textview.c
9627                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9628
9629 2006-01-10 [paul]       1.9.100cvs135
9630
9631         * tools/Makefile.am
9632         * tools/filter_conv_new.pl
9633                 add script to convert new style Sylpheed
9634                 filter rules (Sylpheed >= 0.9.99) to
9635                 Claws filtering rules
9636
9637 2006-01-10 [colin]      1.9.100cvs134
9638
9639         * src/compose.c
9640                 Fix broken line joins in certain conditions
9641                 (between two quoted lines: <enter><enter><up>
9642                  <type a wrapped sentence><go in the first line>
9643                  <insert more text><watch as line joining failed>)
9644
9645 2006-01-10 [paul]       1.9.100cvs133
9646
9647         * src/compose.c
9648                 don't report success in error dialog
9649                 thanks to Colin
9650         * src/common/utils.c
9651                 include some trailing punctuations as URI
9652                 thanks to Hiro
9653
9654 2006-01-10 [paul]       1.9.100cvs132
9655
9656         * src/mimeview.c
9657                 fix incompatible pointer type
9658                 warning
9659
9660 2006-01-10 [paul]       1.9.100cvs131
9661
9662         * src/compose.c
9663                 change Subject in window title
9664                 instantaneously
9665
9666 2006-01-09 [colin]      1.9.100cvs130
9667
9668         * src/addressbook.c
9669         * src/headerview.c
9670         * src/mainwindow.c
9671         * src/messageview.c
9672         * src/mimeview.c
9673         * src/noticeview.c
9674         * src/summaryview.c
9675                 Fix possible crashes on exit and in addressbook
9676
9677 2006-01-09 [paul]       1.9.100cvs129
9678
9679         * src/prefs_msg_colors.c
9680                 some cleanups that I forgot last time
9681
9682 2006-01-09 [paul]       1.9.100cvs128
9683
9684         * README
9685         * src/folderview.c
9686         * src/prefs_msg_colors.c
9687                 add previously hidden option, color_new, to
9688                 the gui
9689                 move the page to Display/
9690                 rework the gui
9691
9692 2006-01-09 [wwp]        1.9.100cvs127
9693
9694         * src/prefs_themes.c
9695                 made the prefs/display/themes layouts spacing less condensed
9696                 (and so they match other prefs/pages' look).
9697
9698 2006-01-09 [paul]       1.9.100cvs126
9699
9700         * src/compose.c
9701         * src/prefs_common.c
9702         * src/prefs_common.h
9703         * src/prefs_wrapping.c
9704                 remove 'wrap at send' option
9705
9706 2006-01-06 [colin]      1.9.100cvs125
9707
9708         * src/compose.c
9709                 Just make completely sure we don't insert "manual line breaks" 
9710                 when wrapping... 
9711
9712 2006-01-04 [paul]
9713
9714         * 2.0.0-rc3 released
9715
9716 2006-01-04 [paul]       1.9.100cvs124
9717
9718         * src/folderview.c
9719                 fix bug 882, 'quick scroll in folder list
9720                 displays wrong folder contents'
9721
9722 2006-01-04 [paul]       1.9.100cvs123
9723
9724         * src/plugins/pgpmime/pgpmime.c
9725                 better debug information when signing
9726                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9727
9728 2006-01-03 [colin]      1.9.100cvs122
9729
9730         * configure.ac
9731                 We need to recheck for gpgme 1.0.0 after checking
9732                 for 1.1.1, because if 1.1.1 isn't available, 
9733                 GPGME_LIBS and friends are blanked out by the 
9734                 second check.
9735
9736 2006-01-03 [colin]      1.9.100cvs121
9737
9738         * src/common/prefs.c
9739                 Windows unlink-before rename fix
9740         * src/plugins/pgpcore/sgpgme.c
9741                 Add support for PKA info if available
9742                 Both patches by Werner Koch
9743
9744 2006-01-03 [paul]       1.9.100cvs120
9745
9746         * src/messageview.c
9747                 fix bug 884, 'Send receipt' button visible in queue
9748                 Thanks to Colin
9749
9750 2006-01-02 [colin]      1.9.100cvs119
9751
9752         * src/compose.c
9753         * src/imap.c
9754                 Fix autosave on IMAP and more generally try to
9755                 return the correct ID on a newly added IMAP message
9756
9757 2006-01-02 [paul]       1.9.100cvs118
9758
9759         * manual/keyboard.xml
9760                 edited
9761
9762 2006-01-01 [paul]       1.9.100cvs117
9763
9764         * src/gtk/authors.h
9765                 alphabetical order
9766
9767 2005-12-30 [colin]      1.9.100cvs116
9768
9769         * manual/advanced.xml
9770                 Explain Pre/Post-processing differences.
9771
9772 2005-12-30 [colin]      1.9.100cvs115
9773
9774         * src/mh.c
9775                 Implement copy_msgs for a little optimization
9776         * src/imap.c
9777                 Finish yesterday's fix
9778
9779 2005-12-29 [colin]      1.9.100cvs114
9780
9781         * src/imap.c
9782                 Fix occasional failure in fetching a mail over
9783                 IMAP
9784
9785 2005-12-29 [colin]      1.9.100cvs113
9786
9787         * src/compose.c
9788                 Don't remove a draft when sending it, if it is 
9789                 locked.
9790
9791 2005-12-28 [colin]      1.9.100cvs112
9792
9793         * src/summaryview.c
9794                 Fix leak for real
9795
9796 2005-12-28 [wwp]        1.9.100cvs111
9797
9798         * doc/faq/.cvsignore
9799         * doc/faq/de/.cvsignore
9800         * doc/faq/en/.cvsignore
9801         * doc/faq/es/.cvsignore
9802         * doc/faq/fr/.cvsignore
9803         * doc/faq/it/.cvsignore
9804         * doc/manual/.cvsignore
9805         * doc/manual/de/.cvsignore
9806         * doc/manual/en/.cvsignore
9807         * doc/manual/es/.cvsignore
9808         * doc/manual/fr/.cvsignore
9809         * doc/manual/ja/.cvsignore
9810         * src/plugins/mathml_viewer/.cvsignore
9811                 rollback revival of those files (my bad, sorry for the noise).
9812
9813 2005-12-28 [wwp]        1.9.100cvs110
9814
9815         * src/compose.c
9816                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9817
9818 2005-12-28 [wwp]        1.9.100cvs109
9819
9820         * doc/faq/.cvsignore
9821         * doc/faq/de/.cvsignore
9822         * doc/faq/en/.cvsignore
9823         * doc/faq/es/.cvsignore
9824         * doc/faq/fr/.cvsignore
9825         * doc/faq/it/.cvsignore
9826         * doc/manual/.cvsignore
9827         * doc/manual/de/.cvsignore
9828         * doc/manual/en/.cvsignore
9829         * doc/manual/es/.cvsignore
9830         * doc/manual/fr/.cvsignore
9831         * doc/manual/ja/.cvsignore
9832         * src/plugins/mathml_viewer/.cvsignore
9833         * po/.cvsignore
9834                 more files to ignore.
9835
9836 2005-12-24 [colin]      1.9.100cvs108
9837
9838         * AUTHORS
9839         * src/gtk/authors.h
9840                 Update for Werner
9841
9842 2005-12-24 [colin]      1.9.100cvs107
9843
9844         * src/procmsg.c
9845                 Allow NULL src_msginfo in 
9846                 procmsg_msginfo_new_from_mimeinfo
9847
9848 2005-12-23 [paul]       1.9.100cvs106
9849
9850         * src/plugins/pgpinline/mypgpcore.def
9851                 add this forgotten file
9852
9853 2005-12-23 [colin]      1.9.100cvs105
9854
9855         * src/mainwindow.c
9856                 Fix missing break
9857
9858 2005-12-23 [colin]      1.9.100cvs104
9859
9860         * autogen.sh
9861         * src/folder.c
9862         * src/mh.c
9863         * src/common/plugin.c
9864         * src/common/socket.c
9865         * src/common/socket.h
9866         * src/common/utils.c
9867         * src/common/utils.h
9868         * src/gtk/pluginwindow.c
9869         * src/plugins/pgpcore/plugin.def
9870         * src/plugins/pgpcore/sylpheed.def
9871         * src/plugins/pgpinline/Makefile.am
9872         * src/plugins/pgpinline/plugin.def
9873         * src/plugins/pgpinline/sylpheed.def
9874         * src/plugins/pgpmime/plugin.def
9875         * src/plugins/pgpmime/sylpheed.def
9876                 Various w32 fixes by Werner Koch
9877
9878 2005-12-22 [paul]       1.9.100cvs103
9879
9880         * src/wizard.c
9881                 don't offer IMAP as 'server type' if
9882                 libetpan isn't built in
9883
9884 2005-12-22 [paul]       1.9.100cvs102
9885
9886         * AUTHORS
9887         * src/mainwindow.c
9888         * src/mainwindow.h
9889         * src/toolbar.c
9890         * src/gtk/authors.h
9891                 support GTK_TOOLBAR_BOTH_HORIZ (text
9892                 next to icon) Patch by Marien Zwart
9893                 marienz@users.sf.net
9894                 Also reword the text
9895
9896 2005-12-21 [colin]      1.9.100cvs101
9897
9898         * configure.ac
9899                 Fix DATADIRNAME
9900         * COPYING
9901                 Fix missing section and explicit the exception better
9902         * src/compose.c
9903                 Prevent mail from being lost without notice when an
9904                 SMTP error happens on trying to send an unmodified
9905                 drafted mail.
9906         * src/send_message.c
9907         * src/common/smtp.c
9908                 Fix password remembering when wrong, and add return
9909                 value checks where they should have been
9910         * src/plugins/pgpcore/sylpheed.def
9911         * src/plugins/pgpinline/sylpheed.def
9912         * src/plugins/pgpmime/sylpheed.def
9913                 Add a few symbols needed
9914
9915 2005-12-21 [paul]       1.9.100cvs100
9916
9917         * m4/codeset.m4
9918         * m4/glibc21.m4
9919         * m4/intdiv0.m4
9920         * m4/inttypes-pri.m4
9921         * m4/inttypes.m4
9922         * m4/inttypes_h.m4
9923         * m4/isc-posix.m4
9924         * m4/lcmessage.m4
9925         * m4/stdint_h.m4
9926         * m4/uintmax_t.m4
9927                 gettextization
9928                 thanks to Colin
9929
9930 2005-12-21 [paul]       1.9.100cvs99
9931
9932         * po/sv.po
9933                 fixed by Colin
9934
9935 2005-12-20 [paul]       1.9.100cvs98
9936
9937         * po/sv.po
9938                 updated by Anders Trobäck
9939
9940 2005-12-20 [colin]      1.9.100cvs97
9941
9942         * ABOUT-NLS
9943         * Makefile.am
9944         * autogen.sh
9945         * configure.ac
9946         * config/config.rpath
9947         * config/mkinstalldirs
9948         * m4/Makefile.am
9949         * m4/glibc2.m4
9950         * m4/gnupg.m4
9951         * m4/gpgme.m4
9952         * m4/intmax.m4
9953         * m4/longdouble.m4
9954         * m4/longlong.m4
9955         * m4/printf-posix.m4
9956         * m4/signed.m4
9957         * m4/size_max.m4
9958         * m4/ulonglong.m4
9959         * m4/wchar_t.m4
9960         * m4/wint_t.m4
9961         * m4/xsize.m4
9962         * po/Makefile.in.in
9963         * po/Makevars
9964         * po/bg.po
9965         * po/ca.po
9966         * po/cs.po
9967         * po/de.po
9968         * po/el.po
9969         * po/en_GB.po
9970         * po/es.po
9971         * po/fi.po
9972         * po/fr.po
9973         * po/hr.po
9974         * po/hu.po
9975         * po/it.po
9976         * po/ja.po
9977         * po/ko.po
9978         * po/nb.po
9979         * po/nl.po
9980         * po/pl.po
9981         * po/pt_BR.po
9982         * po/ru.po
9983         * po/sk.po
9984         * po/sr.po
9985         * po/stamp-po
9986         * po/sv.po
9987         * po/zh_CN.po
9988         * po/zh_TW.po
9989         * src/Makefile.am
9990         * src/codeconv.c
9991         * src/compose.c
9992         * src/exporthtml.c
9993         * src/exportldif.c
9994         * src/folder.c
9995         * src/main.c
9996         * src/manual.c
9997         * src/mh.c
9998         * src/mimeview.c
9999         * src/send_message.c
10000         * src/common/Makefile.am
10001         * src/common/fnmatch.c
10002         * src/common/fnmatch.h
10003         * src/common/fnmatch_loop.c
10004         * src/common/nntp.c
10005         * src/common/plugin.c
10006         * src/common/smtp.c
10007         * src/common/socket.c
10008         * src/common/string_match.c
10009         * src/common/sylpheed.c
10010         * src/common/utils.c
10011         * src/common/utils.h
10012         * src/common/w32_dirent.c
10013         * src/common/w32_reg.c
10014         * src/common/w32_signal.c
10015         * src/common/w32_stat.c
10016         * src/common/w32_stdio.c
10017         * src/common/w32_stdlib.c
10018         * src/common/w32_string.c
10019         * src/common/w32_time.c
10020         * src/common/w32_unistd.c
10021         * src/common/w32_wait.c
10022         * src/common/w32lib.h
10023         * src/etpan/Makefile.am
10024         * src/gtk/Makefile.am
10025         * src/plugins/clamav/Makefile.am
10026         * src/plugins/demo/Makefile.am
10027         * src/plugins/dillo_viewer/Makefile.am
10028         * src/plugins/pgpcore/Makefile.am
10029         * src/plugins/pgpcore/passphrase.c
10030         * src/plugins/pgpcore/plugin.def
10031         * src/plugins/pgpcore/sgpgme.c
10032         * src/plugins/pgpcore/sylpheed.def
10033         * src/plugins/pgpcore/version.rc
10034         * src/plugins/pgpinline/Makefile.am
10035         * src/plugins/pgpinline/plugin.def
10036         * src/plugins/pgpinline/sylpheed.def
10037         * src/plugins/pgpinline/version.rc
10038         * src/plugins/pgpmime/Makefile.am
10039         * src/plugins/pgpmime/mypgpcore.def
10040         * src/plugins/pgpmime/plugin.def
10041         * src/plugins/pgpmime/sylpheed.def
10042         * src/plugins/pgpmime/version.rc
10043         * src/plugins/spamassassin/Makefile.am
10044                 Very little ;-) patch from Werner Koch, providing
10045                 infrastructure for cross-compiling to Win32
10046
10047 2005-12-20 [paul]       1.9.100cvs96
10048
10049         * src/account.c
10050         * src/account.h
10051         * src/mainwindow.c
10052         * src/mainwindow.h
10053         * src/toolbar.c
10054         * src/toolbar.h
10055                 add a combo to the Get All button, allowing
10056                 quick retrieval from any account
10057                 Patch by Fabien Vantard, slightly modified
10058                 by Colin
10059         * src/gtk/about.c
10060                 i18n fix. Patch by Fabien Vantard
10061
10062 2005-12-19 [colin]      1.9.100cvs95
10063
10064         * src/compose.c
10065         * src/compose.h
10066                 Don't automatically join lines when they've 
10067                 been separated by the user and not automatically
10068
10069 2005-12-19 [paul]       1.9.100cvs94
10070
10071         * src/gtk/pluginwindow.c
10072                 i18n fix.
10073                 Patch by Fabien Vantard
10074
10075 2005-12-15 [paul]       1.9.100cvs93
10076
10077         * src/common/plugin.c
10078         * src/common/plugin.h
10079         * src/gtk/pluginwindow.c
10080         * src/plugins/clamav/clamav_plugin.c
10081         * src/plugins/demo/demo.c
10082         * src/plugins/dillo_viewer/dillo_viewer.c
10083         * src/plugins/pgpcore/plugin.c
10084         * src/plugins/pgpinline/plugin.c
10085         * src/plugins/pgpmime/plugin.c
10086         * src/plugins/spamassassin/spamassassin.c
10087         * src/plugins/trayicon/trayicon.c
10088                 add plugin_version()
10089
10090 2005-12-15 [colin]      1.9.100cvs92
10091
10092         * src/compose.c
10093                 Further fix bug #875
10094
10095 2005-12-15 [paul]       1.9.100cvs91
10096
10097         * src/gtk/filesel.c
10098                 fix attach_load_dir getting set to
10099                 PLUGINDIR on plugin load
10100
10101 2005-12-14 [mones]      1.9.100cvs90
10102
10103         * manual/ack.xml
10104         * manual/keyboard.xml
10105                 Initial draft and some shortcuts added
10106                 
10107         * po/es.po
10108                 Updated translation
10109
10110 2005-12-14 [colin]      1.9.100cvs89
10111
10112         * src/compose.c
10113         * src/imap.c
10114         * src/summaryview.c
10115         * src/gtk/gtkaspell.c
10116                 More leaks fixed
10117         * src/prefs_folder_item.c
10118                 Fix recursive prefs apply
10119
10120
10121 2005-12-14 [colin]      1.9.100cvs88
10122
10123         * src/compose.c
10124                 Fix bug #875 (Freeze On Inline Forward of 
10125                 Large Message)
10126
10127 2005-12-13 [colin]      1.9.100cvs87
10128
10129         * src/compose.c
10130                 Uniq-ify and sort the mimetypes list
10131                 Patch by Fabien Vantard
10132
10133 2005-12-13 [colin]      1.9.100cvs86
10134
10135         * src/imap.c
10136         * src/etpan/imap-thread.c
10137                 Fix leaks (patch by Hoa)
10138         * src/news.c
10139         * src/common/plugin.c
10140                 Fix leaks
10141
10142 2005-12-12 [colin]
10143
10144         * 2.0.0-rc2 released
10145
10146 2005-12-12 [colin]      1.9.100cvs85
10147
10148         * src/matcher.c
10149                 Fix a leak
10150
10151 2005-12-12 [wwp]        1.9.100cvs84
10152
10153         * src/gtk/icon_legend.c
10154                 fix misbehaviour and crash when closing the legend window
10155         using the Esc key (patch by Fabien Vantard).
10156
10157 2005-12-12 [paul]       1.9.100cvs83
10158
10159         * src/browseldap.c
10160         * src/foldersel.c
10161         * src/prefs_actions.c
10162         * src/prefs_filtering.c
10163         * src/prefs_matcher.c
10164         * src/prefs_spelling.glade      ** REMOVED **
10165         * src/prefs_template.c
10166         * src/gtk/foldersort.glade      ** REMOVED **
10167         * src/gtk/pluginwindow.c
10168         * src/gtk/pluginwindow.glade    ** REMOVED **
10169         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
10170                 cleanups
10171
10172 2005-12-11 [paul]       1.9.100cvs82
10173
10174         * src/gtk/filesel.c
10175                 fix attach_load_dir crasher (double free)
10176
10177 2005-12-09 [paul]       1.9.100cvs81
10178
10179         * po/POTFILES.in
10180         * src/mainwindow.c
10181         * src/gtk/Makefile.am
10182         * src/gtk/icon_legend.c
10183         * src/gtk/icon_legend.h
10184                 add icon legend
10185         * src/manual.c
10186                 cleanup
10187
10188 2005-12-09 [paul]       1.9.100cvs80
10189
10190         * src/plugins/pgpcore/passphrase.c
10191                 wrap the label in the dialog
10192
10193 2005-12-09 [colin]      1.9.100cvs79
10194
10195         * src/plugins/pgpcore/sgpgme.c
10196                 Display (untrusted) on not trusted signatures
10197                 Patch by Michal Èihaø <michal@cihar.com>
10198                 Closes bug #867 (Report also key trust)
10199
10200 2005-12-09 [colin]      1.9.100cvs78
10201
10202         * src/common/plugin.c
10203                 Update licence check, following Eben Moglen's advice
10204
10205 2005-12-08 [colin]      1.9.100cvs77
10206
10207         * src/folder.c
10208                 Fix the occasionnal item->cache != NULL 
10209                 assertion failure. 
10210
10211 2005-12-08 [colin]      1.9.100cvs76
10212
10213         * src/mimeview.c
10214         * src/plugins/pgpcore/sgpgme.c
10215                 Print key id when unable to check it
10216                 Closes bug #866 (Show key id when missing)
10217
10218 2005-12-08 [paul]       1.9.100cvs75
10219
10220         * src/prefs_common.c
10221         * src/prefs_common.h
10222         * src/gtk/filesel.c
10223                 remember load attachment dir
10224
10225 2005-12-07 [colin]      1.9.100cvs74
10226
10227         * src/prefs_toolbar.c
10228                 Gtk fixes, patch by Fabien Vantard
10229
10230 2005-12-07 [colin]      1.9.100cvs73
10231
10232         * src/action.c
10233         * src/compose.c
10234         * src/compose.h
10235                 Fix bug #839 (Quoted text isn't colored after 
10236                 executing an action)
10237         * src/common/plugin.c
10238                 Require plugins to declare their licence in plugin_licence()
10239                 Refuse to load non-GPL plugins as they'd be illegal (as 
10240                 derived works of Sylpheed-Claws, they must be GPL).
10241         * src/plugins/clamav/clamav_plugin.c
10242         * src/plugins/demo/demo.c
10243         * src/plugins/dillo_viewer/dillo_viewer.c
10244         * src/plugins/pgpcore/plugin.c
10245         * src/plugins/pgpinline/plugin.c
10246         * src/plugins/pgpmime/plugin.c
10247         * src/plugins/spamassassin/spamassassin.c
10248         * src/plugins/trayicon/trayicon.c
10249                 Add plugin_licence()
10250
10251 2005-12-07 [paul]       1.9.100cvs72
10252
10253         * configure.ac
10254         * src/mainwindow.c
10255         * src/manual.c
10256         * src/manual.h
10257         * src/common/defs.h
10258                 clean up after local FAQ removal and
10259                 temporary manual removal
10260
10261 2005-12-06 [colin]      1.9.100cvs71
10262
10263         * configure.ac
10264         * doc/Makefile.am
10265         * doc/faq/.cvsignore
10266         * doc/faq/Makefile.am
10267         * doc/faq/de/.cvsignore
10268         * doc/faq/de/Makefile.am
10269         * doc/faq/de/sylpheed-faq-1.html
10270         * doc/faq/de/sylpheed-faq-2.html
10271         * doc/faq/de/sylpheed-faq-3.html
10272         * doc/faq/de/sylpheed-faq.html
10273         * doc/faq/en/.cvsignore
10274         * doc/faq/en/Makefile.am
10275         * doc/faq/en/sylpheed-faq-1.html
10276         * doc/faq/en/sylpheed-faq-2.html
10277         * doc/faq/en/sylpheed-faq-3.html
10278         * doc/faq/en/sylpheed-faq-4.html
10279         * doc/faq/en/sylpheed-faq.html
10280         * doc/faq/es/.cvsignore
10281         * doc/faq/es/Makefile.am
10282         * doc/faq/es/sylpheed-faq-1.html
10283         * doc/faq/es/sylpheed-faq-2.html
10284         * doc/faq/es/sylpheed-faq-3.html
10285         * doc/faq/es/sylpheed-faq-4.html
10286         * doc/faq/es/sylpheed-faq.html
10287         * doc/faq/fr/.cvsignore
10288         * doc/faq/fr/Makefile.am
10289         * doc/faq/fr/sylpheed-faq-1.html
10290         * doc/faq/fr/sylpheed-faq-2.html
10291         * doc/faq/fr/sylpheed-faq-3.html
10292         * doc/faq/fr/sylpheed-faq.html
10293         * doc/faq/it/.cvsignore
10294         * doc/faq/it/Makefile.am
10295         * doc/faq/it/sylpheed-faq-1.html
10296         * doc/faq/it/sylpheed-faq-2.html
10297         * doc/faq/it/sylpheed-faq-3.html
10298         * doc/faq/it/sylpheed-faq.html
10299         * doc/manual/.cvsignore
10300         * doc/manual/Makefile.am
10301         * doc/manual/de/.cvsignore
10302         * doc/manual/de/Makefile.am
10303         * doc/manual/de/sylpheed-1.html
10304         * doc/manual/de/sylpheed-10.html
10305         * doc/manual/de/sylpheed-11.html
10306         * doc/manual/de/sylpheed-12.html
10307         * doc/manual/de/sylpheed-13.html
10308         * doc/manual/de/sylpheed-14.html
10309         * doc/manual/de/sylpheed-15.html
10310         * doc/manual/de/sylpheed-16.html
10311         * doc/manual/de/sylpheed-17.html
10312         * doc/manual/de/sylpheed-18.html
10313         * doc/manual/de/sylpheed-19.html
10314         * doc/manual/de/sylpheed-2.html
10315         * doc/manual/de/sylpheed-20.html
10316         * doc/manual/de/sylpheed-3.html
10317         * doc/manual/de/sylpheed-4.html
10318         * doc/manual/de/sylpheed-5.html
10319         * doc/manual/de/sylpheed-6.html
10320         * doc/manual/de/sylpheed-7.html
10321         * doc/manual/de/sylpheed-8.html
10322         * doc/manual/de/sylpheed-9.html
10323         * doc/manual/de/sylpheed.html
10324         * doc/manual/en/.cvsignore
10325         * doc/manual/en/Makefile.am
10326         * doc/manual/en/sylpheed-1.html
10327         * doc/manual/en/sylpheed-10.html
10328         * doc/manual/en/sylpheed-11.html
10329         * doc/manual/en/sylpheed-12.html
10330         * doc/manual/en/sylpheed-13.html
10331         * doc/manual/en/sylpheed-14.html
10332         * doc/manual/en/sylpheed-15.html
10333         * doc/manual/en/sylpheed-16.html
10334         * doc/manual/en/sylpheed-17.html
10335         * doc/manual/en/sylpheed-18.html
10336         * doc/manual/en/sylpheed-19.html
10337         * doc/manual/en/sylpheed-2.html
10338         * doc/manual/en/sylpheed-20.html
10339         * doc/manual/en/sylpheed-21.html
10340         * doc/manual/en/sylpheed-22.html
10341         * doc/manual/en/sylpheed-3.html
10342         * doc/manual/en/sylpheed-4.html
10343         * doc/manual/en/sylpheed-5.html
10344         * doc/manual/en/sylpheed-6.html
10345         * doc/manual/en/sylpheed-7.html
10346         * doc/manual/en/sylpheed-8.html
10347         * doc/manual/en/sylpheed-9.html
10348         * doc/manual/en/sylpheed.html
10349         * doc/manual/es/.cvsignore
10350         * doc/manual/es/Makefile.am
10351         * doc/manual/es/sylpheed-1.html
10352         * doc/manual/es/sylpheed-10.html
10353         * doc/manual/es/sylpheed-11.html
10354         * doc/manual/es/sylpheed-12.html
10355         * doc/manual/es/sylpheed-13.html
10356         * doc/manual/es/sylpheed-14.html
10357         * doc/manual/es/sylpheed-15.html
10358         * doc/manual/es/sylpheed-16.html
10359         * doc/manual/es/sylpheed-17.html
10360         * doc/manual/es/sylpheed-18.html
10361         * doc/manual/es/sylpheed-19.html
10362         * doc/manual/es/sylpheed-2.html
10363         * doc/manual/es/sylpheed-20.html
10364         * doc/manual/es/sylpheed-3.html
10365         * doc/manual/es/sylpheed-4.html
10366         * doc/manual/es/sylpheed-5.html
10367         * doc/manual/es/sylpheed-6.html
10368         * doc/manual/es/sylpheed-7.html
10369         * doc/manual/es/sylpheed-8.html
10370         * doc/manual/es/sylpheed-9.html
10371         * doc/manual/es/sylpheed.html
10372         * doc/manual/fr/.cvsignore
10373         * doc/manual/fr/Makefile.am
10374         * doc/manual/fr/sylpheed-1.html
10375         * doc/manual/fr/sylpheed-10.html
10376         * doc/manual/fr/sylpheed-11.html
10377         * doc/manual/fr/sylpheed-12.html
10378         * doc/manual/fr/sylpheed-13.html
10379         * doc/manual/fr/sylpheed-14.html
10380         * doc/manual/fr/sylpheed-15.html
10381         * doc/manual/fr/sylpheed-16.html
10382         * doc/manual/fr/sylpheed-17.html
10383         * doc/manual/fr/sylpheed-18.html
10384         * doc/manual/fr/sylpheed-19.html
10385         * doc/manual/fr/sylpheed-2.html
10386         * doc/manual/fr/sylpheed-20.html
10387         * doc/manual/fr/sylpheed-3.html
10388         * doc/manual/fr/sylpheed-4.html
10389         * doc/manual/fr/sylpheed-5.html
10390         * doc/manual/fr/sylpheed-6.html
10391         * doc/manual/fr/sylpheed-7.html
10392         * doc/manual/fr/sylpheed-8.html
10393         * doc/manual/fr/sylpheed-9.html
10394         * doc/manual/fr/sylpheed.html
10395         * doc/manual/ja/.cvsignore
10396         * doc/manual/ja/Makefile.am
10397         * doc/manual/ja/sylpheed-1.html
10398         * doc/manual/ja/sylpheed-10.html
10399         * doc/manual/ja/sylpheed-11.html
10400         * doc/manual/ja/sylpheed-12.html
10401         * doc/manual/ja/sylpheed-13.html
10402         * doc/manual/ja/sylpheed-14.html
10403         * doc/manual/ja/sylpheed-15.html
10404         * doc/manual/ja/sylpheed-16.html
10405         * doc/manual/ja/sylpheed-17.html
10406         * doc/manual/ja/sylpheed-18.html
10407         * doc/manual/ja/sylpheed-19.html
10408         * doc/manual/ja/sylpheed-2.html
10409         * doc/manual/ja/sylpheed-20.html
10410         * doc/manual/ja/sylpheed-3.html
10411         * doc/manual/ja/sylpheed-4.html
10412         * doc/manual/ja/sylpheed-5.html
10413         * doc/manual/ja/sylpheed-6.html
10414         * doc/manual/ja/sylpheed-7.html
10415         * doc/manual/ja/sylpheed-8.html
10416         * doc/manual/ja/sylpheed-9.html
10417         * doc/manual/ja/sylpheed.html
10418         * doc/manual/ja/sylpheed.sgml
10419         * src/mainwindow.c
10420                 Remove outdated manual and faq. Noisy, eh?
10421
10422 2005-12-06 [colin]      1.9.100cvs70
10423
10424         * src/compose.c
10425         * src/quote_fmt_parse.y
10426         * src/undo.c
10427         * src/undo.h
10428                 Allow %X to position cursor at 0 
10429                 (no %X = before signature)
10430                 Fix paste as quotation putting the cursor at 0
10431                 Fix undo offsets when pasting
10432                 Insert the quote_fmt at once instead of line 
10433                 by line
10434                 Fix [Edited] when starting to reply/forward
10435
10436 2005-12-06 [paul]       1.9.100cvs69
10437
10438         * src/plugins/clamav/clamav_plugin_gtk.c
10439                 add another tooltip
10440         * src/plugins/spamassassin/spamassassin_gtk.c
10441                 rework spamassassin_create_widget_func()
10442
10443 2005-12-05 [colin]      1.9.100cvs68
10444
10445         * po/POTFILES.in
10446                 Fix make release ;-)
10447
10448 2005-12-05 [colin]      1.9.100cvs67
10449
10450         * src/compose.c
10451         * src/compose.h
10452                 Fix cursor positioning (not obeying %X)
10453
10454 2005-12-05 [paul]       1.9.100cvs66
10455
10456         * src/plugins/dillo_viewer/dillo_prefs.c
10457                 fix compilation warning
10458
10459 2005-12-05 [paul]       1.9.100cvs65
10460
10461         * src/prefs_spelling.c
10462         * src/plugins/trayicon/trayicon.c
10463                 cleanups - remove unused stuff
10464
10465 2005-12-05 [paul]       1.9.100cvs64
10466
10467         * README
10468         * manual/plugins.xml
10469                 remove info about removed mathml_viewer plugin
10470
10471 2005-12-05 [paul]       1.9.100cvs63
10472
10473         * configure.ac
10474         * src/plugins/Makefile.am
10475         * src/plugins/mathml_viewer/.cvsignore
10476         * src/plugins/mathml_viewer/Makefile.am
10477         * src/plugins/mathml_viewer/mathml_viewer.c
10478                 remove unmaintained mathml_viewer plugin
10479
10480 2005-12-05 [paul]       1.9.100cvs62
10481
10482         * src/summaryview.c
10483                 obey prefs_common.always_show_msg when
10484                 moving a msg
10485                 Thanks to Colin
10486
10487 2005-12-05 [paul]       1.9.100cvs61
10488
10489         * src/compose.c
10490         * src/prefs_account.c
10491         * src/prefs_filtering.c
10492         * src/prefs_quote.c
10493         * src/prefs_spelling.c
10494         * src/prefs_toolbar.c
10495         * src/summaryview.c
10496         * src/gtk/gtkutils.c
10497         * src/gtk/quicksearch.c
10498         * src/plugins/dillo_viewer/dillo_prefs.c
10499                 dialog cleanups
10500
10501 2005-12-04 [paul]       1.9.100cvs60
10502
10503         * src/inc.c
10504         * src/prefs_account.c
10505         * src/prefs_account.h
10506                 allow a Local account to specify a
10507                 default inbox
10508                 (closes bug 843 'Inbox cannot be changed for local
10509                  mailboxes')
10510
10511 2005-12-04 [colin]      1.9.100cvs59
10512
10513         * src/plugins/trayicon/trayicon.c
10514                 Remove Get, rename Get All to Get Mail in order to
10515                 be consistent with the default main toolbar
10516
10517 2005-12-03 [colin]      1.9.100cvs58
10518
10519         * manual/gpl.xml
10520         * manual/sylpheed-claws-manual.xml
10521                 Add GPL appendix
10522
10523 2005-12-03 [paul]       1.9.100cvs57
10524
10525         * AUTHORS
10526         * po/sv.po
10527         * src/gtk/authors.h
10528                 new (partially complete) Swedish translation
10529                 by Anders Troback <sylpheed@troback.com>
10530
10531 2005-12-02 [paul]       1.9.100cvs56
10532
10533         * configure.ac
10534                 libetpan 0.41 required
10535
10536 2005-12-02 [paul]       1.9.100cvs55
10537
10538         * src/plugins/clamav/clamav_plugin.c
10539         * src/plugins/clamav/clamav_plugin.h
10540         * src/plugins/clamav/clamav_plugin_gtk.c
10541         * src/plugins/spamassassin/spamassassin.c
10542         * src/plugins/spamassassin/spamassassin.h
10543         * src/plugins/spamassassin/spamassassin_gtk.c
10544                 unregister prefs pages on unloading, thus
10545                 preventing a crash
10546                 (thanks to Colin for the hint)
10547
10548 2005-12-02 [wwp]        1.9.100cvs54
10549
10550         * src/quote_fmt.h
10551         * src/quote_fmt_parse.y
10552                 fix misuse of gboolean*, use gboolean instead
10553                 (thanks to Paul, Colin, for pointing out that scaring one)
10554
10555 2005-12-02 [paul]       1.9.100cvs53
10556
10557         * src/plugins/clamav/clamav_plugin.c
10558                 int no --> unsigned int no
10559         * src/plugins/clamav/clamav_plugin_gtk.c
10560                 rework config page
10561
10562 2005-12-02 [wwp]        1.9.100cvs52
10563
10564         * src/compose.c
10565         * src/prefs_template.c
10566         * src/quote_fmt.h
10567         * src/quote_fmt_parse.y
10568                 prevent from executing |f and |p templates commands when
10569                 adding or replacing templates in prefs (avoids annoying and
10570                 potentially dangerous behaviours)
10571
10572 2005-12-02 [paul]       1.9.100cvs51
10573
10574         * src/prefs_common.c
10575                 allow translation of some default values
10576                 Patch by Fabien Vantard
10577
10578 2005-12-02 [paul]       1.9.100cvs50
10579
10580         * src/codeconv.c
10581         * src/codeconv.h
10582         * src/prefs_common.c
10583         * src/prefs_common.h
10584         * src/prefs_message.c
10585         * src/textview.c
10586                 remove obsolete 'convert_mb_alnum' option
10587                 and related stuff
10588         * src/gtk/about.c
10589                 remove unused 'about_textview_visibility_notify'
10590
10591 2005-12-02 [paul]       1.9.100cvs49
10592
10593         * src/prefs_account.c
10594         * src/prefs_compose_writing.c
10595         * src/prefs_fonts.c
10596         * src/prefs_gtk.h
10597         * src/prefs_image_viewer.c
10598         * src/prefs_message.c
10599         * src/prefs_other.c
10600         * src/prefs_receive.c
10601         * src/prefs_send.c
10602         * src/prefs_spelling.c
10603         * src/prefs_summaries.c
10604         * src/prefs_wrapping.c
10605         * src/plugins/dillo_viewer/dillo_prefs.c
10606         * src/plugins/pgpcore/prefs_gpg.c
10607                 several cleanups to the prefs dialogs
10608                 (slightly modified) patch by Fabien Vantard
10609
10610 2005-12-02 [paul]       1.9.100cvs48
10611
10612         * src/main.c
10613                 --exit means exit
10614         * src/send_message.c
10615                 fix crash on send when connection fails
10616
10617         Thanks to Colin
10618
10619 2005-12-01 [colin]      1.9.100cvs47
10620
10621         * src/html.c
10622                 Translate &hellip; to "..."
10623
10624 2005-11-30 [colin]      1.9.100cvs46
10625
10626         * src/matcher.c
10627         * src/matcher.h
10628                 Optimize back yesterday's fix.
10629
10630 2005-11-30 [paul]       1.9.100cvs45
10631
10632         * manual/faq.xml
10633                 standardised
10634         * manual/intro.xml
10635                 written by Colin, edited by me
10636
10637 2005-11-29 [colin]      1.9.100cvs44
10638
10639         * src/matcher.c
10640                 Skip headers unconditionnaly in match_body if the
10641                 rule is not message or ~message
10642
10643 2005-11-29 [colin]      1.9.100cvs43
10644
10645         * src/matcher.c
10646                 Fix body_part and such, not skipping headers 
10647                 if the matchcriteria wasn't the first in the rule
10648
10649 2005-11-29 [colin]      1.9.100cvs42
10650
10651         * src/compose.c
10652                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10653                 option missing from message view window)
10654                 Fix double text D'n'D with gtk-2.8
10655         * src/matcher.c
10656                 Fix ~message, ~headers_part, ~body_part rules
10657         * src/messageview.c
10658                 Add Windows-1252 (Closes bug #863)
10659                 Fix accels
10660         * src/gtk/gtkaspell.c
10661                 Properly destroy accels in all menus
10662
10663 2005-11-29 [mones]      1.9.100cvs41
10664
10665         * po/es.po
10666                 Updated.
10667
10668 2005-11-27 [colin]      1.9.100cvs40
10669
10670         * src/mh_gtk.c
10671                 "/Remove mailbox" -> "/Remove mailbox..."
10672
10673 2005-11-27 [paul]       1.9.100cvs39
10674
10675         * AUTHORS
10676         * po/de.po
10677         * src/gtk/authors.h
10678                 updated by new maintainer, Stephan Sachse
10679
10680 2005-11-27 [paul]       1.9.100cvs38
10681
10682         * manual/faq.xml
10683                 written by Colin, edited by me
10684
10685 2005-11-27 [paul]       1.9.100cvs37
10686
10687         * src/prefs_common.c
10688         * src/prefs_common.h
10689         * src/prefs_receive.c
10690         * src/prefs_summaries.c
10691                 move 'go to inbox after receiving new mail'
10692                 option from display/sumamaries to mail
10693                 handling/receive, and rework prefs_summaries
10694                 dialog a little
10695
10696 2005-11-25 [martin]     1.9.100cvs36
10697
10698         * po/de.po
10699             fixed windows-1252 translation;
10700             translated some new and fuzzy strings
10701
10702 2005-11-25 [paul]       1.9.100cvs35
10703
10704         * src/plugins/clamav/clamav_plugin.c
10705                 complete the update done in cvs34
10706
10707 2005-11-25 [paul]       1.9.100cvs34
10708
10709         * src/plugins/clamav/clamav_plugin.c
10710                 reflect upstream changes
10711
10712 2005-11-25 [paul]       1.9.100cvs33
10713
10714         * manual/ack.xml
10715         * manual/plugins.xml
10716         * manual/sylpheed-claws-manual.xml
10717                 written/updated by Colin, edited by me
10718         * tools/acroread2sylpheed.pl
10719                 update binary name
10720
10721 2005-11-24 [colin]      1.9.100cvs32
10722
10723         * src/compose.c
10724                 Fix bug #856 (reediting messages forgets Request
10725                 Return Receipt)
10726
10727 2005-11-24 [paul]       1.9.100cvs31
10728
10729         * manual/addrbook.xml
10730         * manual/starting.xml
10731                 written by Colin, proofread, edited, adapted by me
10732         * manual/advanced.xml
10733                 add some Actions examples
10734         * src/importldif.c
10735                 use a Save button instead of a Close button
10736         * src/wizard.c
10737                 indicate mandatory fields
10738                 fix page display
10739                 Thanks to Colin
10740
10741 2005-11-23 [colin]      1.9.100cvs30
10742
10743         * src/addressbook.c
10744                 Rename menu item, fix possible crash after
10745                 deletion of books
10746         * src/addrindex.c
10747                 Allow searching for '*' in ldap
10748         * src/browseldap.c
10749                 Fix "Browse Entry" (did anyone use it?)
10750         * src/wizard.c
10751                 Add guards for mandatory information
10752
10753 2005-11-23 [paul]       1.9.100cvs29
10754
10755         * manual/advanced.xml
10756                 corrections to the English
10757
10758 2005-11-23 [colin]      1.9.100cvs28
10759
10760         * src/mimeview.c
10761                 Fix possible crash at exit. After the call to
10762                 gtk_container_remove(), the Viewer's widget has no
10763                 more parent so gtk+ automatically frees it and its
10764                 sons. If destroy_viewer() then try to access it,
10765                 problems ensue.
10766
10767 2005-11-22 [colin]      1.9.100cvs27
10768
10769         * src/compose.c
10770         * src/gtk/gtkaspell.c
10771                 Fix right-clicking on a misspelled word
10772                 Fix More... in suggestions menu
10773
10774 2005-11-22 [wwp]        1.9.100cvs26
10775
10776         * src/prefs_template.c
10777                 templates works: re-sort templates list when adding or replacing,
10778                 prevent from adding or replacing when the template name is empty
10779
10780 2005-11-21 [colin]      1.9.100cvs25
10781
10782         * src/addressbook.c
10783                 Fix some addressbook suckage (dnd, select all)
10784         * src/compose.c
10785         * src/gtk/gtkaspell.c
10786         * src/gtk/gtkaspell.h
10787                 Make the spellchecker menu work with the 
10788                 GtkTextView one instead of overriding it
10789
10790 2005-11-20 [paul]       1.9.100cvs24
10791
10792         * manual/handling.xml
10793                 proofread and corrected
10794
10795 2005-11-20 [paul]       1.9.100cvs23
10796
10797         * manual/Makefile
10798                 generate html as one file
10799         * manual/advanced.xml
10800                 fix output generation
10801                 reformat hidden options list
10802         * manual/manual.xml     ** REMOVED **
10803         * manual/sylpheed-claws-manual.xml      ** ADDED **
10804                 renamed
10805
10806 2005-11-18 [colin]      1.9.100cvs22
10807
10808         * src/prefs_account.c
10809                 Fix layout in news and mbox accounts
10810         * manual/account.xml
10811         * manual/advanced.xml
10812                 New contents for Paul to check :)
10813
10814 2005-11-18 [wwp]        1.9.100cvs21
10815
10816         * src/gtk/quicksearch.c
10817                 don't update extended quicksearch buttons twice
10818
10819 2005-11-18 [paul]       1.9.100cvs20
10820
10821         * src/textview.c
10822                 complete 1.9.100cvs19
10823
10824 2005-11-18 [paul]       1.9.100cvs19
10825
10826         * src/compose.c
10827                 cosmetic improvements
10828         * src/textview.c
10829                 also list text/* attachments
10830
10831 2005-11-18 [colin]      1.9.100cvs18
10832
10833         * src/summaryview.c
10834                 Use column 0 instead of -1 in 
10835                 gtk_ctree_node_moveto, in a naive
10836                 hope it'll fix the gtk-related crashes
10837
10838 2005-11-18 [colin]      1.9.100cvs17
10839
10840         * src/gtk/inputdialog.c
10841                 Fix icon staying the first one
10842
10843 2005-11-17 [wwp]        1.9.100cvs16
10844                 fix possible problem showing some quicksearch buttons, and a bad
10845                 call to g_return_if_fail in a function that returns a value (both
10846                 fixes by Fabien Vantard)
10847
10848 2005-11-15 [wwp]        1.9.100cvs15
10849
10850         * src/gtk/quicksearch.c
10851                 added a tooltip to that obscure ... quicksearch button
10852
10853 2005-11-15 [wwp]        1.9.100cvs14
10854
10855         * src/gtk/quicksearch.c
10856                 add a quicksearch helper to filtering expression users: the ... button
10857                 raises the condition expr window. condition expressions set up w/ this
10858                 window are used by the quicksearch if the user closes it pressing OK.
10859
10860 2005-11-14 [paul]       1.9.100cvs13
10861
10862         * src/plugins/clamav/clamav_plugin.c
10863         * src/plugins/spamassassin/spamassassin.c
10864                 change plugin type following recent merging
10865
10866 2005-11-14 [wwp]        1.9.100cvs12
10867
10868         * src/folder.c
10869                 prevent from crashing when copying/moving message(s) from and
10870                 to the same folder
10871
10872 2005-11-14 [paul]       1.9.100cvs11
10873
10874         * src/plugins/clamav/Makefile.am
10875         * src/plugins/clamav/clamav_plugin.c
10876         * src/plugins/clamav/clamav_plugin.h
10877         * src/plugins/clamav/clamav_plugin_gtk.c
10878                 also merge clamav and clamav_gtk plugins
10879
10880 2005-11-13 [colin]      1.9.100cvs10
10881
10882         * configure.ac
10883         * src/plugins/spamassassin/Makefile.am
10884         * src/plugins/spamassassin/spamassassin.c
10885         * src/plugins/spamassassin/spamassassin.h
10886         * src/plugins/spamassassin/spamassassin_gtk.c
10887                 Merge spamassassin and spamassassin_gtk plugins,
10888                 and build it by default.
10889
10890 2005-11-12 [colin]      1.9.100cvs9
10891
10892         * src/etpan/imap-thread.c
10893                 Fix gcc warning
10894
10895 2005-11-12 [colin]      1.9.100cvs8
10896
10897         * src/procmime.c
10898                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10899
10900 2005-11-10 [colin]      1.9.100cvs7
10901
10902         * src/main.c
10903                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
10904                 minimised state)
10905
10906 2005-11-10 [wwp]        1.9.100cvs6
10907
10908         * src/gtk/description_window.c
10909                 fix a crash when closing description windows using the WM's [X] button
10910
10911 2005-11-09 [colin]      1.9.100cvs5
10912
10913         * src/common/ssl.c
10914                 Update libetpan call to follow upstream
10915                 (yes, this requires libetpan-0.40cvs3)
10916
10917 2005-11-08 [colin]      1.9.100cvs4
10918
10919         * src/compose.c
10920         * src/textview.c
10921         * src/common/utils.c
10922         * src/common/utils.h
10923                 Enhance the email parser
10924
10925 2005-11-08 [colin]      1.9.100cvs3
10926
10927         * src/procmime.c
10928                 Fix what looks like an off-by-one (fixes 
10929                 attachments from the Bat)
10930
10931 2005-11-08 [wwp]        1.9.100cvs2
10932
10933         * src/main.c
10934                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
10935
10936 2005-11-08 [wwp]        1.9.100cvs1
10937
10938         * src/main.c
10939                 allow exiting Sylpheed-Claws from command-line
10940
10941 2005-11-08 [paul]       1.9.100
10942
10943         1.9.100 released
10944
10945 2005-11-07 [colin]      1.9.99cvs17
10946
10947         * src/addritem.c
10948         * src/ldif.c
10949                 Fix import of base-64 encoded items
10950
10951 2005-11-07 [colin]      1.9.99cvs16
10952
10953         * src/send_message.c
10954                 Fix bug #314 (Queue does not empty under certain 
10955                 circumstances)
10956
10957 2005-11-07 [paul]       1.9.99cvs15
10958
10959         * src/mutt.c
10960         * src/pine.c
10961                 fix buffer overflows
10962                 Thanks to Colin
10963
10964 2005-11-07 [paul]       1.9.99cvs14
10965
10966         * doc/man/Makefile.am
10967         * doc/man/sylpheed-claws.1      ** ADDED **
10968         * doc/man/sylpheed.1            ** DELETED **
10969                 rename and update the man file
10970
10971 2005-11-06 [colin]      1.9.99cvs13
10972
10973         * src/ldif.c
10974                 Fix ldif_get_line() that returned empty strings
10975                 (Didn't understand why). Also fix a possible
10976                 buffer overflow.
10977
10978 2005-11-06 [wwp]        1.9.99cvs12
10979
10980         * src/textview.c
10981         * src/gtk/about.c
10982         * src/gtk/gtkutils.c
10983         * src/gtk/gtkutils.h
10984                 fix a compilation warning,
10985                 make links sensitive in the about dialog
10986
10987 2005-11-04 [wwp]        1.9.99cvs11
10988
10989         * src/gtk/about.c
10990                 don't wrap or translate URIs, and a bit text format cleanup
10991
10992 2005-11-04 [wwp]        1.9.99cvs10
10993
10994         * src/gtk/about.c
10995                 better textview tagging implementation (no more use of marks for
10996                 postponed tagging)
10997
10998 2005-11-02 [colin]      1.9.99cvs9
10999
11000         * src/common/ssl.c
11001                 Forgot an ifdef
11002
11003 2005-11-02 [colin]      1.9.99cvs8
11004
11005         * configure.ac
11006                 Require libetpan-0.40 due to upstream fix
11007         * src/common/ssl.c
11008                 Tell libetpan not to call SSL_Library_Init,
11009                 as we do it ourselves.
11010
11011 2005-11-02 [colin]      1.9.99cvs7
11012
11013         * po/POTFILES.in
11014                 Add missing files (thanks to Fabien Vantard)
11015
11016 2005-11-02 [colin]      1.9.99cvs6
11017
11018         * src/summaryview.c
11019                 Fix totals when read messages are hidden or quicksearch
11020                 is on
11021         * src/ssl_manager.c
11022         * src/ssl_manager.h
11023         * src/common/ssl_certificate.c
11024         * src/common/ssl_certificate.h
11025         * src/gtk/sslcertwindow.c
11026         * src/gtk/sslcertwindow.h
11027                 Fix copyright on my stuff
11028
11029 2005-11-02 [wwp]        1.9.99cvs5
11030
11031         * src/prefs_themes.c
11032                 fix directory name checking (theme installation/removal),
11033                 made related error a bit more verbose
11034
11035 2005-11-02 [colin]      1.9.99cvs4
11036
11037         * src/summaryview.c
11038                 Fix typo (probably fixes bug #841 (Sort by the From 
11039                 field doesn't work)
11040
11041 2005-11-02 [paul]       1.9.99cvs3
11042
11043         * po/ko.po
11044         * po/nb.po
11045                 updated by SungHyun Nam, Geir Helland
11046         * src/wizard.c
11047                 fix typo in welcome message. spotted by
11048                 Andrea Spadaccini
11049
11050 2005-11-01 [colin]      1.9.99cvs2
11051
11052         * src/compose.c
11053                 Fix replying to ml wen confirming subscription
11054         * src/messageview.c
11055         * src/mimeview.c
11056         * src/mimeview.h
11057         * src/privacy.h
11058         * src/summaryview.c
11059                 Make key check non blocking
11060
11061 2005-10-31 [paul]       1.9.99cvs1
11062
11063         * tools/claws.i18n.status.pl
11064                 updated for ChangeLog
11065
11066 2005-10-31 [paul]       1.9.99
11067
11068         1.9.99 released
11069
11070 2005-10-31 [paul]       1.9.15cvs131
11071
11072         * .cvsignore
11073         * ChangeLog
11074         * ChangeLog.claws       ** REMOVED **
11075         * ChangeLog-gtk2.claws  ** REMOVED **
11076         * ChangeLog.gtk1        ** ADDED **
11077         * INSTALL
11078         * Makefile.am
11079         * NEWS
11080         * README
11081         * README.claws          ** REMOVED **
11082         * README.jp             ** REMOVED **
11083         * RELEASE_NOTES         ** ADDED **
11084         * RELEASE_NOTES.claws   ** REMOVED **
11085         * commitHelper
11086         * configure.ac
11087         * sylpheed.spec.in      ** REMOVED **
11088                 tidy up and update the default docs:
11089                 ChangeLog.claws is renamed ChangeLog.gtk1
11090                 ChangeLog-gtk2.claws is renamed ChangeLog
11091                 README.claws is renamed README
11092                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
11093
11094 2005-10-31 [paul]       1.9.15cvs130
11095
11096         * po/it.po
11097                 fix errors
11098
11099 2005-10-31 [paul]       1.9.15cvs129
11100
11101         * po/ca.po
11102         * po/de.po
11103         * po/en_GB.po
11104         * po/fr.po
11105         * po/it.po
11106         * po/pt_BR.po
11107         * po/sk.po
11108         * po/sr.po
11109         * po/zh_CN.po
11110                 updated by Miquel Oliete, Stephan Sachse and
11111                 Thomas Gilgin, me, Fabien Vantard, Andrea
11112                 Spadaccini, Frederico Goncalves Guimaraes,
11113                 Andrej Kacian, Aleksandar Urosevic, and
11114                 Ralgh Young.
11115
11116 2005-10-31 [mones]      1.9.15cvs128
11117
11118         * manual/faq.xml
11119                 More questions.
11120         
11121         * po/es.po
11122                 Updated for release.
11123
11124 2005-10-30 [colin]      1.9.15cvs127
11125
11126         * src/compose.c
11127                 Place cursor before rewrapping (fixes cursor
11128                 pos if quotation gets rewrapped)
11129
11130 2005-10-29 [paul]       1.9.15cvs126
11131
11132         * src/crash.c
11133         * src/foldersel.c
11134         * src/main.c
11135         * src/messageview.c
11136         * src/toolbar.c
11137         * src/gtk/authors.h
11138                 corrections to text items
11139
11140 2005-10-28 [colin]      1.9.15cvs125
11141
11142         * src/messageview.c
11143                 Make "hit 'C' to check sig" work from extern 
11144                 messageviews
11145
11146 2005-10-27 [colin]      1.9.15cvs124
11147
11148         * src/summaryview.c
11149                 Add a hack to avoid segfaulting when hammering 
11150                 on gtk's events
11151
11152 2005-10-27 [wwp]        1.9.15cvs123
11153
11154         * src/prefs_themes.c
11155                 sort list of themes names in themes prefs
11156
11157 2005-10-27 [paul]       1.9.15cvs122
11158
11159         * src/folder.c
11160         * src/prefs_account.c
11161                 fix building on Solaris
11162                 Patch by Alex Moore
11163
11164 2005-10-27 [wwp]        1.9.15cvs121
11165
11166         * src/summaryview.c
11167         * src/gtk/gtksctree.c
11168                 speed up unselecting messages in summary view (thanks to Colin)
11169
11170 2005-10-27 [paul]       1.9.15cvs120
11171
11172         * src/mainwindow.c
11173                 fix a compilation warning
11174         * src/summaryview.c
11175                 fix updating of 'n items selected' count
11176                 when deselecting
11177
11178 2005-10-27 [martin]     1.9.15cvs119
11179
11180         * src/action.c
11181                 ignore actions with a leading '/' in the action menu name
11182                 fixes a crash on menu creation
11183         * src/prefs_actions.c
11184                 do not allow a leading '/' in the action menu name
11185
11186 2005-10-27 [paul]       1.9.15cvs118
11187
11188         * src/main.c
11189                 fix compilation warning
11190
11191 2005-10-27 [paul]       1.9.15cvs117
11192
11193         * src/procmime.c
11194                 add #if HAVE_LOCALE_H
11195
11196 2005-10-27 [paul]       1.9.15cvs116
11197
11198         * src/plugins/clamav/clamav_plugin.c
11199         * src/plugins/dillo_viewer/dillo_viewer.c
11200         * src/plugins/mathml_viewer/mathml_viewer.c
11201         * src/plugins/pgpcore/plugin.c
11202         * src/plugins/pgpinline/plugin.c
11203         * src/plugins/pgpmime/plugin.c
11204         * src/plugins/spamassassin/spamassassin.c
11205         * src/plugins/trayicon/trayicon.c
11206                 plugin_init() : make error messages more
11207                 informative
11208
11209 2005-10-26 [wwp]        1.9.15cvs115
11210
11211         * src/prefs_matcher.c
11212                 enlarge boolean op widget width a bit (wasn't always showing text contents)
11213
11214 2005-10-26 [wwp]        1.9.15cvs114
11215
11216         * src/procmime.c
11217         * src/gtk/gtksctree.c
11218         * src/plugins/spamassassin/libspamc.c
11219         * src/plugins/spamassassin/spamassassin.c
11220                 fix some compilation warnings more
11221
11222 2005-10-26 [mones]      1.9.15cvs113
11223
11224         * po/es.po
11225                 Updated translation
11226
11227 2005-10-26 [paul]       1.9.15cvs112
11228
11229         * src/prefs_message.c
11230                 give all display_xface stuff the
11231                 #if HAVE_LIBCOMPFACE treatment, thus
11232                 preventing a crash
11233                 (Thanks to Wolfgang Enderlein)
11234
11235 2005-10-26 [colin]      1.9.15cvs111
11236
11237         * src/gedit-print.c
11238                 Fix date format
11239         * src/imap_gtk.c
11240         * src/news_gtk.c
11241                 Remove context menu items that should not be there
11242         * src/jpilot.c
11243                 Fix encoding
11244         * src/main.c
11245         * src/mainwindow.c
11246                 Don't show the mainwindow too soon
11247
11248 2005-10-26 [wwp]        1.9.15cvs110
11249
11250         * src/folder.c
11251         * src/manual.c
11252         * src/summaryview.c
11253                 fix uninitialized pointers in the folder updating hook
11254                 (thanks to Colin)
11255
11256 2005-10-25 [mones]      1.9.15cvs109
11257
11258         * manual/faq.xml
11259                 General information subsection completed. 
11260                 Removed archaic references.
11261                 
11262         * manual/Makefile
11263         * manual/dtd/manual.dsl
11264                 Added customization stylesheet for getting paragraphs
11265                 fully justified in PDF output (as suggested by Colin).
11266
11267 2005-10-25 [colin]      1.9.15cvs108
11268
11269         * src/compose.c
11270                 Fix a second leak
11271
11272 2005-10-25 [colin]      1.9.15cvs107
11273
11274         * src/addrbook.c
11275         * src/addrindex.c
11276                 Fix leak (xml_get_element() allocates memory)
11277         * src/compose.c
11278                 Fix leak + dead code (shame!)
11279         * src/procmime.c
11280                 Fix leak
11281
11282 2005-10-25 [colin]      1.9.15cvs106
11283
11284         * src/mimeview.c
11285                 Fix encoding issue in Save all and in 
11286                 overwrite-confirmation alertpanel
11287
11288 2005-10-25 [colin]      1.9.15cvs105
11289
11290         * src/common/socket.c
11291                 Fix a leak - Thanks to Christopher Aillon
11292                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
11293
11294 2005-10-25 [paul]       1.9.15cvs104
11295
11296         * src/wizard.c
11297                 Always guess servers from the right-hand
11298                 email part and guess username from the
11299                 left-hand part. (Thanks to Colin)
11300                 add an X-Face to the welcome message
11301
11302 2005-10-25 [paul]       1.9.15cvs103
11303
11304         * manual/handling.xml
11305                 written by Colin, edited by me
11306
11307 2005-10-25 [wwp]        1.9.15cvs102
11308
11309         * src/folderview.c
11310         * src/grouplistdialog.c
11311         * src/imap.c
11312         * src/noticeview.c
11313                 fix some compilation warnings
11314
11315 2005-10-24 [paul]
11316
11317         1.9.99-rc3 released
11318
11319 2005-10-24 [paul]       1.9.15cvs101
11320
11321         * src/gtk/about.c
11322                 fix window sizing
11323
11324 2005-10-24 [paul]       1.9.15cvs100
11325
11326         * src/pixmaps/offline.xpm
11327         * src/pixmaps/online.xpm
11328                 replace with last default versions
11329
11330 2005-10-24 [colin]      1.9.15cvs99
11331
11332         * src/imap.c
11333                 Fix bug when moving a folder
11334         * src/imap_gtk.c
11335         * src/mh_gtk.c
11336                 "Delete folder" pops up a window, so it 
11337                 should be suffixed with "..."
11338         * src/plugins/pgpcore/sgpgme.c
11339                 Include locale.h
11340
11341 2005-10-24 [mones]      1.9.15cvs98
11342
11343         * manual/Makefile
11344         * manual/account.xml
11345         * manual/ack.xml
11346         * manual/addrbook.xml
11347         * manual/advanced.xml
11348         * manual/faq.xml
11349         * manual/glossary.xml
11350         * manual/gpl.xml
11351         * manual/handling.xml
11352         * manual/intro.xml
11353         * manual/keyboard.xml
11354         * manual/manual.xml
11355         * manual/plugins.xml
11356         * manual/starting.xml
11357         * manual/dtd/sdocbook.dtd
11358                 Initial manual structure and some content.
11359
11360 2005-10-23 [wwp]        1.9.15cvs97
11361
11362         * src/gtk/about.c
11363                 fix a typo
11364
11365 2005-10-23 [wwp]        1.9.15cvs96
11366
11367         * src/gtk/about.c
11368         * src/gtk/authors.h
11369                 rework of the about window (main work by Paul), also featuring a few
11370                 fixes for typos and duplicate names
11371
11372 2005-10-23 [wwp]        1.9.15cvs95
11373
11374         * src/.cvsignore
11375                 Ignore the right binary name (sylpheed-claws now)
11376
11377 2005-10-23 [paul]       1.9.15cvs94
11378
11379         * src/compose.c
11380                 when using Folder Pref 'Default To for
11381                 replies' make the entry in the Compose
11382                 window bold
11383                 Patch by Fabien Vantard
11384
11385 2005-10-22 [colin]      1.9.15cvs93
11386
11387         * src/codeconv.c
11388                 Fix leak
11389
11390 2005-10-22 [colin]      1.9.15cvs92
11391
11392         * src/codeconv.c
11393                 try to convert using locale (apart utf8) if necessary
11394
11395 2005-10-22 [colin]      1.9.15cvs91
11396
11397         * src/pixmaps/new.xpm
11398         * src/pixmaps/unread.xpm
11399                 Make the unread envelope blue again and
11400                 saturate the new one a bit more.
11401
11402 2005-10-22 [colin]      1.9.15cvs90
11403
11404         * src/compose.c
11405                 When replying to a mail sent by one of our accounts,
11406                 use the original list of recipients. Let 'Reply All'
11407                 and 'Reply to sender' work like previously.
11408
11409 2005-10-21 [colin]      1.9.15cvs89
11410
11411         * src/prefs_filtering.c
11412                 Clear fields after add and replace
11413         * src/textview.c
11414                 Display xface differently (better)
11415         * src/plugins/pgpinline/pgpinline.c
11416                 Fix crappy encodings/recodings
11417
11418 2005-10-21 [paul]       1.9.15cvs88
11419
11420         * src/compose.c
11421         * src/prefs_folder_item.c
11422         * src/toolbar.c
11423                 fix news folder Folder Properties
11424                 (thanks to Colin)
11425         * src/folderview.c
11426                 update folderview after Themes change
11427                 keep selected folder selected
11428                 (thanks to Colin)
11429
11430 2005-10-21 [paul]       1.9.15cvs87
11431
11432         * tools/Makefile.am
11433         * tools/OOo2sylpheed.pl
11434         * tools/README
11435         * tools/README.sylprint
11436         * tools/asus_mailled.sh         ** REMOVED **
11437         * tools/filter_conv.pl
11438         * tools/freshmeat_search.pl
11439         * tools/google_search.pl
11440         * tools/gpg-sign-syl            ** REMOVED **
11441         * tools/kmail2sylpheed.pl
11442         * tools/kmail2sylpheed_v2.pl
11443         * tools/multiwebsearch.pl
11444         * tools/nautilus2sylpheed.sh
11445         * tools/newscache_clean.pl
11446         * tools/outlook2sylpheed.pl
11447         * tools/sylpheed-switcher       ** REMOVED **
11448         * tools/sylprint.pl
11449         * tools/sylprint.rc
11450         * tools/tb2sylpheed
11451         * tools/vcard2xml.py
11452         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11453                 update default config dir
11454                 update binary name (thanks to Fabien Vantard)
11455                 remove obsolete scripts
11456
11457 2005-10-21 [colin]      1.9.15cvs86
11458
11459         * src/inc.c
11460                 Fix possible leak and units. Based on a patch by
11461                 Fabien Vantard.
11462
11463 2005-10-20 [colin]      1.9.15cvs85
11464
11465         * src/textview.c
11466                 Clear xface when clearing textview
11467
11468 2005-10-20 [colin]      1.9.15cvs84
11469
11470         * configure.ac
11471         * src/folderview.c
11472         * src/headerview.c
11473         * src/main.c
11474         * src/prefs_common.c
11475         * src/prefs_common.h
11476         * src/prefs_message.c
11477         * src/textview.c
11478         * src/textview.h
11479         * src/common/defs.h
11480         * src/common/utils.c
11481         * src/common/utils.h
11482         * src/gtk/gtkutils.c
11483         * src/gtk/gtkutils.h
11484                 Migrate config to .sylpheed-claws (Automatically)
11485                 Add a way to get the Xface in the TextView
11486
11487 2005-10-20 [colin]      1.9.15cvs83
11488
11489         * src/gtk/Makefile.am
11490         * src/gtk/about.c
11491         * src/gtk/authors.h
11492                 Make the about dialog *grooovy*
11493
11494 2005-10-20 [colin]      1.9.15cvs82
11495
11496         * src/mimeview.c
11497                 Use "Open with" on double click if no command
11498                 was found
11499
11500 2005-10-20 [colin]      1.9.15cvs81
11501
11502         * src/imap.c
11503         * src/etpan/imap-thread.c
11504                 Fix possible crash.
11505
11506 2005-10-20 [paul]       1.9.15cvs80
11507
11508         * src/folder.c
11509                 don't show clipkey icon if the only
11510                 attachment is the signature
11511                 Patch by Colin
11512
11513 2005-10-20 [paul]       1.9.15cvs79
11514
11515         * AUTHORS
11516         * src/plugins/pgpmime/pgpmime.c
11517                 name the PGP/MIME signature 'signature.asc'
11518                 Patch by Andrew Nelson <freeandy@gmail.com>
11519
11520 2005-10-19 [colin]      1.9.15cvs78
11521
11522         * src/plugins/pgpmime/pgpmime.c
11523                 Oops, no need to double-check though
11524
11525 2005-10-19 [colin]      1.9.15cvs77
11526
11527         * src/plugins/pgpinline/pgpinline.c
11528         * src/plugins/pgpmime/pgpmime.c
11529                 Check that my_tmpfile() doesn't 
11530                 return NULL
11531
11532 2005-10-19 [colin]      1.9.15cvs76
11533
11534         * src/common/utils.c
11535                 Use shorter mime boundaries to avoid having
11536                 MTAs rewrapping our headers, breaking the
11537                 PGP signature in the process 
11538         * src/compose.c
11539         * src/plugins/pgpmime/pgpmime.c
11540                 Check for boundary uniqueness to be sure
11541                 it won't happen, instead of hoping for the
11542                 best
11543
11544 2005-10-19 [colin]      1.9.15cvs75
11545
11546         * sylpheed-claws.desktop
11547         * src/Makefile.am
11548         * src/main.c
11549                 Ship a sylpheed-claws binary instead
11550                 of a sylpheed one. Change the socket
11551                 name, too
11552         * src/folderview.c
11553                 Update folder only if it changed
11554         * src/wizard.c
11555                 Fix i18n in welcome mail, patch by
11556                 Fabien Vantard
11557
11558 2005-10-19 [paul]
11559
11560         1.9.99-rc2 released
11561
11562 2005-10-19 [paul]       1.9.15cvs74
11563
11564         * src/folder.c
11565         * src/folderview.c
11566                 fix summaryview update
11567                 Patch by Colin
11568
11569 2005-10-18 [colin]      1.9.15cvs73
11570
11571         * src/plugins/pgpcore/passphrase.c
11572                 Don't XGrabServer, and try a bit more to 
11573                 sync everything before grabbing mouse/keyboard
11574
11575 2005-10-18 [colin]      1.9.15cvs72
11576
11577         * src/Makefile.am
11578         * src/addressadd.c
11579         * src/addressbook.c
11580         * src/folderview.c
11581         * src/grouplistdialog.c
11582         * src/mimeview.c
11583         * src/stock_pixmap.c
11584         * src/stock_pixmap.h
11585         * src/summaryview.c
11586         * src/gtk/gtksctree.c
11587         * src/gtk/gtksctree.h
11588         * src/pixmaps/empty.xpm
11589                 Implement a wrapper call for gtk_ctree_set_node_info
11590                 and gtk_ctree_insert_node, that uses a 1x1 transparent
11591                 pixmap instead of a NULL one. This works around some
11592                 memory problems deep inside gtk, revealed by valgrind,
11593                 and fixes bug #834 (Pressing CTRl-D on a message marked 
11594                 as locked crashes sylpheed.), as well as, probably, 
11595                 wwp's 4th dimension problems that happen in gtk_ctree_*.
11596
11597 2005-10-17 [colin]      1.9.15cvs71
11598
11599         * src/mimeview.c
11600                 Provide visual feedback when checking
11601                 signature
11602
11603 2005-10-17 [colin]      1.9.15cvs70
11604
11605         * src/main.c
11606                 Keep the folder list frozen while checking caches...
11607
11608 2005-10-17 [colin]      1.9.15cvs69
11609
11610         * src/addr_compl.c
11611                 Fi bug #833 (Autocompleting from addressbook 
11612                 fails with extended chars)
11613         * src/imap.c
11614                 Fix 'adding messages' staying in statusbar
11615                 after an error
11616
11617 2005-10-17 [wwp]        1.9.15cvs68
11618
11619         * src/ssl_manager.c
11620                 Fix buttons' layout resizing when window size changes
11621
11622 2005-10-17 [wwp]        1.9.15cvs67
11623
11624         * src/account.c
11625         * src/prefs_account.c
11626         * src/prefs_common.c
11627         * src/prefs_common.h
11628         * src/prefs_folder_item.c
11629         * src/prefs_gtk.c
11630         * src/gtk/logwindow.c
11631         * src/gtk/pluginwindow.c
11632         * src/gtk/prefswindow.c
11633         * src/gtk/prefswindow.h
11634                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11635
11636 2005-10-17 [paul]       1.9.15cvs66
11637
11638         * configure.ac
11639                 fix missing libetpan message
11640         * po/en_GB.po
11641                 updated
11642         * src/crash.c
11643         * src/manual.c
11644         * src/prefs_themes.c
11645         * src/common/defs.h
11646                 add some new URI defines, change some
11647                 others
11648         * src/wizard.c
11649                 make welcome message translatable
11650                 small improvements to english
11651                 other tweaks
11652         * src/gtk/menu.c
11653                 fix warnings
11654
11655 2005-10-17 [paul]       1.9.15cvs65
11656
11657         * src/summaryview.c
11658                 fix column titles
11659
11660 2005-10-16 [mones]      1.9.15cvs64
11661
11662         * po/es.po
11663                 Updated translation
11664
11665 2005-10-16 [colin]
11666
11667         1.9.99-rc1 released
11668
11669 2005-10-16 [colin]      1.9.15cvs63
11670
11671         * src/wizard.c
11672                 Fix whitespace
11673
11674 2005-10-16 [colin]      1.9.15cvs62
11675
11676         * src/toolbar.c
11677                 s/Get All/Get Mail/
11678         * src/wizard.c
11679                 Real welcome mail text, thanks Paul
11680
11681 2005-10-16 [colin]      1.9.15cvs61
11682
11683         * src/editldap.c
11684         * src/exporthtml.c
11685         * src/main.c
11686         * src/mainwindow.c
11687         * src/prefs_themes.c
11688         * src/prefs_toolbar.c
11689         * src/plugins/demo/demo.c
11690         * src/plugins/trayicon/trayicon.c
11691                 s/Sylpheed/Sylpheed-Claws/
11692
11693 2005-10-16 [colin]      1.9.15cvs60
11694
11695         * src/wizard.c
11696                 Add a welcome email in the first empty mailbox
11697         * src/prefs_common.c
11698                 Change one more default
11699
11700 2005-10-16 [colin]      1.9.15cvs59
11701
11702         * src/wizard.c
11703                 Remove printf
11704
11705 2005-10-16 [colin]      1.9.15cvs58
11706
11707         * src/toolbar.c
11708         * src/prefs_common.c
11709                 Change some defaults
11710
11711 2005-10-16 [colin]      1.9.15cvs57
11712
11713         * src/toolbar.c
11714         * src/prefs_common.c
11715                 Change some defaults
11716
11717 2005-10-16 [colin]      1.9.15cvs56
11718
11719         * src/wizard.c
11720                 By default, initialize fonts to have
11721                 the same size as normal GtkWidgets
11722
11723 2005-10-16 [colin]      1.9.15cvs55
11724
11725         * src/mimeview.c
11726                 Fix message a bit more
11727
11728 2005-10-16 [colin]      1.9.15cvs54
11729
11730         * src/addressbook.c
11731                 Second attempt at flicker fixing
11732
11733 2005-10-16 [colin]      1.9.15cvs53
11734
11735         * src/addressbook.c
11736                 Fix flicker
11737
11738 2005-10-16 [wwp]        1.9.15cvs52
11739
11740         * src/addressbook.c
11741         * src/editaddress.c
11742         * src/prefs_common.c
11743         * src/prefs_common.h
11744                 Remember window sizes (address book)
11745
11746 2005-10-16 [wwp]        1.9.15cvs51
11747
11748         * src/plugins/clamav/clamav_plugin_gtk.c
11749         * src/plugins/spamassassin/spamassassin_gtk.c
11750                 Fix compilation warnings (missing #include).
11751
11752 2005-10-16 [colin]      1.9.15cvs50
11753
11754         * src/mimeview.c
11755         * src/summaryview.c
11756         * src/textview.c
11757                 Make 'c' check signature, and forward
11758                 c, l, y, t from summaryview to mimeview
11759
11760 2005-10-16 [colin]      1.9.15cvs49
11761
11762         * src/addressbook.c
11763                 Put border around buttons
11764         * src/mainwindow.c
11765         * src/summaryview.c
11766                 Rework menus (Patch based on a patch
11767                 by Paul)
11768
11769 2005-10-15 [wwp]        1.9.15cvs48
11770
11771         * src/editjpilot.c
11772         * src/editldap.c
11773         * src/editvcard.c
11774         * src/exphtmldlg.c
11775         * src/expldifdlg.c
11776         * src/export.c
11777         * src/import.c
11778         * src/importldif.c
11779         * src/importmutt.c
11780         * src/importpine.c
11781         * src/prefs_account.c
11782         * src/prefs_spelling.c
11783         * src/gtk/gtkutils.c
11784         * src/gtk/gtkutils.h
11785         * src/plugins/clamav/clamav_plugin_gtk.c
11786         * src/plugins/spamassassin/spamassassin_gtk.c
11787                 use nicer browse-for-file/dir buttons than the "..." ones,
11788                 code factorizing more.
11789
11790 2005-10-14 [colin]      1.9.15cvs47
11791
11792         * src/mainwindow.c
11793                 set relief on the account switcher so that people see it
11794                 grey out Create processing rules when no message is selected
11795         * src/prefs_filtering.c
11796                 ask before closing if the rule has not been modified, even if
11797                 it's not valid
11798         * src/prefs_matcher.c
11799                 fix sensitivity when entering the dialog
11800         * src/gtk/inputdialog.c
11801                 display a better icon on password ask
11802         * src/plugins/pgpcore/passphrase.c
11803                 make the dialog look better
11804
11805 2005-10-14 [paul]       1.9.15cvs46
11806
11807         * src/folderview.c
11808                 indicate presense of marked msgs in
11809                 unexpanded subfolders
11810
11811 2005-10-14 [paul]       1.9.15cvs45
11812
11813         * src/prefs_actions.c
11814         * src/prefs_common.c
11815         * src/prefs_common.h
11816         * src/prefs_filtering_action.c
11817         * src/prefs_matcher.c
11818         * src/prefs_template.c
11819                 remember window sizes
11820                 fix Info button size
11821
11822         Patches by wwp
11823
11824 2005-10-13 [colin]      1.9.15cvs44
11825
11826         * src/mimeview.c
11827         * src/noticeview.c
11828         * src/noticeview.h
11829                 Add a tooltip on the icon (optional) 
11830                 Get rid of the signature buttons and only
11831                 use the icon+tooltip
11832
11833 2005-10-13 [colin]      1.9.15cvs43
11834
11835         * src/noticeview.c
11836         * src/noticeview.h
11837                 Add hand cursor for hovering over icon
11838
11839 2005-10-13 [colin]      1.9.15cvs42
11840
11841         * src/summaryview.c
11842                 Fix crash when quicksearch's hidden 
11843                 at startup
11844
11845 2005-10-13 [colin]      1.9.15cvs41
11846
11847         * src/compose.c
11848                 Set subject when forwarding multiple mails
11849                 Check that other recipient than the default Cc or Bcc
11850                 have been set before sending.
11851
11852 2005-10-13 [colin]      1.9.15cvs40
11853
11854         * src/imap.c
11855                 Batch per-folder
11856                 Introduce locking, but don't use it yet
11857
11858 2005-10-13 [colin]      1.9.15cvs39
11859
11860         * src/gtk/quicksearch.c
11861                 Reset quicksearch when hiding it
11862                 Make sticky a real pref
11863
11864 2005-10-13 [colin]      1.9.15cvs38
11865
11866         * src/summaryview.c
11867                 Faster prefs apply
11868
11869 2005-10-13 [colin]      1.9.15cvs37
11870
11871         * src/mimeview.c
11872         * src/noticeview.c
11873         * src/noticeview.h
11874         * src/plugins/pgpcore/sgpgme.c
11875                 Make privacy icon clickable
11876                 Move Trust field in Full info
11877                 When trust is less than full, don't display
11878                 a warning icon
11879
11880 2005-10-13 [colin]      1.9.15cvs36
11881
11882         * src/folder.c
11883                 Batch on flags sync
11884         * src/folderview.c
11885                 Revert speed hack which is dangerous in fact
11886                 Apply prefs faster
11887
11888 2005-10-13 [colin]      1.9.15cvs35
11889
11890         * src/folder_item_prefs.c
11891                 Fix pref corruption on folder move. Patch
11892                 by wwp
11893
11894 2005-10-13 [paul]       1.9.15cvs34
11895
11896         * src/export.c
11897         * src/import.c
11898                 fix typos in g_warnings
11899         * src/prefs_account.c
11900                 add a file selector for Signature file
11901
11902         Patches by wwp
11903
11904 2005-10-12 [colin]      1.9.15cvs33
11905
11906         * src/mimeview.c
11907                 Provide a quick way to go back from a
11908                 signature's full info to the email part
11909
11910 2005-10-12 [colin]      1.9.15cvs32
11911
11912         * src/compose.c
11913                 Remove old hack of encoding signed mails with base64.
11914                 QP works equally well.
11915
11916 2005-10-12 [colin]      1.9.15cvs31
11917
11918         * src/crash.c
11919                 Replace deprecated GtkText with GtkTextView
11920         * src/imap.c
11921                 Fix a logic bug about counts in imap_select
11922                 (previously un-triggered)
11923         * src/mainwindow.c
11924         * src/summaryview.c
11925         * src/news.c
11926                 Allow local deletion of news posts
11927         * src/mimeview.c
11928                 Show GPG noticeview on the message/rfc822 part
11929                 in addition to the text/plain one
11930         * src/prefs_image_viewer.c
11931           src/plugins/pgpcore/prefs_gpg.c
11932                 Polish (set the label as part of the checkbox)
11933         * src/wizard.c
11934                 Don't sit there doing nothing after destroying
11935                 the window - return err
11936
11937 2005-10-11 [colin]      1.9.15cvs30
11938
11939         * src/folderview.c
11940                 Apply processing rules before showing folders.
11941                 Early folder show (before flags sync) will only
11942                 be done when there are no processing rules (nor
11943                 pre- or post- ones)
11944         * src/imap.c
11945                 Fix stuff related to mail subdir, creation and 
11946                 deletion of folders 
11947         * src/imap_gtk.c
11948                 Don't allow creation of folders in NoInferior
11949                 folders, as it won't work
11950
11951 2005-10-10 [colin]      1.9.15cvs29
11952
11953         * src/compose.c
11954                 Reselect "None" Privacy system when selecting an
11955                 account with no privacy system defined
11956
11957 2005-10-10 [colin]      1.9.15cvs28
11958
11959         * src/mainwindow.c
11960                 Add Windows-1252 encoding
11961         * src/prefs_common.c
11962                 Rework some defaults:
11963                 - autosave to draft by default
11964                 - don't show header pane (it's already in the textview)
11965                 - Select first new or unread mail on entry
11966                 - Assume 'Yes' to change folder when there's no more
11967                   unread message
11968         * src/prefs_matcher.c
11969                 Fix a gtk assertion failure
11970         * src/gtk/colorlabel.c
11971                 Workaround bad repainting on selection
11972         * src/main.c
11973                 Freeze/thaw (a bit faster on ssh -X)
11974         * src/msgcache.c
11975                 Get rid of StrdupConverter that just adds an
11976                 extra strdup/free 
11977         * src/etpan/imap_thread.c
11978                 memset buf to 0
11979
11980 2005-10-10 [colin]      1.9.15cvs27
11981
11982         * src/export.c
11983         * src/import.c
11984                 Fix compile on gtk 2.4. Patch by wwp
11985
11986 2005-10-09 [colin]      1.9.15cvs26
11987
11988         * src/mainwindow.c
11989         * src/messageview.c
11990         * src/summaryview.c
11991                 Clarify forward menus. Patch by wwp
11992
11993 2005-10-09 [colin]      1.9.15cvs25
11994
11995         * src/compose.c
11996         * src/compose.h
11997                 Fix bug #829 (Non-working "Encrypt message by 
11998                 default when replying to an encrypted message")
11999
12000 2005-10-08 [colin]      1.9.15cvs24
12001
12002         * src/wizard.c
12003                 Fix bug #827 ("Welcome" setup wizard after a 
12004                 permission error gives up & forgets itself.)
12005
12006 2005-10-08 [colin]      1.9.15cvs23
12007
12008         * src/procmime.c
12009                 Fix bug #828 (Ignoring headers with spaces around = sign)
12010
12011 2005-10-08 [colin]      1.9.15cvs22
12012
12013         * src/export.c
12014                 Warning fix by wwp
12015
12016 2005-10-08 [colin]      1.9.15cvs21
12017
12018         * src/folder.c
12019         * src/folder.h
12020                 Add a processing_pending indicator, set on 
12021                 folder_item_open and cleared after 
12022                 folder_item_process_open
12023         * src/folderview.c
12024         * src/summaryview.c
12025                 wrap procmsg_msginfo_*_flags, and in the
12026                 wrapper check that there's no folder processing 
12027                 pending. If there is, defer the flags change until 
12028                 processing is done to avoid stepping over each
12029                 other's toes.
12030                 Freeze during processing, but not during scanning.
12031
12032 2005-10-07 [colin]      1.9.15cvs20
12033
12034         * src/plugins/pgpcore/passphrase.c
12035                 Fix bug #826 (X-Server hangs when 
12036                 right-clicking a PGP encrypted message)
12037
12038 2005-10-07 [paul]       1.9.15cvs19
12039
12040         * src/compose.c
12041                 fix compose_entries[]
12042                 patch by Fabien Vantard
12043
12044 2005-10-06 [colin]      1.9.15cvs18
12045
12046         * src/pixmaps/address.xpm
12047         * src/pixmaps/address_book.xpm
12048         * src/pixmaps/book.xpm
12049         * src/pixmaps/check_spelling.xpm
12050         * src/pixmaps/checkbox_off.xpm
12051         * src/pixmaps/checkbox_on.xpm
12052         * src/pixmaps/close.xpm
12053         * src/pixmaps/complete.xpm
12054         * src/pixmaps/continue.xpm
12055         * src/pixmaps/deleted.xpm
12056         * src/pixmaps/down_arrow.xpm
12057         * src/pixmaps/exec.xpm
12058         * src/pixmaps/forwarded.xpm
12059         * src/pixmaps/group.xpm
12060         * src/pixmaps/ignorethread.xpm
12061         * src/pixmaps/interface.xpm
12062         * src/pixmaps/jpilot.xpm
12063         * src/pixmaps/ldap.xpm
12064         * src/pixmaps/linewrap.xpm
12065         * src/pixmaps/linewrapcurrent.xpm
12066         * src/pixmaps/mail.xpm
12067         * src/pixmaps/mail_attach.xpm
12068         * src/pixmaps/mail_compose.xpm
12069         * src/pixmaps/mail_forward.xpm
12070         * src/pixmaps/mail_receive.xpm
12071         * src/pixmaps/mail_receive_all.xpm
12072         * src/pixmaps/mail_reply.xpm
12073         * src/pixmaps/mail_reply_to_all.xpm
12074         * src/pixmaps/mail_reply_to_author.xpm
12075         * src/pixmaps/mail_send.xpm
12076         * src/pixmaps/mail_send_queue.xpm
12077         * src/pixmaps/mime_application.xpm
12078         * src/pixmaps/mime_audio.xpm
12079         * src/pixmaps/mime_image.xpm
12080         * src/pixmaps/mime_message.xpm
12081         * src/pixmaps/mime_text_enriched.xpm
12082         * src/pixmaps/mime_text_html.xpm
12083         * src/pixmaps/mime_text_plain.xpm
12084         * src/pixmaps/mime_unknown.xpm
12085         * src/pixmaps/new.xpm
12086         * src/pixmaps/news_compose.xpm
12087         * src/pixmaps/offline.xpm
12088         * src/pixmaps/online.xpm
12089         * src/pixmaps/paste.xpm
12090         * src/pixmaps/preferences.xpm
12091         * src/pixmaps/privacy_emblem_encrypted.xpm
12092         * src/pixmaps/privacy_expired.xpm
12093         * src/pixmaps/privacy_failed.xpm
12094         * src/pixmaps/privacy_passed.xpm
12095         * src/pixmaps/privacy_signed.xpm
12096         * src/pixmaps/privacy_unknown.xpm
12097         * src/pixmaps/privacy_warn.xpm
12098         * src/pixmaps/properties.xpm
12099         * src/pixmaps/replied.xpm
12100         * src/pixmaps/search.xpm
12101         * src/pixmaps/unread.xpm
12102         * src/pixmaps/up_arrow.xpm
12103         * src/pixmaps/vcard.xpm
12104                 Modernize internal theme, with icons from the 
12105                 Gnomaws theme. Keep some of the old ones where
12106                 they were better.
12107
12108 2005-10-06 [colin]      1.9.15cvs17
12109
12110         * src/summaryview.c
12111                 Little optimisations + bugfix
12112         * src/toolbar.c
12113                 Remove default useless items - useless being defined
12114                 by the default relevant prefs
12115         * src/wizard.c
12116                 include config.h to make gettext work
12117         * src/prefs_themes.c
12118                 Fix selection of current theme in prefs
12119
12120 2005-10-06 [colin]      1.9.15cvs16
12121
12122         * src/prefs_common.c
12123         * src/prefs_common.h
12124         * src/prefs_summaries.c
12125         * src/folderview.c
12126                 Add a warning dialog on Mark all read 
12127                 (with pref to get rid of it)
12128
12129 2005-10-06 [paul]       1.9.15cvs15
12130
12131         * po/nb.po
12132         * po/pt_BR.po
12133                 updated by Geir Helland and Frederico
12134                 Goncalves Guimaraes
12135
12136 2005-10-05 [colin]      1.9.15cvs14
12137
12138         * src/folder.c
12139         * src/folder.h
12140         * src/folderview.c
12141         * src/folderview.h
12142         * src/imap_gtk.c
12143         * src/mh_gtk.c
12144         * src/mainwindow.c
12145         * src/setup.c
12146                 add a way to rescan without rebuilding
12147                 make moving a bit faster (less folders changes)
12148                 don't lock the tree on Get 
12149         * src/imap.c
12150                 Don't re-delete deleted messages before expunging
12151         * src/summaryview.c
12152                 Set batch mode when deleting mails
12153
12154 2005-10-05 [paul]       1.9.15cvs13
12155
12156         * src/mainwindow.c
12157         * src/mainwindow.h
12158                 fix disabled Execute menu item
12159         * src/toolbar.c
12160                 match the change in 1.9.15cvs10: use Compose
12161                 instead of News by default
12162
12163 2005-10-04 [colin]      1.9.15cvs12
12164
12165         * src/compose.c
12166                 When replying to an ML post with Reply-To set
12167                 to the poster's email, honor it (as before),
12168                 but also honor our user's request to reply to
12169                 the mailing list: set the ML address in the To
12170                 field and the Reply-To address in the Cc: 
12171                 field.
12172
12173 2005-10-04 [colin]      1.9.15cvs11
12174
12175         * src/plugins/trayicon/trayicon.c
12176                 Finish cosmetic change - thanks to wwp
12177
12178 2005-10-04 [colin]      1.9.15cvs10
12179
12180         * src/toolbar.c
12181                 Use Compose instead of Email by default.
12182                 Spotted by wwp.
12183
12184 2005-10-04 [colin]      1.9.15cvs9
12185
12186         * src/folder.c
12187         * src/folder.h
12188         * src/folderview.c
12189         * src/imap.c
12190         * src/etpan/imap-thread.c
12191         * src/etpan/imap-thread.h
12192                 Try to make IMAP faster, by simplifying SEARCH
12193                 commands, avoiding sending two STATUS in a row,
12194                 and deferring flags sync and processing just
12195                 after displaying the folder. 
12196                 This will update the SummaryView in certain
12197                 cases (new mails not already fetched, flags
12198                 changed from another client) but in a non-
12199                 blocking manner.
12200
12201 2005-10-04 [colin]      1.9.15cvs8
12202
12203         * src/plugins/trayicon/trayicon.c
12204                 Relabel "Offline" to "Work offline"
12205
12206 2005-10-04 [colin]      1.9.15cvs7
12207
12208         * src/export.c
12209         * src/import.c
12210         * src/mbox.c
12211                 Fix mbox import/export buglets
12212                 Patch by wwp
12213         * src/plugins/trayicon/trayicon.c
12214                 Add offline swithc
12215                 Patch by wwp
12216
12217 2005-10-04 [colin]      1.9.15cvs6
12218
12219         * src/folder.c
12220         * src/folderview.c
12221         * src/summaryview.c
12222                 Better fix (don't break mark all read) for cvs2
12223
12224 2005-10-03 [colin]      1.9.15cvs5
12225
12226         * src/folder.c
12227                 Use a sane sort by default
12228
12229 2005-10-03 [colin]      1.9.15cvs4
12230
12231         * src/inc.c
12232                 Add a 'Only once' button for overriding offline mode
12233         * src/prefs_account.c
12234         * src/wizard.c
12235                 Add Local mbox to the wizard
12236                 Add IMAP subdir to the wizard (or the wizard is useless
12237                 for such accounts, or even worse than useless)
12238                 Move IMAP subdir from Advanced to Receive tab, as it's
12239                 not that uncommon
12240
12241 2005-10-03 [colin]      1.9.15cvs3
12242
12243         * src/send_message.c
12244                 Forgot this one in cvs1
12245
12246 2005-10-03 [colin]      1.9.15cvs2
12247
12248         * src/folder.c
12249                 Faster close when leaving a folder with lots
12250                 of new mails. Idea by David Relson.
12251
12252 2005-10-03 [colin]      1.9.15cvs1
12253
12254         * src/compose.c
12255         * src/imap.c
12256         * src/inc.c
12257         * src/main.c
12258         * src/messageview.c
12259         * src/news.c
12260         * src/summaryview.c
12261         * src/gtk/sslcertwindow.c
12262         * src/plugins/trayicon/trayicon.c
12263                 Add accels to every AlertPanel. Patch by Fabien 
12264                 Vantard
12265
12266 2005-10-03 [paul]       1.9.15
12267
12268         1.9.15 released
12269
12270 2005-10-03 [paul]       1.9.14cvs68
12271
12272         * po/ca.po
12273         * po/de.po
12274         * po/es.po
12275         * po/fi.po
12276         * po/fr.po
12277         * po/sk.po
12278         * po/sr.po
12279         * po/zh_CN.po
12280                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12281                 Mones Lastra, Tommi Pirinen, Fabien vantard,
12282                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
12283
12284 2005-10-03 [paul]       1.9.14cvs67
12285
12286         * src/send_message.c
12287                 prevent hang on Cancel
12288                 patch by Colin
12289
12290 2005-10-03 [paul]       1.9.14cvs66
12291
12292         * src/main.c
12293                 fix crash in IMAP caused by discrepancy
12294                 between check_at_startup and offline mode
12295                 Patch by Colin
12296
12297 2005-10-01 [paul]       1.9.14cvs65
12298
12299         * src/inc.c
12300                 fix engrish
12301
12302 2005-10-01 [paul]       1.9.14cvs64
12303         * src/export.c
12304         * src/import.c
12305                 synchronise import_mbox() and export_mbox()
12306         * src/mbox.c
12307                 proc_mbox(): add alert if file cannot be opened
12308                 export_list_to_mbox(): test if dest file exists,
12309                 prompt user to overwrite if it does. add alert
12310                 if file cannot be created
12311                                                                 
12312         Patch by wwp
12313                                                                                                                 
12314
12315 2005-09-30 [paul]       1.9.14cvs63
12316
12317         * src/addressbook.c
12318                 Fix sensitivity of a menu
12319         * src/codeconv.c
12320                 Respect hidden pref for mails with no encoding
12321         * src/common/xml.c
12322                 Fix memory corruption
12323         * src/plugins/pgpcore/sgpgme.c
12324                 Fix segfault on incomplete sigs, and display
12325                 of S/Mime UIDs
12326
12327         Patches by Colin
12328
12329 2005-09-30 [colin]      1.9.14cvs62
12330
12331         * src/partial_download.c
12332                 Little logic fix in almost-dead code
12333         * src/pop.c
12334                 Fix partial download when there's no new mail
12335
12336 2005-09-29 [paul]       1.9.14cvs61
12337
12338         * src/plugins/pgpinline/pgpinline.c
12339                 fix bug 819, 'crash accessing sign message'
12340                 Patch by Colin
12341
12342 2005-09-28 [martin]     1.9.14cvs60
12343
12344         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12345                 fix bug #790 (Crash when restarting window manager (fluxbox))
12346
12347 2005-09-28 [paul]       1.9.14cvs59
12348
12349         * src/gtk/gtkaspell.c
12350                 fix off-by-one typo
12351
12352 2005-09-27 [colin]      1.9.14cvs58
12353
12354         * src/plugins/pgpcore/sgpgme.c
12355                 Report error when there's one, instead of
12356                 "Signature unchecked" 
12357
12358 2005-09-27 [colin]      1.9.14cvs57
12359
12360         * src/prefs_quote.c
12361                 Fix bug #816 (Weird quotation with spaces)
12362
12363 2005-09-27 [colin]      1.9.14cvs56
12364
12365         * src/codeconv.c
12366         * src/compose.c
12367         * src/compose.h
12368                 Put subject in compose's title
12369                 Fix Automatic encoding so that it's really automatic:
12370                 first try default locale's charset, then charset of the replied mail, 
12371                 then utf-8
12372                 Fix encoding of headers (must be in strict mode too)
12373
12374 2005-09-26 [colin]      1.9.14cvs55
12375
12376         * src/gtk/gtkaspell.c
12377                 Fix previous patch - don't color the space,
12378                 just uncolor it :)
12379
12380 2005-09-26 [colin]      1.9.14cvs54
12381
12382         * src/gtk/gtkaspell.c
12383                 Unmark space if possible
12384
12385 2005-09-26 [colin]      1.9.14cvs53
12386
12387         * src/imap.c
12388                 log_error instead of alertpanel according to the pref
12389         * src/etpan/imap-thread.c
12390                 Print connect status, copy only necessary size to 
12391                 logger
12392         * src/plugins/pgpmime/pgpmime.c
12393                 Handle S/Mime signatures (verification only). Patch based
12394                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
12395
12396 2005-09-26 [paul]       1.9.14cvs52
12397
12398         * src/common/passcrypt.c
12399                 this 'workaround' not necessary on NetBSD.
12400                 Thanks to Daniel Gustafson
12401
12402 2005-09-26 [paul]
12403
12404         1.9.15-rc4 released
12405
12406 2005-09-26 [paul]       1.9.14cvs51
12407
12408         * src/summaryview.c
12409                 Skip currently selected message when
12410                 looking for next new or unread message
12411                 in current folder. Patch by Colin
12412         * src/common/passcrypt.c
12413                 eliminate warnings on *BSD. Patch by
12414                 Daniel Gustafson
12415
12416 2005-09-26 [colin]      1.9.14cvs50
12417
12418         * src/procmsg.c
12419                 Call postfiltering hook anyway
12420
12421 2005-09-22 [colin]      1.9.14cvs49
12422
12423         * src/codeconv.c
12424         * src/codeconv.h
12425                 Add a strict mode that doesn't replace with _
12426         * src/compose.c
12427         * src/compose.h
12428                 Use strict conversion while sending
12429                 Fix race when drafting while sending (happens
12430                 on IMAP)
12431                 Fix d'n'd of messages from summaryview
12432         * src/prefs_common.c
12433         * src/prefs_common.h
12434                 add hidden utf8_instead_of_locale_for_broken_mail 
12435                 pref for people that preferred the default charset 
12436                 to be utf8 for broken mails
12437         * src/quote_fmt_parse.y
12438                 fix bug #815 (No quote insert if "From:" fied 
12439                 contained Russian letters)
12440         * src/summaryview.c
12441                 Fix d'n'd of messages to compose
12442
12443 2005-09-22 [paul]       1.9.14cvs48
12444
12445         * src/compose.c
12446                 fix bug where attachments Name entry
12447                 would display Path instead
12448
12449 2005-09-21 [paul]       1.9.14cvs47
12450
12451         * README
12452         * README.jp
12453         * configure.ac
12454         * config/config.rpath
12455         * doc/manual/en/sylpheed-20.html
12456         * doc/manual/es/sylpheed-20.html
12457         * po/bg.po
12458         * po/ca.po
12459         * po/de.po
12460         * po/es.po
12461         * po/fr.po
12462         * po/it.po
12463         * po/pt_BR.po
12464         * po/sk.po
12465         * po/zh_TW.po
12466         * src/account.c
12467         * src/account.h
12468         * src/action.c
12469         * src/action.h
12470         * src/adbookbase.h
12471         * src/addr_compl.c
12472         * src/addr_compl.h
12473         * src/addrbook.c
12474         * src/addrbook.h
12475         * src/addrcache.c
12476         * src/addrcache.h
12477         * src/addrcindex.c
12478         * src/addrcindex.h
12479         * src/addrclip.c
12480         * src/addrclip.h
12481         * src/addrdefs.h
12482         * src/addressadd.c
12483         * src/addressadd.h
12484         * src/addressbook.c
12485         * src/addressbook.h
12486         * src/addressitem.h
12487         * src/addrgather.c
12488         * src/addrgather.h
12489         * src/addrharvest.c
12490         * src/addrharvest.h
12491         * src/addrindex.c
12492         * src/addrindex.h
12493         * src/addritem.c
12494         * src/addritem.h
12495         * src/addrquery.c
12496         * src/addrquery.h
12497         * src/addrselect.c
12498         * src/addrselect.h
12499         * src/alertpanel.c
12500         * src/alertpanel.h
12501         * src/browseldap.c
12502         * src/browseldap.h
12503         * src/codeconv.c
12504         * src/codeconv.h
12505         * src/compose.c
12506         * src/compose.h
12507         * src/crash.c
12508         * src/crash.h
12509         * src/customheader.c
12510         * src/customheader.h
12511         * src/displayheader.c
12512         * src/displayheader.h
12513         * src/editaddress.c
12514         * src/editaddress.h
12515         * src/editbook.c
12516         * src/editbook.h
12517         * src/editgroup.c
12518         * src/editgroup.h
12519         * src/editjpilot.c
12520         * src/editjpilot.h
12521         * src/editldap.c
12522         * src/editldap.h
12523         * src/editldap_basedn.c
12524         * src/editldap_basedn.h
12525         * src/editvcard.c
12526         * src/editvcard.h
12527         * src/enriched.c
12528         * src/enriched.h
12529         * src/exphtmldlg.c
12530         * src/exphtmldlg.h
12531         * src/expldifdlg.c
12532         * src/expldifdlg.h
12533         * src/export.c
12534         * src/export.h
12535         * src/exporthtml.c
12536         * src/exporthtml.h
12537         * src/exportldif.c
12538         * src/exportldif.h
12539         * src/filtering.c
12540         * src/filtering.h
12541         * src/folder.c
12542         * src/folder.h
12543         * src/folder_item_prefs.c
12544         * src/folder_item_prefs.h
12545         * src/foldersel.c
12546         * src/foldersel.h
12547         * src/folderutils.c
12548         * src/folderutils.h
12549         * src/folderview.c
12550         * src/folderview.h
12551         * src/grouplistdialog.c
12552         * src/grouplistdialog.h
12553         * src/headerview.c
12554         * src/headerview.h
12555         * src/html.c
12556         * src/html.h
12557         * src/image_viewer.c
12558         * src/image_viewer.h
12559         * src/imap.c
12560         * src/imap.h
12561         * src/imap_gtk.c
12562         * src/imap_gtk.h
12563         * src/import.c
12564         * src/import.h
12565         * src/importldif.c
12566         * src/importldif.h
12567         * src/importmutt.c
12568         * src/importmutt.h
12569         * src/importpine.c
12570         * src/importpine.h
12571         * src/inc.c
12572         * src/inc.h
12573         * src/jpilot.c
12574         * src/jpilot.h
12575         * src/ldapctrl.c
12576         * src/ldapctrl.h
12577         * src/ldaplocate.c
12578         * src/ldaplocate.h
12579         * src/ldapquery.c
12580         * src/ldapquery.h
12581         * src/ldapserver.c
12582         * src/ldapserver.h
12583         * src/ldaputil.c
12584         * src/ldaputil.h
12585         * src/ldif.c
12586         * src/ldif.h
12587         * src/localfolder.c
12588         * src/localfolder.h
12589         * src/main.c
12590         * src/main.h
12591         * src/mainwindow.c
12592         * src/mainwindow.h
12593         * src/manual.c
12594         * src/manual.h
12595         * src/matcher.c
12596         * src/matcher.h
12597         * src/matcher_parser.h
12598         * src/matcher_parser_lex.l
12599         * src/matcher_parser_parse.y
12600         * src/mbox.c
12601         * src/mbox.h
12602         * src/message_search.c
12603         * src/message_search.h
12604         * src/messageview.c
12605         * src/messageview.h
12606         * src/mh.c
12607         * src/mh.h
12608         * src/mh_gtk.c
12609         * src/mh_gtk.h
12610         * src/mimeview.c
12611         * src/mimeview.h
12612         * src/msgcache.c
12613         * src/msgcache.h
12614         * src/mutt.c
12615         * src/mutt.h
12616         * src/news.c
12617         * src/news.h
12618         * src/news_gtk.c
12619         * src/news_gtk.h
12620         * src/noticeview.c
12621         * src/noticeview.h
12622         * src/partial_download.c
12623         * src/partial_download.h
12624         * src/pine.c
12625         * src/pine.h
12626         * src/pop.c
12627         * src/pop.h
12628         * src/prefs_account.c
12629         * src/prefs_account.h
12630         * src/prefs_actions.c
12631         * src/prefs_actions.h
12632         * src/prefs_common.c
12633         * src/prefs_common.h
12634         * src/prefs_compose_writing.c
12635         * src/prefs_compose_writing.h
12636         * src/prefs_customheader.c
12637         * src/prefs_customheader.h
12638         * src/prefs_display_header.c
12639         * src/prefs_display_header.h
12640         * src/prefs_ext_prog.c
12641         * src/prefs_ext_prog.h
12642         * src/prefs_filtering.c
12643         * src/prefs_filtering.h
12644         * src/prefs_filtering_action.c
12645         * src/prefs_filtering_action.h
12646         * src/prefs_folder_column.c
12647         * src/prefs_folder_column.h
12648         * src/prefs_folder_item.c
12649         * src/prefs_folder_item.h
12650         * src/prefs_fonts.c
12651         * src/prefs_fonts.h
12652         * src/prefs_gtk.c
12653         * src/prefs_gtk.h
12654         * src/prefs_image_viewer.c
12655         * src/prefs_image_viewer.h
12656         * src/prefs_matcher.c
12657         * src/prefs_matcher.h
12658         * src/prefs_message.c
12659         * src/prefs_message.h
12660         * src/prefs_msg_colors.c
12661         * src/prefs_msg_colors.h
12662         * src/prefs_other.c
12663         * src/prefs_other.h
12664         * src/prefs_quote.c
12665         * src/prefs_quote.h
12666         * src/prefs_receive.c
12667         * src/prefs_receive.h
12668         * src/prefs_send.c
12669         * src/prefs_send.h
12670         * src/prefs_spelling.c
12671         * src/prefs_spelling.h
12672         * src/prefs_summaries.c
12673         * src/prefs_summaries.h
12674         * src/prefs_summary_column.c
12675         * src/prefs_summary_column.h
12676         * src/prefs_template.c
12677         * src/prefs_template.h
12678         * src/prefs_themes.c
12679         * src/prefs_themes.h
12680         * src/prefs_toolbar.c
12681         * src/prefs_toolbar.h
12682         * src/prefs_wrapping.c
12683         * src/prefs_wrapping.h
12684         * src/privacy.c
12685         * src/privacy.h
12686         * src/procheader.c
12687         * src/procheader.h
12688         * src/procmime.c
12689         * src/procmime.h
12690         * src/procmsg.c
12691         * src/procmsg.h
12692         * src/quote_fmt.c
12693         * src/quote_fmt_parse.y
12694         * src/recv.c
12695         * src/recv.h
12696         * src/remotefolder.c
12697         * src/remotefolder.h
12698         * src/send_message.c
12699         * src/send_message.h
12700         * src/setup.c
12701         * src/setup.h
12702         * src/simple-gettext.c
12703         * src/sourcewindow.c
12704         * src/sourcewindow.h
12705         * src/ssl_manager.c
12706         * src/ssl_manager.h
12707         * src/statusbar.c
12708         * src/statusbar.h
12709         * src/stock_pixmap.c
12710         * src/stock_pixmap.h
12711         * src/summary_search.c
12712         * src/summary_search.h
12713         * src/summaryview.c
12714         * src/summaryview.h
12715         * src/syldap.c
12716         * src/syldap.h
12717         * src/textview.c
12718         * src/textview.h
12719         * src/toolbar.c
12720         * src/toolbar.h
12721         * src/undo.c
12722         * src/undo.h
12723         * src/unmime.c
12724         * src/unmime.h
12725         * src/vcard.c
12726         * src/vcard.h
12727         * src/wizard.c
12728         * src/wizard.h
12729         * src/common/base64.c
12730         * src/common/base64.h
12731         * src/common/defs.h
12732         * src/common/hooks.c
12733         * src/common/hooks.h
12734         * src/common/log.c
12735         * src/common/log.h
12736         * src/common/md5.c
12737         * src/common/md5.h
12738         * src/common/mgutils.c
12739         * src/common/mgutils.h
12740         * src/common/nntp.c
12741         * src/common/nntp.h
12742         * src/common/passcrypt.c
12743         * src/common/passcrypt.h.in
12744         * src/common/plugin.c
12745         * src/common/plugin.h
12746         * src/common/prefs.c
12747         * src/common/prefs.h
12748         * src/common/progressindicator.c
12749         * src/common/progressindicator.h
12750         * src/common/quoted-printable.c
12751         * src/common/quoted-printable.h
12752         * src/common/session.c
12753         * src/common/session.h
12754         * src/common/smtp.c
12755         * src/common/smtp.h
12756         * src/common/socket.c
12757         * src/common/socket.h
12758         * src/common/ssl.c
12759         * src/common/ssl.h
12760         * src/common/ssl_certificate.c
12761         * src/common/ssl_certificate.h
12762         * src/common/string_match.c
12763         * src/common/string_match.h
12764         * src/common/stringtable.c
12765         * src/common/sylpheed.c
12766         * src/common/sylpheed.h
12767         * src/common/template.c
12768         * src/common/template.h
12769         * src/common/timing.h
12770         * src/common/utils.c
12771         * src/common/utils.h
12772         * src/common/uuencode.c
12773         * src/common/uuencode.h
12774         * src/common/version.h.in
12775         * src/common/xml.c
12776         * src/common/xml.h
12777         * src/common/xmlprops.c
12778         * src/common/xmlprops.h
12779         * src/gtk/about.c
12780         * src/gtk/about.h
12781         * src/gtk/colorlabel.c
12782         * src/gtk/colorlabel.h
12783         * src/gtk/colorsel.c
12784         * src/gtk/colorsel.h
12785         * src/gtk/description_window.c
12786         * src/gtk/description_window.h
12787         * src/gtk/filesel.c
12788         * src/gtk/filesel.h
12789         * src/gtk/foldersort.c
12790         * src/gtk/foldersort.h
12791         * src/gtk/gtkutils.c
12792         * src/gtk/gtkutils.h
12793         * src/gtk/inputdialog.c
12794         * src/gtk/inputdialog.h
12795         * src/gtk/logwindow.c
12796         * src/gtk/logwindow.h
12797         * src/gtk/manage_window.c
12798         * src/gtk/manage_window.h
12799         * src/gtk/menu.c
12800         * src/gtk/menu.h
12801         * src/gtk/pluginwindow.c
12802         * src/gtk/pluginwindow.h
12803         * src/gtk/prefswindow.c
12804         * src/gtk/prefswindow.h
12805         * src/gtk/progressdialog.c
12806         * src/gtk/progressdialog.h
12807         * src/gtk/quicksearch.c
12808         * src/gtk/quicksearch.h
12809         * src/gtk/sslcertwindow.c
12810         * src/gtk/sslcertwindow.h
12811         * src/plugins/clamav/clamav_plugin.c
12812         * src/plugins/clamav/clamav_plugin.h
12813         * src/plugins/clamav/clamav_plugin_gtk.c
12814         * src/plugins/demo/demo.c
12815         * src/plugins/dillo_viewer/dillo_prefs.c
12816         * src/plugins/dillo_viewer/dillo_prefs.h
12817         * src/plugins/dillo_viewer/dillo_viewer.c
12818         * src/plugins/mathml_viewer/mathml_viewer.c
12819         * src/plugins/pgpcore/passphrase.c
12820         * src/plugins/pgpcore/passphrase.h
12821         * src/plugins/pgpcore/plugin.c
12822         * src/plugins/pgpcore/prefs_gpg.c
12823         * src/plugins/pgpcore/prefs_gpg.h
12824         * src/plugins/pgpcore/select-keys.c
12825         * src/plugins/pgpcore/select-keys.h
12826         * src/plugins/pgpcore/sgpgme.c
12827         * src/plugins/pgpcore/sgpgme.h
12828         * src/plugins/pgpinline/pgpinline.c
12829         * src/plugins/pgpinline/pgpinline.h
12830         * src/plugins/pgpinline/plugin.c
12831         * src/plugins/pgpmime/pgpmime.c
12832         * src/plugins/pgpmime/pgpmime.h
12833         * src/plugins/pgpmime/plugin.c
12834         * src/plugins/spamassassin/spamassassin.c
12835         * src/plugins/spamassassin/spamassassin.h
12836         * src/plugins/spamassassin/spamassassin_gtk.c
12837         * src/plugins/trayicon/trayicon.c
12838         * tools/OOo2sylpheed.pl
12839         * tools/acroread2sylpheed.pl
12840         * tools/asus_mailled.sh
12841         * tools/filter_conv.pl
12842         * tools/freshmeat_search.pl
12843         * tools/google_search.pl
12844         * tools/kmail2sylpheed.pl
12845         * tools/kmail2sylpheed_v2.pl
12846         * tools/maildir2sylpheed.pl
12847         * tools/multiwebsearch.pl
12848         * tools/newscache_clean.pl
12849         * tools/outlook2sylpheed.pl
12850         * tools/sylpheed-switcher
12851         * tools/update-po
12852         * tools/vcard2xml.py
12853         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12854                 update FSF address
12855
12856 2005-09-21 [colin]      1.9.14cvs46
12857
12858         * src/gedit-print.c
12859         * src/procmsg.c
12860         * src/procmsg.h
12861         * src/textview.c
12862         * src/summaryview.c
12863                 Remove some printing hacks (deselection/reselection),
12864                 which by the way fix printing the currently 
12865                 displayed mime part (still only text)
12866                 Plus a little optimisation of summary_show
12867
12868
12869 2005-09-20 [colin]      1.9.14cvs45
12870
12871         * src/mainwindow.c
12872         * src/messageview.c
12873                 GUI fixups: add accels, set message
12874                 view title to displayed mail's subject
12875         * src/prefs_spelling.c
12876         * src/gtk/gtkaspell.c
12877                 GUI fixups: allow underlining misspelled
12878                 words instead of coloring them (a11y!)
12879
12880 2005-09-19 [colin]
12881
12882         1.9.15rc3 released
12883
12884 2005-09-19 [colin]      1.9.14cvs44
12885
12886         * src/compose.c
12887                 Fix draft message
12888         * src/gtk/gtkaspell.c
12889                 Fix wrong test ;-)
12890
12891 2005-09-19 [colin]      1.9.14cvs43
12892
12893         * src/addressbook.c
12894                 Fix sensitivity of Delete button
12895         * src/compose.c
12896                 Warn if the requested Privacy system
12897                 is not available
12898         * src/exphtmldlg.c
12899         * src/expldifdlg.c
12900         * src/importldif.c
12901         * src/importmutt.c
12902         * src/importpine.c
12903                 Fix crappy UI
12904         * src/
12905         * src/ssl.h
12906         * src/prefs_account.h
12907         * src/prefs_account.c
12908                 Save SSL prefs even in builds that have
12909                 SSL support disable
12910         * src/imap.c
12911         * src/inc.c
12912         * src/news.c
12913         * src/send_message.c
12914                 Warn if connection should be secure, but
12915                 SSL support isn't compiled in
12916         * src/gtkaspell.c
12917                 Fix word separation on UTF-8 systems
12918                 Fixes bug #812 (Strange inline spellchecking)
12919         * src/compose.c
12920                 Warn if the requested Privacy system
12921                 is not available
12922                 Factorize offline warning
12923         * src/imap.c
12924         * src/imap_gtk.c
12925         * src/imap_gtk.h
12926         * src/inc.h
12927         * src/news_gtk.c
12928         * src/news_gtk.h
12929         * src/messageview.c
12930                 Factorize offline warning
12931
12932 2005-09-19 [paul]
12933
12934         1.9.15-rc2 released
12935
12936 2005-09-18 [colin]      1.9.14cvs42
12937
12938         * src/codeconv.c
12939         * src/codeconv.h
12940         * src/procmime.c
12941                 Add a way to get locale's charset ignoring utf-8,
12942                 and use that as default encoding for broken mails
12943
12944 2005-09-18 [colin]      1.9.14cvs41
12945
12946         * src/gtk/logwindow.c
12947                 Translate string. Patch by Fabien Vantard
12948
12949 2005-09-18 [colin]      1.9.14cvs40
12950
12951         * configure.ac
12952                 Fix bug #803 (IMAP/SSL support breaks with 
12953                 GnuTLS libetpan 0.38)
12954
12955 2005-09-18 [colin]      1.9.14cvs39
12956
12957         * src/codeconv.c
12958         * src/compose.c
12959         * src/procmime.c
12960                 More charsets fixes. Fixes bug #806 (non
12961                 ascii characters in subject line)
12962
12963 2005-09-17 [paul]       1.9.14cvs38
12964
12965         * src/folderview.c
12966         * src/mainwindow.c
12967                 fix gcc-2.95 issues
12968                 Patch by Pawel Pekala
12969
12970 2005-09-17 [colin]      1.9.14cvs37
12971
12972         * src/addrindex.c
12973                 bugfix for NO-USE LDAP compilation, patch 
12974                 by Fabien Vantard
12975
12976 2005-09-17 [colin]      1.9.14cvs36
12977
12978         * src/prefs_actions.c
12979         * src/prefs_customheader.c
12980         * src/prefs_display_header.c
12981         * src/prefs_filtering_action.c
12982         * src/prefs_matcher.c
12983         * src/prefs_toolbar.c
12984                 Fix strange casts (less elegant but
12985                 works better)
12986
12987 2005-09-16 [colin]      1.9.14cvs35
12988
12989         * src/jpilot.c
12990                 Missed that one
12991
12992 2005-09-16 [colin]      1.9.14cvs34
12993
12994         * configure.ac
12995         * src/Makefile.am
12996         * src/addr_compl.c
12997         * src/addrindex.c
12998         * src/browseldap.c
12999         * src/editldap.c
13000         * src/ldaplocate.c
13001         * src/ldapquery.c
13002         * src/ldapquery.h
13003         * src/ldapserver.c
13004         * src/ldapserver.h
13005         * src/main.c
13006         * src/matcher_parser_parse.y
13007         * src/prefs_themes.c
13008         * src/etpan/Makefile.am
13009         * src/gtk/description_window.c
13010         * src/plugins/clamav/Makefile.am
13011         * src/plugins/clamav/clamav_plugin.c
13012         * src/plugins/dillo_viewer/Makefile.am
13013         * src/plugins/pgpcore/Makefile.am
13014         * src/plugins/pgpinline/Makefile.am
13015         * src/plugins/pgpmime/Makefile.am
13016         * src/plugins/trayicon/Makefile.am
13017                 Fix 100% cpu usage in address completion list
13018                 Fix little bugs (return with no values etc)
13019                 Fix all warnings (with common CFLAGS)
13020
13021 2005-09-15 [colin]      1.9.14cvs33
13022
13023         * src/addressbook.c
13024                 Fix bug where sometimes a group's email list is empty,
13025                 force its refresh (probably fixes "Re: how to create a 
13026                 distribution list")
13027         * src/ldapquery.c
13028                 Don't return to the callback in the main thread from the
13029                 fetch thread (or face segs!)
13030
13031 2005-09-15 [paul]       1.9.14cvs32
13032
13033         * src/prefs_matcher.c
13034                 forgotten in last commit
13035
13036 2005-09-15 [paul]       1.9.14cvs31
13037
13038         * src/prefs_actions.c
13039         * src/prefs_filtering_action.c
13040         * src/prefs_quote.c
13041         * src/quote_fmt.c
13042         * src/summaryview.c
13043         * src/gtk/description_window.c
13044         * src/gtk/description_window.h
13045         * src/gtk/quicksearch.c
13046                 allow interaction with the called
13047                 description window
13048                 Patch by Anders Hammar
13049
13050 2005-09-14 [paul]       1.9.14cvs30
13051
13052         * src/compose.c
13053                 fix a little annoyance when pasting with 3rd button 
13054                 with wrap_pastes=0 and wrap_input=1
13055                 Patch by Colin
13056
13057 2005-09-14 [paul]       1.9.14cvs29
13058
13059         * src/prefs_account.c
13060                 disable 'Filter messages on receiving' for
13061                 SMTP-only accounts
13062                 Patch  by Anders Hammar
13063
13064 2005-09-14 [paul]       1.9.14cvs28
13065
13066         * po/sk.po
13067                 fix crash
13068                 updated by Andrej Kacian
13069
13070 2005-09-14 [paul]
13071
13072         1.9.15-rc1 released
13073
13074 2005-09-14 [paul]       1.9.14cvs27
13075
13076         * po/es.po
13077                 updated by Ricardo Mones Lastra
13078         * src/compose.c
13079         * src/compose.h
13080                 associate no_wrap_tags to Compose windows
13081                 instead of using a static one
13082                 Patch by Colin
13083         * src/mbox.c
13084                 fix proc_mbox()
13085                 Patch by wwp
13086         * src/textview.c
13087                 remove unneeded printf()
13088
13089 2005-09-14 [paul]       1.9.14cvs26
13090
13091         * src/addrcache.c
13092         * src/codeconv.h
13093         * src/folder.h
13094         * src/mainwindow.h
13095         * src/mh.c
13096         * src/mimeview.h
13097         * src/partial_download.c
13098         * src/pop.c
13099         * src/prefs_account.c
13100         * src/prefs_account.h
13101         * src/prefs_actions.c
13102         * src/prefs_customheader.c
13103         * src/prefs_display_header.c
13104         * src/prefs_filtering_action.c
13105         * src/prefs_matcher.c
13106         * src/prefs_toolbar.c
13107         * src/privacy.h
13108         * src/procmime.c
13109         * src/procmime.h
13110         * src/procmsg.h
13111         * src/textview.c
13112         * src/undo.h
13113         * src/common/plugin.c
13114         * src/common/session.h
13115         * src/common/socket.c
13116         * src/common/socket.h
13117         * src/common/template.c
13118         * src/gtk/gtkaspell.c
13119         * src/gtk/quicksearch.h
13120         * src/plugins/pgpcore/passphrase.c
13121         * src/plugins/pgpcore/prefs_gpg.h
13122         * src/plugins/pgpcore/select-keys.c
13123         * src/plugins/pgpcore/select-keys.h
13124         * src/plugins/pgpcore/sgpgme.c
13125         * src/plugins/pgpinline/pgpinline.c
13126         * src/plugins/pgpmime/pgpmime.c
13127         * src/plugins/trayicon/trayicon.c
13128                 fix compilation warnings
13129                 Patch by Daniel Gustafson
13130
13131 2005-09-14 [paul]       1.9.14cvs25
13132
13133         * src/addressbook.c
13134                 add missing column header, and other small
13135                 bug fixes
13136                 Patch by Anders Hammar
13137
13138 2005-09-13 [colin]      1.9.14cvs24
13139
13140         * src/gtk/gtkaspell.c
13141                 Fix non-utf8 in menu
13142                 Fix little leaks
13143                 Nullify struct members after free()s
13144
13145 2005-09-13 [colin]      1.9.14cvs23
13146
13147         * src/compose.c
13148                 Test utf8 compliance before inserting to 
13149                 buffer, and try to convert if necessary
13150         * src/procmime.c
13151                 If no charset is present, use the locale 
13152                 one instead of us-ascii
13153         * src/procmsg.c
13154                 Add Sender, List-Post and To in the checked 
13155                 headers for automatic rules creation 
13156                 (thanks to wwp)
13157         * src/prefs_themes.c
13158         * src/gtk/gtkaspell.c
13159                 Remove deprecated functions. 
13160                 patch by Daniel Gustafson
13161
13162 2005-09-12 [colin]      1.9.14cvs22
13163
13164         * src/compose.c
13165                 Fix bug #448 (Scrolling/Redraw issue with 
13166                 address-fields in Header)
13167         * src/mainwindow.c
13168         * src/summaryview.c
13169         * src/summaryview.h
13170                 Fix loss of MSG_MARKED on move/copy
13171                 Fix bug #804 (Quicksearch togglebutton doesn't 
13172                 get depressed after '/' key is pressed)
13173
13174 2005-09-12 [paul]       1.9.14cvs21
13175
13176         * AUTHORS
13177         * src/gtk/logwindow.c
13178                 add 'Clear Log' to popup menu
13179                 Patch by Anders Hammar <anders.hammar@telia.com>
13180
13181 2005-09-12 [paul]       1.9.14cvs20
13182
13183         * src/compose.c
13184                 set correct sensitivity on attachments
13185                 popup menu
13186         * src/folder.c
13187                 fix typo
13188         * src/prefs_spelling.c
13189                 fix crash when no LANG env is set
13190         * src/common/xml.c
13191                 fix crash in wizard
13192                 don't use memeory after free
13193
13194         All patches by Daniel Gustafson
13195
13196 2005-09-12 [paul]       1.9.14cvs19
13197
13198         * src/prefs_themes.c
13199                 make theme info selectable
13200         * src/gtk/description_window.c
13201                 make window non-modal
13202         * tools/README
13203                 add details of asus_mailed.sh
13204         * tools/claws.i18n.status.pl
13205                 update for new zh_TW translator
13206                 widen the output
13207                 create alternate coloured lines
13208                 improve readability
13209
13210 2005-09-10 [colin]      1.9.14cvs18
13211
13212         * src/plugins/pgpcore/select-keys.c
13213                 Better order for the buttons
13214
13215 2005-09-10 [colin]      1.9.14cvs17
13216
13217         * src/compose.c
13218         * src/plugins/pgpcore/select-keys.c
13219         * src/plugins/pgpcore/select-keys.h
13220         * src/plugins/pgpcore/sgpgme.c
13221                 Add a "Don't encrypt" button to the key
13222                 selection dialog. Fixes bug #177 (There should be a 
13223                 'Don't encrypt button in the Select Keys dialog)
13224
13225 2005-09-10 [colin]      1.9.14cvs16
13226
13227         * src/compose.c
13228                 Fix bug #572 (%X option does not work with templates)
13229
13230 2005-09-10 [colin]      1.9.14cvs15
13231
13232         * src/toolbar.c 
13233                 Remove g_print
13234
13235 2005-09-10 [colin]      1.9.14cvs14
13236
13237         * src/imap.c
13238                 Fix a possible crash
13239
13240 2005-09-09 [colin]      1.9.14cvs13
13241
13242         * src/imap.c
13243         * src/etpan/imap-thread.c
13244         * src/etpan/imap-thread.h
13245                 Fix moving from queue or drafts to normal folders
13246                 Fix bug #794 (No way to delete without expunging)
13247                 Take flags unset by other mailers into account
13248                 Take deleted flag set by other mailers into account
13249                 Fix unsetting REPLIED flag
13250                 Fix crash when capabilities can't be retrieved
13251         * src/mainwindow.c
13252         * src/mainwindow.h
13253                 Add M_DELAYED_FLAGS condition, and let the user use
13254                 Execute in order to be able to expunge deleted mails,
13255                 even if he's not in delayed execute mode
13256         * src/prefs_spelling.c
13257                 Use 'en' dictionary by default if LANG is POSIX or C
13258         * src/gtk/prefswindow.c
13259                 Fix bug #767 (Preferences windows expanding) by making
13260                 the window a bit larger when the resolution is greater
13261                 than 640x480, and by putting the prefs in a
13262                 GtkScrolledWindow.
13263
13264 2005-09-09 [paul]       1.9.14cvs12
13265
13266         * AUTHORS
13267         * configure.ac
13268         * po/zh_TW.Big5.po      ** REMOVED **
13269         * po/zh_TW.po           ** ADDED **
13270                 updated by Wei-Lun Chao
13271
13272 2005-09-09 [paul]       1.9.14cvs11
13273
13274         * src/mainwindow.c
13275                 fix asserts
13276         * src/common/xml.c
13277                 delay memory allocation until file is
13278                 opened successfully
13279                 Patch by Daniel Gustafson
13280
13281 2005-09-09 [colin]      1.9.14cvs10
13282
13283         * src/imap.c
13284                 Add guards
13285
13286 2005-09-08 [colin]      1.9.14cvs9
13287
13288         * src/compose.c
13289                 Alert when we can't save draft
13290                 Fix various wrap/color issues
13291                 Add mid-click pasting respecting wrap_paste option
13292         * src/folder.c
13293         * src/folder.h
13294         * src/folder_item_prefs.c
13295         * src/folder_item_prefs.h
13296         * src/imap.c
13297         * src/imap_gtk.c
13298         * src/imap_gtk.h
13299         * src/main.c
13300         * src/mainwindow.c
13301         * src/mainwindow.h
13302         * src/news.c
13303         * src/news_gtk.c
13304         * src/news_gtk.h
13305         * src/prefs_folder_item.c
13306                 Fix the impossibility to synchronise folders for
13307                 offline use (IMAP and NNTP are concerned)
13308
13309 2005-09-08 [colin]      1.9.14cvs8
13310
13311         * configure.ac
13312                 Build LDAP and JPilot by default if available
13313         * src/textview.c
13314                 Fix use after free
13315
13316 2005-09-08 [paul]       1.9.14cvs7
13317
13318         * doc/manual/en/sylpheed-1.html
13319         * doc/manual/en/sylpheed-18.html
13320         * doc/manual/en/sylpheed-19.html
13321         * doc/manual/en/sylpheed-4.html
13322         * doc/manual/en/sylpheed-6.html
13323         * doc/manual/en/sylpheed.html
13324                 a few minor updates, plus include some
13325                 details about plugins and their requirements
13326         * src/mainwindow.c
13327                 minor changes to English in /View/Sort
13328
13329 2005-09-07 [colin]      1.9.14cvs6
13330
13331         * doc/manual/en/sylpheed-1.html
13332         * doc/manual/en/sylpheed-10.html
13333         * doc/manual/en/sylpheed-11.html
13334         * doc/manual/en/sylpheed-12.html
13335         * doc/manual/en/sylpheed-13.html
13336         * doc/manual/en/sylpheed-14.html
13337         * doc/manual/en/sylpheed-15.html
13338         * doc/manual/en/sylpheed-16.html
13339         * doc/manual/en/sylpheed-17.html
13340         * doc/manual/en/sylpheed-18.html
13341         * doc/manual/en/sylpheed-19.html
13342         * doc/manual/en/sylpheed-2.html
13343         * doc/manual/en/sylpheed-20.html
13344         * doc/manual/en/sylpheed-21.html
13345         * doc/manual/en/sylpheed-22.html
13346         * doc/manual/en/sylpheed-3.html
13347         * doc/manual/en/sylpheed-4.html
13348         * doc/manual/en/sylpheed-5.html
13349         * doc/manual/en/sylpheed-6.html
13350         * doc/manual/en/sylpheed-7.html
13351         * doc/manual/en/sylpheed-8.html
13352         * doc/manual/en/sylpheed-9.html
13353         * doc/manual/en/sylpheed.html
13354                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
13355
13356 2005-09-07 [colin]      1.9.14cvs5
13357
13358         * src/mainwindow.c
13359                 Make labels more to-the-point
13360
13361 2005-09-07 [colin]      1.9.14cvs4
13362
13363         * doc/manual/en/sylpheed-1.html
13364         * doc/manual/en/sylpheed-12.html
13365         * doc/manual/en/sylpheed-13.html
13366         * doc/manual/en/sylpheed-14.html
13367         * doc/manual/en/sylpheed-15.html
13368         * doc/manual/en/sylpheed-16.html
13369         * doc/manual/en/sylpheed-17.html
13370         * doc/manual/en/sylpheed-18.html
13371         * doc/manual/en/sylpheed-19.html
13372         * doc/manual/en/sylpheed-2.html
13373         * doc/manual/en/sylpheed-20.html
13374         * doc/manual/en/sylpheed-21.html
13375         * doc/manual/en/sylpheed-22.html
13376         * doc/manual/en/sylpheed-4.html
13377         * doc/manual/en/sylpheed-5.html
13378         * doc/manual/en/sylpheed-6.html
13379         * doc/manual/en/sylpheed-7.html
13380         * doc/manual/en/sylpheed-8.html
13381         * doc/manual/en/sylpheed-9.html
13382         * doc/manual/en/sylpheed.html
13383                 Update manual
13384
13385 2005-09-07 [colin]      1.9.14cvs3
13386
13387         * doc/faq/en/sylpheed-faq-1.html
13388         * doc/faq/en/sylpheed-faq-2.html
13389         * doc/faq/en/sylpheed-faq-3.html
13390         * doc/faq/en/sylpheed-faq.html
13391                 Update FAQ
13392
13393 2005-09-07 [colin]      1.9.14cvs2
13394
13395         * src/folderview.c
13396         * src/procmsg.c
13397         * src/summaryview.c
13398         * src/toolbar.c
13399                 Fix special subfolders:
13400                 - Inherit parent's icon
13401                 - sent contents of queues subfolders
13402                 - empty subfolders of trashes
13403         * src/mainwindow.c
13404                 Remove outdated manual and faq entries
13405         * src/common/utils.c
13406                 Add quotes around %s coming from mailcap
13407
13408 2005-09-07 [colin]      1.9.14cvs1
13409
13410         * src/compose.c
13411                 After saving draft, set modified to FALSE
13412         * src/mimeview.c
13413         * src/common/utils.c
13414         * src/common/utils.h
13415                 Try to open mime parts using what is 
13416                 indicated in ~/.mailcap or /etc/mailcap,
13417                 if possible.
13418
13419 2005-09-05 [paul]       1.9.14
13420
13421         1.9.14 released
13422
13423         * po/sk.po
13424                 updated by Andrej Kacian
13425
13426 2005-09-05 [paul]       1.9.13cvs83
13427
13428         * po/de.po
13429         * po/es.po
13430         * po/fi.po
13431         * po/fr.po
13432         * po/nb.po
13433         * po/pt_BR.po
13434         * po/sr.po
13435                 updated translations by Thomas Gilgin, Ricardo Mones
13436                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
13437                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
13438
13439 2005-09-04 [paul]       1.9.13cvs82
13440
13441         * src/compose.c
13442                 only warn about exceeded line length limit
13443                 on send
13444
13445 2005-09-04 [paul]       1.9.13cvs81
13446
13447         * src/compose.c
13448                 fix crash in 'line length exceeded' dialogue
13449
13450 2005-09-02 [paul]       1.9.13cvs80
13451
13452         * src/imap.c
13453                 fix bug 795, 'Connection lost IMAP'
13454                 and add statusbar prints
13455                 Patch by Colin
13456
13457 2005-09-02 [paul]       1.9.13cvs79
13458
13459         * src/compose.c
13460                 compose_wrap_paragraph() becomes
13461                 compose_beautify_paragraph()
13462                 Patch by Colin
13463
13464 2005-09-02 [colin]      1.9.13cvs78
13465
13466         * src/folderview.c
13467                 Micro-fix
13468
13469 2005-09-01 [colin]      1.9.13cvs77
13470
13471         * src/imap.c
13472                 Maybe fix bug #795 (Connection lost IMAP)
13473                 Don't try to send logout when we're disconnected.
13474         * src/summaryview.c
13475                 Include locked and marked emails in HRM
13476                 view. Fixes bug #800 (Locked messages no longer 
13477                 show up when hide read messages is used)
13478
13479 2005-09-01 [paul]       1.9.13cvs76
13480
13481         * src/prefs_common.c
13482                 fix bad cutting
13483
13484 2005-08-31 [colin]      1.9.13cvs75
13485
13486         * src/folderview.c
13487         * src/folderview.h
13488         * src/prefs_summaries.c
13489         * src/summaryview.c
13490                 Fix "go to next new", fix preference
13491                 (Open unread/next swapped)
13492
13493 2005-08-31 [paul]       1.9.13cvs74
13494
13495         * src/compose.c
13496         * src/folderview.c
13497         * src/headerview.c
13498         * src/headerview.h
13499         * src/mainwindow.c
13500         * src/prefs_common.c
13501         * src/prefs_common.h
13502         * src/prefs_fonts.c
13503         * src/summaryview.c
13504         * src/textview.c
13505         * src/common/defs.h
13506                 remove obsolete BOLD_FONT setting
13507                 fix font update in headerview and textview
13508                 headers after prefs change
13509                 Patch By Colin
13510
13511 2005-08-31 [paul]
13512
13513         1.9.14-rc4 released
13514
13515 2005-08-30 [colin]      1.9.13cvs73
13516
13517         * src/summaryview.c
13518                 When Hide read messages is selected and we
13519                 refresh the summaryview, don't remove the 
13520                 currently displayed message. Fixes bug #797
13521                 (Summary view reloads when new mail is 
13522                 downloaded in 1.9.14 rc)
13523
13524 2005-08-30 [colin]      1.9.13cvs72
13525
13526         * src/folderview.c
13527                 Fix flickering
13528         * src/mainwindow.c
13529                 Remove useless callback
13530         * src/mimeview.c
13531         * src/gtk/filesel.c
13532         * src/gtk/filesel.h
13533                 Add a filesel_select_file_save_folder() - used by Save All
13534
13535 2005-08-29 [paul]       1.9.13cvs71
13536
13537         * AUTHORS
13538         * src/matcher_parser_parse.y
13539         * src/etpan/imap-thread.c
13540                 fix building on FreeBSD
13541                 Patch by Daniel Gustafson <daniel@hobbit.se>
13542
13543 2005-08-29 [paul]       1.9.13cvs70
13544
13545         * src/plugins/pgpinline/pgpinline.c
13546                 only initialise sig result if it's been handled
13547                 Patch by Colin
13548
13549 2005-08-29 [paul]       1.9.13cvs69
13550         
13551         Patches by Colin:
13552
13553         * src/imap.c
13554         * src/common.utils.c
13555         * src/common/utils.h
13556                 optimisation
13557         * src/stock_pixmap.h
13558                 fix wrong icon reference
13559         * src/pixmaps/trash_btn.xpm
13560                 replace with nicer image
13561
13562 2005-08-28 [colin]      1.9.13cvs68
13563
13564         * src/Makefile.am
13565         * src/stock_pixmap.c
13566         * src/stock_pixmap.h
13567         * src/toolbar.c
13568         * src/pixmaps/trash_btn.xpm
13569                 Add a specific trash xpm for the button
13570
13571 2005-08-28 [colin]      1.9.13cvs67
13572
13573         * src/imap.c
13574                 Fix leak
13575
13576 2005-08-27 [colin]      1.9.13cvs66
13577
13578         * src/imap.c
13579         * src/procmime.c
13580                 Correctly fix "Problem with replies", fixes
13581                 pgpmime encryption too. 
13582
13583 2005-08-27 [colin]      1.9.13cvs65
13584
13585         * src/folder.c
13586         * src/procmsg.c
13587         * src/procmsg.h
13588         * src/summaryview.c
13589                 Fix bug #517 (messages removed from summaryview 
13590                 when moving fails)
13591
13592 2005-08-27 [colin]      1.9.13cvs64
13593
13594         * tools/Makefile.am
13595         * tools/asus_mailled.sh
13596                 Add a script to blink ASUS laptops' mail LED where there
13597                 is unread mail.
13598
13599 2005-08-27 [colin]      1.9.13cvs63
13600
13601         * src/imap.c
13602         * src/etpan/imap-thread.c
13603         * src/etpan/imap-thread.h
13604                 Implement automatic choosing of login method
13605                 Fixes bug #791
13606         * src/gtk/.cvsignore
13607                 Add sylpheed-marshal.[ch]
13608
13609 2005-08-27 [colin]      1.9.13cvs62
13610
13611         * src/common/utils.c
13612                 Fix confusing perror
13613
13614 2005-08-27 [colin]      1.9.13cvs61
13615
13616         * src/toolbar.c
13617         * src/toolbar.h
13618                 Remove A_DELETE, replace it with 
13619                 A_TRASH and A_DELETE_REAL. Automatically
13620                 rewrite config files to replace A_DELETE
13621                 with A_TRASH (no functionality change).
13622                 Fixes half of #794
13623
13624 2005-08-26 [colin]      1.9.13cvs60
13625
13626         * src/procmime.c
13627                 Previous "Problem with replies" fix brought other
13628                 problems, fixing them
13629
13630 2005-08-26 [colin]      1.9.13cvs59
13631
13632         * src/procmime.c
13633                 Fix "Problem with replies". This happened only
13634                 on IMAP...
13635         * src/procmsg.c
13636                 Factorize code a bit
13637         * src/compose.c
13638                 Speed improvement on very long messages (wrapping)
13639                 Fix signature color on Reedit and Redirect
13640                 On Reedit, don't attach pgp-signatures parts, but
13641                 set signing to On.
13642
13643 2005-08-24 [paul]       1.9.13cvs58
13644
13645         * src/compose.c
13646                 don't claim success when clicking
13647                 Cancel on the passphrase box.
13648                 Patch by Colin
13649
13650 2005-08-24 [paul]       1.9.13cvs57
13651
13652         * src/main.c
13653                 fix misplaced sylpheed.log
13654         * src/common/defs.h
13655                 define UIDL_DIR
13656
13657 2005-08-24 [paul]       1.9.13cvs56
13658
13659         * src/imap.c
13660         * src/etpan/imap-thread.c
13661         * src/etpan/imap-thread.h
13662                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
13663                 Patch by Colin
13664         * src/gtk/sylpheed-marshal.c    ** REMOVED **
13665         * src/gtk/sylpheed-marshal.h    ** REMOVED **
13666                 remove autogenerated files
13667         * tools/kdeservicemenu/README
13668         * tools/kdeservicemenu/install.sh
13669         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13670         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13671                 use Claws icon, use 'Sylpheed-Claws' in menu,
13672                 use kdialog, and other cleanups
13673
13674 2005-08-23 [paul]       1.9.13cvs55
13675
13676         * src/compose.c
13677                 fix paste/wrap crash
13678                 Patch by Colin
13679
13680 2005-08-23 [paul]       1.9.13cvs54
13681
13682         * src/main.c
13683                 fix crash recovery
13684                 Patch by Colin
13685
13686 2005-08-23 [paul]       1.9.13cvs53
13687
13688         * src/addressbook.c
13689         * src/editaddress.c
13690                 view all data of LDAP contacts
13691                 Patch by Colin
13692
13693 2005-08-23 [paul]       1.9.13cvs52
13694
13695         * src/addressbook.c
13696                 fix issues with the Search field
13697                 Patch by Colin
13698
13699 2005-08-22 [paul]       1.9.13cvs51
13700
13701         * src/folderview.c
13702                 put name of folder in processing dialog
13703                 title
13704         * src/prefs_folder_item.c
13705                 improve english usage
13706
13707 2005-08-22 [paul]       1.9.13cvs50
13708
13709         * src/filtering.c
13710         * src/filtering.h
13711         * src/matcher.c
13712         * src/matcher_parser_lex.l
13713         * src/matcher_parser_parse.y
13714         * src/prefs_filtering.c
13715                 add Filtering/Processing rule names feature.
13716                 (the incompatible old matcherrc is saved as
13717                 matcherrc.pre_names).
13718                 Patch by Colin
13719
13720 2005-08-22 [paul]       1.9.13cvs49
13721
13722         * src/procmsg.c
13723                 fix colour labelling
13724                 Patch by Colin
13725
13726 2005-08-22 [paul]       1.9.13cvs48
13727
13728         * src/textview.c
13729                 fix open_image_cb()
13730
13731 2005-08-22 [paul]       1.9.13cvs47
13732
13733         * src/imap.c
13734                 fix bug 789, 'SC crashes with imap (CVS ver)'
13735                 Patch by Colin
13736
13737 2005-08-22 [paul]       1.9.13cvs46
13738
13739         * src/mimeview.c
13740         * src/prefs_common.c
13741         * src/common/defs.h
13742                 define reused defaults in defs.h
13743         * src/textview.c
13744                 add 'Open image' to image popup menu
13745
13746 2005-08-21 [colin]      1.9.13cvs45
13747
13748         * src/summaryview.c
13749                 Fix bug #788 (Bogus "From" address displayed)
13750
13751 2005-08-20 [colin]      1.9.13cvs44
13752
13753         * src/folder.c
13754                 Fix buf #787 (multilevel delete causes SIGSEGV)
13755
13756 2005-08-19 [colin]      1.9.13cvs43
13757
13758         * src/inc.c
13759         * src/prefs_common.c
13760         * src/prefs_common.h
13761                 Add an hidden pref to allow modifying the
13762                 update stepping in incorporation.
13763                 Patch by wwp.
13764
13765 2005-08-19 [colin]      1.9.13cvs42
13766
13767         * src/compose.c
13768         * src/procmime.c
13769                 Workaround for broken MUAs: encode 
13770                 Content-type: name: as ASCII and 
13771                 Content-Disposition: filename: as
13772                 per rfc2231
13773         * src/prefs_account.c
13774                 Fix invisible-ness of SMTP SSL prefs
13775                 in NNTP accounts
13776
13777 2005-08-19 [paul]       1.9.13cvs41
13778
13779         * src/compose.c
13780         * src/prefs_common.c
13781         * src/prefs_common.h
13782         * src/prefs_wrapping.c
13783                 paste with or without wrapping.
13784                 patch by Colin
13785
13786 2005-08-19 [paul]       1.9.13cvs40
13787
13788         * src/prefs_common.c
13789         * src/prefs_common.h
13790         * src/summaryview.c
13791                 reintroduce enable_swap_from as a
13792                 hidden pref. patch by Colin
13793         * src/quote_fmt_parse.y
13794         * src/plugins/clamav/clamav_plugin.c
13795         * src/plugins/dillo_viewer/dillo_viewer.c
13796         * src/plugins/mathml_viewer/mathml_viewer.c
13797         * src/plugins/pgpcore/sgpgme.c
13798         * src/plugins/pgpinline/pgpinline.c
13799         * src/plugins/pgpmime/pgpmime.c
13800                 tidy up. patch by Colin
13801
13802 2005-08-19 [paul]       1.9.13cvs39
13803
13804         * configure.ac
13805                 complete cvs38's sync
13806         * src/editaddress.c
13807         * src/gedit-print.c
13808         * src/mutt.c
13809         * src/etpan/etpan-log.c
13810         * src/etpan/imap-thread.c
13811         * src/gtk/gtksourceprintjob.c
13812                 fix compilation warnings
13813                 (patch by Colin)
13814
13815 2005-08-19 [paul]       1.9.13cvs38
13816
13817         sync with main:
13818
13819         * src/account.c
13820         * src/action.c
13821         * src/addrbook.c
13822         * src/addrcache.c
13823         * src/addrharvest.c
13824         * src/addrindex.c
13825         * src/codeconv.c
13826         * src/compose.c
13827         * src/crash.c
13828         * src/exporthtml.c
13829         * src/exportldif.c
13830         * src/folder.c
13831         * src/image_viewer.c
13832         * src/inc.c
13833         * src/inc.h
13834         * src/jpilot.c
13835         * src/ldif.c
13836         * src/main.c
13837         * src/matcher.c
13838         * src/mbox.c
13839         * src/messageview.c
13840         * src/mh.c
13841         * src/mimeview.c
13842         * src/msgcache.c
13843         * src/mutt.c
13844         * src/news.c
13845         * src/partial_download.c
13846         * src/pine.c
13847         * src/pop.c
13848         * src/prefs_actions.c
13849         * src/prefs_common.c
13850         * src/prefs_customheader.c
13851         * src/prefs_display_header.c
13852         * src/prefs_gtk.c
13853         * src/prefs_themes.c
13854         * src/procheader.c
13855         * src/procmime.c
13856         * src/procmsg.c
13857         * src/recv.c
13858         * src/send_message.c
13859         * src/simple-gettext.c
13860         * src/sourcewindow.c
13861         * src/textview.c
13862         * src/vcard.c
13863         * src/common/defs.h
13864         * src/common/log.c
13865         * src/common/plugin.c
13866         * src/common/prefs.c
13867         * src/common/session.c
13868         * src/common/session.h
13869         * src/common/socket.c
13870         * src/common/socket.h
13871         * src/common/ssl_certificate.c
13872         * src/common/template.c
13873         * src/common/utils.c
13874         * src/common/utils.h
13875         * src/common/xml.c
13876         * src/gtk/about.c
13877         added wrappers for C library function that
13878                 take pathname arguments.
13879                 enabled compilation with MinGW.
13880                 use GDir instead of directly using opendir().
13881                 added rename_force().
13882
13883 2005-08-19 [paul]       1.9.13cvs37
13884         
13885         patches by Colin:
13886         * src/compose.c
13887                 fix privacy settings on re-editing
13888                 a sent message
13889         * src/jpilot.c
13890                 fix encoding bug
13891         * src/folder.c
13892         * src/procmsg.c
13893         * src/procmsg.h
13894         * src/summaryview.c
13895                 flag changing optimisation
13896
13897 2005-08-18 [martin]     1.9.13cvs36
13898
13899         * commitHelper
13900             added my login
13901         * src/addrcache.c
13902         * src/addrharvest.c
13903         * src/addrindex.c
13904         * src/compose.c
13905         * src/grouplistdialog.c
13906         * src/main.c
13907         * src/mainwindow.c
13908         * src/msgcache.c
13909         * src/mutt.c
13910         * src/pine.c
13911         * src/prefs_account.c
13912         * src/prefs_themes.c
13913         * src/stock_pixmap.c
13914         * src/summaryview.c
13915         * src/gtk/about.c
13916         * src/gtk/logwindow.c
13917             removed deprecated glib and gdk stuff
13918         * src/plugins/pgpcore/select-keys.c
13919             convert attributes from locale to utf8
13920
13921 2005-08-17 [paul]       1.9.13cvs35
13922
13923         * src/account.c
13924         * src/addressbook.c
13925                 use new GTK_STOCK_ icons if available
13926         * src/summaryview.c
13927         * src/gtk/gtksctree.c
13928         * src/gtk/gtksctree.h
13929                 faster range select. patch by Colin
13930
13931 2005-08-17 [paul]       1.9.13cvs34
13932
13933         patches by colin:
13934         * src/addressbook.c
13935         * src/addressitem.h
13936                 Add an edit button for contacts, fix selections
13937                 of gtksctree items
13938         * src/editaddress.c
13939                 Change labels, let Save be always possible in the
13940                 email and user atributes tabs
13941         * src/folderview.c
13942                 fix sort issues
13943         * src/summaryview.c
13944                 select next item instead of the displayed one
13945                 after deletion
13946
13947         * src/gtk/progressdialog.c
13948                 use prefs_common.enable_rules_hint
13949
13950 2005-08-13 [hoa]        1.9.13cvs33
13951
13952         * src/etpan/imap-thread.c
13953                 fixed build on Solaris.
13954
13955 2005-08-10 [colin]      1.9.13cvs32
13956
13957         * src/procmsg.c
13958                 Fix cvs31 (missing fclose before reading
13959                 the file)
13960
13961 2005-08-10 [colin]      1.9.13cvs31
13962
13963         * src/procmsg.c
13964                 Fix procmsg_msginfo_new_from_mimeinfo() when
13965                 the MimeInfo isn't stored in memory. This fixes
13966                 replying to an attached message.
13967
13968 2005-08-10 [colin]      1.9.13cvs30
13969
13970         * src/mainwindow.c
13971                 Fix slowness in account changing
13972
13973 2005-08-10 [colin]      1.9.13cvs29
13974
13975         * src/folder.c
13976         * src/folderutils.c
13977         * src/folderview.c
13978         * src/imap_gtk.c
13979         * src/mainwindow.c
13980         * src/mh_gtk.c
13981         * src/procmsg.c
13982         * src/summaryview.c
13983                 Optimize folder_has_parent_of_type
13984                 Prevent moving special sub-folders from contextual menus
13985                 Rework message a bit ("Empty all messages" -> "Delete all
13986                 messages")
13987                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
13988                 and "Deleted Items" folders)
13989
13990 2005-08-08 [colin]      1.9.13cvs28
13991
13992         * src/summaryview.c
13993         * src/prefs_summaries.c
13994                 Make "Select first unread|new" more flexible
13995                 (just prioritize new or unread)
13996
13997 2005-08-08 [colin]      1.9.13cvs27
13998
13999         * src/summaryview.c
14000                 If "select first new" is selected and there only
14001                 are unread messages, fallback to "select first
14002                 unread".
14003
14004 2005-08-08 [colin]      1.9.13cvs26
14005
14006         * src/folder.c
14007                 Fix shameful bugs (and bug #779)
14008
14009 2005-08-08 [colin]      1.9.13cvs25
14010
14011         * src/folder.c
14012         * src/folder.h
14013                 Cache parents' type to make folder_has_parent_of_type
14014                 faster
14015         * src/folderview.c
14016                 Forbid DnD of special sub-folders
14017         * src/procmsg.c
14018         * src/procmsg.h
14019                 Add MAIL_POSTFILTERING_HOOK
14020         * src/summaryview.c
14021                 Revert over-zealous deletion of the use_addr_book 
14022                 code
14023
14024 2005-08-07 [colin]      1.9.13cvs24
14025
14026         * src/folder.c
14027                 Fix big mistake (passing MsgInfo instead 
14028                 of FolderItem)
14029
14030 2005-08-07 [colin]      1.9.13cvs23
14031
14032         * src/compose.c
14033         * src/folder.c
14034         * src/folder.h
14035         * src/foldersel.c
14036         * src/folderutils.c
14037         * src/folderview.c
14038         * src/imap.c
14039         * src/mainwindow.c
14040         * src/messageview.c
14041         * src/mh.c
14042         * src/msgcache.c
14043         * src/procmime.c
14044         * src/summaryview.c
14045                 Make subfolders of Drafts, Queue, Outbox, Trash
14046                 work like their parents. 
14047                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
14048
14049 2005-08-07 [colin]      1.9.13cvs22
14050
14051         * src/addressbook.c
14052                 Fix bug #771 (Dragged contacts not saved)
14053
14054 2005-08-07 [paul]       1.9.13cvs21
14055
14056         * src/summaryview.c
14057                 fix bug 32 'Search Doesn't display results
14058                 if "Hide Read Messages" is chosen'
14059                 be more literal in interpreting 'Hide read
14060                 messages'
14061
14062 2005-08-07 [colin]      1.9.13cvs20
14063
14064         * src/folderview.c
14065                 Add debug
14066         * src/summaryview.c
14067                 Faster 'unthread_for_execution'
14068
14069 2005-08-06 [paul]       1.9.13cvs19
14070
14071         * src/mainwindow.c
14072                 add mnemonics to Set displayed columns
14073                 fix bug where msgview_visible option was
14074                 overwritten as TRUE on startup
14075
14076 2005-08-06 [paul]       1.9.13cvs18
14077
14078         * src/mainwindow.c
14079                 refer to 'displayed columns in folder/message
14080                 list' not 'displayed items in summary/message view'
14081         * src/prefs_display_header.c
14082                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
14083                 be consistent with similar dialogues
14084         * src/prefs_folder_column.c
14085         * src/prefs_summary_column.c
14086                 'columns' not 'items', and folder and message lists,
14087                 instead of folder and summary views;
14088                 Use 'Hidden columns' as list heading not 'Available
14089                 items';
14090                 move the 'Remove' button to the right hand side;
14091                 top-align the buttons;
14092                 remove unneeded vbox
14093         * src/prefs_summaries.c
14094                 put the 2 column prefs buttons in a frame to reduce
14095                 overall width; refer to columns not items &c.
14096
14097 2005-08-05 [colin]      1.9.13cvs17
14098
14099         * src/prefs_common.c
14100         * src/prefs_common.h
14101         * src/mainwindow.c
14102         * src/compose.c
14103         * src/messageview.c
14104                 Add an hidden toolbar_detachable pref, so
14105                 that I can get rid of these painful handles
14106                 in the toolbars. Defaults to TRUE to avoid
14107                 changing the GUI on unsuspecting people...
14108
14109 2005-08-05 [colin]      1.9.13cvs16
14110
14111         * src/Makefile.am
14112         * src/prefs_folder_column.c
14113         * src/prefs_folder_column.h
14114                 Add prefs for folder columns
14115         * src/folderview.c
14116         * src/folderview.h
14117         * src/mainwindow.c
14118         * src/mainwindow.h
14119         * src/prefs_common.c
14120         * src/prefs_common.h
14121         * src/prefs_summaries.c
14122                 Use them
14123         * src/prefs_summary_column.c
14124         * src/summaryview.c
14125         * src/summaryview.h
14126                 Add a To column
14127         * src/textview.c
14128         * src/common/utils.c
14129         * src/common/utils.h
14130                 Move uri colourisation functions
14131                 to utils
14132         * src/compose.c
14133                 Colourise URIs
14134         * src/imap.c
14135                 Fix bug with LIST where we'd try
14136                 to get Folder//////[...]/// 
14137
14138 2005-08-05 [paul]       1.9.13cvs15
14139
14140         * src/prefs_summaries.c
14141                 improve the English usage
14142         * src/summaryview.c
14143                 set font on column change
14144                 thanks to Colin
14145
14146 2005-08-05 [paul]       1.9.13cvs14
14147
14148         * src/prefs_common.c
14149         * src/prefs_common.h
14150         * src/prefs_summaries.c
14151         * src/summaryview.c
14152                 replace 'open_unread_on_enter' option with
14153                 'select_on_entry' option. opening/not opening
14154                 is now exclusively controlled by 'always_show_msg'
14155
14156 2005-08-04 [colin]      1.9.13cvs13
14157
14158         * src/compose.c
14159                 Remove dead code
14160                 Add colourisation of quotes and signatures
14161         * src/folderview.c
14162                 Fix possible crashes
14163         * src/messageview.c
14164                 Change an assert that is no problem
14165         * src/news.c
14166         * src/news_gtk.c
14167         * src/news_gtk.h
14168                 Fix offline mode
14169         * src/gtk/quicksearch.c
14170                 Fix a possible crash
14171
14172 2005-08-03 [colin]      1.9.13cvs12
14173
14174         * src/prefs_account.c
14175                 Fix bug #777 (Sylpheed crash in account configuration)
14176
14177 2005-08-03 [colin]      1.9.13cvs11
14178
14179         * src/addressbook.c
14180         * src/editaddress.c
14181         * src/editgroup.c
14182                 Fixing addressbook, round 2
14183         * src/textview.c
14184                 Fix emphasis color on rechecking 'Colorize messages'
14185
14186 2005-08-03 [paul]       1.9.13cvs10
14187
14188         sync with main
14189
14190         * src/addr_compl.c
14191         * src/compose.c
14192         * src/main.c
14193         * src/pop.c
14194         * src/prefs_account.c
14195         * src/procmime.c
14196         * src/procmsg.c
14197         * src/quote_fmt_parse.y
14198         * src/textview.c
14199         * src/common/quoted-printable.c
14200         * src/common/utils.c
14201         * src/common/utils.h
14202         * src/common/xml.c
14203                 replaced incorrect locale-independent
14204                 ctype functions with GLib's. Corrected
14205                 signedness mismatch.
14206         * src/headerview.c
14207                 headerview_create(): added spacing for vbox.
14208         * src/gtk/about.c
14209                 set focus to the OK button.
14210
14211 2005-08-03 [colin]      1.9.13cvs9
14212
14213         * src/folderview.c
14214                 Fix possible crash
14215
14216 2005-08-02 [colin]      1.9.13cvs8
14217
14218         * src/mainwindow.c
14219                 Fix cast
14220         * src/addressbook.c
14221         * src/addressitem.h
14222                 Fix a cast and more generally, try to make the
14223                 GUI more intuitive and consistent (round 1)
14224
14225 2005-08-02 [paul]       1.9.13cvs7
14226
14227         * src/folder.h
14228                 missing in 1.9.13cvs6
14229
14230 2005-08-02 [colin]      1.9.13cvs6
14231
14232         * src/folder.c
14233                 Fix one more leak
14234
14235 2005-08-02 [colin]      1.9.13cvs5
14236
14237         * src/folder.c
14238         * src/folderview.c
14239         * src/imap.c
14240         * src/main.c
14241         * src/mbox.c
14242         * src/procmsg.c
14243         * src/summaryview.c
14244                 Fix a number of folder_item_get_msg_list()-related
14245                 leaks (missing procmsg_msginfo_free()s)
14246
14247 2005-08-01 [colin]      1.9.13cvs4
14248
14249         * src/folderview.c
14250         * src/folderview.h
14251         * src/mainwindow.c
14252         * src/prefs_fonts.c
14253         * src/prefs_summaries.c
14254         * src/prefs_themes.c
14255         * src/summaryview.c
14256         * src/summaryview.h
14257         * src/textview.c
14258         * src/textview.h
14259                 Fix instant-apply of summary and folderview-related prefs
14260                 Fix erroneous g_free and alertpanels in prefs_theme
14261                 Add instant-apply for fonts
14262                 Defer applying of prefs a little bit so it's done only
14263                 once even if requested by multiples prefs pages
14264
14265 2005-08-01 [paul]       1.9.13cvs3
14266
14267         * src/main.c
14268                 fix bug 776 'S.C. crashes on close'
14269                 thanks to Colin
14270         * src/etpan/etpan-thread-manager-types.h
14271                 add missing include
14272                 thanks to Hoa
14273
14274 2005-07-25 [paul]       1.9.13cvs2
14275
14276         * src/summaryview.c
14277                 fix typos. spotted by Fabien Vantard
14278
14279 2005-07-24 [paul]       1.9.13cvs1
14280
14281         * doc/man/sylpheed.1
14282                 update man page, incorporating fix of
14283                 bug 769 'Typo in manpage'
14284         * src/etpan/imap-thread.c
14285                 fix NetBSD openssl dependencies. patch by
14286                 George Michaelson <ggm@apnic.net>
14287         * po/pt_BR.po
14288                 updated by Frederico Goncalves Guimaraes
14289
14290 2005-07-22 [paul]       1.9.13
14291
14292         1.9.13 release
14293
14294 2005-07-22 [paul]       1.9.12cvs91
14295
14296         * AUTHORS
14297         * INSTALL
14298         * README.claws
14299         * RELEASE_NOTES.claws
14300                 updated for release
14301         * configure.ac
14302         * po/nb.po
14303         * tools/claws.i18n.status.pl
14304                 add Norwegian translation. submiited by
14305                 Geir Helland <pjallabais@users.sourceforge.net>
14306         * po/ca.po
14307         * po/de.po
14308         * po/es.po
14309         * po/fi.po
14310         * po/fr.po
14311         * po/it.po
14312         * po/sk.po
14313         * po/sr.po
14314         * po/zh_CN.po
14315                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14316                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
14317                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
14318                 Yang Guilong
14319         * src/plugins/clamav/clamav_plugin_gtk.c
14320         * src/plugins/spamassassin/spamassassin_gtk.c
14321                 replace outdated description strings
14322
14323 2005-07-21 [colin]      1.9.12cvs90
14324
14325         * src/folder.c
14326                 Set folder to batch mode when scanning it. Makes deletion
14327                 of unread mails on IMAP much faster (due to the UNREAD 
14328                 flag unsetting)
14329
14330 2005-07-21 [darko]      1.9.12cvs89
14331
14332         * configure.ac
14333                 link against libresolv if necessary (patch by Paul)
14334         * src/msgcache.c
14335                 use glib's portable macros to determine endianness
14336
14337 2005-07-21 [paul]       1.9.12cvs88
14338
14339         * src/crash.c
14340         * src/gtk/about.c
14341                 update compiled-in features list
14342
14343 2005-07-20 [colin]      1.9.12cvs87
14344
14345         * src/folder.c
14346         * src/textview.c
14347                 Gcc 2.9x compilation fixes, thanks to Darko
14348         * src/plugins/clamav/clamav_plugin.c
14349                 Little optimisation: load virus database only once
14350         * src/plugins/spamassassin/spamassassin.c
14351                 Big optimisation: filtering one mail took at least 1 second,
14352                 now it takes at least 50ms. Doesn't speed up spamassassin 
14353                 itself, but should already be much more tolerable.
14354
14355 2005-07-20 [colin]      1.9.12cvs86
14356
14357         * src/summaryview.c
14358                 Fix performance issue
14359
14360 2005-07-19 [colin]      1.9.12cvs85
14361
14362         * src/plugins/pgpinline/plugin.c
14363                 Fix warning
14364
14365 2005-07-19 [colin]      1.9.12cvs84
14366
14367         * configure.ac
14368         * src/plugins/Makefile.am
14369         * src/plugins/pgpinline/.cvsignore
14370         * src/plugins/pgpinline/Makefile.am
14371         * src/plugins/pgpinline/pgpinline.c
14372         * src/plugins/pgpinline/pgpinline.deps
14373         * src/plugins/pgpinline/pgpinline.h
14374         * src/plugins/pgpinline/plugin.c
14375                 Put pgpinline in the main tree
14376
14377 2005-07-19 [paul]       1.9.12cvs83
14378
14379         * src/prefs_actions.c
14380                 prevent '//' in menu names, which cause a crash
14381                 thanks to Colin
14382
14383 2005-07-19 [paul]       1.9.12cvs82
14384
14385         * configure.ac
14386                 be generally more informative in configure output.
14387                 OpenSSL: correction: '[ --enable-openssl ...' -> 
14388                 '[ --disable-openssl ...', as --enable-openssl is default
14389                 PGP/MIME: don't check for GPGME again, check for
14390                 pgpcore instead. Therefore prevent the possibility of
14391                 attempting to build pgpmime if pgpcore dependencies are
14392                 not met
14393                 ClamAV: use pkgconfig to check for lib
14394                 libgnomeprint: revert logic on inner test to match
14395                 everything else
14396         * src/plugins/pgpcore/sgpgme.c
14397                 add missing include
14398
14399 2005-07-19 [colin]      1.9.12cvs81
14400
14401         * src/summaryview.c
14402                 Fix slow thread rebuilding in particular
14403                 cases
14404
14405 2005-07-19 [paul]       1.9.12cvs80
14406
14407         * sylpheed-claws.desktop
14408                 fix typo, spotted by Stephan Sachse
14409         * src/account.c
14410                 replace GTK_STOCK_ADD with
14411                 GTK_STOCK_NEW button
14412
14413 2005-07-18 [colin]      1.9.12cvs79
14414
14415         * src/etpan/imap-thread.c
14416                 Fix return value (Thanks Hoa)
14417
14418 2005-07-18 [colin]      1.9.12cvs78
14419
14420         * src/imap.c
14421                 Allow empty passwords
14422                 Create drafts/queue/outbox if necessary
14423         * src/summaryview.c
14424                 Remove old code
14425         * src/etpan/imap-thread.c
14426                 Fix STARTTLS (Thanks to Hoa)
14427
14428 2005-07-18 [paul]       1.9.12cvs77
14429
14430         * ChangeLog-gtk2.jp
14431         * ChangeLog.jp
14432                 removed
14433         * Makefile.am
14434                 updated to reflect additions and removals
14435         * TODO
14436                 updated to be claws-specific
14437         * TODO-gtk2
14438         * TODO-gtk2.jp
14439         * TODO.jp
14440         * sylpheed-128x128.png
14441         * sylpheed-64x64.png
14442                 removed
14443         * sylpheed-claws-128x128.png
14444         * sylpheed-claws-64x64.png
14445         * sylpheed-claws.desktop
14446         * sylpheed-claws.png
14447                 added
14448         * sylpheed.desktop
14449         * sylpheed.png
14450                 removed
14451
14452 2005-07-17 [paul]       1.9.12cvs76
14453
14454         * src/account.c
14455         * src/addressbook.c
14456         * src/alertpanel.c
14457         * src/alertpanel.h
14458         * src/compose.c
14459         * src/exphtmldlg.c
14460         * src/expldifdlg.c
14461         * src/folderview.c
14462         * src/imap_gtk.c
14463         * src/inc.c
14464         * src/message_search.c
14465         * src/messageview.c
14466         * src/mh_gtk.c
14467         * src/news_gtk.c
14468         * src/prefs_actions.c
14469         * src/prefs_filtering.c
14470         * src/prefs_matcher.c
14471         * src/prefs_template.c
14472         * src/prefs_themes.c
14473         * src/ssl_manager.c
14474         * src/summary_search.c
14475         * src/textview.c
14476         * src/toolbar.c
14477         * src/gtk/sslcertwindow.c
14478         * src/plugins/pgpcore/sgpgme.c
14479                 rework alertpanels
14480
14481 2005-07-17 [colin]      1.9.12cvs75
14482
14483         * src/privacy.c
14484                 add a PrivacySystem accessor that checks that
14485                 the system cached in a MimeInfo's privacydata
14486                 is still registered. Use this accessor instead
14487                 of directly using data->system. Fixes crashes
14488                 after unloading pgp plugins.
14489
14490 2005-07-17 [colin]      1.9.12cvs74
14491
14492         * src/alertpanel.c
14493                 Change geometry hints to a simple default size.
14494                 Fixes the certs dialogs.
14495
14496 2005-07-17 [colin]      1.9.12cvs73
14497
14498         * src/gtk/sslcertwindow.c
14499                 Use a gtkExpander
14500
14501 2005-07-17 [colin]      1.9.12cvs72
14502
14503         * src/plugins/pgpcore/Makefile.am
14504         * src/plugins/pgpmime/Makefile.am
14505                 Add gpgme libs
14506
14507 2005-07-17 [paul]       1.9.12cvs71
14508
14509         * configure.ac
14510                 add --disable-gnomeprint option
14511                 modified version of patch by Marius Mauch
14512
14513 2005-07-17 [paul]       1.9.12cvs70
14514
14515         * src/common/defs.h
14516                 update urls
14517         * src/account.c
14518         * src/action.c
14519         * src/addressbook.c
14520         * src/compose.c
14521         * src/foldersel.c
14522         * src/folderview.c
14523         * src/html.c
14524         * src/imap_gtk.c
14525         * src/main.c
14526         * src/mainwindow.c
14527         * src/messageview.c
14528         * src/mh_gtk.c
14529         * src/mimeview.c
14530         * src/news_gtk.c
14531         * src/prefs_account.c
14532         * src/prefs_send.c
14533         * src/prefs_summaries.c
14534         * src/procmsg.c
14535         * src/summaryview.c
14536         * src/common/utils.c
14537         * src/common/xml.c
14538         * src/plugins/pgpcore/passphrase.c
14539         * src/plugins/pgpcore/select-keys.c
14540                 replace inappropriately used backticks
14541                 with single quotes
14542
14543 2005-07-16 [colin]      1.9.12cvs69
14544
14545         * src/image_viewer.c
14546                 Add extra paranoid checks
14547
14548 2005-07-16 [colin]      1.9.12cvs68
14549
14550         * src/plugins/pgpcore/prefs_gpg.c
14551                 Don't auto-check sigs by default, as it
14552                 can be really slow.
14553
14554 2005-07-16 [colin]      1.9.12cvs67
14555
14556         * src/plugins/pgpcore/sgpgme.c
14557                 Make messages a bit better.
14558
14559 2005-07-16 [colin]      1.9.12cvs66
14560
14561         * src/imap.c
14562                 Remove pseudo-log
14563         * src/etpan/imap-thread.c
14564                 Add real log
14565
14566 2005-07-16 [colin]      1.9.12cvs65
14567
14568         * src/main.c
14569         * src/prefs_other.c
14570                 And now, fix build with libetpan :-/
14571
14572 2005-07-15 [colin]      1.9.12cvs64
14573
14574         * src/prefs_other.c
14575                 Continue fixing build without libetpan.
14576
14577 2005-07-15 [colin]      1.9.12cvs63
14578
14579         * src/main.c
14580                 Fix build with --disable-libetpan
14581
14582 2005-07-15 [colin]      1.9.12cvs62
14583
14584         * configure.ac
14585                 Bump libetpan's version
14586
14587 2005-07-15 [colin]      1.9.12cvs61
14588
14589         * src/etpan/imap-thread.c
14590                 Actually stop logging :)
14591
14592 2005-07-15 [colin]      1.9.12cvs60
14593
14594         * src/addressbook.c
14595                 Fix dnd of multiple addresses.
14596
14597 2005-07-15 [hoa]        1.9.12cvs59
14598
14599         * src/etpan/imap-thread.c
14600             disable login of IMAP password in libetpan log file.
14601
14602 2005-07-15 [paul]       1.9.12cvs58
14603
14604         * src/account.c
14605                 don't automatically sort
14606                 do allow drag n drop
14607
14608 2005-07-15 [paul]       1.9.12cvs57
14609
14610         * src/account.c
14611         * src/ssl_manager.c
14612                 alphabetical listing
14613
14614 2005-07-15 [paul]       1.9.12cvs56
14615
14616         * src/gtk/pluginwindow.c
14617                 sort plugin list alphabetically
14618
14619 2005-07-15 [paul]       1.9.12cvs55
14620
14621         * src/prefs_spelling.c
14622         * src/prefs_wrapping.c
14623                 unify English usage
14624
14625 2005-07-15 [colin]      1.9.12cvs54
14626
14627         * src/wizard.c
14628                 Typo fix
14629
14630 2005-07-15 [paul]       1.9.12cvs53
14631
14632         * src/prefs_message.c
14633                 make 'show cursor' a hidden option
14634
14635 2005-07-14 [colin]      1.9.12cvs52
14636
14637         * src/plugins/spamassassin/Makefile.am
14638         * src/plugins/clamav/Makefile.am
14639                 Fix double EXTRA_DISTs
14640
14641 2005-07-14 [colin]      1.9.12cvs51
14642
14643         * src/plugins/clamav/Makefile.am
14644         * src/plugins/clamav/clamav_plugin_gtk.deps
14645         * src/plugins/spamassassin/Makefile.am
14646         * src/plugins/spamassassin/spamassassin_gtk.deps
14647                 Make $plugin_gtk depend on $plugin
14648
14649 2005-07-14 [hoa]        1.9.12cvs50
14650
14651         * src/etpan/imap-thread.c
14652                 enable debug log of libetpan when running with --debug
14653
14654 2005-07-14 [colin]      1.9.12cvs49
14655
14656         * configure.ac
14657         * src/common/Makefile.am
14658         * src/common/plugin.c
14659         * src/common/plugin.h
14660                 Add a little plugin dependancy system.
14661                 Plugins can ship a $plugin_name.deps file
14662                 (near them in PLUGINDIR) so that their
14663                 dependancies are loaded if possible.
14664         * src/plugins/Makefile.am
14665         * src/plugins/pgpcore/Makefile.am
14666         * src/plugins/pgpcore/passphrase.c
14667         * src/plugins/pgpcore/passphrase.h
14668         * src/plugins/pgpcore/plugin.c
14669         * src/plugins/pgpcore/prefs_gpg.c
14670         * src/plugins/pgpcore/prefs_gpg.h
14671         * src/plugins/pgpcore/select-keys.c
14672         * src/plugins/pgpcore/select-keys.h
14673         * src/plugins/pgpcore/sgpgme.c
14674         * src/plugins/pgpcore/sgpgme.h
14675                 Introduce pgpcore, used by pgpmime and
14676                 pgpinline
14677         * src/plugins/pgpmime/Makefile.am
14678         * src/plugins/pgpmime/passphrase.c
14679         * src/plugins/pgpmime/passphrase.h
14680         * src/plugins/pgpmime/pgpmime.c
14681         * src/plugins/pgpmime/pgpmime.deps
14682         * src/plugins/pgpmime/plugin.c
14683         * src/plugins/pgpmime/prefs_gpg.c
14684         * src/plugins/pgpmime/prefs_gpg.h
14685         * src/plugins/pgpmime/select-keys.c
14686         * src/plugins/pgpmime/select-keys.h
14687         * src/plugins/pgpmime/sgpgme.c
14688         * src/plugins/pgpmime/sgpgme.h
14689                 Remove the core from pgpmime and add the
14690                 dependancy to pgpcore.
14691
14692 2005-07-14 [paul]       1.9.12cvs48
14693
14694         * src/stock_pixmap.c
14695                 forgot this in last commit
14696
14697 2005-07-14 [paul]       1.9.12cvs47
14698
14699         * src/account.c
14700         * src/addressbook.c
14701                 add accelerators for the buttons (sync with main)
14702         * src/compose.c
14703         * src/compose.h
14704                 add accelerators for the buttons.
14705                 fix editing with external editor.
14706                 replace gdk_input_*() with GIOChannel;
14707                 (sync with main)
14708         * src/foldersel.c
14709                 display folder names with new/unread
14710                 representation (sync with main)
14711         * src/main.c
14712                 specify default window icon (sync with main)
14713         * src/prefs_common.c
14714                 use_addr_book default to FALSE
14715         * src/summaryview.c
14716         * src/textview.c
14717                 add accelerators for the buttons (sync with main)
14718         * src/gtk/menu.c
14719                 fix typos
14720         * src/pixmaps/sylpheed_icon.xpm
14721                 updated
14722
14723 2005-07-13 [paul]       1.9.12cvs46
14724
14725         * src/plugins/pgpmime/pgpmime.c
14726         * src/plugins/pgpmime/sgpgme.c
14727                 (temporarily) use deprecated gpgme_data_rewind()
14728                 while largefile support is not present
14729                 (as suggested by Colin)
14730
14731 2005-07-13 [paul]       1.9.12cvs45
14732
14733         * configure.ac
14734                 remove large file support (for now):
14735                 it breaks too many things
14736
14737 2005-07-13 [paul]       1.9.12cvs44
14738
14739         * configure.ac
14740                 add large file support
14741         * src/html.c
14742                 fix bug #763 where href attribute was not
14743                 the very first attribute of a link
14744                 patch by Thomas Gilgin
14745
14746 2005-07-13 [colin]      1.9.12cvs43
14747
14748         * src/gtk/pluginwindow.c
14749                 Little portability fix
14750
14751 2005-07-13 [colin]      1.9.12cvs42
14752
14753         * src/plugins/pgpmime/sgpgme.c
14754                 Fix crasher.
14755
14756 2005-07-13 [colin]      1.9.12cvs41
14757
14758         * src/plugins/pgpmime/pgpmime.c
14759         * src/plugins/pgpmime/sgpgme.c
14760                 Use gpgme_data_release_and_get_mem instead
14761                 of gpgme_data_read.
14762
14763 2005-07-13 [colin]      1.9.12cvs40
14764
14765         * configure.ac
14766         * src/plugins/pgpmime/passphrase.c
14767         * src/plugins/pgpmime/passphrase.h
14768         * src/plugins/pgpmime/pgpmime.c
14769         * src/plugins/pgpmime/plugin.c
14770         * src/plugins/pgpmime/select-keys.c
14771         * src/plugins/pgpmime/select-keys.h
14772         * src/plugins/pgpmime/sgpgme.c
14773         * src/plugins/pgpmime/sgpgme.h
14774                 Port pgpmime to gpgme-1.0.
14775
14776 2005-07-12 [paul]       1.9.12cvs39
14777
14778         * AUTHORS
14779         * src/toolbar.c
14780         * src/toolbar.h
14781                 add a 'Go to Prev' button to the toolbar.
14782                 correct tooltip text of go to buttons.
14783                 based on patch by Yang Guilong <bamanzi@gmail.com>
14784
14785 2005-07-12 [colin]      1.9.12cvs38
14786
14787         * src/statusbar.c
14788                 Fix progress bar showing stuff at startup.
14789
14790 2005-07-12 [paul]       1.9.12cvs37
14791
14792         * src/editjpilot.c
14793                 fix building with jpilot support
14794
14795 2005-07-11 [colin]      1.9.12cvs36
14796
14797         * src/inc.c
14798                 Add visual indication that filtering is running
14799         * src/textview.c
14800                 Make {}[] uri delimiters
14801         * src/summaryview.c
14802                 Remove useless (and slow) calls
14803
14804 2005-07-11 [paul]       1.9.12cvs35
14805
14806         * src/plugins/clamav/clamav_plugin_gtk.c
14807         * src/plugins/dillo_viewer/dillo_prefs.c
14808         * src/plugins/pgpmime/prefs_gpg.c
14809         * src/plugins/spamassassin/spamassassin_gtk.c
14810                 gather plugins prefs together under their
14811                 own 'Plugins' heading
14812
14813 2005-07-11 [paul]       1.9.12cvs34
14814
14815         sync with main
14816
14817         * src/account.c
14818                 account_delete(): modified alert dialog
14819         * src/editjpilot.c
14820         * src/editvcard.c
14821                 fixed a crash when cancelling file selection
14822                 dialog by Escape key. Made non-ascii filename
14823                 selectable.
14824         * src/prefs_template.c
14825                 prefs_template_window_create(): make scrolled
14826                 window policy AUTOMATIC
14827
14828 2005-07-10 [hoa]        1.9.12cvs33
14829
14830         * src/etpan/imap-thread.c
14831                 workaround for old Courier IMAP servers.
14832
14833 2005-07-10 [colin]      1.9.12cvs32
14834
14835         * src/folder.c
14836         * src/statusbar.c
14837         * src/statusbar.h
14838                 Add visual progress indicator on filtering/processing
14839                 Factorize the progress bar code
14840         * src/imap.c
14841         * src/imap.h
14842         * src/etpan/imap-thread.c
14843                 Add a reference counter to avoid destroying the Folder
14844                 while it's in use by another callback.
14845
14846 2005-07-09 [hoa]        1.9.12cvs31
14847
14848         * src/imap.c
14849         * src/etpan/imap-thread.c
14850                 fixed deadlock when removing IMAP account.
14851
14852 2005-07-08 [colin]      1.9.12cvs30
14853
14854         * src/textview.c
14855         * src/unmime.c
14856                 Fix again problems decoding broken headers
14857         * src/gtk/inputdialog.c
14858                 Fix local variable shadowing a global one
14859
14860 2005-07-08 [colin]      1.9.12cvs29
14861
14862         * src/msgcache.c
14863                 Make the cache/mark files platform-agnostic by writing
14864                 them in little-endian format. Reading them is also done
14865                 in little-endian format, of course; however, in order
14866                 to avoid trashing mark data on big-endian machines, the
14867                 files are, at first, read from the native format if the
14868                 little-endian one doesn't exist. This is easy to deter-
14869                 mine by trying to open a file with a swapped data_ver
14870                 and seeing if it's the wanted version.
14871                 Little-endian using users should see absolutely no
14872                 difference, Big-endian users may get a very little
14873                 performance drop due to byte-swapping.
14874                 Tested on i386 and ppc32. 
14875                 Fixes bug #159 (The index file, in the mailboxes, is 
14876                 hardware depending).
14877
14878                 To have the cache/mark files updated to the new little-
14879                 endian format, "Check for new messages" or even
14880                 "Rebuild folder tree" aren't enough. Files will be
14881                 updated as soon as a folder has been opened/closed.
14882                 To update everything, just select all folders by
14883                 selecting them one by one.
14884
14885 2005-07-07 [colin]      1.9.12cvs28
14886
14887         * src/imap.c
14888                 Remember the folder separator per IMAPFolder
14889                 instead of globally.
14890                 Revive the Session on noop; fixes bug #761
14891                 (mark a bunch of unread messages as read takes 
14892                 forever)
14893
14894 2005-07-07 [darko]      1.9.12cvs27
14895
14896         * src/common/template.c
14897                 Sort templates alphabetically
14898
14899 2005-07-06 [colin]      1.9.12cvs26
14900
14901         * src/imap.c
14902                 Try to use the correct separator in
14903                 most cases. Possibly fixes bug #759
14904                 (only creates the INBOX folder when 
14905                 setting up new IMAP account) and 
14906                 bug #760 (Can't retrieve messages)
14907
14908 2005-07-06 [colin]      1.9.12cvs25
14909
14910         * src/imap.c
14911                 Use real_path in status command. This will
14912                 help later, when namespaces will be used.
14913
14914 2005-07-06 [colin]      1.9.12cvs24
14915
14916         * configure.ac
14917         * src/account.c
14918         * src/folder.c
14919         * src/imap.c
14920         * src/etpan/etpan-log.c
14921         * src/etpan/etpan-thread-manager.c
14922         * src/etpan/imap-thread.c
14923                 Add a --disable-libetpan parameter. With this,
14924                 users that don't want IMAP4 support can avoid
14925                 the new dependancy (and have no IMAP support).
14926                 Users that have IMAP4 accounts and use this
14927                 parameter won't lose their configuration, their
14928                 IMAP accounts will just be invisible and not
14929                 used.
14930         * src/textview.c
14931                 Make the "Copy ..." contextual menu items 
14932                 copy to both the X clipboard and the gtk 
14933                 clipboard - as most other apps do.
14934         * src/gtk/about.c
14935                 Add a notice about OpenSSL usage, in order to
14936                 comply with OpenSSL's license (point 6):
14937                 http://www.openssl.org/source/license.html
14938
14939 2005-07-06 [colin]      1.9.12cvs23
14940
14941         * src/alertpanel.c
14942                 Fix a minimum size for alertpanels
14943         * src/compose.c
14944                 Show 'No space left on device' type errors
14945                 when queuing/sending
14946         * src/imap_gtk.c
14947         * src/mh_gtk.c
14948                 Rework folder's deletion message (remove 
14949                 extra \n)
14950
14951 2005-07-05 [colin]      1.9.12cvs22
14952
14953         * src/imap.c
14954                 Add an alertpanel on auth error
14955                 Add pseudo-log
14956                 Remove pthread-related stuff
14957
14958 2005-07-05 [colin]      1.9.12cvs21
14959
14960         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14961                 Fix crash on plugin reloading (with a hack)
14962
14963 2005-07-05 [colin]      1.9.12cvs20
14964
14965         * src/prefs_account.c
14966         * src/prefs_account.h
14967                 Fix typo
14968         * src/gtk/filesel.c
14969         * src/gtk/filesel.h
14970                 Add a way to filter the view
14971         * src/gtk/pluginwindow.c
14972                 Filter loadable stuff
14973         * src/plugins/pgpmime/prefs_gpg.c
14974                 Fix missing unregistration
14975         * .cvsignore
14976         * src/etpan/.cvsignore
14977         * src/plugins/spamassassin/.cvsignore
14978                 Add more stuff to cvs ignored files
14979
14980 2005-07-04 [colin]      1.9.12cvs19
14981
14982         * src/imap.c
14983                 Fix scan_required returning FALSE when it
14984                 shouldn't. Maybe fix #760 (Can't retrieve
14985                 messages)
14986
14987 2005-07-04 [colin]      1.9.12cvs18
14988
14989         * src/summaryview.c
14990                 Fix always_show_msg pref
14991
14992 2005-07-04 [paul]       1.9.12cvs17
14993
14994         sync with main (forgotten in last commit)
14995         
14996         * src/common/utils.c
14997         * src/common/utils.h
14998                 check_line_length(): new.
14999                 is_dir_exist()
15000                 is_file_entry_exist()
15001                 dirent_is_regular_file()
15002                 dirent_is_directory(): use g_file_test() instead of stat().
15003
15004 2005-07-04 [paul]       1.9.12cvs16
15005
15006         sync with main:
15007
15008         * src/compose.c
15009                 compose_write_to_file(): check for line
15010                 length limit and display warning if exceeds
15011         * src/jpilot.c
15012                 use get_home_dir() instead of g_get_home_dir()
15013         * src/procheader.c
15014                 removed warning about invalid date
15015         * src/vcard.c
15016                 use get_home_dir() instead of g_get_home_dir()
15017
15018 2005-07-04 [paul]       1.9.12cvs15
15019
15020         * src/stock_pixmap.c
15021                 fix new pixmap naming errors
15022                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
15023
15024 2005-07-04 [colin]      1.9.12cvs14
15025
15026         * src/imap.c
15027                 Fix debugging string with a warning
15028
15029 2005-07-04 [colin]      1.9.12cvs13
15030
15031         * configure.ac
15032                 Add a check for libetpan's version (>= 0.37)
15033
15034 2005-07-04 [hoa]        1.9.12cvs12
15035
15036         * commitHelper
15037         * src/imap.c
15038         * src/etpan/imap-thread.c
15039         * src/etpan/imap-thread.h
15040                 fixed IMAP implementation of check of mails.
15041
15042 2005-07-03 [hoa]        1.9.12cvs11
15043
15044         * src/etpan/Makefile.am
15045         * src/etpan/etpan-errors.h
15046         * src/etpan/etpan-log.[ch]
15047         * src/etpan/etpan-thread-manager-types.h
15048         * src/etpan/etpan-thread-manager.[ch]
15049         * src/etpan/imap-thread.[ch]
15050         * src/Makefile.am
15051         * src/imap.c
15052         * src/main.c
15053         * src/prefs_other.c
15054         * configure.ac
15055             merged imap branch.
15056             dependency on libetpan 0.37 is now added.
15057
15058 2005-07-01 [colin]      1.9.12cvs10
15059
15060         * src/Makefile.am
15061         * src/folder.c
15062         * src/folder.h
15063         * src/folderview.c
15064         * src/stock_pixmap.c
15065         * src/stock_pixmap.h
15066         * src/plugins/trayicon/trayicon.c
15067                 Add marked symbol on folders containing
15068                 marked messages
15069         * src/procmsg.c
15070         * src/procmsg.h
15071         * src/toolbar.c
15072         * src/prefs_common.c
15073         * src/prefs_common.h
15074         * src/prefs_send.c
15075                 Add an optional confirmation dialog on queue
15076                 sending. Patch by wwp.
15077         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
15078         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
15079         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
15080         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
15081         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
15082         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
15083         * src/pixmaps/inbox_mark.xpm            ** ADDED **
15084         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
15085         * src/pixmaps/outbox_mark.xpm           ** ADDED **
15086         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
15087         * src/pixmaps/trash_mark.xpm            ** ADDED **
15088                 New pixmaps
15089
15090 2005-07-01 [colin]      1.9.12cvs9
15091
15092         * src/summaryview.c
15093                 Fix a little threading bug
15094         * src/addrgather.c
15095         * src/mainwindow.c
15096                 A little bit of HIG normality never hurts
15097
15098 2005-07-01 [colin]      1.9.12cvs8
15099
15100         * src/compose.c
15101         * src/msgcache.c
15102         * src/pop.c
15103         * src/procmime.c
15104         * src/recv.c
15105         * src/common/log.c
15106         * src/common/template.c
15107         * src/common/utils.c
15108         * src/common/utils.h
15109                 Reverted the fwrite_atomic stuff. In fact
15110                 it is already atomic.
15111
15112 2005-06-30 [colin]      1.9.12cvs7
15113
15114         * src/common/utils.c
15115         * src/common/utils.h
15116                 Add an fwrite_atomic() function to make
15117                 sure we write everything: fwrite can make
15118                 short writes.
15119         * src/compose.c
15120         * src/msgcache.c
15121         * src/pop.c
15122         * src/procmime.c
15123         * src/recv.c
15124         * src/common/log.c
15125         * src/common/template.c
15126                 Use that (and fix swapping of size and nmemb).
15127                 Thanks to Rich Coe for the heads up.
15128
15129 2005-06-30 [colin]      1.9.12cvs6
15130
15131         * src/addressbook.c
15132                 Optimize addressbook opening 
15133
15134 2005-06-30 [colin]      1.9.12cvs5
15135
15136         * src/summaryview.c
15137                 Remove calls to summary_step after move/copy
15138
15139 2005-06-28 [paul]       1.9.12cvs4
15140
15141         * src/alertpanel.c
15142                 wrap and make the error msg selectable
15143
15144 2005-06-28 [paul]       1.9.12cvs3
15145
15146         * src/ssl_manager.c
15147                 replace the OK button with a Close button
15148         * src/gtk/foldersort.c
15149                 use GTK_STOCK_ icons/buttons
15150
15151 2005-06-28 [colin]      1.9.12cvs2
15152
15153         * src/gedit-print.c             ** ADDED **
15154         * src/gedit-print.h             ** ADDED **
15155         * src/gtk/gtksourceprintjob.c   ** ADDED **
15156         * src/gtk/gtksourceprintjob.h   ** ADDED **
15157                 I can't believe no one had enough time to tell
15158                 me I forgot the `cvs add`
15159
15160 2005-06-27 [colin]      1.9.12cvs1
15161
15162         * src/Makefile.am
15163         * src/gtk/Makefile.am
15164         * src/messageview.c
15165         * src/procmsg.c
15166         * src/summaryview.c
15167         * configure.ac
15168                 Add optional libgnomeprint-based printing
15169         * src/mainwindow.c
15170         * src/gtk/quicksearch.c
15171                 Add an Edit/Quick search menu item to show
15172                 and focus the quicksearch
15173
15174 2005-06-27 [paul]       1.9.12
15175
15176         1.9.12 release
15177
15178         * po/ca.po
15179         * po/de.po
15180         * po/es.po
15181         * po/fr.po
15182         * po/it.po
15183         * po/ko.po
15184         * po/pt_BR.po
15185         * po/sk.po
15186         * po/zh_CN.po
15187                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
15188                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
15189                 SungHyun Nam, Frederico Goncalves Guimaraes,
15190                 Andrej Kacian, and Yang Guilong
15191 2005-06-26 [colin]      1.9.11cvs106
15192
15193         * src/imap_gtk.c
15194                 Forgot one file for previous fix
15195
15196 2005-06-26 [colin]      1.9.11cvs105
15197
15198         * src/folder.c
15199         * src/imap.c
15200                 Fix problems with folder operations in no_select
15201                 imap folders. it applies only to mails, and 
15202                 creation/deletion/move/renaming of folders 
15203                 should be possible
15204
15205 2005-06-26 [paul]       1.9.11cvs104
15206
15207         * src/prefs_filtering.c
15208                 replace one more GTK_STOCK_REMOVE
15209                 with GTK_STOCK_DELETE
15210
15211 2005-06-25 [colin]      1.9.11cvs103
15212
15213         * src/imap.c
15214                 Optimize get_seq_set_from_seq_list
15215                 (Patch by Ricardo) 
15216
15217 2005-06-25 [colin]      1.9.11cvs102
15218
15219         * src/mh.c
15220                 If the directory exists, but not in the
15221                 correct encoding, rename it. This should
15222                 handle old-versions-induced bugs.
15223
15224 2005-06-25 [colin]      1.9.11cvs101
15225
15226         * src/mh.c
15227                 Fix path access with extended dir names
15228                 Fixes bug #589 (SC segfaults with wrong locale
15229                 settings)
15230
15231 2005-06-25 [colin]      1.9.11cvs100
15232
15233         * src/prefs_account.c
15234         * src/prefs_account.h
15235         * src/compose.c
15236                 Add an option to encrypt replies to
15237                 encrypted messages
15238
15239 2005-06-25 [colin]      1.9.11cvs99
15240
15241         * src/compose.c
15242         * src/quote_fmt_parse.y
15243                 ... And make it work with pgpinline.
15244
15245 2005-06-25 [colin]      1.9.11cvs98
15246
15247         * src/compose.c
15248         * src/procmime.c
15249         * src/procmime.h
15250         * src/quote_fmt_parse.y
15251                 o Make reedition of encrypted messages possible
15252                   (as long as it is encrypted to self too, no
15253                    magic there)
15254                 o Make replying with quote (and without selecting
15255                   text) possible for encrypted messages.
15256                 Closes bug #550 (Not possible to "reply with quote"
15257                 to gnupg encrypted messages)
15258
15259 2005-06-24 [paul]       1.9.11cvs97
15260
15261         * src/imap.c
15262                 add missing include
15263
15264 2005-06-24 [paul]       1.9.11cvs96
15265
15266         * src/editldap.c
15267                 made bind password entry invisible
15268                 (sync with main)
15269         * src/send_message.c
15270                 send_message_local(): check exit status
15271                 to detect errors (sync with main)
15272         * src/textview.c
15273                 use main's less ambiguous popup menu
15274                 wording
15275
15276 2005-06-24 [paul]       1.9.11cvs95
15277
15278         * src/prefs_actions.c
15279         * src/prefs_customheader.c
15280         * src/prefs_display_header.c
15281         * src/prefs_filtering_action.c
15282         * src/prefs_matcher.c
15283         * src/prefs_template.c
15284         * src/prefs_toolbar.c
15285                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
15286         * src/gtk/description_window.c
15287                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
15288
15289 2005-06-23 [colin]      1.9.11cvs94
15290
15291         * src/summaryview.c
15292                 Fix rough edges (be sure to call status_show whenever
15293                 necessary).
15294
15295 2005-06-23 [colin]      1.9.11cvs93
15296
15297         * src/summaryview.c
15298                 Optimize Select All
15299                 Before, in a 5K mails folder: 11s
15300                 After, in the same folder: 58000µs
15301                 The joys of locking... gtk_clist_select_all() fires a 
15302                 tree-select-row event for each selected row, which in 
15303                 summaryview, callbacks summary_selected which in turn,
15304                 calls summary_status_show, which walks the selected
15305                 rows. Hence, calling gtk_clist_select_all was 
15306                 exponential. Locking the summaryview makes 
15307                 summary_selected return early.
15308
15309 2005-06-23 [colin]      1.9.11cvs92
15310
15311         * src/imap.c
15312                 Move mutex at the important place to avoid
15313                 deadlocks
15314         * src/summaryview.c
15315                 Fix Del key deleting directly instead of
15316                 moving to trash
15317
15318 2005-06-22 [colin]      1.9.11cvs91
15319
15320         * src/plugins/spamassassin/libspamc.c
15321                 As we do spagetti code with assignations in multiple
15322                 places (see _message_read_raw where out = msg = raw),
15323                 let's be sure we don't free the same pointer twice.
15324                 Should fix bug #683 (Crash in libpam at 
15325                 message_cleanup).
15326
15327 2005-06-22 [colin]      1.9.11cvs90
15328
15329         * src/compose.c
15330         * src/messageview.c
15331         * src/toolbar.c
15332                 Make toolbar's delete use the move to trash stuff;
15333                 Add gtk_widget_realize to be sure pixmaps can get
15334                 created (that may fix an old worksforme bug which
15335                 I can't find back...)
15336
15337 2005-06-22 [colin]      1.9.11cvs89
15338
15339         * src/summaryview.c
15340         * src/summaryview.h
15341         * src/mainwindow.c
15342                 Rename "Message/Delete" to "Message/Move to trash"
15343                 Add "Message/Delete..." that directly destroys the
15344                 selected messages after asking for a confirmation.
15345
15346 2005-06-22 [colin]      1.9.11cvs88
15347
15348         * src/imap.c
15349                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
15350                 o Fix a deadlock (thanks Darko)
15351
15352 2005-06-22 [colin]      1.9.11cvs87
15353
15354         * src/gtk/foldersort.c
15355                 Add missing include for the i18n;
15356                 patch by Fabien Vantard
15357
15358 2005-06-21 [colin]      1.9.11cvs86
15359
15360         * src/folder.c
15361         * src/folderview.c
15362                 Respect the no_select flag
15363         * src/imap.c
15364                 Fix recursive deletion
15365         * src/imap_gtk.c
15366         * src/mh_gtk.c
15367                 Make the folder deletion's warning
15368                 more explicit
15369
15370 2005-06-21 [colin]      1.9.11cvs85
15371
15372         * src/textview.c
15373                 Prevent email addresses from spanning accross
15374                 lines - fixes bug # 646 (newline-chars in 
15375                 email addresses)
15376
15377 2005-06-20 [colin]      1.9.11cvs84
15378
15379         * src/folder.c
15380                 Be sure not to remove source if copy failed
15381
15382 2005-06-20 [colin]      1.9.11cvs83
15383
15384         * src/folderview.c
15385         * src/imap_gtk.c
15386                 remove summaryview's lock
15387         * src/imap.c
15388                 introduce threads to avoid problems when foreground tasks
15389                 interfere with background tasks
15390         * src/mh.c
15391                 prevent moving to drafts/queue
15392         * src/mimeview.c
15393                 fix leak
15394
15395 2005-06-19 [colin]      1.9.11cvs82
15396
15397         * src/imap_gtk.c
15398                 Remember that the user doesn't want to override
15399                 offline mode, for 3 seconds. It avoid presenting
15400                 him with N popups in a really short time.
15401
15402 2005-06-17 [colin]      1.9.11cvs81
15403
15404         * src/imap.c
15405                 Fix IMAP breaking on folders containing '('
15406                 (Probably won't be enough)
15407
15408 2005-06-17 [colin]      1.9.11cvs80
15409
15410         Forgotten files on 1.9.11cvs79
15411         * src/summaryview.c
15412                 Fix stepping when not immediately executing
15413         * src/imap.c
15414                 Really prevent UID FETCH 0
15415         * src/codeconv.c
15416                 Fix outgoing charset never set to utf-8
15417         * src/mh.c
15418                 Fix leak
15419
15420 2005-06-16 [colin]      1.9.11cvs79
15421
15422         * src/compose.c
15423                 Fix bug #707 (Dash splits rows)
15424                 Only wrap if we're on a line break position and
15425                 the previous one was a "white" (space) char.
15426                 Pango stuff is weird.
15427
15428 2005-06-16 [colin]      1.9.11cvs78
15429
15430         * src/imap_gtk.c
15431                 Lock summaryview while downloading messages
15432                 on user demand
15433         * src/procheader.c
15434         * src/unmime.c
15435         * src/common/utils.c
15436         * src/common/utils.h
15437                 Replace \r and \n with spaces in From and
15438                 Subject headers
15439
15440 2005-06-16 [paul]       1.9.11cvs77
15441
15442         * src/procmime.c
15443                 liberalise the mime parser
15444         * src/gtk/about.c
15445                 add text wrapping
15446
15447 2005-06-16 [paul]       1.9.11cvs76
15448
15449         * src/gtk/about.c
15450                 reworked
15451
15452 2005-06-15 [colin]      1.9.11cvs75
15453
15454         * src/compose.c
15455                 Finish header encoding fix
15456         * src/summaryview.c
15457                 Fix segfault
15458         * src/headerview.c
15459                 Fix compilation (Thanks Stephan
15460                 Sachse)
15461
15462 2005-06-15 [colin]      1.9.11cvs74
15463
15464         * Makefile.am
15465                 Install gnome2 stuff rather than gnome1, 
15466                 if both are present
15467         * src/codeconv.c
15468         * src/codeconv.h
15469         * src/compose.c
15470                 Fix headers encoding
15471         * src/folder.c
15472                 Visual progress when fetching all messages
15473         * src/folderview.c
15474         * src/summaryview.c
15475         * src/summaryview.h
15476                 Prevent changing current message while
15477                 incorporating
15478
15479 2005-06-15 [paul]       1.9.11cvs73
15480
15481         * src/gtk/gtkaspell.c
15482         * src/gtk/gtkaspell.h
15483                 fix build warnings
15484
15485 2005-06-15 [paul]       1.9.11cvs72
15486
15487         * src/prefs_filtering.c
15488                 allow reordering of filter rules by
15489                 drag n drop
15490
15491 2005-06-15 [paul]       1.9.11cvs71
15492
15493         * COPYING
15494                 updated
15495         * src/codeconv.c
15496                 replace deprecated function
15497         * src/inc.c
15498         * src/send_message.c
15499         * src/gtk/progressdialog.c
15500         * src/gtk/progressdialog.h
15501                 salvage and reuse parts of reverted sync
15502
15503 2005-06-15 [paul]       1.9.11cvs70
15504
15505         * src/inc.c
15506         * src/send_message.c
15507         * src/gtk/progressdialog.c
15508         * src/gtk/progressdialog.h
15509                 revert yesterday's sync with main
15510                 it contains deprecated functions
15511
15512 2005-06-15 [colin]      1.9.11cvs69
15513
15514         * src/headerview.c
15515                 Fix bug #670 (multi user to: will corrupt message 
15516                 headers display)
15517
15518 2005-06-15 [colin]      1.9.11cvs68
15519
15520         * src/compose.c
15521                 Fix bug #421 (Fix undo on wrapping)
15522
15523 2005-06-15 [colin]      1.9.11cvs67
15524
15525         * src/folder.c
15526                 Provide visual feedback while processing
15527                 folder's rules.
15528         * src/imap.c
15529                 Provide visual feedback while getting
15530                 short headers (for uncached messages)
15531
15532
15533 2005-06-14 [paul]       1.9.11cvs66
15534
15535         * src/account.c
15536                 change a couple stock icons
15537         * src/inc.c
15538         * src/send_message.c
15539         * src/gtk/progressdialog.c
15540         * src/gtk/progressdialog.h
15541                 sync main's GtkTreeView implementation
15542
15543 2005-06-14 [colin]      1.9.11cvs65
15544
15545         * src/imap.c
15546                 Various little fixes, mainly on error paths
15547
15548 2005-06-13 [colin]      1.9.11cvs64
15549
15550         * matcher.c
15551         * procmsg.c
15552         * procmsg.h
15553                 Add a way to fetch only headers. This speeds
15554                 up filtering on headers for IMAP. Fixes:
15555                 bug #481 extraneous imap commands slow down 
15556                         imap filtering
15557                 bug #522 Sylpheed downloads all messages 
15558                         when opening mailbox (IMAP)
15559                 bug #677 IMAP fetch is soooooooooooooo slow
15560         * src/folder.c
15561         * src/folder.h
15562                 Add a folder set_batch method so that
15563                 implementations can speed up flags changes
15564         * src/folderutils.c
15565         * src/summaryview.c
15566                 Use that in mark as (un)read and mark all read
15567                 Refix bug #679
15568         * src/imap.c
15569                 Implement set_batch - brings back deferred
15570                 flags in a less buggy manner. Fixes:
15571                 bug #729 IMAP immediate expunge of deleted messages
15572                 bug #191 remove list of messages with one command
15573                 Fix login with strange chars
15574                 Implement fetch_msg_full
15575                 Fix copy (wrong counts)
15576
15577 2005-06-12 [colin]      1.9.11cvs63
15578
15579         * src/folder.c
15580                 lock incorporation during long operations.
15581                 Avoids fucking up the IMAP socket.
15582
15583 2005-06-12 [colin]      1.9.11cvs62
15584
15585         * src/imap.c
15586                 Fix harmful typo
15587                 Factorize remove_all_msg
15588                 Thread-ize expunge
15589         * src/summaryview.c
15590                 Don't update partial-download status if unnecessary
15591         * src/folder.c
15592                 Use remove_msgs everywhere possible
15593
15594 2005-06-12 [colin]      1.9.11cvs61
15595
15596         * src/folder.c
15597         * src/folder.h
15598                 Add a remove_msgs function to remove a 
15599                 list of messages
15600         * src/imap.c
15601                 Implement that.
15602
15603 2005-06-12 [colin]      1.9.11cvs60
15604
15605         * src/imap.c
15606                 Remove flags-processing deferring... Too hard
15607                 to get it to work in all cases.
15608
15609 2005-06-11 [colin]      1.9.11cvs59
15610
15611         * src/imap.c
15612                 printf -> debug_print
15613
15614 2005-06-11 [colin]      1.9.11cvs58
15615
15616         * src/imap.c
15617                 o Fix build without USE_PTHREAD
15618                 o Factorize imap_open
15619                 o Alertpanel in case of impossible connection
15620                 o Alertpanel in case of impossible login
15621                 o Fix deferred flags processing to force a 
15622                   flush before adding some more flags to process,
15623                   but in another folder.
15624
15625 2005-06-10 [colin]      1.9.11cvs57
15626
15627         * src/imap.c
15628                 o Fix a format string error
15629                 o init ssl socket outside of the thread 
15630                   (it possibly invokes gtk calls)
15631         * src/procmime.c
15632                 o Put back the buffer to its necessary size
15633                 o Fix changing a file pointer without keeping
15634                   track of it (thanks Valgrind)
15635         * src/common/smtp.c
15636                 o Fix automatic STARTTLS if login should be done
15637                   and the server only allows it after starting TLS
15638         * src/gtk/gtkinputdialog.c
15639                 o Eat GDK_Return so that the combo popup doesn't 
15640                   appear when we press Enter to validate the combo
15641                   input dialog (as seen in the Open with... dialog)
15642
15643 2005-06-10 [colin]      1.9.11cvs56
15644
15645         * src/imap.c
15646                 o A bit less debug
15647                 o Fix a crash on deletion
15648                 o Threadize imap_select (it's called outside of 
15649                   threads)
15650                 o Defer treatment of DELETED flags
15651
15652
15653 2005-06-09 [colin]      1.9.11cvs55
15654
15655         * src/imap.c
15656                 Make sure we check imap_gtk_should_override(), which
15657                 potentially calls gtk stuff, before creating thread.
15658                 That way it should't be called via imap_get_session()
15659                 inside a thread.
15660
15661 2005-06-09 [colin]      1.9.11cvs54
15662
15663         * src/imap.c
15664                 o add a bit of status output
15665                 o remove some dead code
15666                 o threadize get_list_of_uids
15667                 o threadize imap_get_flags
15668                 o defer flag changing by 500ms so that they
15669                   can be batched
15670
15671
15672 2005-06-08 [colin]      1.9.11cvs53
15673
15674         * src/imap.c
15675                 Thread-ize imap_cmd_fetch
15676
15677 2005-06-08 [colin]      1.9.11cvs52
15678
15679         * src/main.c
15680                 Mmh, that broke POP3...
15681
15682 2005-06-08 [colin]      1.9.11cvs51
15683
15684         * src/main.c
15685                 Stabilize IMAP patch (thanks to Hoa)
15686
15687 2005-06-08 [colin]      1.9.11cvs50
15688
15689         * src/imap.c
15690                 Test patch to speed up imap. 
15691
15692 2005-06-08 [colin]      1.9.11cvs49
15693
15694         * src/imap_gtk.c
15695                 Warning fix
15696         * src/procmime.c
15697                 Apply patch from gentoo to use /usr/share/mime/globs if 
15698                 available, after un-breaking it
15699         * src/common/log.c
15700         * src/common/log.h
15701                 Use g_timeout for invoking hooks that possibly use gtk
15702                 calls. This should leave gtk calls in the main thread.
15703
15704 2005-06-08 [paul]       1.9.11cvs48
15705
15706         * src/codeconv.c
15707                 conv_get_outgoing_charset_str(): don't
15708                 use prefs_common setting
15709         * src/compose.c
15710         * src/compose.h
15711                 add /Options/Character encoding/... to
15712                 temporarily change the outgoing encoding
15713
15714         (belated sync with main)
15715
15716 2005-06-08 [paul]       1.9.11cvs47
15717
15718         * src/compose.c
15719                 correction to/completion of last
15720                 sync with main
15721
15722 2005-06-08 [paul]       1.9.11cvs46
15723
15724         sync with main:
15725         
15726         * src/codeconv.c
15727         * src/codeconv.h
15728                 always enabled Japanese auto-detection
15729                 if the first letters of locale string
15730                 is "ja"
15731         * src/compose.c
15732                 don't use "destroy" signal to destroy
15733                 Compose object (fix rare crashes on discard?)
15734         * src/mainwindow.c
15735         * src/messageview.c
15736         * src/prefs_send.c
15737                 added Hebrew encodings
15738         * src/sourcewindow.c
15739                 don't use "destroy" signal to destroy
15740                 objects
15741
15742 2005-06-07 [colin]      1.9.11cvs45
15743
15744         * src/summaryview.c
15745                 Add missing unlocks/locks
15746
15747 2005-06-07 [paul]       1.9.11cvs44
15748
15749         * src/summaryview.c
15750                 restore bug #749 fix
15751
15752 2005-06-06 [colin]      1.9.11cvs43
15753
15754         * src/summaryview.c
15755                 Fix selection bug when prefs_common.open_unread 
15756                 is FALSE
15757
15758 2005-06-06 [colin]      1.9.11cvs42
15759
15760         * src/common/md5.c
15761                 Fix a warning
15762         * src/summaryview.c
15763         * src/folderview.c
15764                 Factorize long operations beginning and end
15765                 (locking, freezing/thawing, cursor, ...)
15766                 Check selection->data member in selection-
15767                 related loops; this avoids dying an awful
15768                 death if the selection changes on us while
15769                 we're marking a whole IMAP folder unread, 
15770                 for example.
15771
15772 2005-06-06 [paul]       1.9.11cvs41
15773
15774         * src/textview.c
15775                 don't g_free() a static gchar buffer
15776
15777 2005-06-05 [colin]      1.9.11cvs40
15778
15779         * src/mainwindow.c
15780         * src/messageview.c
15781         * src/summaryview.c
15782                 Fix bug #749 (Show all headers should be
15783                 sticky as the GUI suggests)
15784
15785 2005-06-03 [paul]       1.9.11cvs39
15786
15787         * src/compose.c
15788                 don't allow editing of mail while sending.
15789                 patch by Colin
15790
15791 2005-06-03 [paul]       1.9.11cvs38
15792
15793         * src/folderview.c
15794                 add a freeze/thaw to speed up 'mark all read'
15795
15796 2005-06-03 [paul]       1.9.11cvs37
15797
15798         * src/prefs_message.c
15799                 reflect changes immediately
15800
15801 2005-06-02 [colin]      1.9.11cvs36
15802
15803         * po/POTFILES.in
15804                 Patch by Fabien Vantard.
15805
15806 2005-06-02 [colin]      1.9.11cvs35
15807
15808         * src/imap.c
15809                 Use a non-blocking imap_getline() if possible.
15810                 This should completely prevent the interface
15811                 from freezin on imap operations, although it
15812                 may do strange stuff in case of folder switching
15813                 while a big imap operation is taking place...
15814
15815                 In addition, fix a leak in the case thread
15816                 creation fails on connection.
15817
15818 2005-06-02 [colin]      1.9.11cvs34
15819
15820         * src/crash.c
15821         * src/prefs_common.h
15822                 Fix build (prefs_common_init() doesn't exist
15823                 anymore)
15824
15825 2005-06-02 [colin]      1.9.11cvs33
15826
15827         * src/prefs_account.c
15828                 Fix bug #245 (filtering rules broken when
15829                 renaming a remote account (imap4 or nntp)
15830
15831 2005-06-02 [colin]      1.9.11cvs32
15832
15833         * src/imap.c
15834                 Try to fix IMAP shortcomings: 
15835                 o Multithread imap_open()
15836                 o allow offline-mode overriding instead of
15837                   just returning NULL
15838         * src/imap_gtk.c
15839         * src/imap_gtk.h
15840                 Add a function to ask whether we want to
15841                 override offline-mode for 10 minutes (one-shot
15842                 asking was painful)
15843         * src/procheader.c
15844                 Fix segfault when imap parser isn't happy about
15845                 a missing {
15846
15847 2005-06-01 [colin]      1.9.11cvs31
15848
15849         * src/addrharvest.c
15850         * src/compose.c
15851         * src/mbox.c
15852         * src/mbox.h
15853         * src/mh.c
15854         * src/msgcache.c
15855         * src/send_message.c
15856         * src/setup.c
15857         * src/undo.c
15858         * src/common/hooks.c
15859         * src/common/prefs.c
15860         * src/common/template.c
15861         * src/common/utils.c
15862         * src/gtk/gtkutils.c
15863         * src/gtk/inputdialog.c
15864         * src/gtk/menu.c
15865         * src/gtk/pluginwindow.c
15866         * src/gtk/prefswindow.c
15867         * src/plugins/pgpmime/passphrase.c
15868         * src/plugins/pgpmime/prefs_gpg.c
15869                 More -Wall fixes
15870
15871         * src/common/Makefile.am
15872         * src/common/timing.h
15873                 Add basic timing code
15874
15875         * src/summaryview.c
15876                 Fix a bug with unread messages when 
15877                 re-sorting folders, and by the way
15878                 fix a big performance hit when 
15879                 re-sorting (10k mails: before 5s,
15880                 after .5s)
15881
15882         * src/prefs_compose_writing.c
15883         * src/prefs_compose_writing.h
15884         * src/prefs_message.c
15885         * src/prefs_message.h
15886         * src/prefs_other.c
15887         * src/prefs_other.h
15888         * src/prefs_quote.c
15889         * src/prefs_quote.h
15890         * src/prefs_receive.c
15891         * src/prefs_receive.h
15892         * src/prefs_send.c
15893         * src/prefs_send.h
15894         * src/prefs_summaries.c
15895         * src/prefs_summaries.h
15896                 Fix copyright banner
15897
15898 2005-06-01 [paul]       1.9.11cvs30
15899
15900         * po/fi.po
15901                 updated by Flammie Pirinen
15902         * src/procmime.c
15903                 fix 'Bad BASE64 content' output
15904
15905 2005-05-31 [colin]      1.9.11cvs29
15906
15907         * src/procmime.c
15908                 Oops, where did my hunk go.
15909
15910 2005-05-31 [colin]      1.9.11cvs28
15911
15912         * src/Makefile.am
15913         * src/account.c
15914         * src/action.c
15915         * src/addr_compl.c
15916         * src/addressbook.c
15917         * src/codeconv.c
15918         * src/compose.c
15919         * src/export.c
15920         * src/folder.c
15921         * src/folderview.c
15922         * src/image_viewer.c
15923         * src/main.c
15924         * src/mainwindow.c
15925         * src/messageview.c
15926         * src/mimeview.c
15927         * src/msgcache.c
15928         * src/prefs_account.c
15929         * src/prefs_actions.c
15930         * src/prefs_common.c
15931         * src/prefs_compose_writing.c
15932         * src/prefs_customheader.c
15933         * src/prefs_ext_prog.c
15934         * src/prefs_filtering.c
15935         * src/prefs_filtering_action.c
15936         * src/prefs_fonts.c
15937         * src/prefs_image_viewer.c
15938         * src/prefs_message.c
15939         * src/prefs_message.h
15940         * src/prefs_msg_colors.c
15941         * src/prefs_other.c
15942         * src/prefs_other.h
15943         * src/prefs_quote.c
15944         * src/prefs_receive.c
15945         * src/prefs_receive.h
15946         * src/prefs_send.c
15947         * src/prefs_send.h
15948         * src/prefs_spelling.c
15949         * src/prefs_summaries.c
15950         * src/prefs_summary_column.c
15951         * src/prefs_template.c
15952         * src/prefs_themes.c
15953         * src/prefs_toolbar.c
15954         * src/prefs_wrapping.c
15955         * src/procmime.c
15956         * src/procmsg.c
15957         * src/send_message.h
15958         * src/ssl_manager.c
15959         * src/summary_search.c
15960         * src/summaryview.c
15961         * src/textview.c
15962         * src/wizard.c
15963         * src/common/smtp.c
15964         * src/common/smtp.h
15965         * src/gtk/gtkutils.h
15966                 o Move the rest of Common prefs to new style
15967                 o Lots of -Wall warning fixes
15968                 o fix FIXME in cache memusage calculation
15969                 o Let return receipts be sent from any account
15970                 o Little cache optimisation (read)
15971                 o Fix bug #746 (don't treat commas as separators
15972                   when inside a quoted string)
15973
15974 2005-05-31 [paul]       1.9.11cvs27
15975
15976         * src/prefs_common.c
15977                 fix 'off-by-one' typo
15978
15979 2005-05-31 [paul]       1.9.11cvs26
15980
15981         * src/account.c
15982         * src/addr_compl.c
15983         * src/compose.c
15984         * src/foldersel.c
15985         * src/prefs_actions.c
15986         * src/prefs_common.c
15987         * src/prefs_common.h
15988         * src/prefs_customheader.c
15989         * src/prefs_display_header.c
15990         * src/prefs_filtering.c
15991         * src/prefs_filtering_action.c
15992         * src/prefs_matcher.c
15993         * src/prefs_summaries.c
15994         * src/prefs_summary_column.c
15995         * src/prefs_template.c
15996         * src/prefs_toolbar.c
15997         * src/ssl_manager.c
15998         * src/gtk/pluginwindow.c
15999         * src/gtk/prefswindow.c
16000         * src/gtk/progressdialog.c
16001                 add hidden prefs 'enable_rules_hint'
16002                 for gtk_tree_view_set_rules_hint()
16003                 (sync with main)
16004                 
16005
16006 2005-05-31 [colin]      1.9.11cvs25
16007
16008         * src/Makefile.am
16009         * src/main.c
16010         * src/prefs_common.c
16011         * src/prefs_summaries.c ** ADDED **
16012         * src/prefs_summaries.h ** ADDED **
16013                 Common/Display -> Display/Summaries
16014
16015 2005-05-31 [colin]      1.9.11cvs24
16016
16017         * src/Makefile.am
16018         * src/main.c
16019         * src/prefs_quote.c ** ADDED **
16020         * src/prefs_quote.h ** ADDED **
16021                 Move Common/Quote to Compose/Quoting
16022         * src/prefs_common.c
16023         * src/prefs_common.h
16024                 Remove old quote stuff, add
16025                 convenience functions for GtkTextView prefs
16026         * src/gtk/prefswindow.c
16027                 Set default height higher
16028
16029 2005-05-30 [colin]      1.9.11cvs23
16030
16031         * src/Makefile.am
16032         * src/main.c
16033         * src/prefs_common.c
16034         * src/prefs_compose_writing.c ** ADDED **
16035         * src/prefs_compose_writing.h ** ADDED **
16036                 Move Common/Compose prefs to Compose/Writing
16037
16038 2005-05-30 [colin]      1.9.11cvs22
16039
16040         * src/common/utils.c
16041                 Fix bug #651 (Confused Attract by Subject)
16042                 Patch by M. Benkmann <haferfrost@web.de>
16043         * AUTHORS
16044
16045 2005-05-30 [colin]      1.9.11cvs21
16046
16047         * src/compose.c
16048                 Fix concatenation of different headers of
16049                 the same type (bug #645)
16050         * src/prefs_folder_item.c
16051                 Fix bug #699 (setting color to black doesn't
16052                 work immediately)
16053         * src/procmime.c
16054                 Print out decoding error only once per
16055                 block
16056
16057 2005-05-30 [paul]       1.9.11cvs20
16058
16059         * src/common/template.c
16060                 fix Bcc
16061
16062 2005-05-30 [paul]       1.9.11cvs19
16063
16064         * doc/src/rfc2368.txt   **NEW FILE**
16065         * src/compose.c
16066                 compose_entries_set(): don't interpret Bcc
16067                 header field (conform to RFC 2368)
16068                 (sync with main)
16069
16070 2005-05-29 [colin]      1.9.11cvs18
16071
16072         * src/prefs_common.c
16073                 Let the default reply format respect
16074                 netiquette by cutting the signature.
16075
16076 2005-05-29 [colin]      1.9.11cvs17
16077
16078         * src/summaryview.c
16079                 Don't let always_show_msg override
16080                 open_unread_on_enter when opening a new
16081                 directory.
16082
16083 2005-05-27 [paul]       1.9.11cvs16
16084
16085         sync with main:
16086
16087         * src/main.c
16088                 app_will_exit(): cleanup tmp directory when exit
16089         * src/message_search.c
16090                 improved the interface and made code cleanup.
16091                 removed Clear button
16092         * src/send_message.c
16093                 send_message_local(): use GSpawn, and detect errors
16094         * src/summary_search.c
16095                 improved the interface and made code cleanup
16096         * src/textview.c
16097                 textview_write_link(): also skip non-ascii space
16098                  at the head of link strings (phishing check
16099                  didn't work at the case)
16100         * src/common/utils.c
16101                 get_command_output(): use g_spawn_command_line_sync()
16102                 instead of popen()
16103
16104 2005-05-26 [colin]      1.9.11cvs15
16105
16106         * src/folder.c
16107                 remove printf
16108
16109 2005-05-26 [colin]      1.9.11cvs14
16110
16111         * src/common/nntp.c
16112                 Fix nntp mode reader (bug #611)
16113                 Patch by Florian Mickler <florian@mickler.org>
16114
16115 2005-05-26 [colin]      1.9.11cvs13
16116
16117         * src/plugins/pgpmime/passphrase.c
16118                 Fix mouse grabbing (bug #557)
16119
16120 2005-05-26 [colin]      1.9.11cvs12
16121
16122         * src/prefs_themes.c
16123                 Fix g_warning (bug #541)
16124
16125 2005-05-26 [colin]      1.9.11cvs11
16126
16127         * src/prefs_actions.c
16128         * src/prefs_template.c
16129                 Fix bug #506 (no warning if action/template
16130                 is not saved)
16131         * src/common/template.c
16132                 Fix a possible crash
16133
16134 2005-05-26 [colin]      1.9.11cvs10
16135
16136         * src/folder.c
16137         * src/folderview.c
16138         * src/procmsg.c
16139         * src/summaryview.c
16140                 Forbid locked messages to be moved or
16141                 deleted. Locked messages in trashes 
16142                 still get deleted, for performance
16143                 reason (mh.c::mh_remove_all_msgs)
16144
16145 2005-05-25 [colin]      1.9.11cvs9
16146
16147         * src/procmime.c
16148                 Use correct encoding when sending mails
16149                 with attachments that have accentued 
16150                 chars in their name
16151
16152 2005-05-24 [colin]      1.9.11cvs8
16153
16154         * src/summaryview.c
16155                 Fix bug #688 f) read/unread marker not
16156                 changed on first click
16157                 Also, optimize summary_status_show()
16158                 calls
16159         * src/folder.c
16160         * src/inc.c
16161         * src/procmime.c
16162                 Fix bug #688 b) and c) wrt message
16163                 attachments and signature
16164         * src/stock_pixmap.c
16165         * src/stock_pixmap.h
16166         * src/stock_pixmap.c
16167         * src/stock_pixmap.h
16168         * src/Makefile.am
16169         * src/pixmaps/clip_gpg_signed.xpm
16170                 Add clip/signed icon
16171
16172 2005-05-24 [colin]      1.9.11cvs7
16173
16174         * src/folder_item_prefs.c
16175                 whitespace fix
16176
16177 2005-05-24 [colin]      1.9.11cvs6
16178
16179         * src/folderview.c
16180         * src/prefs_common.c
16181         * src/prefs_common.h
16182                 Add a confirmation to folder drag and drop
16183                 fixes bug #156
16184         * src/alertpanel.c
16185         * src/alertpanel.h
16186                 fix _with_disable parameters so that
16187                 the buttons labels are specifiable too
16188         * src/plugins/pgpmime/sgpgme.c
16189                 reflect said change
16190                 
16191
16192 2005-05-24 [colin]      1.9.11cvs5
16193
16194         * src/folderview.c
16195                 Uncollapse/collapse folders on double-click
16196                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
16197                 closes bug #108
16198
16199 2005-05-23 [colin]      1.9.11cvs4
16200
16201         * src/common/socket.c
16202                 Check another special SSL_peek() error.
16203                 Should help wrt bug #728
16204
16205 2005-05-23 [colin]      1.9.11cvs3
16206
16207         * src/plugins/pgpmime/pgpmime.c
16208                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
16209                 breaking menu accelerators and stuff. Users will have to
16210                 reselect "PGP MIME" instead of "PGP/MIME" in their 
16211                 account's privacy preferences if needed.
16212
16213 2005-05-22 [paul]
16214
16215         * tools/kdeservicemenu/install.sh
16216                 use kdesu to prompt for root password if doing
16217                 global install/uninstall
16218
16219 2005-05-20 [colin]      1.9.11cvs2
16220
16221         * src/procmsg.c
16222                 Fix another compilation error with gcc-2.9x
16223                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
16224         * src/send_message.c
16225                 Don't send QUIT if we aren't connected
16226
16227 2005-05-19 [colin]      1.9.11cvs1
16228
16229         * src/procmsg.c
16230                 Fix compilation with gcc 2.9x
16231
16232 2005-05-19 [paul]       1.9.11
16233
16234         1.9.11 released
16235
16236 2005-05-19 [paul]       1.9.9cvs14
16237
16238         * src/gtk/inputdialog.c
16239                 prevent gettext warning
16240
16241 2005-05-19 [paul]       1.9.9cvs13
16242
16243         * src/mainwindow.c
16244         * src/prefs_common.c
16245         * src/prefs_common.h
16246         * src/textview.c
16247         * src/textview.h
16248                 add an option to toggle cursor in message
16249                 view (sync with main)
16250
16251 2005-05-18 [colin]      1.9.9cvs12
16252
16253         * src/compose.c
16254                 Dereference freed pointer
16255         * src/gtk/gtkaspell.c
16256                 Fix duplication of dictionaries (is it an aspell issue?)
16257
16258 2005-05-18 [colin]      1.9.9cvs11
16259
16260         * src/gtk/inputdialog.c
16261         * src/gtk/gtkaspell.c
16262                 HIGuify dialogs
16263         * src/alertpanel.c
16264                 Remove a double call
16265
16266 2005-05-17 [colin]      1.9.9cvs10
16267
16268         * src/gtk/gtkaspell.c
16269                 Fix dialogs, Ctrl-Enter accel
16270
16271 2005-05-17 [colin]      1.9.9cvs9
16272
16273         * src/gtk/gtkaspell.c
16274                 Fix some accelerators, escape in replace-window
16275
16276 2005-05-16 [colin]      1.9.9cvs8
16277
16278         * src/gtk/gtkaspell.c
16279                 Revert last commit, it was a mistake.
16280
16281 2005-05-16 [colin]      1.9.9cvs7
16282
16283         * src/gtk/gtkaspell.c
16284                 Remove buggy code while we're at it. It's a 
16285                 dead code path anyway.
16286
16287 2005-05-16 [colin]      1.9.9cvs6
16288
16289         * src/gtk/gtkaspell.c
16290                 Missed some gtk_menu_popup where deactivate
16291                 signal should be handled. Should fix bug
16292                 #629 a bit more.
16293
16294 2005-05-16 [colin]      1.9.9cvs5
16295
16296         * src/gtk/gtkaspell.c
16297                 Remove debug printf()s
16298
16299 2005-05-16 [colin]      1.9.9cvs4
16300
16301         * src/gtk/gtkaspell.c
16302                 Fix a bit aspell problems
16303                 (see bug #629)
16304
16305 2005-05-13 [colin]      1.9.9cvs3
16306
16307         * src/folderview.c
16308                 Fix the + appearing even when no subfolders
16309                 have unread messages. Thanks to wwp for the
16310                 bug report.
16311
16312 2005-05-11 [paul]       1.9.9cvs2
16313
16314         * src/folderview.c
16315                 correction to 1.9.9cvs1, only colour folders that
16316                 have new msgs (not unread msgs)
16317
16318 2005-05-10 [colin]      1.9.9cvs1
16319
16320         * src/folderview.c
16321         * src/summaryview.c
16322                 Try to fix bolding bugs again.
16323
16324 2005-05-09 [paul]
16325
16326         * tools/claws.i18n.status.pl
16327                 add Ricardo Mones Lastra's script that has been providing
16328                 the i18n status page for many months
16329
16330 2005-05-09 [paul]       1.9.9
16331
16332         1.9.9 release
16333
16334 2005-05-09 [paul]       1.9.6cvs58
16335
16336         * AUTHORS
16337         * INSTALL
16338         * README.claws
16339                 updated
16340         * Makefile.am 
16341         * RELEASE_NOTES.claws
16342                 add release notes to cvs to simplify release
16343                 procedure
16344         * configure.ac
16345                 add ca and fi to ALL_LINGUAS
16346         * po/Makefile.in.in
16347                 workaround for missing Makevars
16348         * po/ca.po
16349         * po/fi.po
16350                 add new Catalan and Finnish translations
16351                 submitted by Miquel Oliete and Flammie Pirinen
16352         * po/de.po
16353         * po/es.po
16354         * po/fr.po
16355         * po/it.po
16356         * po/pl.po
16357         * po/ru.po
16358         * po/sk.po
16359         * po/sr.po
16360         * po/zh_CN.po
16361                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
16362                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
16363                 Urke MMI, and Hansom Young
16364         * src/main.c
16365                 Fix drafting when quitting. compose_draft() closes the
16366                 compose windows, which modifies the compose_list GSList.
16367                 We have to refresh this list after echo drafting to avoid a
16368                 segfault
16369         * src/partial_download.c
16370                 fix segfault on exit
16371
16372 2005-05-06 [paul]       1.9.6cvs57
16373
16374         * src/grouplistdialog.c
16375                 quick fix/workaround for unresizeable newsgroup
16376                 name column 
16377
16378 2005-05-06 [paul]       1.9.6cvs56
16379
16380         * src/inc.c
16381         * src/mainwindow.c
16382                 use gettext plural forms
16383         * src/imap_gtk.c
16384         * src/mh_gtk.c
16385         * src/toolbar.c
16386                 small improvement to english usage
16387
16388 2005-05-05 [thorsten]   1.9.6cvs55
16389
16390         * src/folder.c
16391                 fix possible crash
16392
16393 2005-05-05 [paul]       1.9.6cvs54
16394         
16395         sync with HEAD
16396
16397         * AUTHORS
16398         * src/compose.c
16399                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
16400                 patch by Tim Mann
16401
16402 2005-05-05 [paul]       1.9.6cvs53
16403
16404         * src/mainwindow.c
16405                 fix resizing of separate message and
16406                 folder views
16407
16408 2005-05-05 [paul]       1.9.6cvs52
16409
16410         * src/account.c
16411         * src/addrgather.c
16412         * src/browseldap.c
16413         * src/exphtmldlg.c
16414         * src/expldifdlg.c
16415         * src/importmutt.c
16416         * src/importpine.c
16417         * src/main.c
16418         * src/mainwindow.c
16419         * src/noticeview.c
16420         * src/prefs_filtering.c
16421         * src/prefs_filtering_action.c
16422         * src/prefs_matcher.c
16423         * src/prefs_spelling.c
16424         * src/prefs_toolbar.c
16425         * src/toolbar.c
16426         * src/wizard.c
16427         * src/gtk/description_window.c
16428         * src/gtk/gtkvscrollbutton.c
16429         * src/gtk/progressdialog.c
16430         * src/gtk/quicksearch.c
16431         * src/plugins/pgpmime/prefs_gpg.c
16432         * src/plugins/spamassassin/spamassassin_gtk.c
16433                 replace deprecated gtk_widget_set_usize
16434
16435 2005-05-04 [colin]      1.9.6cvs51
16436
16437         * src/common/utils.c
16438                 Fix crash when subst_for_filename is called
16439                 with a NULL parameter
16440
16441 2005-05-04 [colin]      1.9.6cvs50
16442
16443         * src/partial_download.c
16444         * src/pop.c
16445                 Escape login when writing uidl file
16446                 fixes bug #736
16447
16448 2005-05-03 [colin]      1.9.6cvs49
16449
16450         * src/procmime.c
16451                 Fix possible DOS in mime parser
16452                 (see bug #634)
16453
16454 2005-05-02 [colin]      1.9.6cvs48
16455
16456         * src/compose.c
16457                 Try to fix the copy/paste mess once again.
16458
16459
16460 2005-04-30 [colin]      1.9.6cvs47
16461
16462         * src/prefs_account.h
16463         * src/procmsg.c
16464         * src/send_message.c
16465         * src/common/smtp.c
16466         * src/common/smtp.h
16467                 Try to batch sending mails (per account) instead of
16468                 reconnecting to server every time.
16469
16470 2005-04-29 [colin]      1.9.6cvs46
16471
16472         * src/messageview.c
16473                 Fix window resizing that refused to size down
16474         * src/prefs_common.c
16475         * src/prefs_common.h
16476         * src/prefs_filtering.c
16477                 Save Filtering's window size
16478
16479 2005-04-21 [paul]       1.9.6cvs45
16480
16481         * ChangeLog-gtk2.claws
16482         * src/setup.c
16483                 correction to sync
16484
16485 2005-04-21 [paul]       1.9.6cvs44
16486
16487         sync with main:
16488
16489         * src/setup.c
16490         * src/statusbar.c
16491         * src/statusbar.h
16492                 use gtkut_widget_draw_now(). Improved performance
16493                 of the update of statusbar
16494         * src/textview.c
16495                 textview_smooth_scroll_do(): redraw it after scroll
16496                 is done (fixed incorrect display when a part of the
16497                 view is hidden).
16498         * src/gtk/gtkutils.c
16499         * src/gtk/gtkutils.h
16500                 gtkut_widget_draw_now(): use gdk_window_process_updates()
16501                 to force update of widgets.
16502                 Removed gtkut_widget_wait_for_draw() which had a big
16503                 overhead  because of waiting for all events processed 
16504
16505 2005-04-20 [paul]       1.9.6cvs43
16506
16507         * src/codeconv.c
16508                 complete 1.9.6cvs42's sync:
16509                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
16510
16511 2005-04-19 [paul]       1.9.6cvs42
16512
16513         sync with main:
16514
16515         * src/action.c
16516                 catch_output(): correctly select the insert text
16517                 (fix invalid iterator warnings).
16518         * src/codeconv.c
16519         * src/codeconv.h
16520         * src/mainwindow.c
16521         * src/messageview.c
16522         * src/prefs_common.c
16523                 support GBK encoding.
16524         * src/common/session.c
16525         * src/common/session.h
16526                 use separate buffer for large data to be sent,
16527                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
16528
16529 2005-04-18 [paul]       1.9.6cvs41
16530
16531         * src/jpilot.c
16532                 convert unsigned long into guint32
16533                 patch by Paul LeoNerd Evans 
16534
16535 2005-04-17 [colin]      1.9.6cvs40
16536
16537         * src/compose.c
16538                 Fix 'Request return receipt' from folder
16539                 properties (bug #708)
16540
16541 2005-04-17 [colin]      1.9.6cvs39
16542
16543         * src/mainwindow.c
16544                 Fix duplicate hotkeys in Mainwindow's menu
16545
16546 2005-04-17 [colin]      1.9.6cvs38
16547
16548         * src/folderview.c
16549                 Fix duplicate hotkeys in Folderview's contextual
16550                 menu
16551
16552 2005-04-15 [colin]      1.9.6cvs37
16553
16554         * src/summaryview.c
16555                 Fix 'Save as...' with non-ascii filenames
16556
16557 2005-04-15 [colin]      1.9.6cvs36
16558
16559         * src/plugins/pgpmime/pgpmime.c
16560                 Fix bus error on 64bit. Spotted by 
16561                 macallan1888@gmail.com
16562
16563 2005-04-15 [colin]      1.9.6cvs35
16564
16565         * src/prefs_account.c
16566                 Fix cvs34.
16567
16568 2005-04-12 [colin]      1.9.6cvs34
16569
16570         * src/prefs_account.c
16571                 Fix smtp auth type off-by-one. We forgot to
16572                 add PLAIN in the prefs-to-gui setter func and
16573                 as a result, the selected auth when opening
16574                 account prefs was not the correct one.
16575
16576 2005-04-12 [paul]       1.9.6cvs33
16577
16578         * src/inc.c
16579                 if the recv dialog is visible, Cancel only
16580                 cancels the current account
16581
16582
16583 2005-04-10 [colin]      1.9.6cvs32
16584
16585         * src/filtering.c
16586                 Copy score when copying FilteringActions
16587                 Fix bug #674
16588
16589 2005-04-10 [colin]      1.9.6cvs31
16590
16591         * src/inc.c
16592                 Make Message -> Receive -> Cancel cancel 
16593                 incorporation on all accounts. Fixes
16594                 bug #693
16595
16596 2005-04-10 [colin]      1.9.6cvs30
16597
16598         * src/prefs_account.c
16599                 Update Privacy checkbuttons status based
16600                 on the selected privacy system
16601         * src/compose.c
16602                 Always connect the "None" privacy system; the
16603                 static boolean was probably there to avoid
16604                 reconnecting twice in the same compose window,
16605                 but as the parent function is only called once
16606                 per compose, it's only a bug - as a static is
16607                 initialized once per application instance.
16608                 Also, don't uncheck Sign and Encrypt when
16609                 selecting None as privacy system; just ignore
16610                 them when sending/queuing.
16611                 Should fix bug #695
16612
16613 2005-04-08 [colin]      1.9.6cvs29
16614
16615         * src/account.c
16616         * src/prefs_account.c
16617         * src/prefs_account.h
16618                 Add account preference to queue message in a certain
16619                 folder.
16620
16621 2005-04-06 [colin]      1.9.6cvs28
16622
16623         * src/prefs_account.c
16624                 Update old inbox path syntax
16625
16626 2005-04-06 [paul]       1.9.6cvs27
16627
16628         sync with main:
16629
16630         * configure.ac
16631                 changed -traditional-cpp to -no-cpp-precomp for newer
16632                 Mac OS X support
16633         * src/foldersel.c
16634                 made column resize automatically
16635         * src/send_message.c
16636                 send_message_smtp(): consider EOF right after QUIT
16637                 successful (workaround for Gmail SMTP server)
16638         * src/common/socket.c
16639                 ssl_read(), ssl_peek(): check EOF which violates the
16640                 SSL protocol
16641         * src/gtk/colorlabel.c
16642                 removed warnings when displaying colorlabel menu
16643                 (don't use GtkAlignment)
16644
16645 2005-04-05 [paul]       1.9.6cvs26
16646
16647         * src/plugins/trayicon/trayicon.c
16648                 fix clipping of icon under KDE3 
16649
16650 2005-04-05 [paul]       1.9.6cvs25
16651
16652         * src/summaryview.c
16653                 hide display of threading
16654                 patch by Alfons
16655
16656 2005-04-04 [thorsten]   1.9.6cvs24
16657
16658         * src/mh.c
16659                 marks lost on filesystems with different stat() results on
16660                 summer-/wintertime
16661
16662 2005-04-03 [colin]      1.9.6cvs23
16663
16664         * src/summaryview.c
16665                 Don't handle up/down. Patch by Alfons
16666
16667 2005-04-02 [colin]      1.9.6cvs22
16668
16669         * src/summaryview.c
16670                 Make scrolling faster. Patch by Alfons.
16671
16672 2005-04-01 [colin]      1.9.6cvs21
16673
16674         * src/Makefile.am
16675         * src/stock_pixmap.c
16676         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16677         * src/pixmaps/dir_noselect.xpm ** ADDED **
16678                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16679
16680 2005-04-01 [colin]      1.9.6cvs20
16681
16682         * src/image_viewer.c
16683         * src/image_viewer.h
16684         * src/procmime.c
16685         * src/procmime.h
16686         * src/textview.c
16687         * src/textview.h
16688                 Implement inline image resizing and right-clicking
16689
16690 2005-04-01 [paul]       1.9.6cvs19
16691
16692         * AUTHORS
16693         * Makefile.am
16694         * configure.ac
16695                 check for gnome2
16696                 patch by Luca Cavalli <loopback<AT>slackit.org>
16697         * po/ru.po
16698                 updated by Pavlo Bohmat
16699
16700 2005-03-31 [colin]      1.9.6cvs18
16701
16702         * src/news.c
16703                 Fix parsing references
16704         * src/msgcache.c
16705                 don't put nulls in the references list
16706         * src/procheader.c
16707                 commit that forgotten file in 1.9.6cvs14
16708
16709 2005-03-31 [colin]      1.9.6cvs17
16710
16711         * src/compose.c
16712                 Fix joining of signature separator again. 
16713                 Maybe Hiro could put it in main too...
16714
16715 2005-03-31 [colin]      1.9.6cvs16
16716
16717         * src/Makefile.am
16718         * src/foldersel.c
16719         * src/stock_pixmap.c
16720         * src/stock_pixmap.h
16721         * src/pixmaps/dir-noselect.xpm
16722                 Update foldersel.c (sync from main, patch by Alfons)
16723
16724 2005-03-30 [colin]      1.9.6cvs15
16725
16726         * src/imap.c
16727                 Fix handling of imap folders containing [] in 
16728                 their name. Thanks to Nahuel Angelinetti for
16729                 the detailed bugreport.
16730
16731 2005-03-30 [colin]      1.9.6cvs14
16732
16733         * src/common/utils.h
16734         * src/common/utils.c
16735         * src/common/defs.h
16736         * src/matcher.c
16737         * src/msgcache.c
16738         * src/news.c
16739         * src/procmsg.c
16740         * src/procmsg.h
16741         * src/quote_fmt_parse.y
16742         * src/summaryview.c
16743                 Update references system. Patch by Alfons
16744
16745 2005-03-30 [colin]      1.9.6cvs13
16746
16747         * src/common/socket.c
16748                 Force the glibc to read resolv.conf again when 
16749                 it has changed. Should fix issues when changing
16750                 networks on a laptop and not restarting sylpheed. 
16751
16752 2005-03-30 [paul]       1.9.6cvs12
16753
16754         partial sync with main:
16755
16756         * src/action.c
16757                 create_io_dialog(): use user-defined text font
16758                 (thanks to Alfons), and modified its appearance.
16759         * src/addrgather.c
16760         * src/addrharvest.c
16761         * src/browseldap.c
16762                 replace old code
16763         * src/compose.c
16764                 don't join (presumably) itemized lines on line-wrapping
16765                 fixed wrapping of quote when auto-wrapping is enabled
16766                 compose_destroy(): destroy paned only if it's not
16767                 attached to window. Fixed memory leak of popup menu.
16768         * src/exphtmldlg.c
16769         * src/expldifdlg.c
16770                 replace old code
16771         * src/html.c
16772         * src/html.h
16773         * src/importmutt.c
16774         * src/importpine.c
16775                 replace old code
16776         * src/main.c
16777                 removed redundant code
16778         * src/mainwindow.c
16779                 changed 'Code set' (which is rather incorrect)
16780                 in the menu to 'Character encoding'
16781                 main_window_set_widgets(): request size first
16782                 to prevent window size becoming wrong
16783                 fixed remembering of the state of the visibility
16784                 of MessageView
16785         * src/messageview.c
16786                 changed 'Code set' (which is rather incorrect)
16787                 in the menu to 'Character encoding'
16788         * src/prefs_common.c
16789         * src/prefs_common.h
16790                 added an option whether to render HTML as text or not
16791                 added separators to outgoing encoding menu
16792         * src/procheader.c
16793                 procheader_scan_date_string(): support header
16794                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16795         * src/summaryview.c
16796         * src/summaryview.h
16797                 minor code cleanup
16798         * src/textview.c
16799                 textview_show_html(): force output of newline
16800                 added an option whether to render HTML as text or not
16801         * src/common/utils.c
16802                 strncpy2(): optimized based on Alfons' code
16803         * src/gtk/gtkutils.c
16804         * src/gtk/gtkutils.h
16805                 removed non-used code
16806         * src/plugins/pgpmime/passphrase.c
16807                 partially fixed grab input of passphrase dialog
16808                 Confine pointer to window
16809
16810 2005-03-30 [colin]      1.9.6cvs11
16811
16812         * src/msgcache.c
16813         * src/msgcache.h
16814                 Read/write 32bit ints from cache & marks
16815                 From main.
16816
16817 2005-03-29 [paul]       1.9.6cvs10
16818
16819         * AUTHORS
16820         * ChangeLog.claws
16821         * src/compose.c
16822         * src/gtk/gtkaspell.c
16823                 sync with HEAD (don't pass NULL pointers) 
16824
16825 2005-03-24 [paul]
16826
16827         * tools/Makefile.am
16828         * tools/README
16829         * tools/acroread2sylpheed.pl
16830                 sync with HEAD (add script to send pdfs as
16831                 attachments from Adobe Reader 7)
16832
16833 2005-03-21 [paul]       1.9.6cvs9
16834
16835         * configure.ac
16836         * po/POTFILES.in
16837         * src/Makefile.am
16838         * src/crash.c
16839         * src/image_viewer.c ** ADDED **
16840         * src/image_viewer.h ** ADDED **
16841         * src/main.c
16842         * src/prefs_common.c
16843         * src/prefs_common.h
16844         * src/prefs_image_viewer.c ** ADDED **
16845         * src/prefs_image_viewer.h ** ADDED **
16846         * src/textview.c
16847         * src/gtk/about.c
16848         * src/pixmaps/sylpheed_logo.xpm
16849         * src/plugins/Makefile.am
16850         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16851         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16852         * src/plugins/image_viewer/plugin.c ** REMOVED **
16853         * src/plugins/image_viewer/viewer.c ** REMOVED **
16854         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16855         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16856         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16857         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16858         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16859                 as gdk-pixbuf is now built-in
16860                 remove image_viewer plugin and put code back into
16861                 main codebase
16862                 implement inline image display (sync with main)
16863
16864                 replace logo with newer, nicer, larger version  
16865
16866 2005-03-21 [paul]       1.9.6cvs8
16867
16868         * src/gtk/about.c
16869                 cosmetic improvement
16870
16871 2005-03-21 [holger]     1.9.6cvs7
16872
16873         * src/plugins/spamassassin/spamassassin.c
16874                 Sync with HEAD
16875                 (unregister hook on failed plugin init)
16876
16877 2005-03-20 [colin]      1.9.6cvs6
16878
16879         * src/common/plugin.c
16880                 Check that plugin isn't already loaded
16881                 Patch by Alfons
16882
16883 2005-03-20 [thorsten]   1.9.6cvs5
16884
16885         * src/compose.c
16886                 use a more compatible syntax
16887
16888 2005-03-20 [thorsten]   1.9.6cvs4
16889
16890         * src/prefs_toolbar.c
16891                 fix crash when selecting toolbar item (uninitialized pointer)
16892
16893 2005-03-20 [thorsten]   1.9.6cvs3
16894
16895         * src/procmime.c
16896                 fix mimetype detection (referenced free()d string)
16897
16898 2005-03-20 [paul]       1.9.6cvs2
16899
16900         * src/compose.c
16901                 sync with HEAD (1.0.3cvs5)
16902                 neglect Reply-To header if empty
16903                 Patch by Alfons 
16904
16905 2005-03-19 [holger]     1.9.6cvs1
16906
16907         * src/summaryview.c
16908         * src/summaryview.h
16909                 Sync with HEAD
16910
16911 2005-03-18 [paul]       1.9.6
16912
16913         initial GTK2 release
16914
16915 2005-03-18 [paul]       1.0.3cvs3.1
16916
16917         * AUTHORS
16918         * ChangeLog.claws
16919         * configure.ac
16920         * src/gtk/about.c
16921         * src/pixmaps/sylpheed_logo.xpm
16922                 sync with HEAD
16923
16924 2005-03-18 [colin]      1.0.3cvs2.6
16925
16926         * src/summaryview.c
16927                 Remove call to summary_step in summary_copy_selected_to
16928                 Can't see its purpose, and this causes bug when copying
16929                 a message if the next one is unread: it reads it.
16930
16931 2005-03-18 [paul]       1.0.3cvs2.5
16932
16933         * src/foldersel.c
16934                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
16935
16936 2005-03-18 [paul]       1.0.3cvs2.4
16937
16938         * src/addrharvest.c
16939         * src/codeconv.c
16940         * src/codeconv.h
16941         * src/compose.c
16942         * src/news.c
16943         * src/procheader.c
16944         * src/procmime.c
16945         * src/unmime.c
16946         * src/unmime.h
16947                 fix buffer overflow, CAN-2005-0667, see
16948                 http://secunia.com/advisories/14491/
16949                 Patch by Alfons
16950
16951 2005-03-17 [colin]      1.0.3cvs2.3
16952
16953         * src/prefs_fonts.c
16954         * src/summaryview.c
16955                 Fix font bugs (both lists now officialy share 
16956                 the same font)
16957                 
16958
16959 2005-03-17 [paul]       1.0.3cvs2.2
16960
16961         * src/gtk/pluginwindow.c
16962                 make plugin descriptions uneditable
16963
16964 2005-03-11 [paul]       1.0.3cvs2.1
16965
16966         * ChangeLog.claws
16967         * configure.ac
16968         * po/POTFILES.in
16969         * src/plugins/trayicon/trayicon.c
16970                 sync with HEAD
16971                 add src/wizard.c to POTFILES.in
16972
16973 2005-03-11 [paul]       1.0.3cvs1.1
16974
16975         * ChangeLog
16976         * ChangeLog.claws
16977         * configure.ac
16978         * po/de.po
16979         * po/es.po
16980         * po/fr.po
16981         * po/it.po
16982         * po/pt_BR.po
16983         * po/ru.po
16984         * po/sk.po
16985         * po/sr.po
16986         * po/zh_CN.po
16987                 sync with HEAD
16988
16989 2005-03-04 [colin]      1.0.1cvs22.2
16990
16991         * src/compose.c
16992                 Fix signatures with accentued chars in it
16993
16994 2005-03-04 [colin]      1.0.1cvs22.1
16995
16996         * src/common/smtp.c
16997         * src/common/smtp.h
16998                 Don't use SIZE param in MAIL FROM: if server 
16999                 doesn't support it. Patch by Eugen Freiter
17000                 <eugen_f@users.sf.net>
17001
17002 2005-02-27 [paul]       1.0.1cvs20.1
17003
17004         * ChangeLog.claws
17005         * configure.ac
17006         * src/messageview.c
17007                 sync with HEAD
17008
17009 2005-02-27 [colin]      1.0.1cvs19.4
17010
17011         * src/procheader.c
17012         * src/procheader.h
17013                 Fix prototypes. Patch by Alfons
17014
17015 2005-02-27 [colin]      1.0.1cvs19.3
17016
17017         * src/compose.c
17018                 Don't auto-join the signature separator.
17019
17020 2005-02-26 [colin]      1.0.1cvs19.2
17021
17022         * src/summaryview.c
17023                 Fix 'mark all read' with collapsed threads.
17024                 Patch by Alfons.
17025
17026 2005-02-25 [paul]       1.0.1cvs19.1
17027
17028         * ChangeLog.claws
17029         * configure.ac
17030         * src/prefs_account.c
17031         * src/prefs_folder_item.c
17032         * src/gtk/prefswindow.c
17033         * src/gtk/prefswindow.h
17034                 sync with HEAD
17035
17036 2005-02-25 [paul]       1.0.1cvs15.12
17037
17038         * src/alertpanel.c
17039         * src/codeconv.c
17040         * src/compose.c
17041         * src/textview.c
17042         * src/gtk/gtkutils.c
17043         * src/gtk/gtkutils.h
17044         * src/gtk/logwindow.c
17045         * src/gtk/progressdialog.c
17046                 sync with main (revision 127)
17047                 and fix logwindow clipping
17048
17049 2005-02-24 [colin]      1.0.1cvs15.11
17050
17051         * src/plugins/pgpmime/passphrase.c
17052                 Disable input grabbing; it doesn't work yet.
17053
17054 2005-02-24 [colin]      1.0.1cvs15.10
17055
17056         * src/messageview.c
17057                 Don't send out receipts if offline. Ask.
17058
17059 2005-02-23 [colin]      1.0.1cvs15.9
17060
17061         * src/summaryview.c     
17062                 Fix expanding
17063
17064 2005-02-23 [colin]      1.0.1cvs15.8
17065
17066         * src/summaryview.c
17067                 Really fix Bug 568 by removing useless
17068                 calls. summary_thread_init() now called
17069                 in summary_sort(). This should please
17070                 Alfons as it should be faster than 
17071                 previously.
17072
17073 2005-02-23 [colin]      1.0.1cvs15.7
17074
17075         * src/compose.c
17076                 Encode parts as QP or B64 if signing
17077
17078 2005-02-23 [colin]      1.0.1cvs15.6
17079
17080         * src/compose.c
17081                 Fix Mimeinfo leakage (including tmp files)
17082         * src/procmsg.c
17083                 Fix tmp file leakage (spotted by Ivan Rayner)
17084
17085 2005-02-22 [colin]      1.0.1cvs15.5
17086
17087         * src/expldifdlg.c
17088                 Fix keyboard input. Patch by Alfons.
17089
17090 2005-02-21 [colin]      1.0.1cvs15.4
17091
17092         * src/compose.c
17093                 Fix Sign/Encrypt when unselecting privacy
17094                 system
17095         * src/prefs_common.c
17096                 Change default message font to Monospace
17097         * src/summaryview.c
17098                 More freezing during potentially large operations
17099
17100 2005-02-21 [paul]       1.0.1cvs15.3
17101
17102         * src/main.c
17103                 fix --help output
17104
17105 2005-02-21 [paul]       1.0.1cvs15.2
17106
17107         * po/Makefile.in.in
17108         * src/compose.c
17109         * src/summaryview.c
17110         * src/textview.c
17111         * src/common/utils.c
17112         * src/common/utils.h
17113                 sync with main (revision 117)
17114
17115 2005-02-20 [colin]      1.0.1cvs15.1
17116
17117         * src/common/defs.h
17118                 Change cache file to .sylpheed_claws_cache, as
17119                 suggested by Alfons. Allows people to switch
17120                 between Sylpheed and Sylpheed-Claws. it is
17121                 a good idea to "Check for new messages" at next
17122                 startup.
17123
17124
17125 2005-02-18 [colin]      1.0.1cvs14.1
17126
17127         * src/quote_fmt_lex.l
17128         * src/quote_fmt_parse.y
17129                 Fix parser initialisation. Patch by Ivan.
17130
17131 2005-02-18 [colin]      1.0.1cvs11.6
17132
17133         * src/folderview.c
17134                 Fix scrolldown (bug 662)
17135
17136 2005-02-17 [colin]      1.0.1cvs11.5
17137
17138         * src/codeconv.c
17139                 conv_filename_to_utf8: return clean 7bit instead
17140                 of broken utf8 if needed
17141         * src/mimeview.c
17142                 Fix display of parts with unclean 8bit names
17143
17144 2005-02-17 [paul]       1.0.1cvs11.4
17145
17146         * src/compose.c
17147         * src/exportldif.c
17148         * src/matcher_parser_parse.y
17149         * src/procmime.c
17150         * src/sourcewindow.c
17151         * src/common/Makefile.am
17152         * src/common/intl.h             ** REMOVED **
17153         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17154                 sync with main (revision 109)
17155                 and clean up
17156
17157 2005-02-16 [colin]      1.0.1cvs11.3
17158
17159         * src/summaryview.c
17160                 Fix collapsed thread not highlighting when new
17161                 messages in it (Bug 568) Patch by Stephan Sachse.
17162                 Fix messed up selection when reaching bounds (Bug 632)
17163         * src/prefs_themes.c
17164                 Fix theme installing (Bug 684)
17165
17166 2005-02-16 [colin]      1.0.1cvs11.2
17167
17168         * src/messageview.c
17169                 Fix messageview_select_all
17170
17171 2005-02-16 [colin]      1.0.1cvs11.1
17172
17173         * src/mh.c
17174                 Sync with HEAD (MH scan required function)
17175
17176 2005-02-15 [colin]      1.0.1cvs8.1
17177
17178         * src/mimeview.c
17179         * src/common/utils.c
17180                 Sync with HEAD (filename chars substitution)
17181
17182 2005-02-15 [colin]      1.0.1cvs7.3
17183
17184         * src/gtk/pluginwindow.c
17185                 Fix button spacing
17186
17187 2005-02-15 [colin]      1.0.1cvs7.2
17188
17189         * src/mimeview.c
17190                 Fix mime icons not reset across message when
17191                 scrolled down
17192
17193 2005-02-15 [colin]      1.0.1cvs7.1
17194
17195         * src/compose.c
17196         * src/procmime.c
17197                 Sync with HEAD (optimisation of cvs6)
17198
17199 2005-02-14 [colin]      1.0.1cvs6.1
17200
17201         * src/compose.c
17202         * src/procmime.c
17203                 Sync with HEAD (encode "From " at line beginning)
17204
17205 2005-02-14 [colin]      1.0.1cvs5.3
17206
17207         * src/compose.c
17208                 Fix wrapping with accentued chars.
17209
17210 2005-02-13 [colin]      1.0.1cvs5.2
17211
17212         * src/textview.c
17213                 Fix email informative part parsing with
17214                 accentued chars in it. ispunct() returns
17215                 true for them in utf8...
17216
17217 2005-02-12 [colin]      1.0.1cvs5.1
17218
17219         * src/filtering.c
17220                 Sync with HEAD (remove wrong use of compose after send)
17221
17222 2005-02-12 [paul]       1.0.1cvs4.5
17223
17224         * src/textview.c
17225                 remove unnecessary code (thanks to Alfons)
17226
17227 2005-02-12 [paul]       1.0.1cvs4.4
17228
17229         * src/textview.c
17230                 add 'Copy' to contextual menu on emails
17231
17232 2005-02-11 [colin]      1.0.1cvs4.3
17233
17234         * src/compose.c
17235                 revert 1.0.0cvs28.2, it doesn't work that well.
17236
17237 2005-02-11 [paul]       1.0.1cvs4.2
17238
17239         * po/Makefile.in.in
17240                 fix 'make release'
17241
17242 2005-02-10 [paul]       1.0.1cvs4.1
17243
17244         * ChangeLog
17245         * ChangeLog.claws
17246         * ChangeLog.jp
17247         * configure.ac
17248         * src/compose.c
17249                 sync with HEAD (sync with main)
17250
17251 2005-02-10 [paul]       1.0.1cvs3.2
17252
17253         * AUTHORS
17254         * Makefile.am
17255         * autogen.sh
17256         * configure.ac
17257         * config/mkinstalldirs
17258         * intl/.cvsignore
17259         * intl/ChangeLog
17260         * intl/VERSION
17261         * intl/bindtextdom.c
17262         * intl/config.charset
17263         * intl/dcgettext.c
17264         * intl/dcigettext.c
17265         * intl/dcngettext.c
17266         * intl/dgettext.c
17267         * intl/dngettext.c
17268         * intl/eval-plural.h
17269         * intl/explodename.c
17270         * intl/finddomain.c
17271         * intl/gettext.c
17272         * intl/gettextP.h
17273         * intl/gmo.h
17274         * intl/hash-string.h
17275         * intl/intl-compat.c
17276         * intl/l10nflist.c
17277         * intl/libgnuintl.h.in
17278         * intl/loadinfo.h
17279         * intl/loadmsgcat.c
17280         * intl/localcharset.c
17281         * intl/localcharset.h
17282         * intl/locale.alias
17283         * intl/localealias.c
17284         * intl/localename.c
17285         * intl/log.c
17286         * intl/ngettext.c
17287         * intl/os2compat.c
17288         * intl/os2compat.h
17289         * intl/osdep.c
17290         * intl/plural-exp.c
17291         * intl/plural-exp.h
17292         * intl/plural.c
17293         * intl/plural.y
17294         * intl/ref-add.sin
17295         * intl/ref-del.sin
17296         * intl/relocatable.c
17297         * intl/relocatable.h
17298         * intl/textdomain.c
17299         * m4/Makefile.am
17300         * po/Makefile.in.in
17301         * src/Makefile.am
17302         * src/account.c
17303         * src/action.c
17304         * src/addr_compl.c
17305         * src/addressadd.c
17306         * src/addressbook.c
17307         * src/addrgather.c
17308         * src/addrindex.c
17309         * src/alertpanel.c
17310         * src/browseldap.c
17311         * src/codeconv.c
17312         * src/codeconv.h
17313         * src/compose.c
17314         * src/compose.h
17315         * src/crash.c
17316         * src/editaddress.c
17317         * src/editbook.c
17318         * src/editgroup.c
17319         * src/editjpilot.c
17320         * src/editldap.c
17321         * src/editldap_basedn.c
17322         * src/editvcard.c
17323         * src/exphtmldlg.c
17324         * src/expldifdlg.c
17325         * src/export.c
17326         * src/exporthtml.c
17327         * src/filtering.c
17328         * src/folder.c
17329         * src/folder_item_prefs.c
17330         * src/foldersel.c
17331         * src/folderview.c
17332         * src/grouplistdialog.c
17333         * src/headerview.c
17334         * src/imap.c
17335         * src/imap_gtk.c
17336         * src/import.c
17337         * src/importldif.c
17338         * src/importmutt.c
17339         * src/importpine.c
17340         * src/inc.c
17341         * src/ldif.c
17342         * src/main.c
17343         * src/mainwindow.c
17344         * src/matcher.c
17345         * src/mbox.c
17346         * src/message_search.c
17347         * src/messageview.c
17348         * src/mh.c
17349         * src/mh_gtk.c
17350         * src/mimeview.c
17351         * src/msgcache.c
17352         * src/news.c
17353         * src/news_gtk.c
17354         * src/noticeview.c
17355         * src/partial_download.c
17356         * src/pop.c
17357         * src/prefs_account.c
17358         * src/prefs_actions.c
17359         * src/prefs_common.c
17360         * src/prefs_customheader.c
17361         * src/prefs_display_header.c
17362         * src/prefs_ext_prog.c
17363         * src/prefs_filtering.c
17364         * src/prefs_filtering_action.c
17365         * src/prefs_folder_item.c
17366         * src/prefs_fonts.c
17367         * src/prefs_gtk.c
17368         * src/prefs_matcher.c
17369         * src/prefs_msg_colors.c
17370         * src/prefs_spelling.c
17371         * src/prefs_summary_column.c
17372         * src/prefs_template.c
17373         * src/prefs_themes.c
17374         * src/prefs_toolbar.c
17375         * src/prefs_wrapping.c
17376         * src/privacy.c
17377         * src/procheader.c
17378         * src/procmime.c
17379         * src/procmsg.c
17380         * src/quote_fmt.c
17381         * src/recv.c
17382         * src/send_message.c
17383         * src/setup.c
17384         * src/sourcewindow.c
17385         * src/ssl_manager.c
17386         * src/statusbar.c
17387         * src/summary_search.c
17388         * src/summaryview.c
17389         * src/textview.c
17390         * src/toolbar.c
17391         * src/wizard.c
17392         * src/common/nntp.c
17393         * src/common/plugin.c
17394         * src/common/smtp.c
17395         * src/common/ssl.c
17396         * src/common/ssl_certificate.c
17397         * src/common/string_match.c
17398         * src/common/sylpheed.c
17399         * src/common/template.c
17400         * src/common/utils.c
17401         * src/gtk/about.c
17402         * src/gtk/colorlabel.c
17403         * src/gtk/description_window.c
17404         * src/gtk/filesel.c
17405         * src/gtk/foldersort.c
17406         * src/gtk/gtkaspell.c
17407         * src/gtk/gtkutils.c
17408         * src/gtk/inputdialog.c
17409         * src/gtk/logwindow.c
17410         * src/gtk/menu.c
17411         * src/gtk/pluginwindow.c
17412         * src/gtk/prefswindow.c
17413         * src/gtk/progressdialog.c
17414         * src/gtk/quicksearch.c
17415         * src/gtk/sslcertwindow.c
17416         * src/plugins/clamav/clamav_plugin.c
17417         * src/plugins/clamav/clamav_plugin_gtk.c
17418         * src/plugins/demo/demo.c
17419         * src/plugins/dillo_viewer/dillo_prefs.c
17420         * src/plugins/dillo_viewer/dillo_viewer.c
17421         * src/plugins/image_viewer/plugin.c
17422         * src/plugins/image_viewer/viewer.c
17423         * src/plugins/image_viewer/viewerprefs.c
17424         * src/plugins/mathml_viewer/mathml_viewer.c
17425         * src/plugins/pgpmime/passphrase.c
17426         * src/plugins/pgpmime/plugin.c
17427         * src/plugins/pgpmime/prefs_gpg.c
17428         * src/plugins/pgpmime/select-keys.c
17429         * src/plugins/pgpmime/sgpgme.c
17430         * src/plugins/spamassassin/spamassassin.c
17431         * src/plugins/spamassassin/spamassassin_gtk.c
17432         * src/plugins/trayicon/trayicon.c
17433                 sync with main (revision 104)
17434
17435 2005-02-10 [colin]      1.0.1cvs3.1
17436
17437         * src/mainwindow.c
17438                 Sync with HEAD (fix occasional crasher)
17439
17440 2005-02-10 [colin]      1.0.1cvs2.1
17441
17442         * src/messageview.c
17443                 Synw with HEAD (don't automatically display html)
17444
17445 2005-02-09 [colin]      1.0.1cvs1.3
17446
17447         * src/textview.c
17448         * src/textview.h
17449                 Add contextual menu on emails
17450
17451 2005-02-09 [colin]      1.0.1cvs1.2
17452
17453         * src/codeconv.c
17454                 Fix converting from broken headers and 
17455                 put back the _ in missing places
17456                 (feature broke with cvs24.2 sync, main 
17457                  possibly affected?)
17458
17459 2005-02-09 [colin]      1.0.1cvs1.1
17460
17461         * src/messageview.c
17462         * src/mimeview.c
17463         * src/mimeview.h
17464                 Sync with HEAD (display non text/plain mails with plugin)
17465
17466 2005-02-08 [colin]      1.0.1.1
17467
17468         * ChangeLog.claws
17469         * po/pt_BR.po
17470                 Sync with HEAD
17471         * configure.ac
17472                 Make default configuration directory 
17473                 be .sylpheed-gtk2
17474
17475 2005-02-08 [colin]      1.0.0cvs29.1
17476
17477         * po/de.po
17478         * po/es.po
17479         * po/fr.po
17480         * po/it.po
17481         * po/sk.po
17482         * po/sr.po
17483                 Sync translations with HEAD
17484
17485 2005-02-06 [colin]      1.0.0cvs28.3
17486
17487         * src/compose.c
17488                 Make compose a bit faster - patch by Alfons.
17489
17490 2005-02-06 [colin]      1.0.0cvs28.2
17491
17492         * src/compose.c
17493                 Make pasting via middle-click more reliable
17494
17495 2005-02-05 [paul]       1.0.0cvs28.1
17496
17497         * ChangeLog
17498         * ChangeLog.claws
17499         * ChangeLog.jp
17500         * configure.ac
17501         * src/compose.c
17502                 sync with HEAD
17503                 (fix bug 682 'redirect is broken'
17504
17505 2005-02-05 [torte]      1.0.0cvs27.1
17506
17507         * ChangeLog.claws
17508         * configure.ac
17509         * src/partial_download.c
17510                 Sync with HEAD (fix buf overflow)
17511
17512 2005-02-03 [colin]      1.0.0cvs26.1
17513
17514         * src/common/plugin.c
17515                 Sync with HEAD (avoid plugin mismatches)
17516
17517 2005-02-03 [paul]       1.0.0cvs25.3
17518
17519         * src/folderview.c
17520         * src/headerview.c
17521         * src/summaryview.c
17522         * src/textview.c
17523         * src/gtk/colorlabel.c
17524                 third and final part of initial sync with main-gtk2
17525
17526 2005-02-03 [paul]       1.0.0cvs25.2
17527
17528         * src/jpilot.c
17529                 fix building with jpilot support
17530
17531 2005-02-02 [colin]      1.0.0cvs25.1
17532
17533         * src/messageview.c
17534                 Sync with HEAD (fix dangerous typo)
17535
17536 2005-02-01 [colin]      1.0.0cvs24.3
17537
17538         * src/common/xml.c
17539                 Write file as advertised (UTF-8)
17540
17541 2005-02-01 [paul]       1.0.0cvs24.2
17542
17543         * src/addrbook.c
17544         * src/addrindex.c
17545         * src/alertpanel.h
17546         * src/codeconv.c
17547         * src/codeconv.h
17548         * src/compose.c
17549         * src/export.c
17550         * src/folder_item_prefs.c
17551         * src/html.c
17552         * src/imap.c
17553         * src/import.c
17554         * src/jpilot.c
17555         * src/mainwindow.c
17556         * src/matcher_parser_lex.l
17557         * src/messageview.c
17558         * src/mh.c
17559         * src/prefs_account.c
17560         * src/prefs_actions.c
17561         * src/prefs_common.c
17562         * src/prefs_gtk.c
17563         * src/prefs_gtk.h
17564         * src/prefs_themes.c
17565         * src/procheader.c
17566         * src/procmime.c
17567         * src/sourcewindow.c
17568         * src/statusbar.c
17569         * src/summaryview.c
17570         * src/textview.c
17571         * src/toolbar.c
17572         * src/unmime.c
17573         * src/common/template.c
17574         * src/common/utils.c
17575         * src/common/xml.c
17576         * src/common/xml.h
17577         * src/gtk/gtkaspell.c
17578         * src/plugins/clamav/clamav_plugin.c
17579         * src/plugins/dillo_viewer/dillo_prefs.c
17580         * src/plugins/image_viewer/viewerprefs.c
17581         * src/plugins/pgpmime/passphrase.c
17582         * src/plugins/pgpmime/prefs_gpg.c
17583         * src/plugins/pgpmime/select-keys.c
17584         * src/plugins/spamassassin/spamassassin.c
17585                 second part of initial sync with main-gtk2
17586                 (more to follow)
17587
17588 2005-01-31 [colin]      1.0.0cvs24.1
17589
17590         * src/compose.c
17591                 Sync with HEAD
17592
17593 2005-01-29 [paul]       1.0.0cvs23.2
17594
17595         * src/account.c
17596         * src/action.c
17597         * src/addressadd.c
17598         * src/addressbook.c
17599         * src/alertpanel.c
17600         * src/compose.c
17601         * src/editaddress.c
17602         * src/editbook.c
17603         * src/editgroup.c
17604         * src/editjpilot.c
17605         * src/editldap.c
17606         * src/editldap_basedn.c
17607         * src/editvcard.c
17608         * src/export.c
17609         * src/foldersel.c
17610         * src/grouplistdialog.c
17611         * src/import.c
17612         * src/importldif.c
17613         * src/inc.c
17614         * src/main.c
17615         * src/mainwindow.c
17616         * src/message_search.c
17617         * src/messageview.c
17618         * src/mimeview.c
17619         * src/prefs_actions.c
17620         * src/prefs_common.c
17621         * src/prefs_common.h
17622         * src/prefs_customheader.c
17623         * src/prefs_display_header.c
17624         * src/prefs_filtering.c
17625         * src/prefs_filtering_action.c
17626         * src/prefs_gtk.c
17627         * src/prefs_matcher.c
17628         * src/prefs_summary_column.c
17629         * src/prefs_template.c
17630         * src/sourcewindow.c
17631         * src/summary_search.c
17632         * src/summaryview.c
17633         * src/textview.c
17634         * src/gtk/about.c
17635         * src/gtk/description_window.c
17636         * src/gtk/gtkshruler.c
17637         * src/gtk/gtkutils.c
17638         * src/gtk/gtkutils.h
17639         * src/gtk/inputdialog.c
17640         * src/gtk/logwindow.c
17641         * src/gtk/prefswindow.c
17642         * src/gtk/progressdialog.c
17643         * src/gtk/progressdialog.h
17644                 first part of initial sync with main-gtk2
17645                 (more to follow)
17646
17647 2005-01-28 [colin]      1.0.0cvs23.1
17648
17649         * src/folderview.c
17650                 Sync with HEAD
17651
17652 2005-01-27 [colin]      1.0.0cvs21.1
17653
17654         * src/folder.c
17655         * src/folderview.c
17656                 Sync with HEAD
17657
17658 2005-01-27 [colin]      1.0.0cvs19.1
17659
17660         * src/procmime.c
17661                 Sync with HEAD
17662
17663 2005-01-27 [colin]      1.0.0cvs18.1
17664
17665         * src/messageview.c
17666         * src/summaryview.c
17667         * src/mainwindow.c
17668         * src/compose.c
17669         * src/compose.h
17670         * src/procmsg.c
17671         * src/procmsg.h
17672         * src/toolbar.c
17673                 Sync with HEAD
17674
17675 2005-01-26 [paul]       1.0.0cvs15.2
17676
17677         * src/compose.c
17678                 compose_entries_set(): convert subject and body to
17679                 utf8 if necessary. patch by Felix Eckhofer
17680
17681 2005-01-26 [paul]       1.0.0cvs15.1
17682
17683         * configure.ac
17684         * src/common/template.c
17685                 sync with HEAD (fix memory leak)
17686
17687 2005-01-25 [paul]       1.0.0cvs14.1
17688
17689         * configure.ac
17690         * src/compose.c
17691                 sync with HEAD
17692
17693 2005-01-24 [colin]      1.0.0cvs13.1
17694
17695         * src/summaryview.c
17696                 Sync with HEAD
17697
17698 2005-01-24 [paul]       1.0.0cvs12.1
17699
17700         * configure.ac
17701         * src/messageview.c
17702         * src/mh.c
17703         * src/common/utils.c
17704                 sync with HEAD
17705
17706 2005-01-24 [colin]      1.0.0cvs11.1
17707
17708         * src/procheader.c
17709                 Sync with HEAD
17710
17711 2005-01-24 [colin]      1.0.0cvs10.1
17712
17713         * src/folderview.c
17714                 Sync with HEAD
17715
17716 2005-01-23 [colin]      1.0.0cvs9.1
17717
17718         * src/crash.c
17719                 Sync with HEAD
17720
17721 2005-01-22 [colin]      1.0.0cvs8.1
17722
17723         * src/summaryview.c
17724         * src/gtk/quicksearch.c
17725                 Sync with HEAD
17726
17727 2005-01-21 [colin]      1.0.0cvs7.1
17728
17729         * src/summaryview.c
17730                 Sync with HEAD
17731
17732 2005-01-21 [colin]      1.0.0cvs6.1
17733
17734         * src/summaryview.c
17735                 Sync with HEAD
17736
17737 2005-01-21 [colin]      1.0.0cvs5.1
17738
17739         * src/gtk/quicksearch.c
17740         * src/prefs_common.c
17741         * src/prefs_common.h
17742                 Sync with HEAD (recurse option)
17743
17744 2005-01-21 [colin]      1.0.0cvs4.1
17745
17746         * src/folder.h
17747         * src/folderview.c
17748         * src/folderview.h
17749         * src/summaryview.c
17750         * src/gtk/quicksearch.c
17751         * src/gtk/quicksearch.h
17752                 Sync with HEAD (recursive quicksearch)
17753
17754 2005-01-20 [colin]      1.0.0cvs3.4
17755
17756         * src/ssl_manager.c
17757                 Remove useless code
17758
17759 2005-01-20 [colin]      1.0.0cvs3.3
17760
17761         * src/ssl_manager.c
17762                 Fix leak, thanks to Alfons.
17763
17764 2005-01-20 [colin]      1.0.0cvs3.2
17765
17766         * src/ssl_manager.c
17767                 Port SSL certificate window to GTK2.
17768
17769 2005-01-20 [paul]       1.0.0cvs3.1
17770
17771         * ChangeLog.claws
17772         * configure.ac
17773         * src/addrindex.c
17774         * src/addrindex.h
17775                 sync with HEAD
17776
17777 2005-01-19 [colin]      1.0.0cvs2.2
17778
17779         * src/plugins/trayicon/trayicon.c
17780                 Fix freeze with gtk-2.6, the easy way
17781                 (signal blocking helpless there...)
17782                 Closes bug #668.
17783
17784 2005-01-19 [colin]      1.0.0cvs2.1
17785
17786         * src/mbox.c
17787         * src/mbox.h
17788         * src/mainwindow.c
17789         * src/summaryview.c
17790         * src/summaryview.h
17791                 Sync with HEAD
17792
17793 2005-01-19 [paul]       1.0.0cvs1.1
17794
17795         * configure.ac
17796         * po/de.po
17797         * po/es.po
17798         * po/fr.po
17799         * po/hr.po
17800         * po/it.po
17801         * po/ja.po
17802         * po/ko.po
17803         * po/pt_BR.po
17804         * po/ru.po
17805         * po/sk.po
17806         * po/sr.po
17807                 sync with HEAD (update translations)
17808
17809 2005-01-18 [colin]      1.0.0cvs0.1
17810
17811         * src/foldersel.c
17812                 Specify search column - patch by Alfons
17813
17814 2005-01-18 [colin]      0.9.13cvs36.3
17815
17816         * src/prefs_toolbar.c
17817                 Change Delete to Remove
17818         * src/prefs_fonts.c
17819                 GTK2 version and leak fixes
17820         * src/prefs_actions.c
17821                 Add stock buttons.
17822                 All patches by Alfons
17823
17824 2005-01-17 [colin]      0.9.13cvs36.2
17825
17826         * src/compose.c
17827                 Fix DnD inserting twice. While at it,
17828                 add DnD support for text/plain in the
17829                 body, and add support in the headers.
17830
17831 2005-01-16 [colin]      0.9.13cvs36.1
17832
17833         * ChangeLog
17834         * ChangeLog.jp
17835         * ChangeLog.claws
17836                 Sync with HEAD (nothing applicable)
17837
17838 2005-01-16 [colin]      0.9.13cvs33.2
17839
17840         * src/prefs_toolbar.c
17841                 GTK2ize prefs_toolbar, by Alfons.
17842
17843 2005-01-14 [colin]      0.9.13cvs33.1
17844
17845         * src/html.c
17846         * src/msgcache.c
17847                 Sync with HEAD
17848
17849 2005-01-14 [colin]      0.9.13cvs32.1
17850
17851         * src/html.c
17852         * src/html.h
17853         * src/msgcache.c
17854         * AUTHORS
17855         * tools/calypso_convert.pl
17856                 Sync with HEAD
17857
17858 2005-01-08 [colin]      0.9.13cvs29.2
17859
17860         * src/prefs_filtering_action.c
17861         * src/prefs_filtering.c
17862                 2 more gtk2 patches by Alfons
17863
17864 2005-01-07 [paul]       0.9.13cvs29.1
17865
17866         * ChangeLog
17867         * ChangeLog.claws
17868         * ChangeLog.jp
17869         * configure.ac
17870         * src/pop.c
17871         * src/pop.h
17872                 sync with HEAD
17873
17874 2005-01-07 [colin]      0.9.13cvs28.3
17875
17876         * src/gtk/progressdialog.c
17877         * src/gtk/progressdialog.h
17878         * src/inc.c
17879         * src/send_message.c
17880                 GTK2 for the incorporation dialog. The CList isn't dead
17881                 yet, for a more smooth migration. Patch by Alfons.
17882
17883 2005-01-06 [colin]      0.9.13cvs28.2
17884
17885         * src/prefs_display_header.c
17886                 GTK2 conversion by Alfons
17887         * src/prefs_actions.c
17888         * src/prefs_matcher.c
17889                 Fix 2 leaks - patch by Alfons
17890
17891 2005-01-06 [colin]      0.9.13cvs28.1
17892
17893         * src/prefs_matcher.c
17894                 Sync with HEAD
17895
17896 2005-01-06 [colin]      0.9.13cvs27.4
17897
17898         * src/prefs_matcher.c
17899                 Fix double-free. Patch by Alfons
17900
17901 2005-01-06 [colin]      0.9.13cvs27.3
17902
17903         * src/prefs_matcher.c
17904                 GTK2 widgets + memleak
17905                 Patch by Alfons
17906
17907 2005-01-05 [colin]      0.9.13cvs27.2
17908
17909         * src/account.c
17910         * src/addr_compl.c
17911         * src/foldersel.c
17912         * src/stock_pixmap.c
17913         * src/stock_pixmap.h
17914                 3 more GTK2 patches by Alfons.
17915
17916 2005-01-04 [colin]      0.9.13cvs27.1
17917
17918         * src/folderview.c
17919         * src/imap_gtk.c
17920         * src/news_gtk.c
17921                 Sync with HEAD
17922
17923 2005-01-04 [colin]      0.9.13cvs25.9
17924
17925         * src/compose.c
17926                 Fix Show Ruler menuitem
17927         * src/prefs_template.c
17928                 Convert to GTK2
17929         * src/common/utils.c
17930                 Make auto pointer stuff handles NULLs
17931                 Patches by Alfons.
17932
17933 2005-01-04 [colin]      0.9.13cvs25.8
17934
17935         * src/compose.c
17936                 Move the attachment list to gtk2
17937                 Patch by Alfons.
17938
17939 2005-01-04 [colin]      0.9.13cvs25.7
17940
17941         * src/textview.c
17942                 Make some keys work again
17943                 Patch by SungHyun Nam <namsh@kldp.org>
17944
17945 2005-01-04 [colin]      0.9.13cvs25.6
17946
17947         * src/gtk/gtkshruler.c
17948                 Move the ruler to GTK2
17949                 Patch by Alfons
17950
17951 2005-01-03 [colin]      0.9.13cvs25.5
17952
17953         * src/compose.c
17954                 Fix my broken patch apply 
17955
17956 2005-01-03 [colin]      0.9.13cvs25.4
17957
17958         * src/common/utils.c
17959         * src/common/utils.h
17960         * src/gtk/prefswindow.c
17961                 Move auto pointer stuff to utils.c
17962                 Patch by Alfons again :)
17963
17964 2005-01-03 [colin]      0.9.13cvs25.3
17965
17966         * src/compose.c
17967         * src/prefs_gtk.c
17968         * src/prefs_template.c
17969         * src/textview.c
17970                 Empty text widgets with empty strings, not NULL char
17971                 Patch by SungHyun Nam <namsh@kldp_org>
17972
17973 2005-01-03 [colin]      0.9.13cvs25.2
17974
17975         * src/main.c
17976         * AUTHORS
17977                 Sync with HEAD
17978
17979 2005-01-03 [colin]      0.9.13cvs25.1
17980
17981         * src/pop.c
17982         * src/pop.h
17983                 Sync with HEAD
17984
17985 2005-01-03 [colin]      0.9.13cvs24.3
17986
17987         * src/account.c
17988                 Two patches from Alfons and Alex S Moore:
17989                 fix images, fix return value.
17990
17991 2005-01-01 [colin]      0.9.13cvs24.2
17992
17993         * src/prefs_actions.c
17994                 Fix over-zealous assertion. Patch by Alfons
17995
17996 2005-01-01 [colin]      0.9.13cvs24.1
17997
17998         * src/procmime.c
17999                 Sync with HEAD (leak fix)
18000
18001 2004-12-31 [colin]      0.9.13cvs23.2
18002
18003         * src/prefs_common.c
18004                 GTK2 widgets + stock buttons - patch by Alfons
18005
18006 2004-12-31 [paul]       0.9.13cvs23.1
18007
18008         * configure.ac
18009                 bump up EXTRA_VERSION to match (sync'ed) HEAD
18010         * src/gtk/pluginwindow.c
18011                 use GTK2 widgets and plug memory leaks,
18012                 patches by Alfons
18013
18014 2004-12-30 [colin]      0.9.13cvs22.4
18015
18016         * src/account.c
18017         * src/action.c
18018         * src/export.c
18019         * src/foldersel.c
18020         * src/import.c
18021         * src/message_search.c
18022         * src/prefs_actions.c
18023         * src/prefs_common.c
18024         * src/prefs_customheader.c
18025         * src/prefs_filtering.c
18026         * src/prefs_summary_column.c
18027         * src/summary_search.c
18028         * src/gtk/about.c
18029         * src/gtk/description_window.c
18030         * src/gtk/gtkutils.c
18031         * src/gtk/gtkutils.h
18032         * src/gtk/inputdialog.c
18033         * src/gtk/prefswindow.c
18034                 Use GTK2 stock buttons. Patches by Alfons.
18035
18036 2004-12-30 [colin]      0.9.13cvs22.3
18037
18038         * src/account.c
18039                 Sync with HEAD
18040         * src/prefs_actions.c
18041         * src/prefs_customheader.c
18042         * src/prefs_filtering.c
18043         * src/prefs_msg_colors.c
18044         * src/prefs_summary_column.c
18045         * src/gtk/prefswindow.c
18046                 Use GtkTreeView instead of deprecated 
18047                 widgets. Patches by Alfons.
18048
18049 2004-12-30 [paul]       0.9.13cvs22.2
18050
18051         * src/foldersel.c
18052                 use GTK 2 Tree View
18053                 patch by Alfons, with root folder sorting fix
18054                 by Stephan Sachse
18055
18056 2004-12-30 [paul]       0.9.13cvs22.1
18057
18058         * ChangeLog
18059         * ChangeLog.claws
18060         * ChangeLog.jp
18061         * NEWS
18062         * configure.ac
18063         * src/account.c
18064                 sync with HEAD
18065
18066 2004-12-22 [martin]     0.9.13cvs21.2
18067
18068         * src/action.c
18069                 free the command line after its use
18070
18071 2004-12-18 [paul]       0.9.13cvs21.1
18072
18073         * AUTHORS
18074         * ChangeLog
18075         * ChangeLog.claws
18076         * ChangeLog.jp
18077         * NEWS
18078         * configure.ac
18079         * src/action.c
18080         * src/compose.c
18081         * src/syldap.c
18082                 sync with HEAD
18083
18084 2004-12-17 [martin]     0.9.13cvs17.2
18085
18086         * src/action.c
18087                 convert actions input to locale
18088         * src/inc.c
18089                 convert notification command to locale
18090         * src/plugins/pgpmime/select-keys.c
18091                 convert attributes to utf8
18092
18093 2004-12-14 [colin]      0.9.13cvs17.1
18094
18095         * ChangeLog
18096         * ChangeLog.jp
18097         * ChangeLog.claws
18098         * src/action.c
18099         * src/common/utils.c
18100         * src/gtk/prefswindow.c
18101         * src/gtk/gtkutils.c
18102         * src/gtk/gtkutils.h
18103         * src/plugins/spamassassin/libspamc.c
18104                 Sync with HEAD
18105
18106 2004-12-13 [colin]      0.9.13cvs14.1
18107
18108         * src/quote_fmt_parse.y
18109                 Sync with HEAD
18110
18111 2004-12-10 [colin]      0.9.13cvs12.1
18112
18113         * src/prefs_themes.c
18114         * src/mainwindow.c
18115         * src/messageview.c
18116                 Sync with HEAD
18117
18118 2004-12-09 [colin]      0.9.13cvs10.1
18119
18120         * src/procmime.c
18121                 Sync with HEAD (fix B64 encoding from memory)
18122
18123 2004-12-08 [colin]      0.9.13cvs9.1
18124
18125         * src/gtk/colorlabel.c
18126                 Sync with HEAD
18127
18128 2004-12-08 [paul]       0.9.13cvs8.2
18129
18130         * src/gtk/pluginwindow.c
18131                 fix window resizing oddities
18132
18133 2004-12-08 [colin]      0.9.13cvs8.1
18134
18135         * src/quote_fmt_parse.y
18136                 Sync with HEAD
18137
18138 2004-12-08 [colin]      0.9.13cvs7.1
18139
18140         * src/matcher_parser_parse.y
18141         * src/msgcache.c
18142         * src/prefs_matcher.c
18143         * src/procheader.c
18144         * src/matcher.c
18145         * src/common/defs.h
18146         * po/sr.po
18147                 Sync with HEAD
18148
18149 2004-12-08 [colin]      0.9.13cvs6.1
18150
18151         * src/quote_fmt_parse.y
18152         * src/textview.c
18153                 Sync with HEAD
18154         * src/gtk/prefswindow.c
18155         * src/gtk/pluginwindow.c
18156                 Fix G_CALLBACKS protos (thanks to Alfons)
18157
18158 2004-12-07 [torte]      0.9.13cvs2.2
18159
18160         * src/procmime.c
18161                 [Bug 650] reply button causes crash
18162                 Thanks to David Relson and Christoph
18163
18164 2004-12-07 [colin]      0.9.13cvs2.1
18165
18166         * ChangeLog.claws
18167         * AUTHORS
18168         * po/sk.po
18169         * src/procmime.c
18170         * src/prefs_account.c
18171         * src/common/smtp.c
18172         * src/common/smtp.h
18173                 Sync with HEAD
18174
18175 2004-12-06 [colin]      0.9.12cvs187.1
18176
18177         * ChangeLog.claws
18178         * INSTALL
18179         * Makefile.am
18180         * README.claws
18181         * TODO.claws
18182         * configure.ac
18183         * po/bg.po
18184         * po/cs.po
18185         * po/el.po
18186         * po/en_GB.po
18187         * po/es.po
18188         * po/fr.po
18189         * po/hr.po
18190         * po/hu.po
18191         * po/it.po
18192         * po/ja.po
18193         * po/ko.po
18194         * po/nl.po
18195         * po/pl.po
18196         * po/pt_BR.po
18197         * po/ru.po
18198         * po/sk.po
18199         * po/sr.po
18200         * po/sv.po
18201         * po/zh_CN.po
18202         * po/zh_TW.Big5.po
18203         * src/compose.c
18204         * tools/Makefile.am
18205         * tools/README
18206         * tools/filter_conv.pl
18207         * tools/kdeservicemenu/README
18208         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18209         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18210                 Sync with HEAD
18211
18212 2004-12-04 [colin]      0.9.12cvs183.1
18213
18214         * src/compose.c
18215                 Sync with HEAD (compose window position saving)
18216
18217 2004-12-04 [paul]       0.9.12cvs182.3
18218
18219         * src/messageview.c
18220         * src/mimeview.c
18221         * src/prefs_customheader.c
18222         * src/gtk/quicksearch.c
18223                 replace some forgotten GTK_SIGNAL_FUNCs
18224
18225 2004-12-04 [paul]       0.9.12cvs182.2
18226
18227         * src/Makefile.am
18228                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
18229                 committed in error      
18230
18231 2004-12-04 [paul]       0.9.12cvs182.1
18232
18233         * ChangeLog
18234         * ChangeLog.claws
18235         * ChangeLog.jp
18236         * INSTALL
18237         * NEWS
18238         * README
18239         * README.jp
18240         * configure.ac
18241         * doc/manual/ja/Makefile.am
18242         * doc/manual/ja/sylpheed-1.html
18243         * doc/manual/ja/sylpheed-10.html
18244         * doc/manual/ja/sylpheed-11.html
18245         * doc/manual/ja/sylpheed-12.html
18246         * doc/manual/ja/sylpheed-13.html
18247         * doc/manual/ja/sylpheed-14.html
18248         * doc/manual/ja/sylpheed-15.html
18249         * doc/manual/ja/sylpheed-16.html
18250         * doc/manual/ja/sylpheed-17.html
18251         * doc/manual/ja/sylpheed-18.html
18252         * doc/manual/ja/sylpheed-19.html
18253         * doc/manual/ja/sylpheed-2.html
18254         * doc/manual/ja/sylpheed-20.html
18255         * doc/manual/ja/sylpheed-3.html
18256         * doc/manual/ja/sylpheed-4.html
18257         * doc/manual/ja/sylpheed-5.html
18258         * doc/manual/ja/sylpheed-6.html
18259         * doc/manual/ja/sylpheed-7.html
18260         * doc/manual/ja/sylpheed-8.html
18261         * doc/manual/ja/sylpheed-9.html
18262         * doc/manual/ja/sylpheed.html
18263         * doc/manual/ja/sylpheed.sgml
18264         * po/de.po
18265         * src/Makefile.am
18266         * src/compose.c
18267         * src/procmime.c
18268         * src/pixmaps/regular.xpm **REMOVED**
18269         * src/plugins/pgpmime/pgpmime.c
18270         * src/plugins/pgpmime/plugin.c
18271         * src/plugins/pgpmime/prefs_gpg.c
18272                 sync with HEAD
18273
18274 2004-12-03 [paul]       0.9.12cvs180.1
18275
18276         * ChangeLog
18277         * ChangeLog.claws
18278         * ChangeLog.jp
18279         * configure.ac
18280         * src/Makefile.am
18281         * src/pop.c
18282         * src/common/utils.c
18283         * src/common/utils.h
18284         * src/pixmaps/continue.xpm
18285         * src/pixmaps/dir_close.xpm
18286         * src/pixmaps/dir_open.xpm
18287         * src/pixmaps/drafts_close.xpm
18288         * src/pixmaps/drafts_open.xpm
18289         * src/pixmaps/folder.xpm **REMOVED**
18290         * src/pixmaps/group.xpm
18291         * src/pixmaps/unread.xpm
18292                 sync with HEAD
18293
18294 2004-12-02 [colin]      0.9.12cvs179.1
18295
18296         * src/compose.c
18297                 Sync with HEAD (non-duplicated reedition)
18298
18299 2004-12-02 [colin]      0.9.12cvs178.1
18300
18301         * src/compose.c
18302                 Sync with HEAD (linewrap_quote fix)
18303
18304 2004-12-01 [colin]      0.9.12cvs177.3
18305
18306         * src/addrharvest.c
18307                 Replace sizeof with strlen
18308
18309 2004-12-01 [paul]       0.9.12cvs177.2
18310
18311         * src/addrharvest.c
18312                 fix 'harvest addresses'
18313
18314 2004-11-30 [colin]      0.9.12cvs177.1
18315
18316         * src/gtk/prefswindow.c
18317         * src/gtk/pluginwindow.c
18318                 Sync with HEAD
18319
18320 2004-11-29 [colin]      0.9.12cvs176.1
18321
18322         * src/folderview.c
18323                 sync with HEAD (Fix disappearing separators in folderview's popup)
18324
18325 2004-11-29 [colin]      0.9.12cvs175.1
18326
18327         * src/procmime.c
18328                 Sync with head (another format fix)
18329
18330 2004-11-29 [colin]      0.9.12cvs174.1
18331
18332         * src/pop.c
18333                 Sync with HEAD (format string fix)
18334
18335 2004-11-26 [colin]      0.9.12cvs173.1
18336
18337         * src/common/smtp.c
18338         * src/common/smtp.h
18339                 Sync with HEAD
18340
18341 2004-11-24 [colin]      0.9.12cvs172.1
18342
18343         * src/plugins/pgpmime/pgpmime.c
18344                 Sync with HEAD
18345
18346 2004-11-24 [colin]      0.9.12cvs171.1
18347
18348         * src/plugins/pgpmime/pgpmime.c
18349                 Sync with head (gpgmectx leaks)
18350
18351 2004-11-24 [colin]      0.9.12cvs169.1
18352
18353         * src/plugins/pgpmime/plugin.c
18354         * src/plugins/trayicon/Makefile.am
18355         * src/plugins/trayicon/newmarkedmail.xpm
18356         * src/plugins/trayicon/trayicon.c
18357         * src/plugins/trayicon/unreadmarkedmail.xpm
18358                 Sync with HEAD
18359
18360 2004-11-23 [colin]      0.9.12cvs168.1
18361
18362         * src/partial_download.c
18363         * src/partial_download.h
18364         * src/plugins/pgpmime/plugin.c
18365                 Sync with HEAD
18366
18367 2004-11-23 [colin]      0.9.12cvs166.1
18368
18369         * src/Makefile.am
18370         * src/codeconv.c
18371         * src/compose.c
18372         * src/folderview.c
18373         * src/main.c
18374         * src/partial_download.c
18375         * src/partial_download.h
18376         * src/prefs_account.c
18377         * src/prefs_account.h
18378         * src/privacy.c
18379         * src/privacy.h
18380         * src/procmime.c
18381         * src/common/Makefile.am
18382         * src/common/base64.h
18383         * src/common/partial_download.c
18384         * src/common/partial_download.h
18385         * src/gtk/prefswindow.c
18386         * src/gtk/prefswindow.h
18387         * src/plugins/pgpmime/pgpmime.c
18388         * src/plugins/pgpmime/prefs_gpg.c
18389         * src/plugins/pgpmime/prefs_gpg.h
18390         * src/plugins/pgpmime/sgpgme.c
18391         * src/plugins/pgpmime/sgpgme.h
18392                 Sync with HEAD
18393
18394 2004-11-23 [colin]      0.9.12cvs163.1
18395
18396         * src/main.c
18397                 Sync with HEAD (cursor optimization)
18398
18399 2004-11-23 [colin]      0.9.12cvs162.1
18400
18401         * src/prefs_common.c
18402         * src/prefs_themes.c
18403         * src/procmsg.c
18404                 Sync with HEAD
18405
18406 2004-11-23 [colin]      0.9.12cvs158.9
18407
18408         * src/compose.c
18409                 Fix double-free when forwarding
18410         * src/msgcache.c
18411                 Fix leak on error path
18412                 
18413
18414 2004-11-23 [colin]      0.9.12cvs158.8
18415
18416         * src/compose.c
18417                 Fix possible double-free
18418                 Spotted by Alfons
18419
18420 2004-11-23 [colin]      0.9.12cvs158.7
18421
18422         * src/compose.c
18423                 Fix some signal handlers' prototypes
18424                 Spotted by Alfons
18425
18426 2004-11-22 [colin]      0.9.12cvs158.6
18427
18428         * src/compose.c
18429                 Remove unneeded code and duplicated
18430                 wrapping - patch by Alfons
18431
18432 2004-11-22 [colin]      0.9.12cvs158.5
18433
18434         * src/prefs_themes.c
18435                 Fix oversized selector
18436
18437 2004-11-22 [colin]      0.9.12cvs158.4
18438
18439         * src/compose.c
18440                 fix dump_text()
18441                 patch by Alfons
18442
18443 2004-11-19 [colin]      0.9.12cvs158.3
18444
18445         * src/textview.c
18446                 Add a context menu on links (open, copy)
18447
18448 2004-11-18 [paul]       0.9.12cvs158.2
18449
18450         * src/addrgather.c
18451         * src/exphtmldlg.c
18452         * src/expldifdlg.c
18453         * src/mimeview.c
18454         * src/prefs_common.c
18455         * src/plugins/image_viewer/viewer.c
18456         * src/plugins/spamassassin/spamassassin_gtk.c
18457                 replace deprecated gtk_notebook_set_page
18458                 and gtk_notebook_current_page
18459
18460 2004-11-18 [paul]       0.9.12cvs158.1
18461
18462         * configure.ac
18463         * src/compose.c
18464         * src/mainwindow.c
18465         * src/messageview.c
18466         * src/prefs_common.c
18467         * src/common/utils.c
18468         * src/common/utils.h
18469                 sync with HEAD
18470
18471 2004-11-17 [colin]      0.9.12cvs156.1
18472
18473         * src/prefs_account.c
18474         * src/prefs_account.h
18475         * src/procmsg.c
18476                 Sync with HEAD (add pref to store encrypted mails encrypted)
18477
18478 2004-11-17 [paul]       0.9.12cvs155.1
18479
18480         * ChangeLog
18481         * ChangeLog.claws
18482         * ChangeLog.jp
18483         * NEWS
18484         * configure.ac
18485         * src/compose.c
18486         * src/jpilot.c
18487         * src/privacy.c
18488         * src/procmime.c
18489         * src/procmime.h
18490         * src/procmsg.c
18491         * src/toolbar.c
18492         * src/pixmaps/error.xpm
18493                 sync with HEAD
18494
18495 2004-11-17 [colin]      0.9.12cvs151.1
18496
18497         * src/plugins/pgpmime/pgpmime.c
18498                 Sync with HEAD (remove debug printf)
18499
18500 2004-11-17 [colin]      0.9.12cvs150.1
18501
18502         * src/plugins/pgpmime/pgpmime.c
18503                 Sync with HEAD (off-by-one fix)
18504
18505 2004-11-17 [colin]      0.9.12cvs149.1
18506
18507         * src/procmsg.c
18508                 Sync with HEAD (coding style fixes)
18509
18510 2004-11-16 [colin]      0.9.12cvs148.1
18511
18512         * src/procmsg.c
18513                 Sync with head (Fix the fix)
18514
18515 2004-11-16 [colin]      0.9.12cvs147.1
18516
18517         * src/procmsg.c
18518                 Sync with Main (leak fix)
18519
18520 2004-11-16 [colin]      0.9.12cvs146.14
18521
18522         * src/compose.c
18523                 Remove useless chunk of code
18524                 Patch by Alfons
18525
18526 2004-11-15 [colin]      0.9.12cvs146.13
18527
18528         * src/compose.c
18529                 Fix drafting after insertion
18530                 Patch by Alfons
18531
18532 2004-11-15 [colin]      0.9.12cvs146.12
18533
18534         * src/compose.c
18535         * src/prefs_filtering.c
18536         * src/prefs_filtering_action.c
18537         * src/prefs_toolbar.c
18538                 Fix some const-correctness
18539
18540 2004-11-15 [colin]      0.9.12cvs146.11
18541
18542         * src/summaryview.c
18543         * src/prefs_themes.c
18544         * src/messageview.c
18545                 Fix some leaks
18546
18547 2004-11-15 [colin]      0.9.12cvs146.10
18548
18549         * src/codeconv.c
18550                 More unreadable locale fixes
18551
18552 2004-11-14 [colin]      0.9.12cvs146.9
18553
18554         * src/textview.c
18555                 Fix uri_security_check
18556                 Patch by Alfons
18557
18558 2004-11-13 [paul]       0.9.12cvs146.8
18559
18560         * src/folder.c
18561         * src/procmime.c
18562                 fix 2 bugs introduced in last commit
18563
18564 2004-11-13 [paul]       0.9.12cvs146.7
18565
18566         * src/compose.c
18567         * src/exporthtml.c
18568         * src/exportldif.c
18569         * src/folder.c
18570         * src/imap.c
18571         * src/imap_gtk.c
18572         * src/main.c
18573         * src/mainwindow.c
18574         * src/messageview.c
18575         * src/mh_gtk.c
18576         * src/prefs_themes.c
18577         * src/procmime.c
18578         * src/setup.c
18579         * src/summaryview.c
18580                 replace deprecated g_basename
18581
18582 2004-11-13 [paul]       0.9.12cvs146.6
18583
18584         * src/compose.c
18585         * src/imap.c
18586         * src/matcher_parser.h
18587         * src/matcher_parser_parse.y
18588         * src/prefs_filtering.c
18589         * src/prefs_filtering_action.c
18590         * src/prefs_themes.c
18591         * src/prefs_toolbar.c
18592         * src/common/utils.c
18593                 various small fixes/cleanups
18594
18595 2004-11-12 [colin]      0.9.12cvs146.5
18596
18597         * src/textview.c
18598                 Validate event's origin on visibility notify
18599                 Patch by Alfons.
18600
18601 2004-11-12 [paul]       0.9.12cvs146.4
18602
18603         * src/exporthtml.c
18604         * src/exportldif.c
18605         * src/imap.c
18606         * src/mh.c
18607         * src/mimeview.c
18608         * src/prefs_spelling.c
18609         * src/prefs_themes.c
18610                 replace deprecated g_dirname    
18611
18612 2004-11-12 [colin]      0.9.12cvs146.3
18613
18614         * src/textview.c
18615                 Some coding style fixes
18616
18617 2004-11-12 [colin]      0.9.12cvs146.2
18618
18619         * src/codeconv.c
18620                 We want to replace _all_ extended chars in
18621                 conv_unreadable_*, because any string containing
18622                 extended chars not parsing as UTF8 is 
18623                 undisplayed on gtk2.
18624
18625 2004-11-12 [paul]       0.9.12cvs146.1
18626
18627         * ChangeLog
18628         * ChangeLog.claws
18629         * ChangeLog.jp
18630         * NEWS
18631         * configure.ac
18632         * src/account.c
18633         * src/folderview.c
18634         * src/folderview.h
18635         * src/imap.c
18636         * src/imap_gtk.c
18637         * src/inc.c
18638         * src/mainwindow.c
18639         * src/mh_gtk.c
18640         * src/news_gtk.c
18641         * src/pop.c
18642         * src/prefs_account.c
18643         * src/prefs_account.h
18644         * src/prefs_ext_prog.c
18645         * src/procmime.c
18646         * src/procmime.h
18647         * src/procmsg.c
18648         * src/procmsg.h
18649         * src/summary_search.c
18650         * src/summaryview.c
18651         * src/textview.c
18652         * src/common/defs.h
18653         * src/common/utils.c
18654         * src/common/utils.h
18655         * src/gtk/menu.c
18656         * src/gtk/menu.h
18657                 sync with HEAD
18658
18659 2004-11-11 [colin]      0.9.12cvs144.2
18660
18661         * src/textview.c
18662                 Fix URI range selection (patch by Alfons)
18663
18664 2004-11-09 [colin]      0.9.12cvs144.1
18665
18666         * ChangeLog.claws
18667         * src/compose.c
18668         * src/folder.c
18669         * src/folder_item_prefs.c
18670         * src/prefs_account.c
18671         * src/prefs_account.h
18672         * src/plugins/pgpmime/pgpmime.c
18673                 Sync with HEAD
18674
18675 2004-11-08 [colin]      0.9.12cvs143.1
18676
18677         * src/summaryview.c
18678                 Sync with HEAD (optimize quicksearch)
18679
18680 2004-11-08 [colin]      0.9.12cvs142.2
18681
18682         * src/compose.c
18683                 Don't wrap when Edit/Auto wrapping is disabled
18684
18685 2004-11-08 [colin]      0.9.12cvs142.1
18686
18687         * src/textview.c
18688                 Sync with HEAD
18689
18690 2004-11-08 [colin]      0.9.12cvs141.1
18691
18692         * src/textview.c
18693                 Sync with HEAD (fix some mail URIs)
18694
18695 2004-11-08 [colin]      0.9.12cvs140.3
18696
18697         * src/textview.c
18698                 o Use text cursor instead of arrow when
18699                   not on a link
18700                 o Fix handling of contiguous links (as in
18701                   "colin@colino.net" <colin@colino.net>)
18702                   This one unveils a bug in get_email_part()
18703
18704 2004-11-07 [colin]      0.9.12cvs140.2
18705
18706         * src/textview.c
18707                 Fix memleak. Patch by Alfons.
18708
18709 2004-11-06 [colin]      0.9.12cvs140.1
18710
18711         * src/compose.c
18712                 Sync with HEAD (don't ask passphrase
18713                 when drafting)
18714
18715 2004-11-06 [paul]       0.9.12cvs139.2
18716
18717         * AUTHORS
18718         * src/textview.c
18719         * src/textview.h
18720                 textview URI handling. hovering over a 
18721                 link displays it in the status bar,
18722                 and changes the mouse pointer to a hand 
18723                 cursor. a link is activated with a single 
18724                 click. (Modified from the) patch by Jean-Yves 
18725                 Lefort <jylefort@users.sourceforge.net>
18726                 
18727
18728 2004-11-05 [colin]      0.9.12cvs139.1
18729
18730         * src/compose.c
18731         * src/procmime.c
18732                 Sync with HEAD again ^^
18733
18734 2004-11-05 [colin]      0.9.12cvs139.1
18735
18736         * src/compose.c
18737         * src/procmime.c
18738                 Sync with HEAD
18739
18740 2004-11-03 [paul]       0.9.12cvs138.1
18741
18742         * ChangeLog.claws
18743         * configure.ac
18744         * po/POTFILES.in
18745         * src/prefs_ext_prog.c
18746         * src/procmime.c
18747         * tools/kdeservicemenu/README
18748         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18749         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18750                 sync with HEAD
18751
18752 2004-11-01 [christoph]  0.9.12cvs136.2
18753
18754         * src/procmime.c
18755                 convert MIME parameters to UTF-8
18756
18757 2004-10-29 [colin]      0.9.12cvs136.1
18758
18759         * src/common/utils.c
18760                 Sync with HEAD (don't use '=' in mime boundary)
18761
18762 2004-10-29 [paul]       0.9.12cvs135.1
18763
18764         * configure.ac
18765         * doc/src/rfc2231.txt
18766         * src/procmime.c
18767         * src/common/quoted-printable.c
18768         * src/common/utils.c
18769         * src/common/utils.h
18770                 sync with HEAD
18771
18772 2004-10-27 [paul]       0.9.12cvs134.1
18773
18774         * configure.ac
18775         * src/main.c
18776         * src/procmime.c
18777         * src/plugins/pgpmime/pgpmime.c
18778                 sync with HEAD
18779
18780 2004-10-26 [paul]       0.9.12cvs132.3
18781
18782         * src/account.c
18783         * src/addressbook.c
18784         * src/addrgather.c
18785         * src/addrharvest.c
18786         * src/codeconv.c
18787         * src/compose.c
18788         * src/customheader.c
18789         * src/editaddress.c
18790         * src/editgroup.c
18791         * src/enriched.c
18792         * src/expldifdlg.c
18793         * src/exporthtml.c
18794         * src/exportldif.c
18795         * src/folder.c
18796         * src/foldersel.c
18797         * src/folderview.c
18798         * src/grouplistdialog.c
18799         * src/html.c
18800         * src/imap.c
18801         * src/jpilot.c
18802         * src/ldapserver.c
18803         * src/ldif.c
18804         * src/mimeview.c
18805         * src/news.c
18806         * src/news_gtk.c
18807         * src/pop.c
18808         * src/prefs_display_header.c
18809         * src/prefs_gtk.c
18810         * src/prefs_msg_colors.c
18811         * src/prefs_toolbar.c
18812         * src/procheader.c
18813         * src/procmime.c
18814         * src/summaryview.c
18815         * src/textview.c
18816         * src/toolbar.c
18817         * src/vcard.c
18818         * src/common/mgutils.c
18819         * src/common/nntp.c
18820         * src/common/smtp.c
18821         * src/common/template.c
18822         * src/common/utils.c
18823         * src/common/xmlprops.c
18824         * src/plugins/pgpmime/pgpmime.c
18825         * src/plugins/pgpmime/select-keys.c
18826         * src/plugins/pgpmime/sgpgme.c
18827                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18828                 g_string_sprintfa(), gtk_notebook_current_page()
18829
18830 2004-10-26 [colin]      0.9.12cvs132.2
18831
18832         * src/prefs_folder_item.c
18833                 Fix default-account selection
18834
18835 2004-10-21 [colin]      0.9.12cvs133
18836
18837         * src/compose.c
18838                 Sync with HEAD (Remove extra separator in compose's Options)
18839         * src/textview.c
18840                 Set wrapping to char
18841
18842 2004-10-21 [paul]       0.9.12cvs131.2
18843
18844         * src/compose.c
18845         * src/sourcewindow.c
18846                 fix wrapping
18847                 fix window shrinking 
18848
18849 2004-10-21 [colin]      0.9.12cvs131.1
18850
18851         * ChangeLog.claws
18852         * src/compose.c
18853                 Sync with HEAD
18854
18855 2004-10-21 [paul]       0.9.12cvs130.2
18856
18857         * src/prefs_folder_item.c
18858                 sync with HEAD (Apply to subfolders)
18859
18860 2004-10-19 [colin]      0.9.12cvs130.1
18861
18862         * ChangeLog.claws
18863         * src/compose.c
18864         * src/common/utils.c
18865         * src/gtk/menu.c
18866                 Sync with HEAD
18867
18868 2004-10-19 [colin]      0.9.12cvs128.1
18869
18870         * src/addrbook.c
18871         * src/addrcache.c
18872         * src/addressbook.c
18873         * src/codeconv.c
18874         * src/compose.c
18875         * src/customheader.c
18876         * src/editaddress.c
18877         * src/editgroup.c
18878         * src/exporthtml.c
18879         * src/folder.c
18880         * src/folderview.c
18881         * src/imap.c
18882         * src/jpilot.c
18883         * src/main.c
18884         * src/matcher_parser_parse.y
18885         * src/mbox.c
18886         * src/pop.c
18887         * src/prefs_account.c
18888         * src/prefs_gtk.c
18889         * src/prefs_msg_colors.c
18890         * src/procheader.c
18891         * src/procmime.c
18892         * src/procmime.h
18893         * src/procmsg.c
18894         * src/summaryview.c
18895         * src/textview.c
18896         * src/common/base64.c
18897         * src/common/partial_download.c
18898         * src/common/socket.c
18899         * src/common/sylpheed.c
18900         * src/common/utils.c
18901         * src/common/utils.h
18902         * src/gtk/pluginwindow.c
18903         * src/gtk/quicksearch.c
18904         * src/plugins/clamav/clamav_plugin.c
18905         * src/plugins/clamav/clamav_plugin.h
18906         * src/plugins/clamav/clamav_plugin_gtk.c
18907         * src/plugins/pgpmime/passphrase.c
18908         * src/plugins/pgpmime/pgpmime.c
18909         * src/plugins/pgpmime/plugin.c
18910         * src/plugins/pgpmime/prefs_gpg.c
18911         * src/plugins/pgpmime/prefs_gpg.h
18912         * src/plugins/pgpmime/select-keys.c
18913         * src/plugins/pgpmime/sgpgme.c
18914         * src/plugins/spamassassin/libspamc.c
18915         * src/plugins/spamassassin/spamassassin.c
18916         * src/plugins/spamassassin/spamassassin.h
18917         * src/plugins/spamassassin/spamassassin_gtk.c
18918         * src/plugins/trayicon/trayicon.c
18919         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
18920                 Sync with HEAD
18921
18922 2004-10-14 [colin]      0.9.12cvs126.2
18923
18924         * src/codeconv.c
18925         * src/textview.c
18926                 Fix conv_unreadable_locale
18927
18928 2004-10-13 [colin]      0.9.12cvs126.1
18929
18930         * src/compose.c
18931                 Sync with HEAD (don't convert charset for 
18932                 drafted messages, minor cleanup)
18933
18934 2004-10-13 [colin]      0.9.12cvs125.1
18935
18936         * po/POTFILES.in
18937                 Sync with HEAD (POTFILES fix)
18938
18939 2004-10-12 [colin]      0.9.12cvs124.3
18940
18941         * src/compose.c
18942                 Fix encoding bug from latest sync
18943
18944 2004-10-12 [paul]       0.9.12cvs124.2
18945
18946         * src/plugins/pgpmime/prefs_gpg.c
18947         * src/plugins/pgpmime/prefs_gpg.h
18948                 forgotten in last commit        
18949
18950 2004-10-12 [paul]       0.9.12cvs124.1
18951
18952         * ChangeLog.claws
18953         * configure.ac
18954         * m4/spamassassin.m4
18955         * src/Makefile.am
18956         * src/account.c
18957         * src/compose.c
18958         * src/compose.h
18959         * src/crash.c
18960         * src/main.c
18961         * src/mimeview.c
18962         * src/passphrase.c
18963         * src/passphrase.h
18964         * src/prefs_account.c
18965         * src/prefs_account.h
18966         * src/prefs_common.c
18967         * src/privacy.c
18968         * src/privacy.h
18969         * src/procmime.c
18970         * src/procmime.h
18971         * src/procmsg.c
18972         * src/rfc2015.c
18973         * src/rfc2015.h
18974         * src/select-keys.c
18975         * src/select-keys.h
18976         * src/textview.c
18977         * src/common/utils.c
18978         * src/common/utils.h
18979         * src/gtk/about.c
18980         * src/plugins/pgpmime/Makefile.am
18981         * src/plugins/pgpmime/passphrase.c
18982         * src/plugins/pgpmime/passphrase.h
18983         * src/plugins/pgpmime/pgpmime.c
18984         * src/plugins/pgpmime/plugin.c
18985         * src/plugins/pgpmime/select-keys.c
18986         * src/plugins/pgpmime/select-keys.h
18987         * src/plugins/pgpmime/sgpgme.c
18988         * src/plugins/pgpmime/sgpgme.h
18989                 sync with HEAD
18990
18991 2004-10-04 [colin]      0.9.12cvs122.1
18992
18993         * src/mainwindow.c
18994         * src/messageview.c
18995         * src/messageview.h
18996         * src/textview.c
18997                 Sync with HEAD
18998
18999 2004-10-04 [colin]      0.9.12cvs121.1
19000
19001         * src/summaryview.c
19002                 Sync with HEAD
19003
19004 2004-10-04 [paul]       0.9.12cvs120.1
19005
19006         * configure.ac
19007                 sync with HEAD [don't try to build 
19008                 pgpmime plugin when gpgme is disabled]
19009
19010 2004-10-03 [colin]      0.9.12cvs119.3
19011
19012         * src/gtk/gtksctree.c
19013                 Lots of side effects. Put back as before 117.2.
19014         * src/summaryview.c
19015                 Fix bug #602
19016
19017 2004-10-03 [colin]      0.9.12cvs119.2
19018
19019         * src/gtk/gtksctree.c
19020                 Revert 608 fix that doesn't work that good
19021
19022 2004-10-02 [colin]      0.9.12cvs119.1
19023
19024         * src/mainwindow.c
19025         * src/messageview.c
19026         * src/prefs_common.h
19027         * src/procmime.c
19028         * src/procmime.h
19029         * src/textview.c
19030                 Sync with HEAD
19031         * src/gtk/gtksctree.c
19032                 Close bug #608
19033
19034 2004-10-01 [colin]      0.9.12cvs118.1
19035
19036         * src/mimeview.c
19037                 Sync with HEAD (better Save All fix)
19038
19039 2004-10-01 [colin]      0.9.12cvs117.2
19040
19041         * src/gtk/gtksctree.c
19042                 Faster on selection
19043
19044 2004-10-01 [colin]      0.9.12cvs117.1
19045
19046         * src/mimeview.c
19047                 Sync with HEAD (Save All: only attachments)
19048
19049 2004-10-01 [paul]       0.9.12cvs116.1
19050
19051         * ChangeLog.claws
19052         * configure.ac
19053         * src/account.c
19054         * src/prefs_common.c
19055         * src/gtk/colorlabel.c
19056                 sync with HEAD
19057
19058 2004-09-30 [colin]      0.9.12cvs115.1
19059
19060         * src/stock_pixmap.c
19061         * src/stock_pixmap.h
19062         * src/folderview.c
19063         * src/Makefile.am
19064         * src/pixmaps/read.xpm
19065                 Sync with HEAD (new pixmap)
19066
19067 2004-09-29 [colin]      0.9.12cvs114.1
19068
19069         * src/compose.c
19070                 Sync with HEAD
19071                 Fix focus handling in headers
19072
19073 2004-09-29 [paul]       0.9.12cvs113.1
19074
19075         * src/quote_fmt_parse.y
19076                 sync with HEAD
19077  
19078
19079 2004-09-28 [colin]      0.9.12cvs112.1
19080
19081         * src/folderview.c
19082         * src/mainwindow.c
19083                 Sync with HEAD
19084
19085 2004-09-28 [colin]      0.9.12cvs110.1
19086
19087         * src/folderview.c
19088                 Sync with HEAD (Contextual Empty trash menu)
19089
19090 2004-09-28 [colin]      0.9.12cvs108.1
19091
19092         * src/addressbook.c
19093                 Sync with HEAD (addressbook edit on double-click)
19094
19095 2004-09-28 [colin]      0.9.12cvs106.1
19096
19097         * src/inc.c
19098                 Sync with HEAD (folder_item freeze on inc)
19099
19100 2004-09-27 [colin]      0.9.12cvs105.1
19101
19102         * src/folderview.c
19103                 Sync with HEAD (right-align new and unread column)
19104
19105 2004-09-27 [colin]      0.9.12cvs104.1
19106
19107         * src/main.c
19108                 Sync with HEAD (revert 0.9.12cvs101)
19109
19110 2004-09-24 [colin]      0.9.12cvs103.2
19111
19112         * src/wizard.c
19113                 Fix gtk warnings and use domain part of the email address 
19114                 when domain detection fails (no dot in domain name)
19115
19116 2004-09-23 [colin]      0.9.12cvs103.1
19117
19118         * src/plugins/spamassassin/libspamc.c
19119         * src/plugins/spamassassin/libspamc.h
19120         * src/plugins/spamassassin/utils.c
19121         * src/plugins/spamassassin/utils.h
19122                 Sync with HEAD (Update spamassassin to 3.0)
19123
19124 2004-09-21 [colin]      0.9.12cvs102.3
19125
19126         * src/action.c
19127                 Add horizontal scrollbar in action io dialog as needed
19128                 Patch by Alfons.
19129
19130 2004-09-20 [colin]      0.9.12cvs102.2
19131
19132         * src/plugins/image_viewer/viewer.c
19133                 Remove imlib stuff
19134                 use gtk_pixmap_set when clearing
19135                 (would be better to use gtkImages, but causes size-allocate 
19136                 signals storm)
19137
19138 2004-09-17 [paul]       0.9.12cvs102.1
19139
19140         * ChangeLog
19141         * ChangeLog.claws
19142         * ChangeLog.jp
19143         * configure.ac
19144         * src/inc.c
19145                 sync with HEAD
19146
19147
19148 2004-09-17 [colin]      0.9.12cvs101.1
19149
19150         * ChangeLog.claws
19151         * src/main.c
19152                 Sync with HEAD (fix segs at exit)
19153
19154 2004-09-14 [colin]      0.9.12cvs99.5
19155
19156         * src/common/socket.c
19157         * AUTHORS
19158                 Fix send error on 64bit platforms
19159                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
19160
19161 2004-09-14 [colin]      0.9.12cvs99.4
19162
19163         * src/action.c
19164                 Fix action output with utf8 
19165                 Patch by Alfons.
19166
19167 2004-09-14 [colin]      0.9.12cvs99.3
19168
19169         * ChangeLog.claws
19170         * src/folder.c
19171                 Sync with HEAD
19172
19173 2004-09-09 [colin]      0.9.12cvs99.2
19174
19175         * src/action.c
19176                 Fix progress bar (displaying "Completed %v/%u")
19177                 Patch by Alfons.
19178
19179 2004-09-08 [colin]      0.9.12cvs99.1
19180
19181         * src/account.c
19182         * src/folder.c
19183         * src/procmsg.c
19184         * src/procmsg.h
19185         * src/plugins/pgpmime/pgpmime.c
19186                 Sync with HEAD
19187
19188 2004-09-08 [colin]      0.9.12cvs97.2
19189
19190         * src/summaryview.c
19191                 Don't select mails in collapsed threads 
19192                 when navigating with up/down
19193
19194 2004-09-07 [colin]      0.9.12cvs97.1
19195
19196         * src/inc.c
19197                 Sync with HEAD (meaningful error messages)
19198
19199 2004-09-06 [colin]      0.9.12cvs96.1
19200
19201         * src/toolbar.c
19202                 Sync with HEAD (fix Redirect graying out)
19203
19204 2004-09-06 [colin]      0.9.12cvs95.1
19205
19206         * src/summaryview.c
19207         * src/mimeview.c
19208                 Sync with HEAD (fix dropped URIs)
19209
19210 2004-09-06 [colin]      0.9.12cvs94.1
19211
19212         * src/addressbook.c
19213         * src/addressitem.h
19214         * src/addritem.c
19215         * src/addritem.h
19216                 Sync with HEAD (addressbook DnD)
19217
19218 2004-09-03 [colin]      0.9.12cvs93.1
19219
19220         * src/summaryview.c
19221                 Sync with HEAD (next/prev unread)
19222
19223 2004-09-03 [colin]      0.9.12cvs92.1
19224
19225         * src/prefs_common.c
19226         * src/prefs_common.h
19227         * src/summaryview.c
19228                 Sync with HEAD ('mark_as_read_delay' pref)
19229
19230 2004-09-02 [colin]      0.9.12cvs91.2
19231
19232         * src/common/xml.c
19233                 Fix leak
19234
19235 2004-09-02 [colin]      0.9.12cvs91.1
19236
19237         * src/gtk/menu.c
19238                 Sync with HEAD (menu accel don't work, but whatever)
19239
19240 2004-09-02 [colin]      0.9.12cvs90.1
19241
19242         * src/account.c
19243                 Sync with HEAD (fix bug 582)
19244
19245 2004-09-02 [colin]      0.9.12cvs89.1
19246
19247         * src/addrindex.c
19248                 Sync with HEAD (free deleted queries)
19249
19250 2004-09-02 [colin]      0.9.12cvs88.1
19251
19252         * src/ldapquery.c
19253                 Sync with HEAD (fix LDAP freezes)
19254
19255 2004-09-02 [colin]      0.9.12cvs87.1
19256
19257         * src/prefs_spelling.c
19258                 Sync with HEAD (add default dictionary)
19259
19260 2004-09-01 [colin]      0.9.12cvs86.1
19261
19262         * src/filtering.c
19263         * src/folderview.c
19264         * src/imap.c
19265         * src/prefs_matcher.c
19266         * src/stock_pixmap.c
19267         * src/summary_search.c
19268         * src/summaryview.c
19269         * src/wizard.c
19270         * src/wizard.h
19271                 Sync with HEAD (uninitialized vars fixes)
19272                 + gtk2 specific warning fixes
19273
19274 2004-08-31 [colin]      0.9.12cvs85.1
19275
19276         * src/folder.c
19277                 Sync with HEAD (Fix memory corruption due to 
19278                 uninitialized var)
19279
19280 2004-08-31 [colin]      0.9.12cvs84.4
19281
19282         * src/summary_search.c
19283                 Fix segfaults when searching in folders with broken headers
19284
19285 2004-08-31 [colin]      0.9.12cvs84.3
19286
19287         * src/compose.c
19288         * src/textview.c
19289                 Fix some more encoding/decoding issues
19290
19291 2004-08-30 [colin]      0.9.12cvs84.2
19292
19293         * src/mimeview.c
19294         * src/prefs_themes.c
19295         * src/gtk/filesel.c
19296         * src/gtk/filesel.h
19297                 Add a folder-mode selection (fixes mimeview's "Save all")
19298
19299 2004-08-29 [colin]      0.9.12cvs84.1
19300
19301         * src/mimeview.c
19302                 Sync with HEAD (don't escape saved filenames)
19303
19304 2004-08-27 [colin]      0.9.12cvs83.1
19305
19306         * ChangeLog
19307         * ChangeLog.claws
19308         * ChangeLog.jp
19309         * src/mh.c
19310         * src/procheader.c
19311         * src/procmsg.c
19312         * src/procmsg.h
19313         * src/common/utils.c
19314         * src/gtk/menu.h
19315         * po/
19316                 Sync with HEAD 0.9.12cvs83 (sync with main)
19317
19318 2004-08-26 [colin]      0.9.12cvs82.4
19319
19320         * src/codeconv.c
19321                 Fix strange stack corruption
19322                 Convert to utf8 after unmime, not before
19323
19324 2004-08-26 [colin]      0.9.12cvs82.3
19325
19326         * src/main.c
19327         * src/wizard.c
19328                 Fix account folders duplication
19329
19330 2004-08-25 [colin]      0.9.12cvs82.2
19331
19332         * src/wizard.c
19333                 Remove ports
19334                 Add SSL selection
19335                 Use login@server as account name
19336
19337 2004-08-25 [colin]      0.9.12cvs82.1
19338
19339         * src/plugins/pgpmime/pgpmime.c
19340                 Sync with HEAD (leak fix).
19341
19342 2004-08-25 [colin]      0.9.12cvs81.1
19343
19344         * src/plugins/pgpmime/pgpmime.c
19345         * src/plugins/pgpmime/sgpgme.c
19346         * src/plugins/pgpmime/sgpgme.h
19347                 Sync with HEAD (Handle combined messages).
19348
19349 2004-08-24 [colin]      0.9.12cvs80.3
19350
19351         * src/wizard.c
19352                 Fix full name, ports, and imap
19353
19354 2004-08-24 [colin]      0.9.12cvs80.2
19355
19356         * src/Makefile.am
19357         * src/main.c
19358         * src/setup.c
19359         * src/setup.h
19360         * src/stock_pixmap.c
19361         * src/stock_pixmap.h
19362         * src/wizard.c ** ADDED **
19363         * src/wizard.h ** ADDED ** 
19364         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
19365                 Add a setup wizard 
19366
19367 2004-08-24 [colin]      0.9.12cvs80.1
19368
19369         * src/folder.c
19370                 Sync with HEAD (set mimeflags on all messages)
19371
19372 2004-08-24 [colin]      0.9.12cvs79.3
19373
19374         * src/matcher_parser_lex.l
19375                 Fix 8bits strings not in utf8
19376
19377 2004-08-24 [colin]      0.9.12cvs79.2
19378
19379         * src/compose.c
19380                 Check conversion result before replacing buffer
19381
19382 2004-08-23 [colin]      0.9.12cvs79.1
19383
19384         * src/compose.c
19385                 Sync with HEAD (create message header in memory)
19386
19387 2004-08-23 [colin]      0.9.12cvs78.1
19388
19389         * src/rfc2015.c
19390         * src/rfc2015.h
19391                 Sync with HEAD (fix bug 197 again)
19392
19393 2004-08-23 [colin]      0.9.12cvs77.3
19394
19395         * src/compose.c
19396                 Fix again inline gpg signing (which outputs utf8
19397                 in gtk2). Not syncing this fix to HEAD as this 
19398                 code is meant to die.
19399
19400 2004-08-23 [colin]      0.9.12cvs77.2
19401
19402         * src/prefs_account.h
19403                 Remove useless include
19404
19405 2004-08-23 [colin]      0.9.12cvs77.1
19406
19407         * src/imap.c
19408         * po/es.po
19409         * po/fr.po
19410         * po/it.po
19411         * po/pl.po
19412         * po/pt_BR.po
19413         * po/sk.po
19414         * po/sr.po
19415                 Sync with HEAD (fix bug 577)
19416
19417 2004-08-22 [colin]      0.9.12cvs76.1
19418
19419         * src/plugins/trayicon/trayicon.c
19420                 Sync with HEAD (fix formatting bug)
19421
19422 2004-08-21 [colin]      0.9.12cvs74.2
19423
19424         * src/gtk/colorsel.c
19425                 Fix bug 564 (Folder color selection window exits on any
19426                 keypress)
19427
19428 2004-08-21 [colin]      0.9.12cvs74.1
19429
19430         * ChangeLog.claws
19431         * src/compose.c
19432         * src/summaryview.c
19433         * src/toolbar.c
19434                 Sync with HEAD (fix bug 576)
19435
19436 2004-08-21 [colin]      0.9.12cvs70.1
19437
19438         * src/compose.c
19439         * src/mainwindow.c
19440                 Sync with HEAD
19441                 
19442
19443 2004-08-21 [paul]       0.9.12cvs66.4
19444
19445         * src/mainwindow.c
19446         * src/messageview.c
19447         * src/gtk/menu.c
19448         * src/plugins/spamassassin/spamassassin_gtk.c
19449                 remove some deprecated gtk1 functions
19450
19451
19452 2004-08-21 [colin]      0.9.12cvs66.3
19453
19454         * src/compose.c
19455         * src/codeconv.c
19456                 Fix warnings
19457                 Remove encoding hacks
19458                 Fix bug 575 (Strange character messes up message)
19459                 Don't display conversion error when drafting
19460
19461 2004-08-21 [paul]       0.9.12cvs66.2
19462
19463         * src/prefs_account.c
19464                 fix GnuPG mode bugs
19465
19466
19467 2004-08-20 [colin]      0.9.12cvs66.1
19468
19469         * src/codeconv.c
19470                 Sync with HEAD 0.9.12cvs66
19471
19472 2004-08-20 [paul]
19473
19474         * src/plugins/pgpmime/plugin.c
19475                 modify PGP/MIME plugin's description
19476
19477 2004-08-17 [colin]      0.9.12cvs65.1
19478
19479         * src/common/ssl.c
19480         * src/plugins/pgpmime/plugin.c
19481                 Sync with HEAD
19482
19483 2004-08-14 [colin]      0.9.12cvs60.3
19484
19485         * src/plugins/trayicon/trayicon.c
19486                 Put back resize callback, on size-request signal
19487                 rather than size-allocate to avoid infinite 
19488                 callback loop
19489
19490 2004-08-13 [colin]      0.9.12cvs60.2
19491
19492         * src/common/defs.h
19493                 Cache versions have been fixed
19494
19495 2004-08-13 [colin]      0.9.12cvs60.1
19496
19497         * src/folderutils.c
19498                 Sync with HEAD
19499
19500 2004-08-12 [colin]      0.9.12cvs59.1
19501
19502         * src/plugins/trayicon/trayicon.c
19503                 Sync with HEAD
19504
19505 2004-08-12 [colin]      0.9.12cvs57.5
19506
19507         * sylpheed.desktop
19508         * configure.ac
19509         * src/Makefile.am
19510         * src/main.c
19511                 Add support for Freedesktop.org's startup notification
19512
19513 2004-08-11 [colin]      0.9.12cvs57.4
19514
19515         * src/textview.c
19516                 Fix off-by-one
19517
19518 2004-08-11 [colin]      0.9.12cvs57.3
19519
19520         * src/message_search.c
19521         * src/summary_search.c
19522                 Make searches case insensitive by default
19523         * src/textview.c
19524                 Fix case-insensitive search in message
19525
19526 2004-08-11 [colin]      0.9.12cvs57.2
19527
19528         * src/summary_search.c
19529                 Let case-sensitive be specified
19530
19531 2004-08-10 [colin]      0.9.12cvs55.4
19532
19533         * src/common/socket.c
19534                 Fix the possible race condition
19535
19536 2004-08-09 [paul]       0.9.12cvs55.3
19537
19538         * configure.ac
19539         * src/Makefile.am
19540         * src/common/Makefile.am
19541                 sync with HEAD
19542
19543
19544 2004-08-09 [paul]       0.9.12cvs55.2
19545
19546         * autogen.sh
19547         * po/poconv.sh
19548                 remove unneeded script
19549
19550         * configure.ac
19551                 add forgotten USE_LDAP_TLS (sync with HEAD)
19552
19553
19554 2004-08-09 [colin]      0.9.12cvs55.1
19555
19556         * src/main.c
19557         * src/common/ssl.c
19558         * src/common/sylpheed.c
19559         * src/common/sylpheed.h
19560                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
19561
19562 2004-08-09 [paul]       0.9.12cvs54.1
19563
19564         * ChangeLog
19565         * ChangeLog.claws
19566         * ChangeLog.jp
19567         * configure.ac
19568         * po/POTFILES.in
19569         * src/Makefile.am
19570         * src/folderutils.c
19571         * src/main.c
19572         * src/pgpmime.c
19573         * src/pgpmime.h
19574         * src/sgpgme.c
19575         * src/sgpgme.h
19576         * src/plugins/Makefile.am
19577         * src/plugins/pgpmime/.cvsignore
19578         * src/plugins/pgpmime/Makefile.am
19579         * src/plugins/pgpmime/pgpmime.c
19580         * src/plugins/pgpmime/pgpmime.h
19581         * src/plugins/pgpmime/plugin.c
19582         * src/plugins/pgpmime/sgpgme.c
19583         * src/plugins/pgpmime/sgpgme.h
19584                 sync with HEAD
19585
19586 2004-08-08 [paul]       0.9.12cvs51.1
19587
19588         * configure.ac
19589         * src/folder.c
19590                 sync with HEAD
19591
19592 2004-08-07 [colin]      0.9.12cvs50.1
19593
19594         * src/pop.c
19595         * src/common/partial_download.c
19596                 fix warnings (sync from HEAD)
19597
19598 2004-08-07 [colin]      0.9.12cvs48.1
19599
19600         * src/prefs_folder_item.c
19601                 sync with HEAD 0.9.12cvs48
19602
19603 2004-08-06 [colin]      0.9.12cvs47.1
19604
19605         * src/compose.c
19606                 Sync with HEAD
19607
19608 2004-08-06 [christoph]  0.9.12cvs46.2
19609
19610         * src/main.c
19611         * src/plugins/clamav/clamav_plugin_gtk.c
19612         * src/plugins/dillo_viewer/dillo_viewer.c
19613         * src/plugins/image_viewer/plugin.c
19614         * src/plugins/mathml_viewer/mathml_viewer.c
19615         * src/plugins/spamassassin/spamassassin_gtk.c
19616         * src/plugins/trayicon/trayicon.c
19617                 don't mix GTK1.2 plugin with GTK2 plugins
19618
19619 2004-08-06 [colin]      0.9.12cvs46.1
19620
19621         * ChangeLog
19622         * ChangeLog.claws
19623         * ChangeLog.jp
19624         * configure.ac
19625         * sylpheed-claws.pc.in
19626         * src/folder.c
19627         * src/imap.c
19628         * src/localfolder.c
19629         * src/messageview.c
19630         * src/mimeview.c
19631         * src/mimeview.h
19632         * src/msgcache.c
19633         * src/news.c
19634         * src/prefs_ext_prog.c
19635         * src/prefs_folder_item.c
19636         * src/prefs_fonts.c
19637         * src/prefs_msg_colors.c
19638         * src/prefs_spelling.c
19639         * src/prefs_themes.c
19640         * src/prefs_toolbar.c
19641         * src/prefs_wrapping.c
19642         * src/procmime.h
19643         * src/common/defs.h
19644         * src/common/nntp.c
19645         * src/common/session.c
19646         * src/common/session.h
19647         * src/common/socket.c
19648         * src/common/utils.h
19649         * src/common/xml.c
19650         * src/common/xml.h
19651         * src/gtk/prefswindow.c
19652         * src/gtk/prefswindow.h
19653         * src/plugins/clamav/clamav_plugin_gtk.c
19654         * src/plugins/dillo_viewer/dillo_prefs.c
19655         * src/plugins/image_viewer/viewerprefs.c
19656         * src/plugins/spamassassin/spamassassin_gtk.c
19657         * m4/openssl.m4 *** REMOVED ***
19658                 Sync with HEAD 0.9.12cvs46
19659
19660 2004-08-03 [paul]       0.9.12cvs40.2
19661
19662         * src/action.c
19663         * src/addressadd.c
19664         * src/addressbook.c
19665         * src/addrgather.c
19666         * src/browseldap.c
19667         * src/compose.c
19668         * src/crash.c
19669         * src/editaddress.c
19670         * src/editgroup.c
19671         * src/editldap_basedn.c
19672         * src/foldersel.c
19673         * src/importldif.c
19674         * src/mimeview.c
19675         * src/prefs_common.c
19676         * src/prefs_template.c
19677         * src/sourcewindow.c
19678         * src/summaryview.c
19679         * src/gtk/about.c
19680         * src/gtk/foldersort.c
19681         * src/gtk/logwindow.c
19682         * src/gtk/pluginwindow.c
19683         * src/gtk/prefswindow.c
19684                 change all gtk_scrolled_window_set_policy from 
19685                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
19686
19687 2004-08-02 [paul]       0.9.12cvs40.1
19688
19689         * AUTHORS
19690                 update translation team section
19691         * po/pt_BR.po
19692                 updated by Frederico Goncalves Guimaraes
19693                 <fggdebian@yahoo.com.br>
19694
19695 2004-07-31 [colin]      0.9.12cvs39.9
19696
19697         * src/exphtmldlg.c
19698                 Fix compilation
19699
19700 2004-07-31 [colin]      0.9.12cvs39.8
19701
19702         * src/exphtmldlg.c
19703                 Fix an alertpanel type
19704
19705 2004-07-30 [colin]      0.9.12cvs39.7
19706
19707         * src/alertpanel.c
19708                 Fix alertpanel_error_log's icon
19709
19710 2004-07-30 [colin]      0.9.12cvs39.6
19711
19712         * src/pop.c
19713                 Two of them should still be warnings
19714
19715 2004-07-30 [colin]      0.9.12cvs39.5
19716
19717         * src/pop.c
19718                 More warning -> error
19719 2004-07-29 [colin]      0.9.12cvs39.4
19720
19721         * src/pop.c
19722                 Warning -> error
19723
19724 2004-07-29 [colin]      0.9.12cvs39.3
19725
19726         * src/prefs_matcher.c
19727                 Fix segfault
19728
19729 2004-07-29 [colin]      0.9.12cvs39.2
19730
19731         * src/alertpanel.c
19732                 More nice-looking alertpanels
19733
19734 2004-07-29 [colin]      0.9.12cvs39.1
19735
19736         * src/messageview.c
19737                 sync with head
19738                 (inform user when partial mail is deleted on server)
19739
19740 2004-07-29 [colin]      0.9.12cvs38.1
19741
19742         * src/messageview.c
19743                 sync with head
19744
19745 2004-07-28 [paul]       0.9.12cvs37.7
19746
19747         * src/mainwindow.c
19748                 complete the replacement of deprecated gtk_progress_*
19749
19750 2004-07-28 [paul]       0.9.12cvs37.6
19751
19752         * src/action.c
19753         * src/inc.c
19754         * src/mainwindow.c
19755         * src/send_message.c
19756         * src/gtk/progressdialog.c
19757         * src/gtk/progressdialog.h
19758                 replace deprecated gtk_progress_*
19759
19760 2004-07-28 [paul]       0.9.12cvs37.5
19761
19762         * src/gtk/filesel.c
19763                 remove gtk_window_set_wmclass()
19764 2004-07-28 [paul]       0.9.12cvs37.4
19765
19766         * src/addressbook.c
19767         * src/compose.c
19768         * src/foldersel.c
19769         * src/mainwindow.c
19770         * src/messageview.c
19771         * src/sourcewindow.c
19772         * src/gtk/logwindow.c
19773                 remove gtk_window_set_wmclass()
19774                 
19775         * src/prefs_filtering.c
19776         * src/prefs_filtering_action.c
19777         * src/prefs_fonts.c
19778         * src/prefs_gtk.c
19779         * src/prefs_matcher.c
19780         * src/ssl_manager.c
19781         * src/gtk/prefswindow.c
19782                 replace gtk_window_position()
19783
19784 2004-07-28 [colin]      0.9.12cvs37.3
19785
19786         * src/alertpanel.c
19787         * src/alertpanel.h
19788                 Add a way to specify panel type for specific
19789                 panels (alertpanel())
19790         * src/account.c
19791         * src/addressbook.c
19792         * src/compose.c
19793         * src/expldifdlg.c
19794         * src/main.c
19795         * src/messageview.c
19796         * src/summaryview.c
19797         * src/textview.c
19798         * src/gtk/sslcertwindow.c
19799                 Fix alertpanel()s so that their icon match
19800                 their real type
19801
19802 2004-07-28 [paul]       0.9.12cvs37.2
19803
19804         * src/addr_compl.c
19805         * src/addressbook.c
19806         * src/alertpanel.c
19807         * src/compose.c
19808         * src/export.c
19809         * src/foldersel.c
19810         * src/folderview.c
19811         * src/grouplistdialog.c
19812         * src/import.c
19813         * src/mainwindow.c
19814         * src/message_search.c
19815         * src/messageview.c
19816         * src/passphrase.c
19817         * src/prefs_actions.c
19818         * src/prefs_common.c
19819         * src/prefs_customheader.c
19820         * src/prefs_display_header.c
19821         * src/prefs_filtering.c
19822         * src/prefs_filtering_action.c
19823         * src/prefs_gtk.c
19824         * src/prefs_matcher.c
19825         * src/prefs_msg_colors.c
19826         * src/prefs_summary_column.c
19827         * src/prefs_template.c
19828         * src/sourcewindow.c
19829         * src/ssl_manager.c
19830         * src/summary_search.c
19831         * src/gtk/colorsel.c
19832         * src/gtk/description_window.c
19833         * src/gtk/gtkaspell.c
19834         * src/gtk/inputdialog.c
19835         * src/gtk/logwindow.c
19836         * src/gtk/prefswindow.c
19837         * src/gtk/progressdialog.c
19838                 replace deprecated gtk_window_set_policy
19839
19840 2004-07-27 [colin]      0.9.12cvs37.1
19841
19842         * src/msgcache.c
19843                 More fixes (synced for head again)
19844
19845 2004-07-27 [colin]      0.9.12cvs35.3
19846
19847         * src/msgcache.c
19848                 Fix wrong test
19849
19850 2004-07-27 [colin]      0.9.12cvs35.2
19851
19852         * src/mimeview.c
19853                 Fix width a bit (by Paul)
19854         * src/alertpanel.c
19855         * src/alertpanel.h
19856                 Specialize icons, make alertpanel_message()
19857                 private
19858         * src/message_search.c
19859         * src/sgpgme.c
19860         * src/summary_search.c
19861                 Suit alertpanel changes
19862
19863 2004-07-27 [colin]      0.9.12cvs35.1
19864
19865         * src/alertpanel.c
19866                 Add an icon
19867         * src/passphrase.c
19868                 Add debug output - maybe someone will
19869                 want to look at the problem with Grab
19870                 Input :)
19871         Bump version as we're synced with HEAD
19872
19873 2004-07-26 [colin]      0.9.12cvs33.26
19874
19875         * src/pop.c
19876                 Fix uidl-file parsing when not in new
19877                 format
19878
19879 2004-07-26 [colin]      0.9.12cvs33.25
19880
19881         * src/gtk/menu.c
19882                 Move popup menu up if necessary (fixes 
19883                 account selector)
19884         * src/mainwindow.c
19885                 Set account selector's button height to
19886                 minimum
19887
19888 2004-07-26 [colin]      0.9.12cvs33.24
19889
19890         * src/alertpanel.c
19891                 Maybe fix 551 (Truncated font in alert window)
19892
19893 2004-07-26 [colin]      0.9.12cvs33.23
19894
19895         * po/de.po
19896         * po/es.po
19897         * po/fr.po
19898         * po/it.po
19899         * po/ja.po
19900         * po/pl.po
19901         * po/ru.po
19902         * po/sk.po
19903         * po/sr.po
19904         * po/zh_CN.po
19905                 Sync po files with HEAD
19906
19907 2004-07-26 [paul]       0.9.12cvs33.22
19908
19909         * src/compose.c
19910                 fix Bug 556 'Organisation-header is sent even if empty'
19911
19912 2004-07-24 [colin]      0.9.12cvs33.21
19913
19914         * src/compose.c
19915         * src/gtk/gtkaspell.c
19916         * src/gtk/gtkaspell.h
19917                 Fix speller accelerators (require hack)
19918
19919 2004-07-24 [colin]      0.9.12cvs33.20
19920
19921         * src/gtk/gtkaspell.c
19922                 Fix over-eager code deletion breaking
19923                 Check while typing
19924
19925 2004-07-24 [colin]      0.9.12cvs33.19
19926
19927         * src/browseldap.c
19928         * src/ldapctrl.c
19929         * src/ldapctrl.h
19930         * src/ldapserver.h
19931                 Sync ldap with HEAD
19932         (Fixes 546 LDAP completely broken)
19933
19934 2004-07-24 [colin]      0.9.12cvs33.18
19935
19936         * src/prefs_msg_colors.c
19937                 Fix prototype mismatch
19938         (Fixes 547 void function cannot return value)
19939
19940 2004-07-24 [colin]      0.9.12cvs33.17
19941
19942         * src/mainwindow.c
19943                 Fix sort going back to previous sort key
19944                 when changing sort direction
19945
19946 2004-07-24 [colin]      0.9.12cvs33.16
19947
19948         * src/compose.c
19949                 Fix space insertion when re-wrapping at 
19950                 cursor point
19951
19952 2004-07-24 [colin]      0.9.12cvs33.15
19953
19954         * src/gtk/gtkaspell.c
19955                 Don't change cursor position in insert-text
19956                 callback
19957         (Fixes 539 Word wrapping on input transposes letters)
19958
19959 2004-07-24 [colin]      0.9.12cvs33.14
19960
19961         * src/gtk/gtkaspell.c
19962                 Reencode non-ascii chars to dictionary's
19963                 encoding
19964         (Fixes 544 Spell check broken non english locale)
19965
19966 2004-07-24 [colin]      0.9.12cvs33.13
19967
19968         * src/summaryview.c
19969                 Fix Shift+Down, add Home/End/PgUp/PgDown
19970
19971 2004-07-21 [colin]      0.9.12cvs33.12
19972
19973         * src/prefs_common.c
19974                 Fix a gtk warning (Patch by Andrej Kacian)
19975
19976 2004-07-21 [colin]      0.9.12cvs33.11
19977
19978         * src/gtk/filesel.c
19979                 More check
19980
19981 2004-07-21 [colin]      0.9.12cvs33.10
19982
19983         * src/compose.c
19984         * src/crash.c
19985         * src/export.c
19986         * src/import.c
19987         * src/messageview.c
19988         * src/mimeview.c
19989         * src/prefs_spelling.c
19990         * src/prefs_themes.c
19991         * src/summaryview.c
19992         * src/gtk/filesel.c
19993         * src/gtk/filesel.h
19994         * src/gtk/pluginwindow.c
19995                 Untwist open/save mode guessing logic, make
19996                 it explicit
19997
19998 2004-07-20 [colin]      0.9.12cvs33.9
19999
20000         * src/codeconv.c
20001                 conv_encode_header: src_charset is UTF-8 on
20002                 gtk2
20003         * src/compose.c
20004                 Remove double encoding of the headers
20005
20006 2004-07-20 [colin]      0.9.12cvs33.8
20007
20008         * src/codeconv.c
20009                 Fix typo
20010
20011 2004-07-20 [colin]      0.9.12cvs33.7
20012
20013         * src/mainwindow.c
20014                 Set the separated messageview to the saved
20015                 size of Claws' messageview (Patch by Alfons)
20016                 Fix a callback prototype (me)
20017
20018 2004-07-20 [colin]      0.9.12cvs33.6
20019
20020         * src/codeconv.h
20021                 Forgot one hunk in 0.9.12cvs33.4
20022
20023 2004-07-19 [colin]      0.9.12cvs33.5
20024
20025         * src/action.c
20026                 Action output fix
20027                 Patch by Alfons
20028
20029 2004-07-19 [colin]      0.9.12cvs33.4
20030
20031         * src/compose.c
20032                 Fix outgoing charset bug in headers
20033         * src/codeconv.c
20034                 Clean for glib2 - Patch by Alfons
20035
20036 2004-07-19 [colin]      0.9.12cvs33.3
20037
20038         * src/statusbar.c
20039                 Remove grip from the statusbar
20040                 Patch by Alfons
20041
20042 2004-07-19 [colin]      0.9.12cvs33.2
20043
20044         * src/messageview.c
20045         * src/textview.c
20046                 Fix messageview remembering the previous
20047                 scroll position when loading a new message
20048                 Patch by Alfons
20049
20050 2004-07-19 [colin]      0.9.12cvs33.1
20051
20052         * src/folder.h
20053         * src/folderview.c
20054         * src/summaryview.c
20055                 Sync with HEAD
20056
20057 2004-07-18 [colin]      0.9.12cvs32.7
20058
20059         * configure.ac
20060                 Remove useless check for XIM - noticed
20061                 by Alfons
20062
20063 2004-07-18 [colin]      0.9.12cvs32.6
20064
20065         * src/summaryview.c
20066                 Remove non-modified and shift-modified
20067                 accelerators in summaryview's popup
20068                 menu, as that doesn't get catched by
20069                 the accel-activate signal catcher...
20070
20071 2004-07-18 [colin]      0.9.12cvs32.5
20072
20073         * src/prefs_common.c
20074                 Define sensible default prefs for 
20075                 wrapping
20076
20077 2004-07-18 [colin]      0.9.12cvs32.4
20078
20079         * src/compose.c
20080         * src/prefs_common.c
20081         * src/prefs_common.h
20082         * src/prefs_wrapping.c
20083                 Remove Smart Wrapping pref, which does
20084                 nothing on gtk2 branch
20085
20086 2004-07-18 [colin]      0.9.12cvs32.3
20087
20088         * src/sourcewindow.c
20089                 Proper utf8
20090
20091 2004-07-18 [colin]      0.9.12cvs32.2
20092
20093         * src/compose.c
20094                 Save attachment status when drafting
20095
20096 2004-07-18 [colin]      0.9.12cvs32.1
20097
20098         * src/gtk/filesel.c
20099                 Fix erratic folder selection in open mode
20100
20101 2004-07-18 [colin]      0.9.12cvs31.11
20102
20103         * src/pop.c
20104                 Don't let partial messages get deleted
20105                 even with "dowload all"
20106                 (0.9.12cvs31.8 fix extension)
20107 2004-07-18 [colin]      0.9.12cvs31.10
20108
20109         * src/gtk/logwindow.c
20110                 Fix log scrolling
20111
20112 2004-07-18 [colin]      0.9.12cvs31.9
20113
20114         * src/common/utils.c
20115                 Fix non-utf8 strings coming from commands
20116                 and files
20117
20118 2004-07-18 [colin]      0.9.12cvs31.8
20119
20120         * src/pop.c
20121                 Fix partial download bug with Download all
20122                 messages option
20123
20124 2004-07-18 [colin]      0.9.12cvs31.7
20125
20126         * src/textview.c
20127                 Fix bug introduced in 0.9.12cvs31.2
20128                 (blocked in select mode after double click)
20129
20130 2004-07-18 [colin]      0.9.12cvs31.6
20131
20132         * src/compose.c
20133         * src/gtk/menu.c
20134                 More glib-warning fixes
20135
20136 2004-07-18 [colin]      0.9.12cvs31.5
20137
20138         * src/compose.c
20139                 Fix trashing the primary clipboard when moving 
20140                 around with tab
20141         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
20142
20143 2004-07-18 [colin]      0.9.12cvs31.4
20144
20145         * src/codeconv.c
20146                 convert unencoded iso headers to utf8
20147         (Fix Bug 538 Unencoded local characters in subject make it 
20148          disappear)
20149
20150 2004-07-18 [colin]      0.9.12cvs31.3
20151
20152         * src/compose.c
20153                 Fix tab char handling in wrapping
20154         (Fix Bug 537 Line wrap problem - TAB character treated as 
20155          one character instead of 8)
20156
20157 2004-07-18 [colin]      0.9.12cvs31.2
20158
20159         * src/textview.c
20160                 return FALSE on GDK_MOTION_NOTIFY
20161         (Fix Bug 535 Hyperlinks/addresses are not selectable 
20162          (unable to highlight))
20163
20164 2004-07-18 [colin]      0.9.12cvs31.1
20165
20166         * src/folderview.c
20167                 Sync with 0.9.12cvs31
20168
20169 2004-07-18 [colin]      0.9.12cvs30.4
20170
20171         * src/compose.c
20172                 Also block text_inserted when inserting a file
20173
20174 2004-07-18 [colin]      0.9.12cvs30.3
20175
20176         * src/compose.c
20177                 Fix smart wrapping (block text_inserted handler
20178                 while putting quotation to avoid wrap on input,
20179                 don't join lines if next is sig separator)
20180
20181 2004-07-17 [colin]      0.9.12cvs30.2
20182
20183         * src/folderview.c
20184         * src/mainwindow.c
20185         * src/mimeview.c
20186         * src/summaryview.c
20187         * src/gtk/quicksearch.c
20188         * src/gtk/quicksearch.h
20189                 Block key events handlers *and* accels while
20190                 quicksearch is focused
20191         (Fixes Bug 534 quick-search bar not accepting certain letters)
20192
20193 2004-07-17 [colin]      0.9.12cvs30.1
20194
20195         * src/folder.h
20196         * src/folderview.c
20197         * src/summaryview.c
20198                 Sync with 0.9.12cvs30
20199
20200 2004-07-17 [colin]      0.9.12cvs28.2
20201
20202         * src/mimeview.c
20203         * src/procmime.c
20204         * src/summaryview.c
20205         * src/gtk/menu.c
20206                 Squash some compile and glib warnings
20207
20208 2004-07-17 [paul]       0.9.12cvs28.1
20209
20210         * src/mimeview.c
20211                 sync with 0.9.12cvs28 HEAD
20212
20213 2004-07-16 [paul]       0.9.12cvs26.1
20214         
20215         * src/gtk/quicksearch.c
20216         * src/account.c
20217         * src/account.h
20218         * src/compose.c
20219         * src/customheader.c
20220         * src/folder_item_prefs.c
20221         * src/main.c
20222         * src/mainwindow.c
20223         * src/messageview.c
20224         * src/mimeview.c
20225         * src/news.c
20226         * src/pgpmime.c
20227         * src/pop.c
20228         * src/pop.h
20229         * src/prefs_account.c
20230         * src/prefs_account.h
20231         * src/prefs_common.c
20232         * src/prefs_common.h
20233         * src/prefs_display_header.c
20234         * src/prefs_gtk.c
20235         * src/prefs_gtk.h
20236         * src/procheader.c
20237         * src/procmime.c
20238                 sync with 0.9.12cvs26 HEAD      
20239
20240 2004-07-15 [colin]      0.9.12cvs18.14
20241
20242         * src/folder.c
20243                 Disable GPG signature check during
20244                 folder move and scan
20245         (Closes Bug 521 Signature checking slows down Folder-Move)
20246
20247 2004-07-14 [colin]      0.9.12cvs18.13
20248
20249         * src/common/partial_download.c
20250                 update includes
20251
20252 2004-07-14 [colin]      0.9.12cvs18.12
20253
20254         * src/common/partial_download.c
20255         * src/common/partial_download.h
20256                 Move doc at top, add correct copyright
20257
20258 2004-07-14 [colin]      0.9.12cvs18.11
20259
20260         * src/folder.c
20261         * src/messageview.c
20262         * src/pop.c
20263         * src/pop.h
20264         * src/procmsg.c
20265         * src/summaryview.c
20266         * src/common/Makefile.am
20267         * src/common/partial_download.c ** NEW FILES **
20268         * src/common/partial_download.h ** NEW FILES **
20269                 Move partial-download related stuff to its
20270                 own file
20271
20272 2004-07-14 [colin]      0.9.12cvs18.10
20273
20274         * src/send_message.c
20275                 Fix smtp auth when user is null or empty
20276
20277 2004-07-13 [colin]      0.9.12cvs18.9
20278
20279         * src/gtk/quicksearch.c
20280                 Use alphabetic order
20281
20282 2004-07-13 [colin]      0.9.12cvs18.8
20283
20284         * src/pop.c
20285                 Be paranoid on the checks
20286
20287 2004-07-13 [colin]      0.9.12cvs18.7
20288
20289         * src/gtk/quicksearch.c
20290                 Fix Engrish once again
20291
20292 2004-07-13 [colin]      0.9.12cvs18.6
20293
20294         * src/procmsg.c
20295         * src/summaryview.c
20296                 Mark messages for deletion when they are about to
20297                 be removed from trash
20298
20299 2004-07-13 [colin]      0.9.12cvs18.5
20300
20301         * src/matcher.c
20302         * src/matcher.h
20303         * src/matcher_parser_parse.y
20304         * src/prefs_matcher.c
20305         * src/gtk/quicksearch.c
20306                 Add 'partial' ('p') match string to find partially
20307                 downloaded messages
20308
20309 2004-07-13 [colin]      0.9.12cvs18.4
20310
20311         * src/pop.c
20312                 Fix misplaced block
20313
20314 2004-07-13 [colin]      0.9.12cvs18.3
20315
20316         * src/pop.c
20317         * src/pop.h
20318         * src/messageview.c
20319                 Refactor API (to avoid passing 5+ params and code
20320                 duplication)
20321         * src/folder.c
20322         * src/msgcache.c
20323         * src/procheader.c
20324         * src/common/defs.h
20325                 Add planned_download to cache
20326                 Don't mess uidl file when moving partially downloaded
20327                 mails (they change folder, we should change it in the
20328                 uidl list too or we'll remove an incorrect message)
20329                 (this also helps removing hacks when changing 
20330                 planned_download in messageview.c)
20331
20332 2004-07-12 [colin]      0.9.12cvs18.2
20333
20334         * src/gtk/quicksearch.c
20335                 Fix missing status update in quicksearch
20336
20337 2004-07-12 [paul]       0.9.12cvs18.1
20338
20339         * po/POTFILES.in
20340         * src/Makefile.am
20341         * src/account.c
20342         * src/codeconv.c
20343         * src/compose.c
20344         * src/inc.c
20345         * src/main.c
20346         * src/prefs_common.c
20347         * src/procmsg.h
20348         * src/toolbar.c
20349         * src/prefs_msg_colors.[ch]     ** NEW FILES **
20350         * src/prefs_wrapping.[ch]       ** NEW FILES **
20351         * src/common/intl.h
20352         * src/common/utils.[ch]
20353         * src/gtk/quicksearch.[ch]
20354                 sync with 0.9.12cvs18 HEAD
20355
20356 2004-07-12 [colin]      0.9.11cvs17.25
20357
20358         * src/folder.c
20359         * src/folder.h
20360                 Remove unused function added by me in 0.9.11cvs17.10
20361
20362 2004-07-11 [colin]      0.9.11cvs17.24
20363
20364         * src/inc.c
20365         * src/messageview.c
20366         * src/pop.c
20367         * src/pop.h
20368                 Use folderitem and msgnum instead of filename to
20369                 know which mail to delete
20370                 Move old partial mail deletion to pop.c
20371
20372 2004-07-10 [colin]      0.9.11cvs17.23
20373
20374         * src/inc.c
20375                 Add debug
20376         * src/pop.c
20377         * src/pop.h
20378                 Don't re-use same enums for unrelated stuff: it's 
20379                 completely misleading !
20380                 Document a bit
20381
20382 2004-07-09 [colin]      0.9.11cvs17.22
20383
20384         * src/inc.c
20385                 Remove folder-type check and do
20386                 more tests to be sure everything's
20387                 ok
20388         * src/messageview.c
20389                 Punctuation update, remove useless
20390                 code, fix two warnings
20391         * src/noticeview.c
20392                 Layout cleaning, reset 2nd button
20393                 when specifying one
20394
20395 2004-07-09 [colin]      0.9.11cvs17.21
20396
20397         * src/messageview.c
20398         * src/pop.c
20399         * src/pop.h
20400                 Allow user to change his mind
20401                 and postpone decision (by
20402                 unmarking the mail)
20403
20404 2004-07-09 [colin]      0.9.11cvs17.20
20405
20406         * src/messageview.c
20407                 Fix bug with delete state
20408         * src/pop.c
20409         * src/pop.h
20410                 Fix buffer leak (fread doesn't 
20411                 terminate buffers with \0)
20412                 Refactoring (remove magic 
20413                 numbers)
20414
20415 2004-07-09 [colin]      0.9.11cvs17.19
20416
20417         * src/pop.c
20418                 Don't log "Skipping message" if 
20419                 we're going to TOP it two lines
20420                 later
20421
20422 2004-07-09 [colin]      0.9.11cvs17.18
20423
20424         * src/messageview.c
20425                 Fix Engrish
20426
20427 2004-07-09 [colin]      0.9.11cvs17.17
20428
20429         * src/pop.c
20430                 strlen checking...
20431         * src/messageview.c
20432                 refactoring a bit
20433
20434 2004-07-08 [colin]      0.9.11cvs17.16
20435
20436         * src/noticeview.c
20437         * src/noticeview.h
20438                 Add an optional second button
20439         * src/messageview.c
20440         * src/pop.c
20441         * src/pop.h
20442                 Don't delete partially received mails after a certain
20443                 time; rather, let the user decide.
20444
20445 2004-07-08 [colin]      0.9.11cvs17.15
20446
20447         * src/common/smtp.h
20448                 Sync with HEAD
20449
20450 2004-07-08 [colin]      0.9.11cvs17.14
20451
20452         * src/messageview.c
20453         * src/common/smtp.c
20454                 Use to_human_readable() for sizes
20455
20456 2004-07-08 [colin]      0.9.11cvs17.13
20457
20458         * src/inc.c
20459         * src/messageview.c
20460         * src/pop.c
20461         * src/pop.h
20462         * src/procmsg.c
20463                 Fix partial-downloading issues:
20464                         catch unsupported TOP
20465                         don't delete partially downloaded mails before 5 days
20466                         don't update existing with non-MH folders; that'll
20467                         make dups, but it's better than trashing the folder
20468                         free new msginfo parts
20469                 Fix indentation ;-)
20470
20471 2004-07-08 [colin]      0.9.11cvs17.12
20472
20473         * src/common/smtp.c
20474         * src/common/smtp.h
20475                 Sync smtp size verification with HEAD
20476
20477 2004-07-08 [colin]      0.9.11cvs17.11
20478
20479         * src/summaryview.c
20480         * src/prefs_common.c
20481         * src/prefs_common.h
20482         * src/gtk/quicksearch.c
20483         * src/gtk/quicksearch.h
20484                 Sync sticky pref with HEAD
20485
20486 2004-07-08 [colin]      0.9.11cvs17.10
20487
20488         * src/folder.c [1.213.2.6]
20489         * src/folder.h [1.87.2.6]
20490         * src/inc.c [1.149.2.7]
20491         * src/messageview.c [1.94.2.8]
20492         * src/procheader.c [1.47.2.6]
20493         * src/procmsg.c [1.150.2.4]
20494         * src/procmsg.h [1.60.2.5]
20495         * src/pop.c [1.56.2.4]
20496         * src/pop.h [1.17.2.3]
20497                 Let too big messages get downloaded, but truncated
20498                 Add a button to download them completely
20499                 
20500 2004-07-06 [colin]      0.9.11cvs17.9
20501
20502         * src/gtk/quicksearch.c [1.1.2.3]
20503                 Add a Clear button
20504         * commitHelper
20505         * PATCHSETS
20506                 Add a script to help with cvs
20507
20508 2004-07-03 [colin]      0.9.11cvs17.8
20509
20510         * src/plugins/imageviewer/viewer.c
20511                 fix imageviewer (which was staying on the first
20512                 displayed image)
20513
20514 2004-07-03 [colin]      0.9.11cvs17.7
20515
20516         Removed FIXME_GTK2 warnings
20517         * src/gtk/gtkutils.c
20518                 useless #warnings
20519         * src/gtk/menu.c
20520                 useless #warnings (no need to mess with menu rc)
20521         * src/gtk/menu.h
20522                 unused functions
20523         
20524
20525 2004-07-03 [colin]      0.9.11cvs17.6
20526
20527         Removed FIXME_GTK2 warnings
20528         * src/codeconv.c
20529                 useless #warnings (rewrite needed)
20530         * src/compose.c
20531                 useless #warnings (rewrite needed)
20532                 useless #warnings (gtk2 is like that)
20533                 useless #warnings (previously fixed)
20534         * src/main.c
20535                 useless #warnings (previously fixed)
20536         * src/message_search.c
20537                 useless #warnings (gtk2 is like that)
20538                 Made apparent that search is case-sensitive
20539         * src/mimeview.c
20540                 useless #warnings (rewrite needed)
20541                 useless #warnings (gtk2 is like that)
20542                 reimplemented real warnings
20543         * src/prefs_common.c
20544                 Removed block cursor option (not it gtk2)
20545         * src/prefs_gtk.c
20546                 useless #warnings (rewrite needed)
20547         * src/procheader.c
20548                 useless #warnings (rewrite needed)
20549         * src/sourcewindow.c
20550                 useless #warnings (incorrect placing)
20551         * src/summary_search.c
20552                 useless #warnings (gtk2 is like that)
20553                 Made apparent that search is case-sensitive
20554         * src/action.c
20555                 useless #warnings (gtk2 is like that)
20556         * src/textview.c
20557                 useless #warnings (rewrite needed)
20558         * src/toolbar.c
20559                 useless #warnings (rewrite needed)
20560
20561 2004-07-03 [colin]      0.9.11cvs17.5
20562
20563         * src/textview.c
20564                 Fix mismerge which broke URI opening
20565                 
20566 2004-07-01 [colin]      0.9.11cvs17.4
20567
20568         * src/gtk/filesel.c
20569                 Fill filename when saving
20570                 
20571 2004-06-27 [colin]      0.9.11cvs17.3
20572
20573         * src/gtk/filesel.[ch]
20574                 Use the new GTK file selector
20575                 Update prototype to match the reality: multiple file
20576                 selection is open-only          
20577         * src/compose.c
20578                 Match the new prototypes        
20579         * configure.ac
20580                 Match the new requirements (gtk 2.4.0)
20581                         
20582 2004-06-26 [colin]      0.9.11cvs17.2
20583
20584         * src/plugins/trayicon/trayicon.c
20585                 Remove useless signal handler on resize, which causes
20586                 an infinite "loop"
20587         
20588 2004-06-26 [colin]      0.9.11cvs17.1
20589         
20590         * tools/Makefile.am
20591                 remove launch_firebird and add nautilus2sylpheed.sh
20592         * src/quicksearch.c
20593           src/summaryview.c
20594                 Fix show/hide "Extended symbols" button problem
20595                 Fix apparition at startup
20596                 Fix const warnings
20597         * src/plugins/image_viewer/Makefile.am
20598                 Fix configure 
20599         * common/ssl.c
20600                 Re-enable certificate check, as it doesn't seem to
20601                 cause Xlib errors anymore
20602
20603 2004-06-25 [paul]       0.9.11cvs17
20604
20605         * sync with 0.9.11cvs17 HEAD
20606         
20607         NOTE: QuickSearch is broken
20608
20609 2004-06-07 [colin]      0.9.10claws67.10
20610         * src/plugins/trayicon/trayicon.c
20611           src/plugins/trayicon/libeggtrayicon/Makefile.am
20612           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20613                 Fix gettextization in trayicon plugin
20614
20615 2004-06-07 [colin]      0.9.10claws67.9
20616         
20617         * src/summaryview.c
20618           src/gtk/gtksctree.[ch]
20619                 Let Shift+{Up,Down} work in summaryview
20620                 (well, Down "works" and Up works)
20621                 Let the list scroll when using these keys
20622
20623 2004-06-06 [colin]      0.9.10claws67.8
20624
20625         * src/plugins/trayicon/trayicon.c
20626                 Fix pixmap update
20627
20628 2004-06-06 [colin]      0.9.10claws67.7
20629
20630         * src/addressbook.c
20631                 Fix signal handling causing system-wide focus grab
20632
20633 2004-05-25 [paul]       0.9.10claws67.6
20634
20635         * Makefile.am
20636           src/Makefile.am
20637                 clean up
20638
20639 2004-05-25 [paul]       0.9.10claws67.5
20640
20641         * replace deprecated gtk_signal... functions
20642
20643 2004-05-23 [colin]      0.9.10claws67.4
20644
20645         * src/compose.c
20646                 Fix wrapping
20647
20648 2004-05-22 [colin]      0.9.10claws67.3
20649
20650         * src/compose.c
20651                 Re-fix [Edited] in compose.c::compose_reedit()
20652
20653 2004-05-22 [colin]      0.9.10claws67.2
20654
20655         * src/procmime.c
20656                 Fix parsing of multiparts mails
20657
20658 2004-05-22 [colin]      0.9.10claws67.1
20659
20660         * src/summaryview.c
20661                 Fix quicksearch
20662
20663 2004-05-22 [paul]       0.9.10claws67
20664
20665         * sync with 0.9.10claws67 HEAD
20666
20667 2004-05-14 [alfons]
20668
20669         * src/procmime.h
20670                 add forgotton prototype
20671
20672 2004-05-10 [paul]       0.9.10claws57
20673
20674         * sync with 0.9.10claws57 HEAD
20675
20676 2004-05-05 [paul]       0.9.9.claws1
20677
20678         * ChangeLog-gtk2        ** REMOVED **
20679           ChangeLog-gtk2.claws  ** ADDED **
20680                 rename and adopt the normal claws format
20681                 
20682         * configure.ac
20683                 require gtkmathview >= 0.5
20684
20685         * ac/*                          ** REMOVED **
20686           ac/                           ** REMOVED **
20687           intl/Makefile.in              ** REMOVED **
20688           m4/                           ** ADDED **
20689           m4/missing                    ** ADDED **
20690           m4/missing/gdk-pixbuf.m4      ** ADDED **
20691           m4/missing/gettext.m4         ** ADDED **
20692           m4/missing/gpgme.m4           ** ADDED **
20693           m4/missing/imlib.m4           ** ADDED **
20694           m4/.cvsignore                 ** ADDED **
20695           m4/Makefile.am                ** ADDED **
20696           m4/README                     ** ADDED **
20697           m4/aclocal-include.m4         ** ADDED **
20698           m4/aspell.m4                  ** ADDED **
20699           m4/check-type.m4              ** ADDED **
20700           m4/gnupg-check-typedef.m4     ** ADDED **
20701           m4/openssl.m4                 ** ADDED **
20702           m4/spamassassin.m4            ** ADDED **
20703           po/ChangeLog                  ** REMOVED **
20704           po/Makefile.in.in             ** REMOVED **
20705           po/Rules-quot                 ** REMOVED **
20706           po/boldquot.sed               ** REMOVED **
20707           po/en@boldquot.header         ** REMOVED **
20708           po/en@quot.header             ** REMOVED **
20709           po/insert-header.sin          ** REMOVED **
20710           po/quot.sed                   ** REMOVED **
20711           po/remove-potcdate.sed        ** REMOVED **
20712           po/remove-potcdate.sin        ** REMOVED **
20713           po/stamp-po                   ** REMOVED **
20714           Makefile.am
20715           autogen.sh
20716           configure.ac
20717                 enable building with automake 1.8.x
20718                 add 'autopoint --force' to autogen.sh and remove all
20719                 auto-generated files, remove ac/ directory and use
20720                 m4/ directory instead
20721                 
20722         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20723                 fix gettextization
20724
20725 2004-02-28 Colin Leroy <colin@colino.net>
20726         * src/prefs_matcher.c
20727           src/prefs_filtering.c
20728           src/prefs_filtering_action.c
20729                 Fix non-editable GtkEntries
20730
20731 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20732         * src/prefs_themes.c
20733                 utf8 conversion for theme info
20734
20735 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20736         * sync 0.9.9claws
20737
20738 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20739         * src/grouplistdialog.c
20740                 allow multiple selections without ctrl key
20741
20742 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20743         * src/main.c
20744                 enable customizable accelerators
20745
20746 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20747         * src/prefs_common.c
20748                 re-enable different font settings for gtk1/2
20749         * src/prefs_folder_item.c
20750                 fix folder prefs displayed wrong
20751         * src/textview.c
20752                 set 'sunken' shadow type
20753
20754 2004-02-07 Colin Leroy <colin@colino.net>
20755         * src/compose.c
20756                 Fix message being always [Edited]
20757                 Encode headers correctly (utf8 buf)
20758
20759 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20760         * src/socket.c
20761                 remove double g_source_attach()
20762                 (Thanks to Colin Leroy)
20763
20764 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20765         * src/gtk/gtksctree.c
20766                 Fix SSL certificate list not shown
20767         * src/mimeview.c
20768                 Fix clicks in mime tree
20769
20770 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20771         * src/common/socket.c
20772                 Fix SSL receive
20773         * src/compose.c
20774                 Fix clipboard menu hotkeys
20775
20776 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20777         * src/gtk/gtkaspell.[ch]
20778           src/compose.c
20779                 reimplement spellchecker
20780
20781 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20782         * src/gtk/filesel.c
20783                 crash when inserting file in compose window
20784                 (TODO: keep old selection on clicks)
20785         * src/main.c
20786                 use gtkrc-2.0 instead of gtkrc
20787
20788 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20789         * src/messageview.c
20790                 remove orphaned mimeview unref()
20791
20792 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20793         * src/grouplistdialog.c
20794                 expand nodes containing subscribed groups
20795
20796 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20797         * src/textview.c
20798                 textview: hide cursor, restore old click behaviour
20799
20800 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20801         * src/textview.c
20802                 variable names messed up
20803
20804 2004-01-17 Colin Leroy <colin@colino.net>
20805         * src/addr_compl.c
20806                 Fix completion address too thin
20807         * src/compose.c
20808                 Fix tab-to-subject behaviour
20809         * src/summaryview.c
20810                 Implement key up & down in summaryview
20811
20812 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20813
20814         * sync 098claws
20815
20816 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20817         * configure.ac
20818           Makefile.am
20819           doc/.cvsignore
20820           doc/Makefile.am
20821                 faq, man, manual moved to doc/
20822         * ac/aspell.m4
20823           ac/check-type.m4
20824           ac/gnupg-check-typedef.m4
20825           ac/openssl.m4
20826           ac/spamassassin.m4
20827           ac/missing/gdk-pixbuf.m4
20828           ac/missing/gpgme.m4
20829           ac/missing/imlib.m4
20830                 fix automake warnings
20831
20832 2003-12-06 Colin Leroy <colin@colino.net>
20833         * src/summaryview.c
20834                 Fix quicksearch
20835
20836 2003-12-05 Colin Leroy <colin@colino.net>
20837         * src/summaryview.c
20838                 Fix going to next unread folder
20839
20840 2003-12-05 Colin Leroy <colin@colino.net>
20841         * src/crash.c
20842                 Fix gtk2 compilation
20843         * src/session.c
20844                 Remove iotag source handler at disconnection
20845         * src/socket.[ch] 
20846                 Remove source handler when closing socket 
20847                 (fixes another seg)
20848
20849 2003-12-04 Colin Leroy <colin@colino.net>
20850         * src/compose.c
20851           src/prefs_account.c
20852           src/prefs_common.c
20853                 Fix some dropdown menus
20854
20855 2003-12-04 Colin Leroy <colin@colino.net>
20856         * src/compose.c
20857                 Fix event handlers on header fields
20858         * src/common/socket.c
20859           src/common/session.c
20860                 Fix segfault with callback (SSL)
20861                 Fix end of session 
20862
20863 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20864
20865         * Fix compile bug in src/compose.c
20866         * removed src/gtk/gtkstext.[ch]
20867
20868 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20869
20870         * Convert character set and escape "text" attributes in toolbar setting
20871         files.
20872         * Fixed bug in button-press-event handling.
20873
20874 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20875
20876         * Fixed bug in key-press-event handling.
20877
20878 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20879
20880         * Enabled to compile tray-icon plugin (Ad-hoc).
20881         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20882
20883 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20884
20885         * Enabled to compile on sylpheed-claws.
20886         (tray-icon plugin still cannot compile yet.)
20887
20888 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20889
20890         * Updated to 0.9.5.
20891
20892 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20893
20894         * Updated to 0.9.4.
20895         * Ported monitoring SSL mechanism to GSource of GLib2
20896         (I don't confirm it)
20897         * Added _gtk2 suffix to key name of font preference to avoid
20898         ovverwriting preference of Gtk+-1.2 version.
20899
20900 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
20901
20902         * Updated to 0.9.2.
20903
20904 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
20905
20906         * Updated to 0.9.1.
20907         * Translate po files into UTF-8 when execute autogen.sh.
20908
20909 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
20910
20911         * Updated to 0.9.0.
20912
20913 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
20914
20915         * Plugged GError related memory leaks.
20916
20917 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
20918
20919         * Changed default size of fonts.
20920         * Enabled to set titile font size of warning dialog.
20921
20922 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
20923
20924         * Embed a sylpheed icon into executable binary on Windows.
20925
20926 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
20927
20928         * I forgot to traslate character set of element string in src/xml.c.
20929
20930 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
20931
20932         * Fixed detecting bind_textdomain_codeset in configure.in.
20933         * The bug in which "Example" of "Date fromat" preference isn't displayed
20934         correctly has been fixed.
20935
20936 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
20937
20938         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
20939           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
20940           glib-gettextize
20941           Removed intl directory.
20942           Translated po files into UTF-8.
20943           (Thanks! Ryuji Abe)
20944
20945 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
20946
20947         * The bug which doesn't unscape string in xml.c has been fixed.
20948
20949 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
20950
20951         * The bug which is failed to translate encoding of file name thorough
20952         file dialog has been fixed.
20953
20954 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
20955
20956         * Modified to translate file names which is used in inporting/expoting
20957         mbox feature and "Save as" feature into locale encoding.
20958         * Translate file names into locale encoding when "Attache file" and
20959         "Insert file".
20960         * Force set G_BROKEN_FILENAMES environment variable.
20961         * Other minor fixes.
20962
20963 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
20964
20965         * Modified to treat MH folder's name as locale encoding.
20966
20967 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
20968
20969         * The bug which clash on switching candidates of auto completion of
20970         addresses, cannot use auto completion in Japanesse is fixed
20971         (Thanks! Tokunaga-san)¡¥
20972
20973 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20974
20975         * The bug which cannot switch key accelerator preference has been fixed
20976         (Thanks! smbd-san)¡¥
20977
20978 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20979
20980         * version 0.8.11-gtk2-20030314
20981
20982 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20983
20984         * The bug in which character set conversion of filtering messages has
20985         been fixed.(Thanks! COCOA-san).
20986
20987 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
20988
20989         * Revived "Leave space on head" preference in "Message" category.
20990         * A bug which clash when put the cursor to end of buffer and execute
20991         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
20992
20993 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20994
20995         * version 0.8.11-gtk2-20030312
20996
20997 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20998
20999         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
21000         * Modified to use Pango's API directly for font preference.
21001         * Integrated GtkTextView of textview to one widget.
21002         * Set fonts of header title in textview by "header_title" tag.
21003         * Removed some deprecated codes.
21004
21005 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
21006
21007         * Updated to 0.8.11.
21008         * Merged cygwin patch(Thanks! Sakai-san).
21009
21010 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
21011
21012         * version 0.8.10-gtk2-20030309