aaa745903be07136693d292eadef57fe5d6b6562
[claws.git] / ChangeLog
1 2006-12-15 [colin]      
2
3         2.7.0-rc1 released
4
5 2006-12-15 [wwp]        2.6.1cvs41
6
7         * src/plugins/bogofilter/bogofilter.c
8         * src/plugins/bogofilter/bogofilter.h
9         * src/plugins/bogofilter/bogofilter_gtk.c
10                 bogofilter's whitelist can now use a subset of
11                 the addressbook (either a book, a subfolder of a book,
12                 or the whole addressbook by using "Any"). Re-used there
13                 some pref_matcher widgets and mechanisms to match a subset
14                 of the addressbook.
15
16 2006-12-15 [wwp]        2.6.1cvs40
17
18         * src/wizard.c
19         * src/common/plugin.c
20         * src/common/plugin.h
21         * src/gtk/about.c
22         * src/plugins/bogofilter/bogofilter.c
23         * src/plugins/clamav/clamav_plugin.c
24         * src/plugins/demo/demo.c
25         * src/plugins/dillo_viewer/dillo_viewer.c
26         * src/plugins/pgpcore/plugin.c
27         * src/plugins/pgpinline/plugin.c
28         * src/plugins/pgpmime/plugin.c
29         * src/plugins/spamassassin/spamassassin.c
30         * src/plugins/trayicon/trayicon.c
31                 factorize some translatable strings (plugins-related),
32                 fix missing punctuation in several places,
33                 remove useless translatable \n in about.c,
34                 and factorize plugin init code w/ a new function
35                 check_plugin_version() in common/plugin.c.
36                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
37
38 2006-12-15 [wwp]        2.6.1cvs39
39
40         * src/plugins/bogofilter/bogofilter.c
41         * src/plugins/bogofilter/bogofilter_gtk.c
42                 flag whitelisted spams as spam, but don't filter it to the spam
43                 folder. Thanks to Colin.
44
45 2006-12-15 [ticho]      2.6.1cvs38
46
47         * src/plugins/bogofilter/bogofilter.c
48         * src/plugins/bogofilter/bogofilter.h
49         * src/plugins/bogofilter/bogofilter_gtk.c
50                 Add option to whitelist senders found in addressbook. Patch by colin.
51
52 2006-12-15 [paul]       2.6.1cvs37
53
54         * src/folderview.c
55                 add missing #include "log.h"
56
57 2006-12-15 [paul]       2.6.1cvs36
58
59         * src/plugins/bogofilter/bogofilter.c
60         * src/plugins/bogofilter/bogofilter.h
61         * src/plugins/bogofilter/bogofilter_gtk.c
62                 Add an option to allow inserting an
63                 X-Claws-Bogosity header (on MH folders
64                 only). Patch by Colin
65
66 2006-12-14 [colin]      2.6.1cvs35
67
68         * src/main.c
69                 "Yes" should be the default choice for
70                 migration configuration
71
72 2006-12-14 [paul]       2.6.1cvs34
73
74         * src/prefs_summaries.c
75         * manual/advanced.xml
76                 Unhide mark_as_read_delay
77
78 2006-12-14 [paul]       2.6.1cvs33
79
80         * src/messageview.c
81         * src/messageview.h
82         * src/mimeview.c
83         * src/mimeview.h
84         * src/summaryview.c
85         * src/textview.c
86         * src/textview.h
87                 Fix printing of selection
88                 Fix printing of message parts
89                 Fix printing of images
90         * src/gtk/gtksourceprintjob.c
91                 Fix page count when there are images
92
93 2006-12-14 [wwp]        2.6.1cvs32
94
95         * src/mainwindow.c
96         * src/summaryview.c
97         * src/summaryview.h
98         * src/gtk/quicksearch.c
99                 fix quicksearch 'magnify' button status when QS is closed
100                 using the Escape key, thanks to Colin.
101
102 2006-12-14 [wwp]        2.6.1cvs31
103
104         * src/mainwindow.c
105         * src/summaryview.c
106         * src/summaryview.h
107         * src/gtk/quicksearch.c
108                 fix quicksearch 'magnify' button status when QS is closed
109                 using the Escape key, thanks to Colin.
110
111 2006-12-13 [colin]      2.6.1cvs30
112
113         * src/ldapquery.c
114         * src/ldaputil.c
115                 Use the binary safe version of ldap_get_values,
116                 to make sure we manipulate null-terminated 
117                 strings. Maybe fixes bug 1075, 'claws mail 
118                 segfault when completing ldap adresses'
119         * src/syldap.c ** REMOVED **
120         * src/syldap.h ** REMOVED **
121                 Remove dead files
122
123 2006-12-13 [mones]      2.6.1cvs29
124
125         * po/es.po
126                 Fixed piped strings, fixed click translation
127
128 2006-12-13 [paul]       2.6.1cvs28
129
130         * src/main.c
131                 don't translate these strings
132
133 2006-12-13 [paul]       2.6.1cvs27
134
135         * po/en_GB.po
136                 updated
137
138 2006-12-13 [colin]      2.6.1cvs26
139
140         * src/main.c
141         * src/main.h
142                 Add claws_is_starting()
143
144 2006-12-13 [mones]      2.6.1cvs25
145
146         * manual/es/advanced.xml
147         * po/es.po
148                 Synced manual and updated translation
149
150 2006-12-12 [colin]      2.6.1cvs24
151
152         * src/wizard.c
153                 Add an option to use STARTTLS in the
154                 welcome wizard. Fixes bug 1080, 
155                 'Using SSL option in wizard for incoming 
156                 server does not activate SSL with STARTTLS'
157
158 2006-12-12 [colin]      2.6.1cvs23
159
160         * src/main.c
161                 Don't exit when there's an incomplete
162                 mailbox configured - leaves a chance 
163                 to fix a failing IMAP account. Exit
164                 if no mailbox at all is loaded (case
165                 of missing plugin).
166                 Completes bug 1077's fix (I was wrong
167                 in this bug's comment #3).
168
169 2006-12-12 [colin]      2.6.1cvs22
170
171         * src/gtk/menu.h
172                 Add another menu data type
173         * src/prefs_account.c
174                 Complete the completion of bug 1076
175                 (doesn't lose the pref on apply)
176
177 2006-12-12 [paul]       2.6.1cvs21
178
179         * src/prefs_account.c
180                 complete the fix of bug 1076
181                 also be more verbose with the text
182
183 2006-12-12 [paul]       2.6.1cvs20
184
185         * src/gtk/combobox.c
186                 fix compilation warning
187
188 2006-12-11 [colin]      2.6.1cvs19
189
190         * src/wizard.c
191                 Document :port in server entry tooltips
192
193 2006-12-11 [colin]      2.6.1cvs18
194
195         * src/main.c
196                 Fix compile
197
198 2006-12-11 [colin]      2.6.1cvs17
199
200         * src/main.c
201                 Add failing IMAP as a reason for no
202                 mailbox
203
204 2006-12-11 [colin]      2.6.1cvs16
205
206         * src/prefs_account.c
207                 Check for existence of inbox for local
208                 accounts too
209         * src/wizard.c
210                 Allow setting the port to use for servers
211                 by using the usual "server.example.com:port"
212                 syntax. Fixes bug 1077, 'sylpheed-claws does 
213                 not start when IMAP server is unavailable'
214
215 2006-12-11 [colin]      2.6.1cvs15
216
217         * src/prefs_account.c
218                 Prevent use of non-existing default inbox
219
220 2006-12-11 [colin]      2.6.1cvs14
221
222         * src/prefs_account.c
223                 Fix sensitivity. Fixes bug 1076, 'privacy 
224                 options are displayed even when pgp plugin 
225                 not loaded / available'
226
227 2006-12-09 [colin]      2.6.1cvs13
228
229         * manual/advanced.xml
230         * src/prefs_common.c
231         * src/prefs_common.h
232         * src/common/ssl_certificate.c
233                 Add a new hidden preference, 'unsafe_ssl_certs',
234                 which allows to store multiple certificates per
235                 server/port. This is disabled by default because
236                 it's less secure (presenting a new certificate
237                 instead of a changed one raises less alarms).
238                 This will cause Claws to ask about an unknown
239                 certificate for people who have used 2.6.1cvs8
240                 or greater.
241
242 2006-12-09 [colin]      2.6.1cvs12
243
244         * src/action.c
245                 Fix cache updating after action
246
247 2006-12-07 [wwp]        2.6.1cvs11
248
249         * src/compose.c
250                 fix email address comparison when replying to all
251                 (avoid replying to ourselves), thanks to Colin.
252
253 2006-12-06 [paul]       2.6.1cvs10
254
255         * src/addrharvest.c
256         * src/editldap.c
257         * src/expldifdlg.c
258         * src/news.c
259         * src/toolbar.c
260         * src/common/utils.c
261                 ...and more renaming
262                 Thanks to Colin
263
264 2006-12-06 [paul]       2.6.1cvs9
265
266         * src/compose.c
267         * src/messageview.c
268         * src/procheader.c
269         * src/procmime.c
270         * src/procmsg.c
271         * src/textview.c
272                 more renaming
273                 Thanks to Colin
274
275 2006-12-06 [colin]      2.6.1cvs8
276
277         * src/ssl_manager.c
278         * src/common/ssl_certificate.c
279         * src/common/ssl_certificate.h
280                 Handle multiple certificates per host/port
281
282 2006-12-06 [colin]      2.6.1cvs7
283
284         * src/etpan/imap-thread.c
285                 Fix certificate checking on IMAP
286
287 2006-12-06 [colin]      2.6.1cvs6
288
289         * src/folderview.c
290                 Fix bug 1072, 'Claws stops fetching newsgroups 
291                 from server when newsgroup got deleted': continue
292                 checking other groups
293
294 2006-12-05 [wwp]        2.6.1cvs5
295
296         * src/message_search.c
297         * src/summary_search.c
298         * src/gtk/combobox.c
299         * src/gtk/combobox.h
300         * src/gtk/gtkutils.c
301         * src/gtk/gtkutils.h
302                 make up and down arrow keys in modern gtk_combo_box_entry widgets
303                 behave like w/ old comboboxes (summary and message search only).
304
305 2006-12-05 [paul]       2.6.1cvs4
306
307         * src/wizard.c
308                 encode headers
309                 Thanks to Colin
310
311 2006-12-05 [paul]       2.6.1cvs3
312
313         * tools/README
314         * tools/textviewer.pl
315                 script updated and description added
316
317 2006-12-04 [colin]      2.6.1cvs2
318
319         * src/compose.c
320                 Run pre-send hook only when checking
321                 everything
322
323 2006-12-04 [paul]       2.6.1cvs1
324
325         * NEWS
326         * README
327         * RELEASE_NOTES
328         * configure.ac
329         * tools/README
330                 bump up version number following stable release
331
332 2006-12-04 [paul]       2.6.0cvs83
333
334         * README
335                 updates and corrections
336
337 2006-12-04 [colin]      2.6.0cvs82
338
339         * src/common/utils.c
340                 Probably fix bug 1066, 'Incorrect mailbox 
341                 size displayed'
342
343 2006-12-04 [colin]      2.6.0cvs81
344
345         * src/common/utils.c
346                 Trim tabs from mailcap file too.
347
348 2006-12-02 [paul]       2.6.0cvs80
349
350         * src/exphtmldlg.c
351                 fix broken GUI under certain languages
352         * src/expldifdlg.c
353                 put the Cancel button to the right
354
355 2006-12-01 [paul]       2.6.0cvs79
356
357         * tools/Makefile.am
358                 remove reference to removed file
359
360 2006-12-01 [wwp]        2.6.0cvs78
361
362         * src/addressbook.c
363         * src/editaddress.c
364                 remove forgotten debug statements.
365
366 2006-12-01 [wwp]        2.6.0cvs77
367
368         * manual/advanced.xml
369         * manual/fr/advanced.xml
370         * src/addressbook.c
371         * src/addressbook.h
372         * src/addressitem.h
373         * src/editaddress.c
374         * src/editaddress.h
375         * src/prefs_common.c
376         * src/prefs_common.h
377         * src/gtk/gtkutils.c
378         * src/gtk/gtkutils.h
379                 add a hidden option to allow embedding the editaddress (edit contact details)
380                 dialog into the addressbook's window. This doesn't change the default
381                 behaviour.
382
383 2006-12-01 [wwp]        2.6.0cvs76
384
385         * src/message_search.c
386         * src/summary_search.c
387                 fix more focus issues (don't set focus to combobox's entry widget when
388                 entry's value changed, if entry widget has focus already).
389
390 2006-12-01 [wwp]        2.6.0cvs75
391
392         * src/gtk/quicksearch.c
393                 revert last changes to the quicksearch gtk_combo_box, this needs more
394                 tuning and testing.
395
396 2006-12-01 [paul]       2.6.0cvs74
397
398         * tools/kdeservicemenu/README
399         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
400         * tools/kdeservicemenu/install.sh
401         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
402         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
403                 simplify this stuff, and in so doing,
404                 fix it. (possibly re-extend it again at
405                 a later date)
406
407 2006-12-01 [wwp]        2.6.0cvs73
408
409         * src/gtk/quicksearch.c
410                 adapt quicksearch code to use modern gtk_combo_box'es.
411
412 2006-12-01 [wwp]        2.6.0cvs72
413
414         * src/common/defs.h
415         * src/prefs_common.c
416         * src/prefs_common.h
417         * src/message_search.c
418         * src/summary_search.c
419         * src/gtk/combobox.c
420         * src/gtk/combobox.h
421                 add history combos to all message and summary search fields.
422
423 2006-12-01 [wwp]        2.6.0cvs71
424
425         * src/summaryview.c
426                 As the list may change while the mark as read delay
427                 runs, we can't rely on the 'row' pointer, which can
428                 be invalid when the timeout is called. As the mark
429                 as read is only done if the message is still selected,
430                 use summaryview->selected instead. Thanks to Colin.
431
432 2006-11-30 [paul]       2.6.0cvs70
433
434         * src/textview.c
435                 give emphasis to "Sylpheed-Claws"
436                 as well as "Claws Mail"
437
438 2006-11-30 [colin]      2.6.0cvs69
439
440         * src/wizard.c
441                 Put the SSL checkboxes in the receiving
442                 and sending server pages.
443
444 2006-11-29 [colin]      2.6.0cvs68
445
446         * src/gtk/gtkutils.c
447         * src/gtk/gtkvscrollbutton.c
448                 Revert some deprecated fixes - they seem to
449                 deprecate stuff as soon as a new one gets out.
450                 g_object_ref_sink needed glib-2.10.
451
452 2006-11-29 [colin]      2.6.0cvs67
453
454         * src/common/utils.c
455                 Create .mailcap if it doesn't exist
456
457 2006-11-29 [colin]      2.6.0cvs66
458
459         * src/compose.c
460                 Followup to cvs60: use original list
461                 of recipients if replying to a mail
462                 in Sent Drafts or Queue.
463
464 2006-11-27 [paul]       2.6.0cvs65
465
466         * src/image_viewer.c
467                 revert the last change for now (it's broken)
468
469 2006-11-27 [paul]       2.6.0cvs64
470
471         * Makefile.am
472         * configure.ac
473         * m4/aclocal-include.m4
474         * m4/check-type.m4
475         * src/Makefile.am
476         * src/addr_compl.c
477         * src/compose.c
478         * src/crash.c
479         * src/export.c
480         * src/exporthtml.c
481         * src/exportldif.c
482         * src/imap.c
483         * src/import.c
484         * src/main.c
485         * src/main.h
486         * src/matcher.c
487         * src/mimeview.c
488         * src/procmsg.c
489         * src/textview.c
490         * src/common/Makefile.am
491         * src/common/claws.c
492         * src/common/claws.h
493         * src/common/ssl.c
494         * src/common/sylpheed.c
495         * src/common/sylpheed.h
496         * src/etpan/Makefile.am
497         * src/gtk/Makefile.am
498         * src/gtk/claws-marshal.list
499         * src/gtk/filesel.c
500         * src/gtk/gtksctree.c
501         * src/gtk/quicksearch.c
502         * src/gtk/sylpheed-marshal.list
503         * src/plugins/bogofilter/bogofilter.c
504         * src/plugins/bogofilter/bogofilter_gtk.c
505         * src/plugins/clamav/clamav_plugin.c
506         * src/plugins/clamav/clamav_plugin_gtk.c
507         * src/plugins/demo/demo.c
508         * src/plugins/dillo_viewer/dillo_viewer.c
509         * src/plugins/pgpcore/Makefile.am
510         * src/plugins/pgpcore/claws.def
511         * src/plugins/pgpcore/pgp_viewer.c
512         * src/plugins/pgpcore/plugin.c
513         * src/plugins/pgpcore/sylpheed.def
514         * src/plugins/pgpinline/Makefile.am
515         * src/plugins/pgpinline/claws.def
516         * src/plugins/pgpinline/plugin.c
517         * src/plugins/pgpinline/sylpheed.def
518         * src/plugins/pgpmime/Makefile.am
519         * src/plugins/pgpmime/claws.def
520         * src/plugins/pgpmime/plugin.c
521         * src/plugins/pgpmime/sylpheed.def
522         * src/plugins/spamassassin/spamassassin.c
523         * src/plugins/spamassassin/spamassassin_gtk.c
524         * src/plugins/trayicon/trayicon.c
525                 yet more renaming
526                 remove deprecated gtk_tooltips_set_delay()
527
528 2006-11-26 [paul]       2.6.0cvs63
529
530         * src/expldifdlg.c
531         * src/folderview.c
532         * src/image_viewer.c
533         * src/mainwindow.c
534         * src/gtk/gtkutils.c
535         * src/gtk/gtkvscrollbutton.c
536         * src/gtk/prefswindow.c
537         * src/plugins/pgpcore/prefs_gpg.c
538                 replace more deprecated GTK+ functions
539
540 2006-11-26 [paul]       2.6.0cvs62
541
542         * src/addr_compl.c
543         * src/addressbook.c
544         * src/browseldap.c
545                 replace deprecated gtk_idle_... functions
546
547 2006-11-26 [paul]       2.6.0cvs61
548
549         * src/compose.c
550         * src/folderview.c
551         * src/inc.c
552         * src/summaryview.c
553         * src/gtk/gtkvscrollbutton.c
554         * src/gtk/quicksearch.c
555         * src/plugins/pgpcore/passphrase.c
556                 replace deprecated gtk_timeout_add and
557                 gtk_timeout_remove
558
559 2006-11-26 [paul]       2.6.0cvs60
560
561         * src/compose.c
562                 fix bug that caused the wrong recipient
563                 to be selected when replying to a msg
564                 which is From one of our accounts to
565                 another of our accounts
566
567 2006-11-25 [paul]       2.6.0cvs59
568
569         * src/summaryview.c
570                 don't change the From column title to
571                 To if the To column is visible
572
573 2006-11-24 [paul]       2.6.0cvs58
574
575         * src/compose.c
576                 fix bug 1069, 'Sent mails disappear, BCC
577                 or locking problem?'
578
579 2006-11-21 [wwp]        2.6.0cvs57
580
581         * src/compose.c
582                 fix spelling menu when replying (same as 2.3.1cvs39):
583                 discrepancy between context menu and top menu when
584                 folder's dictionary isn't the default one.
585
586 2006-11-19 [paul]       2.6.0cvs56
587
588         * src/summaryview.c
589                 obey always_show_msg option when
590                 marking as spam
591         * src/plugins/bogofilter/bogofilter.c
592                 fix typo
593
594 2006-11-18 [paul]       2.6.0cvs55
595
596         * AUTHORS
597         * README
598         * debian/copyright
599         * manual/ack.xml
600         * manual/es/ack.xml
601         * manual/fr/ack.xml
602         * manual/pl/ack.xml
603         * src/gtk/authors.h
604         * src/gtk/icon_legend.c
605         * src/gtk/icon_legend.h
606         * tools/OOo2claws-mail.pl
607         * tools/README
608         * tools/acroread2claws-mail.pl
609         * tools/claws.i18n.status.pl
610         * tools/filter_conv.pl
611         * tools/filter_conv_new.pl
612         * tools/freshmeat_search.pl
613         * tools/google_search.pl
614         * tools/kmail2claws-mail.pl
615         * tools/kmail2claws-mail_v2.pl
616         * tools/maildir2claws-mail.pl
617         * tools/make.themes.project
618         * tools/multiwebsearch.pl
619         * tools/outlook2claws-mail.pl
620         * tools/tb2claws-mail
621         * tools/kdeservicemenu/README
622         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
623                 update mine and wwp's email addresses in
624                 several places
625                 Patch by wwp
626         * src/prefs_compose_writing.c
627                 set sensitivity on 'new message format' frame
628
629 2006-11-17 [paul]       2.6.0cvs54
630
631         * src/gtk/about.c
632                 more reworking of the GUI
633                 Patch by Fabien Vantard
634
635 2006-11-16 [paul]       2.6.0cvs53
636
637         * src/gtk/about.c
638                 set a minimum size for the window, allow
639                 it to automatically expand as necessary
640
641 2006-11-16 [wwp]        2.6.0cvs52
642
643         * src/gtk/about.c
644                 better wrap of copyright info on some systems.
645
646 2006-11-16 [paul]       2.6.0cvs51
647
648         * src/gtk/about.c
649                 move the tech info from the upper panel
650                 to the Info tab
651                 use a gtk_text_view for the features tab
652
653 2006-11-16 [paul]       2.6.0cvs50
654
655         * po/Makevars
656                 update my email address
657         * src/addressbook.c
658         * src/compose.c
659         * src/imap_gtk.c
660         * src/mh_gtk.c
661         * src/news_gtk.c
662         * src/summaryview.c
663         * src/plugins/trayicon/trayicon.c
664                 don't offer simple menu separators
665                 for translation
666         * src/folderview.c
667                 add separator between 'mark all read'
668                 and 'search folder'
669
670 2006-11-15 [wwp]        2.6.0cvs49
671
672         * src/gtk/authors.h
673                 updated manuals authors.
674
675 2006-11-14 [paul]       2.6.0cvs48
676
677         * src/compose.c
678                 Fix Options/Reply mode after draft save
679
680 2006-11-14 [paul]       2.6.0cvs47
681
682         * src/Makefile.am
683                 Fix make DESTDIR=...
684         * src/mbox.c
685                 Optimise speed
686         * src/plugins/pgpinline/pgpinline.c
687                 Probably fix bug 1061
688
689 2006-11-14 [paul]       2.6.0cvs46
690
691         * po/Makevars
692                 enable Q_ macro
693         * src/Makefile.am
694         * src/stock_pixmap.c
695         * src/stock_pixmap.h
696         * src/gtk/about.c
697         * src/pixmaps/active.xpm
698         * src/pixmaps/inactive.xpm
699                 add a new page, 'Features', to the About dialog
700                 showing which features are compiled in and which
701                 are not
702
703 2006-11-14 [paul]       2.6.0cvs45
704
705         * po/ru.po
706                 updated by Pavlo Bohmat
707
708 2006-11-14 [colin]      2.6.0cvs44
709
710         * src/compose.c
711         * src/inc.c
712         * src/messageview.c
713         * src/news.c
714         * src/pop.c
715         * src/procmsg.c
716         * src/gtk/gtkaspell.c
717                 Fix 64-bit-related warnings
718         * src/ssl_manager.c
719                 Fix possible infinite loop
720         * src/plugins/pgpcore/sgpgme.c
721                 Remove useless check
722
723 2006-11-13 [colin]      2.6.0cvs43
724
725         * src/gtk/Makefile.am
726                 authors.h isn't generated
727
728 2006-11-13 [colin]      2.6.0cvs42
729
730         * src/plugins/pgpinline/pgpinline.c
731         * src/plugins/pgpmime/pgpmime.c
732                 Very probably fix bug 1061, 'crash on 
733                 opening signed email'. Another cast
734                 problem
735
736 2006-11-13 [colin]      2.6.0cvs41
737
738         * src/plugins/pgpcore/sgpgme.c
739                 Maybe fix bug 1061, 'crash on opening 
740                 signed email'
741
742 2006-11-13 [wwp]        2.6.0cvs40
743
744         * src/plugins/pgpinline/pgpinline.c
745                 fix candidate for bug #1057, thanks to Colin.
746
747 2006-11-13 [wwp]        2.6.0cvs39
748
749         * src/compose.c
750         * src/quote_fmt_parse.y
751                 fix bug 1052: current parser buffer was not always 
752                 allocated, ptr to this buffer could be returned as 
753                 NULL whereas no parser error has occurred. in 
754                 consequence, defining a template body as "%d" 
755                 (w/o the quotes) for the first time of the instance 
756                 of claws-mail, was reporting a parser error. make 
757                 sure that the buffer is always allocated, even to 
758                 an empty string.
759                 fix mis-unescaping in compose.:compose_quote_fmt(): 
760                 unescaping of the fmt string was always done 
761                 whereas it must be done *only* when receiving 
762                 quote format strings issued from the prefs 
763                 (compose new message, reply, forward, redirect 
764                 formats), *not* when applying templates.  in 
765                 consequences, applying templates w/ sequences 
766                 like \\|p{echo} were failing. make sure that 
767                 unescaping is done only when necessary.
768
769 2006-11-12 [colin]      2.6.0cvs38
770
771         * po/de.po
772                 Fix typo (s/KB/MB)
773
774 2006-11-12 [colin]      2.6.0cvs37
775
776         * src/plugins/pgpinline/pgpinline.c
777         * src/plugins/pgpmime/pgpmime.c
778                 Release GPG context at the latest 
779                 possible moment. Maybe fixes 
780                 bug 1057, 'crash on sending signed 
781                 message to a newsgroup'
782                 
783
784 2006-11-12 [colin]      2.6.0cvs36
785
786         * src/plugins/pgpcore/sgpgme.c
787                 Tell a bit more when gpg's status doesn't
788                 contain any signature
789
790 2006-11-12 [colin]      2.6.0cvs35
791
792         * src/compose.c
793                 Fix bug 1060, 'compilation error with 
794                 Irix's cc'
795
796 2006-11-12 [paul]       2.6.0cvs34
797
798         * doc/man/claws-mail.1
799         * src/prefs_gtk.c
800         * src/plugins/clamav/README
801         * src/plugins/spamassassin/README
802         * tools/README
803         * tools/freshmeat_search.pl
804         * tools/google_search.pl
805         * tools/multiwebsearch.pl
806                 more renaming
807         * src/plugins/trayicon/trayicon.c
808                 fix compiliation warning
809
810 2006-11-11 [colin]      2.6.0cvs33
811
812         * src/folderview.c
813                 Forbid drag and drop from/to different
814                 folders of type F_UNKNOWN
815
816 2006-11-11 [colin]      2.6.0cvs32
817
818         * src/plugins/pgpinline/pgpinline.c
819                 Fix typo in previous commit:
820                 - gpgme_new(&ctx);
821                 + if ((err = gpgme_new(&data->ctx)) ...)
822
823 2006-11-11 [colin]      2.6.0cvs31
824
825         * src/plugins/pgpinline/pgpinline.c
826         * src/plugins/pgpmime/pgpmime.c
827                 Check success after calling gpgme_new
828                 Maybe fixes bug 1057, 'crash on sending 
829                 signed message to a newsgroup'
830
831 2006-11-11 [colin]      2.6.0cvs30
832
833         * src/undo.c
834                 init undostruct to 0s (from
835                 valgrind log of bug 1057)
836
837 2006-11-10 [colin]      2.6.0cvs29
838
839         * src/mainwindow.c
840                 Set cursor to wait before filtering
841                 duplicates in all folders
842         * src/plugins/bogofilter/bogofilter.c
843         * src/plugins/bogofilter/bogofilter.h
844         * src/plugins/bogofilter/bogofilter_gtk.c
845                 Completely thread away the bogofilter
846                 filtering
847
848 2006-11-10 [mones]      2.6.0cvs28
849
850         * src/compose.c
851         * src/compose.h
852                 added COMPOSE_CHECK_BEFORE_SEND hook
853
854 2006-11-10 [paul]       2.6.0cvs27
855
856         * src/crash.c
857                 more renaming
858                 add libSM to get_compiled_in_features()
859         * src/main.c
860                 more renaming
861
862 2006-11-10 [colin]      2.6.0cvs26
863
864         * src/etpan/imap-thread.c
865                 Add a reference to libetpan's sasl engine
866                 so that sasl_done() doesn't get called by
867                 libetpan, and doesn't break openssl.
868                 Should fix bug 1053, 'SC fails to reestablish 
869                 a secure connection'
870                 Patch by Hoa
871
872 2006-11-10 [colin]      2.6.0cvs25
873
874         * manual/addrbook.xml
875         * manual/advanced.xml
876         * manual/faq.xml
877         * manual/intro.xml
878                 Some more renaming
879
880 2006-11-09 [colin]      2.6.0cvs24
881
882         * src/plugins/bogofilter/bogofilter_gtk.c
883                 Add comment about annoyance
884
885 2006-11-09 [colin]      2.6.0cvs23
886
887         * src/plugins/bogofilter/bogofilter.c
888         * src/plugins/bogofilter/bogofilter_gtk.c
889                 Prepare things needed to thread bogofilter
890                 filtering: separate bogo stuff and possible GUI
891                 stuff. 
892
893 2006-11-09 [colin]      2.6.0cvs22
894
895         * src/account.c
896         * src/compose.c
897                 Search for one of our accounts in Delivered-To
898                 (helps for auto-account selection when 
899                  replying/forwarding)
900         * src/folderview.c
901         * src/mainwindow.c
902         * src/mainwindow.h
903         * src/plugins/trayicon/trayicon.c
904                 Allow opening a new mail with any account from
905                 the contextual menu
906
907 2006-11-09 [wwp]        2.6.0cvs21
908
909         * src/compose.c
910         * src/prefs_common.c
911         * src/prefs_common.h
912         * src/prefs_compose_writing.c
913                 add a compose new message format (in prefs/compose/writing), it's a
914                 simple subject+body template to use when opening a new composition
915                 window. It's similar to the existent reply and forward formats.
916
917                 enhanced the template/format % symbols substitution mechanism to
918                 use current composition window information when % are used in
919                 the compose new message format or in templates applied to new
920                 messages (there were useless in that situations before). When
921                 applied to new messages, %d corresponds to the system time/date.
922
923 2006-11-09 [paul]       2.6.0cvs20
924
925         * src/gtk/authors.h
926                 fix last commit
927
928 2006-11-09 [paul]       2.6.0cvs19
929
930         * src/gtk/authors.h
931                 keep tje alphabetical order
932
933 2006-11-08 [colin]      2.6.0cvs18
934
935         * src/etpan/imap-thread.c
936                 Fix bug 1054, 'Slowness logging big 
937                 data chunks'
938
939 2006-11-08 [paul]       2.6.0cvs17
940
941         * tools/Makefile.am
942                 fix the renaming
943
944 2006-11-08 [paul]       2.6.0cvs16
945
946         * src/common/defs.h
947                 update BUGZILLA_URI
948
949 2006-11-08 [paul]       2.6.0cvs15
950
951         * tools/Makefile.am
952         * tools/OOo2claws-mail.pl
953         * tools/OOo2sylpheed.pl
954         * tools/README
955         * tools/acroread2claws-mail.pl
956         * tools/acroread2sylpheed.pl
957         * tools/kmail2claws-mail.pl
958         * tools/kmail2claws-mail_v2.pl
959         * tools/kmail2sylpheed.pl
960         * tools/kmail2sylpheed_v2.pl
961         * tools/maildir2claws-mail.pl
962         * tools/maildir2sylpheed.pl
963         * tools/nautilus2claws-mail.sh
964         * tools/nautilus2sylpheed.sh
965         * tools/outlook2claws-mail.pl
966         * tools/outlook2sylpheed.pl
967         * tools/tb2claws-mail
968         * tools/tb2sylpheed
969         * tools/tbird2claws.py
970         * tools/tbird2syl.py
971         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
972         * tools/kdeservicemenu/install.sh
973         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
974         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
975         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
976         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
977         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
978                 renamed (removed, added) tools files
979
980 2006-11-08 [paul]       2.6.0cvs14
981
982         * src/main.c
983         * src/common/defs.h
984                 Migrate sylpheedrc to clawsrc, and fix the standard
985                 plugins path in the process
986
987 2006-11-07 [colin]      2.6.0cvs13
988
989         * src/Makefile.am
990                 Symlink sylpheed-claws relative to 
991                 claws-mail
992
993 2006-11-07 [colin]      2.6.0cvs12
994
995         * src/compose.c
996                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
997
998 2006-11-07 [paul]       2.6.0cvs11
999
1000         * src/gtk/about.c
1001                 Fix a missed occurence of
1002                 Sylpheed-Claws
1003
1004 2006-11-07 [paul]       2.6.0cvs10
1005
1006         * src/Makefile.am
1007                 Fix symlink installation
1008
1009 2006-11-07 [paul]       2.6.0cvs9
1010
1011         * src/Makefile.am
1012                 Symlink claws-mail to sylpheed-claws
1013         * src/common/utils.c
1014                 Fix migrating symlinks
1015         * src/etpan/imap-thread.c
1016                 check certificate only when there's
1017                 no error
1018
1019 2006-11-07 [paul]       2.6.0cvs8
1020
1021         * Makefile.am
1022                 Fix icon breakages with Gtk, which needs a 
1023                 cache updated to see them.
1024
1025 2006-11-07 [paul]       2.6.0cvs7
1026
1027         * .cvsignore
1028         * AUTHORS
1029         * COPYING
1030         * INSTALL
1031         * Makefile.am
1032         * NEWS
1033         * README
1034         * RELEASE_NOTES
1035         * autogen.sh
1036         * claws-mail-128x128.png
1037         * claws-mail-64x64.png
1038         * claws-mail.ico
1039         * claws-mail.pc.in
1040         * claws-mail.png
1041         * configure.ac
1042         * sylpheed-claws-128x128.png
1043         * sylpheed-claws-64x64.png
1044         * sylpheed-claws.desktop
1045         * sylpheed-claws.ico
1046         * sylpheed-claws.pc.in
1047         * sylpheed-claws.png
1048         * debian/README.Debian
1049         * debian/changelog
1050         * debian/claws-mail.desktop
1051         * debian/claws-mail.menu
1052         * debian/claws-mail.postinst.debhelper
1053         * debian/claws-mail.postrm.debhelper
1054         * debian/control
1055         * debian/copyright
1056         * debian/files
1057         * debian/rules
1058         * debian/sylpheed-claws.desktop
1059         * debian/sylpheed-claws.menu
1060         * debian/sylpheed-claws.postinst.debhelper
1061         * debian/sylpheed-claws.postrm.debhelper
1062         * doc/man/Makefile.am
1063         * doc/man/claws-mail.1
1064         * doc/man/sylpheed-claws.1
1065         * doc/src/ChangeLog.claws-pre0.8.0
1066         * manual/Makefile.am
1067         * manual/account.xml
1068         * manual/ack.xml
1069         * manual/addrbook.xml
1070         * manual/advanced.xml
1071         * manual/claws-mail-manual.xml
1072         * manual/faq.xml
1073         * manual/glossary.xml
1074         * manual/handling.xml
1075         * manual/intro.xml
1076         * manual/keyboard.xml
1077         * manual/plugins.xml
1078         * manual/starting.xml
1079         * manual/sylpheed-claws-manual.xml
1080         * manual/xml2pdf
1081         * manual/dist/.cvsignore
1082         * manual/dist/html/.cvsignore
1083         * manual/dist/html/Makefile.am
1084         * manual/dist/pdf/.cvsignore
1085         * manual/dist/pdf/Makefile.am
1086         * manual/dist/ps/.cvsignore
1087         * manual/dist/ps/Makefile.am
1088         * manual/dist/txt/.cvsignore
1089         * manual/dist/txt/Makefile.am
1090         * manual/es/Makefile.am
1091         * manual/es/advanced.xml
1092         * manual/es/claws-mail-manual.xml
1093         * manual/es/faq.xml
1094         * manual/es/glossary.xml
1095         * manual/es/handling.xml
1096         * manual/es/intro.xml
1097         * manual/es/plugins.xml
1098         * manual/es/sylpheed-claws-manual.xml
1099         * manual/es/dist/.cvsignore
1100         * manual/es/dist/html/.cvsignore
1101         * manual/es/dist/html/Makefile.am
1102         * manual/es/dist/pdf/.cvsignore
1103         * manual/es/dist/pdf/Makefile.am
1104         * manual/es/dist/ps/.cvsignore
1105         * manual/es/dist/ps/Makefile.am
1106         * manual/es/dist/txt/.cvsignore
1107         * manual/es/dist/txt/Makefile.am
1108         * manual/fr/Makefile.am
1109         * manual/fr/account.xml
1110         * manual/fr/ack.xml
1111         * manual/fr/addrbook.xml
1112         * manual/fr/advanced.xml
1113         * manual/fr/claws-mail-manual.xml
1114         * manual/fr/faq.xml
1115         * manual/fr/glossary.xml
1116         * manual/fr/handling.xml
1117         * manual/fr/intro.xml
1118         * manual/fr/keyboard.xml
1119         * manual/fr/plugins.xml
1120         * manual/fr/starting.xml
1121         * manual/fr/sylpheed-claws-manual.xml
1122         * manual/fr/dist/.cvsignore
1123         * manual/fr/dist/html/.cvsignore
1124         * manual/fr/dist/html/Makefile.am
1125         * manual/fr/dist/pdf/.cvsignore
1126         * manual/fr/dist/pdf/Makefile.am
1127         * manual/fr/dist/ps/.cvsignore
1128         * manual/fr/dist/ps/Makefile.am
1129         * manual/fr/dist/txt/.cvsignore
1130         * manual/fr/dist/txt/Makefile.am
1131         * manual/pl/Makefile.am
1132         * manual/pl/account.xml
1133         * manual/pl/ack.xml
1134         * manual/pl/addrbook.xml
1135         * manual/pl/advanced.xml
1136         * manual/pl/claws-mail-manual.xml
1137         * manual/pl/faq.xml
1138         * manual/pl/glossary.xml
1139         * manual/pl/handling.xml
1140         * manual/pl/intro.xml
1141         * manual/pl/keyboard.xml
1142         * manual/pl/plugins.xml
1143         * manual/pl/starting.xml
1144         * manual/pl/sylpheed-claws-manual.xml
1145         * manual/pl/dist/.cvsignore
1146         * manual/pl/dist/html/.cvsignore
1147         * manual/pl/dist/html/Makefile.am
1148         * manual/pl/dist/pdf/.cvsignore
1149         * manual/pl/dist/pdf/Makefile.am
1150         * manual/pl/dist/ps/.cvsignore
1151         * manual/pl/dist/ps/Makefile.am
1152         * manual/pl/dist/txt/.cvsignore
1153         * manual/pl/dist/txt/Makefile.am
1154         * po/.cvsignore
1155         * po/Makevars
1156         * src/.cvsignore
1157         * src/Makefile.am
1158         * src/account.c
1159         * src/account.h
1160         * src/action.c
1161         * src/action.h
1162         * src/adbookbase.h
1163         * src/addr_compl.c
1164         * src/addr_compl.h
1165         * src/addrbook.c
1166         * src/addrcache.c
1167         * src/addrcache.h
1168         * src/addrcindex.c
1169         * src/addrcindex.h
1170         * src/addrclip.c
1171         * src/addrclip.h
1172         * src/addrdefs.h
1173         * src/addressadd.c
1174         * src/addressadd.h
1175         * src/addressbook.c
1176         * src/addressbook.h
1177         * src/addressbook_foldersel.c
1178         * src/addressbook_foldersel.h
1179         * src/addrgather.c
1180         * src/addrgather.h
1181         * src/addrharvest.c
1182         * src/addrharvest.h
1183         * src/addrindex.c
1184         * src/addrindex.h
1185         * src/addritem.c
1186         * src/addritem.h
1187         * src/addrquery.c
1188         * src/addrquery.h
1189         * src/addrselect.c
1190         * src/addrselect.h
1191         * src/alertpanel.c
1192         * src/alertpanel.h
1193         * src/browseldap.c
1194         * src/browseldap.h
1195         * src/codeconv.c
1196         * src/codeconv.h
1197         * src/compose.c
1198         * src/crash.c
1199         * src/crash.h
1200         * src/customheader.c
1201         * src/customheader.h
1202         * src/displayheader.c
1203         * src/displayheader.h
1204         * src/editaddress.c
1205         * src/editaddress.h
1206         * src/editbook.c
1207         * src/editbook.h
1208         * src/editgroup.c
1209         * src/editgroup.h
1210         * src/editjpilot.c
1211         * src/editjpilot.h
1212         * src/editldap.c
1213         * src/editldap.h
1214         * src/editldap_basedn.c
1215         * src/editldap_basedn.h
1216         * src/editvcard.c
1217         * src/editvcard.h
1218         * src/exphtmldlg.c
1219         * src/exphtmldlg.h
1220         * src/expldifdlg.c
1221         * src/expldifdlg.h
1222         * src/export.c
1223         * src/exporthtml.c
1224         * src/exporthtml.h
1225         * src/exportldif.c
1226         * src/exportldif.h
1227         * src/filtering.c
1228         * src/filtering.h
1229         * src/folder.c
1230         * src/folder.h
1231         * src/folder_item_prefs.c
1232         * src/folder_item_prefs.h
1233         * src/foldersel.c
1234         * src/foldersel.h
1235         * src/folderutils.c
1236         * src/folderutils.h
1237         * src/folderview.c
1238         * src/folderview.h
1239         * src/grouplistdialog.c
1240         * src/grouplistdialog.h
1241         * src/html.c
1242         * src/html.h
1243         * src/image_viewer.c
1244         * src/image_viewer.h
1245         * src/imap.c
1246         * src/imap.h
1247         * src/imap_gtk.c
1248         * src/imap_gtk.h
1249         * src/import.c
1250         * src/import.h
1251         * src/importldif.c
1252         * src/importldif.h
1253         * src/importmutt.c
1254         * src/importmutt.h
1255         * src/importpine.c
1256         * src/importpine.h
1257         * src/inc.c
1258         * src/inc.h
1259         * src/jpilot.c
1260         * src/jpilot.h
1261         * src/ldapctrl.c
1262         * src/ldapctrl.h
1263         * src/ldaplocate.c
1264         * src/ldaplocate.h
1265         * src/ldapquery.c
1266         * src/ldapquery.h
1267         * src/ldapserver.c
1268         * src/ldapserver.h
1269         * src/ldaputil.c
1270         * src/ldaputil.h
1271         * src/ldif.c
1272         * src/ldif.h
1273         * src/localfolder.c
1274         * src/localfolder.h
1275         * src/main.c
1276         * src/main.h
1277         * src/mainwindow.c
1278         * src/mainwindow.h
1279         * src/manual.c
1280         * src/manual.h
1281         * src/matcher.c
1282         * src/matcher.h
1283         * src/matcher_parser.h
1284         * src/matcher_parser_lex.l
1285         * src/matcher_parser_parse.y
1286         * src/mbox.c
1287         * src/mbox.h
1288         * src/message_search.c
1289         * src/message_search.h
1290         * src/messageview.c
1291         * src/messageview.h
1292         * src/mh.c
1293         * src/mh.h
1294         * src/mh_gtk.c
1295         * src/mh_gtk.h
1296         * src/mimeview.c
1297         * src/mimeview.h
1298         * src/msgcache.c
1299         * src/msgcache.h
1300         * src/mutt.c
1301         * src/mutt.h
1302         * src/news.c
1303         * src/news.h
1304         * src/news_gtk.c
1305         * src/news_gtk.h
1306         * src/noticeview.c
1307         * src/noticeview.h
1308         * src/partial_download.c
1309         * src/partial_download.h
1310         * src/pine.c
1311         * src/pine.h
1312         * src/pop.c
1313         * src/pop.h
1314         * src/prefs_account.c
1315         * src/prefs_account.h
1316         * src/prefs_actions.c
1317         * src/prefs_actions.h
1318         * src/prefs_common.c
1319         * src/prefs_common.h
1320         * src/prefs_compose_writing.c
1321         * src/prefs_compose_writing.h
1322         * src/prefs_customheader.c
1323         * src/prefs_customheader.h
1324         * src/prefs_display_header.c
1325         * src/prefs_display_header.h
1326         * src/prefs_ext_prog.c
1327         * src/prefs_ext_prog.h
1328         * src/prefs_filtering.c
1329         * src/prefs_folder_column.c
1330         * src/prefs_folder_column.h
1331         * src/prefs_folder_item.c
1332         * src/prefs_folder_item.h
1333         * src/prefs_fonts.c
1334         * src/prefs_fonts.h
1335         * src/prefs_gtk.c
1336         * src/prefs_gtk.h
1337         * src/prefs_image_viewer.c
1338         * src/prefs_image_viewer.h
1339         * src/prefs_matcher.c
1340         * src/prefs_matcher.h
1341         * src/prefs_message.c
1342         * src/prefs_message.h
1343         * src/prefs_msg_colors.c
1344         * src/prefs_msg_colors.h
1345         * src/prefs_other.c
1346         * src/prefs_other.h
1347         * src/prefs_quote.c
1348         * src/prefs_quote.h
1349         * src/prefs_receive.c
1350         * src/prefs_receive.h
1351         * src/prefs_send.c
1352         * src/prefs_send.h
1353         * src/prefs_spelling.c
1354         * src/prefs_spelling.h
1355         * src/prefs_summaries.c
1356         * src/prefs_summaries.h
1357         * src/prefs_summary_column.c
1358         * src/prefs_summary_column.h
1359         * src/prefs_template.c
1360         * src/prefs_template.h
1361         * src/prefs_themes.c
1362         * src/prefs_themes.h
1363         * src/prefs_toolbar.c
1364         * src/prefs_toolbar.h
1365         * src/prefs_wrapping.c
1366         * src/prefs_wrapping.h
1367         * src/privacy.c
1368         * src/privacy.h
1369         * src/procheader.c
1370         * src/procheader.h
1371         * src/procmime.c
1372         * src/procmime.h
1373         * src/procmsg.c
1374         * src/procmsg.h
1375         * src/quote_fmt.c
1376         * src/quote_fmt_parse.y
1377         * src/recv.c
1378         * src/recv.h
1379         * src/remotefolder.c
1380         * src/remotefolder.h
1381         * src/send_message.c
1382         * src/send_message.h
1383         * src/setup.c
1384         * src/setup.h
1385         * src/sourcewindow.c
1386         * src/sourcewindow.h
1387         * src/ssl_manager.c
1388         * src/ssl_manager.h
1389         * src/statusbar.c
1390         * src/statusbar.h
1391         * src/stock_pixmap.c
1392         * src/stock_pixmap.h
1393         * src/summary_search.c
1394         * src/summary_search.h
1395         * src/summaryview.c
1396         * src/summaryview.h
1397         * src/syldap.c
1398         * src/syldap.h
1399         * src/textview.c
1400         * src/textview.h
1401         * src/toolbar.c
1402         * src/toolbar.h
1403         * src/undo.c
1404         * src/undo.h
1405         * src/unmime.c
1406         * src/unmime.h
1407         * src/vcard.c
1408         * src/vcard.h
1409         * src/wizard.c
1410         * src/wizard.h
1411         * src/common/base64.c
1412         * src/common/base64.h
1413         * src/common/defs.h
1414         * src/common/hooks.c
1415         * src/common/hooks.h
1416         * src/common/log.c
1417         * src/common/log.h
1418         * src/common/mgutils.c
1419         * src/common/mgutils.h
1420         * src/common/nntp.c
1421         * src/common/nntp.h
1422         * src/common/passcrypt.c
1423         * src/common/passcrypt.h.in
1424         * src/common/plugin.c
1425         * src/common/plugin.h
1426         * src/common/prefs.c
1427         * src/common/prefs.h
1428         * src/common/progressindicator.c
1429         * src/common/progressindicator.h
1430         * src/common/quoted-printable.c
1431         * src/common/quoted-printable.h
1432         * src/common/session.c
1433         * src/common/session.h
1434         * src/common/smtp.c
1435         * src/common/smtp.h
1436         * src/common/socket.c
1437         * src/common/socket.h
1438         * src/common/ssl.c
1439         * src/common/ssl.h
1440         * src/common/stringtable.c
1441         * src/common/stringtable.h
1442         * src/common/sylpheed.c
1443         * src/common/sylpheed.h
1444         * src/common/template.c
1445         * src/common/template.h
1446         * src/common/timing.h
1447         * src/common/utils.c
1448         * src/common/utils.h
1449         * src/common/version.h.in
1450         * src/common/xml.c
1451         * src/common/xml.h
1452         * src/common/xmlprops.c
1453         * src/common/xmlprops.h
1454         * src/gtk/about.c
1455         * src/gtk/colorlabel.c
1456         * src/gtk/colorlabel.h
1457         * src/gtk/colorsel.c
1458         * src/gtk/colorsel.h
1459         * src/gtk/combobox.c
1460         * src/gtk/combobox.h
1461         * src/gtk/description_window.c
1462         * src/gtk/description_window.h
1463         * src/gtk/filesel.c
1464         * src/gtk/filesel.h
1465         * src/gtk/foldersort.c
1466         * src/gtk/foldersort.h
1467         * src/gtk/gtkaspell.c
1468         * src/gtk/gtkaspell.h
1469         * src/gtk/gtksctree.c
1470         * src/gtk/gtkshruler.c
1471         * src/gtk/gtkshruler.h
1472         * src/gtk/gtkutils.c
1473         * src/gtk/gtkutils.h
1474         * src/gtk/icon_legend.c
1475         * src/gtk/icon_legend.h
1476         * src/gtk/logwindow.c
1477         * src/gtk/logwindow.h
1478         * src/gtk/manage_window.c
1479         * src/gtk/manage_window.h
1480         * src/gtk/pluginwindow.c
1481         * src/gtk/pluginwindow.h
1482         * src/gtk/prefswindow.c
1483         * src/gtk/prefswindow.h
1484         * src/gtk/quicksearch.c
1485         * src/gtk/quicksearch.h
1486         * src/pixmaps/claws-mail.xpm
1487         * src/pixmaps/claws-mail_icon.xpm
1488         * src/pixmaps/claws-mail_logo.xpm
1489         * src/pixmaps/sylpheed-claws.xpm
1490         * src/pixmaps/sylpheed-claws_icon.xpm
1491         * src/pixmaps/sylpheed-claws_logo.xpm
1492         * src/plugins/bogofilter/Makefile.am
1493         * src/plugins/bogofilter/bogofilter.c
1494         * src/plugins/bogofilter/bogofilter.h
1495         * src/plugins/bogofilter/bogofilter_gtk.c
1496         * src/plugins/clamav/Makefile.am
1497         * src/plugins/clamav/clamav_plugin.c
1498         * src/plugins/clamav/clamav_plugin.h
1499         * src/plugins/clamav/clamav_plugin_gtk.c
1500         * src/plugins/demo/Makefile.am
1501         * src/plugins/demo/demo.c
1502         * src/plugins/dillo_viewer/Makefile.am
1503         * src/plugins/dillo_viewer/README
1504         * src/plugins/dillo_viewer/dillo_prefs.c
1505         * src/plugins/dillo_viewer/dillo_prefs.h
1506         * src/plugins/dillo_viewer/dillo_viewer.c
1507         * src/plugins/pgpcore/Makefile.am
1508         * src/plugins/pgpcore/passphrase.c
1509         * src/plugins/pgpcore/passphrase.h
1510         * src/plugins/pgpcore/pgp_viewer.c
1511         * src/plugins/pgpcore/pgp_viewer.h
1512         * src/plugins/pgpcore/plugin.c
1513         * src/plugins/pgpcore/prefs_gpg.c
1514         * src/plugins/pgpcore/prefs_gpg.h
1515         * src/plugins/pgpcore/select-keys.c
1516         * src/plugins/pgpcore/select-keys.h
1517         * src/plugins/pgpcore/sgpgme.c
1518         * src/plugins/pgpcore/sgpgme.h
1519         * src/plugins/pgpcore/sylpheed.def
1520         * src/plugins/pgpcore/version.rc
1521         * src/plugins/pgpinline/Makefile.am
1522         * src/plugins/pgpinline/pgpinline.c
1523         * src/plugins/pgpinline/pgpinline.h
1524         * src/plugins/pgpinline/plugin.c
1525         * src/plugins/pgpinline/sylpheed.def
1526         * src/plugins/pgpinline/version.rc
1527         * src/plugins/pgpmime/Makefile.am
1528         * src/plugins/pgpmime/pgpmime.c
1529         * src/plugins/pgpmime/pgpmime.h
1530         * src/plugins/pgpmime/plugin.c
1531         * src/plugins/pgpmime/sylpheed.def
1532         * src/plugins/pgpmime/version.rc
1533         * src/plugins/spamassassin/Makefile.am
1534         * src/plugins/spamassassin/README
1535         * src/plugins/spamassassin/spamassassin.c
1536         * src/plugins/spamassassin/spamassassin.h
1537         * src/plugins/spamassassin/spamassassin_gtk.c
1538         * src/plugins/trayicon/Makefile.am
1539         * src/plugins/trayicon/trayicon.c
1540         * tools/OOo2sylpheed.pl
1541         * tools/README
1542         * tools/README.sylprint
1543         * tools/acroread2sylpheed.pl
1544         * tools/claws.i18n.status.pl
1545         * tools/filter_conv.pl
1546         * tools/filter_conv_new.pl
1547         * tools/freshmeat_search.pl
1548         * tools/google_search.pl
1549         * tools/kmail2sylpheed.pl
1550         * tools/kmail2sylpheed_v2.pl
1551         * tools/make.themes.project
1552         * tools/multiwebsearch.pl
1553         * tools/nautilus2sylpheed.sh
1554         * tools/outlook2sylpheed.pl
1555         * tools/sylprint.pl
1556         * tools/sylprint.rc
1557         * tools/tb2sylpheed
1558         * tools/textviewer.sh
1559         * tools/vcard2xml.py
1560         * tools/kdeservicemenu/README
1561         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1562         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1563         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1564                 Change name to Claws Mail. Announce to follow...
1565
1566 2006-11-06 [wwp]        2.6.0cvs6
1567
1568         * src/prefs_template.c
1569                 unify messages related to quote format/template errors (fix
1570                 capitalization), again.
1571
1572 2006-11-06 [wwp]        2.6.0cvs5
1573
1574         * src/prefs_quote.c
1575                 unify messages related to quote format/template errors.
1576
1577 2006-11-06 [wwp]        2.6.0cvs4
1578
1579         * src/prefs_msg_colors.c
1580                 more uses of Q_ macro for contextual translations, thanks
1581                 to Fabien (fzzzzz).
1582
1583 2006-11-06 [wwp]        2.6.0cvs3
1584
1585         * src/compose.c
1586         * src/common/utils.c
1587         * src/common/utils.h
1588                 show an alertpanel to make sure users are aware that sensitive
1589                 files are attached (it's file blacklist-based). This will fix
1590                 interaction w/ GoogleEarth for instance, thanks to Colin.
1591
1592 2006-11-06 [wwp]        2.6.0cvs2
1593
1594         * src/prefs_quote.c
1595         * src/prefs_template.c
1596         * src/prefs_template.h
1597                 check quote format when applying/closing prefs. For now this only
1598                 shows up an error dialog box, not preventing the user from using
1599                 a broken quote (reply, forwards) format.
1600
1601 2006-11-06 [wwp]        2.6.0cvs1
1602
1603         * src/prefs_template.c
1604                 fix missing checks of some template fields.
1605
1606 2006-11-06 [paul]       2.6.0
1607
1608         * NEWS
1609         * README
1610         * RELEASE_NOTES
1611                 2.6.0 released
1612
1613 2006-11-06 [paul]       2.5.6cvs22
1614
1615         * manual/advanced.xml
1616         * manual/es/advanced.xml
1617                 put 'respect_flowed_format' info in the correct
1618                 place
1619
1620 2006-11-06 [mones]      2.5.6cvs21
1621
1622         * po/es.po
1623                 Minor fixes for release
1624
1625 2006-11-06 [paul]       2.5.6cvs20
1626
1627         * po/cs.po
1628         * po/de.po
1629         * po/fr.po
1630         * po/it.po
1631         * po/nl.po
1632         * po/pt_BR.po
1633         * po/sk.po
1634         * po/sv.po
1635         * po/zh_CN.po
1636                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1637                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1638                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1639                 Young
1640
1641 2006-11-02 [colin]      2.5.6cvs19
1642
1643         * src/imap.c
1644         * src/imap.h
1645         * src/prefs_account.c
1646         * src/etpan/imap-thread.c
1647                 Add GSSAPI support - fixes Debian bug #383274
1648
1649 2006-11-01 [colin]      2.5.6cvs18
1650
1651         * src/jpilot.c
1652                 Handle libpisock12 support. Probably
1653                 fixes bug 1046, 'jpilot AddressDB.pdb 
1654                 import fail'
1655
1656 2006-11-01 [colin]      2.5.6cvs17
1657
1658         * src/folderutils.c
1659                 debug_print() folderutils_mark_all_read()
1660
1661 2006-11-01 [colin]      2.5.6cvs16
1662
1663         * COPYING
1664                 Add missed files to the Apache exception
1665
1666 2006-10-31 [colin]      2.5.6cvs15
1667
1668         * src/folder.c
1669         * src/folder.h
1670                 Add a copy_private_data() func to FolderClasses
1671                 Doesn't break the feature freeze, because we 
1672                 won't use it (right now) in the core.
1673
1674 2006-10-31 [colin]      2.5.6cvs14
1675
1676         * COPYING
1677                 Allow linking with the Apache licensed files in
1678                 src/plugins/spamassassin. Hopefully fixes 
1679                 bug 1048, 'Spamassassin plugin license problem'
1680
1681 2006-10-31 [wwp]        2.5.6cvs13
1682
1683         * src/compose.c
1684                 fix and optimize trimming of leading linefeeds in body loop.
1685
1686 2006-10-31 [colin]      2.5.6cvs12
1687
1688         * src/etpan/imap-thread.c
1689         * src/imap.c
1690                 Make really sure to have NULL sets in case
1691                 of error
1692
1693 2006-10-30 [wwp]        2.5.6cvs11
1694
1695         * src/prefs_common.c
1696         * src/prefs_common.h
1697         * src/compose.c
1698                 fix broken storage of quote format template when it contains \-escape
1699                 sequences. The application of such sequences is also fixed now (\t
1700                 in quote format will be a real tab instead of a 't', for instance).
1701
1702 2006-10-27 [colin]      2.5.6cvs10
1703
1704         * src/compose.c
1705                 Probably fix bug 1045, 'sylpheed-claws 
1706                 doesn't remove the mail from the IMAP 
1707                 Queue folder after sending'. From
1708                 2.5.6cvs3-stable
1709
1710 2006-10-27 [colin]      2.5.6cvs9
1711
1712         * configure.ac
1713                 Require libetpan-0.48. I'm so annoying,
1714                 I know ;-)
1715
1716 2006-10-27 [colin]      2.5.6cvs8
1717
1718         * src/folder.c
1719         * src/imap.c
1720                 Probably fix bug 1044, 'sylpheed-claws 
1721                 segfaults while moving mails' - Fix relation
1722                 usage when moving to an IMAP mailbox from another
1723                 mailbox
1724
1725 2006-10-26 [paul]       2.5.6cvs7
1726
1727         * src/gtk/about.c
1728                 add libSM to compiled-in features
1729                 list
1730
1731 2006-10-24 [colin]      2.5.6cvs6
1732
1733         * src/textview.c
1734         * src/gtk/gtkutils.c
1735                 Fix crash when printing emails with an
1736                 xface
1737
1738 2006-10-24 [mones]      2.5.6cvs5
1739
1740         * manual/es/advanced.xml
1741                 Synchronize hidden option respect_flowed_format
1742         * po/es.po
1743                 Updated translation
1744
1745 2006-10-21 [paul]       2.5.6cvs4
1746
1747         * src/gtk/authors.h
1748         * src/plugins/pgpcore/pgp_viewer.c
1749         * src/plugins/pgpcore/sgpgme.c
1750                 fix building on BSDs
1751                 Thanks to Michael Hughes
1752                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1753
1754 2006-10-20 [colin]      2.5.6cvs3
1755
1756         * configure.ac
1757                 Bump up libetpan requirement
1758                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1759         * src/common/utils.c
1760         * src/common/utils.h
1761                 Add convenience get_file_mtime()
1762         * src/imap.c
1763         * src/etpan/imap-thread.c
1764         * src/etpan/imap-thread.h
1765                 Implement UIDPLUS support if the server
1766                 supports it - faster sending in this case
1767
1768 2006-10-19 [colin]      2.5.6cvs2
1769
1770         * src/gtk/quicksearch.c
1771                 Fix emptying in type-ahead+extended mode
1772         * src/mainwindow.c
1773         * src/mainwindow.h
1774                 Add a hook for offline state change
1775         * src/plugins/trayicon/trayicon.c
1776                 Use it to display offline icons
1777         * src/plugins/trayicon/Makefile.am
1778         * src/plugins/trayicon/newmail.offline.xpm
1779         * src/plugins/trayicon/newmarkedmail.offline.xpm
1780         * src/plugins/trayicon/nomail.offline.xpm
1781         * src/plugins/trayicon/unreadmail.offline.xpm
1782         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1783                 Add the icons
1784
1785 2006-10-12 [paul]       2.5.6cvs1
1786
1787         * NEWS
1788         * README
1789         * configure.ac
1790                 Update version number following
1791                 stable release
1792
1793 2006-10-19 [colin]      2.5.5cvs18
1794
1795         * manual/handling.xml
1796                 Add type-ahead search
1797
1798 2006-10-18 [colin]      2.5.5cvs17
1799
1800         * src/gtk/quicksearch.c
1801                 Remove "save to history only if there's
1802                 no syntax error", it breaks for some 
1803                 reason which I'll investigate later.
1804
1805 2006-10-18 [colin]      2.5.5cvs16
1806
1807         * src/prefs_common.c
1808         * src/prefs_common.h
1809         * src/summaryview.c
1810         * src/gtk/quicksearch.c
1811         * src/gtk/quicksearch.h
1812                 Add a type-ahead option for fast searches
1813                 Patch by Fabien Vantard
1814
1815 2006-10-18 [colin]      2.5.5cvs15
1816
1817         * src/compose.c
1818         * src/compose.h
1819                 Add Options/Reply mode/ menu to be able to
1820                 change the recipients of a reply on the fly
1821
1822 2006-10-18 [colin]      2.5.5cvs14
1823
1824         * src/compose.c
1825                 Fix redirecting of our own sent mails
1826
1827 2006-10-17 [wwp]        2.5.5cvs13
1828
1829         * src/send_message.c
1830                 Fix duplicate error messages when sending, and missing
1831                 newline in such error messages.
1832
1833 2006-10-17 [colin]      2.5.5cvs12
1834
1835         * src/compose.c
1836                 Compare addresses case-insensitive
1837
1838 2006-10-17 [colin]      2.5.5cvs11
1839
1840         * src/plugins/pgpcore/sgpgme.c
1841                 Fix return status
1842
1843 2006-10-17 [colin]      2.5.5cvs10
1844
1845         * src/plugins/pgpcore/pgp_viewer.c
1846                 Fix return status
1847
1848 2006-10-17 [colin]      2.5.5cvs9
1849
1850         * src/quote_fmt.c
1851                 Fix a typo (thanks to Fabien)
1852
1853 2006-10-16 [colin]      2.5.5cvs8
1854
1855         * src/textview.c
1856                 Fix problem with quote-folding when emails
1857                 don't convert cleanly to UTF-8
1858
1859 2006-10-14 [colin]      2.5.5cvs7
1860
1861         * src/prefs_template.c
1862                 Reset fields when reopening
1863                 the window
1864
1865 2006-10-13 [paul]       2.5.5cvs6
1866
1867         * manual/advanced.xml
1868         * src/prefs_message.c
1869                 make 'respect_flowed_format' a hidden
1870                 option, and add a manual entry for it
1871                 Thanks to Colin
1872
1873 2006-10-12 [colin]      2.5.5cvs5
1874
1875         * src/codeconv.c
1876                 Revert part of 2.5.2cvs21:
1877                 Don't optimise by reusing the 
1878                 last iconv converter if possible:
1879                 it seems slightly broken in a 
1880                 very hard way to reproduce
1881
1882 2006-10-12 [colin]      2.5.5cvs4
1883
1884         * src/prefs_common.c
1885         * src/prefs_common.h
1886         * src/prefs_message.c
1887         * src/procmime.c
1888                 Fix bug 1035, 'Incorrect handling 
1889                 of flowed lines'. We now optionnaly
1890                 handle this format (preference is in
1891                 Message View/Text options section)
1892
1893 2006-10-12 [colin]      2.5.5cvs3
1894
1895         * po/POTFILES.in
1896                 Add new file
1897         * src/plugins/pgpcore/pgp_viewer.c
1898         * src/plugins/pgpcore/sgpgme.c
1899                 Don't try to import without asking
1900
1901 2006-10-12 [colin]      2.5.5cvs2
1902
1903         * src/compose.c
1904                 Fix bug 1036, 'Forwarding a mutlipart
1905                 mail with a "text/html" block to ms
1906                 outlook users leeds to freeze of
1907                 outlook'. Poor outlook users...
1908
1909 2006-10-12 [paul]       2.5.5cvs1
1910
1911         * NEWS
1912         * README
1913         * configure.ac
1914                 Update version number following
1915                 stable release
1916
1917 2006-10-11 [paul]       2.5.4cvs1
1918
1919         * NEWS
1920         * README
1921         * configure.ac
1922                 Update version number following
1923                 stable release
1924
1925 2006-10-11 [paul]       2.5.3cvs32
1926
1927         * src/textview.c
1928                 fix bug 1032, 'Segmentation fault when showing
1929                 message' (bug in quote folding)
1930                 Thanks to Colin
1931
1932 2006-10-10 [colin]      2.5.3cvs31
1933
1934         * src/quote_fmt.c
1935                 Rephrase english a bit
1936
1937 2006-10-10 [colin]      2.5.3cvs30
1938
1939         * src/prefs_compose_writing.c
1940                 Stop making the page larger than the window
1941
1942 2006-10-10 [wwp]        2.5.3cvs29
1943
1944         * src/compose.c
1945         * src/prefs_template.c
1946         * src/quote_fmt.c
1947         * src/quote_fmt.h
1948         * src/quote_fmt_lex.l
1949         * src/quote_fmt_parse.y
1950                 Extend the quote parser a bit: allow to get access to
1951                 basic (composing) account info.
1952
1953 2006-10-10 [colin]      2.5.3cvs28
1954
1955         * src/procheader.c
1956                 Fix this \t problem in subject
1957
1958 2006-10-09 [colin]      2.5.3cvs27
1959
1960         * src/main.c
1961         * src/prefs_gtk.c
1962                 Prepare cache a bit later
1963                 If section already exists, skip the new one 
1964                 (as previously); avoid writing the same block
1965                 twice - if we find a second block with the 
1966                 same id, skip it.
1967         * src/plugins/pgpcore/pgp_viewer.c
1968                 Set cursor to busy when retrieving a key
1969         * src/plugins/pgpcore/sgpgme.c
1970                 allow 5 seconds for gpg to export the key
1971                 
1972
1973 2006-10-09 [colin]      2.5.3cvs26
1974
1975         * configure.ac
1976         * src/msgcache.c
1977         * src/prefs_gtk.c
1978                 Check for existence of fgets_unlocked
1979                 and fwrite_unlocked
1980
1981 2006-10-09 [paul]       2.5.3cvs25
1982
1983         * src/prefs_summaries.c
1984                 replace strftime() with fast_strftime() and in
1985                 the consequence fix the bug in the display of
1986                 AM/PM in the 'Example' string
1987
1988 2006-10-09 [ticho]      2.5.3cvs24
1989
1990         * po/sk.po
1991                 Updated (and fixed up somewhat) Slovak translation.
1992
1993 2006-10-08 [colin]      2.5.3cvs23
1994
1995         * src/prefs_folder_item.c
1996                 Explain why prefs in the top-level folder
1997                 aren't retained, but are still useful
1998
1999 2006-10-08 [colin]      2.5.3cvs22
2000
2001         * src/prefs_gtk.c
2002                 Don't cache anything if caching fails
2003
2004 2006-10-08 [colin]      2.5.3cvs21
2005
2006         * src/common/utils.c
2007                 always include gi18n.h
2008
2009 2006-10-07 [colin]      2.5.3cvs20
2010
2011         * src/plugins/pgpcore/pgp_viewer.c
2012                 Kill gpg after 5 seconds wait
2013
2014 2006-10-07 [colin]      2.5.3cvs19
2015
2016         * src/plugins/pgpcore/pgp_viewer.c
2017         * src/plugins/pgpcore/pgp_viewer.h
2018                 Fix copyright
2019
2020 2006-10-07 [colin]      2.5.3cvs18
2021
2022         * src/plugins/pgpcore/pgp_viewer.c
2023         * src/plugins/pgpcore/pgp_viewer.h
2024                 Actually add the files to CVS
2025
2026 2006-10-07 [colin]      2.5.3cvs17
2027
2028         * src/plugins/pgpcore/sgpgme.c
2029                 Be sure not to crash on 'application/pgp-signature' that
2030                 are not application/pgp-signatures
2031
2032 2006-10-07 [colin]      2.5.3cvs16
2033
2034         * src/textview.c
2035         * src/textview.h
2036                 Make a bit more of the API available
2037         * src/plugins/pgpcore/Makefile.am
2038         * src/plugins/pgpcore/plugin.c
2039         * src/plugins/pgpcore/sgpgme.c
2040                 Add basic key import/export
2041
2042 2006-10-07 [colin]      2.5.3cvs15
2043
2044         * src/folderview.c
2045         * src/imap.c
2046         * src/prefs_account.c
2047         * src/wizard.c
2048                 Warn users *everywhere* if libetpan's not
2049                 linked in
2050
2051 2006-10-06 [mones]      2.5.3cvs14
2052
2053         * po/de.po
2054         * po/es.po
2055                 updated by Stephan Sachse and me
2056
2057 2006-10-06 [colin]      2.5.3cvs13
2058
2059         * src/main.c
2060         * src/common/sylpheed.c
2061                 Don't load common plugins if --exit is passed
2062         * src/prefs_gtk.c
2063         * src/prefs_gtk.h
2064                 Implement a cache to avoid reading the same
2065                 files over and over again at startup
2066
2067 2006-10-06 [colin]      2.5.3cvs12
2068
2069         * src/summaryview.c
2070         * src/gtk/quicksearch.c
2071                 Update display every 5k mails on fast searches
2072
2073 2006-10-06 [colin]      2.5.3cvs11
2074
2075         * src/textview.c
2076                 Don't do quote folding on HTML or ERTF.
2077                 May fix the Cygwin issues if they were
2078                 happening with HTML mails?
2079
2080 2006-10-05 [colin]      2.5.3cvs10
2081
2082         * src/prefs_gtk.c
2083                 Oops, forgot one
2084
2085 2006-10-05 [colin]      2.5.3cvs9
2086
2087         * src/prefs_gtk.c
2088                 Use unlocked_stdio here too
2089
2090 2006-10-05 [colin]      2.5.3cvs8
2091
2092         * src/folderview.c
2093                 Fix go to next * after preferences apply
2094         * src/msgcache.c
2095                 Do the fd lock/unlock ourselves instead of
2096                 letting the libc do it at each write 
2097
2098 2006-10-05 [colin]      2.5.3cvs7
2099
2100         * src/common/utils.c
2101                 Faster division, thanks to Jean Diraison
2102
2103 2006-10-05 [paul]       2.5.3cvs6
2104
2105         * src/common/utils.c
2106                 fix building with --disable-nls
2107
2108 2006-10-04 [colin]      2.5.3cvs5
2109
2110         * src/folder.c
2111                 Maybe fix a segfault
2112
2113 2006-10-04 [wwp]        2.5.3cvs4
2114
2115         * src/prefs_folder_item.c
2116                 Fine-tune layouts in folder item prefs. Suggested by
2117                 Fabien Vantard <fzzzzz@gmail.com>.
2118
2119 2006-10-04 [wwp]        2.5.3cvs3
2120
2121         * src/prefs_folder_item.c
2122                 Kill the clandestine passengers. You didn't see anything.
2123
2124 2006-10-04 [wwp]        2.5.3cvs2
2125
2126         * src/prefs_folder_item.c
2127                 Add a way to test the subject simplify regexp in
2128                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
2129                 w/ few layout changes.
2130
2131 2006-20-04 [paul]       2.5.3cvs1
2132
2133         * NEWS
2134         * README
2135         * configure.ac
2136                 Update version number following
2137                 stable release
2138
2139 2006-10-04 [colin]      2.5.2cvs42
2140
2141         * src/folder.c
2142         * src/folder.h
2143         * src/summaryview.c
2144                 Provide a way for folder classes to set their sort
2145                 type and key
2146
2147 2006-10-03 [colin]      2.5.2cvs41
2148
2149         * src/mh.c
2150                 Don't use strlen() to know if the
2151                 string's empty
2152
2153 2006-10-03 [colin]      2.5.2cvs40
2154
2155         * src/mh.c
2156                 Fix "check for new folders" with accentued folders
2157
2158 2006-10-03 [ticho]      2.5.2cvs39
2159
2160         * src/filtering.c
2161         * src/folder.c
2162         * src/inc.c
2163         * src/mbox.c
2164                 Colin's fix for "copy" filtering rules.
2165
2166 2006-10-02 [colin]      2.5.2cvs38
2167
2168         * src/folderview.c
2169                 Fix for double-click too
2170
2171 2006-10-02 [colin]      2.5.2cvs37
2172
2173         * src/folderview.c
2174                 correct fix for cvs36
2175
2176 2006-10-02 [colin]      2.5.2cvs36
2177
2178         * src/folderview.c
2179                 Fix 'goto next unread' after collapsing/expanding 
2180                 a node.
2181
2182 2006-10-02 [colin]      2.5.2cvs35
2183
2184         * src/summaryview.c
2185                 Fix double freeze/thaw
2186         * src/common/utils.c
2187         * src/common/utils.h
2188                 Reimplement strftime
2189         * src/procheader.c
2190                 Use it
2191
2192
2193 2006-10-02 [colin]      2.5.2cvs34
2194
2195         * src/mh.c
2196                 Time mh_write_sequences() - it's fast
2197         * src/summaryview.c
2198                 Init a variable to shut up gcc
2199
2200 2006-10-01 [colin]      2.5.2cvs33
2201
2202         * src/folder.c
2203         * src/mh.c
2204         * src/mh.h
2205         * src/msgcache.c
2206                 Add helper mh_set_mtime(), and set mtime to stat()'s result
2207                 Add fsync but disable it, it's slow as hell
2208
2209 2006-10-01 [colin]      2.5.2cvs32
2210
2211         * src/mh.c
2212         * src/msgcache.c
2213                 fflush() caches and mh_sequences before
2214                 fclose()ing
2215
2216 2006-10-01 [colin]      2.5.2cvs31
2217
2218         * src/msgcache.c
2219                 Don't ftruncate when not using mmap
2220
2221 2006-09-30 [colin]      2.5.2cvs30
2222
2223         * src/main.c
2224                 Write folder list *after* saving caches
2225
2226 2006-09-30 [colin]      2.5.2cvs29
2227
2228         * src/folder.c
2229         * src/mh.c
2230                 Debug forced mtime changes
2231
2232 2006-09-30 [colin]      2.5.2cvs28
2233
2234         * src/folder.c
2235         * src/main.c
2236                 Remove useless debug_print()s (code
2237                 well-tested)
2238
2239 2006-09-30 [colin]      2.5.2cvs27
2240
2241         * src/mh.c
2242                 Do stuff faster when writing mh_sequences
2243
2244 2006-09-30 [colin]      2.5.2cvs26
2245
2246         * src/mh.c
2247                 Don't let the writing of .mh_sequences, which
2248                 can change the folder's mtime, let us think
2249                 we need to scan.
2250
2251 2006-09-30 [colin]      2.5.2cvs25
2252
2253         * src/folder.c
2254                 Move a debug_print where it belongs 
2255                 (processing)
2256         * src/summaryview.c
2257                 Don't mess with a huge slow subject
2258                 table if we're not threading by
2259                 subject
2260
2261 2006-09-30 [colin]      2.5.2cvs24
2262
2263         * src/msgcache.c
2264                 Reenable mmaped reads (*not* writes!)
2265         * src/procmsg.c
2266                 Don't destroy and recreate hashtables just
2267                 for fun
2268         * src/common/utils.c
2269                 Remove useless reply prefixes (it's case
2270                 unsensitive)
2271
2272 2006-09-30 [wwp]        2.5.2cvs23
2273
2274         * tools/fix_date.sh
2275                 Fixed a minor bug in date value extraction, added a switch
2276                 to replace non RFC-compliant Date: value, added a switch
2277                 to use strict RFC matching patterns for dates.
2278
2279 2006-09-29 [colin]      2.5.2cvs22
2280
2281         * src/matcher_parser.h
2282         * src/matcher_parser_parse.y
2283         * src/prefs_filtering.c
2284         * src/statusbar.c
2285         * src/summary_search.c
2286         * src/summaryview.c
2287         * src/gtk/quicksearch.c
2288         * src/gtk/quicksearch.h
2289                 Optimise searches by setting different
2290                 refresh intervals (depending if the 
2291                 search is fast or not)
2292
2293 2006-09-29 [colin]      2.5.2cvs21
2294
2295         * src/codeconv.c
2296                 Optimise by reusing the last iconv converter
2297                 if possible
2298         * src/textview.c
2299                 Optimise a bit (the foldable quotes feature
2300                 still has an awful O(n^2) algo
2301
2302 2006-09-29 [colin]      2.5.2cvs20
2303
2304         * src/gtk/gtksctree.c
2305         * src/gtk/gtksctree.h
2306                 Optimise de-selection via up/down or
2307                 another key
2308
2309 2006-09-28 [colin]      2.5.2cvs19
2310
2311         * src/action.c
2312         * src/compose.c
2313         * src/folderview.c
2314         * src/mainwindow.c
2315         * src/messageview.c
2316         * src/summary_search.c
2317         * src/toolbar.c
2318                 Avoid using summaryview->ctree directly
2319
2320 2006-09-28 [colin]      2.5.2cvs18
2321
2322         * src/summaryview.c
2323         * src/summaryview.h
2324                 Add helpers to freeze/thaw/grab_focus
2325                 Factorize calls to freeze/thaw/grab_focus
2326                 
2327
2328 2006-09-28 [colin]      2.5.2cvs17
2329
2330         * src/main.c
2331                 More guards for the session management
2332
2333 2006-09-28 [colin]      2.5.2cvs16
2334
2335         * src/folderview.c
2336         * src/gtk/gtksctree.c
2337         * src/gtk/gtksctree.h
2338                 Make expanding not recursive in folderview
2339
2340 2006-09-28 [colin]      2.5.2cvs15
2341
2342         * src/addressbook.c
2343                 If nothing is selected in the list (right part)
2344                 and a group is selected in the tree (left part),
2345                 mail this group.
2346
2347 2006-09-28 [colin]      2.5.2cvs14
2348
2349         * src/Makefile.am
2350                 Actually use SM_LIBS
2351
2352 2006-09-28 [ticho]      2.5.2cvs13
2353
2354         * src/export.c
2355         * src/messageview.c
2356         * src/mimeview.c
2357         * src/news.c
2358         * src/pop.c
2359         * src/prefs_themes.c
2360         * src/procmsg.c
2361                 Small i18n string optimization.
2362         * src/send_message.c
2363         * src/summaryview.c
2364         * src/common/session.c
2365         * src/common/smtp.c
2366         * src/common/ssl_certificate.c
2367         * src/common/utils.c
2368                 Use "Couldn't" instead of "Can't" in UI messages,
2369                 where appropriate.
2370
2371 2006-09-28 [colin]      2.5.2cvs12
2372
2373         * configure.ac
2374                 Possibly fix link errors
2375
2376 2006-09-27 [wwp]        2.5.2cvs11
2377
2378         * src/gtk/authors.h
2379         * doc/man/sylpheed-claws.1
2380         * manual/ack.xml
2381         * manual/es/ack.xml
2382         * manual/fr/ack.xml
2383         * manual/pl/ack.xml
2384                 Updated authors info (me, myself and I).
2385
2386 2006-09-27 [colin]      2.5.2cvs10
2387
2388         * src/addressbook.c
2389                 Remove useless printf
2390
2391 2006-09-27 [wwp]        2.5.2cvs9
2392
2393         * src/editgroup.c
2394         * src/send_message.c
2395         * src/inc.c
2396         * src/prefs_common.c
2397         * src/prefs_common.h
2398         * src/gtk/progressdialog.c
2399                 remember more windows' sizes (send dialog, received dialog,
2400                 edit group in addressbook).
2401
2402 2006-09-27 [colin]      2.5.2cvs8
2403
2404         * configure.ac
2405         * src/main.c
2406         * src/mainwindow.h
2407                 Use libSM to communicate with the session
2408                 manager, so that we can know when the 
2409                 session ends, save our caches, and draft
2410                 our compose windows.
2411
2412 2006-09-27 [colin]      2.5.2cvs7
2413
2414         * src/addressbook.c
2415                 Fix issues:
2416                 o Allow Book and Group creation from the tree's
2417                   contextual menu
2418                 o Do not actually delete the contacts when 
2419                   deleting groups from the tree (duh!)
2420
2421 2006-09-27 [colin]      2.5.2cvs6
2422
2423         * src/compose.c
2424         * src/compose.h
2425         * src/mainwindow.c
2426         * src/textview.c
2427         * src/toolbar.c
2428                 o Allow passing an email address to 
2429                   compose_new_with_folderitem
2430                 o Update callers
2431                 o Use current folderitem when clicking
2432                   on a TextView mailto: link
2433                 o Fix a possible leak in TextView
2434
2435 2006-09-27 [colin]      2.5.2cvs5
2436
2437         * src/html.c
2438                 Use UTF-8 chars to replace HTML entities
2439
2440 2006-09-27 [colin]      2.5.2cvs4
2441
2442         * AUTHORS
2443         * src/prefs_account.c
2444         * src/gtk/authors.h
2445                 Fix bug #1024 (Array index out of
2446                 range in sylpheed-claws-2.5.2)
2447                 Patch by Ales Nosek <anosek@suse.cz>
2448
2449 2006-09-27 [colin]      2.5.2cvs3
2450
2451         * src/addr_compl.c
2452                 Actually do the test
2453
2454 2006-09-27 [colin]      2.5.2cvs2
2455
2456         * src/addr_compl.c
2457         * src/addr_compl.h
2458                 Allow completing with comma (in certain cases: vCalendar
2459                 for example doesn't support that)
2460                 Patch by Fabien Vantard
2461
2462 2006-09-26 [colin]      2.5.2cvs1
2463
2464         * src/Makefile.am
2465         * src/addr_compl.c
2466         * src/addr_compl.h
2467         * src/addrbook.c
2468         * src/addrbook.h
2469         * src/addressbook.c
2470         * src/addrindex.c
2471         * src/addrindex.h
2472         * src/compose.c
2473         * src/prefs_common.c
2474         * src/prefs_filtering_action.c
2475         * src/prefs_folder_item.c
2476         * src/prefs_template.c
2477         * src/stock_pixmap.c
2478         * src/stock_pixmap.h
2479         * src/pixmaps/addr_one.xpm
2480         * src/pixmaps/addr_two.xpm
2481                 Add auto-completion on groups
2482
2483 2006-09-26 [colin]      2.5.2
2484
2485         * NEWS
2486         * README
2487         * RELEASE_NOTES
2488                 2.5.2 released
2489
2490 2006-09-26 [colin]      2.5.1cvs5
2491
2492         * src/matcher.c
2493                 Fix condition
2494
2495 2006-09-26 [colin]      2.5.1cvs4
2496
2497         * src/mbox.c
2498                 Revert cvs1 (useless as the message is printed 
2499                 every 500 mails)
2500
2501 2006-09-26 [colin]      2.5.1cvs3
2502
2503         * src/partial_download.c
2504                 Fix crasher found by Alexsandar Urosevic
2505
2506 2006-09-26 [colin]      2.5.1cvs2
2507
2508         * src/summaryview.c
2509                 Fix bug #1023 (Sylpheed deletes too much messages)
2510
2511 2006-09-26 [ticho]      2.5.1cvs1
2512
2513         * src/mbox.c
2514                 Make use of gettext's multiple plurals for statusbar
2515                 progress message.
2516
2517 2006-09-25 [paul]       2.5.1
2518
2519         * NEWS
2520         * README
2521         * RELEASE_NOTES
2522                 2.5.1 released
2523
2524 2006-09-25 [colin]      2.5.0cvs3
2525
2526         * src/plugins/bogofilter/bogofilter.c
2527         * src/plugins/clamav/clamav_plugin.c
2528         * src/plugins/spamassassin/spamassassin.c
2529                 BogoFilter, Spamassassin: Fix double hook registering after
2530                 visiting preferences
2531                 Spamassassin, Clamav: Just set the mails to move instead of
2532                 doing the move - caller will move the things at once.
2533
2534 2006-09-25 [colin]      2.5.0cvs2
2535
2536         * src/imap.c
2537         * src/etpan/imap-thread.c
2538                 Use UID SEARCH ALL instead of UID 1:*
2539                 (braindead servers can't figure out that's
2540                 the same...)
2541
2542 2006-09-25 [wwp]        2.5.0cvs1
2543
2544         * src/message_search.c
2545                 Added the ability to stop a running search (in message body).
2546
2547 2006-09-25 [paul]       2.5.0
2548
2549         * NEWS
2550         * README
2551         * RELEASE_NOTES
2552                 2.5.0 released
2553
2554 2006-09-25 [paul]       2.4.0cvs214
2555
2556         * po/cs.po
2557         * po/de.po
2558         * po/fi.po
2559         * po/fr.po
2560         * po/nl.po
2561         * po/pt_BR.po
2562         * po/sk.po
2563         * po/sr.po
2564         * po/zh_CN.po
2565                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2566                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2567                 Ticho, Aleksander Urosevic, Ralgh Young
2568
2569 2006-09-24 [mones]      2.4.0cvs213
2570
2571         * po/es.po
2572                 Updated for release
2573
2574 2006-09-23 [colin]      2.4.0cvs212
2575
2576         * src/gtk/inputdialog.c
2577                 Fix [ ] remember this appearing in normal
2578                 input dialogs after it's been used by
2579                 mimeview.
2580         * src/folder.c
2581         * src/folderview.c
2582         * src/msgcache.c
2583         * src/procmsg.c
2584         * src/summaryview.c
2585         * src/textview.c
2586         * src/common/timing.h
2587                 Enable timings in debug mode and make it
2588                 look prettier.
2589
2590 2006-09-22 [colin]      2.4.0cvs211
2591
2592         * README
2593                 Revert test change
2594         * commitHelper
2595                 ping the correct URI
2596
2597 2006-09-22 [colin]      2.4.0cvs210
2598
2599         * README
2600                 Let's see if bug #1022 is fixed
2601
2602 2006-09-21 [colin]      2.4.0cvs209
2603
2604         * src/wizard.c
2605         * src/common/plugin.c
2606                 Prepare infra to load predefined plugins when
2607                 no configuration existed. Don't actually load
2608                 anything yet (feat. freeze)
2609
2610 2006-09-21 [wwp]        2.4.0cvs208
2611
2612         * manual/fr/faq.xml
2613                 Partial sync w/ 2.4.0cvs72:
2614                 wrap file and minor updates.
2615
2616 2006-09-21 [wwp]        2.4.0cvs207
2617
2618         * tools/fix_date.sh
2619                 several fixes and enhancements. A new --force switch has been
2620                 added to prevent overriding by default Date: header when
2621                 already existing.
2622
2623 2006-09-21 [paul]       2.4.0cvs206
2624
2625         * src/common/utils.c
2626                 add Chinese UTF8 Re prefix
2627
2628 2006-09-21 [wwp]        2.4.0cvs205
2629
2630         * tools/Makefile.am
2631                 Fics alfabettical order.
2632
2633 2006-09-21 [wwp]        2.4.0cvs204
2634
2635         * tools/fix_date.sh
2636         * tools/Makefile.am
2637                 Added an action tool to fix missing Date field in emails.
2638                 Updated Makefile.am to reflect those last two additions.
2639
2640 2006-09-21 [wwp]        2.4.0cvs203
2641
2642         * tools/uuooffice
2643                 Added a action tool to open uuencoded docs w/
2644                 OpenOffice (based on uudec method).
2645
2646 2006-09-21 [colin]      2.4.0cvs202
2647
2648         * src/compose.c
2649         * src/textview.c
2650                 Workaround possible GTK crash: remove selection 
2651                 clipboard before destroying widget, or GTK+-2.10
2652                 dies. Thanks to Hiro.
2653
2654 2006-09-20 [colin]      2.4.0cvs201
2655
2656         * src/compose.c
2657                 Fix free-after-use in some cases (when 
2658                 procmime_encode_content() frees mimeinfo->data.mem
2659                 and turns it to a temp file)
2660
2661 2006-09-20 [colin]      2.4.0cvs200
2662
2663         * src/folderview.c
2664         * src/summaryview.c
2665         * src/gtk/gtksctree.c
2666         * src/gtk/gtksctree.h
2667                 Add tooltips in the folderview and summaryview
2668                 (Doesn't break string freeze as they already
2669                 exist)
2670         * src/toolbar.c
2671                 Put the spam button in the default configuration
2672                 if compiled with bogo plugin too
2673
2674 2006-09-19 [colin]      2.4.0cvs199
2675
2676         * src/summaryview.c
2677         * src/summaryview.h
2678                 Update folder name label on folder rename
2679         * src/prefs_matcher.c
2680         * src/gtk/logwindow.h
2681                 Fix warnings
2682                 Patches by Fabien
2683
2684 2006-09-19 [wwp]        2.4.0cvs198
2685
2686         * src/summary_search.c
2687                 fix can't click forward/backward buttons in the
2688                 search messages.
2689
2690 2006-09-18 [paul]       2.4.0cvs197
2691
2692         * src/wizard.c
2693                 add missing bracket, capitalise the A of
2694                 'SpamAssassin'
2695
2696 2006-09-18 [paul]       2.4.0cvs196
2697
2698         * src/compose.c
2699                 fix bug 1012 'crashed upon sending mail
2700                 from compose window'
2701                 Thanks to Colin
2702
2703 2006-09-16 [colin]      2.4.0cvs195
2704
2705         * src/folderview.c
2706                 Fix "real-time" sorting by freezing/thawing
2707
2708 2006-09-16 [colin]      2.4.0cvs194
2709
2710         * manual/faq.xml
2711                 Fix the anti-spam entry a bit
2712
2713 2006-09-16 [colin]      2.4.0cvs193
2714
2715         * src/wizard.c
2716                 Make sure reviewers have no excuse when stating
2717                 Sylpheed-Claws doesn't have antispam capabilities.
2718
2719 2006-09-16 [colin]      2.4.0cvs192
2720
2721         * src/main.c
2722                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2723                 as if the SIGPIPE comes from etpan's thread we could
2724                 trigger a GUI update from this thread.
2725
2726 2006-09-16 [colin]      2.4.0cvs191
2727
2728         * src/summaryview.c
2729                 Init all members of the struct
2730
2731 2006-09-16 [paul]       2.4.0cvs190
2732
2733         * src/account.c
2734                 improvements to the English
2735
2736 2006-09-15 [colin]      2.4.0cvs189
2737
2738         * src/summaryview.c
2739                 HIG order on dialog
2740
2741 2006-09-14 [colin]      2.4.0cvs188
2742
2743         * src/common/socket.c
2744         * src/common/socket.h
2745         * src/common/ssl.c
2746         * src/common/ssl_certificate.c
2747         * src/common/ssl_certificate.h
2748         * src/etpan/imap-thread.c
2749                 the get_fqdn() call done to get canonical name when
2750                 checking an SSL certificate is blocking, which is
2751                 sad as we just did a non-blocking lookup to connect.
2752                 Fix that by letting the fqdn available to the SockInfo,
2753                 and use that in ssl_certificate_check(). For IMAP,
2754                 we don't do it as the lookup's done by libetpan, but
2755                 it's less annoying as IMAP connections as much more
2756                 rare than POP3 connections.
2757
2758 2006-09-14 [paul]       2.4.0cvs187
2759
2760         * manual/advanced.xml
2761                 improvements to the English,
2762                 properly place the new hidden options
2763                 within the alphabetical order
2764         * src/gtk/pluginwindow.c
2765                 improvements to the English
2766
2767 2006-09-14 [colin]      2.4.0cvs186
2768
2769         * src/prefs_common.c
2770         * src/prefs_common.h
2771         * src/gtk/gtksctree.c
2772         * manual/advanced.xml
2773                 New hidden pref, stripes_color_offset, to change
2774                 the value added/substracted to normal bgcolor to
2775                 create the stripes in summaries
2776
2777 2006-09-13 [colin]      2.4.0cvs185
2778
2779         * src/gedit-print.c
2780         * src/messageview.c
2781         * src/messageview.h
2782         * src/summaryview.c
2783         * src/textview.c
2784                 Fix misc. printing issues: 
2785                 - Bad font for linkified headers
2786                 - Different font if the mail was displayed or not
2787                 - Factorize the thing
2788
2789 2006-09-13 [colin]      2.4.0cvs184
2790
2791         * src/common/ssl_certificate.c
2792                 Only get FQDN once when checking certificate
2793
2794 2006-09-13 [colin]      2.4.0cvs183
2795
2796         * src/account.c
2797         * src/gtk/pluginwindow.c
2798                 Misc. GUI fixes by Fabien
2799
2800 2006-09-13 [wwp]        2.4.0cvs182
2801
2802         * configure.ac
2803         * src/common/utils.h
2804         * src/common/utils.c
2805                 get rid of unused wide-char functions.
2806
2807 2006-09-13 [wwp]        2.4.0cvs181
2808
2809         * src/plugins/pgpinline/sylpheed.def
2810         * src/textview.c
2811                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2812                 add privacy_reset_error to the .def file,
2813                 do not fork for an external textviewer.
2814
2815 2006-09-13 [wwp]        2.4.0cvs180
2816
2817         * src/prefs_common.c
2818                 fix broken font entry in prefs (patch issued by the gpg4win team,
2819                 probably by Marcus Brinkmann <marcus@g10code.de>).
2820
2821 2006-09-13 [colin]      2.4.0cvs179
2822
2823         * src/folder.h
2824                 Fix a warning in summaryview.c
2825         * src/mainwindow.c
2826         * src/summaryview.c
2827         * src/summaryview.h
2828                 Add missing Mark/* elements in the
2829                 main menu
2830
2831 2006-09-12 [colin]      2.4.0cvs178
2832
2833         * src/prefs_actions.c
2834         * src/prefs_filtering_action.c
2835         * src/prefs_matcher.c
2836                 Use (New) instead of New everywhere
2837
2838 2006-09-12 [wwp]        2.4.0cvs177
2839
2840         * manual/fr/addrbook.xml
2841         * manual/fr/handling.xml
2842                 updated some quotes in the fr manual to match the fr translation.
2843
2844 2006-09-12 [wwp]        2.4.0cvs176
2845
2846         * src/prefs_matcher.c
2847                 don't store translated string elements in matcher expressions.
2848                 Also fixed a misused of Q_().
2849
2850 2006-09-11 [wwp]        2.4.0cvs175
2851
2852         * src/plugins//bogofilter/bogofilter.c
2853         * src/plugins//clamav/clamav_plugin.c
2854         * src/plugins//demo/demo.c
2855         * src/plugins//dillo_viewer/dillo_viewer.c
2856         * src/plugins//pgpcore/plugin.c
2857         * src/plugins//pgpinline/plugin.c
2858         * src/plugins//pgpmime/plugin.c
2859         * src/plugins//spamassassin/spamassassin.c
2860                 gettext-ize more strings (mostly plugin error messages).
2861
2862 2006-09-11 [colin]      2.4.0cvs174
2863
2864         * src/alertpanel.c
2865                 Make maximum buffer size bigger to avoid
2866                 truncating translated messages. Patch by
2867                 Fabien
2868
2869 2006-09-11 [colin]      2.4.0cvs173
2870
2871         * src/etpan/imap-thread.c
2872                 Fix compilation on OpenBSD, thanks to 
2873                 Landry
2874
2875 2006-09-10 [wwp]        2.4.0cvs172
2876
2877         * manual/account.xml
2878         * manual/addrbook.xml
2879         * manual/handling.xml
2880         * manual/es/handling.xml
2881         * manual/fr/account.xml
2882         * manual/fr/addrbook.xml
2883         * manual/fr/handling.xml
2884                 documented addressbook matching (condition configuration):
2885                   addrbook.xml, en fr
2886                 documented per-account filtering rules (handling/filtering
2887                   section, account section):
2888                   account.xml, handling.xml, en fr
2889                 slightly updated the handling/searching section to tell few
2890                   words about the extended search ability:
2891                   handling.xml, en fr
2892                 added missing <quote></quotes> to Quick Search:
2893                   handling.xml, en fr es
2894                 fixed a typo (auomatically):
2895                   handling.xml, en
2896                 changes revisited by Paul.
2897
2898 2006-09-10 [paul]       2.4.0cvs171
2899
2900         * src/prefs_actions.c
2901         * src/prefs_filtering.c
2902         * src/prefs_template.c
2903                 adjustments to the gui
2904                 Patch by Fabien Vantard (slightly modified)
2905
2906 2006-09-10 [colin]      2.4.0cvs170
2907
2908         * src/summaryview.c
2909                 Check folderitem/summaryview consistency
2910                 (basically automates Update summary). Fixes
2911                 #1011 (wrong (negative) count on unread 
2912                 messages)
2913
2914 2006-09-10 [colin]      2.4.0cvs169
2915
2916         * src/gtk/gtksctree.c
2917                 Fix recursive expansion via mouse
2918         * src/plugins/bogofilter/bogofilter.c
2919                 Use normal filtering way of moving
2920                 messages (batching), possibly fixing
2921                 bug #1015 (Bogofilter plugin doubles 
2922                 new messages)
2923
2924 2006-09-09 [wwp]        2.4.0cvs168
2925
2926         * src/prefs_filtering.c
2927                 better place for this fix.
2928
2929 2006-09-09 [wwp]        2.4.0cvs167
2930
2931         * src/prefs_filtering.c
2932                 fix a minor bug when the enabled status of a filtering/processing
2933                 rule always got set to TRUE when replacing this rule. That still
2934                 make sense when adding a new rule, but now when replacing, we
2935                 don't override the value of 'enabled'.
2936                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2937                 to prefs_filtering_list_view_get_info() as this function not only
2938                 returns the name, but also the account_id and the enabled status.
2939
2940 2006-09-09 [mones]      2.4.0cvs166
2941
2942         * manual/glossary.xml
2943         * manual/plugins.xml
2944                 Minor format corrections
2945         * manual/gpl.xml
2946                 Fix misplaced NO WARRANTY section
2947         * manual/es/advanced.xml
2948         * manual/es/faq.xml
2949         * manual/es/glossary.xml
2950         * manual/es/gpl.xml
2951         * manual/es/handling.xml
2952         * manual/es/plugins.xml
2953         * manual/es/starting.xml
2954                 Incorporate changes from English version
2955         * manual/fr/ack.xml
2956         * manual/pl/ack.xml
2957         * manual/es/ack.xml
2958                 Fix address, (add translation credits in es version)
2959         * po/es.po
2960                 Updated translation
2961
2962 2006-09-09 [wwp]        2.4.0cvs165
2963
2964         * src/prefs_filtering.c
2965                 fix a crash when opening filtering prefs, if matcherrc file contains
2966                 broken data (non-existing account id, which is theoretically not
2967                 possible).
2968
2969 2006-09-08 [colin]      2.4.0cvs164
2970
2971         * src/folder.c
2972                 Wrong assert, make it an if()
2973         * src/gtk/gtksctree.c
2974                 Fix bug #1013 (expand selected thread 
2975                 tree) - expanding is now recursive
2976
2977 2006-09-07 [wwp]        2.4.0cvs163
2978
2979         * src/prefs_matcher.c
2980                 make better sentences about addressbook matching in the
2981                 matcher prefs. This should make translators' work easier
2982                 too.
2983
2984 2006-09-07 [wwp]        2.4.0cvs162
2985
2986         * src/prefs_filtering.c
2987                 code simplification (get rid of dup var. assignment).
2988
2989 2006-09-07 [wwp]        2.4.0cvs161
2990
2991         * src/summaryview.c
2992                 use GTK_STOCK icons when possible, patch by Fabien Vantard
2993                 <fzzzzz@gmail.com>.
2994
2995 2006-09-07 [paul]       2.4.0cvs160
2996
2997         * src/mimeview.c
2998                 fix compilation warnings
2999                 Thanks to Colin
3000
3001 2006-09-07 [paul]       2.4.0cvs159
3002
3003         * src/mimeview.c
3004                 select the mimepart icon when
3005                 displaying as text
3006                 Thanks to Colin
3007
3008 2006-09-06 [paul]       2.4.0cvs158
3009
3010         * src/prefs_filtering.c
3011                 fix labels and table element spacing
3012                 Patch by Fabien Vantard
3013
3014 2006-09-06 [paul]
3015
3016         2.5.0-rc3 released
3017
3018 2006-09-06 [paul]       2.4.0cvs157
3019
3020         * manual/es/advanced.xml
3021                 fix typo
3022
3023 2006-09-06 [wwp]        2.4.0cvs156
3024
3025         * src/mainwindow.c
3026                 fix an dup launch issue when iconified, thanks to Colin.
3027
3028 2006-09-06 [wwp]        2.4.0cvs155
3029
3030         * src/gtk//gtksctree.h
3031                 oops, forgot that one!
3032
3033 2006-09-06 [wwp]        2.4.0cvs154
3034
3035         * manual/pl/advanced.xml
3036         * manual/advanced.xml
3037         * manual/es/advanced.xml
3038         * manual/fr/advanced.xml
3039         * src/prefs_customheader.c
3040         * src/prefs_filtering_action.c
3041         * src/foldersel.c
3042         * src/prefs_summaries.c
3043         * src/prefs_filtering.c
3044         * src/account.c
3045         * src/compose.c
3046         * src/prefs_summary_column.c
3047         * src/addr_compl.c
3048         * src/prefs_actions.c
3049         * src/prefs_folder_column.c
3050         * src/ssl_manager.c
3051         * src/prefs_template.c
3052         * src/prefs_display_header.c
3053         * src/prefs_common.h
3054         * src/prefs_matcher.c
3055         * src/prefs_common.c
3056         * src/prefs_toolbar.c
3057         * src/summaryview.c
3058         * src/folderview.c
3059         * src/gtk/gtksctree.c
3060         * src/gtk/pluginwindow.c
3061         * src/gtk/progressdialog.c
3062         * src/gtk/prefswindow.c
3063                 renamed hidden option enable_rules_hint to use_stripes_everywhere
3064                 to make its meaning more obvious (all versions of the manual reflect
3065                 the change).
3066                 added an extra hidden option use_stripes_in_summary to allow
3067                 discarding these stripes in mainwindow's folder and message lists;
3068                 en and fr manuals only are OK towards this.
3069
3070 2006-09-06 [colin]      2.4.0cvs153
3071
3072         * src/textview.c
3073                 Hide Sylpheed-Claws' internal queue headers
3074                 when showing all headers. They'll be present
3075                 only in Source window.
3076
3077 2006-09-05 [colin]      2.4.0cvs152
3078
3079         * src/plugins/trayicon/trayicon.c
3080                 Fix crash at exit - we have to disconnect
3081                 our handlers
3082         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3083                 Update eggtrayicon - patch adapted from a
3084                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
3085                 on Sylpheed's ML
3086
3087 2006-09-05 [colin]      2.4.0cvs151
3088
3089         * src/mainwindow.c
3090         * src/gtk/logwindow.c
3091                 Fix race condition when something writes
3092                 to the log too soon during init. Thanks
3093                 to Fabien Vantard
3094
3095 2006-09-05 [colin]      2.4.0cvs150
3096
3097         * src/mimeview.c
3098                 Don't select part on right-click either
3099
3100 2006-09-05 [paul]       2.4.0cvs149
3101
3102         * src/mimeview.c
3103                 completion of previous commit
3104                 Thanks to Colin
3105
3106 2006-09-05 [colin]      2.4.0cvs148
3107
3108         * src/mimeview.c
3109                 Don't force selection on middle-click, just open
3110
3111 2006-09-04 [colin]      2.4.0cvs147
3112
3113         * src/mimeview.c
3114                 Looks like gtk_notebook_set_current_page()
3115                 sometimes steals focus, and this annoys us
3116                 in MimeViewers as it renders navigation
3117                 keys useless. Take back focus after switching
3118                 pages.
3119
3120 2006-09-04 [colin]      2.4.0cvs146
3121
3122         * src/messageview.c
3123                 Set stop_loading when clicking on Next
3124                 during load. Don't add a callback to 
3125                 avoid over-complicating things.
3126
3127 2006-09-04 [colin]      2.4.0cvs145
3128
3129         * src/mimeview.c
3130         * src/messageview.c
3131                 Fix multiple loads in separate messageview
3132
3133 2006-09-04 [colin]      2.4.0cvs144
3134
3135         * src/summaryview.c
3136                 Let navigation keys be handled during 
3137                 load
3138
3139 2006-09-04 [colin]      2.4.0cvs143
3140
3141         * src/messageview.c
3142         * src/summaryview.c
3143         * src/textview.c
3144         * src/textview.h
3145                 Make loading of huge mails (lots of text and/or
3146                 images) cancellable, so the GUI doesn't block 
3147
3148 2006-09-04 [colin]      2.4.0cvs142
3149
3150         * src/plugins/trayicon/trayicon.c
3151                 Fix annoyance when removing a folder with 
3152                 unread mails: trayicon didn't update
3153
3154 2006-09-04 [paul]       2.4.0cvs141
3155
3156         * src/gtk/icon_legend.c
3157                 straighten up columns
3158                 Patch by Fabien Vantard
3159
3160 2006-09-04 [wwp]        2.4.0cvs140
3161
3162         * src/prefs_filtering.c
3163                 fix new line's account name in filtering prefs:
3164                 was "All", is now "(New)".
3165
3166 2006-09-04 [paul]       2.4.0cvs139
3167
3168         * tools/make.themes.project
3169                 use "AUTOMAKE_OPTIONS = dist-bzip2"
3170                 instead of homebrewed "make release"
3171
3172 2006-09-03 [colin]      2.4.0cvs138
3173
3174         * src/folderview.c
3175                 Fix bug #1007 (Wrong folder highlighted)
3176
3177 2006-09-03 [colin]      2.4.0cvs137
3178
3179         * src/compose.c
3180                 Don't set Newsgroup: header to a mail folder
3181                 path
3182
3183 2006-09-03 [paul]       2.4.0cvs136
3184
3185         * src/prefs_other.c
3186         * src/prefs_spelling.c
3187                 unify the gui
3188
3189 2006-09-03 [paul]       2.4.0cvs135
3190
3191         * src/prefs_summaries.c
3192                 correct menu item text in prefs_keybind_apply_clicked()
3193
3194 2006-09-03 [paul]       2.4.0cvs134
3195
3196         * manual/advanced.xml
3197                 some improvements to the descriptions
3198         * src/mainwindow.c
3199         * src/messageview.c
3200         * src/summaryview.c
3201         * src/gtk/menu.c
3202                 fix menu sensitivity issues
3203         * src/prefs_message.c
3204                 drop the useless word 'short'
3205         * src/prefs_other.c
3206                 add the word 'lines' indicating log length
3207                 is a measure of lines
3208         * src/textview.c
3209                 fix compilation warnings
3210
3211 2006-09-02 [colin]      2.4.0cvs133
3212
3213         * src/messageview.c
3214                 Display a special return-receipt message
3215                 if the message is from the user
3216         * src/summaryview.c
3217                 Fix missing freeze of the list when marking
3218                 all read and unthreading for exec. Thanks
3219                 to Stephan Sachse.
3220
3221 2006-09-02 [paul]       2.4.0cvs132
3222
3223         * src/mainwindow.c
3224         * src/prefs_message.c
3225         * src/summaryview.c
3226                 fix some english
3227
3228 2006-09-02 [wwp]        2.4.0cvs131
3229
3230         * src/prefs_filtering.c
3231                 added an account name column to the filtering rules
3232                 dialog.
3233
3234 2006-09-02 [colin]      2.4.0cvs130
3235
3236         * src/gtk/logwindow.c
3237         * src/gtk/logwindow.h
3238                 Block scrolling if we're not at the end
3239                 of the log
3240
3241 2006-09-02 [colin]      2.4.0cvs129
3242
3243         * src/folder.c
3244                 Make sure account-specific rules can't
3245                 be used in {pre-,post-,}processing
3246         * src/mainwindow.c
3247         * src/gtk/logwindow.c
3248         * src/gtk/logwindow.h
3249                 Jump to last error when clicking on the
3250                 warning icon
3251
3252 2006-09-02 [colin]      2.4.0cvs128
3253
3254         * src/imap.c
3255         * src/import.c
3256         * src/mainwindow.c
3257         * src/mainwindow.h
3258                 Fix warning icon
3259         * src/inc.c
3260         * src/mbox.c
3261         * src/mbox.h
3262                 Let proc_mbox know its account, for
3263                 account-specific rules
3264
3265 2006-09-01 [colin]      2.4.0cvs127
3266
3267         * src/codeconv.c
3268                 Don't uselessly use iconv to convert from
3269                 us-ascii
3270         * src/alertpanel.c
3271         * src/mainwindow.c
3272         * src/mainwindow.h
3273         * src/inc.c
3274                 Fix certain log cases, disable warning icon
3275                 for now, the correct way to display it when
3276                 necessary and only when necessary is probably
3277                 to do it manually rather than use error logs
3278         * src/etpan/imap-thread.c
3279                 Clean up UID logging a bit
3280         * src/gtk/logwindow.c
3281         * src/gtk/logwindow.h
3282                 Make logging faster when the window's closed
3283
3284 2006-09-01 [wwp]        2.4.0cvs126
3285
3286         * manual/fr/account.xml
3287                 reflect changes to the ref. manual (parts of cvs72):
3288                 fix tabnames and quotes.
3289
3290 2006-09-01 [wwp]        2.4.0cvs125
3291
3292         * manual/fr/plugins.xml
3293                 reflect changes to the reference manual (cvs42):
3294                 update IRC channel info.
3295
3296 2006-09-01 [wwp]        2.4.0cvs124
3297
3298         * commitHelper
3299                 use CVSEDITOR env. var. if set, according to `man cvs`.
3300
3301 2006-09-01 [wwp]        2.4.0cvs123
3302
3303         * manual/advanced.xml
3304                 better sentence again (thanks to Paul).
3305
3306 2006-09-01 [wwp]        2.4.0cvs122
3307
3308         * manual/advanced.xml
3309         fix definition of toolbar_detachable and rework a bit the one of
3310         enable_dotted_lines.
3311
3312 2006-09-01 [mones]      2.4.0cvs121
3313
3314         * manual/advanced.xml
3315                 Document enable_dotted_lines
3316
3317 2006-09-01 [paul]       2.4.0cvs120
3318
3319         * src/folderview.c
3320         * src/folderview.h
3321         * src/imap.c
3322         * src/mainwindow.c
3323         * src/summaryview.c
3324                 obey the 'When entering folder...' option
3325                 when using the /View/Go to/... menu items
3326                 Thanks to Colin
3327
3328 2006-08-31 [colin]      2.4.0cvs119
3329
3330         * src/folderview.c
3331                 Revert 2.4.0cvs116, wrong fix.
3332
3333 2006-08-31 [colin]      2.4.0cvs118
3334
3335         * src/gtk/gtksctree.c
3336                 Better state the various copyrights
3337
3338 2006-08-31 [colin]      2.4.0cvs117
3339
3340         * src/prefs_common.c
3341                 fix enable_dotted_lines
3342
3343 2006-08-31 [colin]      2.4.0cvs116
3344
3345         * src/folderview.c
3346                 Use pref "Always open on select" when going
3347                 to next unread folder
3348         * src/gtk/gtksctree.c
3349                 Fix link failure to _gtk_clist_create_cell_layout
3350                 on certain computers. (Why not mine, I wonder)
3351
3352 2006-08-31 [colin]      2.4.0cvs115
3353
3354         * src/procmsg.c
3355         * src/textview.c
3356         * src/plugins/bogofilter/bogofilter.c
3357         * src/plugins/spamassassin/spamassassin.c
3358                 Requalify some "errors" to warnings
3359         * src/mainwindow.c
3360         * src/mainwindow.h
3361         * src/statusbar.c
3362                 Add an icon in the statusbar to notify
3363                 of errors
3364         * src/gtk/gtksctree.c
3365         * src/folderview.c
3366         * src/summaryview.c
3367                 Make the GtkSCTree look more modern by
3368                 alternating background lines
3369         * src/prefs_common.c
3370         * src/prefs_common.h
3371                 Add a pref to let people have the old
3372                 way if they prefer
3373
3374
3375 2006-08-30 [colin]      2.4.0cvs114
3376
3377         * src/procmsg.c
3378         * src/procmsg.h
3379                 Provide a way to filter a list of
3380                 messages in an optimised manner, and
3381                 add a list-filtering hook
3382         * src/folder.c
3383         * src/inc.c
3384         * src/mbox.c
3385                 Use the list filtering
3386         * src/plugins/bogofilter/bogofilter.c
3387                 Use the list-filtering hook
3388                 Use -b (bulk) mode for more speed
3389                 when learning and filtering
3390         * src/etpan/imap-thread.c
3391                 Make log output shorter in UID SEARCH
3392
3393
3394 2006-08-30 [colin]      2.4.0cvs113
3395
3396         * src/plugins/bogofilter/bogofilter.c
3397                 Really fast mass learning - thanks to David
3398                 Relson for the options explanations :)
3399
3400 2006-08-30 [colin]      2.4.0cvs112
3401
3402         * src/msgcache.c
3403                 Fix compilation on FreeBSD. Thanks
3404                 to Michael Hugues
3405
3406 2006-08-29 [colin]      2.4.0cvs111
3407
3408         * src/folderview.c
3409                 Handle "popup_menu" signal (for popping the 
3410                 menu via the keyboard)
3411         * src/mimeview.c
3412         * src/mimeview.h
3413         * src/summaryview.c
3414         * src/textview.c
3415         * src/gtk/gtkutils.c
3416         * src/gtk/gtkutils.h
3417                 Factorize scrolling code, and add an API 
3418                 for MimeViewers to handle scroll orders
3419
3420 2006-08-29 [wwp]        2.4.0cvs110
3421
3422         * src/plugins//bogofilter/bogofilter.c
3423         * src/plugins//spamassassin/spamassassin.c
3424                 make the bogofilter/spamassassin filtering error dialogs at
3425         incorporation obey to the "don't popup error dialog on
3426         receive error" option. If disabled, feed the log window w/
3427         the error message.
3428
3429 2006-08-29 [paul]
3430
3431         2.5.0-rc2 released
3432
3433 2006-08-29 [paul]       2.4.0cvs109
3434
3435         * Makefile.am
3436                 remove 'make release', it's not needed
3437                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3438
3439 2006-08-29 [paul]       2.4.0cvs108
3440
3441         * src/foldersel.c
3442         * src/summary_search.c
3443         * src/gtk/progressdialog.c
3444         * src/plugins/pgpcore/passphrase.c
3445                 replace deprecated gtk_window_set_policy()
3446
3447 2006-08-29 [colin]      2.4.0cvs107
3448
3449         * src/folder.c
3450                 Fix data loss when copy fails during a move:
3451                 only use fast remove_msgs if everything was
3452                 copied OK; else use slow remove_msg on the
3453                 mails that got copied only.
3454
3455 2006-08-28 [paul]       2.4.0cvs106
3456
3457         * src/mh.c
3458                 revert change in 2.4.0cvs104, it breaks
3459                 stuff
3460
3461 2006-08-28 [paul]       2.4.0cvs105
3462
3463         * src/plugins/spamassassin/spamassassin.c
3464                 english fix
3465
3466 2006-08-28 [paul]       2.4.0cvs104
3467
3468         * src/mh.c
3469                 fix data loss when moving to another
3470                 mailbox fails
3471         * src/prefs_spelling.c
3472                 improve the english
3473         * src/gtk/pluginwindow.c
3474                 improve the layout of the dialog text
3475         All thanks to Colin
3476
3477 2006-08-28 [paul]       2.4.0cvs103
3478
3479         * src/plugins/bogofilter/bogofilter.c
3480         * src/plugins/bogofilter/bogofilter_gtk.c
3481                 fix english up a bit, innit
3482
3483 2006-08-28 [paul]       2.4.0cvs102
3484
3485         * configure.ac
3486         * po/Makefile.in.in
3487         * po/Makevars
3488                 require autoconf 2.60, enabling building
3489                 with gettext 0.15 (gettext 0.14.x build still
3490                 possible). Replace Makefiles with versions
3491                 from gettext 0.15.
3492                 Remove configure options --with-localedir and
3493                 --with-mandir. The options that are provided
3494                 directly by autoconf 2.60 can be used instead:
3495                 --mandir --localedir
3496
3497 2006-08-27 [colin]      2.4.0cvs101
3498
3499         * src/plugins/bogofilter/Makefile.am
3500                 Fix make dist (no README)
3501
3502 2006-08-27 [colin]      2.4.0cvs100
3503
3504         * src/folder.c
3505                 Don't use F_UNKNOWN folders for any default
3506                 outbox/trash/etc
3507         * src/plugins/bogofilter/bogofilter.c
3508         * src/plugins/bogofilter/bogofilter.h
3509         * src/plugins/bogofilter/bogofilter_gtk.c
3510                 Add an option to specify the path to bogofilter
3511                 Use single-quotes to be able to learn in folders
3512                 with spaces in their names
3513                 Verify learning status
3514
3515 2006-08-27 [colin]      2.4.0cvs99
3516
3517         * manual/faq.xml
3518         * manual/plugins.xml
3519                 Document Bogofilter plugin
3520
3521 2006-08-27 [colin]      2.4.0cvs98
3522
3523         * src/compose.c
3524         * src/messageview.c
3525         * src/procmsg.c
3526         * src/procmsg.h
3527                 When possible, copy the queued mail to sent folder
3528                 instead of re-adding. Much faster on IMAP.
3529
3530 2006-08-27 [colin]      2.4.0cvs97
3531
3532         * src/msgcache.c
3533                 Disable mmaped caches - huge metadata loss
3534                 here after a power failure.
3535         * src/summaryview.c
3536                 Add quicksearch timing
3537         * src/common/plugin.c
3538         * src/common/plugin.h
3539                 Implement an interface to tell what plugins
3540                 provide. Prevent loading of similar plugins.
3541         * src/plugins/clamav/clamav_plugin.c
3542         * src/plugins/demo/demo.c
3543         * src/plugins/dillo_viewer/dillo_viewer.c
3544         * src/plugins/pgpcore/plugin.c
3545         * src/plugins/pgpinline/pgpinline.c
3546         * src/plugins/pgpmime/pgpmime.c
3547         * src/plugins/spamassassin/spamassassin.c
3548         * src/plugins/trayicon/trayicon.c
3549                 Implement plugin_provides()
3550
3551 2006-08-27 [colin]      2.4.0cvs96
3552
3553         * configure.ac
3554         * src/plugins/Makefile.am
3555         * src/plugins/bogofilter/.cvsignore
3556         * src/plugins/bogofilter/Makefile.am
3557         * src/plugins/bogofilter/bogofilter.c
3558         * src/plugins/bogofilter/bogofilter.h
3559         * src/plugins/bogofilter/bogofilter_gtk.c
3560                 New Bogofilter plugin, provides filtering and
3561                 learning. Spamassassin will go to extra plugins.
3562
3563 2006-08-26 [mones]      2.4.0cvs95
3564
3565         * manual/handling.xml
3566                 Fix subfolder path in the example (thanks to Paul) 
3567
3568 2006-08-26 [mones]      2.4.0cvs94
3569
3570         * manual/glossary.xml
3571                 2.2. + add ISP to the glossary
3572                 7.5. + Add UIDL to glossary
3573                 7.7. + Add TCP to glossary
3574         * manual/handling.xml
3575                 7.1. + Mentions GNU/Linux distribution, what about the non...
3576                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3577                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3578                 7.4. = Use appropriate quotation for commands
3579                 7.6. = change "" to <quote></quote>
3580         * manual/plugins.xml
3581                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3582         * manual/starting.xml
3583                 2.1. + local mbox file: some examples of mbox file locations...
3584                 Also reformatted files requiring it
3585
3586 2006-08-26 [wwp]        2.4.0cvs93
3587
3588         * src/summary_search.c
3589                 disable find buttons while summary search is running.
3590
3591 2006-08-25 [colin]      2.4.0cvs92
3592
3593         * src/folder.c
3594         * src/folderutils.c
3595         * src/mh.c
3596         * src/procmsg.h
3597         * src/summaryview.c
3598                 Speed up MH moving, and add progressbar
3599                 for MH deletion
3600         * src/msgcache.c
3601                 Write cache files using mmap() too
3602
3603 2006-08-25 [wwp]        2.4.0cvs91
3604
3605         * src/summaryview.c
3606                 switch spam<->ham button when a message has been marked as spam or ham
3607                 and is still selected. Thanks to Colin.
3608
3609 2006-08-25 [paul]       2.4.0cvs90
3610
3611         * src/Makefile.am
3612         * src/stock_pixmap.c
3613         * src/stock_pixmap.h
3614         * src/summaryview.c
3615         * src/gtk/icon_legend.c
3616         * src/pixmaps/copied.xpm
3617         * src/pixmaps/moved.xpm
3618                 add icons for delayed execution marked for
3619                 copying, marked for moving
3620
3621 2006-08-25 [mones]      2.4.0cvs89
3622
3623         * manual/glossary.xml
3624                 Fix the other glossary items:
3625                 5.1. = Inmmediate execution -> <quote>immediate execution...
3626                 5.2. = Fix MBOX capitalization -> Mbox
3627                 5.3. + Improve Plugins def. w/ tech. ref.
3628                 5.4. = Quotation -> replace '>' by <quote>></quote>
3629                 5.5. - SMTP Server. -> remove dot
3630         * po/es.po
3631                 Updated translation
3632
3633 2006-08-25 [mones]      2.4.0cvs88
3634
3635         * manual/ack.xml
3636                 Reformatted, changed email address
3637         * manual/glossary.xml
3638                 Reformatted, fixed MANUAL-TODO items:
3639                 8.2. + add ROT-13 to glossary
3640                 8.4. + add URL to glossary
3641         * manual/es/advanced.xml
3642                 Fixed <literal>s
3643
3644 2006-08-25 [paul]       2.4.0cvs87
3645
3646         * src/gtk/icon_legend.c
3647                 add 'marked for deletion' icon
3648                 arrange icons by containing column
3649                 wrap long label text
3650
3651 2006-08-25 [colin]      2.4.0cvs86
3652
3653         * src/common/utils.c
3654         * src/common/utils.h
3655                 Add the sc_g_*list_bigger functions in
3656                 a place everyone can use it
3657         * src/summaryview.c
3658                 Only freeze/thaw the list when working
3659                 on the selection, if it's bigger than 1
3660         * src/gtk/gtksctree.c
3661                 Only freeze/thaw the list when unselec-
3662                 ting 'all' if ('all' != 1)
3663                 This avoids some flickering
3664
3665 2006-08-24 [colin]      2.4.0cvs85
3666
3667         * src/addressbook.c
3668                 Fix strange list selection
3669                 Fix random seg (Invalid read of freed memory)
3670
3671 2006-08-24 [colin]      2.4.0cvs84
3672
3673         * src/alertpanel.c
3674         * src/gtk/inputdialog.c
3675         * src/plugins/pgpcore/passphrase.c
3676                 Revert minimal width patch of 2.4.0cvs67,
3677                 as it is also a maximal width. Use 
3678                 gtk_window_set_default_size instead.
3679
3680 2006-08-24 [colin]      2.4.0cvs83
3681
3682         * src/msgcache.c
3683                 Write cache/mark to temp files before
3684                 overwriting old ones (avoids metadata
3685                 loss if writing the new files fail).
3686                 Use mmap() to read cache/mark file, as
3687                 this makes cache reading faster. Dis-
3688                 abled for big-endian machines until it
3689                 can be tested. (Big-endian users: set
3690                 msgcache_use_mmap = TRUE in the relevant
3691                 #if).
3692         * src/procmsg.h
3693                 Move rarely used fields of MsgInfo in 
3694                 another structure, which will only be
3695                 allocated if needed. Face, X-Face,
3696                 Return receipt headers and List-*
3697                 headers are moved. Mails having none
3698                 of these occupy 52 bytes less with
3699                 this patch, which makes 2.5MB of RAM
3700                 saved on a 50k folder).
3701         * src/headerview.c
3702         * src/mainwindow.c
3703         * src/messageview.c
3704         * src/partial_download.c
3705         * src/procheader.c
3706         * src/procmsg.c
3707         * src/textview.c
3708                 Follow this structure change.
3709
3710 2006-08-24 [wwp]        2.4.0cvs82
3711
3712         * manual/es/.cvsignore
3713         * manual/es/dist/.cvsignore
3714         * manual/es/dist/html/.cvsignore
3715         * manual/es/dist/pdf/.cvsignore
3716         * manual/es/dist/ps/.cvsignore
3717         * manual/es/dist/txt/.cvsignore
3718                 more (generated) files to ignore.
3719
3720 2006-08-24 [colin]      2.4.0cvs81
3721
3722         * src/folder.c
3723         * src/mh.c
3724                 Fix possible problems with local delivery. Check the folder doesn't
3725                 need scan before setting its mtime when saving cache (which can be
3726                 done long after the folder's been modified by an external process);
3727                 Check that the stored item's mtime didn't change in mh functions.
3728
3729 2006-08-24 [mones]      2.4.0cvs80
3730
3731         * manual/advanced.xml
3732                 Rewrapping, some fixes and MANUAL-TODO items:
3733                 8.1. = change "" to <quote></quote>
3734                 8.3. = quote menu items
3735                 8.5. - deploying -> new user ... ideally a new user (redundant)
3736
3737 2006-08-23 [colin]      2.4.0cvs79
3738
3739         * src/gtk/gtksctree.c
3740                 When selecting or deselecting range, only
3741                 freeze/thaw when selection is bigger than 10
3742
3743 2006-08-23 [colin]      2.4.0cvs78
3744
3745         * src/messageview.c
3746         * src/mimeview.c
3747         * src/mimeview.h
3748         * src/plugins/dillo_viewer/dillo_viewer.c
3749                 Provide an API for MimeViewer plugins to
3750                 return a text selection for replying
3751
3752 2006-08-23 [colin]      2.4.0cvs77
3753
3754         * src/image_viewer.c
3755         * src/textview.c
3756                 Use gtk_pixbuf_new_from_file_at_scale(), which
3757                 is faster than getting the pixbuf then resizing
3758                 it.
3759
3760 2006-08-23 [colin]      2.4.0cvs76
3761
3762         * src/procmime.c
3763                 UTF-8 should be sent Quoted-printable
3764
3765 2006-08-22 [colin]      2.4.0cvs75
3766
3767         * src/mh.c
3768                 Check if scan is required before touching
3769                 the folder (or it'll be required every time)
3770
3771 2006-08-22 [colin]      2.4.0cvs74
3772
3773         * configure.ac
3774                 Require libetpan 0.46 (crasher fix when built
3775                 against gnutls)
3776
3777 2006-08-22 [colin]      2.4.0cvs73
3778
3779         * src/folder.c
3780                 Set folder's mtime after writing its
3781                 cache
3782         * src/folderview.c
3783                 Add some timing
3784         * src/procmsg.c
3785                 Don't do useless stuff if we don't 
3786                 thread by subject
3787         * src/summaryview.c
3788                 Add some timing, don't deselect prior
3789                 to selecting (gtksctree does it itself),
3790                 remove crash avoidance hacks as it's been
3791                 properly fixed since a while
3792         * src/common/utils.c
3793                 Optimize to_human_readable(): _() is slow,
3794                 do it only once, and avoid %f format for KB
3795                 (the most common in a summaryview)
3796         * src/gtk/gtksctree.c
3797                 Don't uselessly freeze/thaw (fixes flicker
3798                 on next unread and friends), reduce number
3799                 of g_list_nth/g_list_position where possible
3800         * src/gtk/gtkutils.c
3801         * src/gtk/gtkutils.h
3802                 Reduce number of g_list_nth/g_list_position
3803                 where possible.
3804                 All of this makes loading as 70k folder 2.1
3805                 seconds instead of 3.2 (with hot FS caches).
3806                 (1.3 seconds without Date and Size columns...)
3807
3808 2006-08-22 [paul]       2.4.0cvs72
3809
3810         wrap documents and do some items from mones' MANUAL-TODO:
3811
3812         * manual/account.xml
3813                 4.1. = fix tabname references to <quote>tabname</quote>
3814                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3815         * manual/faq.xml
3816                 1.1. = mentioned options don't match UI
3817                 Add information about the 'Never send Return Receipts'
3818                 option
3819         * manual/handling.xml
3820                 6.2. = Mentions Extended symbols button, but now is
3821                 named Information
3822                 6.3. = Mentions ... button, which is now Edit
3823
3824 2006-08-22 [colin]      2.4.0cvs71
3825
3826         * src/gtk/pluginwindow.c
3827                 Fix layout in verbose translations (such
3828                 as french)
3829
3830 2006-08-22 [paul]       2.4.0cvs70
3831
3832         * manual/Makefile.am
3833                 build manuals in alphabetical order
3834         * src/addressbook.c
3835         * src/prefs_themes.c
3836                 replace/remove deprecated symbols
3837         * src/gtk/gtkutils.c
3838                 fix a warning
3839         * src/gtk/pluginwindow.c
3840                 replace deprecated symbol
3841                 replace label text and move it
3842         * src/plugins/pgpcore/prefs_gpg.c
3843                 move the 'Generate...' button out of the
3844                 Sign Key frame, replace the English used
3845         * src/plugins/pgpcore/sgpgme.c
3846                 fixes to the English
3847
3848 2006-08-21 [colin]      2.4.0cvs69
3849
3850         * src/plugins/trayicon/trayicon.c
3851                 Add more strings for translation; patch
3852                 by Pawel
3853
3854 2006-08-21 [colin]      2.4.0cvs68
3855
3856         * src/compose.c
3857                 fix replied flag not set after drafting
3858         * src/matcher.c
3859                 fix body quicksearch in non-encoded bodies
3860                 containing '='
3861         * src/msgcache.c
3862                 Get rid of the g_malloc workaround for
3863                 corrupted caches, use g_try_malloc
3864
3865 2006-08-21 [colin]      2.4.0cvs67
3866
3867         * src/alertpanel.c
3868         * src/gtk/inputdialog.c
3869         * src/plugins/pgpcore/passphrase.c
3870                 Set minimal width to 375
3871         * src/mainwindow.c
3872                 Fix switching to offline, asking if it 
3873                 should be overriden for synchronising
3874         * src/mimeview.c
3875                 Don't offer to remember command on Open 
3876                 with for text parts, as the browser or 
3877                 text editor command isn't changed from 
3878                 there
3879
3880 2006-08-20 [paul]       2.4.0cvs66
3881
3882         * po/ko.po
3883         * po/zh_CN.po
3884                 fix plural form errors. revealed by stricter
3885                 checking of gettext 0.15
3886
3887 2006-08-18 [paul]       2.4.0cvs65
3888
3889         * src/stock_pixmap.c
3890                 fix the fix of 2.4.0cvs64
3891                 Thanks to Colin
3892
3893 2006-08-18 [paul]       2.4.0cvs64
3894
3895         * src/stock_pixmap.c
3896                 fix leaks
3897                 Thanks to Colin
3898
3899 2006-08-18 [paul]       2.4.0cvs63
3900
3901         * src/compose.c
3902         * src/procmsg.c
3903                 fix occasional IMAP bug where large msgs
3904                 were left in the queue folder after sending
3905                 Thanks to Colin
3906
3907 2006-08-18 [paul]       2.4.0cvs62
3908
3909         * src/folderview.c
3910                 freeze the summaryview while quicksearch results
3911                 are displayed
3912                 (fixes bug 456 'current message is hidden when the
3913                 view is refreshed and extended search is "unread 
3914                 messages"')
3915                 Thanks to Colin
3916         * src/textview.c
3917                 add missing #include "inputdialog.h"
3918         * src/common/utils.h
3919                 add missing mailcap_update_default() and improve
3920                 readability
3921
3922 2006-08-17 [colin]      2.4.0cvs61
3923
3924         * src/plugins/pgpcore/select-keys.c
3925                 Fix warnings :)
3926
3927 2006-08-17 [colin]      2.4.0cvs60
3928
3929         * src/compose.c
3930                 Don't continue queuing if Cancel is clicked
3931                 in select-keys
3932
3933 2006-08-17 [colin]      2.4.0cvs59
3934
3935         * src/plugins/pgpcore/select-keys.c
3936                 When encrypting, if only one key matches and it 
3937                 matches exactly, automatically use it.
3938
3939 2006-08-17 [colin]      2.4.0cvs58
3940
3941         * src/mimeview.c
3942         * src/prefs_common.c
3943         * src/prefs_common.h
3944         * src/prefs_ext_prog.c
3945         * src/textview.c
3946                 Fix issues with previous patch (text/html)
3947                 Remove outdated prefs
3948
3949 2006-08-17 [colin]      2.4.0cvs57
3950
3951         * src/imap.c
3952                 Add View Log button on auth error
3953         * src/procmsg.c
3954                 Fix encrypted mail marked as new when
3955                 saved in normal folders
3956         * src/plugins/pgpinline/pgpinline.c
3957                 Fix encrypt bug on IMAP
3958         * src/mimeview.c
3959         * src/common/utils.c
3960         * src/common/utils.h
3961         * src/gtk/inputdialog.c
3962         * src/gtk/inputdialog.h
3963                 Get rid of metamail stuff, simplify
3964                 opening, and allow remembering of user's
3965                 choices (by updating ~/.mailcap). There's
3966                 still to drop "Audio player" and "Image
3967                 viewer" preferences.
3968
3969 2006-08-17 [mones]      2.4.0cvs56
3970
3971         * manual/es/sylpheed-claws-manual.xml
3972                 fix DTD path
3973
3974 2006-08-17 [mones]      2.4.0cvs55
3975
3976         * configure.ac
3977         * manual/Makefile.am
3978         * manual/es/Makefile.am
3979         * manual/es/account.xml
3980         * manual/es/ack.xml
3981         * manual/es/addrbook.xml
3982         * manual/es/advanced.xml
3983         * manual/es/faq.xml
3984         * manual/es/glossary.xml
3985         * manual/es/gpl.xml
3986         * manual/es/handling.xml
3987         * manual/es/intro.xml
3988         * manual/es/keyboard.xml
3989         * manual/es/plugins.xml
3990         * manual/es/starting.xml
3991         * manual/es/sylpheed-claws-manual.xml
3992         * manual/es/dist/Makefile.am
3993         * manual/es/dist/html/Makefile.am
3994         * manual/es/dist/pdf/Makefile.am
3995         * manual/es/dist/ps/Makefile.am
3996         * manual/es/dist/txt/Makefile.am
3997                 Spanish translation for the manual
3998
3999 2006-08-16 [colin]      2.4.0cvs54
4000
4001         * src/compose.c
4002         * src/main.c
4003         * src/mainwindow.c
4004                 Fix send button sensitivity at startup
4005                 Set send menu sensitivity (patch by Fabien)
4006         * src/ssl_manager.c
4007                 Enable closing with esc (patch by Fabien)
4008         * src/gtk/foldersort.c
4009                 Enable closing with esc (patch by Fabien)
4010         * src/procmime.c
4011                 Optimisation (no need to copy to tempfile to
4012                 "decode" 7bit and 8bit)
4013         * src/summaryview.c
4014                 Fix cruft in swap_from case
4015         * src/textview.c
4016                 Fix missing last line in some mail cases 
4017                 (Fixes debian #381872)
4018         * src/plugins/pgpcore/prefs_gpg.c
4019         * src/plugins/pgpcore/sgpgme.c
4020         * src/plugins/pgpcore/sgpgme.h
4021                 Don't show "no key found" when user explicitely
4022                 wants to create a key
4023
4024 2006-08-16 [paul]       2.4.0cvs53
4025
4026         * configure.ac
4027         * src/account.c
4028         * src/addressbook.c
4029         * src/headerview.c
4030         * src/prefs_account.c
4031         * src/prefs_message.c
4032         * src/gtk/gtkutils.c
4033                 bump up minimum required versions of GTK+ and
4034                 GLIB to 2.6.0
4035
4036 2006-08-16 [paul]       2.4.0cvs52
4037
4038         * src/toolbar.c
4039                 workaround GTK+ Bug 351600 - 'Can't re-click
4040                 on button after sensitivity update'
4041                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
4042                 Thanks to Colin
4043
4044 2006-08-15 [colin]      2.4.0cvs51
4045
4046         * src/plugins/pgpcore/prefs_gpg.c
4047                 Set options sensitivity according to
4048                 key existence
4049         * src/plugins/pgpcore/sgpgme.c
4050                 Allow to create key with no passphrase
4051
4052 2006-08-14 [cleroy]     2.4.0cvs50
4053
4054         * src/gtk/pluginwindow.c
4055                 New layout (maybe to be changed?)
4056         * src/gtk/gtkutils.c
4057                 Fix a bit label_window
4058         * src/plugins/pgpcore/passphrase.c
4059         * src/plugins/pgpcore/passphrase.h
4060         * src/plugins/pgpcore/plugin.c
4061         * src/plugins/pgpcore/prefs_gpg.c
4062         * src/plugins/pgpcore/prefs_gpg.h
4063         * src/plugins/pgpcore/sgpgme.c
4064         * src/plugins/pgpcore/sgpgme.h
4065                 Allow to create a PGP private key via the GUI
4066
4067 2006-08-14 [wwp]        2.4.0cvs49
4068
4069         * src/addressbook_foldersel.c
4070                 fix strict ISO C90 compliance.
4071
4072 2006-08-14 [paul]       2.4.0cvs48
4073
4074         * src/gtk/prefswindow.c
4075                 re-set scrolled window on opening
4076                 Patch by Ticho
4077
4078 2006-08-14 [paul]
4079
4080         2.5.0-rc1 released
4081
4082 2006-08-14 [paul]       2.4.0cvs47
4083
4084         * src/prefs_display_header.c
4085                 re-enable user-defined Displayed Headers
4086
4087 2006-08-14 [paul]       2.4.0cvs46
4088
4089         * src/prefs_account.c
4090                 use GTK_STOCK_EDIT
4091
4092 2006-08-13 [colin]      2.4.0cvs45
4093
4094         * src/common/utils.c
4095                 Fix "a" in quote when the original message is empty,
4096                 by using \0 instead of 'a' to test writability of
4097                 temp files.
4098
4099 2006-08-13 [wwp]        2.4.0cvs44
4100
4101         * src/plugins/spamassassin/spamassassin.c
4102                 fix capitalization of "SpamAssassin" in some debug, log and
4103                 dialog messages.
4104
4105 2006-08-13 [paul]       2.4.0cvs43
4106
4107         * src/editldap.c
4108                 fix overlapping widgets
4109         * src/prefs_account.c
4110                 fix translation of protocol_names[]
4111                 fix label disappearing off the edge of the
4112                 visible area
4113
4114 2006-08-12 [paul]       2.4.0cvs42
4115
4116         * manual/plugins.xml
4117                 update IRC channel info before it gets forgotten
4118                 about
4119
4120 2006-08-11 [colin]      2.4.0cvs41
4121
4122         * src/compose.c
4123         * src/mainwindow.c
4124         * src/mainwindow.h
4125         * src/procmsg.c
4126         * src/procmsg.h
4127         * src/summaryview.c
4128         * src/toolbar.c
4129                 Grey out the Send button if
4130                 - Queue folders are empty, or
4131                 - We're sending already
4132
4133 2006-08-11 [wwp]        2.4.0cvs40
4134
4135         * src/main.c
4136                 fix a logic issue when quitting while a compose window is
4137                 still open, thanks to Colin.
4138
4139 2006-08-10 [colin]      2.4.0cvs39
4140
4141         * src/main.c
4142                 Fix default font size setting after wizard run
4143         * src/imap.c
4144         * src/etpan/imap-thread.c
4145         * src/etpan/imap-thread.h
4146                 Fix bug #999 (Timing out on TSL cert validation 
4147                 dialog makes ugly things happen). Also, STARTTLS
4148                 unconditionnaly if initial capabilities contain
4149                 LOGINDISABLED and STARTTLS.
4150
4151 2006-08-09 [colin]      2.4.0cvs38
4152
4153         * src/mainwindow.c
4154         * src/mainwindow.h
4155                 Fix Tools/Actions sensitivity when there are
4156                 no actions
4157
4158 2006-08-09 [colin]      2.4.0cvs37
4159
4160         * src/prefs_filtering.c
4161                 Warning fix, patch by Paul
4162         * src/messageview.c
4163         * src/prefs_actions.c
4164         * src/prefs_filtering_action.c
4165         * src/prefs_matcher.c
4166                 Uniformisation of "Info ..." to "Info..." (for
4167                 old gtk), patch by Fabien
4168         * src/plugins/clamav/clamav_plugin_gtk.c
4169                 Sensitivity fix by Fabien
4170
4171 2006-08-09 [colin]      2.4.0cvs36
4172
4173         * src/main.c
4174         * src/main.h
4175                 Add a function to know whether we're exiting
4176         * src/plugins/trayicon/trayicon.c
4177                 If exiting, don't do anything. Faster, and
4178                 avoids gtk_main_iteration reentracy causing
4179                 segfaults at exit
4180
4181 2006-08-09 [colin]      2.4.0cvs35
4182
4183         * src/messageview.c
4184         * src/mimeview.c
4185         * src/mimeview.h
4186                 Fix lack of part selection when automatically 
4187                 jumping to a specific part
4188         * src/msgcache.c
4189                 Little optimisation in cache reading
4190
4191 2006-08-09 [colin]      2.4.0cvs34
4192
4193         * src/compose.c
4194                 Fix crash setting the priority on reedit
4195                 (Accessing compose before creating it!)
4196
4197 2006-08-08 [colin]      2.4.0cvs33
4198
4199         * src/procmime.c
4200                 Fix bug #998 (last attachment is not accessible)
4201                 Bad RFC interpretation on multipart close-delimiters
4202         * src/mimeview.c
4203         * src/mimeview.h
4204         * src/gtk/gtkvscrollbutton.c
4205         * src/gtk/gtkvscrollbutton.h
4206                 Make attachments list wheel-scrollable
4207
4208 2006-08-07 [colin]      2.4.0cvs32
4209
4210         * src/gtk/gtkaspell.c
4211                 Fix bug #973 (Unicode punctation characters 
4212                 are not recognized as separators by the
4213                 spell checker); fix unsigned stuff
4214
4215 2006-08-07 [colin]      2.4.0cvs31
4216
4217         * src/compose.c
4218                 Fix bug #956 (DnD text with accents in compose 
4219                 text entry); fix gccc's signed/unsigned fuss
4220
4221 2006-08-06 [colin]      2.4.0cvs30
4222
4223         * src/main.c
4224                 Fix bug #979 (Plugin crashes when exiting 
4225                 sylpheed-claws) : handle exit request only 
4226                 once
4227
4228 2006-08-05 [colin]      2.4.0cvs29
4229
4230         * src/news.c
4231                 Just make sure we have a msgid.
4232
4233 2006-08-05 [colin]      2.4.0cvs28
4234
4235         * src/news.c
4236         * src/summaryview.c
4237                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
4238                 by reimplementing it
4239         * src/textview.c
4240                 Fix bug when hiding quotes with level > 3 and quote
4241                 colors are recycled
4242
4243 2006-08-04 [colin]      2.4.0cvs27
4244
4245         * src/compose.c
4246         * src/undo.c
4247         * src/undo.h
4248                 Fix a bit replace-by-pasting undo
4249         * src/mainwindow.c
4250         * src/messageview.c
4251                 Fix Fold quotes menu synchro in
4252                 mainwindow when it changes in 
4253                 messageview
4254         * src/textview.c
4255                 Fix right-click on quotes blocks
4256         * src/common/utils.c
4257                 Verify that the file created by
4258                 my_tmpfile() is writable. Fixes
4259                 bug #988 (very specific filesystem
4260                 issue)
4261         * src/plugins/pgpcore/sgpgme.c
4262                 Fix file descriptor leak
4263         * src/plugins/spamassassin/spamassassin.c
4264                 Warn once if spamd isn't reachable
4265
4266 2006-08-04 [colin]      2.4.0cvs26
4267
4268         * src/toolbar.c
4269                 i18n context patch by Fabien
4270
4271 2006-08-03 [colin]      2.4.0cvs25
4272
4273         * src/mainwindow.c
4274         * src/messageview.c
4275                 Rename "Hide quotes" to "Fold quotes"
4276         * src/textview.c
4277                 Don't use hand cursor on quotes. "all 
4278                 the bonuses of the feature and none of 
4279                 unwelcome side-effects"
4280
4281 2006-08-03 [colin]      2.4.0cvs24
4282
4283         * AUTHORS
4284         * sylpheed-claws.desktop
4285         * src/gtk/authors.h
4286                 Bring the desktop file to XDG compliance
4287                 Patch by Charles A. Edwards
4288
4289 2006-08-03 [colin]      2.4.0cvs23
4290
4291         * src/textview.c
4292                 Fix links offset when they are preceded
4293                 by accentued chars (g_utf8_strlen!)
4294         * src/mainwindow.c
4295                 Fix wrong status when starting offline
4296
4297
4298 2006-08-03 [wwp]        2.4.0cvs22
4299
4300         * src/prefs_common.h
4301                 ask what to do w/ filtering rules that belong to an account when
4302                 applying filtering rules manually from the main window (skip,
4303                 apply regardless of the account, use current account). This dialog
4304                 can be skipped and the last reply used.
4305                 (forgot that file)
4306
4307 2006-08-03 [wwp]        2.4.0cvs21
4308
4309         * src/filtering.c
4310         * src/filtering.h
4311         * src/prefs_common.c
4312         * src/summaryview.c
4313         * src/alertpanel.c
4314         * src/alertpanel.h
4315         * src/messageview.c
4316                 ask what to do w/ filtering rules that belong to an account when
4317                 applying filtering rules manually from the main window (skip,
4318                 apply regardless of the account, use current account). This dialog
4319                 can be skipped and the last reply used.
4320
4321
4322 2006-08-03 [colin]      2.4.0cvs20
4323
4324         * src/textview.c
4325                 Optimize previous patch
4326
4327 2006-08-03 [cleroy]     2.4.0cvs19
4328
4329         * src/textview.c
4330                 Fix quotes getting toggled back when the
4331                 mail has an even number of text parts
4332
4333 2006-08-02 [colin]      2.4.0cvs18
4334
4335         * src/messageview.c
4336                 Add Hide quotes menu
4337
4338 2006-08-02 [colin]      2.4.0cvs17
4339
4340         * src/mainwindow.c
4341         * src/prefs_common.c
4342         * src/textview.c
4343         * src/textview.h
4344         * src/gtk/about.c
4345                 Allow per-level quote hiding,
4346                 Allow toggling quotes by double-clicking them
4347                 Rename RemoteURI to ClickableText to reflect
4348                 the fact it's used for a variety of things
4349
4350 2006-08-02 [wwp]        2.4.0cvs16
4351
4352         * src/mainwindow.c
4353                 fix "View/Hide quotes" menu item status initialization.
4354
4355 2006-08-02 [wwp]        2.4.0cvs15
4356
4357         * src/matcher_parser_parse.y
4358                 remove a debug trace.
4359
4360 2006-08-02 [paul]       2.4.0cvs14
4361
4362         * src/plugins/pgpcore/passphrase.c
4363                 don't set initial dialog size
4364                 make it resizable
4365
4366 2006-08-02 [paul]       2.4.0cvs13
4367
4368         * src/noticeview.c
4369                 remove the rogue '/' character
4370
4371 2006-08-02 [paul]       2.4.0cvs12
4372
4373         * src/noticeview.c
4374                 allow buttons to resize as necessary
4375
4376 2006-08-01 [wwp]        2.4.0cvs11
4377
4378         * src/mbox.c
4379                 fix strict ISO C90 compliance.
4380
4381 2006-08-01 [wwp]        2.4.0cvs10
4382
4383         * tools/update-po
4384                 updated update-po tool to work w/ context-dependent translations.
4385                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4386
4387 2006-08-01 [wwp]        2.4.0cvs9
4388
4389         * src/matcher.c
4390         * src/prefs_filtering.c
4391         * src/prefs_matcher.c
4392                 allow context-dependent translations for "All",
4393                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4394
4395 2006-07-31 [colin]      2.4.0cvs8
4396
4397         * AUTHORS
4398         * src/gtk/authors.h
4399                 Add Rafal to authors
4400
4401 2006-07-31 [colin]      2.4.0cvs7
4402
4403         * src/compose.c
4404         * src/mainwindow.c
4405         * src/messageview.h
4406         * src/prefs_common.c
4407         * src/prefs_common.h
4408         * src/textview.c
4409                 Add 'View/Hide quotes'. Patch based on a patch
4410                 by Rafal Weglarz
4411
4412 2006-07-31 [colin]      2.4.0cvs6
4413
4414         * src/action.c
4415                 Fix problem with "> stuff >" actions
4416
4417 2006-07-31 [paul]       2.4.0cvs5
4418
4419         * po/nb.po
4420                 updated by Geir Helland
4421
4422 2006-07-31 [wwp]        2.4.0cvs4
4423
4424         * src/mainwindow.c
4425         * src/summaryview.c
4426         * src/summaryview.h
4427                 add "View/Go to/Parent message" and "View/Go to/Last read message",
4428                 thanks to Colin.
4429
4430 2006-07-31 [wwp]        2.4.0cvs3
4431
4432         * src/Makefile.am
4433         * src/addr_compl.c
4434         * src/addr_compl.h
4435         * src/addressbook.c
4436         * src/addressbook.h
4437         * src/addressbook_foldersel.c
4438         * src/addressbook_foldersel.h
4439         * src/addrindex.c
4440         * src/addrindex.h
4441         * src/matcher.c
4442         * src/matcher.h
4443         * src/matcher_parser_lex.l
4444         * src/matcher_parser_parse.y
4445         * src/prefs_common.c
4446         * src/prefs_common.h
4447         * src/prefs_filtering.c
4448         * src/prefs_matcher.c
4449         * src/prefs_matcher.h
4450         * src/summaryview.c
4451                 introduce filtering against the address book. It's now possible to add
4452                 matched conditions to determine if any email address in a message matches
4453                 or doesn't match any or all books or folders in the address book.
4454
4455 2006-07-31 [wwp]        2.4.0cvs2
4456
4457         * src/account.c
4458         * src/filtering.c
4459         * src/filtering.h
4460         * src/folder.c
4461         * src/folderview.c
4462         * src/inc.c
4463         * src/mainwindow.c
4464         * src/matcher.c
4465         * src/matcher_parser_lex.l
4466         * src/matcher_parser_parse.y
4467         * src/mbox.c
4468         * src/prefs_filtering.c
4469         * src/prefs_filtering.h
4470         * src/procmsg.c
4471         * src/procmsg.h
4472         * src/summaryview.c
4473                 introduce per-account filtering rules. Each filtering rule can now be assigned
4474                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
4475                 when applying filtering rules manually, as all rules will apply - even the ones
4476                 assigned to an account. This issue will be addressed soon.
4477  
4478
4479
4480 2006-07-31 [wwp]        2.4.0cvs1
4481
4482         * src/quote_fmt.c
4483                 make more strings translatable.
4484
4485 2006-07-31 [paul]       2.4.0
4486
4487         2.4.0 released
4488
4489 2006-07-31 [paul]       2.3.1cvs91
4490
4491         * po/ca.po
4492                 updated by Miquel Oliete
4493
4494 2006-07-31 [paul]       2.3.1cvs90
4495
4496         * po/de.po
4497         * po/el.po
4498         * po/fr.po
4499         * po/it.po
4500         * po/pl.po
4501         * po/pt_BR.po
4502         * po/sr.po
4503         * po/zh_CN.po
4504                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
4505                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
4506                 Aleksandar Urosevic, and Ralgh Young
4507
4508 2006-07-31 [paul]       2.3.1cvs89
4509
4510         * src/account.c
4511         * src/main.c
4512         * src/mainwindow.c
4513         * src/mainwindow.h
4514                 Fix a race condition when, after an SC crash, rescanning
4515                 folders took more than 0.5 seconds
4516                 Thanks to Colin
4517
4518 2006-07-31 [paul]       2.3.1cvs88
4519
4520         * src/folderview.c
4521                 don't translate separator strings
4522
4523 2006-07-30 [mones]      2.3.1cvs87
4524
4525         * doc/man/sylpheed-claws.1
4526                 Fixed non-ASCII chars in Hoa's name
4527         * po/es.po
4528                 Updated for release
4529
4530 2006-07-27 [colin]      2.3.1cvs86
4531
4532         * src/textview.c
4533                 Don't include the leading \n in links
4534                 Patch by Fabien
4535
4536 2006-07-25 [colin]      2.3.1cvs85
4537
4538         * src/mainwindow.c
4539         * src/common/socket.h
4540         * src/etpan/imap-thread.c
4541                 Refresh resolvers before connecting
4542                 to IMAP servers, and after switching
4543                 to online. Thanks to Paul.
4544
4545 2006-07-18 [colin]
4546
4547         * 2.4.0-rc4 released
4548
4549 2006-07-17 [colin]      2.3.1cvs84
4550
4551         * src/inc.c
4552                 Show connection attempt in statusbar before
4553                 connecting (previously first message was
4554                 "Retrieving messages from ..." after the
4555                 connection succeeded.
4556
4557 2006-07-16 [wwp]        2.3.1cvs83
4558
4559         * sylpheed-claws.ico
4560                 Added .ico file (windows multi-size icon file, generated).
4561
4562 2006-07-12 [wwp]        2.3.1cvs82
4563
4564         * src/messageview.c
4565                 remove Message/Re-edit menu entry from messageview window,
4566                 as sent/draft/queued messages are opened in compose window when
4567                 re-edited and it's not possible to re-edit other msgs.
4568
4569 2006-07-12 [paul]       2.3.1cvs81
4570
4571         * AUTHORS
4572         * src/mainwindow.c
4573         * src/gtk/authors.h
4574                 check online state before resetting
4575                 mailcheck timer. Useful if some program
4576                 verifies connection state and updates
4577                 Claws.
4578                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
4579
4580 2006-07-12 [paul]       2.3.1cvs80
4581
4582         * sylpheed-claws-128x128.png
4583         * sylpheed-claws-64x64.png
4584         * sylpheed-claws.png
4585         * src/Makefile.am
4586         * src/main.c
4587         * src/prefs_toolbar.c
4588         * src/stock_pixmap.c
4589         * src/stock_pixmap.h
4590         * src/wizard.c
4591         * src/gtk/about.c
4592         * src/gtk/gtkutils.c
4593         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
4594         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
4595         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
4596         * src/pixmaps/sylpheed.xpm              ** REMOVED **
4597         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
4598         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
4599                 updated and renamed logo/icon files and related
4600                 logo by Jesper Schultz
4601
4602 2006-07-11 [paul]       2.3.1cvs79
4603
4604         * src/main.c
4605                 fix the labels a smidgin
4606
4607 2006-07-09 [colin]      2.3.1cvs78
4608
4609         * src/textview.c
4610                 Show errors in textviewer's command
4611                 Patch by H. Merijn Brand
4612
4613 2006-07-09 [colin]      2.3.1cvs77
4614
4615         * src/compose.c
4616                 Save FMID in drafts too
4617
4618 2006-07-08 [colin]      2.3.1cvs76
4619
4620         * src/compose.c
4621                 Svae RMID in drafted mails too
4622                 Save quote_fmt vars for whole mails,
4623                 don't reset at each quote_fmt_init:
4624                 allows to use the same |i{var} in
4625                 various template fields
4626         * src/prefs_template.c
4627         * src/quote_fmt.h
4628         * src/quote_fmt_parse.y
4629                 Same
4630
4631 2006-07-08 [colin]      2.3.1cvs75
4632
4633         * src/textview.c
4634                 Fix highlighting of attached parts URIs
4635
4636 2006-07-08 [colin]      2.3.1cvs74
4637
4638         * src/main.c
4639                 Prevent bug #981 (sc 2.3.1 segfaults with 
4640                 gtk+ 2.10) from being reported again:
4641                 if Sylpheed-Claws has been compiled against
4642                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
4643                 of if Sylpheed-Claws has been compiled against
4644                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
4645                 error out.
4646
4647 2006-07-07 [colin]      2.3.1cvs73
4648
4649         * src/prefs_actions.c
4650                 Fix label
4651
4652 2006-07-07 [colin]      2.3.1cvs72
4653
4654         * src/prefs_actions.c
4655                 Fix compile on gtk < 2.8. argh :)
4656
4657 2006-07-07 [paul]       2.3.1cvs71
4658
4659         * src/common/defs.h
4660                 update DONATE_URI
4661
4662 2006-07-07 [colin]      2.3.1cvs70
4663
4664         * po/POTFILES.in
4665         * src/quote_fmt.c
4666         * src/quote_fmt_lex.l
4667         * src/quote_fmt_parse.y
4668                 Add |i{var}, a way to insert user-entered
4669                 text in a template
4670
4671 2006-07-07 [colin]
4672
4673         * 2.4.0-rc3 released
4674
4675 2006-07-07 [colin]      2.3.1cvs69
4676
4677         * src/folder.c
4678                 Don't consider inboxes of UNKNOWN folder 
4679                 classes to be useable as default inboxes
4680
4681 2006-07-07 [paul]       2.3.1cvs68
4682
4683         * src/textview.c
4684                 add missing #include <errno.h>
4685                 Thanks to René J. Blokland
4686
4687 2006-07-07 [paul]       2.3.1cvs67
4688
4689         * src/action.c
4690                 Return now Closes dialog
4691         * src/mimeview.c
4692         * src/mimeview.h
4693         * src/textview.c
4694                 add contextual menu to mime parts listed
4695                 in the textview
4696                 Thanks to Colin
4697         * src/common/utils.c
4698                 reversal: ' is a valid character in URLs
4699
4700 2006-07-06 [colin]      2.3.1cvs66
4701
4702         * src/remotefolder.h
4703                 Forgotten in previous commit
4704
4705 2006-07-06 [colin]      2.3.1cvs65
4706
4707         * src/folder.c
4708                 Set summary update flag whenever
4709                 totals changed
4710         * src/imap.c
4711         * src/prefs_account.c
4712         * src/common/utils.h
4713         * src/etpan/imap-thread.c
4714                 Fix warnings, thanks to Fabien and
4715                 Ricardo
4716
4717 2006-07-06 [wwp]        2.3.1cvs64
4718
4719         * src/gtk/gtkutils.c
4720                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4721
4722 2006-07-06 [wwp]        2.3.1cvs63
4723
4724         * src/account.c
4725         * src/addressbook.c
4726         * src/addressitem.h
4727         * src/folderview.c
4728         * src/mainwindow.c
4729         * src/manual.c
4730         * src/manual.h
4731         * src/message_search.c
4732         * src/prefs_actions.c
4733         * src/prefs_filtering.c
4734         * src/prefs_filtering.h
4735         * src/prefs_template.c
4736         * src/summary_search.c
4737         * src/summaryview.c
4738         * src/gtk/gtkutils.c
4739         * src/gtk/gtkutils.h
4740         * src/gtk/pluginwindow.c
4741                 add help buttons to some dialogs. Clicking such buttons opens a
4742                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4743
4744 2006-07-06 [paul]       2.3.1cvs62
4745
4746         * src/textview.c
4747                 fix attachments contextual menu
4748                 Thanks to Colin
4749
4750 2006-07-05 [colin]      2.3.1cvs61
4751
4752         * src/textview.c
4753         * src/compose.c
4754                 Handle sftp:// links
4755
4756 2006-07-05 [paul]       2.3.1cvs60
4757
4758         * src/gtk/filesel.c
4759                 grab save button by default
4760                 Thanks to Colin
4761
4762 2006-07-05 [wwp]        2.3.1cvs59
4763
4764         * manual/xml2pdf
4765                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4766
4767 2006-07-04 [colin]      2.3.1cvs58
4768
4769         * src/mimeview.c
4770         * src/textview.c
4771                 Use left click to select, middle click to open
4772                 on mimeparts links
4773         * src/common/utils.c
4774                 Fix segfault
4775
4776 2006-07-04 [colin]      2.3.1cvs57
4777
4778         * src/mainwindow.c
4779         * src/news.c
4780                 Warning fixes, thanks to Fabien
4781
4782 2006-07-04 [colin]      2.3.1cvs56
4783
4784         * src/mimeview.c
4785         * src/mimeview.h
4786         * src/textview.c
4787                 Allow parts to be selected via their text label
4788                 in textview
4789
4790 2006-07-04 [colin]      2.3.1cvs55
4791
4792         * src/folderview.c
4793                 Feedback when closing (for big folders)
4794         * src/prefs_actions.c
4795         * src/prefs_filtering.c
4796         * src/prefs_matcher.c
4797         * src/prefs_template.c
4798                 Fix default button when closing without
4799                 having saved
4800
4801 2006-07-04 [colin]      2.3.1cvs54
4802
4803         * src/news.c
4804                 Delete local file on deletion
4805
4806 2006-07-03 [colin]      2.3.1cvs53
4807
4808         * src/folderview.c
4809         * src/main.c
4810                 Don't freeze when rescanning after crash
4811
4812 2006-07-03 [wwp]        2.3.1cvs52
4813
4814         * src/compose.c
4815         * src/privacy.c
4816         * src/privacy.h
4817         * src/plugins/pgpinline/pgpinline.c
4818         * src/plugins/pgpmime/pgpmime.c
4819                 don't report an error when the user cancels the passphrase dialog.
4820
4821 2006-07-02 [colin]      2.3.1cvs51
4822
4823         * src/folderview.c
4824                 Open message when crossing folders with Space,
4825                 goto next unread and friends
4826
4827 2006-07-01 [colin]      2.3.1cvs50
4828
4829         * src/prefs_account.c
4830                 Typographic rules varying from language
4831                 to language (in french "Protocole :"),
4832                 we have to do that :)
4833
4834 2006-07-01 [ticho]      2.3.1cvs49
4835
4836         * src/prefs_account.c
4837                 Only use one temporary gchar* variable in
4838                 prefs_account_protocol_set_optmenu().
4839
4840 2006-07-01 [ticho]      2.3.1cvs48
4841
4842         * src/prefs_account.c
4843         * src/prefs_account.h
4844                 Use GtkLabel for existing account protocol name.
4845                 Created an array for protocol names and populate the
4846                 combobox from it in a for() cycle.
4847
4848 2006-06-30 [colin]      2.3.1cvs47
4849
4850         * src/compose.c
4851                 Block undo when changing signature (by changing
4852                 account)
4853
4854 2006-06-30 [paul]       2.3.1cvs46
4855
4856         * src/send_message.c
4857                 when editing From in the Compose window, use that address
4858                 in the Return-Path: header
4859                 Thanks to Colin
4860
4861 2006-06-30 [colin]      2.3.1cvs45
4862
4863         * src/compose.c
4864                 Fix signature replacement:
4865                 - when no newline before separator
4866                 - when reediting
4867
4868 2006-06-29 [colin]      2.3.1cvs44
4869
4870         * src/folderview.c
4871         * src/folderview.h
4872         * src/mainwindow.c
4873         * src/summaryview.c
4874                 Let 'View/Go to/Next marked' work like
4875                 Next new & Next unread: across folders
4876                 Change the select_on_entry pref to do
4877                 what we want when changing folder
4878         * src/common/utils.c
4879                 Fix single-quoted links 
4880
4881 2006-06-29 [colin]      2.3.1cvs43
4882
4883         * src/gtk/gtkaspell.c
4884                 "Sylpheed" and "Sylpheed-Claws" do exist !
4885
4886 2006-06-29 [colin]      2.3.1cvs42
4887
4888         * src/imap.c
4889                 Forgot to remove debug
4890
4891 2006-06-29 [colin]      2.3.1cvs41
4892
4893         * src/imap.c
4894         * src/imap.h
4895         * src/mainwindow.c
4896                 Disconnect from IMAP servers when going
4897                 offline. Fixes bug #978 (going to offline-mode 
4898                 won't close connections)
4899
4900 2006-06-29 [colin]      2.3.1cvs40
4901
4902         * src/main.c
4903                 Fix transient setting on failing plugins
4904                 Patch by Fabien
4905         * src/plugins/pgpcore/sgpgme.c
4906                 Only warn for OpenPGP. Most people don't
4907                 have CMS available.
4908
4909 2006-06-29 [colin]      2.3.1cvs39
4910
4911         * src/compose.c
4912                 Fix Spelling menu (discrepancy between context menu
4913                 and top menu when folder's dictionary isn't the 
4914                 default one)
4915         * src/plugins/pgpcore/sgpgme.c
4916                 More error reporting about why gpgme can fail
4917
4918 2006-06-29 [wwp]        2.3.1cvs38
4919
4920         * src/mainwindow.c
4921                 honor the display-header-pane setting even when the message view
4922                 is a separate window.
4923
4924 2006-06-29 [wwp]        2.3.1cvs37
4925
4926         * src/prefs_actions.c
4927                 forgot to commit that one (use of GTK_STOCK_INFO).
4928
4929 2006-06-29 [colin]      2.3.1cvs36
4930
4931         * src/imap.c
4932                 Better handling of login errors (ask the password
4933                 again once), alert in case of error. Fix three
4934                 signedness warnings.
4935
4936 2006-06-28 [wwp]        2.3.1cvs35
4937
4938         * src/prefs_template.c
4939         * src/prefs_matcher.c
4940         * src/prefs_filtering_action.c
4941         * src/prefs_quote.c
4942                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4943                 patch by Fabien Vantard, slightly modified.
4944
4945 2006-06-28 [paul]
4946
4947         2.4.0-rc2 released
4948
4949 2006-06-28 [colin]      2.3.1cvs34
4950
4951         * src/prefs_account.c
4952                 Fix bug #977 (Can't add or edit imap accounts)
4953
4954 2006-06-28 [colin]      2.3.1cvs33
4955
4956         * src/mimeview.c
4957                 Fix previous
4958
4959 2006-06-28 [colin]      2.3.1cvs32
4960
4961         * src/mimeview.c
4962                 Save named inlined attachments with "Save all"
4963         * src/main.c
4964         * src/mbox.c
4965         * src/common/plugin.c
4966         * src/common/plugin.h
4967         * src/common/sylpheed.c
4968         * src/common/utils.c
4969         * src/plugins/pgpcore/sylpheed.def
4970         * src/plugins/pgpinline/sylpheed.def
4971         * src/plugins/pgpmime/sylpheed.def
4972                 Win32 compatibility patch, by
4973                 Werner Koch
4974
4975 2006-06-28 [wwp]        2.3.1cvs31
4976
4977         * src/imap.c
4978         * src/prefs_folder_item.c
4979                 less compilation warnings (thanks to Fabien Vantard), less typos.
4980
4981 2006-06-28 [paul]       2.3.1cvs30
4982
4983         * src/gtk/gtkutils.c
4984                 gtk_combo_box_set_focus_on_click() is only
4985                 available since gtk 2.6.0
4986
4987 2006-06-28 [paul]       2.3.1cvs29
4988
4989         * src/prefs_ext_prog.c
4990                 fix engrish and add a tooltip for the
4991                 'command for 'Display as text' option
4992
4993 2006-06-28 [paul]
4994
4995         2.4.0-rc1 released
4996
4997 2006-06-28 [paul]       2.3.1cvs28
4998
4999         * ChangeLog
5000         * tools/Makefile.am
5001                 include textviewer.pl in releases
5002
5003 2006-06-28 [paul]       2.3.1cvs27
5004
5005         * src/prefs_ext_prog.c
5006                 hide Print command option if libgnomeprint
5007                 support is present
5008
5009 2006-06-27 [colin]      2.3.1cvs26
5010
5011         * src/compose.c
5012                 Fix Esc handling in insert/attach dialog
5013                 Don't show this dialog if dragging something
5014                 else than text/uri-list
5015                 Thanks to Fabien Vantard
5016         * tools/textviewer.pl
5017                 Filter script to display stuff as text
5018                 by H. Merijn Brand
5019
5020 2006-06-27 [wwp]        2.3.1cvs25
5021
5022         * src/messageview.c
5023                 use the exact product name (message view title), patch
5024                 by Fabien Vantard.
5025
5026 2006-06-27 [ticho]      2.3.1cvs24
5027
5028         * src/prefs_account.c
5029         * src/prefs_common.c
5030         * src/prefs_common.h
5031         * src/prefs_ext_prog.c
5032         * src/textview.c
5033                 Add a preference (Preferences/External programs)
5034                 to allow "Display as text" to be done via a script
5035                 (patch by H.Merijn Brand).
5036                 Use GtkComboBox for protocol selection in account
5037                 preferences.
5038                 Only include current choice for existing accounts, and
5039                 insensitivize the combobox.
5040
5041 2006-06-27 [paul]       2.3.1cvs23
5042
5043         * src/mbox.c
5044                 fix crasher introduced in cvs21.
5045                 Thanks to Colin
5046
5047 2006-06-26 [colin]      2.3.1cvs22
5048
5049         * src/mbox.c
5050                 Fix double-frees when leaving folders
5051                 after exporting to mbox
5052
5053 2006-06-26 [colin]      2.3.1cvs21
5054
5055         * src/mbox.c
5056                 More feedback (and optimisation)
5057                 on import/export
5058         * src/common/utils.c
5059                 Fix case when looking for mail addresses
5060         * src/gtk/gtkutils.c
5061                 Extra check for (X-)Face
5062
5063 2006-06-25 [ticho]      2.3.1cvs20
5064
5065         * src/compose.c
5066         * src/exphtmldlg.c
5067         * src/gtk/gtkutils.c
5068         * src/gtk/gtkutils.h
5069                 Added second argument to gtkut_sc_combobox_create() to
5070                 control focus-on-click for the widget.
5071                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
5072
5073 2006-06-25 [ticho]      2.3.1cvs19
5074
5075         * src/compose.c
5076         * src/gtk/Makefile.am
5077         * src/gtk/combobox.c
5078         * src/gtk/combobox.h
5079         * src/gtk/gtkutils.c
5080         * src/gtk/gtkutils.h
5081                 Use GtkComboBox instead of deprecated GtkOptionMenu
5082                 for account selector in compose window and for encoding
5083                 selector in attachment properties.
5084                 Also factorise working with the new GtkComboBox somewhat.
5085
5086 2006-06-24 [paul]       2.3.1cvs18
5087
5088         * src/prefs_common.c
5089                 use the correct default value
5090
5091 2006-06-24 [paul]       2.3.1cvs17
5092
5093         * src/compose.c
5094         * src/prefs_common.c
5095         * src/prefs_common.h
5096         * src/prefs_compose_writing.c
5097                 enable setting of default action when
5098                 dnd'ing files in the compose window.
5099                 (Collaborative effort with wwp)
5100
5101 2006-06-23 [wwp]        2.3.1cvs16
5102
5103         * src/compose.c
5104                 i18n fix (thanks to Fabien Vantard)
5105
5106 2006-06-22 [colin]      2.3.1cvs15
5107
5108         * src/prefs_customheader.c
5109                 Don't use filters in custom headers' file 
5110                 selector. Remember, extensions mean nothing :)
5111
5112 2006-06-22 [paul]       2.3.1cvs14
5113
5114         * configure.ac
5115                 allow setting of man directory location
5116
5117 2006-06-22 [colin]      2.3.1cvs13
5118
5119         * src/mainwindow.c
5120                 Add 'View/Go to/Next unread folder'.
5121                 I missed that :)
5122
5123 2006-06-22 [colin]      2.3.1cvs12
5124
5125         * src/common/utils.c
5126                 Add some subject prefixes
5127                 Patch by Bjorn T Johansen <btj@havleik.no>
5128
5129 2006-06-22 [colin]      2.3.1cvs11
5130
5131         * manual/advanced.xml
5132                 Forgotten hidden pref
5133
5134 2006-06-21 [paul]       2.3.1cvs10
5135
5136         * src/prefs_account.c
5137                 complete the removal of 'Add date header' option
5138
5139 2006-06-21 [paul]       2.3.1cvs9
5140
5141         * src/account.c
5142         * src/compose.c
5143         * src/prefs_account.c
5144         * src/prefs_account.h
5145                 remove option to add date header - always
5146                 add date header
5147         * src/etpan/imap-thread.c
5148                 fix warnings (Thanks to Colin)
5149
5150 2006-06-21 [wwp]        2.3.1cvs8
5151
5152         * src/folder.c
5153                 set the attachment flag when inline text part are (file)named. This is more convenient
5154                 when receiving (for instance) inline source files or patches sent using thunderbird.
5155
5156 2006-06-21 [paul]       2.3.1cvs7
5157
5158         * src/inc.c
5159                 fix off-by-one count of current msg in
5160                 statusbar filtering progressbar
5161
5162 2006-06-21 [paul]       2.3.1cvs6
5163
5164         * src/folder.c
5165                 Show attachment icon even if the part is 'inline'
5166                 if the following conditions are met:
5167                 - content-type != 'text/plain'
5168                 - content-type != '*/pgp-signature'
5169                 - either 'name' or 'filename' parameter is not NULL
5170                 
5171                 Thanks to Colin
5172
5173 2006-06-21 [paul]       2.3.1cvs5
5174
5175         * src/messageview.c
5176         * src/prefs_common.c
5177         * src/prefs_common.h
5178         * src/prefs_other.c
5179                 add an option to 'Never send Return
5180                 Receipts'
5181                 Thanks to Colin
5182
5183 2006-06-20 [mones]      2.3.1cvs4
5184
5185         * po/es.po
5186                 updated
5187         * src/compose.c
5188                 typo fixed (space after comma)
5189         * tools/make.themes.project
5190                 remove exec mode from tarball files
5191
5192 2006-06-20 [colin]      2.3.1cvs3
5193
5194         * src/news.c
5195         * src/procheader.c
5196         * src/unmime.c
5197                 Better fix for \n's in headers (don't 
5198                 break Received: and others)
5199
5200 2006-06-20 [paul]       2.3.1cvs2
5201
5202         * src/alertpanel.c
5203         * src/textview.c
5204                 improve legibility of phishing attempt
5205                 dialog
5206
5207 2006-06-20 [paul]       2.3.1cvs1
5208
5209         * NEWS
5210         * README
5211         * configure.ac
5212                 Update version number following
5213                 stable release
5214
5215 2006-06-20 [colin]      2.3.0cvs26
5216
5217         * src/compose.c
5218                 When dragging a file to the text of the compose
5219                 window, ask whether we want to insert or attach
5220                 (I know lots of people who do that to attach)
5221
5222 2006-06-20 [colin]      2.3.0cvs25
5223
5224         * src/etpan/imap-thread.c
5225                 Fix threshold (the append command is often > 32 bytes)
5226
5227 2006-06-19 [colin]      2.3.0cvs24
5228
5229         * src/imap.c
5230         * src/etpan/imap-thread.c
5231                 Workaround Rockliffe IMAP server bug: replace
5232                 "x UID SEARCH (ANSWERED UID 1:*)" with
5233                 "x UID SEARCH ANSWERED"
5234                 (Rockliffe doesn't handle the parenthesis)
5235
5236 2006-06-19 [colin]      2.3.0cvs23
5237
5238         * src/compose.c
5239         * src/imap.c
5240         * src/etpan/imap-thread.c
5241                 Probably fix bug #972 (Freezes when adding 
5242                 an attachment to the message)
5243         * src/common/defs.h
5244                 Modernize Firefox cmd
5245
5246
5247 2006-06-18 [colin]      2.3.0cvs22
5248
5249         * src/prefs_customheader.c
5250                 Only allow correct filenames for various
5251                 custom headers
5252
5253 2006-06-18 [colin]      2.3.0cvs21
5254
5255         * src/prefs_customheader.c
5256                 Add a 'From File...' button in custom headers prefs, which
5257                 try to do the right thing: 
5258                 for normal headers, use file as plaintext,
5259                 for X-Face, calls compface,
5260                 for Face, encode to b64.
5261
5262 2006-06-17 [colin]      2.3.0cvs20
5263
5264         * src/mh.c
5265                 Warning fix
5266
5267 2006-06-16 [colin]      2.3.0cvs19
5268
5269         * src/summaryview.c
5270                 Recursive quicksearch: show message list
5271                 in current folder, *then* search children
5272                 in the background.
5273
5274 2006-06-16 [colin]      2.3.0cvs18
5275
5276         * src/main.c
5277                 Instead of ignoring SIGPIPE, save caches
5278                 when getting one. Will fix the fact that
5279                 hot caches are out-of-date when logging 
5280                 out of Xorg.
5281         * src/compose.c
5282         * src/prefs_compose_writing.c
5283                 Only save text (not attachments) when 
5284                 auto-saving to drafts
5285         * src/unmime.c
5286                 Always replace \n, \r and \t with spaces
5287                 in headers
5288         * manual/dist/html/Makefile.am
5289         * manual/dist/pdf/Makefile.am
5290         * manual/dist/ps/Makefile.am
5291         * manual/dist/txt/Makefile.am
5292         * manual/fr/dist/html/Makefile.am
5293         * manual/fr/dist/pdf/Makefile.am
5294         * manual/fr/dist/ps/Makefile.am
5295         * manual/fr/dist/txt/Makefile.am
5296         * manual/pl/dist/html/Makefile.am
5297         * manual/pl/dist/pdf/Makefile.am
5298         * manual/pl/dist/ps/Makefile.am
5299         * manual/pl/dist/txt/Makefile.am
5300                 Fix make clean removing pregenerated manuals
5301
5302
5303 2006-06-16 [colin]      2.3.0cvs17
5304
5305         * src/plugins/pgpcore/sgpgme.c
5306         * src/plugins/pgpmime/pgpmime.c
5307         * src/plugins/pgpinline/pgpinline.c
5308                 Better error reporting in setup_signers.
5309                 Don't fallback to default key if specified
5310                 key isn't found.
5311                 Don't allow signing if more than one secret
5312                 key matches the one specified in prefs.
5313
5314 2006-06-15 [colin]      2.3.0cvs16
5315
5316         * src/folderview.c
5317                 Add "Send queue" in the folder's contextual
5318                 menu
5319         * src/compose.c
5320         * src/messageview.c
5321         * src/privacy.c
5322         * src/privacy.h
5323         * src/procmime.c
5324         * src/procmsg.c
5325         * src/plugins/pgpcore/passphrase.c
5326         * src/plugins/pgpcore/sgpgme.c
5327         * src/plugins/pgpinline/pgpinline.c
5328         * src/plugins/pgpmime/pgpmime.c
5329                 Better error reporting
5330         * src/mbox.c
5331                 Probably fix bug #971 (2.2.3 cannot read mail 
5332                 from local mbox)
5333
5334
5335 2006-06-15 [mones]      2.3.0cvs15
5336
5337         * tools/make.themes.project
5338                 creates the themes project from the web page
5339
5340 2006-06-15 [colin]      2.3.0cvs14
5341
5342         * src/folder.c
5343                 Better fix (avoid losing the folder if scan_tree 
5344                 fails)
5345
5346 2006-06-15 [cleroy]     2.3.0cvs13
5347
5348         * src/folder.c
5349                 Probably fix Bug #969 (crash on rebuilding 
5350                 imap folder)
5351
5352 2006-06-14 [colin]      2.3.0cvs12
5353
5354         * manual/dtd/manual.xsl
5355         * manual/sylpheed-claws-manual.xml
5356         * manual/fr/sylpheed-claws-manual.xml
5357         * manual/pl/sylpheed-claws-manual.xml
5358                 Insert pagebreaks between sections
5359
5360 2006-06-14 [paul]       2.3.0cvs11
5361
5362         * configure.ac
5363                 better fix than 2.3.0cvs10
5364
5365 2006-06-14 [paul]       2.3.0cvs10
5366
5367         * configure.ac
5368                 fix setting of PACKAGE_DATA_DIR with newer autoconf
5369                 (backwards compatible)
5370
5371 2006-06-13 [colin]      2.3.0cvs9
5372
5373         * src/messageview.c
5374                 Fix sending of return receipt with the new queue folders
5375
5376 2006-06-13 [wwp]        2.3.0cvs8
5377
5378         * src/quote_fmt_lex.l
5379                 fix wrong tokens returned in quote_fmt lexer, query not().
5380
5381 2006-06-13 [wwp]        2.3.0cvs7
5382
5383         * src/folder.c
5384         * src/prefs_folder_item.c
5385                 allow changing folder type even when folder is not a top-level one,
5386                 thanks to Colin.
5387
5388 2006-06-12 [colin]      2.3.0cvs6
5389
5390         * src/folderview.c
5391                 Fix double-ask of "Do you want to mark all
5392                 as read"
5393
5394 2006-06-12 [colin]      2.3.0cvs5
5395
5396         * src/compose.c
5397         * src/compose.h
5398         * src/folder.c
5399         * src/folder.h
5400         * src/imap.c
5401         * src/inc.c
5402         * src/main.c
5403         * src/messageview.c
5404         * src/mh.c
5405         * src/prefs_folder_item.c
5406         * src/procheader.c
5407         * src/procmime.c
5408         * src/procmsg.c
5409         * src/procmsg.h
5410         * src/send_message.c
5411         * src/summaryview.c
5412         * src/toolbar.c
5413                 Apply bug #964's patch (Queue and drafts aren't normal)
5414                 The Drafts and Queue folder now contain RFC-822 files,
5415                 allowing to move and copy mails from and to these 
5416                 folders. Moving from Drafts to Queue will prepare the
5417                 mail for sending (PGP signature, encryption, etc).
5418                 This patch also rework sending errors handling to try
5419                 to be more helpful.
5420                 Also, allow redefining folder types via the GUI 
5421                 (Folder type in its Properties)
5422
5423 2006-06-12 [colin]      2.3.0cvs4
5424
5425         * src/summaryview.c
5426         * src/prefs_common.c
5427         * src/prefs_common.h
5428         * src/gedit-print.c
5429                 Allow to define a specific print font - patch
5430                 by Bernhard Walle <bernhard.walle@gmx.de>
5431         * src/prefs_fonts.c
5432         * manual/advanced.xml
5433         * manual/fr/advanced.xml
5434                 Add a hidden pref to allow deletion without
5435                 confirmation
5436
5437 2006-06-12 [wwp]        2.3.0cvs3
5438
5439         * .cvsignore
5440                 more files to ignore.
5441
5442 2006-06-12 [wwp]        2.3.0cvs2
5443
5444         * src/quote_fmt.c
5445         * src/quote_fmt_lex.l
5446         * src/quote_fmt_parse.y
5447                 extend the quote_fmt parser (templates and quotes):
5448                 - allow limited sub-expressions in |p{} and |f{} expressions,
5449                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
5450                 - implemented/fixed missing implementation of query_references and show_references,
5451                 - completed, fixed contents and format of the symbols help dialog,
5452                 - fix some compilation warnings.
5453
5454 2006-06-12 [wwp]        2.3.0cvs1
5455
5456         * manual/advanced.xml
5457         * manual/fr/advanced.xml
5458                 updates in the "templates" section of the manual (eng/fr):
5459                  - be more precise (both versions)
5460                  - completed to match the english reference (fr version)
5461                  - touchups (both versions)
5462
5463 2006-06-12 [paul]       2.3.0
5464
5465         2.3.0 released
5466
5467 2006-06-12 [paul]       2.2.3cvs14
5468
5469         * po/ca.po
5470         * po/cs.po
5471         * po/de.po
5472         * po/el.po
5473         * po/fr.po
5474         * po/it.po
5475         * po/pt_BR.po
5476         * po/sr.po
5477         * po/zh_CN.po
5478                 updated by Miquel Oliete, Tim, Stephan Sachse,
5479                 Stavros Giannouris, Fabien Vantard, Andrea
5480                 Spadaccini, Frederico Goncalves Guimaraes,
5481                 Aleksandar Urosevic, and Ralgh Young
5482
5483 2006-06-12 [colin]      2.2.3cvs13
5484
5485         * src/mbox.c
5486                 Add missing header
5487
5488 2006-06-11 [colin]      2.2.3cvs12
5489
5490         * src/msgcache.c
5491                 Verify that g_malloc() succeeded
5492
5493 2006-06-11 [colin]      2.2.3cvs11
5494
5495         * src/wizard.c
5496                 Add Face header to welcome mail
5497
5498 2006-06-10 [colin]      2.2.3cvs10
5499
5500         * src/textview.c
5501                 Revert previous (Forgot it changes the
5502                 margin on the whole mail)
5503
5504 2006-06-10 [colin]      2.2.3cvs9
5505
5506         * src/textview.c
5507                 Don't overlap long headers under (X-)Face
5508
5509 2006-06-10 [mones]      2.2.3cvs8
5510
5511         * manual/xml2pdf
5512                 allow generation of manual on systems lacking saxon binary
5513                 but with java and the saxon library installed
5514
5515         * po/es.po
5516                 updated for release
5517
5518 2006-06-09 [colin]      2.2.3cvs7
5519
5520         * src/summaryview.c
5521                 Fix leak when using Display Sender using Addressbook
5522
5523 2006-06-09 [colin]      2.2.3cvs6
5524
5525         * src/compose.c
5526         * src/folder.c
5527         * src/folderview.c
5528         * src/mimeview.c
5529         * src/summaryview.c
5530                 More leaks fixes
5531
5532 2006-06-09 [paul]       2.2.3cvs5
5533
5534         * AUTHORS
5535         * src/gtk/authors.h
5536         * tools/claws.i18n.status.pl
5537                 updated with new info
5538
5539 2006-06-09 [paul]       2.2.3cvs4
5540
5541         * README
5542                 updated
5543         * manual/ack.xml
5544                 add wwp to authors list
5545         * src/gtk/authors.h
5546                 update mine and Colin's addresses
5547
5548 2006-06-08 [colin]      2.2.3cvs3
5549
5550         * src/etpan/imap-thread.c
5551                 Fix leak on SSL cert check
5552
5553 2006-06-08 [colin]      2.2.3cvs2
5554
5555         * src/common/utils.c
5556                 Fix leak
5557
5558 2006-06-08 [paul]       2.2.3cvs1
5559
5560         * configure.ac
5561                 Update version number following
5562                 stable release
5563
5564 2006-06-07 [colin]      2.2.2cvs3
5565
5566         * src/msgcache.c
5567                 Fix catching cache read errors (guint instead of gint)
5568                 Prevent malloc'ing more than 8MB (means cache corruption)
5569
5570 2006-06-07 [paul]       2.2.2cvs2
5571
5572         * src/exporthtml.c
5573         * src/exportldif.c
5574         * src/mh.c
5575         * src/mutt.c
5576         * src/pine.c
5577         * src/common/utils.c
5578                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
5579                 obey $HOME'
5580                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
5581                 Thanks to Colin
5582
5583 2006-06-06 [paul]       2.2.2cvs1
5584
5585         * configure.ac
5586                 Update version number following
5587                 stable release
5588
5589 2006-06-06 [paul]       2.2.1cvs6
5590
5591         * src/matcher.c
5592                 fix  implicit declaration of
5593                 sylpheed_do_idle()
5594                 Patch by Fabien Vantard
5595
5596 2006-06-06 [paul]       2.2.1cvs5
5597
5598         * src/matcher.c
5599                 fix age_greater and age_lower so that they
5600                 mean what say and not '...or equal to'
5601                 Thanks to Colin
5602
5603 2006-06-06 [paul]       2.2.1cvs4
5604
5605         * src/textview.c
5606         * src/common/utils.c
5607                 fix URI check
5608                 Thanks to Colin
5609
5610 2006-06-05 [wwp]        2.2.1cvs3
5611
5612         * manual/fr/account.xml
5613                 minor language fixes (thanks to Fabien Vantard).
5614
5615 2006-06-05 [colin]      2.2.1cvs2
5616
5617         * src/prefs_folder_item.c
5618         * src/folderview.c
5619                 Allow recursive setting of properties 
5620                 for whole mailboxes
5621         * src/matcher.c
5622                 Don't freeze on 'test' filtering rule
5623
5624 2006-06-05 [colin]      2.2.1cvs1
5625
5626         * configure.ac
5627                 Update version number following
5628                 stable release
5629
5630 2006-06-04 [wwp]        2.2.0cvs82
5631
5632         * manual/glossary.xml
5633         * manual/account.xml
5634         * manual/fr/glossary.xml
5635         * manual/fr/account.xml
5636                 added glossary section and references/links related to the Face custom header.
5637
5638 2006-06-04 [colin]      2.2.0cvs81
5639
5640         * src/summaryview.c
5641                 Skip to next message on move with no
5642                 immediate execution
5643
5644 2006-06-04 [wwp]        2.2.0cvs80
5645
5646         * manual/xml2pdf
5647                 added sanity checks, exit when needed.
5648
5649 2006-06-03 [paul]       2.2.0cvs79
5650
5651         * src/prefs_receive.c
5652                 page name is now 'Receiving'
5653         * src/prefs_send.c
5654                 page name is now 'Sending'
5655
5656 2006-06-03 [colin]      2.2.0cvs78
5657
5658         * src/plugins/spamassassin/spamassassin_gtk.c
5659                 Autoswitch to Localhost if transport was previously
5660                 disabled. Else people had to check [] Enable, then
5661                 *reselect* transport.
5662
5663 2006-06-03 [colin]      2.2.0cvs77
5664
5665         * src/plugins/pgpinline/pgpinline.c
5666         * src/plugins/pgpmime/pgpmime.c
5667                 Check that gpg_data_release_and_get_mem 
5668                 didn't fail (now, why this happens...)
5669
5670 2006-06-03 [colin]      2.2.0cvs76
5671
5672         * src/mbox.c
5673                 Fix bug #962 (Manual and/or UI should 
5674                 warn about incompatible locking 
5675                 causing dataloss)
5676
5677 2006-06-02 [cleroy]     2.2.0cvs75
5678
5679         * src/filtering.c
5680         * src/folder.c
5681         * src/procmsg.c
5682         * src/summaryview.c
5683                 Fix a few leaks
5684
5685 2006-06-02 [colin]      2.2.0cvs74
5686
5687         * src/main.c
5688                 On exit, free caches after writing them
5689                 Shuts up some valgrind false positives
5690         * src/procmsg.c
5691         * src/send_message.c
5692                 Fix races when reusing existing SMTP connections
5693                 Fix inexistant session timeout
5694         * src/toolbar.c
5695                 Display alertpanel after all queues have
5696                 been processed, not after each
5697
5698 2006-06-02 [wwp]        2.2.0cvs73
5699
5700         * manual/fr/glossary.xml
5701         * manual/fr/ack.xml
5702         * manual/ack.xml
5703                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
5704
5705 2006-06-02 [wwp]        2.2.0cvs72
5706
5707         * manual/xml2pdf
5708         * manual/dist/pdf/Makefile.am
5709         * manual/dtd/manual.xsl
5710         * manual/fr/dist/pdf/Makefile.am
5711         * manual/pl/dist/pdf/Makefile.am
5712                 we changed the procedure to generate the .pdf version of the manual.
5713                 The procedure is more modern and the .pdf we get now has a valid index.
5714                 Here are the new pre-requisites:
5715
5716                 - JRE 1.x (1.4 here): there must be one from your distro
5717                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5718                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5719                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
5720
5721                 See my posts for further info about the installation of this toolchain:
5722
5723                 Date: Fri, 19 May 2006 19:40:06 +0200
5724                 From: wwp <subscript@free.fr>
5725                 To: sylpheed-claws-devel@lists.sourceforge.net
5726                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
5727
5728                 and
5729
5730                 Date: Wed, 24 May 2006 12:58:49 +0200
5731                 From: wwp <subscript@free.fr>
5732                 To: sylpheed-claws-devel@lists.sourceforge.net
5733                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
5734
5735 2006-06-01 [colin]      2.2.0cvs71
5736
5737         * src/compose.c
5738                 Better guards against IMAP races
5739         * src/main.c
5740         * src/prefs_common.c
5741         * src/prefs_common.h
5742         * src/common/ssl_certificate.c
5743         * src/etpan/imap-thread.c
5744         * src/etpan/imap-thread.h
5745         * src/gtk/sslcertwindow.c
5746                 New hidden option ssl_skip_cert_check to 
5747                 avoid dups of bug #959 (libetpan linked
5748                 against gnutls and gnutls buggy on 64bit)
5749                 Present expired warning only once per
5750                 session/server.
5751         * manual/advanced.xml
5752         * manual/fr/advanced.xml
5753                 Document new option
5754
5755 2006-06-01 [wwp]        2.2.0cvs70
5756
5757         * src/messageview.c
5758                 fix for bug #961 (return receipt dialog 
5759                 complains incorrectly about return-path 
5760                 email adress being different), thanks 
5761                 to Colin.
5762
5763 2006-05-31 [cleroy]     2.2.0cvs69
5764
5765         * src/common/ssl.c
5766                 Guard against NULLs, although this
5767                 should never be an issue
5768
5769 2006-05-31 [colin]      2.2.0cvs68
5770
5771         * src/filtering.c
5772                 Use g_slist_prepend
5773         * src/imap.c
5774                 Don't remove caches when destroying folder, it
5775                 could (should) be done at exit
5776         * src/inc.c
5777                 free processing cache after incorporation
5778         * src/etpan/imap-thread.c
5779                 Maybe fix bug #959 (Crash on moving to emails 
5780                 to a imap account per ssl with a expired 
5781                 certificate.)
5782
5783 2006-05-30 [colin]      2.2.0cvs67
5784
5785         * src/summaryview.c
5786                 Put back event flush when displaying message
5787                 It avoids reading a bunch of messages just
5788                 by hitting shift-n for too long ;)
5789
5790 2006-05-29 [colin]      2.2.0cvs66
5791
5792         * src/summaryview.c
5793                 Remove useless g_warnings
5794
5795 2006-05-29 [colin]      2.2.0cvs65
5796
5797         * src/imap.c
5798                 Fix g_slist_append()s for performance
5799
5800 2006-05-29 [colin]      2.2.0cvs64
5801
5802         * src/compose.c
5803         * src/common/utils.c
5804                 Fix extraneous tab at start of addresses
5805         * src/mainwindow.c
5806                 Fix warnings (thanks to Fabien)
5807                 Fix crash at exit when composing messages 
5808                 exist
5809         * src/pop.c
5810                 Fix progress bar when deleting expired mails
5811                 Thanks to Hiro
5812         * src/summaryview.c
5813         * src/gtk/gtksctree.c
5814                 Fix re-sorting slowness
5815
5816 2006-05-29 [paul]       2.2.0cvs63
5817
5818         * src/mh.c
5819                 fetch full message when moving mails
5820                 from another mailbox, (fixed data loss
5821                 when filtering from IMAP to MH, introduced
5822                 in 2.2.0cvs57).
5823                 Thanks to Colin
5824
5825 2006-05-29 [mones]      2.2.0cvs62
5826
5827         * src/gtk/gtksctree.c
5828                 Unselect faster (patch by Colin)        
5829
5830 2006-05-26 [colin]      2.2.0cvs61
5831
5832         * src/summaryview.c
5833                 Unplug MSGINFO_UPDATE callback on delete too.
5834
5835 2006-05-26 [colin]      2.2.0cvs60
5836
5837         * src/foldersel.c
5838                 Fix bold in folder selection window with glib2.10
5839                 thanks Hiro
5840
5841 2006-05-26 [colin]      2.2.0cvs59
5842
5843         * src/procheader.c
5844                 Convert date only if necessary (and don't
5845                 try to convert from utf8 to utf8, too)
5846         * src/summaryview.c
5847                 Only set column's text if the column's 
5848                 displayed
5849
5850 2006-05-26 [colin]      2.2.0cvs58
5851
5852         * src/summaryview.c
5853         * src/gtk/gtkutils.c
5854                 Fix useless warning
5855
5856 2006-05-26 [colin]      2.2.0cvs57
5857
5858         * src/mainwindow.c
5859                 Make summaryview selectable as long as 
5860                 no message has focus
5861         * src/mh.c
5862                 Faster deletion (by implementing mh_remove_msgs)
5863                 Faster copy (avoid using mh_fetch_msg just to get
5864                 the filename)
5865                 Faster move (using move_file instead of copy_file
5866                 if MSG_IS_MOVE)
5867                 No progressbar if total number of mails to cp/mv 
5868                 is less than 100
5869         * src/summaryview.c
5870                 Fix removal from subject_table when mail gets moved
5871                 Faster deletion (g_slist_prepend instead of append)
5872         * src/gtk/gtksctree.c
5873                 Remove useless code
5874
5875 2006-05-25 [colin]      2.2.0cvs56
5876
5877         * src/common/ssl_certificate.c
5878                 Fix leak in expired cert check
5879
5880 2006-05-25 [colin]      2.2.0cvs55
5881
5882         * src/mh.c
5883                 Disable flags syncing on .mh_sequences - it
5884                 is buggy and marks mails read under unknown
5885                 conditions.
5886
5887 2006-05-25 [paul]
5888
5889         * 2.3.0-rc4 released
5890
5891 2006-05-24 [colin]      2.2.0cvs54
5892
5893         attention cvs users: if you manage to crash
5894         Sylpheed-Claws while moving, copying or deleting
5895         mails, we *are* interested in stack traces and
5896         valgrind logs. It looks stable, but one never
5897         knows...
5898
5899         * src/folder.c
5900                 Add progressbar for cache updates
5901         * src/folderutils.c
5902                 Optimize Mark all read in the current
5903                 folder
5904         * src/mh.c
5905                 Add progressbar for copy/move
5906         * src/procmsg.c
5907                 Optimize O(n^2) in copy/move
5908         * src/summaryview.c
5909         * src/gtk/gtksctree.c
5910                 Optimize O(n^2) algos
5911         * src/common/timing.h
5912                 Display ms instead of us
5913
5914 2006-05-24 [wwp]        2.2.0cvs53
5915
5916         * manual/fr/advanced.xml
5917                 updates to the French manual.
5918
5919 2006-05-24 [wwp]        2.2.0cvs52
5920
5921         * src/common/utils.c
5922                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5923
5924 2006-05-24 [wwp]        2.2.0cvs51
5925
5926         * src/folderutils.c
5927                 fixed "mark all read" in MH folders (thanks to Colin).
5928
5929 2006-05-24 [paul]       2.2.0cvs50
5930
5931         * doc/man/sylpheed-claws.1
5932                 updated the man page
5933
5934 2006-05-23 [colin]      2.2.0cvs49
5935
5936         * src/folderview.c
5937         * src/imap.c
5938         * src/inc.c
5939         * src/mbox.c
5940         * src/messageview.c
5941         * src/news.c
5942         * src/send_message.c
5943         * src/summaryview.c
5944         * src/gtk/sslcertwindow.c
5945                 alertpanel fixes, by Fabien
5946
5947 2006-05-23 [colin]      2.2.0cvs48
5948
5949         * src/folder.c
5950         * src/folderview.c
5951         * src/msgcache.c
5952         * src/summaryview.c
5953         * src/gtk/gtksctree.c
5954         * src/gtk/gtksctree.h
5955                 More timings
5956                 Fix slow loading problem, which was caused by the
5957                 use of some gtk_ctree funcs and their use of
5958                 g_list_position while gtk_ctree_(un)link'ing.
5959                 Reap more functions from gtkctree.c to be sure we
5960                 use our (fast) version instead of theirs.
5961         * src/mh.c
5962                 Fix copy of unread mails
5963
5964
5965 2006-05-22 [wwp]        2.2.0cvs47
5966
5967         * manual/fr/advanced.xml
5968                 updated.
5969
5970 2006-05-22 [colin]      2.2.0cvs46
5971
5972         * src/filtering.c
5973                 Fix possible infinite loop. 'copy' is not a 
5974                 final action, so when encountering a 'copy',
5975                 we have to check if a previous one was set
5976                 and do it. In the same way, if we encounter
5977                 a 'move' we have to perform a possibly 
5978                 pending 'copy'. This will slow down filtering
5979                 on IMAP if move+copy or multiple copy actions
5980                 are to be done, but handling it via the batch
5981                 would be really too convoluted.
5982
5983 2006-05-22 [wwp]        2.2.0cvs45
5984
5985         * manual/fr/advanced.xml
5986         * manual/fr/faq.xml
5987         * manual/fr/glossary.xml
5988         * manual/fr/handling.xml
5989         * manual/fr/intro.xml
5990         * manual/fr/plugins.xml
5991         * manual/fr/sylpheed-claws-manual.xml
5992                 sync w/ the english manual: updates URIs, documented mailing-list
5993                 support, better explanation about the enabled/disabled feature
5994                 in filtering/processing rules by Paul.
5995
5996 2006-05-21 [colin]      2.2.0cvs44
5997
5998         * src/summaryview.c
5999                 Don't expand after building threads, but during
6000
6001 2006-05-21 [colin]      2.2.0cvs43
6002
6003         * src/procmsg.c
6004         * src/summaryview.c
6005                 More timing possibilities... For next time I have 
6006                 to find out how the hell some 3GHz computer takes
6007                 one minute to open a 30k folder...
6008
6009 2006-05-21 [colin]      2.2.0cvs42
6010
6011         * manual/pl/advanced.xml
6012         * manual/pl/faq.xml
6013         * manual/pl/glossary.xml
6014         * manual/pl/handling.xml
6015         * manual/pl/intro.xml
6016         * manual/pl/plugins.xml
6017         * manual/pl/sylpheed-claws-manual.xml
6018                 Polish manual updated by Pawel
6019
6020 2006-05-20 [colin]
6021
6022         * 2.3.0-rc3 released
6023
6024 2006-05-20 [colin]      2.2.0cvs41
6025
6026         * src/imap.c
6027                 Fix -rc2 problems:
6028                 - remove cache of moved messages from original folder
6029                 - apply new flags to messages even if they aren't appliable
6030                   via IMAP.
6031
6032 2006-05-20 [colin]
6033
6034         * 2.3.0-rc2 released
6035
6036 2006-05-19 [colin]      2.2.0cvs40
6037
6038         * src/imap.c
6039                 Don't issue SELECT in imap_change_flags
6040                 before having checked that we indeed have
6041                 some flags to change. MSG_POSTFILTERED for
6042                 example can't be used on IMAP.
6043                 Fixes bug #955 (copying messages between 
6044                 imap folders is extremely slow), which was
6045                 a regression.
6046
6047 2006-05-19 [colin]      2.2.0cvs39
6048
6049         * src/folder.c
6050         * src/folder.h
6051         * src/folderview.c
6052                 Try to fix bug #830 (Some unread messages 
6053                 get marked read in IMAP inbox):
6054                 - Prevent scanning a folder if it's being 
6055                   opened via the GUI
6056                 - Postpone opening via the GUI of a folder
6057                   currently scanned.
6058
6059
6060 2006-05-19 [wwp]        2.2.0cvs38
6061
6062         * manual/advanced.xml
6063                 fix English+typo (thanks to Paul).
6064
6065 2006-05-19 [wwp]        2.2.0cvs37
6066
6067         * manual/advanced.xml
6068         * manual/fr/advanced.xml
6069         * src/gtk/logwindow.c
6070         * src/prefs_common.c
6071         * src/prefs_common.h
6072                 added hidden prefs to allow customization of colors used in
6073                 protocol log window (useful for dark gtk+ themes).
6074
6075 2006-05-19 [wwp]        2.2.0cvs36
6076
6077         * ChangeLog
6078                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
6079
6080 2006-05-19 [paul]       2.2.0cvs35
6081
6082         * src/textview.c
6083                 make Reply-To fully clickable
6084         * src/gtk/logwindow.c
6085                 more colouring (SMTP ESMTP)
6086         Both patches by Pawel Pekala
6087
6088 2006-05-19 [cleroy]     2.2.0cvs34
6089
6090         * src/mh.c
6091                 Don't update flags from current folder
6092                 Probably fixes bug #935 (Read Messages 
6093                 Revert to Being Marked as Unread)
6094
6095 2006-05-18 [colin]      2.2.0cvs33
6096
6097         * src/imap.c
6098                 Warning fix
6099         * src/compose.c
6100         * src/mainwindow.c
6101         * src/summaryview.c
6102         * src/toolbar.c
6103                 Allow replying to multiple emails
6104                 in multiple windows
6105         * src/mimeview.c
6106         * src/etpan/imap-thread.c
6107                 Leak fixes
6108
6109 2006-05-18 [paul]       2.2.0cvs32
6110
6111         * src/summaryview.c
6112                 keep Mailing-List menu refreshed
6113                 Thanks to Colin
6114
6115 2006-05-18 [paul]       2.2.0cvs31
6116
6117         * manual/advanced.xml
6118         * manual/faq.xml
6119         * manual/glossary.xml
6120         * manual/handling.xml
6121         * manual/intro.xml
6122         * manual/plugins.xml
6123         * manual/sylpheed-claws-manual.xml
6124                 update URLs
6125                 add info about mailing-list support
6126                 edit filtering info
6127         * src/wizard.c
6128         * src/common/defs.h
6129         * src/gtk/about.c
6130         * src/plugins/dillo_viewer/README
6131                 update URLs
6132
6133 2006-05-17 [wwp]        2.2.0cvs30
6134
6135         * manual/handling.xml
6136         * manual/fr/handling.xml
6137                 documented the ability to enabled/disable filtering/processing rules.
6138
6139 2006-05-17 [colin]      2.2.0cvs29
6140
6141         * src/main.c
6142                 Don't initialize g_thread subsystem if it's 
6143                 already done (thanks to Hiro)
6144         * src/mimeview.c
6145                 Fix saving of parts when there name can't be
6146                 converted from UTF-8.
6147
6148 2006-05-17 [paul]       2.2.0cvs28
6149
6150         * po/Makefile.in.in
6151                 fix config.status warning with autoconf 2.60
6152
6153 2006-05-17 [paul]       2.2.0cvs27
6154
6155         * po/POTFILES.in
6156                 add src/mbox.c
6157
6158 2006-05-17 [wwp]        2.2.0cvs26
6159
6160         * src/mainwindow.c
6161                 fix useless and potentially dangerous buffer walking (thanks to Colin).
6162
6163 2006-05-17 [wwp]        2.2.0cvs25
6164
6165         * src/plugins/demo/demo.c
6166                 updated product name in plugin demo (many plugins need to be
6167                 sync'ed w/ that change).
6168
6169 2006-05-17 [colin]      2.2.0cvs24
6170
6171         * src/mh.c
6172                 Fix leak
6173
6174 2006-05-16 [colin]      2.2.0cvs23
6175
6176         * src/mainwindow.c
6177                 Stupid me hit again. Fix cvs22.
6178
6179 2006-05-16 [colin]      2.2.0cvs22
6180
6181         * src/mainwindow.c
6182                 Fix bug #922 (sylpheed-claws crashed after 
6183                 pushing on Inbox folder)
6184
6185 2006-05-16 [colin]      2.2.0cvs21
6186
6187         * src/compose.c
6188                 Make From header be copy/paste/select-able
6189
6190 2006-05-16 [wwp]        2.2.0cvs20
6191
6192         * src/export.c
6193         * src/matcher.c
6194         * src/summaryview.c
6195         * src/etpan/imap-thread.c
6196                 fix some compiler warnings (thanks to Colin).
6197
6198 2006-05-16 [wwp]        2.2.0cvs19
6199
6200         * src/action.c
6201         * src/gedit-print.c
6202         * src/inc.c
6203         * src/mainwindow.c
6204         * src/mh.c
6205         * src/statusbar.c
6206         * src/send_message.c
6207         * src/summaryview.c
6208                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
6209
6210 2006-05-15 [colin]      2.2.0cvs18
6211
6212         * src/procmsg.c
6213                 Fix automatic rule creation with List-Post
6214
6215 2006-05-15 [paul]       2.2.0cvs17
6216
6217         * tools/filter_conv_new.pl
6218                 updated for rule enabling/disabling
6219                 claws version >= 2.3.x required
6220
6221 2006-05-15 [cleroy]     2.2.0cvs16
6222
6223         * src/main.c
6224                 Revert test
6225
6226 2006-05-15 [cleroy]     2.2.0cvs15
6227
6228         * src/main.c
6229                 test
6230
6231 2006-05-15 [wwp]        2.2.0cvs14
6232
6233         * manual/pl/.cvsignore
6234                 ignore generated files.
6235
6236 2006-05-14 [wwp]        2.3.0-rc1
6237
6238         * 2.3.0-rc1 released
6239
6240 2006-05-13 [wwp]        2.2.0cvs13
6241
6242         * src/filtering.c
6243         * src/filtering.h
6244         * src/matcher.c
6245         * src/matcher_parser_lex.l
6246         * src/matcher_parser_parse.y
6247         * src/prefs_filtering.c
6248                 new feature: provide the ability to disable filtering and processing
6249                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
6250                 adaptations.
6251
6252 2006-05-13 [colin]      2.2.0cvs12
6253
6254         * src/compose.c
6255                 Remove useless if (a) b; else b;
6256                 Thanks to wwp
6257
6258 2006-05-13 [wwp]        2.2.0cvs11
6259
6260         * src/export.c
6261         * src/import.c
6262         * src/mainwindow.c
6263         * src/mbox.c
6264         * src/summaryview.c
6265         * src/summaryview.h
6266                 no more silent failures (or at least less ones) when importing
6267                 or exporting from/to mbox. Also start importing/exporting if
6268                 the necessary info is set.
6269
6270 2006-05-13 [wwp]        2.2.0cvs10
6271
6272         * RELEASE_NOTES
6273                 restored up-to-date release notes.
6274
6275 2006-05-13 [paul]       2.2.0cvs9
6276
6277         * po/nl.po
6278         * po/ru.po
6279                 updated by Tim Dijkstra and Pavlo Bohmat
6280
6281 2006-05-12 [colin]      2.2.0cvs8
6282
6283         * src/gtk/quicksearch.c
6284                 Add "k" as shortcut for "colorlabel". Patch
6285                 by ath42@users.sf.net.
6286
6287 2006-05-12 [paul]       2.2.0cvs7
6288
6289         * src/prefs_common.h
6290         * src/prefs_summaries.c
6291         * src/summaryview.c
6292                 when entering a folder also allow
6293                 going directly to first Marked message
6294
6295 2006-05-12 [paul]       2.2.0cvs6
6296
6297         * src/summaryview.c
6298                 always obey 'confirm before marking all
6299                 mails read' option
6300
6301 2006-05-12 [paul]       2.2.0cvs5
6302
6303         * src/textview.c
6304                 make Sender fully clickable
6305
6306 2006-05-12 [colin]      2.2.0cvs4
6307
6308         * src/compose.c
6309         * src/compose.h
6310                 Let From be editable
6311         * src/main.c
6312         * src/mh.c
6313                 Full support of .mh_sequences' Unseen seq
6314
6315 2006-05-12 [colin]      2.2.0cvs3
6316
6317         * src/folder.c
6318         * src/mainwindow.c
6319         * src/mainwindow.h
6320         * src/messageview.c
6321         * src/prefs_spelling.c
6322         * src/procheader.c
6323         * src/procmsg.c
6324         * src/procmsg.h
6325         * src/summaryview.c
6326         * src/toolbar.c
6327         * src/toolbar.h
6328                 Add contextual menu on Compose toolbar
6329                 button. Fixes bug #944 (Automatic
6330                 addresses not applied when changing account
6331                 from compose window)
6332                 add Mailing List support
6333                 based on the old 0.6.5claws25 patch by
6334                 Melvin Hadasht, with finishing touches
6335                 by Colin
6336                 Fix "ignore thread" when mails are threaded by
6337                 subject (and weren't ignored although appearing
6338                 in the thread).
6339                 GUI rework.
6340                 Both patches by Pawel.
6341
6342 2006-05-08 [paul]       2.2.0cvs2
6343
6344         * src/mainwindow.c
6345         * src/mainwindow.h
6346         * src/messageview.c
6347         * src/procheader.c
6348         * src/procmsg.c
6349         * src/procmsg.h
6350         * src/summaryview.c
6351                 add Mailing List support
6352                 based on the old 0.6.5claws25 patch by 
6353                 Melvin Hadasht, with finishing touches
6354                 by Colin
6355
6356 2006-05-08 [colin]      2.2.0cvs1
6357
6358         * src/mainwindow.c
6359         * src/toolbar.c
6360         * src/toolbar.h
6361                 Add contextual menu on Compose toolbar 
6362                 button. Fixes bug #944 (Automatic 
6363                 addresses not applied when changing account 
6364                 from compose window)
6365
6366 2006-05-08 [paul]       2.2.0
6367
6368         2.2.0 released
6369
6370 2006-05-08 [paul]       2.1.1cvs51
6371
6372         * po/cs.po
6373         * po/de.po
6374         * po/en_GB.po
6375         * po/fi.po
6376         * po/fr.po
6377         * po/pt_BR.po
6378         * po/sr.po
6379         * po/zh_CN.po
6380                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6381                 Fabien Vantard, Frederico Goncalves Guimaraes,
6382                 Aleksandar Urosevic, and Ralgh Young
6383
6384 2006-05-12 [colin]      2.1.1cvs50
6385
6386         * po/cs.po
6387         * po/de.po
6388         * po/en_GB.po
6389         * po/es.po
6390         * po/fi.po
6391         * po/fr.po
6392         * po/pt_BR.po
6393         * po/sr.po
6394         * po/zh_CN.po
6395                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6396                 Fabien Vantard, Frederico Goncalves Guimaraes,
6397                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
6398
6399 2006-05-05 [colin]      2.1.1cvs49
6400
6401         * manual/Makefile.am
6402         * manual/pl/Makefile.am
6403         * manual/pl/account.xml
6404         * manual/pl/ack.xml
6405         * manual/pl/addrbook.xml
6406         * manual/pl/advanced.xml
6407         * manual/pl/faq.xml
6408         * manual/pl/glossary.xml
6409         * manual/pl/gpl.xml
6410         * manual/pl/handling.xml
6411         * manual/pl/intro.xml
6412         * manual/pl/keyboard.xml
6413         * manual/pl/plugins.xml
6414         * manual/pl/starting.xml
6415         * manual/pl/sylpheed-claws-manual.xml
6416         * manual/pl/dist/.cvsignore
6417         * manual/pl/dist/Makefile.am
6418         * manual/pl/dist/html/.cvsignore
6419         * manual/pl/dist/html/Makefile.am
6420         * manual/pl/dist/pdf/.cvsignore
6421         * manual/pl/dist/pdf/Makefile.am
6422         * manual/pl/dist/ps/.cvsignore
6423         * manual/pl/dist/ps/Makefile.am
6424         * manual/pl/dist/txt/.cvsignore
6425         * manual/pl/dist/txt/Makefile.am
6426                 Add the polish translation of the manual,
6427                 Authored by Pawel Pekala.
6428
6429 2006-05-05 [cleroy]     2.1.1cvs48
6430
6431         * src/main.c
6432                 Re-read matcherrc after loading plugins 
6433                 if some of them add folders.
6434
6435 2006-05-03 [colin]      2.1.1cvs47
6436
6437         * src/imap.c
6438                 I'm idiot
6439
6440 2006-05-03 [colin]      2.1.1cvs46
6441
6442         * src/imap.c
6443                 Be sure to have a session when
6444                 getting separator
6445
6446 2006-05-03 [colin]      2.1.1cvs45
6447
6448         * src/imap.c
6449         * src/imap.h
6450         * src/imap_gtk.c
6451                 Fix preventing renaming with namespace 
6452                 separator.
6453
6454 2006-05-01 [colin]      2.1.1cvs44
6455
6456         * src/action.c
6457                 Don't reload messageview when result of
6458                 action is piped.
6459
6460 2006-04-29 [colin]      2.1.1cvs43
6461
6462         * src/prefs_receive.c
6463         * src/plugins/spamassassin/spamassassin_gtk.c
6464         * src/plugins/clamav/clamav_plugin_gtk.c
6465                 GUI fixes by Pawel
6466
6467 2006-04-29 [colin]      2.1.1cvs42
6468
6469         * src/prefs_compose_writing.c
6470         * src/prefs_quote.c
6471                 Cleanups. Patch by Pawel
6472
6473 2006-04-28 [paul]       2.1.1cvs41
6474
6475         * src/matcher.c
6476                 fix returned quick search results when search
6477                 term contains an underscore.
6478                 Thanks to Colin
6479
6480 2006-04-28 [paul]       2.1.1cvs40
6481
6482         * src/prefs_message.c
6483         * src/prefs_receive.c
6484                 GUI cleanups
6485                 Patches by Pawel Pekala
6486
6487 2006-04-27 [colin]      2.1.1cvs39
6488
6489         * src/wizard.c
6490                 Differentiate subject Welcome from
6491                 window's title Welcome
6492
6493 2006-04-27 [paul]
6494
6495         2.2.0-rc1 released
6496
6497 2006-04-27 [paul]       2.1.1cvs38
6498
6499         * manual/advanced.xml
6500         * manual/fr/advanced.xml
6501                 add info about compose_no_markup hidden pref
6502
6503 2006-04-27 [paul]       2.1.1cvs37
6504
6505         * src/prefs_account.c
6506                 improve privacy labels
6507         * src/prefs_msg_colors.c
6508                 change some strings for translators' convenience
6509         * src/gtk/gtkutils.c
6510                 don't underline the link button text
6511
6512 2006-04-25 [colin]      2.1.1cvs36
6513
6514         * src/folder.c
6515                 Complete 2.1.1cvs33 (once more ;)
6516
6517 2006-04-25 [colin]      2.1.1cvs35
6518
6519         * src/editldap.c
6520                 Fix tooltip
6521
6522 2006-04-25 [cleroy]     2.1.1cvs34
6523
6524         * src/compose.c
6525         * src/gtk/gtkaspell.c
6526                 Fix crash on redirect (related to the return 
6527                 of the aspell menu in compose's toolbar)
6528         * src/prefs_msg_colors.c
6529                 Fix sensitivity widgets
6530         * src/image_viewer.c
6531         * src/gtk/pluginwindow.c
6532         * src/gtk/prefswindow.c
6533                 Change released signals to clicked (Fabien)
6534         * po/POTFILES.in
6535         * src/common/socket.c
6536         * src/plugins/spamassassin/spamassassin.c
6537                 Translate strings (Fabien)
6538
6539 2006-04-25 [paul]       2.1.1cvs33
6540
6541         * src/folder.c
6542         * src/folder.h
6543         * src/folderview.c
6544                 complete the fix of bug #912
6545                 Thanks to Colin
6546
6547 2006-04-25 [colin]      2.1.1cvs32
6548
6549         * src/news.c
6550                 Better progress bar
6551         * src/mimeview.c
6552         * src/summaryview.c
6553         * src/summaryview.h
6554                 Fix focus chain
6555                 Patches by Pawel Pekala
6556
6557 2006-04-24 [colin]      2.1.1cvs31
6558
6559         * src/compose.c
6560                 Fix compilation warnings (Fabien)
6561
6562 2006-04-24 [colin]      2.1.1cvs30
6563
6564         * src/addrindex.c
6565         * src/editldap.c
6566         * src/editldap_basedn.c
6567         * src/editldap_basedn.h
6568         * src/ldapctrl.c
6569         * src/ldapctrl.h
6570         * src/ldapquery.c
6571         * src/ldaputil.c
6572         * src/ldaputil.h
6573                 Fix bug #901 (LDAPS support)
6574
6575 2006-04-24 [colin]      2.1.1cvs29
6576
6577         * src/compose.c
6578                 Fix logic on error with send dialog on
6579         * src/imap.c
6580                 Fix compilation without libetpan, thanks
6581                 to Fabien
6582         * src/summaryview.c
6583                 Fix 'context-menu' key
6584
6585 2006-04-23 [colin]      2.1.1cvs28
6586
6587         * src/folder.c
6588                 Never free current's cache to free up 
6589                 memory. Fixes bug #912 (new count 
6590                 randomly set to message count)
6591
6592 2006-04-23 [colin]      2.1.1cvs27
6593
6594         * src/gtk/quicksearch.c
6595                 And remove printf...
6596
6597 2006-04-23 [colin]      2.1.1cvs26
6598
6599         * src/gtk/quicksearch.c
6600                 Fix replacing in quicksearch, and fix inserting
6601                 in the middle of the string. (introduced at 2.1.0cvs22)
6602
6603 2006-04-23 [colin]      2.1.1cvs25
6604
6605         * src/imap.c
6606                 Make sure uidnext is initialized in get_num_list
6607                 (not for stable, related to 2.1.1cvs8 and friends)
6608
6609 2006-04-23 [colin]      2.1.1cvs24
6610
6611         * src/imap.c
6612                 Output something when login is successful
6613                 too
6614
6615 2006-04-23 [colin]      2.1.1cvs23
6616
6617         * src/etpan/imap-thread.c
6618                 Better logging (line-per-line, hide data in fetch)
6619                 Fix a const warning
6620         * src/gtk/logwindow.c
6621         * src/gtk/logwindow.h
6622                 Better logging (color for input/output)
6623
6624 2006-04-21 [colin]      2.1.1cvs22
6625
6626         * src/gtk/quicksearch.c
6627                 On gtk+-2.8, use stock buttons in quicksearch
6628                 Based on a patch by Fabien and a design by Paul
6629
6630 2006-04-21 [colin]      2.1.1cvs21
6631
6632         * src/folderview.c
6633         * src/mainwindow.c
6634                 Fix occasional flicker in folderview
6635         * src/common/utils.c
6636                 Fix bug #943 (Incorrectly parsed email address 
6637                 list in short headers on message view and in 
6638                 printouts)
6639
6640 2006-04-20 [colin]      2.1.1cvs20
6641
6642         * src/imap.c
6643         * src/imap.h
6644         * src/prefs_account.c
6645                 Add ANONYMOUS auth for IMAP
6646
6647 2006-04-20 [paul]       2.1.1cvs19
6648
6649         * src/main.c
6650                 proper fix for 2.1.1cvs18
6651                 Thanks to Colin
6652
6653 2006-04-20 [paul]       2.1.1cvs18
6654
6655         * src/main.c
6656                 fix build warnings
6657
6658 2006-04-20 [paul]       2.1.1cvs17
6659
6660         * src/gtk/quicksearch.c
6661                 fix standard, non-extended Quick search,
6662                 was broken in 2.1.1cvs15.
6663                 Thanks to Colin.
6664
6665 2006-04-20 [colin]      2.1.1cvs16
6666
6667         * src/prefs_matcher.c
6668                 Fix values when reselecting a ~test
6669                 rule
6670
6671 2006-04-19 [colin]      2.1.1cvs15
6672
6673         * src/compose.c
6674         * src/compose.h
6675         * src/gtk/gtkaspell.c
6676         * src/gtk/gtkaspell.h
6677                 Put back Options menu in Spelling/
6678         * src/gtk/quicksearch.c
6679                 Don't search, and show error, if the
6680                 advanced search has a syntax error
6681
6682 2006-04-18 [colin]      2.1.1cvs14
6683
6684         * src/textview.c
6685                 Fix gdk warnings on set_cursor when textview
6686                 isn't visible
6687
6688 2006-04-18 [colin]      2.1.1cvs13
6689
6690         * src/gtk/gtksctree.c
6691                 Remove seemingly useless refresh that causes
6692                 flicker - watch this commit in case of 
6693                 problems before planned backport to stable
6694
6695 2006-04-18 [colin]      2.1.1cvs12
6696
6697         * src/imap.c
6698                 Factorize get/set_xml code
6699         * src/compose.c
6700         * src/prefs_account.c
6701         * src/prefs_account.h
6702         * src/procmsg.c
6703                 Add Encrypt to self option
6704
6705 2006-04-17 [colin]      2.1.1cvs11
6706
6707         * configure.ac
6708                 Fix search on encrpyt function on dragonfly
6709                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6710
6711 2006-04-17 [colin]      2.1.1cvs10
6712
6713         * src/prefs_account.c
6714                 Be safe by default: remove mails from POP3
6715                 after 7 days, not immediately
6716
6717 2006-04-17 [colin]      2.1.1cvs9
6718
6719         * src/etpan/imap-thread.c
6720                 Fix build on DragonFly - patch by 
6721                 Jonathan Buschmann <jonthn@agmact.com>
6722
6723 2006-04-17 [colin]      2.1.1cvs8
6724
6725         * src/imap.c
6726                 Save uidnext between sessions
6727
6728 2006-04-17 [colin]      2.1.1cvs7
6729
6730         * src/imap.c
6731                 scan is required when uid validity changes
6732
6733 2006-04-17 [colin]      2.1.1cvs6
6734
6735         * src/folderview.c
6736                 Don't scan if not necessary, apart in current
6737                 folder and INBOX to fetch flags.
6738         * src/imap.c
6739                 Scan is necessary if unread count changes
6740
6741 2006-04-17 [colin]      2.1.1cvs5
6742
6743         * src/imap.c
6744                 ...But always fetch ANSWERED and DELETED flags for
6745                 INBOX, as filtering can happen on these flags.
6746
6747 2006-04-17 [colin]      2.1.1cvs4
6748
6749         * src/imap.c
6750                 Don't fetch REPLIED and DELETED flags when synchronising
6751                 flags with a closed folder. We only need UNSEEN and FLAGGED
6752                 to update the folderview.
6753
6754 2006-04-17 [colin]      2.1.1cvs3
6755
6756         * src/imap.c
6757                 Faster flag search when there are new mails 
6758                 in a folder. We can do a full search if the 
6759                 folder contains less messages than the new
6760                 list.
6761
6762 2006-04-17 [colin]      2.1.1cvs2
6763
6764         * po/cs.po
6765         * po/de.po
6766         * po/fr.po
6767         * po/nl.po
6768         * po/pt_BR.po
6769                 Update translations from stable branch
6770
6771 2006-04-17 [colin]      2.1.1cvs1
6772
6773         * configure.ac
6774                 Bump version to follow stable release
6775
6776 2006-04-16 [mones]      2.1.0cvs50
6777
6778         * po/es.po
6779                 Updated for release
6780
6781 2006-04-16 [colin]      2.1.0cvs49
6782
6783         * src/textview.c
6784                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6785                 with gtk < 2.8. Thanks to Fabien Vantard.
6786
6787 2006-04-15 [colin]      2.1.0cvs48
6788
6789         * src/etpan/imap-thread.c
6790                 Fix bug #919 (libetpan: SEGV when connecting 
6791                 using command)
6792
6793 2006-04-14 [colin]      2.1.0cvs47
6794
6795         * src/main.c
6796                 Fix race on --select (should be done better)
6797
6798 2006-04-14 [wwp]        2.1.0cvs46
6799
6800         * src/send_message.c
6801                 enforce a check for domain in account prefs (a sending
6802                 error could be faced if domain was checked but no value set),
6803                 thanks to Colin.
6804
6805 2006-04-14 [colin]      2.1.0cvs45
6806
6807         * src/codeconv.c
6808                 when converting from unknown to unknown, if the
6809                 string is UTF8, don't convert it to the locale
6810                 (which breaks it)
6811
6812 2006-04-14 [colin]      2.1.0cvs44
6813
6814         * src/compose.c
6815                 Don't try to use ASCII for converting headers
6816                 (as done in body)
6817
6818 2006-04-14 [paul]       2.1.0cvs43
6819
6820         * src/crash.c
6821                 add locale/charset info to crash report
6822         * src/gtk/about.c
6823                 add wwp to doc team
6824                 replace 'e-mail' with preferred 'email'
6825         * src/gtk/authors.h
6826                 ensure contributors list is in alphabetical
6827                 order
6828
6829 2006-04-13 [colin]      2.1.0cvs42
6830
6831         * src/textview.c
6832                 Prevent gdk warnings
6833
6834 2006-04-13 [colin]      2.1.0cvs41
6835
6836         * src/common/ssl_certificate.c
6837         * src/common/ssl_certificate.h
6838         * src/gtk/sslcertwindow.c
6839                 Warn on expired certs, and display the expiration date
6840
6841 2006-04-13 [colin]      2.1.0cvs40
6842
6843         * src/plugins/spamassassin/spamassassin_gtk.c
6844                 Fix missing set_text on unix socket
6845
6846 2006-04-13 [wwp]        2.1.0cvs39
6847
6848         * manual/fr/advanced.xml
6849         * manual/fr/glossary.xml
6850                 applied new spam/ham/email lexicon (pourriel, courriel)
6851
6852 2006-04-13 [paul]       2.1.0cvs38
6853
6854         * src/plugins/pgpmime/plugin.c
6855                 remove the mention of S/MIME from the
6856                 description. This is now handled by the
6857                 S/MIME plugin.
6858
6859 2006-04-13 [paul]       2.1.0cvs37
6860
6861         * src/prefs_msg_colors.c
6862                 rework dialog
6863         * src/prefs_folder_item.c
6864         * src/prefs_spelling.c
6865                 add a tooltip to the colour selector buttons
6866
6867 2006-04-13 [wwp]        2.1.0cvs36
6868
6869         * manual/advanced.xml
6870         * manual/glossary.xml
6871         * manual/handling.xml
6872         * manual/keyboard.xml
6873         * manual/plugins.xml
6874         * manual/starting.xml
6875         * manual/fr/account.xml
6876         * manual/fr/ack.xml
6877         * manual/fr/addrbook.xml
6878         * manual/fr/advanced.xml
6879         * manual/fr/faq.xml
6880         * manual/fr/glossary.xml
6881         * manual/fr/gpl.xml
6882         * manual/fr/handling.xml
6883         * manual/fr/intro.xml
6884         * manual/fr/keyboard.xml
6885         * manual/fr/plugins.xml
6886         * manual/fr/starting.xml
6887         * manual/fr/sylpheed-claws-manual.xml
6888                 fixes to the manuals:
6889                  - summaryview -> Message List (same in French)
6890                  - translate key names
6891                  - fix French punctuation, use non-breakable spaces when
6892                    necessary, don't use &thinsp; which is not portable
6893                  - tell what maildir and mbox formats we support
6894
6895 2006-04-12 [wwp]        2.1.0cvs35
6896
6897         * src/prefs_toolbar.c
6898                 unified a replace button more,
6899                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6900
6901 2006-04-12 [wwp]        2.1.0cvs34
6902
6903         * src/prefs_common.c
6904         * src/prefs_msg_colors.c
6905                 make default color labels translatable,
6906                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6907                 thanks to Tim <timbrain@post.cz> for reporting.
6908
6909 2006-04-12 [wwp]        2.1.0cvs33
6910
6911         * manual/glossary.xml
6912         * manual/intro.xml
6913         * manual/plugins.xml
6914         * manual/starting.xml
6915         * manual/sylpheed-claws-manual.xml
6916         * manual/fr/.cvsignore
6917         * manual/fr/account.xml
6918         * manual/fr/ack.xml
6919         * manual/fr/addrbook.xml
6920         * manual/fr/advanced.xml
6921         * manual/fr/faq.xml
6922         * manual/fr/glossary.xml
6923         * manual/fr/handling.xml
6924         * manual/fr/intro.xml
6925         * manual/fr/keyboard.xml
6926         * manual/fr/plugins.xml
6927         * manual/fr/starting.xml
6928         * manual/fr/sylpheed-claws-manual.xml
6929                 various fixes: typos, missing .fr translations, punctuation,
6930                 capitalization, links, accents and some bad French more.
6931
6932 2006-04-12 [wwp]        2.1.0cvs32
6933
6934         * src/prefs_gtk.c
6935                 fix for bug #935: always store prefs files in UTF-8 (thanks
6936                 to Colin).
6937
6938 2006-04-11 [colin]      2.1.0cvs31
6939
6940         * src/compose.c
6941                 Fix inserting files not in utf8 when locale is utf8
6942
6943 2006-04-11 [colin]      2.1.0cvs30
6944
6945         * src/inc.c
6946                 Don't show error dialog when cancelling connection
6947                 Patch by Pawel
6948
6949 2006-04-11 [cleroy]     2.1.0cvs29
6950
6951         * src/compose.c
6952                 Implement multiple quote levels
6953         * src/prefs_common.c
6954                 Change a little bit the quote bgcolor for 2nd level
6955
6956 2006-04-11 [colin]      2.1.0cvs28
6957
6958         * src/gtk/about.c
6959                 Add locale and charset in the label
6960
6961 2006-04-10 [colin]      2.1.0cvs27
6962
6963         * src/compose.c
6964         * src/prefs_common.c
6965         * src/prefs_common.h
6966         * src/prefs_msg_colors.c
6967         * src/textview.c
6968                 Allow optional background color in quotes
6969                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
6970                 GTK+-2.8.x feature
6971
6972 2006-04-10 [colin]      2.1.0cvs26
6973
6974         * src/main.c
6975         * src/mainwindow.c
6976         * src/mainwindow.h
6977                 Implement --select
6978
6979 2006-04-10 [colin]      2.1.0cvs25
6980
6981         * manual/plugins.xml
6982         * manual/fr/plugins.xml
6983                 Document libcurl's proxy variables
6984
6985 2006-04-09 [colin]      2.1.0cvs24
6986
6987         * src/prefs_common.c
6988                 gettext() returns statically allocated stuff. We have
6989                 to strdup it in order to be able to free it.
6990
6991 2006-04-09 [colin]      2.1.0cvs23
6992
6993         * AUTHORS
6994         * src/gtk/authors.h
6995                 Add Alexei
6996
6997 2006-04-09 [colin]      2.1.0cvs22
6998
6999         * src/mainwindow.c
7000         * src/gtk/quicksearch.c
7001                 Fix bug #859 (problems with cyrilic input in 
7002                 search panel) - Patch by Alexey Illarionov 
7003                 <littlesavage@rambler.ru>
7004
7005 2006-04-09 [colin]      2.1.0cvs21
7006
7007         * src/prefs_customheader.c
7008                 I prefer removing then freeing rather than the contrary
7009                 (even if it doesn't change anything ;-)
7010         * src/prefs_account.c
7011                 Fix bug #933 (Crash re-entering the custom headers list 
7012                 dialog in accounts prefs)
7013                 The problem happened when cancelling the Account 
7014                 Preferences' dialogs - in which case we didn't do 
7015                 anything to the PrefsAccount * struct. In case of applying,
7016                 the old ac_prefs was replaced with the tmp_ac_prefs we were
7017                 working with in this dialog. The problem is that 
7018                 prefs_customheader.c, working on this tmp_ac_prefs, always
7019                 changes the ->customhdr_list pointer, even when cancelled. 
7020                 So in case of cancelling the prefs_account dialog, we still
7021                 have to update ->customhdr_list in the real account.
7022
7023 2006-04-08 [colin]      2.1.0cvs20
7024
7025         * manual/fr/glossary.xml
7026         * manual/fr/keyboard.xml
7027                 Forgot some headers :)
7028
7029 2006-04-08 [colin]      2.1.0cvs19
7030
7031         * manual/Makefile.am
7032         * manual/fr/Makefile.am
7033         * manual/fr/account.xml
7034         * manual/fr/ack.xml
7035         * manual/fr/addrbook.xml
7036         * manual/fr/advanced.xml
7037         * manual/fr/faq.xml
7038         * manual/fr/glossary.xml
7039         * manual/fr/gpl.xml
7040         * manual/fr/handling.xml
7041         * manual/fr/intro.xml
7042         * manual/fr/keyboard.xml
7043         * manual/fr/plugins.xml
7044         * manual/fr/starting.xml
7045         * manual/fr/sylpheed-claws-manual.xml
7046         * manual/fr/dist/.cvsignore
7047         * manual/fr/dist/Makefile.am
7048         * manual/fr/dist/html/.cvsignore
7049         * manual/fr/dist/html/Makefile.am
7050         * manual/fr/dist/pdf/.cvsignore
7051         * manual/fr/dist/pdf/Makefile.am
7052         * manual/fr/dist/ps/.cvsignore
7053         * manual/fr/dist/ps/Makefile.am
7054         * manual/fr/dist/txt/.cvsignore
7055         * manual/fr/dist/txt/Makefile.am
7056                 Add the french translation of the manual. Thanks to
7057                 Olivier Delhomme <olivier.delhomme@free.fr> for 
7058                 account.xml, ack.xml, addrbook.xml and advanced.xml
7059
7060 2006-04-08 [colin]      2.1.0cvs18
7061
7062         * manual/plugins.xml
7063         * manual/starting.xml
7064                 More fixes
7065
7066 2006-04-07 [colin]      2.1.0cvs17
7067
7068         * manual/faq.xml
7069         * manual/intro.xml
7070         * manual/keyboard.xml
7071                 Little fixes
7072
7073 2006-04-07 [colin]      2.1.0cvs16
7074
7075         * README
7076         * src/compose.c
7077         * src/prefs_common.c
7078         * src/prefs_common.h
7079                 Add hidden compose_no_markup pref
7080
7081 2006-04-07 [wwp]        2.1.0cvs15
7082
7083         * src/summary_search.c
7084         * .cvsignore
7085                 Bugfix: stop button was sticky when searching in an empty folder.
7086                 Applied curly brackets code style to the whole file (summary_search.c).
7087                 More files to ignore.
7088
7089 2006-04-07 [wwp]        2.1.0cvs14
7090
7091         * src/message_search.c
7092         * src/summary_search.c
7093                 changed default button when search bumps at file/folder
7094                 beginning or end, for convenience (thanks to Colin).
7095
7096 2006-04-07 [paul]       2.1.0cvs13
7097
7098         * src/plugins/dillo_viewer/dillo_prefs.c
7099                 avoid future potential for namespace collision
7100                 Patch by Colin
7101
7102 2006-04-06 [wwp]        2.1.0cvs12
7103
7104         * src/summary_search.c
7105                 Unify extended/advanced searches names (and thus factorize labels),
7106                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7107
7108 2006-04-06 [wwp]        2.1.0cvs11
7109
7110         * src/folderview.c
7111         * src/prefs_themes.c
7112         * src/summaryview.c
7113                 Fixed some compilation warnings.
7114
7115 2006-04-06 [colin]      2.1.0cvs10
7116
7117         * manual/advanced.xml
7118                 Document the wizard template and how to deploy
7119                 Sylpheed-Claws effectively
7120
7121 2006-04-06 [colin]      2.1.0cvs9
7122
7123         * src/folderview.c
7124                 gettext patch to tell translators about _("#"),
7125                 by Maxim Britov
7126
7127 2006-04-06 [colin]      2.1.0cvs8
7128
7129         * src/textview.c
7130                 Fix invalid GtkTextBIter after clicking "Display as text"
7131
7132 2006-04-06 [mones]      2.1.0cvs7
7133
7134         * src/addr_compl.c
7135         * src/addrindex.c
7136         * src/addritem.c
7137         * src/codeconv.c
7138         * src/compose.c
7139         * src/filtering.c
7140         * src/folder.c
7141         * src/folder_item_prefs.c
7142         * src/folderview.c
7143         * src/localfolder.c
7144         * src/matcher.c
7145         * src/mimeview.c
7146         * src/prefs_msg_colors.c
7147         * src/prefs_spelling.c
7148         * src/prefs_themes.c
7149         * src/procmime.c
7150         * src/procmsg.c
7151         * src/stock_pixmap.c
7152         * src/summaryview.c
7153         * src/textview.c
7154         * src/toolbar.c
7155         * src/common/mgutils.c
7156         * src/common/prefs.c
7157         * src/common/ssl_certificate.c
7158         * src/gtk/colorlabel.c
7159         * src/gtk/quicksearch.c
7160         * src/plugins/pgpmime/pgpmime.c
7161         * src/plugins/spamassassin/spamassassin.c
7162                 Removed redundant NULL checks for g_free() calls.
7163                 Patch by Pawel Pekala.
7164
7165 2006-04-06 [mones]      2.1.0cvs6
7166
7167         * src/prefs_actions.c
7168         * src/prefs_filtering.c
7169         * src/prefs_filtering_action.c
7170         * src/prefs_matcher.c
7171         * src/prefs_template.c
7172         * src/gtk/gtkutils.c
7173         * src/gtk/gtkutils.h
7174                 Have a nice replace button. Patch by Pawel Pekala
7175
7176 2006-04-06 [colin]      2.1.0cvs5
7177
7178         * src/addressbook.c
7179                 Fix crash with empty columns
7180
7181 2006-04-05 [colin]      2.1.0cvs4
7182
7183         * src/wizard.c
7184         * src/prefs_gtk.c
7185                 Allow wizard customization with pre-filled values
7186
7187 2006-04-05 [colin]      2.1.0cvs3
7188
7189         * src/textview.c
7190         * src/mimeview.c
7191         * src/mimeview.h
7192                 Nicer messages in mimeview
7193
7194 2006-04-05 [colin]      2.1.0cvs2
7195
7196         * src/addressbook.c
7197         * src/prefs_summaries.c
7198                 i18n fix
7199
7200 2006-04-05 [colin]      2.1.0cvs1
7201
7202         * src/plugins/pgpcore/plugin.c
7203         * src/plugins/pgpcore/select-keys.c
7204         * src/plugins/pgpcore/select-keys.h
7205         * src/plugins/pgpcore/sgpgme.c
7206         * src/plugins/pgpcore/sgpgme.h
7207         * src/plugins/pgpinline/pgpinline.c
7208         * src/plugins/pgpinline/plugin.c
7209         * src/plugins/pgpmime/pgpmime.c
7210         * src/plugins/pgpmime/plugin.c
7211                 Factorize and generalize a bit 
7212                 Drop S/MIME signature verification from PGP/MIME
7213                 (adding it as another, more complete plugin)
7214
7215 2006-04-05 [paul]       2.1.0
7216
7217         2.1.0 released
7218
7219 2006-04-05 [paul]       2.0.0cvs186
7220
7221         * manual/advanced.xml
7222                 add info on colour labels
7223
7224 2006-04-05 [paul]       2.0.0cvs185
7225
7226         * po/bg.po
7227         * po/cs.po
7228         * po/de.po
7229         * po/el.po
7230         * po/en_GB.po
7231         * po/fi.po
7232         * po/fr.po
7233         * po/it.po
7234         * po/nl.po
7235         * po/pl.po
7236         * po/pt_BR.po
7237         * po/sr.po
7238         * po/zh_CN.po
7239                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
7240                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
7241                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
7242                 Guimaraes, Aleksandar Urosevic, Ralgh Young
7243         * src/gtk/authors.h
7244         * tools/claws.i18n.status.pl
7245                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
7246                 and new Czech translator, Tim <timbrain@post.cz>
7247
7248 2006-04-05 [mones]      2.0.0cvs184
7249
7250         * po/es.po
7251                 Updated translation
7252
7253 2006-04-05 [colin]      2.0.0cvs183
7254
7255         * src/gtk/quicksearch.c
7256                 Fix bug #929 (unnecessary reload in quick search bar)
7257
7258 2006-04-05 [colin]      2.0.0cvs182
7259
7260         * src/compose.c
7261                 Fix crash on Reply with no From:
7262                 Show signature and conversion error on queuing 
7263                 (but not sending)
7264         * src/mainwindow.c
7265         * src/summaryview.c
7266         * src/summaryview.h
7267                 Factorize threading code and make sure msginfo 
7268                 is not null when it comes from a GtkCTreeRow's 
7269                 data
7270         * src/gtk/gtkaspell.c
7271                 Check for necessary things
7272         * src/gtk/gtksctree.c
7273         * src/gtk/gtksctree.h
7274                 Reset anchor if necessary when removing node
7275
7276 2006-03-29 [colin]      2.0.0cvs181
7277
7278         * src/folderview.c
7279                 Warn for disabled IMAP accounts (due to lack of
7280                 libetpan). Breaks string-freeze - sorry - but it
7281                 is kind of important ;)
7282
7283 2006-03-28 [colin]      2.0.0cvs180
7284
7285         * src/gtk/gtkutils.c
7286         * src/gtk/gtkutils.h
7287                 Add a gtkut_get_link_btn() function that
7288                 creates a button which acts like an URI
7289         * src/prefs_themes.c
7290         * src/gtk/about.c
7291                 Use this function (factorizes codes)
7292         * src/common/defs.h
7293         * src/gtk/pluginwindow.c
7294                 Add a "Get more..." in the plugins window
7295
7296 2006-03-28 [colin]      2.0.0cvs179
7297
7298         * src/common/smtp.c
7299         * src/common/passcrypt.c
7300         * src/undo.c
7301                 Warning fixes. Patch by Pawel Pekala
7302
7303 2006-03-27 [colin]      2.0.0cvs178
7304
7305         * src/undo.c
7306                 Fix undoing by blocks with spaces
7307
7308 2006-03-27 [colin]      2.0.0cvs177
7309
7310         * src/textview.c
7311                 Set margin to 3px for headers
7312
7313 2006-03-27 [paul]
7314
7315         2.1.0-rc2 released
7316
7317 2006-03-27 [wwp]        2.0.0cvs176
7318
7319         * src/summaryview.c
7320                 don't reset quicksearch when updating the message list.
7321                 Thanks to Colin.
7322
7323 2006-03-26 [wwp]        2.0.0cvs175
7324
7325         * src/compose.c
7326                 use a unified border width ('other' tab in the compose window,
7327                 patch by Pawel Pekala).
7328
7329
7330 2006-03-26 [wwp]        2.0.0cvs174
7331
7332         * src/common/quoted-printable.c
7333         * src/addressbook.c
7334                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
7335
7336 2006-03-26 [colin]      2.0.0cvs173
7337
7338         * src/quote_fmt_parse.y
7339                 Fix non-UTF8 date formats messing up the whole quote a 
7340                 little bit
7341
7342 2006-03-26 [colin]      2.0.0cvs172
7343
7344         * src/procheader.c
7345                 Make sure the date is UTF8 valid, or try to make it
7346                 so. IncrediMail is really IncrediStupid.
7347         * src/compose.c
7348                 Fix possible conversions. 
7349                 
7350
7351 2006-03-26 [colin]      2.0.0cvs171
7352
7353         * src/matcher.c
7354                 Fix corner cases in body search. This is still a
7355                 hack... It seems impossible to make it good and 
7356                 reasonably fast at the same time.
7357
7358 2006-03-26 [colin]      2.0.0cvs170
7359
7360         * src/summaryview.c
7361                 I think I killed the twilight zone bug!
7362                 summary_select_node() flushes GTK events in order
7363                 to be able to center the view. But this also 
7364                 flushes keypresses like Ctrl-Alt-U, so this can
7365                 call summary_show from summary_select_node (itself
7366                 called from summary_show, etc.). And the summaryview
7367                 has to be unlocked in this function. So just locking
7368                 while processing GTK events, and bailing if locked, 
7369                 should fix it.
7370                 Fixes bug #927 (SIGSEGV during Update Summary)
7371
7372 2006-03-25 [colin]      2.0.0cvs169
7373
7374         * src/matcher.c
7375                 Fix search in QP-encoded bodies
7376                 Fix utf-8 searches in bodies encoded in the
7377                 locale's encoding
7378         * src/common/quoted-printable.c
7379         * src/common/quoted-printable.h
7380                 Add a decode function that doesn't overwrite
7381                 the original pointer
7382                 
7383
7384 2006-03-24 [colin]      2.0.0cvs168
7385
7386         * src/action.c
7387         * src/summaryview.c
7388         * src/summaryview.h
7389                 Update message cache after action
7390                 Patch by H. Merijn Brand
7391         * src/prefs_msg_colors.c
7392                 Factorize label 
7393                 Patch by Fabien Vantard
7394         * src/plugins/spamassassin/spamassassin_gtk.c
7395                 Remove useless translation
7396                 Patch by Fabien Vantard
7397
7398 2006-03-23 [colin]      2.0.0cvs167
7399
7400         * src/common/ssl.c
7401                 Let 30 seconds to SSL_connect
7402
7403 2006-03-23 [wwp]        2.0.0cvs166
7404
7405         * src/summaryview.c
7406         * src/gtk/description_window.c
7407                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
7408                 and headers are translated; adjust description windows' width to fit their
7409                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
7410
7411 2006-03-23 [paul]       2.0.0cvs165
7412
7413         * src/common/utils.c
7414                 fix highlighting of URIs containing "()"
7415                 (2.0.0cvs164's reversal fixed)
7416                 Thanks to Colin.
7417
7418 2006-03-23 [paul]       2.0.0cvs164
7419
7420         * src/common/utils.c
7421                 revert patch, (postponing a fix), at 2.0.0cvs120
7422                 as it breaks more URIs than it fixes.
7423                 Allow '-' to be a terminating character in a URI
7424
7425 2006-03-22 [colin]      2.0.0cvs163
7426
7427         * configure.ac
7428                 Require libetpan 0.45
7429                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
7430
7431 2006-03-22 [paul]       2.0.0cvs162
7432
7433         * src/editgroup.c
7434                 replace '<-' and '->' buttons with GTK_STOCK graphical
7435                 buttons
7436         * src/summary_search.c
7437                 don't offer '...' for translation
7438                 add a tooltip to advanced search '...' button
7439         * src/gtk/quicksearch.c
7440                 don't offer '...' for translation
7441
7442 2006-03-21 [colin]      2.0.0cvs161
7443
7444         * src/compose.c
7445                 Fix middle-click pasting (insert at click
7446                 position instead of cursor position, don't
7447                 remove existing selection and allow pasting
7448                 our own selection)
7449         * src/addressbook.c
7450                 "LDAP Server" -> "LDAP servers"
7451
7452 2006-03-21 [wwp]        2.0.0cvs160
7453
7454         * src/etpan/imap-thread.c
7455                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
7456
7457 2006-03-20 [colin]      2.0.0cvs159
7458
7459         * src/summaryview.c
7460                 Don't reload summaryview after an execute with no
7461                 move action
7462
7463 2006-03-19 [colin]      2.0.0cvs158
7464
7465         * src/addressbook.c
7466                 and put groups at the top, always
7467
7468 2006-03-19 [colin]      2.0.0cvs157
7469
7470         * src/addressbook.c
7471                 Order groups before names, as previously
7472
7473 2006-03-19 [colin]      2.0.0cvs156
7474
7475         * src/addressbook.c
7476                 - Sort case-unsensitive
7477                 - Put the sort arrow at opening too
7478
7479 2006-03-19 [wwp]        2.0.0cvs155
7480
7481         * src/addressbook.c
7482                 allow sorting by name/email/remarks, ensure that right-pane's contents
7483                 matches the left-pane selection (cleared when appropriate).
7484                 Patch by Pawel Pekala <c0rn@o2.pl>.
7485
7486 2006-03-18 [colin]      2.0.0cvs154
7487
7488         * src/textview.c
7489                 Fix text cursor ;)
7490
7491 2006-03-18 [colin]      2.0.0cvs153
7492
7493         * src/gtk/filesel.c
7494                 Make sure we hide the preview if we didn't get
7495                 a filename
7496
7497 2006-03-18 [colin]      2.0.0cvs152
7498
7499         * src/summaryview.c
7500                 Set cursor to watch for execution (fixes lack
7501                 of watch-cursor when dnd'ing hundreds of mails)
7502         * src/gtk/filesel.c
7503                 Check that mime type is 'image/*' before updating
7504                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
7505
7506 2006-03-18 [colin]      2.0.0cvs151
7507
7508         * src/mainwindow.c
7509         * src/textview.c
7510         * src/textview.h
7511                 Put a watch cursor in textview too when the mainwindow's
7512                 cursor in a watch
7513
7514 2006-03-18 [colin]      2.0.0cvs150
7515
7516         * src/folder.c
7517                 Change wrong asserts to simple tests
7518
7519 2006-03-17 [colin]      2.0.0cvs149
7520
7521         * src/mainwindow.c
7522         * src/mainwindow.h
7523         * src/prefs_msg_colors.c
7524         * src/summaryview.c
7525         * src/summaryview.h
7526         * src/gtk/colorlabel.c
7527         * src/gtk/colorlabel.h
7528                 Add a color label menu in the main menubar
7529                 Add (fixed) accels Ctrl-{0-7} to change the color
7530                 They have to be fixed because the menu's dynamic,
7531                 the items are complex widgets, hence we can't use
7532                 a GtkItemFactory.
7533
7534
7535 2006-03-17 [wwp]        2.0.0cvs148
7536
7537         * src/compose.c
7538                 rollback few lines from my previous commit (those lines come from
7539                 a pending patch, accidentally commited, even if neutral as they are
7540                 commented out).
7541
7542 2006-03-17 [wwp]        2.0.0cvs147
7543
7544         * src/compose.c
7545                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
7546                 applied code style/indentation to the modified function.
7547
7548 2006-03-17 [wwp]        2.0.0cvs146
7549
7550         * src/procmsg.c
7551         * src/compose.c
7552                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
7553
7554 2006-03-17 [paul]
7555
7556         2.1.0-rc1 released
7557
7558 2006-03-17 [paul]       2.0.0cvs145
7559
7560         * src/main.c
7561                 addressbook_read_file() was called twice
7562         * src/textview.c
7563                 X-Mailer highlighting
7564
7565 2006-03-16 [colin]      2.0.0cvs144
7566
7567         * src/sourcewindow.c
7568         * src/sourcewindow.h
7569                 And the last one, in source window.
7570
7571 2006-03-16 [colin]      2.0.0cvs143
7572
7573         * src/compose.c
7574         * src/compose.h
7575                 Fix the same stuff in compose
7576
7577 2006-03-16 [colin]      2.0.0cvs142
7578
7579         * src/messageview.c
7580                 Complete the previous messageview crash fix
7581
7582 2006-03-16 [colin]      2.0.0cvs141
7583
7584         * src/procmsg.h
7585         * src/procmsg.c
7586         * src/folder.c
7587                 Fix POSTPROCESSING hook
7588                 Patch by H. Merijn Brand
7589
7590         * src/procmime.c
7591         * src/procmime.h
7592                 Parse Content-Location
7593
7594         * src/toolbar.c
7595         * src/messageview.c
7596         * src/messageview.h
7597                 Don't crash when a top-level MessageView has
7598                 been closed on us. Same problematic than
7599                 yesterday's quicksearch issue.
7600
7601 2006-03-15 [colin]      2.0.0cvs140
7602
7603         * src/gtk/quicksearch.c
7604                 Fix a bitchy race we didn't think about when we
7605                 added quicksearch cancellation:
7606                 If the search is not on cached fields, for example
7607                 body_part matchcase "stuff"
7608                 the matcher code has to get the whole message. If
7609                 we're on IMAP, that can be slow, and in order to
7610                 be non-blocking, the IMAP code idle loop processes
7611                 gtk events too. So it is possible to cancel a
7612                 quicksearch while the matcher is getting the mail's
7613                 body. After matcher got its body, it will start to
7614                 iterate over the matcher list that the Quicksearch's
7615                 clear_search_cb() just freed via prepare_matcher().
7616                 SIGSEGV ensues.
7617                 The fix consists of guarding the matcherlist_match()
7618                 call with a boolean 'matching'. If we reset the
7619                 quicksearch while matching is TRUE, we don't free
7620                 the matcherlist anymore like we did, but we set
7621                 another new flag, deferred_free, to TRUE. Then,
7622                 in quicksearch_match(), just after returning from
7623                 matcherlist_match() and unsetting the matching flag,
7624                 we check the deferred_free flag and do the
7625                 prepare_matcher() (which does the matcherlist_free)
7626                 for real, so we free the matcherlist once it's not
7627                 used anymore.
7628                 As all of this runs via the glib main loop, we
7629                 luckily don't need a mutex.
7630         * src/summaryview.c
7631                 Also, show progress while searching.
7632
7633
7634 2006-03-14 [colin]      2.0.0cvs139
7635
7636         * src/alertpanel.c
7637                 Make alertpanel_is_open non-static
7638
7639 2006-03-14 [colin]      2.0.0cvs138
7640
7641         * src/prefs_spelling.c
7642                 Cleanups - Fabien Vantard
7643
7644 2006-03-14 [wwp]        2.0.0cvs137
7645
7646         * src/main.c
7647                 code style normalization (curly braces, indentation).
7648
7649 2006-03-14 [wwp]        2.0.0cvs137
7650
7651         * src/main.c
7652                 code style (braces, indentation)
7653
7654 2006-03-12 [paul]       2.0.0cvs136
7655
7656         * src/prefs_common.c
7657                 trans_hdr defaults to FALSE to be RFC-savvy
7658         * src/prefs_summaries.c
7659                 add a tooltip to the trans_hdr option
7660                 
7661
7662 2006-03-12 [paul]       2.0.0cvs135
7663
7664         * src/prefs_matcher.c
7665                 give a little more width to the combos
7666         * src/prefs_display_header.c
7667         * src/textview.c
7668                 translate headers if prefs_common.trans_hdr
7669                 is TRUE
7670
7671         Patches by Pawel Pekala
7672
7673 2006-03-12 [paul]       2.0.0cvs134
7674
7675         * src/plugins/clamav/clamav_plugin.c
7676         * src/plugins/dillo_viewer/dillo_viewer.c
7677         * src/plugins/pgpcore/plugin.c
7678         * src/plugins/pgpinline/plugin.c
7679         * src/plugins/pgpmime/plugin.c
7680         * src/plugins/spamassassin/spamassassin.c
7681                 update/add to descriptions
7682         * src/plugins/spamassassin/spamassassin_gtk.c
7683                 fixes to the english, remove superfluous
7684                 tooltips, clean up a little
7685
7686 2006-03-12 [paul]       2.0.0cvs133
7687
7688         * src/compose.c
7689                 fix Bug 924, 'Account combo box shows up wrong 
7690                 if & is in account name'
7691
7692 2006-03-11 [colin]      2.0.0cvs132
7693
7694         * src/summaryview.c
7695                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7696                 messed up shift-selection because is slows down
7697                 moving around summaryview. thanks -users
7698
7699 2006-03-10 [colin]      2.0.0cvs131
7700
7701         * src/plugins/spamassassin/spamassassin_gtk.c
7702                 Put back Paul's engrish fixes
7703
7704 2006-03-10 [colin]      2.0.0cvs130
7705
7706         * src/plugins/spamassassin/spamassassin.c
7707         * src/plugins/spamassassin/spamassassin.h
7708         * src/plugins/spamassassin/spamassassin_gtk.c
7709                 Cleanup SA prefs page (more)
7710                 Patch by Fabien Vantard
7711
7712 2006-03-10 [paul]       2.0.0cvs129
7713
7714         * src/prefs_msg_colors.c
7715         * src/prefs_spelling.c
7716                 widget sensitivity
7717
7718 2006-03-09 [mones]      2.0.0cvs128
7719
7720         * po/es.po
7721                 Update for next RC
7722
7723 2006-03-09 [wwp]        2.0.0cvs127
7724
7725         * configure.ac
7726                 revert accidental commit (requirement for libetpan 0.43), this time
7727                 not in HEAD.
7728
7729 2006-03-09 [wwp]        2.0.0cvs125
7730
7731         * configure.ac
7732                 revert accidental commit (requirement for libetpan 0.43)
7733
7734 2006-03-09 [paul]       2.0.0cvs126
7735
7736         * src/prefs_receive.c
7737                 remove useless frame
7738                 replace 'incorporation' with 'receiving'
7739         * src/plugins/clamav/clamav_plugin_gtk.c
7740         * src/plugins/spamassassin/spamassassin_gtk.c
7741                 improve widget sensitivity
7742                 fix a bit his engrish
7743
7744 2006-03-09 [wwp]        2.0.0cvs125
7745
7746         * src/addressadd.c
7747         * src/foldersel.c
7748         * src/prefs_common.c
7749         * src/prefs_common.h
7750                 remember some more windows' sizes (add to addressbook and
7751                 select folder).
7752
7753 2006-03-09 [paul]       2.0.0cvs124
7754
7755         * src/plugins/pgpcore/prefs_gpg.c
7756                 normalise construction of dialogue
7757
7758 2006-03-09 [paul]       2.0.0cvs123
7759
7760         * src/plugins/trayicon/Makefile.am
7761                 add missing slash
7762
7763 2006-03-08 [colin]      2.0.0cvs122
7764
7765         * src/plugins/trayicon/Makefile.am
7766                 Fix build in separate dir 
7767                 Patch by Bamanzi <bamanzi@gmail.com>
7768
7769 2006-03-08 [colin]      2.0.0cvs121
7770
7771         * src/procmsg.c
7772                 Batch move and copies from summaryview with delayed execution
7773                 too
7774
7775 2006-03-07 [paul]       2.0.0cvs120
7776
7777         * src/common/utils.c
7778                 fix highlighting of URIs containing "()"
7779                 Patch by Pawel Pekala
7780
7781 2006-03-07 [paul]       2.0.0cvs119
7782
7783         * src/folder.c
7784         * src/folder.h
7785         * src/folderview.c
7786                 immediately do alphabetical resort when
7787                 changing a folder's name
7788                 Patch by Pawel Pekala
7789
7790 2006-03-07 [paul]       2.0.0cvs118
7791
7792         * src/news.c
7793         * src/news_gtk.c
7794                 when unsubscribing a newsgroup, remove the
7795                 folder and msgs in .sylpheed-claws/newscache
7796                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7797
7798 2006-03-07 [paul]       2.0.0cvs117
7799
7800         * src/textview.c
7801                 fix wrong Fake URL Warning
7802                 Thanks to Hiro
7803
7804 2006-03-07 [colin]      2.0.0cvs116
7805
7806         * src/imap.c
7807                 Return immediately when password dialog was
7808                 cancelled
7809         * src/gtk/inputdialog.c
7810                 Allow empty strings for passwords
7811
7812
7813 2006-03-06 [colin]      2.0.0cvs115
7814
7815         * src/imap.c
7816                 Prevent double-timeouts when connection fails
7817
7818 2006-03-06 [colin]
7819
7820         2.0.1-rc1 released
7821
7822 2006-03-06 [colin]      2.0.0cvs114
7823
7824         * src/imap.c
7825                 Refresh session during potentially long
7826                 operations
7827
7828 2006-03-06 [wwp]        2.0.0cvs113
7829
7830         * src/prefs_msg_colors.h
7831                 forgot that one (custom color labels).
7832
7833 2006-03-06 [wwp]        2.0.0cvs112
7834
7835         * src/prefs_common.c
7836         * src/prefs_common.h
7837         * src/prefs_msg_colors.c
7838         * src/summaryview.c
7839         * src/summaryview.h
7840         * src/gtk/colorlabel.c
7841         * src/gtk/colorlabel.h
7842                 colors in messages list are now customizable. Color values and names can
7843                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7844                 Thanks to Paul and Colin for their help with this longstanding patch!
7845
7846 2006-03-06 [wwp]        2.0.0cvs111
7847
7848         * src/textview.c
7849                 don't crash if (x)face is bad.
7850
7851 2006-03-05 [paul]       2.0.0cvs110
7852
7853         * AUTHORS
7854         * configure.ac
7855         * src/Makefile.am
7856         * src/common/Makefile.am
7857         * src/common/utils.h
7858         * src/etpan/imap-thread.c
7859         * src/gtk/authors.h
7860         * src/plugins/clamav/Makefile.am
7861         * src/plugins/demo/Makefile.am
7862         * src/plugins/dillo_viewer/Makefile.am
7863         * src/plugins/pgpcore/Makefile.am
7864         * src/plugins/pgpcore/passphrase.c
7865         * src/plugins/pgpinline/Makefile.am
7866         * src/plugins/pgpmime/Makefile.am
7867         * src/plugins/spamassassin/Makefile.am
7868         * src/plugins/trayicon/Makefile.am
7869                 fix builiding on cygwin
7870                 Patch by Ralgh Young <bamanzi@gmail.com>
7871
7872 2006-03-04 [wwp]        2.0.0cvs109
7873
7874         * manual/keyboard.xml
7875                 fix mixed up/down keys.
7876
7877 2006-03-04 [wwp]        2.0.0cvs108
7878
7879         * README
7880         * INSTALL
7881                 updated links to SpamAssassin.
7882
7883 2006-03-04 [wwp]        2.0.0cvs107
7884
7885         * manual/plugins.xml
7886         * src/plugins/spamassassin/README
7887                 updated SpamAssassin plugin docs to reflect new functional additions
7888                 (also fix/update/documents few technical stuff more, see the README).
7889
7890 2006-03-04 [wwp]        2.0.0cvs106
7891
7892         * src/prefs_message.c
7893                 normalized capitalization of message-prefs paths.
7894
7895 2006-03-04 [wwp]        2.0.0cvs105
7896
7897         * manual/advanced.xml
7898                 typo.
7899
7900 2006-03-03 [colin]      2.0.0cvs104
7901
7902         * src/plugins/clamav/clamav_plugin_gtk.c
7903                 Rework prefs page, patch by Fabien 
7904
7905 2006-03-03 [colin]      2.0.0cvs103
7906
7907         * src/plugins/clamav/clamav_plugin.c
7908                 Set error on all errors
7909
7910 2006-03-03 [colin]      2.0.0cvs102
7911
7912         * src/common/plugin.c
7913                 Initialize error to avoid crashing when a plugin fails
7914                 without setting error
7915
7916 2006-03-02 [wwp]        2.0.0cvs101
7917
7918         * configure.ac
7919                 fixed linker flags for libetpan support on Cygwin
7920                 (thanks to H.Merijn Brand).
7921
7922 2006-03-02 [wwp]        2.0.0cvs100
7923
7924         * src/addressbook.c
7925                 fix some AB error messages: one for punctuation and
7926                 one wrongly duplicate (thanks, maxbritov).
7927
7928 2006-03-02 [wwp]        2.0.0cvs99
7929
7930         * src/plugins/spamassassin/spamassassin.c
7931                 make sync calls to sa-learn/spamc to prevent
7932                 system (whatever local or client/server) overload.
7933
7934 2006-03-02 [colin]      2.0.0cvs98
7935
7936         * src/summaryview.c
7937                 Put the spam icon in the status column instead of the
7938                 mark one
7939
7940 2006-03-01 [colin]      2.0.0cvs97
7941
7942         * src/plugins/spamassassin/spamassassin.c
7943                 Fix segfault (g_file_set_contents fails for some 
7944                 reason and err==0x2f. Can't find out why with
7945                 valgrind, using working function :-)
7946
7947 2006-03-01 [colin]      2.0.0cvs96
7948
7949         * src/inc.c
7950                 Offline overriding: let 'No' be cached only 3 seconds
7951
7952 2006-03-01 [colin]      2.0.0cvs95
7953
7954         * src/addr_compl.c
7955         * src/addrbook.c
7956         * src/addressbook.c
7957         * src/addrindex.c
7958         * src/folder_item_prefs.c
7959         * src/headerview.c
7960         * src/imap.c
7961         * src/inc.c
7962         * src/ldif.c
7963         * src/mainwindow.c
7964         * src/mh.c
7965         * src/msgcache.c
7966         * src/prefs_common.h
7967         * src/prefs_msg_colors.c
7968         * src/procheader.c
7969         * src/procheader.h
7970         * src/procmime.c
7971         * src/procmsg.c
7972         * src/procmsg.h
7973         * src/send_message.h
7974         * src/simple-gettext.c
7975         * src/summaryview.c
7976         * src/summaryview.h
7977         * src/syldap.c
7978         * src/textview.c
7979         * src/undo.c
7980         * src/common/ssl_certificate.c
7981         * src/common/utils.c
7982         * src/gtk/colorsel.c
7983         * src/gtk/gtksctree.c
7984         * src/gtk/gtkshruler.c
7985         * src/plugins/trayicon/trayicon.c
7986                 #if 0 goes to /dev/null
7987
7988 2006-03-01 [colin]      2.0.0cvs94
7989
7990         * src/compose.c
7991         * src/imap.c
7992         * src/inc.c
7993         * src/inc.h
7994         * src/messageview.c
7995         * src/news.c
7996         * src/plugins/spamassassin/spamassassin.c
7997                 Allow to add information in the "working offline"
7998                 window
7999
8000 2006-03-01 [wwp]        2.0.0cvs93
8001
8002         * src/plugins/spamassassin/spamassassin.c
8003                 fixed spamc invocation: use a tricky temporary mini shell wrapper
8004                 'cause it seems that calling `spamc ... < inputfile` with
8005                 g_spawn_(a)sync simply.. erm doesn't work :-).
8006
8007 2006-03-01 [wwp]        2.0.0cvs92
8008
8009         * src/toolbar.c
8010         * src/toolbar.h
8011                 simplify the adding of spam/ham button to the messageview toolbar
8012                 (it gets more clear now that the same button will be "Mark as spam"
8013                 or "Mark as ham" according to the current message status,
8014                 thanks to Colin).
8015
8016 2006-03-01 [wwp]        2.0.0cvs91
8017
8018         * src/messageview.c
8019         * src/procmsg.c
8020         * src/procmsg.h
8021         * src/summaryview.c
8022         * src/plugins/spamassassin/spamassassin.c
8023         * src/plugins/spamassassin/spamassassin.h
8024                 make learner callbacks return a status (0 for ok),
8025                 handle it in main code to avoid setting flags when learning failed,
8026                 don't learn on TCP if offline in spamassassin,
8027                 thanks to Colin.
8028
8029                 
8030
8031 2006-03-01 [wwp]        2.0.0cvs90
8032
8033         * src/compose.c
8034                 some work around the compose window's account menu,
8035                 patch by Fabien Vantard.
8036
8037 2006-03-01 [wwp]        2.0.0cvs89
8038
8039         * src/plugins/spamassassin/spamassassin.c
8040                 fixed bad logics, was using spamc in local mode and sa-learn
8041                 in remote mode (thanks, Colin).
8042
8043 2006-03-01 [wwp]        2.0.0cvs88
8044
8045         * src/plugins/spamassassin/spamassassin.c
8046         * src/plugins/spamassassin/spamassassin.h
8047         * src/plugins/spamassassin/spamassassin_gtk.c
8048                 made processing of emails w/ sa-plugin an option (default is TRUE),
8049                 fixed Engrish some tooltips, capitalization of some debug messages
8050                 and warnings. The spamassassin plugin now provides two separate
8051                 services: process emails upon incorporation and spamd training.
8052                 Both services (un)register independently but use some common
8053                 plugin settings (transport settings, spam storage location).
8054
8055 2006-02-28 [wwp]        2.0.0cvs87
8056
8057         * src/plugins/spamassassin/spamassassin.c
8058                 fix async flag to spamc cmdline execution (batch exec should
8059                 be asynchronous).
8060
8061 2006-02-27 [wwp]        2.0.0cvs86
8062
8063         * src/plugins/spamassassin/spamassassin.c
8064         * src/plugins/spamassassin/spamassassin.h
8065         * src/plugins/spamassassin/spamassassin_gtk.c
8066                 - added the ability to learn a remote spamassassin server (spamd),
8067                 using spamc.
8068                 - added the spamassassin option 'username', that applies to all
8069                 spamassassin operations (filtering, learning, local or remote).
8070                 The default username is the current unix user (if left blank
8071                 from gtk prefs or config file).
8072                 - commented out some unused code (notebook widget), removed unused
8073                 layout (hbox1).
8074                 - make more widgets sensitive to the transport type.
8075
8076 2006-02-27 [colin]      2.0.0cvs85
8077
8078         * src/plugins/spamassassin/spamassassin.c
8079                 Fix sa-learn call when offline
8080
8081 2006-02-27 [colin]      2.0.0cvs84
8082
8083         * configure.ac
8084         * src/Makefile.am
8085         * src/mainwindow.c
8086         * src/mainwindow.h
8087         * src/messageview.c
8088         * src/messageview.h
8089         * src/prefs_toolbar.c
8090         * src/procmsg.c
8091         * src/stock_pixmap.c
8092         * src/stock_pixmap.h
8093         * src/summaryview.c
8094         * src/toolbar.c
8095         * src/toolbar.h
8096         * src/pixmaps/ham_btn.xpm
8097         * src/pixmaps/spam.xpm
8098         * src/pixmaps/spam_btn.xpm
8099         * src/plugins/spamassassin/spamassassin.c
8100                 Add button in toolbar for spam learning
8101                 Fix a few bugs from the last related commit
8102                 Revert 1.9.6cvs23 which messed up shift-selection
8103
8104 2006-02-24 [colin]      2.0.0cvs83
8105
8106         * src/procmsg.c
8107         * src/summaryview.c
8108         * src/summaryview.h
8109         * src/plugins/spamassassin/spamassassin.c
8110         * src/plugins/spamassassin/spamassassin.h
8111         * src/plugins/spamassassin/spamassassin_gtk.c
8112                 Unregister learner when spamassassin is either
8113                 disabled or over tcp
8114
8115 2006-02-24 [colin]      2.0.0cvs82
8116
8117         * src/Makefile.am
8118         * src/mainwindow.c
8119         * src/mainwindow.h
8120         * src/procmsg.c
8121         * src/procmsg.h
8122         * src/stock_pixmap.c
8123         * src/stock_pixmap.h
8124         * src/summaryview.c
8125         * src/summaryview.h
8126         * src/gtk/icon_legend.c
8127         * src/pixmaps/spam.xpm  ** NEW FILE **
8128         * src/plugins/spamassassin/spamassassin.c
8129         * src/plugins/spamassassin/spamassassin_gtk.c
8130                 Add spam learning interface (Mark/Mark as 
8131                 (spam|ham) menus)
8132
8133 2006-02-24 [wwp]        2.0.0cvs81
8134
8135         * src/compose.c
8136         * src/compose.h
8137         * src/filtering.c
8138                 hide compose window when sending message in batch mode
8139                 (filtering: forward and redirect). Also fixed a wrong
8140                 value returned when sending failed, neutral anyway.
8141                 (Colin, me) 
8142
8143 2006-02-24 [wwp]        2.0.0cvs80
8144
8145         * src/mainwindow.c
8146                 use GTK+'s stock quit button. Patch by Fabien Vantard.
8147
8148 2006-02-24 [paul]       2.0.0cvs79
8149
8150         * src/news.c
8151         * src/news.h
8152         * src/news_gtk.c
8153                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
8154                 Thanks to Colin
8155
8156 2006-02-23 [colin]      2.0.0cvs78
8157
8158         * src/alertpanel.c
8159                 Change OK to Close in alertpanel with View log
8160                 button; add accel to View log. Patch by Fabien
8161                 Vantard
8162
8163 2006-02-23 [wwp]        2.0.0cvs77
8164
8165         * src/compose.c
8166                 silly me, there were much more tests to perform, since toolbars can
8167                 really have down to 1 element only.
8168
8169 2006-02-23 [wwp]        2.0.0cvs76
8170
8171         * commitHelper
8172                 fixed indentation from my previous commit. Fallback to VISUAL if
8173                 EDITOR is not set (and to vi, at last resort).
8174
8175 2006-02-23 [wwp]        2.0.0cvs75
8176
8177         * commitHelper
8178                 improved error detection (Colin, me).
8179
8180 2006-02-23 [wwp]        2.0.0cvs74
8181
8182         * src/prefs_toolbar.c
8183                 simplify and fix prefs/toolbars layouting. Combos' contents can
8184                 now be really displayed.
8185
8186 2006-02-23 [wwp]        2.0.0cvs73
8187         simplifies and fix prefs/toolbars layouting. Combos' contents can now
8188         be really displayed.
8189
8190 2006-02-22 [wwp]        2.0.0cvs72
8191
8192         * src/compose.c
8193                 fix a typo in my previous commit (sorry!).
8194
8195 2006-02-22 [wwp]        2.0.0cvs71
8196
8197         * src/prefs_toolbar.c
8198                 fix a crash when adding separators to toolbars,
8199                 also fix some separator item information.
8200
8201 2006-02-22 [wwp]        2.0.0cvs70
8202
8203         * src/compose.c
8204                 fix a crash when redirecting (for instance) when compose window's
8205                 toolbar contents has been customized (when some buttons have been
8206                 removed in fact).
8207
8208 2006-02-21 [wwp]        2.0.0cvs69
8209
8210         * src/summaryview.c
8211         * src/gtk/pluginwindow.c
8212         * src/plugins/pgpcore/prefs_gpg.c
8213                 fix some compilation warnings (feat. remains of removed code).
8214
8215 2006-02-21 [wwp]        2.0.0cvs68
8216
8217         * src/gtk/gtkutils.c
8218                 fix two compilation issues, thanks to Stephan Sachse.
8219
8220 2006-02-20 [colin]      2.0.0cvs67
8221
8222         * src/mainwindow.c
8223                 Don't reselect displayed mail on refocus
8224                 This fixes actions misbehaving 
8225
8226 2006-02-20 [wwp]        2.0.0cvs66
8227
8228         * src/summaryview.c
8229         * src/gtk/gtksctree.c
8230         * src/gtk/gtkshruler.c
8231                 changed more runtime typecast checks.
8232
8233 2006-02-20 [wwp]        2.0.0cvs65
8234
8235         * src/summary_search.c
8236                 find all - summaryview refresh issue fixed, thanks to Colin.
8237
8238 2006-02-20 [wwp]        2.0.0cvs64
8239
8240         * src/gtk/gtkutils.c
8241                 better runtime typecast checks.
8242
8243 2006-02-20 [wwp]        2.0.0cvs63
8244
8245         * src/summary_search.c
8246                 enhancements to the summary search:
8247                         - add the ability to stop the running search
8248                           (upon ESC-key press, new Stop button or when Clear button is pressed)
8249                         - don't search if no criteria (From/To/Subject/Body) is set
8250                         - ensure that a busy mouse pointer is always shown when searching,
8251                           show it even a bit earlier
8252
8253 2006-02-19 [colin]      2.0.0cvs62
8254
8255         * src/compose.c
8256         * src/imap.c
8257         * src/etpan/imap-thread.c
8258         * src/etpan/imap-thread.h
8259                 (Future) IMAP speed improvement on sending
8260                 Will require a libetpan update
8261         * src/summaryview.c
8262         * src/gtk/quicksearch.c
8263                 Make quicksearch clearable while running.
8264
8265 2006-02-17 [colin]      2.0.0cvs61
8266
8267         * src/imap.c
8268         * src/etpan/imap-thread.c
8269         * src/etpan/imap-thread.h
8270                 Check for IMAP certificates
8271                 ** Requires libetpan-0.42-cvs4 
8272                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
8273
8274 2006-02-17 [colin]      2.0.0cvs60
8275
8276         * src/messageview.c
8277         * src/prefs_common.c
8278         * src/prefs_common.h
8279         * src/prefs_message.c
8280                 Add pref to display HTML-only mails with plugin, 
8281                 if possible (defaulting to FALSE of course).
8282
8283 2006-02-16 [colin]      2.0.0cvs59
8284
8285         * src/main.c
8286         * src/common/plugin.c
8287         * src/common/plugin.h
8288         * src/gtk/pluginwindow.c
8289                 Keep track of requested (but unloaded) plugins
8290                 in some error cases.
8291
8292 2006-02-16 [wwp]        2.0.0cvs58
8293
8294         * src/gtk/gtkaspell.c
8295         * src/gtk/gtkaspell.h
8296         * src/prefs_spelling.c
8297         * src/compose.c
8298         * src/prefs_common.c
8299         * src/prefs_common.h
8300                 implemented new optional spellchecker behaviour: re-check message when
8301                 dictionary got changed (from compose-window/context-menu/Change dictionary).
8302
8303 2006-02-16 [wwp]        2.0.0cvs57
8304
8305         * src/quote_fmt_parse.y
8306                 pclose popen'ed pipe.
8307
8308 2006-02-15 [colin]      2.0.0cvs56
8309
8310         * src/mimeview.c
8311         * src/mimeview.h
8312                 Let MimeViewers know which MimeView they
8313                 depend of.
8314         * src/summaryview.c
8315                 Swap From/To columns in Sent/Queue/Drafts
8316                 folders
8317         * src/etpan/imap-thread.c
8318                 Use mailstream_low_tls_open() for STARTTLS
8319                 instead of mailstream_low_ssl_open()
8320                 ** REQUIRES libetpan 0.42cvs3 **
8321
8322 2006-02-15 [wwp]        2.0.0cvs55
8323
8324         * src/compose.c
8325         * src/compose.h
8326         * src/message_search.c
8327         * src/message_search.h
8328         * src/textview.c
8329         * src/gtk/gtkutils.c
8330         * src/gtk/gtkutils.h
8331                 added the ability to Find text in the compose window (and a bit
8332                 of code factorization).
8333
8334 2006-02-15 [wwp]        2.0.0cvs54
8335
8336         * src/prefs_gtk.c
8337                 yet another one file was missing (fix for some widgets' sensitivity).
8338                 Thanks Colin!
8339
8340 2006-02-15 [wwp]        2.0.0cvs53
8341
8342         * src/prefs_gtk.h
8343                 oops forgot that file (fix for some widgets' sensitivity).
8344
8345 2006-02-15 [wwp]        2.0.0cvs52
8346
8347         * src/summary_search.c
8348                 implemented advanced summary search options (added the ability
8349                 to use matcher conditions in an advanced search mode).
8350
8351 2006-02-15 [wwp]        2.0.0cvs51
8352
8353         * src/plugins/pgpcore/prefs_gpg.c
8354         * src/prefs_account.c
8355                 fix some widget sensitivity, mostly around some labels in
8356                 account prefs.
8357
8358 2006-02-15 [paul]       2.0.0cvs50
8359
8360         * manual/advanced.xml
8361                 improve Templates info
8362                 written by wwp
8363
8364 2006-02-14 [colin]      2.0.0cvs49
8365
8366         * src/pixmaps/address_book.xpm
8367         * src/pixmaps/preferences.xpm
8368         * src/pixmaps/properties.xpm
8369                 Fix pixmap size - patch by Fabien Vantard
8370
8371 2006-02-13 [colin]      2.0.0cvs48
8372
8373         * src/procmime.c
8374                 Add missing fclose()s on error
8375         * src/textview.c
8376                 Remove unused code
8377         * src/common/utils.c
8378                 Fix temp files not being deleted on windows
8379         Patches by Thomas Gilgin
8380
8381 2006-02-13 [colin]      2.0.0cvs47
8382
8383         * src/mainwindow.c
8384                 Fix exit crash
8385
8386 2006-02-13 [wwp]        2.0.0cvs46
8387
8388         * src/plugins/pgpcore/prefs_gpg.c
8389                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
8390
8391 2006-02-12 [colin]      2.0.0cvs45
8392
8393         * src/folderview.c
8394         * src/main.c
8395         * src/mainwindow.c
8396                 Fix "stuff" when quitting
8397
8398 2006-02-12 [wwp]        2.0.0cvs44
8399
8400         * src/prefs_themes.c
8401                 fix typos in debug messages.
8402
8403 2006-02-11 [colin]      2.0.0cvs43
8404
8405         * src/summaryview.c
8406                 don't allow drag/drop from ourself
8407
8408 2006-02-10 [wwp]        2.0.0cvs42
8409
8410         * src/exporthtml.c
8411         * src/html.c
8412         * src/html.h
8413         * src/procmime.c
8414         * src/textview.c
8415                 renamed html_ prefixed functions and data structures to avoid
8416                 namespace clashes w/ other software (gtkhtml2 for instance).
8417                 Closes bug #907.
8418
8419
8420 2006-02-09 [colin]      2.0.0cvs41
8421
8422         * src/summaryview.c
8423                 Fix shitty logic messed up. Thanks Ticho for the hint!
8424
8425 2006-02-09 [wwp]        2.0.0cvs40
8426
8427         * src/gtk/about.c
8428         * src/compose.c
8429         * src/prefs_account.c
8430         * src/prefs_gtk.h
8431         * src/editaddress.c
8432                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
8433                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
8434                 Browse buttons in accounts prefs.
8435
8436 2006-02-09 [colin]      2.0.0cvs39
8437
8438         * src/matcher.c
8439                 Check for pointer before using its members
8440         * src/gtk/gtksourceprintjob.c
8441                 Fix a wrong warning
8442
8443 2006-02-09 [wwp]        2.0.0cvs38
8444
8445         * src/gtk/filesel.c
8446                 fix few compiler warnings (type mismatch).
8447
8448 2006-02-09 [paul]       2.0.0cvs37
8449
8450         * po/fr.po
8451                 updated by Fabien Vantard
8452
8453 2006-02-08 [colin]      2.0.0cvs36
8454
8455         * src/prefs_common.c
8456         * src/common/defs.h
8457         * src/common/plugin.c
8458                 allow windows and linux configurations to coexist
8459                 patch by Thomas Gilgin
8460
8461 2006-02-08 [colin]      2.0.0cvs35
8462
8463         * src/filtering.c
8464         * src/matcher.c
8465         * src/matcher.h
8466         * src/matcher_parser_parse.y
8467         * src/prefs_filtering_action.c
8468         * src/prefs_matcher.c
8469                 Add the "Ignore thread" filtering
8470                 action
8471
8472 2006-02-08 [colin]      2.0.0cvs34
8473
8474         * src/compose.c
8475         * src/procmime.c
8476         * src/procmime.h
8477                 Fix bug #905 (damaged attachment)
8478                 text files with raw \0's aren't really text files
8479         FOR_STABLE
8480
8481 2006-02-08 [colin]      2.0.0cvs33
8482
8483         * src/summaryview.c
8484                 Fix crasher introduced yesterday
8485
8486 2006-02-08 [wwp]        2.0.0cvs32
8487
8488         * src/compose.c
8489         * src/compose.h
8490                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
8491
8492 2006-02-08 [wwp]        2.0.0cvs31
8493
8494         * src/prefs_template.c
8495                 templates enhancement: allow address completion for Cc and Bcc fields
8496                 (it was currently possible for the To field only)
8497
8498 2006-02-08 [colin]      2.0.0cvs30
8499
8500         * src/compose.c
8501                 Don't unblock if not blocked
8502         FOR_STABLE
8503
8504 2006-02-07 [colin]      2.0.0cvs29
8505
8506         * src/action.c
8507                 Forgot to refresh summaryview
8508
8509 2006-02-07 [colin]      2.0.0cvs28
8510
8511         * src/action.c
8512                 Freeze/thaw message list and folder list while
8513                 processing %as{} actions 
8514         * src/compose.c
8515                 Fix auto-wrap disabling after a middle-click
8516                 paste - FOR_STABLE
8517
8518 2006-02-07 [paul]       2.0.0cvs27
8519
8520         * src/folder.c
8521                 fix freeing of uninitialised pointers
8522                 Thanks to Colin
8523
8524 2006-02-06 [colin]      2.0.0cvs26
8525
8526         * src/folder.c
8527                 Use g_slist_prepend in potentially big list
8528
8529 2006-02-06 [colin]      2.0.0cvs25
8530
8531         * src/folder.c
8532                 Completely skip processing if it doesn't 
8533                 exist (faster!)
8534
8535 2006-02-06 [colin]      2.0.0cvs24
8536
8537         * src/folder.c
8538         * src/summaryview.c
8539                 Batch filtering in summaryview (from Tools menu)
8540                 and pre/post//-processing too
8541
8542 2006-02-06 [colin]      2.0.0cvs23
8543
8544         * src/procmsg.h
8545         * src/filtering.c
8546                 Use a special field for batch filtering instead
8547                 of stepping on deferred execution's toes
8548
8549 2006-02-06 [colin]      2.0.0cvs22
8550
8551         * src/action.c
8552         * src/filtering.c
8553         * src/filtering.h
8554         * src/folder.c
8555         * src/summaryview.c
8556                 Fix filtering via menus and actions
8557
8558 2006-02-06 [colin]      2.0.0cvs21
8559
8560         * src/imap.c
8561                 Put the added file directly to cache if possible (will work
8562                 with next libetpan)
8563         * src/filtering.c
8564         * src/filtering.h
8565         * src/inc.c
8566         * src/folder.c
8567         * src/mbox.c
8568         * src/procmsg.h
8569                 Move and copy filtered messages by batches instead of one
8570                 by one - faster on IMAP
8571         * src/procmsg.c
8572                 Add a function that'll possibly be useful later
8573
8574 2006-02-06 [colin]      2.0.0cvs20
8575
8576         * src/addressbook.c
8577                 Use internal mime-type instead of text/plain for d'n'd
8578         * src/compose.c
8579                 Allow attaching files from mimeview's icon list via d'n'd
8580         * src/folderview.c
8581         * src/folderview.h
8582                 Use internal mime-type instead of text/plain for d'n'd
8583                 Don't try to selected opened folder if none is
8584                 Factorize d'n'd from other apps code
8585         * src/headerview.c
8586         * src/textview.c
8587         * src/gtk/gtkutils.c
8588         * src/gtk/gtkutils.h
8589                 Factorize Face/X-Face stuff
8590         * src/mimeview.c
8591                 Fix d'n'd to other apps
8592         * src/prefs_message.c
8593                 Let the XFace pref be usable without libcompface as it also
8594                 applies to Face
8595         * src/summaryview.c
8596                 Fix d'n'd to other apps
8597                 Factorize d'n'd from other apps code
8598
8599 2006-02-06 [wwp]        2.0.0cvs19
8600
8601         * po/it.po
8602                 Italian translation fixes by Andrea Spadaccini (no more confusion
8603                 between filtering and processing, and few changes in the About
8604                 dialog).
8605
8606
8607 2006-02-06 [mones]      2.0.0cvs18
8608
8609         * src/gtk/icon_legend.c
8610                 Improved descriptions allowing better translations
8611
8612 2006-02-05 [colin]      2.0.0cvs17
8613
8614         * src/imap.c
8615                 Add the f*cking missing expunge that caused imap_fetch_env
8616                 to fail after an add_msgs ! :-///
8617         * src/etpan/imap-thread.c
8618                 Add a bit of debug
8619         FOR_STABLE
8620
8621 2006-02-05 [colin]      2.0.0cvs16
8622
8623         * src/common/utils.c
8624                 Don't check for return-path (or we can't put
8625                 back non-sent mails)
8626
8627 2006-02-05 [colin]      2.0.0cvs15
8628
8629         * src/textview.c
8630                 Don't try to display Face header in textview
8631                 when teh headerview's active
8632
8633 2006-02-05 [colin]      2.0.0cvs14
8634
8635         * tools/tbird2syl.py
8636         * tools/Makefile.am
8637                 Add script to import Thunderbird mails
8638
8639 2006-02-05 [colin]      2.0.0cvs13
8640
8641         * src/headerview.c
8642         * src/procheader.c
8643         * src/procmsg.c
8644         * src/procmsg.h
8645         * src/textview.c
8646                 Show Face headers - patch partially by Klaus Flittner
8647
8648 2006-02-05 [colin]      2.0.0cvs12
8649
8650         * src/folderview.c
8651         * src/summaryview.c
8652         * src/common/utils.c
8653         * src/common/utils.h
8654                 Let dnd work from mime icons to summaryview
8655                 and to folderview too
8656                 Add a crude test to avoid trying to add files
8657                 drag'n'dropped when they're not mails
8658
8659 2006-02-04 [colin]      2.0.0cvs11
8660
8661         * src/summaryview.c
8662         * src/mimeview.c
8663                 Fix utf8 conversion
8664
8665 2006-02-04 [colin]      2.0.0cvs10
8666
8667         * src/compose.c
8668         * src/folderview.c
8669         * src/mimeview.c
8670         * src/summaryview.c
8671         * src/summaryview.h
8672                 Added various drag and drop capas:
8673                 From                    To
8674                 summaryview             other apps
8675                 mimeview icons          other apps
8676                 other apps              summaryview
8677                 other apps              folderview
8678
8679                 This shouldn't have broken the existing:
8680                 From                    To
8681                 summaryview             folderview
8682                 folderview              folderview
8683                 summaryview             compose's attachments
8684
8685         Tests welcomed.
8686
8687 2006-02-02 [paul]       2.0.0cvs9
8688
8689         * src/mainwindow.c
8690                 move global option 'Set displayed columns...' out
8691                 of folder option grouping.
8692                 fix sensitivity of 'harvest addresses'
8693         FOR_STABLE
8694
8695 2006-02-01 [colin]      2.0.0cvs8
8696
8697         * src/mimeview.c
8698                 Revert the alertpanel patch, it sucks (intrusive
8699                 and gets in the way of "open")
8700
8701 2006-02-01 [colin]      2.0.0cvs7
8702
8703         * src/compose.c
8704         * src/prefs_account.c
8705         * src/prefs_common.c
8706         * src/common/defs.h
8707         * src/common/utils.c
8708         * src/common/utils.h
8709                 Add ability to edit the signature file
8710                 from the account preferences, and use
8711                 a default for the text editor.
8712                 Patch by Fabien Vantard
8713
8714 2006-02-01 [colin]      2.0.0cvs6
8715
8716         * src/mimeview.c
8717                 Try to get mime type by extension if it is
8718                 application/octet-stream
8719                 Display a window with possible choices when
8720                 encountering unknown mime types
8721         * src/gtk/filesel.c
8722         * src/gtk/filesel.h
8723                 Add preview
8724                 Allow multiple selection in filtered filesel
8725                 (patch by Fabien Vantard)
8726         * src/gtk/pluginwindow.c
8727                 Use it (patch by Fabien Vantard)
8728
8729 2006-02-01 [paul]       2.0.0cvs5
8730
8731         * src/jpilot.c
8732                 fix crash on creating jpilot address book
8733                 Thanks to Colin - FOR_STABLE
8734         * src/prefs_summaries.c
8735         * src/prefs_wrapping.c
8736         * src/gtk/icon_legend.c
8737         * src/gtk/quicksearch.c
8738                 string fixes and additions
8739
8740 2006-02-01 [paul]       2.0.0cvs4
8741
8742         * src/compose.c
8743         * src/mainwindow.c
8744         * src/messageview.c
8745         * src/prefs_send.c
8746                 add Arabic encoding option
8747                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
8748
8749 2006-01-31 [colin]      2.0.0cvs3
8750
8751         * src/plugins/pgpcore/passphrase.c
8752                 Convert passphrase to locale encoding
8753         * src/compose.c
8754                 Fix drafting on IMAP. Crappy bug sneaked in
8755                 the release :-/
8756         FOR_STABLE
8757
8758 2006-01-30 [paul]       2.0.0cvs2
8759
8760         * src/gtk/icon_legend.c
8761                 show the new entries
8762
8763 2006-01-30 [colin]      2.0.0cvs1
8764
8765         * src/manual.c
8766                 Check for the file to be present before 
8767                 enabling the menu - FOR_STABLE
8768         * src/gtk/icon_legend.c
8769                 Add folders icons (not all of them, there
8770                 are too much, but the most intriguing ones)
8771
8772 2006-01-30 [paul]       2.0.0
8773
8774         version 2.0.0 released
8775
8776 2006-01-30 [paul]       1.9.100cvs200
8777
8778         * manual/faq.xml
8779         * manual/gpl.xml
8780         * manual/intro.xml
8781         * manual/starting.xml
8782         * manual/sylpheed-claws-manual.xml
8783                 fixes, additions
8784
8785 2006-01-29 [mones]      1.9.100cvs199
8786
8787         * manual/account.xml
8788         * manual/advanced.xml
8789         * manual/glossary.xml
8790                 Some typos fixed, added LDIF term to glossary
8791         * po/es.po
8792                 Fixed leading plus symbol
8793
8794 2006-01-29 [paul]       1.9.100cvs198
8795
8796         * po/fi.po
8797         * po/sk.po
8798                 updated by Tommi Pirinen and Andrej Kacian
8799
8800 2006-01-29 [paul]       1.9.100cvs197
8801
8802         * src/gtk/authors.h
8803                 remove duplicates
8804
8805 2006-01-29 [paul]       1.9.100cvs196
8806
8807         * AUTHORS
8808         * po/nl.po
8809         * src/gtk/authors.h
8810         * tools/claws.i18n.status.pl
8811                 nl translation updated by Tim Dijkstra
8812
8813 2006-01-29 [paul]       1.9.100cvs195
8814
8815         * po/sr.po
8816         * po/sv.po
8817                 updated by Aleksandar Urosevic and Anders Troback
8818
8819 2006-01-28 [colin]      1.9.100cvs194
8820
8821         * src/gtk/gtksourceprintjob.c
8822                 Don't fiddle with PangoLayout when we
8823                 have an image
8824
8825 2006-01-28 [paul]       1.9.100cvs193
8826
8827         * AUTHORS
8828         * po/el.po
8829         * po/zh_CN.po
8830         * src/gtk/authors.h
8831         * tools/claws.i18n.status.pl
8832                 updated translations submitted by Stavros Giannouris
8833                 and Ralgh Young
8834
8835 2006-01-27 [colin]      1.9.100cvs192
8836
8837         * src/summaryview.c
8838         * src/gtk/gtksourceprintjob.c
8839                 Add image printing 
8840                 (libgnomeprint only, of course)
8841
8842 2006-01-27 [paul]       1.9.100cvs191
8843
8844         * po/fr.po
8845         * po/it.po
8846                 updated by Fabien Vantard and Andrea Spadaccini
8847
8848 2006-01-26 [colin]      1.9.100cvs190
8849
8850         * manual/Makefile.am
8851         * configure.ac
8852                 Make building the manual optional 
8853                 (--disable-manual)
8854
8855 2006-01-26 [paul]       1.9.100cvs189
8856
8857         * manual/glossary.xml
8858         * manual/plugins.xml
8859                 edited
8860         * po/en_GB.po
8861                 updated
8862
8863 2006-01-26 [paul]       1.9.100cvs188
8864
8865         * src/prefs_display_header.c
8866         * src/prefs_folder_column.c
8867         * src/prefs_msg_colors.c
8868         * src/prefs_summaries.c
8869         * src/prefs_summary_column.c
8870                 HIGify
8871
8872 2006-01-25 [colin]      1.9.100cvs187
8873
8874         * src/imap.c
8875                 Don't allow moving/copying mails between
8876                 queue/drafts and non-queue/drafts folders
8877                 Fixes bug #897 (message header is resetted 
8878                 if one is copied to Drafts)
8879
8880 2006-01-25 [colin]      1.9.100cvs186
8881
8882         * src/folder.c
8883         * src/mainwindow.c
8884                 Fix subscribed folders not found
8885         * src/compose.c
8886                 Don't try to encode as original mail's charset
8887                 if it's ascii 
8888
8889 2006-01-25 [paul]       1.9.100cvs185
8890
8891         * AUTHORS
8892         * po/Makevars
8893                 updated
8894         * po/de.po
8895         * po/pl.po
8896         * po/pt_BR.po
8897         * po/sr.po
8898                 updates submitted by Stephan Sachse, Emilian Nowak
8899                 and Quar, Frederico Goncalves Guimaraes, and
8900                 Aleksandar Urosevic
8901                 Fix Bug 896, 'PT_BR locale broken'.
8902         * src/gtk/authors.h
8903                 updated
8904
8905 2006-01-24 [mones]      1.9.100cvs184
8906
8907         * manual/glossary.xml
8908                 All current terms finished. Reviewers welcome ;-)
8909         * manual/keyboard.xml
8910                 Fixed column width for pdf output.
8911         * po/es.po
8912                 Updated
8913
8914 2006-01-24 [paul]       1.9.100cvs183
8915
8916         * manual/glossary.xml
8917                 fix id name
8918         * manual/dist/html/Makefile.am
8919         * manual/dist/pdf/Makefile.am
8920         * manual/dist/ps/Makefile.am
8921         * manual/dist/txt/Makefile.am
8922                 fix make deps
8923                 Thanks to Colin
8924
8925 2006-01-24 [mones]      1.9.100cvs182
8926
8927         * manual/glossary.xml
8928                 Nearly finished, some terms missing.
8929
8930 2006-01-23 [paul]       1.9.100cvs181
8931
8932         * manual/dist/html/Makefile.am
8933         * manual/dist/pdf/Makefile.am
8934         * manual/dist/ps/Makefile.am
8935         * manual/dist/txt/Makefile.am
8936         * src/mainwindow.c
8937                 re-enable manual
8938                 Thanks to Colin
8939
8940 2006-01-22 [colin]      1.9.100cvs180
8941
8942         * src/compose.c
8943         * src/gtk/gtkaspell.c
8944                 Don't deselect stuff before right-clicking, with aspell.
8945                 (This prevented right-click Copy, for example).
8946                 Thanks to Clo!
8947
8948 2006-01-22 [paul]       1.9.100cvs179
8949
8950         * src/summary_search.c
8951                 don't fix the widget size as it causes problems
8952                 under localisation.
8953                 Thanks to Emilian Nowak
8954
8955 2006-01-21 [paul]       1.9.100cvs178
8956
8957         * src/prefs_themes.c
8958                 fix broken underlining of label text
8959                 with some translations
8960
8961 2006-01-21 [colin]      1.9.100cvs177
8962
8963         * po/fr.po
8964                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
8965
8966 2006-01-20 [colin]      1.9.100cvs176
8967
8968         * configure.ac
8969         * Makefile.am
8970         * manual/Makefile
8971         * manual/dist/html/.cvsignore
8972         * manual/dist/html/Makefile.am
8973         * manual/dist/pdf/.cvsignore
8974         * manual/dist/pdf/Makefile.am
8975         * manual/dist/ps/.cvsignore
8976         * manual/dist/ps/Makefile.am
8977         * manual/dist/txt/.cvsignore
8978         * manual/dist/txt/Makefile.am
8979                 Autotool-ize manual
8980
8981 2006-01-20 [paul]       1.9.100cvs175
8982
8983         * manual/handling.xml
8984                 make Filtering and Searching entries easier to find
8985         * manual/keyboard.xml
8986                 add the remaining default keybinds
8987         * src/prefs_summaries.c
8988                 update the default keybinds
8989
8990 2006-01-20 [paul]       1.9.100cvs174
8991
8992         * src/addressbook.c
8993         * src/addrgather.c
8994         * src/addrharvest.c
8995         * src/editaddress.c
8996         * src/editgroup.c
8997         * src/exphtmldlg.c
8998         * src/expldifdlg.c
8999         * src/exporthtml.c
9000         * src/exportldif.c
9001         * src/ldif.c
9002                 replace 'e-mail' with 'email'
9003         * src/summary_search.c
9004                 add mnemonic to "Find all" button
9005
9006 2006-01-20 [wwp]        1.9.100cvs173
9007
9008         * src/export.c
9009         * src/import.c
9010                 touched mbox import/export buttons for HIG-compliance
9011
9012 2006-01-19 [paul]       1.9.100cvs172
9013
9014         * manual/account.xml
9015         * manual/addrbook.xml
9016         * manual/advanced.xml
9017         * manual/faq.xml
9018         * manual/handling.xml
9019         * manual/intro.xml
9020         * manual/plugins.xml
9021         * manual/starting.xml
9022                 more editing
9023
9024 2006-01-19 [paul]       1.9.100cvs171
9025
9026         * src/toolbar.c
9027                 allow use of trash button while receiving
9028                 Thanks to Colin
9029
9030 2006-01-19 [wwp]        1.9.100cvs170
9031
9032         * src/gtk/quicksearch.c
9033         * src/compose.c
9034                 force text color to black when yellow background is set
9035
9036 2006-01-19 [colin]      1.9.100cvs169
9037
9038         * src/plugins/trayicon/trayicon.c
9039                 Gray out Get Mail when already getting mail
9040
9041 2006-01-18 [paul]       1.9.100cvs168
9042
9043         * src/compose.c
9044                 give widget yellow background was To is
9045                 set via folder prefs
9046         * src/gtk/quicksearch.c
9047                 give widget yellow background when quick
9048                 search is active.
9049                 Thanks to Colin
9050
9051 2006-01-18 [paul]       1.9.100cvs167
9052
9053         * doc/man/sylpheed-claws.1
9054                 add --subscribe option
9055
9056 2006-01-18 [paul]       1.9.100cvs166
9057
9058         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9059         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9060                 use %U instead of %F (%F is broken for user installed
9061                 files in kde 3.5)
9062
9063 2006-01-18 [colin]      1.9.100cvs165
9064
9065         * src/summaryview.c
9066                 Default to Yes in "No more * messages" dialogs
9067
9068 2006-01-17 [colin]      1.9.100cvs164
9069
9070         * src/compose.c
9071                 Possibly fix an invalid iterator causing
9072                 crash
9073
9074 2006-01-17 [colin]      1.9.100cvs163
9075
9076         * src/mimeview.c
9077                 Fix crash when the image disappears under the
9078                 image viewer
9079
9080 2006-01-16 [colin]      1.9.100cvs162
9081
9082         * src/compose.c
9083                 Fix reenabling autowrap
9084
9085 2006-01-16 [colin]      1.9.100cvs161
9086
9087         * src/compose.c
9088                 reset quote_len before getting quote_str
9089
9090 2006-01-16 [colin]      1.9.100cvs160
9091
9092         * src/account.c
9093         * src/account.h
9094         * src/folder.c
9095         * src/imap_gtk.c
9096         * src/mh_gtk.c
9097                 Fix bug #883 (default inbox does not track folder move)
9098
9099 2006-01-16 [colin]      1.9.100cvs159
9100
9101         * src/compose.c
9102         * src/plugins/pgpcore/passphrase.c
9103                 More buttons fixes
9104
9105 2006-01-16 [paul]       1.9.100cvs158
9106
9107         * src/prefs_actions.c
9108         * src/prefs_filtering_action.c
9109         * src/prefs_matcher.c
9110         * src/quote_fmt.c
9111         * src/gtk/description_window.c
9112         * src/gtk/description_window.h
9113         * src/gtk/quicksearch.c
9114                 description window cleanups
9115
9116 2006-01-15 [colin]      1.9.100cvs157
9117
9118         * src/addressbook.c
9119         * src/prefs_filtering.c
9120                 Same here
9121
9122 2006-01-15 [colin]      1.9.100cvs156
9123
9124         * src/folderview.c
9125         * src/mainwindow.c
9126                 Same for "Empty trash"
9127
9128 2006-01-15 [colin]      1.9.100cvs155
9129
9130         * src/inc.c
9131                 Override offline dialog had Yes by default
9132
9133 2006-01-15 [colin]      1.9.100cvs154
9134
9135         * src/summaryview.c
9136                 Delete selected messages? previously had Yes the default
9137
9138 2006-01-15 [colin]      1.9.100cvs153
9139
9140         * src/folder.c
9141         * src/folder.h
9142         * src/main.c
9143                 Check if a mailbox is loaded after all
9144                 plugins are loaded.
9145
9146 2006-01-15 [colin]      1.9.100cvs152
9147
9148         * src/folder.c
9149                 Don't start wizard when there are unloaded folders (will help
9150                 people with only mbox or maildir mailboxes)
9151
9152 2006-01-14 [colin]      1.9.100cvs151
9153
9154         * src/addressbook.c
9155         * src/expldifdlg.c
9156         * src/importldif.c
9157         * src/importmutt.c
9158         * src/importpine.c
9159         * src/mh_gtk.c
9160                 More HIG compliance and fixes
9161
9162 2006-01-14 [colin]      1.9.100cvs150
9163
9164         * src/prefs_filtering_action.c
9165         * src/foldersel.c
9166                 Two forgotten button order changes
9167
9168 2006-01-14 [colin]      1.9.100cvs149
9169
9170         * src/account.c
9171         * src/addressbook.c
9172         * src/compose.c
9173         * src/folderview.c
9174         * src/imap_gtk.c
9175         * src/mainwindow.c
9176         * src/mh_gtk.c
9177         * src/news_gtk.c
9178         * src/prefs_actions.c
9179         * src/prefs_customheader.c
9180         * src/prefs_filtering.c
9181         * src/prefs_matcher.c
9182         * src/prefs_template.c
9183         * src/ssl_manager.c
9184         * src/summaryview.c
9185         * src/textview.c
9186         * src/toolbar.c
9187                 All deletion confirmations are now "Cancel, Delete" 
9188                 instead of "No, Yes"
9189                 Clarified most of the other "No, Yes" to 
9190                 "Cancel, Descriptive_action"
9191                 Rechanged the "Entry not saved" alerts to have 
9192                 "Close, Continue editing"
9193
9194
9195 2006-01-14 [paul]
9196
9197         * 2.0.0-rc4 released
9198
9199 2006-01-14 [paul]       1.9.100cvs148
9200
9201         * src/account.c
9202         * src/addressadd.c
9203         * src/addressbook.c
9204         * src/compose.c
9205         * src/editaddress.c
9206         * src/editbook.c
9207         * src/editgroup.c
9208         * src/editjpilot.c
9209         * src/editldap.c
9210         * src/editvcard.c
9211         * src/exphtmldlg.c
9212         * src/expldifdlg.c
9213         * src/folderview.c
9214         * src/grouplistdialog.c
9215         * src/imap_gtk.c
9216         * src/importmutt.c
9217         * src/importpine.c
9218         * src/inc.c
9219         * src/main.c
9220         * src/mainwindow.c
9221         * src/message_search.c
9222         * src/messageview.c
9223         * src/mh_gtk.c
9224         * src/mimeview.c
9225         * src/news_gtk.c
9226         * src/prefs_actions.c
9227         * src/prefs_customheader.c
9228         * src/prefs_filtering.c
9229         * src/prefs_matcher.c
9230         * src/prefs_template.c
9231         * src/prefs_themes.c
9232         * src/ssl_manager.c
9233         * src/summary_search.c
9234         * src/summaryview.c
9235         * src/textview.c
9236         * src/toolbar.c
9237         * src/gtk/foldersort.c
9238         * src/gtk/gtkaspell.c
9239         * src/gtk/inputdialog.c
9240         * src/gtk/prefswindow.c
9241         * src/plugins/pgpcore/select-keys.c
9242         * src/plugins/trayicon/trayicon.c
9243                 HIG compliant button order
9244
9245 2006-01-14 [mones]      1.9.100cvs147
9246
9247         * po/es.po
9248                 Updated translation
9249
9250 2006-01-13 [paul]       1.9.100cvs146
9251
9252         * AUTHORS
9253         * ChangeLog
9254         * src/gtk/authors.h
9255                 add Joshua M. Kwan to contributors list
9256
9257 2006-01-13 [colin]      1.9.100cvs145
9258
9259         * src/gtk/quicksearch.c
9260                 Don't refocus quick search after executing (Esc or Enter)
9261                 Allows to '/'search something then move up/down in 
9262                 summaryview, and to Esc a search and be back in the 
9263                 summaryview
9264
9265 2006-01-13 [paul]       1.9.100cvs144
9266
9267         * src/plugins/pgpinline/pgpinline.c
9268                 support Content-Type 'application/pgp'
9269                 patch by Joshua M. Kwan <joshuak@users.sf.net>
9270
9271 2006-01-13 [paul]       1.9.100cvs143
9272
9273         * manual/account.xml
9274                 make mention of partial retrieval
9275                 thanks to Colin
9276
9277 2006-01-13 [paul]       1.9.100cvs142
9278
9279         * src/account.c
9280         * src/account.h
9281         * src/action.c
9282         * src/action.h
9283         * src/adbookbase.h
9284         * src/addr_compl.c
9285         * src/addr_compl.h
9286         * src/addrbook.c
9287         * src/addrcache.c
9288         * src/addrcache.h
9289         * src/addrcindex.c
9290         * src/addrcindex.h
9291         * src/addrclip.c
9292         * src/addrclip.h
9293         * src/addrdefs.h
9294         * src/addressadd.c
9295         * src/addressadd.h
9296         * src/addressbook.c
9297         * src/addressbook.h
9298         * src/addrgather.c
9299         * src/addrgather.h
9300         * src/addrharvest.c
9301         * src/addrharvest.h
9302         * src/addrindex.c
9303         * src/addrindex.h
9304         * src/addritem.c
9305         * src/addritem.h
9306         * src/addrquery.c
9307         * src/addrquery.h
9308         * src/addrselect.c
9309         * src/addrselect.h
9310         * src/alertpanel.c
9311         * src/alertpanel.h
9312         * src/browseldap.c
9313         * src/browseldap.h
9314         * src/codeconv.c
9315         * src/codeconv.h
9316         * src/compose.c
9317         * src/compose.h
9318         * src/customheader.c
9319         * src/customheader.h
9320         * src/displayheader.c
9321         * src/displayheader.h
9322         * src/editaddress.c
9323         * src/editaddress.h
9324         * src/editbook.c
9325         * src/editbook.h
9326         * src/editgroup.c
9327         * src/editgroup.h
9328         * src/editjpilot.c
9329         * src/editjpilot.h
9330         * src/editldap.c
9331         * src/editldap.h
9332         * src/editldap_basedn.c
9333         * src/editldap_basedn.h
9334         * src/editvcard.c
9335         * src/editvcard.h
9336         * src/exphtmldlg.c
9337         * src/exphtmldlg.h
9338         * src/expldifdlg.c
9339         * src/expldifdlg.h
9340         * src/export.h
9341         * src/exporthtml.c
9342         * src/exporthtml.h
9343         * src/exportldif.c
9344         * src/exportldif.h
9345         * src/filtering.c
9346         * src/filtering.h
9347         * src/folder.c
9348         * src/folder.h
9349         * src/folder_item_prefs.c
9350         * src/folder_item_prefs.h
9351         * src/foldersel.c
9352         * src/foldersel.h
9353         * src/folderutils.c
9354         * src/folderutils.h
9355         * src/folderview.c
9356         * src/folderview.h
9357         * src/grouplistdialog.c
9358         * src/grouplistdialog.h
9359         * src/headerview.c
9360         * src/html.c
9361         * src/html.h
9362         * src/image_viewer.c
9363         * src/image_viewer.h
9364         * src/imap.c
9365         * src/imap.h
9366         * src/imap_gtk.c
9367         * src/imap_gtk.h
9368         * src/import.h
9369         * src/importldif.c
9370         * src/importldif.h
9371         * src/importmutt.c
9372         * src/importmutt.h
9373         * src/importpine.c
9374         * src/importpine.h
9375         * src/inc.c
9376         * src/inc.h
9377         * src/jpilot.c
9378         * src/jpilot.h
9379         * src/ldapctrl.c
9380         * src/ldapctrl.h
9381         * src/ldaplocate.c
9382         * src/ldaplocate.h
9383         * src/ldapquery.c
9384         * src/ldapquery.h
9385         * src/ldapserver.c
9386         * src/ldapserver.h
9387         * src/ldaputil.c
9388         * src/ldaputil.h
9389         * src/ldif.c
9390         * src/ldif.h
9391         * src/main.c
9392         * src/main.h
9393         * src/mainwindow.c
9394         * src/mainwindow.h
9395         * src/manual.c
9396         * src/manual.h
9397         * src/mbox.c
9398         * src/mbox.h
9399         * src/message_search.c
9400         * src/message_search.h
9401         * src/messageview.c
9402         * src/messageview.h
9403         * src/mh.c
9404         * src/mh.h
9405         * src/mh_gtk.c
9406         * src/mh_gtk.h
9407         * src/mimeview.c
9408         * src/mimeview.h
9409         * src/msgcache.c
9410         * src/msgcache.h
9411         * src/mutt.c
9412         * src/mutt.h
9413         * src/news.c
9414         * src/news.h
9415         * src/news_gtk.c
9416         * src/news_gtk.h
9417         * src/partial_download.c
9418         * src/partial_download.h
9419         * src/pine.c
9420         * src/pine.h
9421         * src/pop.c
9422         * src/pop.h
9423         * src/prefs_account.c
9424         * src/prefs_account.h
9425         * src/prefs_actions.c
9426         * src/prefs_actions.h
9427         * src/prefs_common.c
9428         * src/prefs_common.h
9429         * src/prefs_compose_writing.c
9430         * src/prefs_compose_writing.h
9431         * src/prefs_customheader.c
9432         * src/prefs_customheader.h
9433         * src/prefs_display_header.c
9434         * src/prefs_display_header.h
9435         * src/prefs_filtering.c
9436         * src/prefs_filtering.h
9437         * src/prefs_filtering_action.c
9438         * src/prefs_filtering_action.h
9439         * src/prefs_folder_column.c
9440         * src/prefs_folder_column.h
9441         * src/prefs_folder_item.c
9442         * src/prefs_folder_item.h
9443         * src/prefs_fonts.c
9444         * src/prefs_fonts.h
9445         * src/prefs_gtk.c
9446         * src/prefs_gtk.h
9447         * src/prefs_image_viewer.c
9448         * src/prefs_image_viewer.h
9449         * src/prefs_matcher.c
9450         * src/prefs_matcher.h
9451         * src/prefs_message.c
9452         * src/prefs_msg_colors.c
9453         * src/prefs_msg_colors.h
9454         * src/prefs_other.c
9455         * src/prefs_quote.c
9456         * src/prefs_receive.c
9457         * src/prefs_send.c
9458         * src/prefs_spelling.c
9459         * src/prefs_spelling.h
9460         * src/prefs_summaries.c
9461         * src/prefs_summaries.h
9462         * src/prefs_summary_column.c
9463         * src/prefs_summary_column.h
9464         * src/prefs_template.c
9465         * src/prefs_template.h
9466         * src/prefs_themes.c
9467         * src/prefs_themes.h
9468         * src/prefs_toolbar.c
9469         * src/prefs_toolbar.h
9470         * src/prefs_wrapping.c
9471         * src/prefs_wrapping.h
9472         * src/privacy.c
9473         * src/privacy.h
9474         * src/procheader.c
9475         * src/procheader.h
9476         * src/procmime.c
9477         * src/procmime.h
9478         * src/procmsg.c
9479         * src/procmsg.h
9480         * src/quote_fmt.c
9481         * src/quote_fmt_parse.y
9482         * src/recv.c
9483         * src/recv.h
9484         * src/remotefolder.c
9485         * src/remotefolder.h
9486         * src/send_message.c
9487         * src/send_message.h
9488         * src/setup.c
9489         * src/setup.h
9490         * src/sourcewindow.c
9491         * src/sourcewindow.h
9492         * src/ssl_manager.c
9493         * src/ssl_manager.h
9494         * src/statusbar.c
9495         * src/statusbar.h
9496         * src/stock_pixmap.c
9497         * src/stock_pixmap.h
9498         * src/summary_search.c
9499         * src/summary_search.h
9500         * src/summaryview.c
9501         * src/summaryview.h
9502         * src/syldap.c
9503         * src/syldap.h
9504         * src/textview.c
9505         * src/textview.h
9506         * src/toolbar.c
9507         * src/toolbar.h
9508         * src/undo.c
9509         * src/undo.h
9510         * src/unmime.c
9511         * src/unmime.h
9512         * src/vcard.c
9513         * src/vcard.h
9514         * src/wizard.c
9515         * src/wizard.h
9516         * src/common/base64.c
9517         * src/common/base64.h
9518         * src/common/defs.h
9519         * src/common/hooks.c
9520         * src/common/hooks.h
9521         * src/common/log.c
9522         * src/common/log.h
9523         * src/common/mgutils.c
9524         * src/common/mgutils.h
9525         * src/common/nntp.c
9526         * src/common/nntp.h
9527         * src/common/passcrypt.c
9528         * src/common/passcrypt.h.in
9529         * src/common/plugin.c
9530         * src/common/plugin.h
9531         * src/common/prefs.c
9532         * src/common/prefs.h
9533         * src/common/progressindicator.c
9534         * src/common/progressindicator.h
9535         * src/common/quoted-printable.c
9536         * src/common/quoted-printable.h
9537         * src/common/session.c
9538         * src/common/session.h
9539         * src/common/smtp.c
9540         * src/common/smtp.h
9541         * src/common/socket.c
9542         * src/common/socket.h
9543         * src/common/ssl.c
9544         * src/common/ssl.h
9545         * src/common/ssl_certificate.c
9546         * src/common/ssl_certificate.h
9547         * src/common/stringtable.c
9548         * src/common/stringtable.h
9549         * src/common/sylpheed.c
9550         * src/common/sylpheed.h
9551         * src/common/template.c
9552         * src/common/template.h
9553         * src/common/timing.h
9554         * src/common/utils.c
9555         * src/common/utils.h
9556         * src/common/version.h.in
9557         * src/common/xml.c
9558         * src/common/xml.h
9559         * src/common/xmlprops.c
9560         * src/common/xmlprops.h
9561         * src/gtk/colorlabel.c
9562         * src/gtk/colorsel.c
9563         * src/gtk/colorsel.h
9564         * src/gtk/description_window.c
9565         * src/gtk/description_window.h
9566         * src/gtk/filesel.c
9567         * src/gtk/filesel.h
9568         * src/gtk/foldersort.c
9569         * src/gtk/foldersort.h
9570         * src/gtk/gtkutils.c
9571         * src/gtk/gtkutils.h
9572         * src/gtk/inputdialog.c
9573         * src/gtk/inputdialog.h
9574         * src/gtk/logwindow.c
9575         * src/gtk/logwindow.h
9576         * src/gtk/manage_window.c
9577         * src/gtk/manage_window.h
9578         * src/gtk/menu.c
9579         * src/gtk/menu.h
9580         * src/gtk/pluginwindow.c
9581         * src/gtk/pluginwindow.h
9582         * src/gtk/prefswindow.c
9583         * src/gtk/prefswindow.h
9584         * src/gtk/progressdialog.c
9585         * src/gtk/progressdialog.h
9586         * src/gtk/sslcertwindow.c
9587         * src/gtk/sslcertwindow.h
9588         * src/plugins/clamav/clamav_plugin.c
9589         * src/plugins/clamav/clamav_plugin.h
9590         * src/plugins/clamav/clamav_plugin_gtk.c
9591         * src/plugins/demo/demo.c
9592         * src/plugins/dillo_viewer/dillo_prefs.c
9593         * src/plugins/dillo_viewer/dillo_prefs.h
9594         * src/plugins/dillo_viewer/dillo_viewer.c
9595         * src/plugins/pgpcore/passphrase.c
9596         * src/plugins/pgpcore/passphrase.h
9597         * src/plugins/pgpcore/plugin.c
9598         * src/plugins/pgpcore/select-keys.c
9599         * src/plugins/pgpcore/select-keys.h
9600         * src/plugins/pgpcore/sgpgme.c
9601         * src/plugins/pgpcore/sgpgme.h
9602         * src/plugins/pgpinline/pgpinline.c
9603         * src/plugins/pgpinline/pgpinline.h
9604         * src/plugins/pgpinline/plugin.c
9605         * src/plugins/pgpmime/pgpmime.c
9606         * src/plugins/pgpmime/pgpmime.h
9607         * src/plugins/pgpmime/plugin.c
9608         * src/plugins/spamassassin/spamassassin.c
9609         * src/plugins/spamassassin/spamassassin.h
9610         * src/plugins/spamassassin/spamassassin_gtk.c
9611         * src/plugins/trayicon/trayicon.c
9612                 update copyright header
9613
9614 2006-01-13 [paul]       1.9.100cvs141
9615
9616         * src/account.c
9617         * src/export.c
9618         * src/import.c
9619         * src/mainwindow.c
9620         * src/prefs_account.c
9621         * src/prefs_display_header.c
9622         * src/prefs_receive.c
9623         * src/prefs_send.c
9624         * src/prefs_summaries.c
9625         * src/prefs_themes.c
9626         * src/prefs_toolbar.c
9627         * src/gtk/about.c
9628                 various cleanups
9629
9630 2006-01-12 [colin]      1.9.100cvs140
9631
9632         * src/folder.c
9633         * src/folder.h
9634         * src/main.c
9635                 Add --subscribe option
9636                 Let sylpheed-claws email@domain.com equivalent to --compose
9637                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
9638
9639 2006-01-12 [paul]       1.9.100cvs139
9640
9641         * src/mainwindow.c
9642                 append 'Change folder order' label with '...'
9643         * src/prefs_actions.c
9644                 allow reordering of actions list by dnd
9645         * src/gtk/foldersort.c
9646                 make the dialog nicer
9647
9648 2006-01-11 [colin]      1.9.100cvs138
9649
9650         * src/compose.c
9651                 Allow templates without text
9652
9653 2006-01-11 [paul]       1.9.100cvs137
9654
9655         * tools/README
9656         * tools/filter_conv_new.pl
9657                 add info to README
9658                 also check .sylpheed for filter.xml
9659                 be a bit informative to the user
9660
9661 2006-01-11 [colin]      1.9.100cvs136
9662
9663         * src/textview.c
9664                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9665
9666 2006-01-10 [paul]       1.9.100cvs135
9667
9668         * tools/Makefile.am
9669         * tools/filter_conv_new.pl
9670                 add script to convert new style Sylpheed
9671                 filter rules (Sylpheed >= 0.9.99) to
9672                 Claws filtering rules
9673
9674 2006-01-10 [colin]      1.9.100cvs134
9675
9676         * src/compose.c
9677                 Fix broken line joins in certain conditions
9678                 (between two quoted lines: <enter><enter><up>
9679                  <type a wrapped sentence><go in the first line>
9680                  <insert more text><watch as line joining failed>)
9681
9682 2006-01-10 [paul]       1.9.100cvs133
9683
9684         * src/compose.c
9685                 don't report success in error dialog
9686                 thanks to Colin
9687         * src/common/utils.c
9688                 include some trailing punctuations as URI
9689                 thanks to Hiro
9690
9691 2006-01-10 [paul]       1.9.100cvs132
9692
9693         * src/mimeview.c
9694                 fix incompatible pointer type
9695                 warning
9696
9697 2006-01-10 [paul]       1.9.100cvs131
9698
9699         * src/compose.c
9700                 change Subject in window title
9701                 instantaneously
9702
9703 2006-01-09 [colin]      1.9.100cvs130
9704
9705         * src/addressbook.c
9706         * src/headerview.c
9707         * src/mainwindow.c
9708         * src/messageview.c
9709         * src/mimeview.c
9710         * src/noticeview.c
9711         * src/summaryview.c
9712                 Fix possible crashes on exit and in addressbook
9713
9714 2006-01-09 [paul]       1.9.100cvs129
9715
9716         * src/prefs_msg_colors.c
9717                 some cleanups that I forgot last time
9718
9719 2006-01-09 [paul]       1.9.100cvs128
9720
9721         * README
9722         * src/folderview.c
9723         * src/prefs_msg_colors.c
9724                 add previously hidden option, color_new, to
9725                 the gui
9726                 move the page to Display/
9727                 rework the gui
9728
9729 2006-01-09 [wwp]        1.9.100cvs127
9730
9731         * src/prefs_themes.c
9732                 made the prefs/display/themes layouts spacing less condensed
9733                 (and so they match other prefs/pages' look).
9734
9735 2006-01-09 [paul]       1.9.100cvs126
9736
9737         * src/compose.c
9738         * src/prefs_common.c
9739         * src/prefs_common.h
9740         * src/prefs_wrapping.c
9741                 remove 'wrap at send' option
9742
9743 2006-01-06 [colin]      1.9.100cvs125
9744
9745         * src/compose.c
9746                 Just make completely sure we don't insert "manual line breaks" 
9747                 when wrapping... 
9748
9749 2006-01-04 [paul]
9750
9751         * 2.0.0-rc3 released
9752
9753 2006-01-04 [paul]       1.9.100cvs124
9754
9755         * src/folderview.c
9756                 fix bug 882, 'quick scroll in folder list
9757                 displays wrong folder contents'
9758
9759 2006-01-04 [paul]       1.9.100cvs123
9760
9761         * src/plugins/pgpmime/pgpmime.c
9762                 better debug information when signing
9763                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9764
9765 2006-01-03 [colin]      1.9.100cvs122
9766
9767         * configure.ac
9768                 We need to recheck for gpgme 1.0.0 after checking
9769                 for 1.1.1, because if 1.1.1 isn't available, 
9770                 GPGME_LIBS and friends are blanked out by the 
9771                 second check.
9772
9773 2006-01-03 [colin]      1.9.100cvs121
9774
9775         * src/common/prefs.c
9776                 Windows unlink-before rename fix
9777         * src/plugins/pgpcore/sgpgme.c
9778                 Add support for PKA info if available
9779                 Both patches by Werner Koch
9780
9781 2006-01-03 [paul]       1.9.100cvs120
9782
9783         * src/messageview.c
9784                 fix bug 884, 'Send receipt' button visible in queue
9785                 Thanks to Colin
9786
9787 2006-01-02 [colin]      1.9.100cvs119
9788
9789         * src/compose.c
9790         * src/imap.c
9791                 Fix autosave on IMAP and more generally try to
9792                 return the correct ID on a newly added IMAP message
9793
9794 2006-01-02 [paul]       1.9.100cvs118
9795
9796         * manual/keyboard.xml
9797                 edited
9798
9799 2006-01-01 [paul]       1.9.100cvs117
9800
9801         * src/gtk/authors.h
9802                 alphabetical order
9803
9804 2005-12-30 [colin]      1.9.100cvs116
9805
9806         * manual/advanced.xml
9807                 Explain Pre/Post-processing differences.
9808
9809 2005-12-30 [colin]      1.9.100cvs115
9810
9811         * src/mh.c
9812                 Implement copy_msgs for a little optimization
9813         * src/imap.c
9814                 Finish yesterday's fix
9815
9816 2005-12-29 [colin]      1.9.100cvs114
9817
9818         * src/imap.c
9819                 Fix occasional failure in fetching a mail over
9820                 IMAP
9821
9822 2005-12-29 [colin]      1.9.100cvs113
9823
9824         * src/compose.c
9825                 Don't remove a draft when sending it, if it is 
9826                 locked.
9827
9828 2005-12-28 [colin]      1.9.100cvs112
9829
9830         * src/summaryview.c
9831                 Fix leak for real
9832
9833 2005-12-28 [wwp]        1.9.100cvs111
9834
9835         * doc/faq/.cvsignore
9836         * doc/faq/de/.cvsignore
9837         * doc/faq/en/.cvsignore
9838         * doc/faq/es/.cvsignore
9839         * doc/faq/fr/.cvsignore
9840         * doc/faq/it/.cvsignore
9841         * doc/manual/.cvsignore
9842         * doc/manual/de/.cvsignore
9843         * doc/manual/en/.cvsignore
9844         * doc/manual/es/.cvsignore
9845         * doc/manual/fr/.cvsignore
9846         * doc/manual/ja/.cvsignore
9847         * src/plugins/mathml_viewer/.cvsignore
9848                 rollback revival of those files (my bad, sorry for the noise).
9849
9850 2005-12-28 [wwp]        1.9.100cvs110
9851
9852         * src/compose.c
9853                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9854
9855 2005-12-28 [wwp]        1.9.100cvs109
9856
9857         * doc/faq/.cvsignore
9858         * doc/faq/de/.cvsignore
9859         * doc/faq/en/.cvsignore
9860         * doc/faq/es/.cvsignore
9861         * doc/faq/fr/.cvsignore
9862         * doc/faq/it/.cvsignore
9863         * doc/manual/.cvsignore
9864         * doc/manual/de/.cvsignore
9865         * doc/manual/en/.cvsignore
9866         * doc/manual/es/.cvsignore
9867         * doc/manual/fr/.cvsignore
9868         * doc/manual/ja/.cvsignore
9869         * src/plugins/mathml_viewer/.cvsignore
9870         * po/.cvsignore
9871                 more files to ignore.
9872
9873 2005-12-24 [colin]      1.9.100cvs108
9874
9875         * AUTHORS
9876         * src/gtk/authors.h
9877                 Update for Werner
9878
9879 2005-12-24 [colin]      1.9.100cvs107
9880
9881         * src/procmsg.c
9882                 Allow NULL src_msginfo in 
9883                 procmsg_msginfo_new_from_mimeinfo
9884
9885 2005-12-23 [paul]       1.9.100cvs106
9886
9887         * src/plugins/pgpinline/mypgpcore.def
9888                 add this forgotten file
9889
9890 2005-12-23 [colin]      1.9.100cvs105
9891
9892         * src/mainwindow.c
9893                 Fix missing break
9894
9895 2005-12-23 [colin]      1.9.100cvs104
9896
9897         * autogen.sh
9898         * src/folder.c
9899         * src/mh.c
9900         * src/common/plugin.c
9901         * src/common/socket.c
9902         * src/common/socket.h
9903         * src/common/utils.c
9904         * src/common/utils.h
9905         * src/gtk/pluginwindow.c
9906         * src/plugins/pgpcore/plugin.def
9907         * src/plugins/pgpcore/sylpheed.def
9908         * src/plugins/pgpinline/Makefile.am
9909         * src/plugins/pgpinline/plugin.def
9910         * src/plugins/pgpinline/sylpheed.def
9911         * src/plugins/pgpmime/plugin.def
9912         * src/plugins/pgpmime/sylpheed.def
9913                 Various w32 fixes by Werner Koch
9914
9915 2005-12-22 [paul]       1.9.100cvs103
9916
9917         * src/wizard.c
9918                 don't offer IMAP as 'server type' if
9919                 libetpan isn't built in
9920
9921 2005-12-22 [paul]       1.9.100cvs102
9922
9923         * AUTHORS
9924         * src/mainwindow.c
9925         * src/mainwindow.h
9926         * src/toolbar.c
9927         * src/gtk/authors.h
9928                 support GTK_TOOLBAR_BOTH_HORIZ (text
9929                 next to icon) Patch by Marien Zwart
9930                 marienz@users.sf.net
9931                 Also reword the text
9932
9933 2005-12-21 [colin]      1.9.100cvs101
9934
9935         * configure.ac
9936                 Fix DATADIRNAME
9937         * COPYING
9938                 Fix missing section and explicit the exception better
9939         * src/compose.c
9940                 Prevent mail from being lost without notice when an
9941                 SMTP error happens on trying to send an unmodified
9942                 drafted mail.
9943         * src/send_message.c
9944         * src/common/smtp.c
9945                 Fix password remembering when wrong, and add return
9946                 value checks where they should have been
9947         * src/plugins/pgpcore/sylpheed.def
9948         * src/plugins/pgpinline/sylpheed.def
9949         * src/plugins/pgpmime/sylpheed.def
9950                 Add a few symbols needed
9951
9952 2005-12-21 [paul]       1.9.100cvs100
9953
9954         * m4/codeset.m4
9955         * m4/glibc21.m4
9956         * m4/intdiv0.m4
9957         * m4/inttypes-pri.m4
9958         * m4/inttypes.m4
9959         * m4/inttypes_h.m4
9960         * m4/isc-posix.m4
9961         * m4/lcmessage.m4
9962         * m4/stdint_h.m4
9963         * m4/uintmax_t.m4
9964                 gettextization
9965                 thanks to Colin
9966
9967 2005-12-21 [paul]       1.9.100cvs99
9968
9969         * po/sv.po
9970                 fixed by Colin
9971
9972 2005-12-20 [paul]       1.9.100cvs98
9973
9974         * po/sv.po
9975                 updated by Anders Trobäck
9976
9977 2005-12-20 [colin]      1.9.100cvs97
9978
9979         * ABOUT-NLS
9980         * Makefile.am
9981         * autogen.sh
9982         * configure.ac
9983         * config/config.rpath
9984         * config/mkinstalldirs
9985         * m4/Makefile.am
9986         * m4/glibc2.m4
9987         * m4/gnupg.m4
9988         * m4/gpgme.m4
9989         * m4/intmax.m4
9990         * m4/longdouble.m4
9991         * m4/longlong.m4
9992         * m4/printf-posix.m4
9993         * m4/signed.m4
9994         * m4/size_max.m4
9995         * m4/ulonglong.m4
9996         * m4/wchar_t.m4
9997         * m4/wint_t.m4
9998         * m4/xsize.m4
9999         * po/Makefile.in.in
10000         * po/Makevars
10001         * po/bg.po
10002         * po/ca.po
10003         * po/cs.po
10004         * po/de.po
10005         * po/el.po
10006         * po/en_GB.po
10007         * po/es.po
10008         * po/fi.po
10009         * po/fr.po
10010         * po/hr.po
10011         * po/hu.po
10012         * po/it.po
10013         * po/ja.po
10014         * po/ko.po
10015         * po/nb.po
10016         * po/nl.po
10017         * po/pl.po
10018         * po/pt_BR.po
10019         * po/ru.po
10020         * po/sk.po
10021         * po/sr.po
10022         * po/stamp-po
10023         * po/sv.po
10024         * po/zh_CN.po
10025         * po/zh_TW.po
10026         * src/Makefile.am
10027         * src/codeconv.c
10028         * src/compose.c
10029         * src/exporthtml.c
10030         * src/exportldif.c
10031         * src/folder.c
10032         * src/main.c
10033         * src/manual.c
10034         * src/mh.c
10035         * src/mimeview.c
10036         * src/send_message.c
10037         * src/common/Makefile.am
10038         * src/common/fnmatch.c
10039         * src/common/fnmatch.h
10040         * src/common/fnmatch_loop.c
10041         * src/common/nntp.c
10042         * src/common/plugin.c
10043         * src/common/smtp.c
10044         * src/common/socket.c
10045         * src/common/string_match.c
10046         * src/common/sylpheed.c
10047         * src/common/utils.c
10048         * src/common/utils.h
10049         * src/common/w32_dirent.c
10050         * src/common/w32_reg.c
10051         * src/common/w32_signal.c
10052         * src/common/w32_stat.c
10053         * src/common/w32_stdio.c
10054         * src/common/w32_stdlib.c
10055         * src/common/w32_string.c
10056         * src/common/w32_time.c
10057         * src/common/w32_unistd.c
10058         * src/common/w32_wait.c
10059         * src/common/w32lib.h
10060         * src/etpan/Makefile.am
10061         * src/gtk/Makefile.am
10062         * src/plugins/clamav/Makefile.am
10063         * src/plugins/demo/Makefile.am
10064         * src/plugins/dillo_viewer/Makefile.am
10065         * src/plugins/pgpcore/Makefile.am
10066         * src/plugins/pgpcore/passphrase.c
10067         * src/plugins/pgpcore/plugin.def
10068         * src/plugins/pgpcore/sgpgme.c
10069         * src/plugins/pgpcore/sylpheed.def
10070         * src/plugins/pgpcore/version.rc
10071         * src/plugins/pgpinline/Makefile.am
10072         * src/plugins/pgpinline/plugin.def
10073         * src/plugins/pgpinline/sylpheed.def
10074         * src/plugins/pgpinline/version.rc
10075         * src/plugins/pgpmime/Makefile.am
10076         * src/plugins/pgpmime/mypgpcore.def
10077         * src/plugins/pgpmime/plugin.def
10078         * src/plugins/pgpmime/sylpheed.def
10079         * src/plugins/pgpmime/version.rc
10080         * src/plugins/spamassassin/Makefile.am
10081                 Very little ;-) patch from Werner Koch, providing
10082                 infrastructure for cross-compiling to Win32
10083
10084 2005-12-20 [paul]       1.9.100cvs96
10085
10086         * src/account.c
10087         * src/account.h
10088         * src/mainwindow.c
10089         * src/mainwindow.h
10090         * src/toolbar.c
10091         * src/toolbar.h
10092                 add a combo to the Get All button, allowing
10093                 quick retrieval from any account
10094                 Patch by Fabien Vantard, slightly modified
10095                 by Colin
10096         * src/gtk/about.c
10097                 i18n fix. Patch by Fabien Vantard
10098
10099 2005-12-19 [colin]      1.9.100cvs95
10100
10101         * src/compose.c
10102         * src/compose.h
10103                 Don't automatically join lines when they've 
10104                 been separated by the user and not automatically
10105
10106 2005-12-19 [paul]       1.9.100cvs94
10107
10108         * src/gtk/pluginwindow.c
10109                 i18n fix.
10110                 Patch by Fabien Vantard
10111
10112 2005-12-15 [paul]       1.9.100cvs93
10113
10114         * src/common/plugin.c
10115         * src/common/plugin.h
10116         * src/gtk/pluginwindow.c
10117         * src/plugins/clamav/clamav_plugin.c
10118         * src/plugins/demo/demo.c
10119         * src/plugins/dillo_viewer/dillo_viewer.c
10120         * src/plugins/pgpcore/plugin.c
10121         * src/plugins/pgpinline/plugin.c
10122         * src/plugins/pgpmime/plugin.c
10123         * src/plugins/spamassassin/spamassassin.c
10124         * src/plugins/trayicon/trayicon.c
10125                 add plugin_version()
10126
10127 2005-12-15 [colin]      1.9.100cvs92
10128
10129         * src/compose.c
10130                 Further fix bug #875
10131
10132 2005-12-15 [paul]       1.9.100cvs91
10133
10134         * src/gtk/filesel.c
10135                 fix attach_load_dir getting set to
10136                 PLUGINDIR on plugin load
10137
10138 2005-12-14 [mones]      1.9.100cvs90
10139
10140         * manual/ack.xml
10141         * manual/keyboard.xml
10142                 Initial draft and some shortcuts added
10143                 
10144         * po/es.po
10145                 Updated translation
10146
10147 2005-12-14 [colin]      1.9.100cvs89
10148
10149         * src/compose.c
10150         * src/imap.c
10151         * src/summaryview.c
10152         * src/gtk/gtkaspell.c
10153                 More leaks fixed
10154         * src/prefs_folder_item.c
10155                 Fix recursive prefs apply
10156
10157
10158 2005-12-14 [colin]      1.9.100cvs88
10159
10160         * src/compose.c
10161                 Fix bug #875 (Freeze On Inline Forward of 
10162                 Large Message)
10163
10164 2005-12-13 [colin]      1.9.100cvs87
10165
10166         * src/compose.c
10167                 Uniq-ify and sort the mimetypes list
10168                 Patch by Fabien Vantard
10169
10170 2005-12-13 [colin]      1.9.100cvs86
10171
10172         * src/imap.c
10173         * src/etpan/imap-thread.c
10174                 Fix leaks (patch by Hoa)
10175         * src/news.c
10176         * src/common/plugin.c
10177                 Fix leaks
10178
10179 2005-12-12 [colin]
10180
10181         * 2.0.0-rc2 released
10182
10183 2005-12-12 [colin]      1.9.100cvs85
10184
10185         * src/matcher.c
10186                 Fix a leak
10187
10188 2005-12-12 [wwp]        1.9.100cvs84
10189
10190         * src/gtk/icon_legend.c
10191                 fix misbehaviour and crash when closing the legend window
10192         using the Esc key (patch by Fabien Vantard).
10193
10194 2005-12-12 [paul]       1.9.100cvs83
10195
10196         * src/browseldap.c
10197         * src/foldersel.c
10198         * src/prefs_actions.c
10199         * src/prefs_filtering.c
10200         * src/prefs_matcher.c
10201         * src/prefs_spelling.glade      ** REMOVED **
10202         * src/prefs_template.c
10203         * src/gtk/foldersort.glade      ** REMOVED **
10204         * src/gtk/pluginwindow.c
10205         * src/gtk/pluginwindow.glade    ** REMOVED **
10206         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
10207                 cleanups
10208
10209 2005-12-11 [paul]       1.9.100cvs82
10210
10211         * src/gtk/filesel.c
10212                 fix attach_load_dir crasher (double free)
10213
10214 2005-12-09 [paul]       1.9.100cvs81
10215
10216         * po/POTFILES.in
10217         * src/mainwindow.c
10218         * src/gtk/Makefile.am
10219         * src/gtk/icon_legend.c
10220         * src/gtk/icon_legend.h
10221                 add icon legend
10222         * src/manual.c
10223                 cleanup
10224
10225 2005-12-09 [paul]       1.9.100cvs80
10226
10227         * src/plugins/pgpcore/passphrase.c
10228                 wrap the label in the dialog
10229
10230 2005-12-09 [colin]      1.9.100cvs79
10231
10232         * src/plugins/pgpcore/sgpgme.c
10233                 Display (untrusted) on not trusted signatures
10234                 Patch by Michal Èihaø <michal@cihar.com>
10235                 Closes bug #867 (Report also key trust)
10236
10237 2005-12-09 [colin]      1.9.100cvs78
10238
10239         * src/common/plugin.c
10240                 Update licence check, following Eben Moglen's advice
10241
10242 2005-12-08 [colin]      1.9.100cvs77
10243
10244         * src/folder.c
10245                 Fix the occasionnal item->cache != NULL 
10246                 assertion failure. 
10247
10248 2005-12-08 [colin]      1.9.100cvs76
10249
10250         * src/mimeview.c
10251         * src/plugins/pgpcore/sgpgme.c
10252                 Print key id when unable to check it
10253                 Closes bug #866 (Show key id when missing)
10254
10255 2005-12-08 [paul]       1.9.100cvs75
10256
10257         * src/prefs_common.c
10258         * src/prefs_common.h
10259         * src/gtk/filesel.c
10260                 remember load attachment dir
10261
10262 2005-12-07 [colin]      1.9.100cvs74
10263
10264         * src/prefs_toolbar.c
10265                 Gtk fixes, patch by Fabien Vantard
10266
10267 2005-12-07 [colin]      1.9.100cvs73
10268
10269         * src/action.c
10270         * src/compose.c
10271         * src/compose.h
10272                 Fix bug #839 (Quoted text isn't colored after 
10273                 executing an action)
10274         * src/common/plugin.c
10275                 Require plugins to declare their licence in plugin_licence()
10276                 Refuse to load non-GPL plugins as they'd be illegal (as 
10277                 derived works of Sylpheed-Claws, they must be GPL).
10278         * src/plugins/clamav/clamav_plugin.c
10279         * src/plugins/demo/demo.c
10280         * src/plugins/dillo_viewer/dillo_viewer.c
10281         * src/plugins/pgpcore/plugin.c
10282         * src/plugins/pgpinline/plugin.c
10283         * src/plugins/pgpmime/plugin.c
10284         * src/plugins/spamassassin/spamassassin.c
10285         * src/plugins/trayicon/trayicon.c
10286                 Add plugin_licence()
10287
10288 2005-12-07 [paul]       1.9.100cvs72
10289
10290         * configure.ac
10291         * src/mainwindow.c
10292         * src/manual.c
10293         * src/manual.h
10294         * src/common/defs.h
10295                 clean up after local FAQ removal and
10296                 temporary manual removal
10297
10298 2005-12-06 [colin]      1.9.100cvs71
10299
10300         * configure.ac
10301         * doc/Makefile.am
10302         * doc/faq/.cvsignore
10303         * doc/faq/Makefile.am
10304         * doc/faq/de/.cvsignore
10305         * doc/faq/de/Makefile.am
10306         * doc/faq/de/sylpheed-faq-1.html
10307         * doc/faq/de/sylpheed-faq-2.html
10308         * doc/faq/de/sylpheed-faq-3.html
10309         * doc/faq/de/sylpheed-faq.html
10310         * doc/faq/en/.cvsignore
10311         * doc/faq/en/Makefile.am
10312         * doc/faq/en/sylpheed-faq-1.html
10313         * doc/faq/en/sylpheed-faq-2.html
10314         * doc/faq/en/sylpheed-faq-3.html
10315         * doc/faq/en/sylpheed-faq-4.html
10316         * doc/faq/en/sylpheed-faq.html
10317         * doc/faq/es/.cvsignore
10318         * doc/faq/es/Makefile.am
10319         * doc/faq/es/sylpheed-faq-1.html
10320         * doc/faq/es/sylpheed-faq-2.html
10321         * doc/faq/es/sylpheed-faq-3.html
10322         * doc/faq/es/sylpheed-faq-4.html
10323         * doc/faq/es/sylpheed-faq.html
10324         * doc/faq/fr/.cvsignore
10325         * doc/faq/fr/Makefile.am
10326         * doc/faq/fr/sylpheed-faq-1.html
10327         * doc/faq/fr/sylpheed-faq-2.html
10328         * doc/faq/fr/sylpheed-faq-3.html
10329         * doc/faq/fr/sylpheed-faq.html
10330         * doc/faq/it/.cvsignore
10331         * doc/faq/it/Makefile.am
10332         * doc/faq/it/sylpheed-faq-1.html
10333         * doc/faq/it/sylpheed-faq-2.html
10334         * doc/faq/it/sylpheed-faq-3.html
10335         * doc/faq/it/sylpheed-faq.html
10336         * doc/manual/.cvsignore
10337         * doc/manual/Makefile.am
10338         * doc/manual/de/.cvsignore
10339         * doc/manual/de/Makefile.am
10340         * doc/manual/de/sylpheed-1.html
10341         * doc/manual/de/sylpheed-10.html
10342         * doc/manual/de/sylpheed-11.html
10343         * doc/manual/de/sylpheed-12.html
10344         * doc/manual/de/sylpheed-13.html
10345         * doc/manual/de/sylpheed-14.html
10346         * doc/manual/de/sylpheed-15.html
10347         * doc/manual/de/sylpheed-16.html
10348         * doc/manual/de/sylpheed-17.html
10349         * doc/manual/de/sylpheed-18.html
10350         * doc/manual/de/sylpheed-19.html
10351         * doc/manual/de/sylpheed-2.html
10352         * doc/manual/de/sylpheed-20.html
10353         * doc/manual/de/sylpheed-3.html
10354         * doc/manual/de/sylpheed-4.html
10355         * doc/manual/de/sylpheed-5.html
10356         * doc/manual/de/sylpheed-6.html
10357         * doc/manual/de/sylpheed-7.html
10358         * doc/manual/de/sylpheed-8.html
10359         * doc/manual/de/sylpheed-9.html
10360         * doc/manual/de/sylpheed.html
10361         * doc/manual/en/.cvsignore
10362         * doc/manual/en/Makefile.am
10363         * doc/manual/en/sylpheed-1.html
10364         * doc/manual/en/sylpheed-10.html
10365         * doc/manual/en/sylpheed-11.html
10366         * doc/manual/en/sylpheed-12.html
10367         * doc/manual/en/sylpheed-13.html
10368         * doc/manual/en/sylpheed-14.html
10369         * doc/manual/en/sylpheed-15.html
10370         * doc/manual/en/sylpheed-16.html
10371         * doc/manual/en/sylpheed-17.html
10372         * doc/manual/en/sylpheed-18.html
10373         * doc/manual/en/sylpheed-19.html
10374         * doc/manual/en/sylpheed-2.html
10375         * doc/manual/en/sylpheed-20.html
10376         * doc/manual/en/sylpheed-21.html
10377         * doc/manual/en/sylpheed-22.html
10378         * doc/manual/en/sylpheed-3.html
10379         * doc/manual/en/sylpheed-4.html
10380         * doc/manual/en/sylpheed-5.html
10381         * doc/manual/en/sylpheed-6.html
10382         * doc/manual/en/sylpheed-7.html
10383         * doc/manual/en/sylpheed-8.html
10384         * doc/manual/en/sylpheed-9.html
10385         * doc/manual/en/sylpheed.html
10386         * doc/manual/es/.cvsignore
10387         * doc/manual/es/Makefile.am
10388         * doc/manual/es/sylpheed-1.html
10389         * doc/manual/es/sylpheed-10.html
10390         * doc/manual/es/sylpheed-11.html
10391         * doc/manual/es/sylpheed-12.html
10392         * doc/manual/es/sylpheed-13.html
10393         * doc/manual/es/sylpheed-14.html
10394         * doc/manual/es/sylpheed-15.html
10395         * doc/manual/es/sylpheed-16.html
10396         * doc/manual/es/sylpheed-17.html
10397         * doc/manual/es/sylpheed-18.html
10398         * doc/manual/es/sylpheed-19.html
10399         * doc/manual/es/sylpheed-2.html
10400         * doc/manual/es/sylpheed-20.html
10401         * doc/manual/es/sylpheed-3.html
10402         * doc/manual/es/sylpheed-4.html
10403         * doc/manual/es/sylpheed-5.html
10404         * doc/manual/es/sylpheed-6.html
10405         * doc/manual/es/sylpheed-7.html
10406         * doc/manual/es/sylpheed-8.html
10407         * doc/manual/es/sylpheed-9.html
10408         * doc/manual/es/sylpheed.html
10409         * doc/manual/fr/.cvsignore
10410         * doc/manual/fr/Makefile.am
10411         * doc/manual/fr/sylpheed-1.html
10412         * doc/manual/fr/sylpheed-10.html
10413         * doc/manual/fr/sylpheed-11.html
10414         * doc/manual/fr/sylpheed-12.html
10415         * doc/manual/fr/sylpheed-13.html
10416         * doc/manual/fr/sylpheed-14.html
10417         * doc/manual/fr/sylpheed-15.html
10418         * doc/manual/fr/sylpheed-16.html
10419         * doc/manual/fr/sylpheed-17.html
10420         * doc/manual/fr/sylpheed-18.html
10421         * doc/manual/fr/sylpheed-19.html
10422         * doc/manual/fr/sylpheed-2.html
10423         * doc/manual/fr/sylpheed-20.html
10424         * doc/manual/fr/sylpheed-3.html
10425         * doc/manual/fr/sylpheed-4.html
10426         * doc/manual/fr/sylpheed-5.html
10427         * doc/manual/fr/sylpheed-6.html
10428         * doc/manual/fr/sylpheed-7.html
10429         * doc/manual/fr/sylpheed-8.html
10430         * doc/manual/fr/sylpheed-9.html
10431         * doc/manual/fr/sylpheed.html
10432         * doc/manual/ja/.cvsignore
10433         * doc/manual/ja/Makefile.am
10434         * doc/manual/ja/sylpheed-1.html
10435         * doc/manual/ja/sylpheed-10.html
10436         * doc/manual/ja/sylpheed-11.html
10437         * doc/manual/ja/sylpheed-12.html
10438         * doc/manual/ja/sylpheed-13.html
10439         * doc/manual/ja/sylpheed-14.html
10440         * doc/manual/ja/sylpheed-15.html
10441         * doc/manual/ja/sylpheed-16.html
10442         * doc/manual/ja/sylpheed-17.html
10443         * doc/manual/ja/sylpheed-18.html
10444         * doc/manual/ja/sylpheed-19.html
10445         * doc/manual/ja/sylpheed-2.html
10446         * doc/manual/ja/sylpheed-20.html
10447         * doc/manual/ja/sylpheed-3.html
10448         * doc/manual/ja/sylpheed-4.html
10449         * doc/manual/ja/sylpheed-5.html
10450         * doc/manual/ja/sylpheed-6.html
10451         * doc/manual/ja/sylpheed-7.html
10452         * doc/manual/ja/sylpheed-8.html
10453         * doc/manual/ja/sylpheed-9.html
10454         * doc/manual/ja/sylpheed.html
10455         * doc/manual/ja/sylpheed.sgml
10456         * src/mainwindow.c
10457                 Remove outdated manual and faq. Noisy, eh?
10458
10459 2005-12-06 [colin]      1.9.100cvs70
10460
10461         * src/compose.c
10462         * src/quote_fmt_parse.y
10463         * src/undo.c
10464         * src/undo.h
10465                 Allow %X to position cursor at 0 
10466                 (no %X = before signature)
10467                 Fix paste as quotation putting the cursor at 0
10468                 Fix undo offsets when pasting
10469                 Insert the quote_fmt at once instead of line 
10470                 by line
10471                 Fix [Edited] when starting to reply/forward
10472
10473 2005-12-06 [paul]       1.9.100cvs69
10474
10475         * src/plugins/clamav/clamav_plugin_gtk.c
10476                 add another tooltip
10477         * src/plugins/spamassassin/spamassassin_gtk.c
10478                 rework spamassassin_create_widget_func()
10479
10480 2005-12-05 [colin]      1.9.100cvs68
10481
10482         * po/POTFILES.in
10483                 Fix make release ;-)
10484
10485 2005-12-05 [colin]      1.9.100cvs67
10486
10487         * src/compose.c
10488         * src/compose.h
10489                 Fix cursor positioning (not obeying %X)
10490
10491 2005-12-05 [paul]       1.9.100cvs66
10492
10493         * src/plugins/dillo_viewer/dillo_prefs.c
10494                 fix compilation warning
10495
10496 2005-12-05 [paul]       1.9.100cvs65
10497
10498         * src/prefs_spelling.c
10499         * src/plugins/trayicon/trayicon.c
10500                 cleanups - remove unused stuff
10501
10502 2005-12-05 [paul]       1.9.100cvs64
10503
10504         * README
10505         * manual/plugins.xml
10506                 remove info about removed mathml_viewer plugin
10507
10508 2005-12-05 [paul]       1.9.100cvs63
10509
10510         * configure.ac
10511         * src/plugins/Makefile.am
10512         * src/plugins/mathml_viewer/.cvsignore
10513         * src/plugins/mathml_viewer/Makefile.am
10514         * src/plugins/mathml_viewer/mathml_viewer.c
10515                 remove unmaintained mathml_viewer plugin
10516
10517 2005-12-05 [paul]       1.9.100cvs62
10518
10519         * src/summaryview.c
10520                 obey prefs_common.always_show_msg when
10521                 moving a msg
10522                 Thanks to Colin
10523
10524 2005-12-05 [paul]       1.9.100cvs61
10525
10526         * src/compose.c
10527         * src/prefs_account.c
10528         * src/prefs_filtering.c
10529         * src/prefs_quote.c
10530         * src/prefs_spelling.c
10531         * src/prefs_toolbar.c
10532         * src/summaryview.c
10533         * src/gtk/gtkutils.c
10534         * src/gtk/quicksearch.c
10535         * src/plugins/dillo_viewer/dillo_prefs.c
10536                 dialog cleanups
10537
10538 2005-12-04 [paul]       1.9.100cvs60
10539
10540         * src/inc.c
10541         * src/prefs_account.c
10542         * src/prefs_account.h
10543                 allow a Local account to specify a
10544                 default inbox
10545                 (closes bug 843 'Inbox cannot be changed for local
10546                  mailboxes')
10547
10548 2005-12-04 [colin]      1.9.100cvs59
10549
10550         * src/plugins/trayicon/trayicon.c
10551                 Remove Get, rename Get All to Get Mail in order to
10552                 be consistent with the default main toolbar
10553
10554 2005-12-03 [colin]      1.9.100cvs58
10555
10556         * manual/gpl.xml
10557         * manual/sylpheed-claws-manual.xml
10558                 Add GPL appendix
10559
10560 2005-12-03 [paul]       1.9.100cvs57
10561
10562         * AUTHORS
10563         * po/sv.po
10564         * src/gtk/authors.h
10565                 new (partially complete) Swedish translation
10566                 by Anders Troback <sylpheed@troback.com>
10567
10568 2005-12-02 [paul]       1.9.100cvs56
10569
10570         * configure.ac
10571                 libetpan 0.41 required
10572
10573 2005-12-02 [paul]       1.9.100cvs55
10574
10575         * src/plugins/clamav/clamav_plugin.c
10576         * src/plugins/clamav/clamav_plugin.h
10577         * src/plugins/clamav/clamav_plugin_gtk.c
10578         * src/plugins/spamassassin/spamassassin.c
10579         * src/plugins/spamassassin/spamassassin.h
10580         * src/plugins/spamassassin/spamassassin_gtk.c
10581                 unregister prefs pages on unloading, thus
10582                 preventing a crash
10583                 (thanks to Colin for the hint)
10584
10585 2005-12-02 [wwp]        1.9.100cvs54
10586
10587         * src/quote_fmt.h
10588         * src/quote_fmt_parse.y
10589                 fix misuse of gboolean*, use gboolean instead
10590                 (thanks to Paul, Colin, for pointing out that scaring one)
10591
10592 2005-12-02 [paul]       1.9.100cvs53
10593
10594         * src/plugins/clamav/clamav_plugin.c
10595                 int no --> unsigned int no
10596         * src/plugins/clamav/clamav_plugin_gtk.c
10597                 rework config page
10598
10599 2005-12-02 [wwp]        1.9.100cvs52
10600
10601         * src/compose.c
10602         * src/prefs_template.c
10603         * src/quote_fmt.h
10604         * src/quote_fmt_parse.y
10605                 prevent from executing |f and |p templates commands when
10606                 adding or replacing templates in prefs (avoids annoying and
10607                 potentially dangerous behaviours)
10608
10609 2005-12-02 [paul]       1.9.100cvs51
10610
10611         * src/prefs_common.c
10612                 allow translation of some default values
10613                 Patch by Fabien Vantard
10614
10615 2005-12-02 [paul]       1.9.100cvs50
10616
10617         * src/codeconv.c
10618         * src/codeconv.h
10619         * src/prefs_common.c
10620         * src/prefs_common.h
10621         * src/prefs_message.c
10622         * src/textview.c
10623                 remove obsolete 'convert_mb_alnum' option
10624                 and related stuff
10625         * src/gtk/about.c
10626                 remove unused 'about_textview_visibility_notify'
10627
10628 2005-12-02 [paul]       1.9.100cvs49
10629
10630         * src/prefs_account.c
10631         * src/prefs_compose_writing.c
10632         * src/prefs_fonts.c
10633         * src/prefs_gtk.h
10634         * src/prefs_image_viewer.c
10635         * src/prefs_message.c
10636         * src/prefs_other.c
10637         * src/prefs_receive.c
10638         * src/prefs_send.c
10639         * src/prefs_spelling.c
10640         * src/prefs_summaries.c
10641         * src/prefs_wrapping.c
10642         * src/plugins/dillo_viewer/dillo_prefs.c
10643         * src/plugins/pgpcore/prefs_gpg.c
10644                 several cleanups to the prefs dialogs
10645                 (slightly modified) patch by Fabien Vantard
10646
10647 2005-12-02 [paul]       1.9.100cvs48
10648
10649         * src/main.c
10650                 --exit means exit
10651         * src/send_message.c
10652                 fix crash on send when connection fails
10653
10654         Thanks to Colin
10655
10656 2005-12-01 [colin]      1.9.100cvs47
10657
10658         * src/html.c
10659                 Translate &hellip; to "..."
10660
10661 2005-11-30 [colin]      1.9.100cvs46
10662
10663         * src/matcher.c
10664         * src/matcher.h
10665                 Optimize back yesterday's fix.
10666
10667 2005-11-30 [paul]       1.9.100cvs45
10668
10669         * manual/faq.xml
10670                 standardised
10671         * manual/intro.xml
10672                 written by Colin, edited by me
10673
10674 2005-11-29 [colin]      1.9.100cvs44
10675
10676         * src/matcher.c
10677                 Skip headers unconditionnaly in match_body if the
10678                 rule is not message or ~message
10679
10680 2005-11-29 [colin]      1.9.100cvs43
10681
10682         * src/matcher.c
10683                 Fix body_part and such, not skipping headers 
10684                 if the matchcriteria wasn't the first in the rule
10685
10686 2005-11-29 [colin]      1.9.100cvs42
10687
10688         * src/compose.c
10689                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10690                 option missing from message view window)
10691                 Fix double text D'n'D with gtk-2.8
10692         * src/matcher.c
10693                 Fix ~message, ~headers_part, ~body_part rules
10694         * src/messageview.c
10695                 Add Windows-1252 (Closes bug #863)
10696                 Fix accels
10697         * src/gtk/gtkaspell.c
10698                 Properly destroy accels in all menus
10699
10700 2005-11-29 [mones]      1.9.100cvs41
10701
10702         * po/es.po
10703                 Updated.
10704
10705 2005-11-27 [colin]      1.9.100cvs40
10706
10707         * src/mh_gtk.c
10708                 "/Remove mailbox" -> "/Remove mailbox..."
10709
10710 2005-11-27 [paul]       1.9.100cvs39
10711
10712         * AUTHORS
10713         * po/de.po
10714         * src/gtk/authors.h
10715                 updated by new maintainer, Stephan Sachse
10716
10717 2005-11-27 [paul]       1.9.100cvs38
10718
10719         * manual/faq.xml
10720                 written by Colin, edited by me
10721
10722 2005-11-27 [paul]       1.9.100cvs37
10723
10724         * src/prefs_common.c
10725         * src/prefs_common.h
10726         * src/prefs_receive.c
10727         * src/prefs_summaries.c
10728                 move 'go to inbox after receiving new mail'
10729                 option from display/sumamaries to mail
10730                 handling/receive, and rework prefs_summaries
10731                 dialog a little
10732
10733 2005-11-25 [martin]     1.9.100cvs36
10734
10735         * po/de.po
10736             fixed windows-1252 translation;
10737             translated some new and fuzzy strings
10738
10739 2005-11-25 [paul]       1.9.100cvs35
10740
10741         * src/plugins/clamav/clamav_plugin.c
10742                 complete the update done in cvs34
10743
10744 2005-11-25 [paul]       1.9.100cvs34
10745
10746         * src/plugins/clamav/clamav_plugin.c
10747                 reflect upstream changes
10748
10749 2005-11-25 [paul]       1.9.100cvs33
10750
10751         * manual/ack.xml
10752         * manual/plugins.xml
10753         * manual/sylpheed-claws-manual.xml
10754                 written/updated by Colin, edited by me
10755         * tools/acroread2sylpheed.pl
10756                 update binary name
10757
10758 2005-11-24 [colin]      1.9.100cvs32
10759
10760         * src/compose.c
10761                 Fix bug #856 (reediting messages forgets Request
10762                 Return Receipt)
10763
10764 2005-11-24 [paul]       1.9.100cvs31
10765
10766         * manual/addrbook.xml
10767         * manual/starting.xml
10768                 written by Colin, proofread, edited, adapted by me
10769         * manual/advanced.xml
10770                 add some Actions examples
10771         * src/importldif.c
10772                 use a Save button instead of a Close button
10773         * src/wizard.c
10774                 indicate mandatory fields
10775                 fix page display
10776                 Thanks to Colin
10777
10778 2005-11-23 [colin]      1.9.100cvs30
10779
10780         * src/addressbook.c
10781                 Rename menu item, fix possible crash after
10782                 deletion of books
10783         * src/addrindex.c
10784                 Allow searching for '*' in ldap
10785         * src/browseldap.c
10786                 Fix "Browse Entry" (did anyone use it?)
10787         * src/wizard.c
10788                 Add guards for mandatory information
10789
10790 2005-11-23 [paul]       1.9.100cvs29
10791
10792         * manual/advanced.xml
10793                 corrections to the English
10794
10795 2005-11-23 [colin]      1.9.100cvs28
10796
10797         * src/mimeview.c
10798                 Fix possible crash at exit. After the call to
10799                 gtk_container_remove(), the Viewer's widget has no
10800                 more parent so gtk+ automatically frees it and its
10801                 sons. If destroy_viewer() then try to access it,
10802                 problems ensue.
10803
10804 2005-11-22 [colin]      1.9.100cvs27
10805
10806         * src/compose.c
10807         * src/gtk/gtkaspell.c
10808                 Fix right-clicking on a misspelled word
10809                 Fix More... in suggestions menu
10810
10811 2005-11-22 [wwp]        1.9.100cvs26
10812
10813         * src/prefs_template.c
10814                 templates works: re-sort templates list when adding or replacing,
10815                 prevent from adding or replacing when the template name is empty
10816
10817 2005-11-21 [colin]      1.9.100cvs25
10818
10819         * src/addressbook.c
10820                 Fix some addressbook suckage (dnd, select all)
10821         * src/compose.c
10822         * src/gtk/gtkaspell.c
10823         * src/gtk/gtkaspell.h
10824                 Make the spellchecker menu work with the 
10825                 GtkTextView one instead of overriding it
10826
10827 2005-11-20 [paul]       1.9.100cvs24
10828
10829         * manual/handling.xml
10830                 proofread and corrected
10831
10832 2005-11-20 [paul]       1.9.100cvs23
10833
10834         * manual/Makefile
10835                 generate html as one file
10836         * manual/advanced.xml
10837                 fix output generation
10838                 reformat hidden options list
10839         * manual/manual.xml     ** REMOVED **
10840         * manual/sylpheed-claws-manual.xml      ** ADDED **
10841                 renamed
10842
10843 2005-11-18 [colin]      1.9.100cvs22
10844
10845         * src/prefs_account.c
10846                 Fix layout in news and mbox accounts
10847         * manual/account.xml
10848         * manual/advanced.xml
10849                 New contents for Paul to check :)
10850
10851 2005-11-18 [wwp]        1.9.100cvs21
10852
10853         * src/gtk/quicksearch.c
10854                 don't update extended quicksearch buttons twice
10855
10856 2005-11-18 [paul]       1.9.100cvs20
10857
10858         * src/textview.c
10859                 complete 1.9.100cvs19
10860
10861 2005-11-18 [paul]       1.9.100cvs19
10862
10863         * src/compose.c
10864                 cosmetic improvements
10865         * src/textview.c
10866                 also list text/* attachments
10867
10868 2005-11-18 [colin]      1.9.100cvs18
10869
10870         * src/summaryview.c
10871                 Use column 0 instead of -1 in 
10872                 gtk_ctree_node_moveto, in a naive
10873                 hope it'll fix the gtk-related crashes
10874
10875 2005-11-18 [colin]      1.9.100cvs17
10876
10877         * src/gtk/inputdialog.c
10878                 Fix icon staying the first one
10879
10880 2005-11-17 [wwp]        1.9.100cvs16
10881                 fix possible problem showing some quicksearch buttons, and a bad
10882                 call to g_return_if_fail in a function that returns a value (both
10883                 fixes by Fabien Vantard)
10884
10885 2005-11-15 [wwp]        1.9.100cvs15
10886
10887         * src/gtk/quicksearch.c
10888                 added a tooltip to that obscure ... quicksearch button
10889
10890 2005-11-15 [wwp]        1.9.100cvs14
10891
10892         * src/gtk/quicksearch.c
10893                 add a quicksearch helper to filtering expression users: the ... button
10894                 raises the condition expr window. condition expressions set up w/ this
10895                 window are used by the quicksearch if the user closes it pressing OK.
10896
10897 2005-11-14 [paul]       1.9.100cvs13
10898
10899         * src/plugins/clamav/clamav_plugin.c
10900         * src/plugins/spamassassin/spamassassin.c
10901                 change plugin type following recent merging
10902
10903 2005-11-14 [wwp]        1.9.100cvs12
10904
10905         * src/folder.c
10906                 prevent from crashing when copying/moving message(s) from and
10907                 to the same folder
10908
10909 2005-11-14 [paul]       1.9.100cvs11
10910
10911         * src/plugins/clamav/Makefile.am
10912         * src/plugins/clamav/clamav_plugin.c
10913         * src/plugins/clamav/clamav_plugin.h
10914         * src/plugins/clamav/clamav_plugin_gtk.c
10915                 also merge clamav and clamav_gtk plugins
10916
10917 2005-11-13 [colin]      1.9.100cvs10
10918
10919         * configure.ac
10920         * src/plugins/spamassassin/Makefile.am
10921         * src/plugins/spamassassin/spamassassin.c
10922         * src/plugins/spamassassin/spamassassin.h
10923         * src/plugins/spamassassin/spamassassin_gtk.c
10924                 Merge spamassassin and spamassassin_gtk plugins,
10925                 and build it by default.
10926
10927 2005-11-12 [colin]      1.9.100cvs9
10928
10929         * src/etpan/imap-thread.c
10930                 Fix gcc warning
10931
10932 2005-11-12 [colin]      1.9.100cvs8
10933
10934         * src/procmime.c
10935                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10936
10937 2005-11-10 [colin]      1.9.100cvs7
10938
10939         * src/main.c
10940                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
10941                 minimised state)
10942
10943 2005-11-10 [wwp]        1.9.100cvs6
10944
10945         * src/gtk/description_window.c
10946                 fix a crash when closing description windows using the WM's [X] button
10947
10948 2005-11-09 [colin]      1.9.100cvs5
10949
10950         * src/common/ssl.c
10951                 Update libetpan call to follow upstream
10952                 (yes, this requires libetpan-0.40cvs3)
10953
10954 2005-11-08 [colin]      1.9.100cvs4
10955
10956         * src/compose.c
10957         * src/textview.c
10958         * src/common/utils.c
10959         * src/common/utils.h
10960                 Enhance the email parser
10961
10962 2005-11-08 [colin]      1.9.100cvs3
10963
10964         * src/procmime.c
10965                 Fix what looks like an off-by-one (fixes 
10966                 attachments from the Bat)
10967
10968 2005-11-08 [wwp]        1.9.100cvs2
10969
10970         * src/main.c
10971                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
10972
10973 2005-11-08 [wwp]        1.9.100cvs1
10974
10975         * src/main.c
10976                 allow exiting Sylpheed-Claws from command-line
10977
10978 2005-11-08 [paul]       1.9.100
10979
10980         1.9.100 released
10981
10982 2005-11-07 [colin]      1.9.99cvs17
10983
10984         * src/addritem.c
10985         * src/ldif.c
10986                 Fix import of base-64 encoded items
10987
10988 2005-11-07 [colin]      1.9.99cvs16
10989
10990         * src/send_message.c
10991                 Fix bug #314 (Queue does not empty under certain 
10992                 circumstances)
10993
10994 2005-11-07 [paul]       1.9.99cvs15
10995
10996         * src/mutt.c
10997         * src/pine.c
10998                 fix buffer overflows
10999                 Thanks to Colin
11000
11001 2005-11-07 [paul]       1.9.99cvs14
11002
11003         * doc/man/Makefile.am
11004         * doc/man/sylpheed-claws.1      ** ADDED **
11005         * doc/man/sylpheed.1            ** DELETED **
11006                 rename and update the man file
11007
11008 2005-11-06 [colin]      1.9.99cvs13
11009
11010         * src/ldif.c
11011                 Fix ldif_get_line() that returned empty strings
11012                 (Didn't understand why). Also fix a possible
11013                 buffer overflow.
11014
11015 2005-11-06 [wwp]        1.9.99cvs12
11016
11017         * src/textview.c
11018         * src/gtk/about.c
11019         * src/gtk/gtkutils.c
11020         * src/gtk/gtkutils.h
11021                 fix a compilation warning,
11022                 make links sensitive in the about dialog
11023
11024 2005-11-04 [wwp]        1.9.99cvs11
11025
11026         * src/gtk/about.c
11027                 don't wrap or translate URIs, and a bit text format cleanup
11028
11029 2005-11-04 [wwp]        1.9.99cvs10
11030
11031         * src/gtk/about.c
11032                 better textview tagging implementation (no more use of marks for
11033                 postponed tagging)
11034
11035 2005-11-02 [colin]      1.9.99cvs9
11036
11037         * src/common/ssl.c
11038                 Forgot an ifdef
11039
11040 2005-11-02 [colin]      1.9.99cvs8
11041
11042         * configure.ac
11043                 Require libetpan-0.40 due to upstream fix
11044         * src/common/ssl.c
11045                 Tell libetpan not to call SSL_Library_Init,
11046                 as we do it ourselves.
11047
11048 2005-11-02 [colin]      1.9.99cvs7
11049
11050         * po/POTFILES.in
11051                 Add missing files (thanks to Fabien Vantard)
11052
11053 2005-11-02 [colin]      1.9.99cvs6
11054
11055         * src/summaryview.c
11056                 Fix totals when read messages are hidden or quicksearch
11057                 is on
11058         * src/ssl_manager.c
11059         * src/ssl_manager.h
11060         * src/common/ssl_certificate.c
11061         * src/common/ssl_certificate.h
11062         * src/gtk/sslcertwindow.c
11063         * src/gtk/sslcertwindow.h
11064                 Fix copyright on my stuff
11065
11066 2005-11-02 [wwp]        1.9.99cvs5
11067
11068         * src/prefs_themes.c
11069                 fix directory name checking (theme installation/removal),
11070                 made related error a bit more verbose
11071
11072 2005-11-02 [colin]      1.9.99cvs4
11073
11074         * src/summaryview.c
11075                 Fix typo (probably fixes bug #841 (Sort by the From 
11076                 field doesn't work)
11077
11078 2005-11-02 [paul]       1.9.99cvs3
11079
11080         * po/ko.po
11081         * po/nb.po
11082                 updated by SungHyun Nam, Geir Helland
11083         * src/wizard.c
11084                 fix typo in welcome message. spotted by
11085                 Andrea Spadaccini
11086
11087 2005-11-01 [colin]      1.9.99cvs2
11088
11089         * src/compose.c
11090                 Fix replying to ml wen confirming subscription
11091         * src/messageview.c
11092         * src/mimeview.c
11093         * src/mimeview.h
11094         * src/privacy.h
11095         * src/summaryview.c
11096                 Make key check non blocking
11097
11098 2005-10-31 [paul]       1.9.99cvs1
11099
11100         * tools/claws.i18n.status.pl
11101                 updated for ChangeLog
11102
11103 2005-10-31 [paul]       1.9.99
11104
11105         1.9.99 released
11106
11107 2005-10-31 [paul]       1.9.15cvs131
11108
11109         * .cvsignore
11110         * ChangeLog
11111         * ChangeLog.claws       ** REMOVED **
11112         * ChangeLog-gtk2.claws  ** REMOVED **
11113         * ChangeLog.gtk1        ** ADDED **
11114         * INSTALL
11115         * Makefile.am
11116         * NEWS
11117         * README
11118         * README.claws          ** REMOVED **
11119         * README.jp             ** REMOVED **
11120         * RELEASE_NOTES         ** ADDED **
11121         * RELEASE_NOTES.claws   ** REMOVED **
11122         * commitHelper
11123         * configure.ac
11124         * sylpheed.spec.in      ** REMOVED **
11125                 tidy up and update the default docs:
11126                 ChangeLog.claws is renamed ChangeLog.gtk1
11127                 ChangeLog-gtk2.claws is renamed ChangeLog
11128                 README.claws is renamed README
11129                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
11130
11131 2005-10-31 [paul]       1.9.15cvs130
11132
11133         * po/it.po
11134                 fix errors
11135
11136 2005-10-31 [paul]       1.9.15cvs129
11137
11138         * po/ca.po
11139         * po/de.po
11140         * po/en_GB.po
11141         * po/fr.po
11142         * po/it.po
11143         * po/pt_BR.po
11144         * po/sk.po
11145         * po/sr.po
11146         * po/zh_CN.po
11147                 updated by Miquel Oliete, Stephan Sachse and
11148                 Thomas Gilgin, me, Fabien Vantard, Andrea
11149                 Spadaccini, Frederico Goncalves Guimaraes,
11150                 Andrej Kacian, Aleksandar Urosevic, and
11151                 Ralgh Young.
11152
11153 2005-10-31 [mones]      1.9.15cvs128
11154
11155         * manual/faq.xml
11156                 More questions.
11157         
11158         * po/es.po
11159                 Updated for release.
11160
11161 2005-10-30 [colin]      1.9.15cvs127
11162
11163         * src/compose.c
11164                 Place cursor before rewrapping (fixes cursor
11165                 pos if quotation gets rewrapped)
11166
11167 2005-10-29 [paul]       1.9.15cvs126
11168
11169         * src/crash.c
11170         * src/foldersel.c
11171         * src/main.c
11172         * src/messageview.c
11173         * src/toolbar.c
11174         * src/gtk/authors.h
11175                 corrections to text items
11176
11177 2005-10-28 [colin]      1.9.15cvs125
11178
11179         * src/messageview.c
11180                 Make "hit 'C' to check sig" work from extern 
11181                 messageviews
11182
11183 2005-10-27 [colin]      1.9.15cvs124
11184
11185         * src/summaryview.c
11186                 Add a hack to avoid segfaulting when hammering 
11187                 on gtk's events
11188
11189 2005-10-27 [wwp]        1.9.15cvs123
11190
11191         * src/prefs_themes.c
11192                 sort list of themes names in themes prefs
11193
11194 2005-10-27 [paul]       1.9.15cvs122
11195
11196         * src/folder.c
11197         * src/prefs_account.c
11198                 fix building on Solaris
11199                 Patch by Alex Moore
11200
11201 2005-10-27 [wwp]        1.9.15cvs121
11202
11203         * src/summaryview.c
11204         * src/gtk/gtksctree.c
11205                 speed up unselecting messages in summary view (thanks to Colin)
11206
11207 2005-10-27 [paul]       1.9.15cvs120
11208
11209         * src/mainwindow.c
11210                 fix a compilation warning
11211         * src/summaryview.c
11212                 fix updating of 'n items selected' count
11213                 when deselecting
11214
11215 2005-10-27 [martin]     1.9.15cvs119
11216
11217         * src/action.c
11218                 ignore actions with a leading '/' in the action menu name
11219                 fixes a crash on menu creation
11220         * src/prefs_actions.c
11221                 do not allow a leading '/' in the action menu name
11222
11223 2005-10-27 [paul]       1.9.15cvs118
11224
11225         * src/main.c
11226                 fix compilation warning
11227
11228 2005-10-27 [paul]       1.9.15cvs117
11229
11230         * src/procmime.c
11231                 add #if HAVE_LOCALE_H
11232
11233 2005-10-27 [paul]       1.9.15cvs116
11234
11235         * src/plugins/clamav/clamav_plugin.c
11236         * src/plugins/dillo_viewer/dillo_viewer.c
11237         * src/plugins/mathml_viewer/mathml_viewer.c
11238         * src/plugins/pgpcore/plugin.c
11239         * src/plugins/pgpinline/plugin.c
11240         * src/plugins/pgpmime/plugin.c
11241         * src/plugins/spamassassin/spamassassin.c
11242         * src/plugins/trayicon/trayicon.c
11243                 plugin_init() : make error messages more
11244                 informative
11245
11246 2005-10-26 [wwp]        1.9.15cvs115
11247
11248         * src/prefs_matcher.c
11249                 enlarge boolean op widget width a bit (wasn't always showing text contents)
11250
11251 2005-10-26 [wwp]        1.9.15cvs114
11252
11253         * src/procmime.c
11254         * src/gtk/gtksctree.c
11255         * src/plugins/spamassassin/libspamc.c
11256         * src/plugins/spamassassin/spamassassin.c
11257                 fix some compilation warnings more
11258
11259 2005-10-26 [mones]      1.9.15cvs113
11260
11261         * po/es.po
11262                 Updated translation
11263
11264 2005-10-26 [paul]       1.9.15cvs112
11265
11266         * src/prefs_message.c
11267                 give all display_xface stuff the
11268                 #if HAVE_LIBCOMPFACE treatment, thus
11269                 preventing a crash
11270                 (Thanks to Wolfgang Enderlein)
11271
11272 2005-10-26 [colin]      1.9.15cvs111
11273
11274         * src/gedit-print.c
11275                 Fix date format
11276         * src/imap_gtk.c
11277         * src/news_gtk.c
11278                 Remove context menu items that should not be there
11279         * src/jpilot.c
11280                 Fix encoding
11281         * src/main.c
11282         * src/mainwindow.c
11283                 Don't show the mainwindow too soon
11284
11285 2005-10-26 [wwp]        1.9.15cvs110
11286
11287         * src/folder.c
11288         * src/manual.c
11289         * src/summaryview.c
11290                 fix uninitialized pointers in the folder updating hook
11291                 (thanks to Colin)
11292
11293 2005-10-25 [mones]      1.9.15cvs109
11294
11295         * manual/faq.xml
11296                 General information subsection completed. 
11297                 Removed archaic references.
11298                 
11299         * manual/Makefile
11300         * manual/dtd/manual.dsl
11301                 Added customization stylesheet for getting paragraphs
11302                 fully justified in PDF output (as suggested by Colin).
11303
11304 2005-10-25 [colin]      1.9.15cvs108
11305
11306         * src/compose.c
11307                 Fix a second leak
11308
11309 2005-10-25 [colin]      1.9.15cvs107
11310
11311         * src/addrbook.c
11312         * src/addrindex.c
11313                 Fix leak (xml_get_element() allocates memory)
11314         * src/compose.c
11315                 Fix leak + dead code (shame!)
11316         * src/procmime.c
11317                 Fix leak
11318
11319 2005-10-25 [colin]      1.9.15cvs106
11320
11321         * src/mimeview.c
11322                 Fix encoding issue in Save all and in 
11323                 overwrite-confirmation alertpanel
11324
11325 2005-10-25 [colin]      1.9.15cvs105
11326
11327         * src/common/socket.c
11328                 Fix a leak - Thanks to Christopher Aillon
11329                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
11330
11331 2005-10-25 [paul]       1.9.15cvs104
11332
11333         * src/wizard.c
11334                 Always guess servers from the right-hand
11335                 email part and guess username from the
11336                 left-hand part. (Thanks to Colin)
11337                 add an X-Face to the welcome message
11338
11339 2005-10-25 [paul]       1.9.15cvs103
11340
11341         * manual/handling.xml
11342                 written by Colin, edited by me
11343
11344 2005-10-25 [wwp]        1.9.15cvs102
11345
11346         * src/folderview.c
11347         * src/grouplistdialog.c
11348         * src/imap.c
11349         * src/noticeview.c
11350                 fix some compilation warnings
11351
11352 2005-10-24 [paul]
11353
11354         1.9.99-rc3 released
11355
11356 2005-10-24 [paul]       1.9.15cvs101
11357
11358         * src/gtk/about.c
11359                 fix window sizing
11360
11361 2005-10-24 [paul]       1.9.15cvs100
11362
11363         * src/pixmaps/offline.xpm
11364         * src/pixmaps/online.xpm
11365                 replace with last default versions
11366
11367 2005-10-24 [colin]      1.9.15cvs99
11368
11369         * src/imap.c
11370                 Fix bug when moving a folder
11371         * src/imap_gtk.c
11372         * src/mh_gtk.c
11373                 "Delete folder" pops up a window, so it 
11374                 should be suffixed with "..."
11375         * src/plugins/pgpcore/sgpgme.c
11376                 Include locale.h
11377
11378 2005-10-24 [mones]      1.9.15cvs98
11379
11380         * manual/Makefile
11381         * manual/account.xml
11382         * manual/ack.xml
11383         * manual/addrbook.xml
11384         * manual/advanced.xml
11385         * manual/faq.xml
11386         * manual/glossary.xml
11387         * manual/gpl.xml
11388         * manual/handling.xml
11389         * manual/intro.xml
11390         * manual/keyboard.xml
11391         * manual/manual.xml
11392         * manual/plugins.xml
11393         * manual/starting.xml
11394         * manual/dtd/sdocbook.dtd
11395                 Initial manual structure and some content.
11396
11397 2005-10-23 [wwp]        1.9.15cvs97
11398
11399         * src/gtk/about.c
11400                 fix a typo
11401
11402 2005-10-23 [wwp]        1.9.15cvs96
11403
11404         * src/gtk/about.c
11405         * src/gtk/authors.h
11406                 rework of the about window (main work by Paul), also featuring a few
11407                 fixes for typos and duplicate names
11408
11409 2005-10-23 [wwp]        1.9.15cvs95
11410
11411         * src/.cvsignore
11412                 Ignore the right binary name (sylpheed-claws now)
11413
11414 2005-10-23 [paul]       1.9.15cvs94
11415
11416         * src/compose.c
11417                 when using Folder Pref 'Default To for
11418                 replies' make the entry in the Compose
11419                 window bold
11420                 Patch by Fabien Vantard
11421
11422 2005-10-22 [colin]      1.9.15cvs93
11423
11424         * src/codeconv.c
11425                 Fix leak
11426
11427 2005-10-22 [colin]      1.9.15cvs92
11428
11429         * src/codeconv.c
11430                 try to convert using locale (apart utf8) if necessary
11431
11432 2005-10-22 [colin]      1.9.15cvs91
11433
11434         * src/pixmaps/new.xpm
11435         * src/pixmaps/unread.xpm
11436                 Make the unread envelope blue again and
11437                 saturate the new one a bit more.
11438
11439 2005-10-22 [colin]      1.9.15cvs90
11440
11441         * src/compose.c
11442                 When replying to a mail sent by one of our accounts,
11443                 use the original list of recipients. Let 'Reply All'
11444                 and 'Reply to sender' work like previously.
11445
11446 2005-10-21 [colin]      1.9.15cvs89
11447
11448         * src/prefs_filtering.c
11449                 Clear fields after add and replace
11450         * src/textview.c
11451                 Display xface differently (better)
11452         * src/plugins/pgpinline/pgpinline.c
11453                 Fix crappy encodings/recodings
11454
11455 2005-10-21 [paul]       1.9.15cvs88
11456
11457         * src/compose.c
11458         * src/prefs_folder_item.c
11459         * src/toolbar.c
11460                 fix news folder Folder Properties
11461                 (thanks to Colin)
11462         * src/folderview.c
11463                 update folderview after Themes change
11464                 keep selected folder selected
11465                 (thanks to Colin)
11466
11467 2005-10-21 [paul]       1.9.15cvs87
11468
11469         * tools/Makefile.am
11470         * tools/OOo2sylpheed.pl
11471         * tools/README
11472         * tools/README.sylprint
11473         * tools/asus_mailled.sh         ** REMOVED **
11474         * tools/filter_conv.pl
11475         * tools/freshmeat_search.pl
11476         * tools/google_search.pl
11477         * tools/gpg-sign-syl            ** REMOVED **
11478         * tools/kmail2sylpheed.pl
11479         * tools/kmail2sylpheed_v2.pl
11480         * tools/multiwebsearch.pl
11481         * tools/nautilus2sylpheed.sh
11482         * tools/newscache_clean.pl
11483         * tools/outlook2sylpheed.pl
11484         * tools/sylpheed-switcher       ** REMOVED **
11485         * tools/sylprint.pl
11486         * tools/sylprint.rc
11487         * tools/tb2sylpheed
11488         * tools/vcard2xml.py
11489         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11490                 update default config dir
11491                 update binary name (thanks to Fabien Vantard)
11492                 remove obsolete scripts
11493
11494 2005-10-21 [colin]      1.9.15cvs86
11495
11496         * src/inc.c
11497                 Fix possible leak and units. Based on a patch by
11498                 Fabien Vantard.
11499
11500 2005-10-20 [colin]      1.9.15cvs85
11501
11502         * src/textview.c
11503                 Clear xface when clearing textview
11504
11505 2005-10-20 [colin]      1.9.15cvs84
11506
11507         * configure.ac
11508         * src/folderview.c
11509         * src/headerview.c
11510         * src/main.c
11511         * src/prefs_common.c
11512         * src/prefs_common.h
11513         * src/prefs_message.c
11514         * src/textview.c
11515         * src/textview.h
11516         * src/common/defs.h
11517         * src/common/utils.c
11518         * src/common/utils.h
11519         * src/gtk/gtkutils.c
11520         * src/gtk/gtkutils.h
11521                 Migrate config to .sylpheed-claws (Automatically)
11522                 Add a way to get the Xface in the TextView
11523
11524 2005-10-20 [colin]      1.9.15cvs83
11525
11526         * src/gtk/Makefile.am
11527         * src/gtk/about.c
11528         * src/gtk/authors.h
11529                 Make the about dialog *grooovy*
11530
11531 2005-10-20 [colin]      1.9.15cvs82
11532
11533         * src/mimeview.c
11534                 Use "Open with" on double click if no command
11535                 was found
11536
11537 2005-10-20 [colin]      1.9.15cvs81
11538
11539         * src/imap.c
11540         * src/etpan/imap-thread.c
11541                 Fix possible crash.
11542
11543 2005-10-20 [paul]       1.9.15cvs80
11544
11545         * src/folder.c
11546                 don't show clipkey icon if the only
11547                 attachment is the signature
11548                 Patch by Colin
11549
11550 2005-10-20 [paul]       1.9.15cvs79
11551
11552         * AUTHORS
11553         * src/plugins/pgpmime/pgpmime.c
11554                 name the PGP/MIME signature 'signature.asc'
11555                 Patch by Andrew Nelson <freeandy@gmail.com>
11556
11557 2005-10-19 [colin]      1.9.15cvs78
11558
11559         * src/plugins/pgpmime/pgpmime.c
11560                 Oops, no need to double-check though
11561
11562 2005-10-19 [colin]      1.9.15cvs77
11563
11564         * src/plugins/pgpinline/pgpinline.c
11565         * src/plugins/pgpmime/pgpmime.c
11566                 Check that my_tmpfile() doesn't 
11567                 return NULL
11568
11569 2005-10-19 [colin]      1.9.15cvs76
11570
11571         * src/common/utils.c
11572                 Use shorter mime boundaries to avoid having
11573                 MTAs rewrapping our headers, breaking the
11574                 PGP signature in the process 
11575         * src/compose.c
11576         * src/plugins/pgpmime/pgpmime.c
11577                 Check for boundary uniqueness to be sure
11578                 it won't happen, instead of hoping for the
11579                 best
11580
11581 2005-10-19 [colin]      1.9.15cvs75
11582
11583         * sylpheed-claws.desktop
11584         * src/Makefile.am
11585         * src/main.c
11586                 Ship a sylpheed-claws binary instead
11587                 of a sylpheed one. Change the socket
11588                 name, too
11589         * src/folderview.c
11590                 Update folder only if it changed
11591         * src/wizard.c
11592                 Fix i18n in welcome mail, patch by
11593                 Fabien Vantard
11594
11595 2005-10-19 [paul]
11596
11597         1.9.99-rc2 released
11598
11599 2005-10-19 [paul]       1.9.15cvs74
11600
11601         * src/folder.c
11602         * src/folderview.c
11603                 fix summaryview update
11604                 Patch by Colin
11605
11606 2005-10-18 [colin]      1.9.15cvs73
11607
11608         * src/plugins/pgpcore/passphrase.c
11609                 Don't XGrabServer, and try a bit more to 
11610                 sync everything before grabbing mouse/keyboard
11611
11612 2005-10-18 [colin]      1.9.15cvs72
11613
11614         * src/Makefile.am
11615         * src/addressadd.c
11616         * src/addressbook.c
11617         * src/folderview.c
11618         * src/grouplistdialog.c
11619         * src/mimeview.c
11620         * src/stock_pixmap.c
11621         * src/stock_pixmap.h
11622         * src/summaryview.c
11623         * src/gtk/gtksctree.c
11624         * src/gtk/gtksctree.h
11625         * src/pixmaps/empty.xpm
11626                 Implement a wrapper call for gtk_ctree_set_node_info
11627                 and gtk_ctree_insert_node, that uses a 1x1 transparent
11628                 pixmap instead of a NULL one. This works around some
11629                 memory problems deep inside gtk, revealed by valgrind,
11630                 and fixes bug #834 (Pressing CTRl-D on a message marked 
11631                 as locked crashes sylpheed.), as well as, probably, 
11632                 wwp's 4th dimension problems that happen in gtk_ctree_*.
11633
11634 2005-10-17 [colin]      1.9.15cvs71
11635
11636         * src/mimeview.c
11637                 Provide visual feedback when checking
11638                 signature
11639
11640 2005-10-17 [colin]      1.9.15cvs70
11641
11642         * src/main.c
11643                 Keep the folder list frozen while checking caches...
11644
11645 2005-10-17 [colin]      1.9.15cvs69
11646
11647         * src/addr_compl.c
11648                 Fi bug #833 (Autocompleting from addressbook 
11649                 fails with extended chars)
11650         * src/imap.c
11651                 Fix 'adding messages' staying in statusbar
11652                 after an error
11653
11654 2005-10-17 [wwp]        1.9.15cvs68
11655
11656         * src/ssl_manager.c
11657                 Fix buttons' layout resizing when window size changes
11658
11659 2005-10-17 [wwp]        1.9.15cvs67
11660
11661         * src/account.c
11662         * src/prefs_account.c
11663         * src/prefs_common.c
11664         * src/prefs_common.h
11665         * src/prefs_folder_item.c
11666         * src/prefs_gtk.c
11667         * src/gtk/logwindow.c
11668         * src/gtk/pluginwindow.c
11669         * src/gtk/prefswindow.c
11670         * src/gtk/prefswindow.h
11671                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11672
11673 2005-10-17 [paul]       1.9.15cvs66
11674
11675         * configure.ac
11676                 fix missing libetpan message
11677         * po/en_GB.po
11678                 updated
11679         * src/crash.c
11680         * src/manual.c
11681         * src/prefs_themes.c
11682         * src/common/defs.h
11683                 add some new URI defines, change some
11684                 others
11685         * src/wizard.c
11686                 make welcome message translatable
11687                 small improvements to english
11688                 other tweaks
11689         * src/gtk/menu.c
11690                 fix warnings
11691
11692 2005-10-17 [paul]       1.9.15cvs65
11693
11694         * src/summaryview.c
11695                 fix column titles
11696
11697 2005-10-16 [mones]      1.9.15cvs64
11698
11699         * po/es.po
11700                 Updated translation
11701
11702 2005-10-16 [colin]
11703
11704         1.9.99-rc1 released
11705
11706 2005-10-16 [colin]      1.9.15cvs63
11707
11708         * src/wizard.c
11709                 Fix whitespace
11710
11711 2005-10-16 [colin]      1.9.15cvs62
11712
11713         * src/toolbar.c
11714                 s/Get All/Get Mail/
11715         * src/wizard.c
11716                 Real welcome mail text, thanks Paul
11717
11718 2005-10-16 [colin]      1.9.15cvs61
11719
11720         * src/editldap.c
11721         * src/exporthtml.c
11722         * src/main.c
11723         * src/mainwindow.c
11724         * src/prefs_themes.c
11725         * src/prefs_toolbar.c
11726         * src/plugins/demo/demo.c
11727         * src/plugins/trayicon/trayicon.c
11728                 s/Sylpheed/Sylpheed-Claws/
11729
11730 2005-10-16 [colin]      1.9.15cvs60
11731
11732         * src/wizard.c
11733                 Add a welcome email in the first empty mailbox
11734         * src/prefs_common.c
11735                 Change one more default
11736
11737 2005-10-16 [colin]      1.9.15cvs59
11738
11739         * src/wizard.c
11740                 Remove printf
11741
11742 2005-10-16 [colin]      1.9.15cvs58
11743
11744         * src/toolbar.c
11745         * src/prefs_common.c
11746                 Change some defaults
11747
11748 2005-10-16 [colin]      1.9.15cvs57
11749
11750         * src/toolbar.c
11751         * src/prefs_common.c
11752                 Change some defaults
11753
11754 2005-10-16 [colin]      1.9.15cvs56
11755
11756         * src/wizard.c
11757                 By default, initialize fonts to have
11758                 the same size as normal GtkWidgets
11759
11760 2005-10-16 [colin]      1.9.15cvs55
11761
11762         * src/mimeview.c
11763                 Fix message a bit more
11764
11765 2005-10-16 [colin]      1.9.15cvs54
11766
11767         * src/addressbook.c
11768                 Second attempt at flicker fixing
11769
11770 2005-10-16 [colin]      1.9.15cvs53
11771
11772         * src/addressbook.c
11773                 Fix flicker
11774
11775 2005-10-16 [wwp]        1.9.15cvs52
11776
11777         * src/addressbook.c
11778         * src/editaddress.c
11779         * src/prefs_common.c
11780         * src/prefs_common.h
11781                 Remember window sizes (address book)
11782
11783 2005-10-16 [wwp]        1.9.15cvs51
11784
11785         * src/plugins/clamav/clamav_plugin_gtk.c
11786         * src/plugins/spamassassin/spamassassin_gtk.c
11787                 Fix compilation warnings (missing #include).
11788
11789 2005-10-16 [colin]      1.9.15cvs50
11790
11791         * src/mimeview.c
11792         * src/summaryview.c
11793         * src/textview.c
11794                 Make 'c' check signature, and forward
11795                 c, l, y, t from summaryview to mimeview
11796
11797 2005-10-16 [colin]      1.9.15cvs49
11798
11799         * src/addressbook.c
11800                 Put border around buttons
11801         * src/mainwindow.c
11802         * src/summaryview.c
11803                 Rework menus (Patch based on a patch
11804                 by Paul)
11805
11806 2005-10-15 [wwp]        1.9.15cvs48
11807
11808         * src/editjpilot.c
11809         * src/editldap.c
11810         * src/editvcard.c
11811         * src/exphtmldlg.c
11812         * src/expldifdlg.c
11813         * src/export.c
11814         * src/import.c
11815         * src/importldif.c
11816         * src/importmutt.c
11817         * src/importpine.c
11818         * src/prefs_account.c
11819         * src/prefs_spelling.c
11820         * src/gtk/gtkutils.c
11821         * src/gtk/gtkutils.h
11822         * src/plugins/clamav/clamav_plugin_gtk.c
11823         * src/plugins/spamassassin/spamassassin_gtk.c
11824                 use nicer browse-for-file/dir buttons than the "..." ones,
11825                 code factorizing more.
11826
11827 2005-10-14 [colin]      1.9.15cvs47
11828
11829         * src/mainwindow.c
11830                 set relief on the account switcher so that people see it
11831                 grey out Create processing rules when no message is selected
11832         * src/prefs_filtering.c
11833                 ask before closing if the rule has not been modified, even if
11834                 it's not valid
11835         * src/prefs_matcher.c
11836                 fix sensitivity when entering the dialog
11837         * src/gtk/inputdialog.c
11838                 display a better icon on password ask
11839         * src/plugins/pgpcore/passphrase.c
11840                 make the dialog look better
11841
11842 2005-10-14 [paul]       1.9.15cvs46
11843
11844         * src/folderview.c
11845                 indicate presense of marked msgs in
11846                 unexpanded subfolders
11847
11848 2005-10-14 [paul]       1.9.15cvs45
11849
11850         * src/prefs_actions.c
11851         * src/prefs_common.c
11852         * src/prefs_common.h
11853         * src/prefs_filtering_action.c
11854         * src/prefs_matcher.c
11855         * src/prefs_template.c
11856                 remember window sizes
11857                 fix Info button size
11858
11859         Patches by wwp
11860
11861 2005-10-13 [colin]      1.9.15cvs44
11862
11863         * src/mimeview.c
11864         * src/noticeview.c
11865         * src/noticeview.h
11866                 Add a tooltip on the icon (optional) 
11867                 Get rid of the signature buttons and only
11868                 use the icon+tooltip
11869
11870 2005-10-13 [colin]      1.9.15cvs43
11871
11872         * src/noticeview.c
11873         * src/noticeview.h
11874                 Add hand cursor for hovering over icon
11875
11876 2005-10-13 [colin]      1.9.15cvs42
11877
11878         * src/summaryview.c
11879                 Fix crash when quicksearch's hidden 
11880                 at startup
11881
11882 2005-10-13 [colin]      1.9.15cvs41
11883
11884         * src/compose.c
11885                 Set subject when forwarding multiple mails
11886                 Check that other recipient than the default Cc or Bcc
11887                 have been set before sending.
11888
11889 2005-10-13 [colin]      1.9.15cvs40
11890
11891         * src/imap.c
11892                 Batch per-folder
11893                 Introduce locking, but don't use it yet
11894
11895 2005-10-13 [colin]      1.9.15cvs39
11896
11897         * src/gtk/quicksearch.c
11898                 Reset quicksearch when hiding it
11899                 Make sticky a real pref
11900
11901 2005-10-13 [colin]      1.9.15cvs38
11902
11903         * src/summaryview.c
11904                 Faster prefs apply
11905
11906 2005-10-13 [colin]      1.9.15cvs37
11907
11908         * src/mimeview.c
11909         * src/noticeview.c
11910         * src/noticeview.h
11911         * src/plugins/pgpcore/sgpgme.c
11912                 Make privacy icon clickable
11913                 Move Trust field in Full info
11914                 When trust is less than full, don't display
11915                 a warning icon
11916
11917 2005-10-13 [colin]      1.9.15cvs36
11918
11919         * src/folder.c
11920                 Batch on flags sync
11921         * src/folderview.c
11922                 Revert speed hack which is dangerous in fact
11923                 Apply prefs faster
11924
11925 2005-10-13 [colin]      1.9.15cvs35
11926
11927         * src/folder_item_prefs.c
11928                 Fix pref corruption on folder move. Patch
11929                 by wwp
11930
11931 2005-10-13 [paul]       1.9.15cvs34
11932
11933         * src/export.c
11934         * src/import.c
11935                 fix typos in g_warnings
11936         * src/prefs_account.c
11937                 add a file selector for Signature file
11938
11939         Patches by wwp
11940
11941 2005-10-12 [colin]      1.9.15cvs33
11942
11943         * src/mimeview.c
11944                 Provide a quick way to go back from a
11945                 signature's full info to the email part
11946
11947 2005-10-12 [colin]      1.9.15cvs32
11948
11949         * src/compose.c
11950                 Remove old hack of encoding signed mails with base64.
11951                 QP works equally well.
11952
11953 2005-10-12 [colin]      1.9.15cvs31
11954
11955         * src/crash.c
11956                 Replace deprecated GtkText with GtkTextView
11957         * src/imap.c
11958                 Fix a logic bug about counts in imap_select
11959                 (previously un-triggered)
11960         * src/mainwindow.c
11961         * src/summaryview.c
11962         * src/news.c
11963                 Allow local deletion of news posts
11964         * src/mimeview.c
11965                 Show GPG noticeview on the message/rfc822 part
11966                 in addition to the text/plain one
11967         * src/prefs_image_viewer.c
11968           src/plugins/pgpcore/prefs_gpg.c
11969                 Polish (set the label as part of the checkbox)
11970         * src/wizard.c
11971                 Don't sit there doing nothing after destroying
11972                 the window - return err
11973
11974 2005-10-11 [colin]      1.9.15cvs30
11975
11976         * src/folderview.c
11977                 Apply processing rules before showing folders.
11978                 Early folder show (before flags sync) will only
11979                 be done when there are no processing rules (nor
11980                 pre- or post- ones)
11981         * src/imap.c
11982                 Fix stuff related to mail subdir, creation and 
11983                 deletion of folders 
11984         * src/imap_gtk.c
11985                 Don't allow creation of folders in NoInferior
11986                 folders, as it won't work
11987
11988 2005-10-10 [colin]      1.9.15cvs29
11989
11990         * src/compose.c
11991                 Reselect "None" Privacy system when selecting an
11992                 account with no privacy system defined
11993
11994 2005-10-10 [colin]      1.9.15cvs28
11995
11996         * src/mainwindow.c
11997                 Add Windows-1252 encoding
11998         * src/prefs_common.c
11999                 Rework some defaults:
12000                 - autosave to draft by default
12001                 - don't show header pane (it's already in the textview)
12002                 - Select first new or unread mail on entry
12003                 - Assume 'Yes' to change folder when there's no more
12004                   unread message
12005         * src/prefs_matcher.c
12006                 Fix a gtk assertion failure
12007         * src/gtk/colorlabel.c
12008                 Workaround bad repainting on selection
12009         * src/main.c
12010                 Freeze/thaw (a bit faster on ssh -X)
12011         * src/msgcache.c
12012                 Get rid of StrdupConverter that just adds an
12013                 extra strdup/free 
12014         * src/etpan/imap_thread.c
12015                 memset buf to 0
12016
12017 2005-10-10 [colin]      1.9.15cvs27
12018
12019         * src/export.c
12020         * src/import.c
12021                 Fix compile on gtk 2.4. Patch by wwp
12022
12023 2005-10-09 [colin]      1.9.15cvs26
12024
12025         * src/mainwindow.c
12026         * src/messageview.c
12027         * src/summaryview.c
12028                 Clarify forward menus. Patch by wwp
12029
12030 2005-10-09 [colin]      1.9.15cvs25
12031
12032         * src/compose.c
12033         * src/compose.h
12034                 Fix bug #829 (Non-working "Encrypt message by 
12035                 default when replying to an encrypted message")
12036
12037 2005-10-08 [colin]      1.9.15cvs24
12038
12039         * src/wizard.c
12040                 Fix bug #827 ("Welcome" setup wizard after a 
12041                 permission error gives up & forgets itself.)
12042
12043 2005-10-08 [colin]      1.9.15cvs23
12044
12045         * src/procmime.c
12046                 Fix bug #828 (Ignoring headers with spaces around = sign)
12047
12048 2005-10-08 [colin]      1.9.15cvs22
12049
12050         * src/export.c
12051                 Warning fix by wwp
12052
12053 2005-10-08 [colin]      1.9.15cvs21
12054
12055         * src/folder.c
12056         * src/folder.h
12057                 Add a processing_pending indicator, set on 
12058                 folder_item_open and cleared after 
12059                 folder_item_process_open
12060         * src/folderview.c
12061         * src/summaryview.c
12062                 wrap procmsg_msginfo_*_flags, and in the
12063                 wrapper check that there's no folder processing 
12064                 pending. If there is, defer the flags change until 
12065                 processing is done to avoid stepping over each
12066                 other's toes.
12067                 Freeze during processing, but not during scanning.
12068
12069 2005-10-07 [colin]      1.9.15cvs20
12070
12071         * src/plugins/pgpcore/passphrase.c
12072                 Fix bug #826 (X-Server hangs when 
12073                 right-clicking a PGP encrypted message)
12074
12075 2005-10-07 [paul]       1.9.15cvs19
12076
12077         * src/compose.c
12078                 fix compose_entries[]
12079                 patch by Fabien Vantard
12080
12081 2005-10-06 [colin]      1.9.15cvs18
12082
12083         * src/pixmaps/address.xpm
12084         * src/pixmaps/address_book.xpm
12085         * src/pixmaps/book.xpm
12086         * src/pixmaps/check_spelling.xpm
12087         * src/pixmaps/checkbox_off.xpm
12088         * src/pixmaps/checkbox_on.xpm
12089         * src/pixmaps/close.xpm
12090         * src/pixmaps/complete.xpm
12091         * src/pixmaps/continue.xpm
12092         * src/pixmaps/deleted.xpm
12093         * src/pixmaps/down_arrow.xpm
12094         * src/pixmaps/exec.xpm
12095         * src/pixmaps/forwarded.xpm
12096         * src/pixmaps/group.xpm
12097         * src/pixmaps/ignorethread.xpm
12098         * src/pixmaps/interface.xpm
12099         * src/pixmaps/jpilot.xpm
12100         * src/pixmaps/ldap.xpm
12101         * src/pixmaps/linewrap.xpm
12102         * src/pixmaps/linewrapcurrent.xpm
12103         * src/pixmaps/mail.xpm
12104         * src/pixmaps/mail_attach.xpm
12105         * src/pixmaps/mail_compose.xpm
12106         * src/pixmaps/mail_forward.xpm
12107         * src/pixmaps/mail_receive.xpm
12108         * src/pixmaps/mail_receive_all.xpm
12109         * src/pixmaps/mail_reply.xpm
12110         * src/pixmaps/mail_reply_to_all.xpm
12111         * src/pixmaps/mail_reply_to_author.xpm
12112         * src/pixmaps/mail_send.xpm
12113         * src/pixmaps/mail_send_queue.xpm
12114         * src/pixmaps/mime_application.xpm
12115         * src/pixmaps/mime_audio.xpm
12116         * src/pixmaps/mime_image.xpm
12117         * src/pixmaps/mime_message.xpm
12118         * src/pixmaps/mime_text_enriched.xpm
12119         * src/pixmaps/mime_text_html.xpm
12120         * src/pixmaps/mime_text_plain.xpm
12121         * src/pixmaps/mime_unknown.xpm
12122         * src/pixmaps/new.xpm
12123         * src/pixmaps/news_compose.xpm
12124         * src/pixmaps/offline.xpm
12125         * src/pixmaps/online.xpm
12126         * src/pixmaps/paste.xpm
12127         * src/pixmaps/preferences.xpm
12128         * src/pixmaps/privacy_emblem_encrypted.xpm
12129         * src/pixmaps/privacy_expired.xpm
12130         * src/pixmaps/privacy_failed.xpm
12131         * src/pixmaps/privacy_passed.xpm
12132         * src/pixmaps/privacy_signed.xpm
12133         * src/pixmaps/privacy_unknown.xpm
12134         * src/pixmaps/privacy_warn.xpm
12135         * src/pixmaps/properties.xpm
12136         * src/pixmaps/replied.xpm
12137         * src/pixmaps/search.xpm
12138         * src/pixmaps/unread.xpm
12139         * src/pixmaps/up_arrow.xpm
12140         * src/pixmaps/vcard.xpm
12141                 Modernize internal theme, with icons from the 
12142                 Gnomaws theme. Keep some of the old ones where
12143                 they were better.
12144
12145 2005-10-06 [colin]      1.9.15cvs17
12146
12147         * src/summaryview.c
12148                 Little optimisations + bugfix
12149         * src/toolbar.c
12150                 Remove default useless items - useless being defined
12151                 by the default relevant prefs
12152         * src/wizard.c
12153                 include config.h to make gettext work
12154         * src/prefs_themes.c
12155                 Fix selection of current theme in prefs
12156
12157 2005-10-06 [colin]      1.9.15cvs16
12158
12159         * src/prefs_common.c
12160         * src/prefs_common.h
12161         * src/prefs_summaries.c
12162         * src/folderview.c
12163                 Add a warning dialog on Mark all read 
12164                 (with pref to get rid of it)
12165
12166 2005-10-06 [paul]       1.9.15cvs15
12167
12168         * po/nb.po
12169         * po/pt_BR.po
12170                 updated by Geir Helland and Frederico
12171                 Goncalves Guimaraes
12172
12173 2005-10-05 [colin]      1.9.15cvs14
12174
12175         * src/folder.c
12176         * src/folder.h
12177         * src/folderview.c
12178         * src/folderview.h
12179         * src/imap_gtk.c
12180         * src/mh_gtk.c
12181         * src/mainwindow.c
12182         * src/setup.c
12183                 add a way to rescan without rebuilding
12184                 make moving a bit faster (less folders changes)
12185                 don't lock the tree on Get 
12186         * src/imap.c
12187                 Don't re-delete deleted messages before expunging
12188         * src/summaryview.c
12189                 Set batch mode when deleting mails
12190
12191 2005-10-05 [paul]       1.9.15cvs13
12192
12193         * src/mainwindow.c
12194         * src/mainwindow.h
12195                 fix disabled Execute menu item
12196         * src/toolbar.c
12197                 match the change in 1.9.15cvs10: use Compose
12198                 instead of News by default
12199
12200 2005-10-04 [colin]      1.9.15cvs12
12201
12202         * src/compose.c
12203                 When replying to an ML post with Reply-To set
12204                 to the poster's email, honor it (as before),
12205                 but also honor our user's request to reply to
12206                 the mailing list: set the ML address in the To
12207                 field and the Reply-To address in the Cc: 
12208                 field.
12209
12210 2005-10-04 [colin]      1.9.15cvs11
12211
12212         * src/plugins/trayicon/trayicon.c
12213                 Finish cosmetic change - thanks to wwp
12214
12215 2005-10-04 [colin]      1.9.15cvs10
12216
12217         * src/toolbar.c
12218                 Use Compose instead of Email by default.
12219                 Spotted by wwp.
12220
12221 2005-10-04 [colin]      1.9.15cvs9
12222
12223         * src/folder.c
12224         * src/folder.h
12225         * src/folderview.c
12226         * src/imap.c
12227         * src/etpan/imap-thread.c
12228         * src/etpan/imap-thread.h
12229                 Try to make IMAP faster, by simplifying SEARCH
12230                 commands, avoiding sending two STATUS in a row,
12231                 and deferring flags sync and processing just
12232                 after displaying the folder. 
12233                 This will update the SummaryView in certain
12234                 cases (new mails not already fetched, flags
12235                 changed from another client) but in a non-
12236                 blocking manner.
12237
12238 2005-10-04 [colin]      1.9.15cvs8
12239
12240         * src/plugins/trayicon/trayicon.c
12241                 Relabel "Offline" to "Work offline"
12242
12243 2005-10-04 [colin]      1.9.15cvs7
12244
12245         * src/export.c
12246         * src/import.c
12247         * src/mbox.c
12248                 Fix mbox import/export buglets
12249                 Patch by wwp
12250         * src/plugins/trayicon/trayicon.c
12251                 Add offline swithc
12252                 Patch by wwp
12253
12254 2005-10-04 [colin]      1.9.15cvs6
12255
12256         * src/folder.c
12257         * src/folderview.c
12258         * src/summaryview.c
12259                 Better fix (don't break mark all read) for cvs2
12260
12261 2005-10-03 [colin]      1.9.15cvs5
12262
12263         * src/folder.c
12264                 Use a sane sort by default
12265
12266 2005-10-03 [colin]      1.9.15cvs4
12267
12268         * src/inc.c
12269                 Add a 'Only once' button for overriding offline mode
12270         * src/prefs_account.c
12271         * src/wizard.c
12272                 Add Local mbox to the wizard
12273                 Add IMAP subdir to the wizard (or the wizard is useless
12274                 for such accounts, or even worse than useless)
12275                 Move IMAP subdir from Advanced to Receive tab, as it's
12276                 not that uncommon
12277
12278 2005-10-03 [colin]      1.9.15cvs3
12279
12280         * src/send_message.c
12281                 Forgot this one in cvs1
12282
12283 2005-10-03 [colin]      1.9.15cvs2
12284
12285         * src/folder.c
12286                 Faster close when leaving a folder with lots
12287                 of new mails. Idea by David Relson.
12288
12289 2005-10-03 [colin]      1.9.15cvs1
12290
12291         * src/compose.c
12292         * src/imap.c
12293         * src/inc.c
12294         * src/main.c
12295         * src/messageview.c
12296         * src/news.c
12297         * src/summaryview.c
12298         * src/gtk/sslcertwindow.c
12299         * src/plugins/trayicon/trayicon.c
12300                 Add accels to every AlertPanel. Patch by Fabien 
12301                 Vantard
12302
12303 2005-10-03 [paul]       1.9.15
12304
12305         1.9.15 released
12306
12307 2005-10-03 [paul]       1.9.14cvs68
12308
12309         * po/ca.po
12310         * po/de.po
12311         * po/es.po
12312         * po/fi.po
12313         * po/fr.po
12314         * po/sk.po
12315         * po/sr.po
12316         * po/zh_CN.po
12317                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12318                 Mones Lastra, Tommi Pirinen, Fabien vantard,
12319                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
12320
12321 2005-10-03 [paul]       1.9.14cvs67
12322
12323         * src/send_message.c
12324                 prevent hang on Cancel
12325                 patch by Colin
12326
12327 2005-10-03 [paul]       1.9.14cvs66
12328
12329         * src/main.c
12330                 fix crash in IMAP caused by discrepancy
12331                 between check_at_startup and offline mode
12332                 Patch by Colin
12333
12334 2005-10-01 [paul]       1.9.14cvs65
12335
12336         * src/inc.c
12337                 fix engrish
12338
12339 2005-10-01 [paul]       1.9.14cvs64
12340         * src/export.c
12341         * src/import.c
12342                 synchronise import_mbox() and export_mbox()
12343         * src/mbox.c
12344                 proc_mbox(): add alert if file cannot be opened
12345                 export_list_to_mbox(): test if dest file exists,
12346                 prompt user to overwrite if it does. add alert
12347                 if file cannot be created
12348                                                                 
12349         Patch by wwp
12350                                                                                                                 
12351
12352 2005-09-30 [paul]       1.9.14cvs63
12353
12354         * src/addressbook.c
12355                 Fix sensitivity of a menu
12356         * src/codeconv.c
12357                 Respect hidden pref for mails with no encoding
12358         * src/common/xml.c
12359                 Fix memory corruption
12360         * src/plugins/pgpcore/sgpgme.c
12361                 Fix segfault on incomplete sigs, and display
12362                 of S/Mime UIDs
12363
12364         Patches by Colin
12365
12366 2005-09-30 [colin]      1.9.14cvs62
12367
12368         * src/partial_download.c
12369                 Little logic fix in almost-dead code
12370         * src/pop.c
12371                 Fix partial download when there's no new mail
12372
12373 2005-09-29 [paul]       1.9.14cvs61
12374
12375         * src/plugins/pgpinline/pgpinline.c
12376                 fix bug 819, 'crash accessing sign message'
12377                 Patch by Colin
12378
12379 2005-09-28 [martin]     1.9.14cvs60
12380
12381         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12382                 fix bug #790 (Crash when restarting window manager (fluxbox))
12383
12384 2005-09-28 [paul]       1.9.14cvs59
12385
12386         * src/gtk/gtkaspell.c
12387                 fix off-by-one typo
12388
12389 2005-09-27 [colin]      1.9.14cvs58
12390
12391         * src/plugins/pgpcore/sgpgme.c
12392                 Report error when there's one, instead of
12393                 "Signature unchecked" 
12394
12395 2005-09-27 [colin]      1.9.14cvs57
12396
12397         * src/prefs_quote.c
12398                 Fix bug #816 (Weird quotation with spaces)
12399
12400 2005-09-27 [colin]      1.9.14cvs56
12401
12402         * src/codeconv.c
12403         * src/compose.c
12404         * src/compose.h
12405                 Put subject in compose's title
12406                 Fix Automatic encoding so that it's really automatic:
12407                 first try default locale's charset, then charset of the replied mail, 
12408                 then utf-8
12409                 Fix encoding of headers (must be in strict mode too)
12410
12411 2005-09-26 [colin]      1.9.14cvs55
12412
12413         * src/gtk/gtkaspell.c
12414                 Fix previous patch - don't color the space,
12415                 just uncolor it :)
12416
12417 2005-09-26 [colin]      1.9.14cvs54
12418
12419         * src/gtk/gtkaspell.c
12420                 Unmark space if possible
12421
12422 2005-09-26 [colin]      1.9.14cvs53
12423
12424         * src/imap.c
12425                 log_error instead of alertpanel according to the pref
12426         * src/etpan/imap-thread.c
12427                 Print connect status, copy only necessary size to 
12428                 logger
12429         * src/plugins/pgpmime/pgpmime.c
12430                 Handle S/Mime signatures (verification only). Patch based
12431                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
12432
12433 2005-09-26 [paul]       1.9.14cvs52
12434
12435         * src/common/passcrypt.c
12436                 this 'workaround' not necessary on NetBSD.
12437                 Thanks to Daniel Gustafson
12438
12439 2005-09-26 [paul]
12440
12441         1.9.15-rc4 released
12442
12443 2005-09-26 [paul]       1.9.14cvs51
12444
12445         * src/summaryview.c
12446                 Skip currently selected message when
12447                 looking for next new or unread message
12448                 in current folder. Patch by Colin
12449         * src/common/passcrypt.c
12450                 eliminate warnings on *BSD. Patch by
12451                 Daniel Gustafson
12452
12453 2005-09-26 [colin]      1.9.14cvs50
12454
12455         * src/procmsg.c
12456                 Call postfiltering hook anyway
12457
12458 2005-09-22 [colin]      1.9.14cvs49
12459
12460         * src/codeconv.c
12461         * src/codeconv.h
12462                 Add a strict mode that doesn't replace with _
12463         * src/compose.c
12464         * src/compose.h
12465                 Use strict conversion while sending
12466                 Fix race when drafting while sending (happens
12467                 on IMAP)
12468                 Fix d'n'd of messages from summaryview
12469         * src/prefs_common.c
12470         * src/prefs_common.h
12471                 add hidden utf8_instead_of_locale_for_broken_mail 
12472                 pref for people that preferred the default charset 
12473                 to be utf8 for broken mails
12474         * src/quote_fmt_parse.y
12475                 fix bug #815 (No quote insert if "From:" fied 
12476                 contained Russian letters)
12477         * src/summaryview.c
12478                 Fix d'n'd of messages to compose
12479
12480 2005-09-22 [paul]       1.9.14cvs48
12481
12482         * src/compose.c
12483                 fix bug where attachments Name entry
12484                 would display Path instead
12485
12486 2005-09-21 [paul]       1.9.14cvs47
12487
12488         * README
12489         * README.jp
12490         * configure.ac
12491         * config/config.rpath
12492         * doc/manual/en/sylpheed-20.html
12493         * doc/manual/es/sylpheed-20.html
12494         * po/bg.po
12495         * po/ca.po
12496         * po/de.po
12497         * po/es.po
12498         * po/fr.po
12499         * po/it.po
12500         * po/pt_BR.po
12501         * po/sk.po
12502         * po/zh_TW.po
12503         * src/account.c
12504         * src/account.h
12505         * src/action.c
12506         * src/action.h
12507         * src/adbookbase.h
12508         * src/addr_compl.c
12509         * src/addr_compl.h
12510         * src/addrbook.c
12511         * src/addrbook.h
12512         * src/addrcache.c
12513         * src/addrcache.h
12514         * src/addrcindex.c
12515         * src/addrcindex.h
12516         * src/addrclip.c
12517         * src/addrclip.h
12518         * src/addrdefs.h
12519         * src/addressadd.c
12520         * src/addressadd.h
12521         * src/addressbook.c
12522         * src/addressbook.h
12523         * src/addressitem.h
12524         * src/addrgather.c
12525         * src/addrgather.h
12526         * src/addrharvest.c
12527         * src/addrharvest.h
12528         * src/addrindex.c
12529         * src/addrindex.h
12530         * src/addritem.c
12531         * src/addritem.h
12532         * src/addrquery.c
12533         * src/addrquery.h
12534         * src/addrselect.c
12535         * src/addrselect.h
12536         * src/alertpanel.c
12537         * src/alertpanel.h
12538         * src/browseldap.c
12539         * src/browseldap.h
12540         * src/codeconv.c
12541         * src/codeconv.h
12542         * src/compose.c
12543         * src/compose.h
12544         * src/crash.c
12545         * src/crash.h
12546         * src/customheader.c
12547         * src/customheader.h
12548         * src/displayheader.c
12549         * src/displayheader.h
12550         * src/editaddress.c
12551         * src/editaddress.h
12552         * src/editbook.c
12553         * src/editbook.h
12554         * src/editgroup.c
12555         * src/editgroup.h
12556         * src/editjpilot.c
12557         * src/editjpilot.h
12558         * src/editldap.c
12559         * src/editldap.h
12560         * src/editldap_basedn.c
12561         * src/editldap_basedn.h
12562         * src/editvcard.c
12563         * src/editvcard.h
12564         * src/enriched.c
12565         * src/enriched.h
12566         * src/exphtmldlg.c
12567         * src/exphtmldlg.h
12568         * src/expldifdlg.c
12569         * src/expldifdlg.h
12570         * src/export.c
12571         * src/export.h
12572         * src/exporthtml.c
12573         * src/exporthtml.h
12574         * src/exportldif.c
12575         * src/exportldif.h
12576         * src/filtering.c
12577         * src/filtering.h
12578         * src/folder.c
12579         * src/folder.h
12580         * src/folder_item_prefs.c
12581         * src/folder_item_prefs.h
12582         * src/foldersel.c
12583         * src/foldersel.h
12584         * src/folderutils.c
12585         * src/folderutils.h
12586         * src/folderview.c
12587         * src/folderview.h
12588         * src/grouplistdialog.c
12589         * src/grouplistdialog.h
12590         * src/headerview.c
12591         * src/headerview.h
12592         * src/html.c
12593         * src/html.h
12594         * src/image_viewer.c
12595         * src/image_viewer.h
12596         * src/imap.c
12597         * src/imap.h
12598         * src/imap_gtk.c
12599         * src/imap_gtk.h
12600         * src/import.c
12601         * src/import.h
12602         * src/importldif.c
12603         * src/importldif.h
12604         * src/importmutt.c
12605         * src/importmutt.h
12606         * src/importpine.c
12607         * src/importpine.h
12608         * src/inc.c
12609         * src/inc.h
12610         * src/jpilot.c
12611         * src/jpilot.h
12612         * src/ldapctrl.c
12613         * src/ldapctrl.h
12614         * src/ldaplocate.c
12615         * src/ldaplocate.h
12616         * src/ldapquery.c
12617         * src/ldapquery.h
12618         * src/ldapserver.c
12619         * src/ldapserver.h
12620         * src/ldaputil.c
12621         * src/ldaputil.h
12622         * src/ldif.c
12623         * src/ldif.h
12624         * src/localfolder.c
12625         * src/localfolder.h
12626         * src/main.c
12627         * src/main.h
12628         * src/mainwindow.c
12629         * src/mainwindow.h
12630         * src/manual.c
12631         * src/manual.h
12632         * src/matcher.c
12633         * src/matcher.h
12634         * src/matcher_parser.h
12635         * src/matcher_parser_lex.l
12636         * src/matcher_parser_parse.y
12637         * src/mbox.c
12638         * src/mbox.h
12639         * src/message_search.c
12640         * src/message_search.h
12641         * src/messageview.c
12642         * src/messageview.h
12643         * src/mh.c
12644         * src/mh.h
12645         * src/mh_gtk.c
12646         * src/mh_gtk.h
12647         * src/mimeview.c
12648         * src/mimeview.h
12649         * src/msgcache.c
12650         * src/msgcache.h
12651         * src/mutt.c
12652         * src/mutt.h
12653         * src/news.c
12654         * src/news.h
12655         * src/news_gtk.c
12656         * src/news_gtk.h
12657         * src/noticeview.c
12658         * src/noticeview.h
12659         * src/partial_download.c
12660         * src/partial_download.h
12661         * src/pine.c
12662         * src/pine.h
12663         * src/pop.c
12664         * src/pop.h
12665         * src/prefs_account.c
12666         * src/prefs_account.h
12667         * src/prefs_actions.c
12668         * src/prefs_actions.h
12669         * src/prefs_common.c
12670         * src/prefs_common.h
12671         * src/prefs_compose_writing.c
12672         * src/prefs_compose_writing.h
12673         * src/prefs_customheader.c
12674         * src/prefs_customheader.h
12675         * src/prefs_display_header.c
12676         * src/prefs_display_header.h
12677         * src/prefs_ext_prog.c
12678         * src/prefs_ext_prog.h
12679         * src/prefs_filtering.c
12680         * src/prefs_filtering.h
12681         * src/prefs_filtering_action.c
12682         * src/prefs_filtering_action.h
12683         * src/prefs_folder_column.c
12684         * src/prefs_folder_column.h
12685         * src/prefs_folder_item.c
12686         * src/prefs_folder_item.h
12687         * src/prefs_fonts.c
12688         * src/prefs_fonts.h
12689         * src/prefs_gtk.c
12690         * src/prefs_gtk.h
12691         * src/prefs_image_viewer.c
12692         * src/prefs_image_viewer.h
12693         * src/prefs_matcher.c
12694         * src/prefs_matcher.h
12695         * src/prefs_message.c
12696         * src/prefs_message.h
12697         * src/prefs_msg_colors.c
12698         * src/prefs_msg_colors.h
12699         * src/prefs_other.c
12700         * src/prefs_other.h
12701         * src/prefs_quote.c
12702         * src/prefs_quote.h
12703         * src/prefs_receive.c
12704         * src/prefs_receive.h
12705         * src/prefs_send.c
12706         * src/prefs_send.h
12707         * src/prefs_spelling.c
12708         * src/prefs_spelling.h
12709         * src/prefs_summaries.c
12710         * src/prefs_summaries.h
12711         * src/prefs_summary_column.c
12712         * src/prefs_summary_column.h
12713         * src/prefs_template.c
12714         * src/prefs_template.h
12715         * src/prefs_themes.c
12716         * src/prefs_themes.h
12717         * src/prefs_toolbar.c
12718         * src/prefs_toolbar.h
12719         * src/prefs_wrapping.c
12720         * src/prefs_wrapping.h
12721         * src/privacy.c
12722         * src/privacy.h
12723         * src/procheader.c
12724         * src/procheader.h
12725         * src/procmime.c
12726         * src/procmime.h
12727         * src/procmsg.c
12728         * src/procmsg.h
12729         * src/quote_fmt.c
12730         * src/quote_fmt_parse.y
12731         * src/recv.c
12732         * src/recv.h
12733         * src/remotefolder.c
12734         * src/remotefolder.h
12735         * src/send_message.c
12736         * src/send_message.h
12737         * src/setup.c
12738         * src/setup.h
12739         * src/simple-gettext.c
12740         * src/sourcewindow.c
12741         * src/sourcewindow.h
12742         * src/ssl_manager.c
12743         * src/ssl_manager.h
12744         * src/statusbar.c
12745         * src/statusbar.h
12746         * src/stock_pixmap.c
12747         * src/stock_pixmap.h
12748         * src/summary_search.c
12749         * src/summary_search.h
12750         * src/summaryview.c
12751         * src/summaryview.h
12752         * src/syldap.c
12753         * src/syldap.h
12754         * src/textview.c
12755         * src/textview.h
12756         * src/toolbar.c
12757         * src/toolbar.h
12758         * src/undo.c
12759         * src/undo.h
12760         * src/unmime.c
12761         * src/unmime.h
12762         * src/vcard.c
12763         * src/vcard.h
12764         * src/wizard.c
12765         * src/wizard.h
12766         * src/common/base64.c
12767         * src/common/base64.h
12768         * src/common/defs.h
12769         * src/common/hooks.c
12770         * src/common/hooks.h
12771         * src/common/log.c
12772         * src/common/log.h
12773         * src/common/md5.c
12774         * src/common/md5.h
12775         * src/common/mgutils.c
12776         * src/common/mgutils.h
12777         * src/common/nntp.c
12778         * src/common/nntp.h
12779         * src/common/passcrypt.c
12780         * src/common/passcrypt.h.in
12781         * src/common/plugin.c
12782         * src/common/plugin.h
12783         * src/common/prefs.c
12784         * src/common/prefs.h
12785         * src/common/progressindicator.c
12786         * src/common/progressindicator.h
12787         * src/common/quoted-printable.c
12788         * src/common/quoted-printable.h
12789         * src/common/session.c
12790         * src/common/session.h
12791         * src/common/smtp.c
12792         * src/common/smtp.h
12793         * src/common/socket.c
12794         * src/common/socket.h
12795         * src/common/ssl.c
12796         * src/common/ssl.h
12797         * src/common/ssl_certificate.c
12798         * src/common/ssl_certificate.h
12799         * src/common/string_match.c
12800         * src/common/string_match.h
12801         * src/common/stringtable.c
12802         * src/common/sylpheed.c
12803         * src/common/sylpheed.h
12804         * src/common/template.c
12805         * src/common/template.h
12806         * src/common/timing.h
12807         * src/common/utils.c
12808         * src/common/utils.h
12809         * src/common/uuencode.c
12810         * src/common/uuencode.h
12811         * src/common/version.h.in
12812         * src/common/xml.c
12813         * src/common/xml.h
12814         * src/common/xmlprops.c
12815         * src/common/xmlprops.h
12816         * src/gtk/about.c
12817         * src/gtk/about.h
12818         * src/gtk/colorlabel.c
12819         * src/gtk/colorlabel.h
12820         * src/gtk/colorsel.c
12821         * src/gtk/colorsel.h
12822         * src/gtk/description_window.c
12823         * src/gtk/description_window.h
12824         * src/gtk/filesel.c
12825         * src/gtk/filesel.h
12826         * src/gtk/foldersort.c
12827         * src/gtk/foldersort.h
12828         * src/gtk/gtkutils.c
12829         * src/gtk/gtkutils.h
12830         * src/gtk/inputdialog.c
12831         * src/gtk/inputdialog.h
12832         * src/gtk/logwindow.c
12833         * src/gtk/logwindow.h
12834         * src/gtk/manage_window.c
12835         * src/gtk/manage_window.h
12836         * src/gtk/menu.c
12837         * src/gtk/menu.h
12838         * src/gtk/pluginwindow.c
12839         * src/gtk/pluginwindow.h
12840         * src/gtk/prefswindow.c
12841         * src/gtk/prefswindow.h
12842         * src/gtk/progressdialog.c
12843         * src/gtk/progressdialog.h
12844         * src/gtk/quicksearch.c
12845         * src/gtk/quicksearch.h
12846         * src/gtk/sslcertwindow.c
12847         * src/gtk/sslcertwindow.h
12848         * src/plugins/clamav/clamav_plugin.c
12849         * src/plugins/clamav/clamav_plugin.h
12850         * src/plugins/clamav/clamav_plugin_gtk.c
12851         * src/plugins/demo/demo.c
12852         * src/plugins/dillo_viewer/dillo_prefs.c
12853         * src/plugins/dillo_viewer/dillo_prefs.h
12854         * src/plugins/dillo_viewer/dillo_viewer.c
12855         * src/plugins/mathml_viewer/mathml_viewer.c
12856         * src/plugins/pgpcore/passphrase.c
12857         * src/plugins/pgpcore/passphrase.h
12858         * src/plugins/pgpcore/plugin.c
12859         * src/plugins/pgpcore/prefs_gpg.c
12860         * src/plugins/pgpcore/prefs_gpg.h
12861         * src/plugins/pgpcore/select-keys.c
12862         * src/plugins/pgpcore/select-keys.h
12863         * src/plugins/pgpcore/sgpgme.c
12864         * src/plugins/pgpcore/sgpgme.h
12865         * src/plugins/pgpinline/pgpinline.c
12866         * src/plugins/pgpinline/pgpinline.h
12867         * src/plugins/pgpinline/plugin.c
12868         * src/plugins/pgpmime/pgpmime.c
12869         * src/plugins/pgpmime/pgpmime.h
12870         * src/plugins/pgpmime/plugin.c
12871         * src/plugins/spamassassin/spamassassin.c
12872         * src/plugins/spamassassin/spamassassin.h
12873         * src/plugins/spamassassin/spamassassin_gtk.c
12874         * src/plugins/trayicon/trayicon.c
12875         * tools/OOo2sylpheed.pl
12876         * tools/acroread2sylpheed.pl
12877         * tools/asus_mailled.sh
12878         * tools/filter_conv.pl
12879         * tools/freshmeat_search.pl
12880         * tools/google_search.pl
12881         * tools/kmail2sylpheed.pl
12882         * tools/kmail2sylpheed_v2.pl
12883         * tools/maildir2sylpheed.pl
12884         * tools/multiwebsearch.pl
12885         * tools/newscache_clean.pl
12886         * tools/outlook2sylpheed.pl
12887         * tools/sylpheed-switcher
12888         * tools/update-po
12889         * tools/vcard2xml.py
12890         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12891                 update FSF address
12892
12893 2005-09-21 [colin]      1.9.14cvs46
12894
12895         * src/gedit-print.c
12896         * src/procmsg.c
12897         * src/procmsg.h
12898         * src/textview.c
12899         * src/summaryview.c
12900                 Remove some printing hacks (deselection/reselection),
12901                 which by the way fix printing the currently 
12902                 displayed mime part (still only text)
12903                 Plus a little optimisation of summary_show
12904
12905
12906 2005-09-20 [colin]      1.9.14cvs45
12907
12908         * src/mainwindow.c
12909         * src/messageview.c
12910                 GUI fixups: add accels, set message
12911                 view title to displayed mail's subject
12912         * src/prefs_spelling.c
12913         * src/gtk/gtkaspell.c
12914                 GUI fixups: allow underlining misspelled
12915                 words instead of coloring them (a11y!)
12916
12917 2005-09-19 [colin]
12918
12919         1.9.15rc3 released
12920
12921 2005-09-19 [colin]      1.9.14cvs44
12922
12923         * src/compose.c
12924                 Fix draft message
12925         * src/gtk/gtkaspell.c
12926                 Fix wrong test ;-)
12927
12928 2005-09-19 [colin]      1.9.14cvs43
12929
12930         * src/addressbook.c
12931                 Fix sensitivity of Delete button
12932         * src/compose.c
12933                 Warn if the requested Privacy system
12934                 is not available
12935         * src/exphtmldlg.c
12936         * src/expldifdlg.c
12937         * src/importldif.c
12938         * src/importmutt.c
12939         * src/importpine.c
12940                 Fix crappy UI
12941         * src/
12942         * src/ssl.h
12943         * src/prefs_account.h
12944         * src/prefs_account.c
12945                 Save SSL prefs even in builds that have
12946                 SSL support disable
12947         * src/imap.c
12948         * src/inc.c
12949         * src/news.c
12950         * src/send_message.c
12951                 Warn if connection should be secure, but
12952                 SSL support isn't compiled in
12953         * src/gtkaspell.c
12954                 Fix word separation on UTF-8 systems
12955                 Fixes bug #812 (Strange inline spellchecking)
12956         * src/compose.c
12957                 Warn if the requested Privacy system
12958                 is not available
12959                 Factorize offline warning
12960         * src/imap.c
12961         * src/imap_gtk.c
12962         * src/imap_gtk.h
12963         * src/inc.h
12964         * src/news_gtk.c
12965         * src/news_gtk.h
12966         * src/messageview.c
12967                 Factorize offline warning
12968
12969 2005-09-19 [paul]
12970
12971         1.9.15-rc2 released
12972
12973 2005-09-18 [colin]      1.9.14cvs42
12974
12975         * src/codeconv.c
12976         * src/codeconv.h
12977         * src/procmime.c
12978                 Add a way to get locale's charset ignoring utf-8,
12979                 and use that as default encoding for broken mails
12980
12981 2005-09-18 [colin]      1.9.14cvs41
12982
12983         * src/gtk/logwindow.c
12984                 Translate string. Patch by Fabien Vantard
12985
12986 2005-09-18 [colin]      1.9.14cvs40
12987
12988         * configure.ac
12989                 Fix bug #803 (IMAP/SSL support breaks with 
12990                 GnuTLS libetpan 0.38)
12991
12992 2005-09-18 [colin]      1.9.14cvs39
12993
12994         * src/codeconv.c
12995         * src/compose.c
12996         * src/procmime.c
12997                 More charsets fixes. Fixes bug #806 (non
12998                 ascii characters in subject line)
12999
13000 2005-09-17 [paul]       1.9.14cvs38
13001
13002         * src/folderview.c
13003         * src/mainwindow.c
13004                 fix gcc-2.95 issues
13005                 Patch by Pawel Pekala
13006
13007 2005-09-17 [colin]      1.9.14cvs37
13008
13009         * src/addrindex.c
13010                 bugfix for NO-USE LDAP compilation, patch 
13011                 by Fabien Vantard
13012
13013 2005-09-17 [colin]      1.9.14cvs36
13014
13015         * src/prefs_actions.c
13016         * src/prefs_customheader.c
13017         * src/prefs_display_header.c
13018         * src/prefs_filtering_action.c
13019         * src/prefs_matcher.c
13020         * src/prefs_toolbar.c
13021                 Fix strange casts (less elegant but
13022                 works better)
13023
13024 2005-09-16 [colin]      1.9.14cvs35
13025
13026         * src/jpilot.c
13027                 Missed that one
13028
13029 2005-09-16 [colin]      1.9.14cvs34
13030
13031         * configure.ac
13032         * src/Makefile.am
13033         * src/addr_compl.c
13034         * src/addrindex.c
13035         * src/browseldap.c
13036         * src/editldap.c
13037         * src/ldaplocate.c
13038         * src/ldapquery.c
13039         * src/ldapquery.h
13040         * src/ldapserver.c
13041         * src/ldapserver.h
13042         * src/main.c
13043         * src/matcher_parser_parse.y
13044         * src/prefs_themes.c
13045         * src/etpan/Makefile.am
13046         * src/gtk/description_window.c
13047         * src/plugins/clamav/Makefile.am
13048         * src/plugins/clamav/clamav_plugin.c
13049         * src/plugins/dillo_viewer/Makefile.am
13050         * src/plugins/pgpcore/Makefile.am
13051         * src/plugins/pgpinline/Makefile.am
13052         * src/plugins/pgpmime/Makefile.am
13053         * src/plugins/trayicon/Makefile.am
13054                 Fix 100% cpu usage in address completion list
13055                 Fix little bugs (return with no values etc)
13056                 Fix all warnings (with common CFLAGS)
13057
13058 2005-09-15 [colin]      1.9.14cvs33
13059
13060         * src/addressbook.c
13061                 Fix bug where sometimes a group's email list is empty,
13062                 force its refresh (probably fixes "Re: how to create a 
13063                 distribution list")
13064         * src/ldapquery.c
13065                 Don't return to the callback in the main thread from the
13066                 fetch thread (or face segs!)
13067
13068 2005-09-15 [paul]       1.9.14cvs32
13069
13070         * src/prefs_matcher.c
13071                 forgotten in last commit
13072
13073 2005-09-15 [paul]       1.9.14cvs31
13074
13075         * src/prefs_actions.c
13076         * src/prefs_filtering_action.c
13077         * src/prefs_quote.c
13078         * src/quote_fmt.c
13079         * src/summaryview.c
13080         * src/gtk/description_window.c
13081         * src/gtk/description_window.h
13082         * src/gtk/quicksearch.c
13083                 allow interaction with the called
13084                 description window
13085                 Patch by Anders Hammar
13086
13087 2005-09-14 [paul]       1.9.14cvs30
13088
13089         * src/compose.c
13090                 fix a little annoyance when pasting with 3rd button 
13091                 with wrap_pastes=0 and wrap_input=1
13092                 Patch by Colin
13093
13094 2005-09-14 [paul]       1.9.14cvs29
13095
13096         * src/prefs_account.c
13097                 disable 'Filter messages on receiving' for
13098                 SMTP-only accounts
13099                 Patch  by Anders Hammar
13100
13101 2005-09-14 [paul]       1.9.14cvs28
13102
13103         * po/sk.po
13104                 fix crash
13105                 updated by Andrej Kacian
13106
13107 2005-09-14 [paul]
13108
13109         1.9.15-rc1 released
13110
13111 2005-09-14 [paul]       1.9.14cvs27
13112
13113         * po/es.po
13114                 updated by Ricardo Mones Lastra
13115         * src/compose.c
13116         * src/compose.h
13117                 associate no_wrap_tags to Compose windows
13118                 instead of using a static one
13119                 Patch by Colin
13120         * src/mbox.c
13121                 fix proc_mbox()
13122                 Patch by wwp
13123         * src/textview.c
13124                 remove unneeded printf()
13125
13126 2005-09-14 [paul]       1.9.14cvs26
13127
13128         * src/addrcache.c
13129         * src/codeconv.h
13130         * src/folder.h
13131         * src/mainwindow.h
13132         * src/mh.c
13133         * src/mimeview.h
13134         * src/partial_download.c
13135         * src/pop.c
13136         * src/prefs_account.c
13137         * src/prefs_account.h
13138         * src/prefs_actions.c
13139         * src/prefs_customheader.c
13140         * src/prefs_display_header.c
13141         * src/prefs_filtering_action.c
13142         * src/prefs_matcher.c
13143         * src/prefs_toolbar.c
13144         * src/privacy.h
13145         * src/procmime.c
13146         * src/procmime.h
13147         * src/procmsg.h
13148         * src/textview.c
13149         * src/undo.h
13150         * src/common/plugin.c
13151         * src/common/session.h
13152         * src/common/socket.c
13153         * src/common/socket.h
13154         * src/common/template.c
13155         * src/gtk/gtkaspell.c
13156         * src/gtk/quicksearch.h
13157         * src/plugins/pgpcore/passphrase.c
13158         * src/plugins/pgpcore/prefs_gpg.h
13159         * src/plugins/pgpcore/select-keys.c
13160         * src/plugins/pgpcore/select-keys.h
13161         * src/plugins/pgpcore/sgpgme.c
13162         * src/plugins/pgpinline/pgpinline.c
13163         * src/plugins/pgpmime/pgpmime.c
13164         * src/plugins/trayicon/trayicon.c
13165                 fix compilation warnings
13166                 Patch by Daniel Gustafson
13167
13168 2005-09-14 [paul]       1.9.14cvs25
13169
13170         * src/addressbook.c
13171                 add missing column header, and other small
13172                 bug fixes
13173                 Patch by Anders Hammar
13174
13175 2005-09-13 [colin]      1.9.14cvs24
13176
13177         * src/gtk/gtkaspell.c
13178                 Fix non-utf8 in menu
13179                 Fix little leaks
13180                 Nullify struct members after free()s
13181
13182 2005-09-13 [colin]      1.9.14cvs23
13183
13184         * src/compose.c
13185                 Test utf8 compliance before inserting to 
13186                 buffer, and try to convert if necessary
13187         * src/procmime.c
13188                 If no charset is present, use the locale 
13189                 one instead of us-ascii
13190         * src/procmsg.c
13191                 Add Sender, List-Post and To in the checked 
13192                 headers for automatic rules creation 
13193                 (thanks to wwp)
13194         * src/prefs_themes.c
13195         * src/gtk/gtkaspell.c
13196                 Remove deprecated functions. 
13197                 patch by Daniel Gustafson
13198
13199 2005-09-12 [colin]      1.9.14cvs22
13200
13201         * src/compose.c
13202                 Fix bug #448 (Scrolling/Redraw issue with 
13203                 address-fields in Header)
13204         * src/mainwindow.c
13205         * src/summaryview.c
13206         * src/summaryview.h
13207                 Fix loss of MSG_MARKED on move/copy
13208                 Fix bug #804 (Quicksearch togglebutton doesn't 
13209                 get depressed after '/' key is pressed)
13210
13211 2005-09-12 [paul]       1.9.14cvs21
13212
13213         * AUTHORS
13214         * src/gtk/logwindow.c
13215                 add 'Clear Log' to popup menu
13216                 Patch by Anders Hammar <anders.hammar@telia.com>
13217
13218 2005-09-12 [paul]       1.9.14cvs20
13219
13220         * src/compose.c
13221                 set correct sensitivity on attachments
13222                 popup menu
13223         * src/folder.c
13224                 fix typo
13225         * src/prefs_spelling.c
13226                 fix crash when no LANG env is set
13227         * src/common/xml.c
13228                 fix crash in wizard
13229                 don't use memeory after free
13230
13231         All patches by Daniel Gustafson
13232
13233 2005-09-12 [paul]       1.9.14cvs19
13234
13235         * src/prefs_themes.c
13236                 make theme info selectable
13237         * src/gtk/description_window.c
13238                 make window non-modal
13239         * tools/README
13240                 add details of asus_mailed.sh
13241         * tools/claws.i18n.status.pl
13242                 update for new zh_TW translator
13243                 widen the output
13244                 create alternate coloured lines
13245                 improve readability
13246
13247 2005-09-10 [colin]      1.9.14cvs18
13248
13249         * src/plugins/pgpcore/select-keys.c
13250                 Better order for the buttons
13251
13252 2005-09-10 [colin]      1.9.14cvs17
13253
13254         * src/compose.c
13255         * src/plugins/pgpcore/select-keys.c
13256         * src/plugins/pgpcore/select-keys.h
13257         * src/plugins/pgpcore/sgpgme.c
13258                 Add a "Don't encrypt" button to the key
13259                 selection dialog. Fixes bug #177 (There should be a 
13260                 'Don't encrypt button in the Select Keys dialog)
13261
13262 2005-09-10 [colin]      1.9.14cvs16
13263
13264         * src/compose.c
13265                 Fix bug #572 (%X option does not work with templates)
13266
13267 2005-09-10 [colin]      1.9.14cvs15
13268
13269         * src/toolbar.c 
13270                 Remove g_print
13271
13272 2005-09-10 [colin]      1.9.14cvs14
13273
13274         * src/imap.c
13275                 Fix a possible crash
13276
13277 2005-09-09 [colin]      1.9.14cvs13
13278
13279         * src/imap.c
13280         * src/etpan/imap-thread.c
13281         * src/etpan/imap-thread.h
13282                 Fix moving from queue or drafts to normal folders
13283                 Fix bug #794 (No way to delete without expunging)
13284                 Take flags unset by other mailers into account
13285                 Take deleted flag set by other mailers into account
13286                 Fix unsetting REPLIED flag
13287                 Fix crash when capabilities can't be retrieved
13288         * src/mainwindow.c
13289         * src/mainwindow.h
13290                 Add M_DELAYED_FLAGS condition, and let the user use
13291                 Execute in order to be able to expunge deleted mails,
13292                 even if he's not in delayed execute mode
13293         * src/prefs_spelling.c
13294                 Use 'en' dictionary by default if LANG is POSIX or C
13295         * src/gtk/prefswindow.c
13296                 Fix bug #767 (Preferences windows expanding) by making
13297                 the window a bit larger when the resolution is greater
13298                 than 640x480, and by putting the prefs in a
13299                 GtkScrolledWindow.
13300
13301 2005-09-09 [paul]       1.9.14cvs12
13302
13303         * AUTHORS
13304         * configure.ac
13305         * po/zh_TW.Big5.po      ** REMOVED **
13306         * po/zh_TW.po           ** ADDED **
13307                 updated by Wei-Lun Chao
13308
13309 2005-09-09 [paul]       1.9.14cvs11
13310
13311         * src/mainwindow.c
13312                 fix asserts
13313         * src/common/xml.c
13314                 delay memory allocation until file is
13315                 opened successfully
13316                 Patch by Daniel Gustafson
13317
13318 2005-09-09 [colin]      1.9.14cvs10
13319
13320         * src/imap.c
13321                 Add guards
13322
13323 2005-09-08 [colin]      1.9.14cvs9
13324
13325         * src/compose.c
13326                 Alert when we can't save draft
13327                 Fix various wrap/color issues
13328                 Add mid-click pasting respecting wrap_paste option
13329         * src/folder.c
13330         * src/folder.h
13331         * src/folder_item_prefs.c
13332         * src/folder_item_prefs.h
13333         * src/imap.c
13334         * src/imap_gtk.c
13335         * src/imap_gtk.h
13336         * src/main.c
13337         * src/mainwindow.c
13338         * src/mainwindow.h
13339         * src/news.c
13340         * src/news_gtk.c
13341         * src/news_gtk.h
13342         * src/prefs_folder_item.c
13343                 Fix the impossibility to synchronise folders for
13344                 offline use (IMAP and NNTP are concerned)
13345
13346 2005-09-08 [colin]      1.9.14cvs8
13347
13348         * configure.ac
13349                 Build LDAP and JPilot by default if available
13350         * src/textview.c
13351                 Fix use after free
13352
13353 2005-09-08 [paul]       1.9.14cvs7
13354
13355         * doc/manual/en/sylpheed-1.html
13356         * doc/manual/en/sylpheed-18.html
13357         * doc/manual/en/sylpheed-19.html
13358         * doc/manual/en/sylpheed-4.html
13359         * doc/manual/en/sylpheed-6.html
13360         * doc/manual/en/sylpheed.html
13361                 a few minor updates, plus include some
13362                 details about plugins and their requirements
13363         * src/mainwindow.c
13364                 minor changes to English in /View/Sort
13365
13366 2005-09-07 [colin]      1.9.14cvs6
13367
13368         * doc/manual/en/sylpheed-1.html
13369         * doc/manual/en/sylpheed-10.html
13370         * doc/manual/en/sylpheed-11.html
13371         * doc/manual/en/sylpheed-12.html
13372         * doc/manual/en/sylpheed-13.html
13373         * doc/manual/en/sylpheed-14.html
13374         * doc/manual/en/sylpheed-15.html
13375         * doc/manual/en/sylpheed-16.html
13376         * doc/manual/en/sylpheed-17.html
13377         * doc/manual/en/sylpheed-18.html
13378         * doc/manual/en/sylpheed-19.html
13379         * doc/manual/en/sylpheed-2.html
13380         * doc/manual/en/sylpheed-20.html
13381         * doc/manual/en/sylpheed-21.html
13382         * doc/manual/en/sylpheed-22.html
13383         * doc/manual/en/sylpheed-3.html
13384         * doc/manual/en/sylpheed-4.html
13385         * doc/manual/en/sylpheed-5.html
13386         * doc/manual/en/sylpheed-6.html
13387         * doc/manual/en/sylpheed-7.html
13388         * doc/manual/en/sylpheed-8.html
13389         * doc/manual/en/sylpheed-9.html
13390         * doc/manual/en/sylpheed.html
13391                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
13392
13393 2005-09-07 [colin]      1.9.14cvs5
13394
13395         * src/mainwindow.c
13396                 Make labels more to-the-point
13397
13398 2005-09-07 [colin]      1.9.14cvs4
13399
13400         * doc/manual/en/sylpheed-1.html
13401         * doc/manual/en/sylpheed-12.html
13402         * doc/manual/en/sylpheed-13.html
13403         * doc/manual/en/sylpheed-14.html
13404         * doc/manual/en/sylpheed-15.html
13405         * doc/manual/en/sylpheed-16.html
13406         * doc/manual/en/sylpheed-17.html
13407         * doc/manual/en/sylpheed-18.html
13408         * doc/manual/en/sylpheed-19.html
13409         * doc/manual/en/sylpheed-2.html
13410         * doc/manual/en/sylpheed-20.html
13411         * doc/manual/en/sylpheed-21.html
13412         * doc/manual/en/sylpheed-22.html
13413         * doc/manual/en/sylpheed-4.html
13414         * doc/manual/en/sylpheed-5.html
13415         * doc/manual/en/sylpheed-6.html
13416         * doc/manual/en/sylpheed-7.html
13417         * doc/manual/en/sylpheed-8.html
13418         * doc/manual/en/sylpheed-9.html
13419         * doc/manual/en/sylpheed.html
13420                 Update manual
13421
13422 2005-09-07 [colin]      1.9.14cvs3
13423
13424         * doc/faq/en/sylpheed-faq-1.html
13425         * doc/faq/en/sylpheed-faq-2.html
13426         * doc/faq/en/sylpheed-faq-3.html
13427         * doc/faq/en/sylpheed-faq.html
13428                 Update FAQ
13429
13430 2005-09-07 [colin]      1.9.14cvs2
13431
13432         * src/folderview.c
13433         * src/procmsg.c
13434         * src/summaryview.c
13435         * src/toolbar.c
13436                 Fix special subfolders:
13437                 - Inherit parent's icon
13438                 - sent contents of queues subfolders
13439                 - empty subfolders of trashes
13440         * src/mainwindow.c
13441                 Remove outdated manual and faq entries
13442         * src/common/utils.c
13443                 Add quotes around %s coming from mailcap
13444
13445 2005-09-07 [colin]      1.9.14cvs1
13446
13447         * src/compose.c
13448                 After saving draft, set modified to FALSE
13449         * src/mimeview.c
13450         * src/common/utils.c
13451         * src/common/utils.h
13452                 Try to open mime parts using what is 
13453                 indicated in ~/.mailcap or /etc/mailcap,
13454                 if possible.
13455
13456 2005-09-05 [paul]       1.9.14
13457
13458         1.9.14 released
13459
13460         * po/sk.po
13461                 updated by Andrej Kacian
13462
13463 2005-09-05 [paul]       1.9.13cvs83
13464
13465         * po/de.po
13466         * po/es.po
13467         * po/fi.po
13468         * po/fr.po
13469         * po/nb.po
13470         * po/pt_BR.po
13471         * po/sr.po
13472                 updated translations by Thomas Gilgin, Ricardo Mones
13473                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
13474                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
13475
13476 2005-09-04 [paul]       1.9.13cvs82
13477
13478         * src/compose.c
13479                 only warn about exceeded line length limit
13480                 on send
13481
13482 2005-09-04 [paul]       1.9.13cvs81
13483
13484         * src/compose.c
13485                 fix crash in 'line length exceeded' dialogue
13486
13487 2005-09-02 [paul]       1.9.13cvs80
13488
13489         * src/imap.c
13490                 fix bug 795, 'Connection lost IMAP'
13491                 and add statusbar prints
13492                 Patch by Colin
13493
13494 2005-09-02 [paul]       1.9.13cvs79
13495
13496         * src/compose.c
13497                 compose_wrap_paragraph() becomes
13498                 compose_beautify_paragraph()
13499                 Patch by Colin
13500
13501 2005-09-02 [colin]      1.9.13cvs78
13502
13503         * src/folderview.c
13504                 Micro-fix
13505
13506 2005-09-01 [colin]      1.9.13cvs77
13507
13508         * src/imap.c
13509                 Maybe fix bug #795 (Connection lost IMAP)
13510                 Don't try to send logout when we're disconnected.
13511         * src/summaryview.c
13512                 Include locked and marked emails in HRM
13513                 view. Fixes bug #800 (Locked messages no longer 
13514                 show up when hide read messages is used)
13515
13516 2005-09-01 [paul]       1.9.13cvs76
13517
13518         * src/prefs_common.c
13519                 fix bad cutting
13520
13521 2005-08-31 [colin]      1.9.13cvs75
13522
13523         * src/folderview.c
13524         * src/folderview.h
13525         * src/prefs_summaries.c
13526         * src/summaryview.c
13527                 Fix "go to next new", fix preference
13528                 (Open unread/next swapped)
13529
13530 2005-08-31 [paul]       1.9.13cvs74
13531
13532         * src/compose.c
13533         * src/folderview.c
13534         * src/headerview.c
13535         * src/headerview.h
13536         * src/mainwindow.c
13537         * src/prefs_common.c
13538         * src/prefs_common.h
13539         * src/prefs_fonts.c
13540         * src/summaryview.c
13541         * src/textview.c
13542         * src/common/defs.h
13543                 remove obsolete BOLD_FONT setting
13544                 fix font update in headerview and textview
13545                 headers after prefs change
13546                 Patch By Colin
13547
13548 2005-08-31 [paul]
13549
13550         1.9.14-rc4 released
13551
13552 2005-08-30 [colin]      1.9.13cvs73
13553
13554         * src/summaryview.c
13555                 When Hide read messages is selected and we
13556                 refresh the summaryview, don't remove the 
13557                 currently displayed message. Fixes bug #797
13558                 (Summary view reloads when new mail is 
13559                 downloaded in 1.9.14 rc)
13560
13561 2005-08-30 [colin]      1.9.13cvs72
13562
13563         * src/folderview.c
13564                 Fix flickering
13565         * src/mainwindow.c
13566                 Remove useless callback
13567         * src/mimeview.c
13568         * src/gtk/filesel.c
13569         * src/gtk/filesel.h
13570                 Add a filesel_select_file_save_folder() - used by Save All
13571
13572 2005-08-29 [paul]       1.9.13cvs71
13573
13574         * AUTHORS
13575         * src/matcher_parser_parse.y
13576         * src/etpan/imap-thread.c
13577                 fix building on FreeBSD
13578                 Patch by Daniel Gustafson <daniel@hobbit.se>
13579
13580 2005-08-29 [paul]       1.9.13cvs70
13581
13582         * src/plugins/pgpinline/pgpinline.c
13583                 only initialise sig result if it's been handled
13584                 Patch by Colin
13585
13586 2005-08-29 [paul]       1.9.13cvs69
13587         
13588         Patches by Colin:
13589
13590         * src/imap.c
13591         * src/common.utils.c
13592         * src/common/utils.h
13593                 optimisation
13594         * src/stock_pixmap.h
13595                 fix wrong icon reference
13596         * src/pixmaps/trash_btn.xpm
13597                 replace with nicer image
13598
13599 2005-08-28 [colin]      1.9.13cvs68
13600
13601         * src/Makefile.am
13602         * src/stock_pixmap.c
13603         * src/stock_pixmap.h
13604         * src/toolbar.c
13605         * src/pixmaps/trash_btn.xpm
13606                 Add a specific trash xpm for the button
13607
13608 2005-08-28 [colin]      1.9.13cvs67
13609
13610         * src/imap.c
13611                 Fix leak
13612
13613 2005-08-27 [colin]      1.9.13cvs66
13614
13615         * src/imap.c
13616         * src/procmime.c
13617                 Correctly fix "Problem with replies", fixes
13618                 pgpmime encryption too. 
13619
13620 2005-08-27 [colin]      1.9.13cvs65
13621
13622         * src/folder.c
13623         * src/procmsg.c
13624         * src/procmsg.h
13625         * src/summaryview.c
13626                 Fix bug #517 (messages removed from summaryview 
13627                 when moving fails)
13628
13629 2005-08-27 [colin]      1.9.13cvs64
13630
13631         * tools/Makefile.am
13632         * tools/asus_mailled.sh
13633                 Add a script to blink ASUS laptops' mail LED where there
13634                 is unread mail.
13635
13636 2005-08-27 [colin]      1.9.13cvs63
13637
13638         * src/imap.c
13639         * src/etpan/imap-thread.c
13640         * src/etpan/imap-thread.h
13641                 Implement automatic choosing of login method
13642                 Fixes bug #791
13643         * src/gtk/.cvsignore
13644                 Add sylpheed-marshal.[ch]
13645
13646 2005-08-27 [colin]      1.9.13cvs62
13647
13648         * src/common/utils.c
13649                 Fix confusing perror
13650
13651 2005-08-27 [colin]      1.9.13cvs61
13652
13653         * src/toolbar.c
13654         * src/toolbar.h
13655                 Remove A_DELETE, replace it with 
13656                 A_TRASH and A_DELETE_REAL. Automatically
13657                 rewrite config files to replace A_DELETE
13658                 with A_TRASH (no functionality change).
13659                 Fixes half of #794
13660
13661 2005-08-26 [colin]      1.9.13cvs60
13662
13663         * src/procmime.c
13664                 Previous "Problem with replies" fix brought other
13665                 problems, fixing them
13666
13667 2005-08-26 [colin]      1.9.13cvs59
13668
13669         * src/procmime.c
13670                 Fix "Problem with replies". This happened only
13671                 on IMAP...
13672         * src/procmsg.c
13673                 Factorize code a bit
13674         * src/compose.c
13675                 Speed improvement on very long messages (wrapping)
13676                 Fix signature color on Reedit and Redirect
13677                 On Reedit, don't attach pgp-signatures parts, but
13678                 set signing to On.
13679
13680 2005-08-24 [paul]       1.9.13cvs58
13681
13682         * src/compose.c
13683                 don't claim success when clicking
13684                 Cancel on the passphrase box.
13685                 Patch by Colin
13686
13687 2005-08-24 [paul]       1.9.13cvs57
13688
13689         * src/main.c
13690                 fix misplaced sylpheed.log
13691         * src/common/defs.h
13692                 define UIDL_DIR
13693
13694 2005-08-24 [paul]       1.9.13cvs56
13695
13696         * src/imap.c
13697         * src/etpan/imap-thread.c
13698         * src/etpan/imap-thread.h
13699                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
13700                 Patch by Colin
13701         * src/gtk/sylpheed-marshal.c    ** REMOVED **
13702         * src/gtk/sylpheed-marshal.h    ** REMOVED **
13703                 remove autogenerated files
13704         * tools/kdeservicemenu/README
13705         * tools/kdeservicemenu/install.sh
13706         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13707         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13708                 use Claws icon, use 'Sylpheed-Claws' in menu,
13709                 use kdialog, and other cleanups
13710
13711 2005-08-23 [paul]       1.9.13cvs55
13712
13713         * src/compose.c
13714                 fix paste/wrap crash
13715                 Patch by Colin
13716
13717 2005-08-23 [paul]       1.9.13cvs54
13718
13719         * src/main.c
13720                 fix crash recovery
13721                 Patch by Colin
13722
13723 2005-08-23 [paul]       1.9.13cvs53
13724
13725         * src/addressbook.c
13726         * src/editaddress.c
13727                 view all data of LDAP contacts
13728                 Patch by Colin
13729
13730 2005-08-23 [paul]       1.9.13cvs52
13731
13732         * src/addressbook.c
13733                 fix issues with the Search field
13734                 Patch by Colin
13735
13736 2005-08-22 [paul]       1.9.13cvs51
13737
13738         * src/folderview.c
13739                 put name of folder in processing dialog
13740                 title
13741         * src/prefs_folder_item.c
13742                 improve english usage
13743
13744 2005-08-22 [paul]       1.9.13cvs50
13745
13746         * src/filtering.c
13747         * src/filtering.h
13748         * src/matcher.c
13749         * src/matcher_parser_lex.l
13750         * src/matcher_parser_parse.y
13751         * src/prefs_filtering.c
13752                 add Filtering/Processing rule names feature.
13753                 (the incompatible old matcherrc is saved as
13754                 matcherrc.pre_names).
13755                 Patch by Colin
13756
13757 2005-08-22 [paul]       1.9.13cvs49
13758
13759         * src/procmsg.c
13760                 fix colour labelling
13761                 Patch by Colin
13762
13763 2005-08-22 [paul]       1.9.13cvs48
13764
13765         * src/textview.c
13766                 fix open_image_cb()
13767
13768 2005-08-22 [paul]       1.9.13cvs47
13769
13770         * src/imap.c
13771                 fix bug 789, 'SC crashes with imap (CVS ver)'
13772                 Patch by Colin
13773
13774 2005-08-22 [paul]       1.9.13cvs46
13775
13776         * src/mimeview.c
13777         * src/prefs_common.c
13778         * src/common/defs.h
13779                 define reused defaults in defs.h
13780         * src/textview.c
13781                 add 'Open image' to image popup menu
13782
13783 2005-08-21 [colin]      1.9.13cvs45
13784
13785         * src/summaryview.c
13786                 Fix bug #788 (Bogus "From" address displayed)
13787
13788 2005-08-20 [colin]      1.9.13cvs44
13789
13790         * src/folder.c
13791                 Fix buf #787 (multilevel delete causes SIGSEGV)
13792
13793 2005-08-19 [colin]      1.9.13cvs43
13794
13795         * src/inc.c
13796         * src/prefs_common.c
13797         * src/prefs_common.h
13798                 Add an hidden pref to allow modifying the
13799                 update stepping in incorporation.
13800                 Patch by wwp.
13801
13802 2005-08-19 [colin]      1.9.13cvs42
13803
13804         * src/compose.c
13805         * src/procmime.c
13806                 Workaround for broken MUAs: encode 
13807                 Content-type: name: as ASCII and 
13808                 Content-Disposition: filename: as
13809                 per rfc2231
13810         * src/prefs_account.c
13811                 Fix invisible-ness of SMTP SSL prefs
13812                 in NNTP accounts
13813
13814 2005-08-19 [paul]       1.9.13cvs41
13815
13816         * src/compose.c
13817         * src/prefs_common.c
13818         * src/prefs_common.h
13819         * src/prefs_wrapping.c
13820                 paste with or without wrapping.
13821                 patch by Colin
13822
13823 2005-08-19 [paul]       1.9.13cvs40
13824
13825         * src/prefs_common.c
13826         * src/prefs_common.h
13827         * src/summaryview.c
13828                 reintroduce enable_swap_from as a
13829                 hidden pref. patch by Colin
13830         * src/quote_fmt_parse.y
13831         * src/plugins/clamav/clamav_plugin.c
13832         * src/plugins/dillo_viewer/dillo_viewer.c
13833         * src/plugins/mathml_viewer/mathml_viewer.c
13834         * src/plugins/pgpcore/sgpgme.c
13835         * src/plugins/pgpinline/pgpinline.c
13836         * src/plugins/pgpmime/pgpmime.c
13837                 tidy up. patch by Colin
13838
13839 2005-08-19 [paul]       1.9.13cvs39
13840
13841         * configure.ac
13842                 complete cvs38's sync
13843         * src/editaddress.c
13844         * src/gedit-print.c
13845         * src/mutt.c
13846         * src/etpan/etpan-log.c
13847         * src/etpan/imap-thread.c
13848         * src/gtk/gtksourceprintjob.c
13849                 fix compilation warnings
13850                 (patch by Colin)
13851
13852 2005-08-19 [paul]       1.9.13cvs38
13853
13854         sync with main:
13855
13856         * src/account.c
13857         * src/action.c
13858         * src/addrbook.c
13859         * src/addrcache.c
13860         * src/addrharvest.c
13861         * src/addrindex.c
13862         * src/codeconv.c
13863         * src/compose.c
13864         * src/crash.c
13865         * src/exporthtml.c
13866         * src/exportldif.c
13867         * src/folder.c
13868         * src/image_viewer.c
13869         * src/inc.c
13870         * src/inc.h
13871         * src/jpilot.c
13872         * src/ldif.c
13873         * src/main.c
13874         * src/matcher.c
13875         * src/mbox.c
13876         * src/messageview.c
13877         * src/mh.c
13878         * src/mimeview.c
13879         * src/msgcache.c
13880         * src/mutt.c
13881         * src/news.c
13882         * src/partial_download.c
13883         * src/pine.c
13884         * src/pop.c
13885         * src/prefs_actions.c
13886         * src/prefs_common.c
13887         * src/prefs_customheader.c
13888         * src/prefs_display_header.c
13889         * src/prefs_gtk.c
13890         * src/prefs_themes.c
13891         * src/procheader.c
13892         * src/procmime.c
13893         * src/procmsg.c
13894         * src/recv.c
13895         * src/send_message.c
13896         * src/simple-gettext.c
13897         * src/sourcewindow.c
13898         * src/textview.c
13899         * src/vcard.c
13900         * src/common/defs.h
13901         * src/common/log.c
13902         * src/common/plugin.c
13903         * src/common/prefs.c
13904         * src/common/session.c
13905         * src/common/session.h
13906         * src/common/socket.c
13907         * src/common/socket.h
13908         * src/common/ssl_certificate.c
13909         * src/common/template.c
13910         * src/common/utils.c
13911         * src/common/utils.h
13912         * src/common/xml.c
13913         * src/gtk/about.c
13914         added wrappers for C library function that
13915                 take pathname arguments.
13916                 enabled compilation with MinGW.
13917                 use GDir instead of directly using opendir().
13918                 added rename_force().
13919
13920 2005-08-19 [paul]       1.9.13cvs37
13921         
13922         patches by Colin:
13923         * src/compose.c
13924                 fix privacy settings on re-editing
13925                 a sent message
13926         * src/jpilot.c
13927                 fix encoding bug
13928         * src/folder.c
13929         * src/procmsg.c
13930         * src/procmsg.h
13931         * src/summaryview.c
13932                 flag changing optimisation
13933
13934 2005-08-18 [martin]     1.9.13cvs36
13935
13936         * commitHelper
13937             added my login
13938         * src/addrcache.c
13939         * src/addrharvest.c
13940         * src/addrindex.c
13941         * src/compose.c
13942         * src/grouplistdialog.c
13943         * src/main.c
13944         * src/mainwindow.c
13945         * src/msgcache.c
13946         * src/mutt.c
13947         * src/pine.c
13948         * src/prefs_account.c
13949         * src/prefs_themes.c
13950         * src/stock_pixmap.c
13951         * src/summaryview.c
13952         * src/gtk/about.c
13953         * src/gtk/logwindow.c
13954             removed deprecated glib and gdk stuff
13955         * src/plugins/pgpcore/select-keys.c
13956             convert attributes from locale to utf8
13957
13958 2005-08-17 [paul]       1.9.13cvs35
13959
13960         * src/account.c
13961         * src/addressbook.c
13962                 use new GTK_STOCK_ icons if available
13963         * src/summaryview.c
13964         * src/gtk/gtksctree.c
13965         * src/gtk/gtksctree.h
13966                 faster range select. patch by Colin
13967
13968 2005-08-17 [paul]       1.9.13cvs34
13969
13970         patches by colin:
13971         * src/addressbook.c
13972         * src/addressitem.h
13973                 Add an edit button for contacts, fix selections
13974                 of gtksctree items
13975         * src/editaddress.c
13976                 Change labels, let Save be always possible in the
13977                 email and user atributes tabs
13978         * src/folderview.c
13979                 fix sort issues
13980         * src/summaryview.c
13981                 select next item instead of the displayed one
13982                 after deletion
13983
13984         * src/gtk/progressdialog.c
13985                 use prefs_common.enable_rules_hint
13986
13987 2005-08-13 [hoa]        1.9.13cvs33
13988
13989         * src/etpan/imap-thread.c
13990                 fixed build on Solaris.
13991
13992 2005-08-10 [colin]      1.9.13cvs32
13993
13994         * src/procmsg.c
13995                 Fix cvs31 (missing fclose before reading
13996                 the file)
13997
13998 2005-08-10 [colin]      1.9.13cvs31
13999
14000         * src/procmsg.c
14001                 Fix procmsg_msginfo_new_from_mimeinfo() when
14002                 the MimeInfo isn't stored in memory. This fixes
14003                 replying to an attached message.
14004
14005 2005-08-10 [colin]      1.9.13cvs30
14006
14007         * src/mainwindow.c
14008                 Fix slowness in account changing
14009
14010 2005-08-10 [colin]      1.9.13cvs29
14011
14012         * src/folder.c
14013         * src/folderutils.c
14014         * src/folderview.c
14015         * src/imap_gtk.c
14016         * src/mainwindow.c
14017         * src/mh_gtk.c
14018         * src/procmsg.c
14019         * src/summaryview.c
14020                 Optimize folder_has_parent_of_type
14021                 Prevent moving special sub-folders from contextual menus
14022                 Rework message a bit ("Empty all messages" -> "Delete all
14023                 messages")
14024                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
14025                 and "Deleted Items" folders)
14026
14027 2005-08-08 [colin]      1.9.13cvs28
14028
14029         * src/summaryview.c
14030         * src/prefs_summaries.c
14031                 Make "Select first unread|new" more flexible
14032                 (just prioritize new or unread)
14033
14034 2005-08-08 [colin]      1.9.13cvs27
14035
14036         * src/summaryview.c
14037                 If "select first new" is selected and there only
14038                 are unread messages, fallback to "select first
14039                 unread".
14040
14041 2005-08-08 [colin]      1.9.13cvs26
14042
14043         * src/folder.c
14044                 Fix shameful bugs (and bug #779)
14045
14046 2005-08-08 [colin]      1.9.13cvs25
14047
14048         * src/folder.c
14049         * src/folder.h
14050                 Cache parents' type to make folder_has_parent_of_type
14051                 faster
14052         * src/folderview.c
14053                 Forbid DnD of special sub-folders
14054         * src/procmsg.c
14055         * src/procmsg.h
14056                 Add MAIL_POSTFILTERING_HOOK
14057         * src/summaryview.c
14058                 Revert over-zealous deletion of the use_addr_book 
14059                 code
14060
14061 2005-08-07 [colin]      1.9.13cvs24
14062
14063         * src/folder.c
14064                 Fix big mistake (passing MsgInfo instead 
14065                 of FolderItem)
14066
14067 2005-08-07 [colin]      1.9.13cvs23
14068
14069         * src/compose.c
14070         * src/folder.c
14071         * src/folder.h
14072         * src/foldersel.c
14073         * src/folderutils.c
14074         * src/folderview.c
14075         * src/imap.c
14076         * src/mainwindow.c
14077         * src/messageview.c
14078         * src/mh.c
14079         * src/msgcache.c
14080         * src/procmime.c
14081         * src/summaryview.c
14082                 Make subfolders of Drafts, Queue, Outbox, Trash
14083                 work like their parents. 
14084                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
14085
14086 2005-08-07 [colin]      1.9.13cvs22
14087
14088         * src/addressbook.c
14089                 Fix bug #771 (Dragged contacts not saved)
14090
14091 2005-08-07 [paul]       1.9.13cvs21
14092
14093         * src/summaryview.c
14094                 fix bug 32 'Search Doesn't display results
14095                 if "Hide Read Messages" is chosen'
14096                 be more literal in interpreting 'Hide read
14097                 messages'
14098
14099 2005-08-07 [colin]      1.9.13cvs20
14100
14101         * src/folderview.c
14102                 Add debug
14103         * src/summaryview.c
14104                 Faster 'unthread_for_execution'
14105
14106 2005-08-06 [paul]       1.9.13cvs19
14107
14108         * src/mainwindow.c
14109                 add mnemonics to Set displayed columns
14110                 fix bug where msgview_visible option was
14111                 overwritten as TRUE on startup
14112
14113 2005-08-06 [paul]       1.9.13cvs18
14114
14115         * src/mainwindow.c
14116                 refer to 'displayed columns in folder/message
14117                 list' not 'displayed items in summary/message view'
14118         * src/prefs_display_header.c
14119                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
14120                 be consistent with similar dialogues
14121         * src/prefs_folder_column.c
14122         * src/prefs_summary_column.c
14123                 'columns' not 'items', and folder and message lists,
14124                 instead of folder and summary views;
14125                 Use 'Hidden columns' as list heading not 'Available
14126                 items';
14127                 move the 'Remove' button to the right hand side;
14128                 top-align the buttons;
14129                 remove unneeded vbox
14130         * src/prefs_summaries.c
14131                 put the 2 column prefs buttons in a frame to reduce
14132                 overall width; refer to columns not items &c.
14133
14134 2005-08-05 [colin]      1.9.13cvs17
14135
14136         * src/prefs_common.c
14137         * src/prefs_common.h
14138         * src/mainwindow.c
14139         * src/compose.c
14140         * src/messageview.c
14141                 Add an hidden toolbar_detachable pref, so
14142                 that I can get rid of these painful handles
14143                 in the toolbars. Defaults to TRUE to avoid
14144                 changing the GUI on unsuspecting people...
14145
14146 2005-08-05 [colin]      1.9.13cvs16
14147
14148         * src/Makefile.am
14149         * src/prefs_folder_column.c
14150         * src/prefs_folder_column.h
14151                 Add prefs for folder columns
14152         * src/folderview.c
14153         * src/folderview.h
14154         * src/mainwindow.c
14155         * src/mainwindow.h
14156         * src/prefs_common.c
14157         * src/prefs_common.h
14158         * src/prefs_summaries.c
14159                 Use them
14160         * src/prefs_summary_column.c
14161         * src/summaryview.c
14162         * src/summaryview.h
14163                 Add a To column
14164         * src/textview.c
14165         * src/common/utils.c
14166         * src/common/utils.h
14167                 Move uri colourisation functions
14168                 to utils
14169         * src/compose.c
14170                 Colourise URIs
14171         * src/imap.c
14172                 Fix bug with LIST where we'd try
14173                 to get Folder//////[...]/// 
14174
14175 2005-08-05 [paul]       1.9.13cvs15
14176
14177         * src/prefs_summaries.c
14178                 improve the English usage
14179         * src/summaryview.c
14180                 set font on column change
14181                 thanks to Colin
14182
14183 2005-08-05 [paul]       1.9.13cvs14
14184
14185         * src/prefs_common.c
14186         * src/prefs_common.h
14187         * src/prefs_summaries.c
14188         * src/summaryview.c
14189                 replace 'open_unread_on_enter' option with
14190                 'select_on_entry' option. opening/not opening
14191                 is now exclusively controlled by 'always_show_msg'
14192
14193 2005-08-04 [colin]      1.9.13cvs13
14194
14195         * src/compose.c
14196                 Remove dead code
14197                 Add colourisation of quotes and signatures
14198         * src/folderview.c
14199                 Fix possible crashes
14200         * src/messageview.c
14201                 Change an assert that is no problem
14202         * src/news.c
14203         * src/news_gtk.c
14204         * src/news_gtk.h
14205                 Fix offline mode
14206         * src/gtk/quicksearch.c
14207                 Fix a possible crash
14208
14209 2005-08-03 [colin]      1.9.13cvs12
14210
14211         * src/prefs_account.c
14212                 Fix bug #777 (Sylpheed crash in account configuration)
14213
14214 2005-08-03 [colin]      1.9.13cvs11
14215
14216         * src/addressbook.c
14217         * src/editaddress.c
14218         * src/editgroup.c
14219                 Fixing addressbook, round 2
14220         * src/textview.c
14221                 Fix emphasis color on rechecking 'Colorize messages'
14222
14223 2005-08-03 [paul]       1.9.13cvs10
14224
14225         sync with main
14226
14227         * src/addr_compl.c
14228         * src/compose.c
14229         * src/main.c
14230         * src/pop.c
14231         * src/prefs_account.c
14232         * src/procmime.c
14233         * src/procmsg.c
14234         * src/quote_fmt_parse.y
14235         * src/textview.c
14236         * src/common/quoted-printable.c
14237         * src/common/utils.c
14238         * src/common/utils.h
14239         * src/common/xml.c
14240                 replaced incorrect locale-independent
14241                 ctype functions with GLib's. Corrected
14242                 signedness mismatch.
14243         * src/headerview.c
14244                 headerview_create(): added spacing for vbox.
14245         * src/gtk/about.c
14246                 set focus to the OK button.
14247
14248 2005-08-03 [colin]      1.9.13cvs9
14249
14250         * src/folderview.c
14251                 Fix possible crash
14252
14253 2005-08-02 [colin]      1.9.13cvs8
14254
14255         * src/mainwindow.c
14256                 Fix cast
14257         * src/addressbook.c
14258         * src/addressitem.h
14259                 Fix a cast and more generally, try to make the
14260                 GUI more intuitive and consistent (round 1)
14261
14262 2005-08-02 [paul]       1.9.13cvs7
14263
14264         * src/folder.h
14265                 missing in 1.9.13cvs6
14266
14267 2005-08-02 [colin]      1.9.13cvs6
14268
14269         * src/folder.c
14270                 Fix one more leak
14271
14272 2005-08-02 [colin]      1.9.13cvs5
14273
14274         * src/folder.c
14275         * src/folderview.c
14276         * src/imap.c
14277         * src/main.c
14278         * src/mbox.c
14279         * src/procmsg.c
14280         * src/summaryview.c
14281                 Fix a number of folder_item_get_msg_list()-related
14282                 leaks (missing procmsg_msginfo_free()s)
14283
14284 2005-08-01 [colin]      1.9.13cvs4
14285
14286         * src/folderview.c
14287         * src/folderview.h
14288         * src/mainwindow.c
14289         * src/prefs_fonts.c
14290         * src/prefs_summaries.c
14291         * src/prefs_themes.c
14292         * src/summaryview.c
14293         * src/summaryview.h
14294         * src/textview.c
14295         * src/textview.h
14296                 Fix instant-apply of summary and folderview-related prefs
14297                 Fix erroneous g_free and alertpanels in prefs_theme
14298                 Add instant-apply for fonts
14299                 Defer applying of prefs a little bit so it's done only
14300                 once even if requested by multiples prefs pages
14301
14302 2005-08-01 [paul]       1.9.13cvs3
14303
14304         * src/main.c
14305                 fix bug 776 'S.C. crashes on close'
14306                 thanks to Colin
14307         * src/etpan/etpan-thread-manager-types.h
14308                 add missing include
14309                 thanks to Hoa
14310
14311 2005-07-25 [paul]       1.9.13cvs2
14312
14313         * src/summaryview.c
14314                 fix typos. spotted by Fabien Vantard
14315
14316 2005-07-24 [paul]       1.9.13cvs1
14317
14318         * doc/man/sylpheed.1
14319                 update man page, incorporating fix of
14320                 bug 769 'Typo in manpage'
14321         * src/etpan/imap-thread.c
14322                 fix NetBSD openssl dependencies. patch by
14323                 George Michaelson <ggm@apnic.net>
14324         * po/pt_BR.po
14325                 updated by Frederico Goncalves Guimaraes
14326
14327 2005-07-22 [paul]       1.9.13
14328
14329         1.9.13 release
14330
14331 2005-07-22 [paul]       1.9.12cvs91
14332
14333         * AUTHORS
14334         * INSTALL
14335         * README.claws
14336         * RELEASE_NOTES.claws
14337                 updated for release
14338         * configure.ac
14339         * po/nb.po
14340         * tools/claws.i18n.status.pl
14341                 add Norwegian translation. submiited by
14342                 Geir Helland <pjallabais@users.sourceforge.net>
14343         * po/ca.po
14344         * po/de.po
14345         * po/es.po
14346         * po/fi.po
14347         * po/fr.po
14348         * po/it.po
14349         * po/sk.po
14350         * po/sr.po
14351         * po/zh_CN.po
14352                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14353                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
14354                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
14355                 Yang Guilong
14356         * src/plugins/clamav/clamav_plugin_gtk.c
14357         * src/plugins/spamassassin/spamassassin_gtk.c
14358                 replace outdated description strings
14359
14360 2005-07-21 [colin]      1.9.12cvs90
14361
14362         * src/folder.c
14363                 Set folder to batch mode when scanning it. Makes deletion
14364                 of unread mails on IMAP much faster (due to the UNREAD 
14365                 flag unsetting)
14366
14367 2005-07-21 [darko]      1.9.12cvs89
14368
14369         * configure.ac
14370                 link against libresolv if necessary (patch by Paul)
14371         * src/msgcache.c
14372                 use glib's portable macros to determine endianness
14373
14374 2005-07-21 [paul]       1.9.12cvs88
14375
14376         * src/crash.c
14377         * src/gtk/about.c
14378                 update compiled-in features list
14379
14380 2005-07-20 [colin]      1.9.12cvs87
14381
14382         * src/folder.c
14383         * src/textview.c
14384                 Gcc 2.9x compilation fixes, thanks to Darko
14385         * src/plugins/clamav/clamav_plugin.c
14386                 Little optimisation: load virus database only once
14387         * src/plugins/spamassassin/spamassassin.c
14388                 Big optimisation: filtering one mail took at least 1 second,
14389                 now it takes at least 50ms. Doesn't speed up spamassassin 
14390                 itself, but should already be much more tolerable.
14391
14392 2005-07-20 [colin]      1.9.12cvs86
14393
14394         * src/summaryview.c
14395                 Fix performance issue
14396
14397 2005-07-19 [colin]      1.9.12cvs85
14398
14399         * src/plugins/pgpinline/plugin.c
14400                 Fix warning
14401
14402 2005-07-19 [colin]      1.9.12cvs84
14403
14404         * configure.ac
14405         * src/plugins/Makefile.am
14406         * src/plugins/pgpinline/.cvsignore
14407         * src/plugins/pgpinline/Makefile.am
14408         * src/plugins/pgpinline/pgpinline.c
14409         * src/plugins/pgpinline/pgpinline.deps
14410         * src/plugins/pgpinline/pgpinline.h
14411         * src/plugins/pgpinline/plugin.c
14412                 Put pgpinline in the main tree
14413
14414 2005-07-19 [paul]       1.9.12cvs83
14415
14416         * src/prefs_actions.c
14417                 prevent '//' in menu names, which cause a crash
14418                 thanks to Colin
14419
14420 2005-07-19 [paul]       1.9.12cvs82
14421
14422         * configure.ac
14423                 be generally more informative in configure output.
14424                 OpenSSL: correction: '[ --enable-openssl ...' -> 
14425                 '[ --disable-openssl ...', as --enable-openssl is default
14426                 PGP/MIME: don't check for GPGME again, check for
14427                 pgpcore instead. Therefore prevent the possibility of
14428                 attempting to build pgpmime if pgpcore dependencies are
14429                 not met
14430                 ClamAV: use pkgconfig to check for lib
14431                 libgnomeprint: revert logic on inner test to match
14432                 everything else
14433         * src/plugins/pgpcore/sgpgme.c
14434                 add missing include
14435
14436 2005-07-19 [colin]      1.9.12cvs81
14437
14438         * src/summaryview.c
14439                 Fix slow thread rebuilding in particular
14440                 cases
14441
14442 2005-07-19 [paul]       1.9.12cvs80
14443
14444         * sylpheed-claws.desktop
14445                 fix typo, spotted by Stephan Sachse
14446         * src/account.c
14447                 replace GTK_STOCK_ADD with
14448                 GTK_STOCK_NEW button
14449
14450 2005-07-18 [colin]      1.9.12cvs79
14451
14452         * src/etpan/imap-thread.c
14453                 Fix return value (Thanks Hoa)
14454
14455 2005-07-18 [colin]      1.9.12cvs78
14456
14457         * src/imap.c
14458                 Allow empty passwords
14459                 Create drafts/queue/outbox if necessary
14460         * src/summaryview.c
14461                 Remove old code
14462         * src/etpan/imap-thread.c
14463                 Fix STARTTLS (Thanks to Hoa)
14464
14465 2005-07-18 [paul]       1.9.12cvs77
14466
14467         * ChangeLog-gtk2.jp
14468         * ChangeLog.jp
14469                 removed
14470         * Makefile.am
14471                 updated to reflect additions and removals
14472         * TODO
14473                 updated to be claws-specific
14474         * TODO-gtk2
14475         * TODO-gtk2.jp
14476         * TODO.jp
14477         * sylpheed-128x128.png
14478         * sylpheed-64x64.png
14479                 removed
14480         * sylpheed-claws-128x128.png
14481         * sylpheed-claws-64x64.png
14482         * sylpheed-claws.desktop
14483         * sylpheed-claws.png
14484                 added
14485         * sylpheed.desktop
14486         * sylpheed.png
14487                 removed
14488
14489 2005-07-17 [paul]       1.9.12cvs76
14490
14491         * src/account.c
14492         * src/addressbook.c
14493         * src/alertpanel.c
14494         * src/alertpanel.h
14495         * src/compose.c
14496         * src/exphtmldlg.c
14497         * src/expldifdlg.c
14498         * src/folderview.c
14499         * src/imap_gtk.c
14500         * src/inc.c
14501         * src/message_search.c
14502         * src/messageview.c
14503         * src/mh_gtk.c
14504         * src/news_gtk.c
14505         * src/prefs_actions.c
14506         * src/prefs_filtering.c
14507         * src/prefs_matcher.c
14508         * src/prefs_template.c
14509         * src/prefs_themes.c
14510         * src/ssl_manager.c
14511         * src/summary_search.c
14512         * src/textview.c
14513         * src/toolbar.c
14514         * src/gtk/sslcertwindow.c
14515         * src/plugins/pgpcore/sgpgme.c
14516                 rework alertpanels
14517
14518 2005-07-17 [colin]      1.9.12cvs75
14519
14520         * src/privacy.c
14521                 add a PrivacySystem accessor that checks that
14522                 the system cached in a MimeInfo's privacydata
14523                 is still registered. Use this accessor instead
14524                 of directly using data->system. Fixes crashes
14525                 after unloading pgp plugins.
14526
14527 2005-07-17 [colin]      1.9.12cvs74
14528
14529         * src/alertpanel.c
14530                 Change geometry hints to a simple default size.
14531                 Fixes the certs dialogs.
14532
14533 2005-07-17 [colin]      1.9.12cvs73
14534
14535         * src/gtk/sslcertwindow.c
14536                 Use a gtkExpander
14537
14538 2005-07-17 [colin]      1.9.12cvs72
14539
14540         * src/plugins/pgpcore/Makefile.am
14541         * src/plugins/pgpmime/Makefile.am
14542                 Add gpgme libs
14543
14544 2005-07-17 [paul]       1.9.12cvs71
14545
14546         * configure.ac
14547                 add --disable-gnomeprint option
14548                 modified version of patch by Marius Mauch
14549
14550 2005-07-17 [paul]       1.9.12cvs70
14551
14552         * src/common/defs.h
14553                 update urls
14554         * src/account.c
14555         * src/action.c
14556         * src/addressbook.c
14557         * src/compose.c
14558         * src/foldersel.c
14559         * src/folderview.c
14560         * src/html.c
14561         * src/imap_gtk.c
14562         * src/main.c
14563         * src/mainwindow.c
14564         * src/messageview.c
14565         * src/mh_gtk.c
14566         * src/mimeview.c
14567         * src/news_gtk.c
14568         * src/prefs_account.c
14569         * src/prefs_send.c
14570         * src/prefs_summaries.c
14571         * src/procmsg.c
14572         * src/summaryview.c
14573         * src/common/utils.c
14574         * src/common/xml.c
14575         * src/plugins/pgpcore/passphrase.c
14576         * src/plugins/pgpcore/select-keys.c
14577                 replace inappropriately used backticks
14578                 with single quotes
14579
14580 2005-07-16 [colin]      1.9.12cvs69
14581
14582         * src/image_viewer.c
14583                 Add extra paranoid checks
14584
14585 2005-07-16 [colin]      1.9.12cvs68
14586
14587         * src/plugins/pgpcore/prefs_gpg.c
14588                 Don't auto-check sigs by default, as it
14589                 can be really slow.
14590
14591 2005-07-16 [colin]      1.9.12cvs67
14592
14593         * src/plugins/pgpcore/sgpgme.c
14594                 Make messages a bit better.
14595
14596 2005-07-16 [colin]      1.9.12cvs66
14597
14598         * src/imap.c
14599                 Remove pseudo-log
14600         * src/etpan/imap-thread.c
14601                 Add real log
14602
14603 2005-07-16 [colin]      1.9.12cvs65
14604
14605         * src/main.c
14606         * src/prefs_other.c
14607                 And now, fix build with libetpan :-/
14608
14609 2005-07-15 [colin]      1.9.12cvs64
14610
14611         * src/prefs_other.c
14612                 Continue fixing build without libetpan.
14613
14614 2005-07-15 [colin]      1.9.12cvs63
14615
14616         * src/main.c
14617                 Fix build with --disable-libetpan
14618
14619 2005-07-15 [colin]      1.9.12cvs62
14620
14621         * configure.ac
14622                 Bump libetpan's version
14623
14624 2005-07-15 [colin]      1.9.12cvs61
14625
14626         * src/etpan/imap-thread.c
14627                 Actually stop logging :)
14628
14629 2005-07-15 [colin]      1.9.12cvs60
14630
14631         * src/addressbook.c
14632                 Fix dnd of multiple addresses.
14633
14634 2005-07-15 [hoa]        1.9.12cvs59
14635
14636         * src/etpan/imap-thread.c
14637             disable login of IMAP password in libetpan log file.
14638
14639 2005-07-15 [paul]       1.9.12cvs58
14640
14641         * src/account.c
14642                 don't automatically sort
14643                 do allow drag n drop
14644
14645 2005-07-15 [paul]       1.9.12cvs57
14646
14647         * src/account.c
14648         * src/ssl_manager.c
14649                 alphabetical listing
14650
14651 2005-07-15 [paul]       1.9.12cvs56
14652
14653         * src/gtk/pluginwindow.c
14654                 sort plugin list alphabetically
14655
14656 2005-07-15 [paul]       1.9.12cvs55
14657
14658         * src/prefs_spelling.c
14659         * src/prefs_wrapping.c
14660                 unify English usage
14661
14662 2005-07-15 [colin]      1.9.12cvs54
14663
14664         * src/wizard.c
14665                 Typo fix
14666
14667 2005-07-15 [paul]       1.9.12cvs53
14668
14669         * src/prefs_message.c
14670                 make 'show cursor' a hidden option
14671
14672 2005-07-14 [colin]      1.9.12cvs52
14673
14674         * src/plugins/spamassassin/Makefile.am
14675         * src/plugins/clamav/Makefile.am
14676                 Fix double EXTRA_DISTs
14677
14678 2005-07-14 [colin]      1.9.12cvs51
14679
14680         * src/plugins/clamav/Makefile.am
14681         * src/plugins/clamav/clamav_plugin_gtk.deps
14682         * src/plugins/spamassassin/Makefile.am
14683         * src/plugins/spamassassin/spamassassin_gtk.deps
14684                 Make $plugin_gtk depend on $plugin
14685
14686 2005-07-14 [hoa]        1.9.12cvs50
14687
14688         * src/etpan/imap-thread.c
14689                 enable debug log of libetpan when running with --debug
14690
14691 2005-07-14 [colin]      1.9.12cvs49
14692
14693         * configure.ac
14694         * src/common/Makefile.am
14695         * src/common/plugin.c
14696         * src/common/plugin.h
14697                 Add a little plugin dependancy system.
14698                 Plugins can ship a $plugin_name.deps file
14699                 (near them in PLUGINDIR) so that their
14700                 dependancies are loaded if possible.
14701         * src/plugins/Makefile.am
14702         * src/plugins/pgpcore/Makefile.am
14703         * src/plugins/pgpcore/passphrase.c
14704         * src/plugins/pgpcore/passphrase.h
14705         * src/plugins/pgpcore/plugin.c
14706         * src/plugins/pgpcore/prefs_gpg.c
14707         * src/plugins/pgpcore/prefs_gpg.h
14708         * src/plugins/pgpcore/select-keys.c
14709         * src/plugins/pgpcore/select-keys.h
14710         * src/plugins/pgpcore/sgpgme.c
14711         * src/plugins/pgpcore/sgpgme.h
14712                 Introduce pgpcore, used by pgpmime and
14713                 pgpinline
14714         * src/plugins/pgpmime/Makefile.am
14715         * src/plugins/pgpmime/passphrase.c
14716         * src/plugins/pgpmime/passphrase.h
14717         * src/plugins/pgpmime/pgpmime.c
14718         * src/plugins/pgpmime/pgpmime.deps
14719         * src/plugins/pgpmime/plugin.c
14720         * src/plugins/pgpmime/prefs_gpg.c
14721         * src/plugins/pgpmime/prefs_gpg.h
14722         * src/plugins/pgpmime/select-keys.c
14723         * src/plugins/pgpmime/select-keys.h
14724         * src/plugins/pgpmime/sgpgme.c
14725         * src/plugins/pgpmime/sgpgme.h
14726                 Remove the core from pgpmime and add the
14727                 dependancy to pgpcore.
14728
14729 2005-07-14 [paul]       1.9.12cvs48
14730
14731         * src/stock_pixmap.c
14732                 forgot this in last commit
14733
14734 2005-07-14 [paul]       1.9.12cvs47
14735
14736         * src/account.c
14737         * src/addressbook.c
14738                 add accelerators for the buttons (sync with main)
14739         * src/compose.c
14740         * src/compose.h
14741                 add accelerators for the buttons.
14742                 fix editing with external editor.
14743                 replace gdk_input_*() with GIOChannel;
14744                 (sync with main)
14745         * src/foldersel.c
14746                 display folder names with new/unread
14747                 representation (sync with main)
14748         * src/main.c
14749                 specify default window icon (sync with main)
14750         * src/prefs_common.c
14751                 use_addr_book default to FALSE
14752         * src/summaryview.c
14753         * src/textview.c
14754                 add accelerators for the buttons (sync with main)
14755         * src/gtk/menu.c
14756                 fix typos
14757         * src/pixmaps/sylpheed_icon.xpm
14758                 updated
14759
14760 2005-07-13 [paul]       1.9.12cvs46
14761
14762         * src/plugins/pgpmime/pgpmime.c
14763         * src/plugins/pgpmime/sgpgme.c
14764                 (temporarily) use deprecated gpgme_data_rewind()
14765                 while largefile support is not present
14766                 (as suggested by Colin)
14767
14768 2005-07-13 [paul]       1.9.12cvs45
14769
14770         * configure.ac
14771                 remove large file support (for now):
14772                 it breaks too many things
14773
14774 2005-07-13 [paul]       1.9.12cvs44
14775
14776         * configure.ac
14777                 add large file support
14778         * src/html.c
14779                 fix bug #763 where href attribute was not
14780                 the very first attribute of a link
14781                 patch by Thomas Gilgin
14782
14783 2005-07-13 [colin]      1.9.12cvs43
14784
14785         * src/gtk/pluginwindow.c
14786                 Little portability fix
14787
14788 2005-07-13 [colin]      1.9.12cvs42
14789
14790         * src/plugins/pgpmime/sgpgme.c
14791                 Fix crasher.
14792
14793 2005-07-13 [colin]      1.9.12cvs41
14794
14795         * src/plugins/pgpmime/pgpmime.c
14796         * src/plugins/pgpmime/sgpgme.c
14797                 Use gpgme_data_release_and_get_mem instead
14798                 of gpgme_data_read.
14799
14800 2005-07-13 [colin]      1.9.12cvs40
14801
14802         * configure.ac
14803         * src/plugins/pgpmime/passphrase.c
14804         * src/plugins/pgpmime/passphrase.h
14805         * src/plugins/pgpmime/pgpmime.c
14806         * src/plugins/pgpmime/plugin.c
14807         * src/plugins/pgpmime/select-keys.c
14808         * src/plugins/pgpmime/select-keys.h
14809         * src/plugins/pgpmime/sgpgme.c
14810         * src/plugins/pgpmime/sgpgme.h
14811                 Port pgpmime to gpgme-1.0.
14812
14813 2005-07-12 [paul]       1.9.12cvs39
14814
14815         * AUTHORS
14816         * src/toolbar.c
14817         * src/toolbar.h
14818                 add a 'Go to Prev' button to the toolbar.
14819                 correct tooltip text of go to buttons.
14820                 based on patch by Yang Guilong <bamanzi@gmail.com>
14821
14822 2005-07-12 [colin]      1.9.12cvs38
14823
14824         * src/statusbar.c
14825                 Fix progress bar showing stuff at startup.
14826
14827 2005-07-12 [paul]       1.9.12cvs37
14828
14829         * src/editjpilot.c
14830                 fix building with jpilot support
14831
14832 2005-07-11 [colin]      1.9.12cvs36
14833
14834         * src/inc.c
14835                 Add visual indication that filtering is running
14836         * src/textview.c
14837                 Make {}[] uri delimiters
14838         * src/summaryview.c
14839                 Remove useless (and slow) calls
14840
14841 2005-07-11 [paul]       1.9.12cvs35
14842
14843         * src/plugins/clamav/clamav_plugin_gtk.c
14844         * src/plugins/dillo_viewer/dillo_prefs.c
14845         * src/plugins/pgpmime/prefs_gpg.c
14846         * src/plugins/spamassassin/spamassassin_gtk.c
14847                 gather plugins prefs together under their
14848                 own 'Plugins' heading
14849
14850 2005-07-11 [paul]       1.9.12cvs34
14851
14852         sync with main
14853
14854         * src/account.c
14855                 account_delete(): modified alert dialog
14856         * src/editjpilot.c
14857         * src/editvcard.c
14858                 fixed a crash when cancelling file selection
14859                 dialog by Escape key. Made non-ascii filename
14860                 selectable.
14861         * src/prefs_template.c
14862                 prefs_template_window_create(): make scrolled
14863                 window policy AUTOMATIC
14864
14865 2005-07-10 [hoa]        1.9.12cvs33
14866
14867         * src/etpan/imap-thread.c
14868                 workaround for old Courier IMAP servers.
14869
14870 2005-07-10 [colin]      1.9.12cvs32
14871
14872         * src/folder.c
14873         * src/statusbar.c
14874         * src/statusbar.h
14875                 Add visual progress indicator on filtering/processing
14876                 Factorize the progress bar code
14877         * src/imap.c
14878         * src/imap.h
14879         * src/etpan/imap-thread.c
14880                 Add a reference counter to avoid destroying the Folder
14881                 while it's in use by another callback.
14882
14883 2005-07-09 [hoa]        1.9.12cvs31
14884
14885         * src/imap.c
14886         * src/etpan/imap-thread.c
14887                 fixed deadlock when removing IMAP account.
14888
14889 2005-07-08 [colin]      1.9.12cvs30
14890
14891         * src/textview.c
14892         * src/unmime.c
14893                 Fix again problems decoding broken headers
14894         * src/gtk/inputdialog.c
14895                 Fix local variable shadowing a global one
14896
14897 2005-07-08 [colin]      1.9.12cvs29
14898
14899         * src/msgcache.c
14900                 Make the cache/mark files platform-agnostic by writing
14901                 them in little-endian format. Reading them is also done
14902                 in little-endian format, of course; however, in order
14903                 to avoid trashing mark data on big-endian machines, the
14904                 files are, at first, read from the native format if the
14905                 little-endian one doesn't exist. This is easy to deter-
14906                 mine by trying to open a file with a swapped data_ver
14907                 and seeing if it's the wanted version.
14908                 Little-endian using users should see absolutely no
14909                 difference, Big-endian users may get a very little
14910                 performance drop due to byte-swapping.
14911                 Tested on i386 and ppc32. 
14912                 Fixes bug #159 (The index file, in the mailboxes, is 
14913                 hardware depending).
14914
14915                 To have the cache/mark files updated to the new little-
14916                 endian format, "Check for new messages" or even
14917                 "Rebuild folder tree" aren't enough. Files will be
14918                 updated as soon as a folder has been opened/closed.
14919                 To update everything, just select all folders by
14920                 selecting them one by one.
14921
14922 2005-07-07 [colin]      1.9.12cvs28
14923
14924         * src/imap.c
14925                 Remember the folder separator per IMAPFolder
14926                 instead of globally.
14927                 Revive the Session on noop; fixes bug #761
14928                 (mark a bunch of unread messages as read takes 
14929                 forever)
14930
14931 2005-07-07 [darko]      1.9.12cvs27
14932
14933         * src/common/template.c
14934                 Sort templates alphabetically
14935
14936 2005-07-06 [colin]      1.9.12cvs26
14937
14938         * src/imap.c
14939                 Try to use the correct separator in
14940                 most cases. Possibly fixes bug #759
14941                 (only creates the INBOX folder when 
14942                 setting up new IMAP account) and 
14943                 bug #760 (Can't retrieve messages)
14944
14945 2005-07-06 [colin]      1.9.12cvs25
14946
14947         * src/imap.c
14948                 Use real_path in status command. This will
14949                 help later, when namespaces will be used.
14950
14951 2005-07-06 [colin]      1.9.12cvs24
14952
14953         * configure.ac
14954         * src/account.c
14955         * src/folder.c
14956         * src/imap.c
14957         * src/etpan/etpan-log.c
14958         * src/etpan/etpan-thread-manager.c
14959         * src/etpan/imap-thread.c
14960                 Add a --disable-libetpan parameter. With this,
14961                 users that don't want IMAP4 support can avoid
14962                 the new dependancy (and have no IMAP support).
14963                 Users that have IMAP4 accounts and use this
14964                 parameter won't lose their configuration, their
14965                 IMAP accounts will just be invisible and not
14966                 used.
14967         * src/textview.c
14968                 Make the "Copy ..." contextual menu items 
14969                 copy to both the X clipboard and the gtk 
14970                 clipboard - as most other apps do.
14971         * src/gtk/about.c
14972                 Add a notice about OpenSSL usage, in order to
14973                 comply with OpenSSL's license (point 6):
14974                 http://www.openssl.org/source/license.html
14975
14976 2005-07-06 [colin]      1.9.12cvs23
14977
14978         * src/alertpanel.c
14979                 Fix a minimum size for alertpanels
14980         * src/compose.c
14981                 Show 'No space left on device' type errors
14982                 when queuing/sending
14983         * src/imap_gtk.c
14984         * src/mh_gtk.c
14985                 Rework folder's deletion message (remove 
14986                 extra \n)
14987
14988 2005-07-05 [colin]      1.9.12cvs22
14989
14990         * src/imap.c
14991                 Add an alertpanel on auth error
14992                 Add pseudo-log
14993                 Remove pthread-related stuff
14994
14995 2005-07-05 [colin]      1.9.12cvs21
14996
14997         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14998                 Fix crash on plugin reloading (with a hack)
14999
15000 2005-07-05 [colin]      1.9.12cvs20
15001
15002         * src/prefs_account.c
15003         * src/prefs_account.h
15004                 Fix typo
15005         * src/gtk/filesel.c
15006         * src/gtk/filesel.h
15007                 Add a way to filter the view
15008         * src/gtk/pluginwindow.c
15009                 Filter loadable stuff
15010         * src/plugins/pgpmime/prefs_gpg.c
15011                 Fix missing unregistration
15012         * .cvsignore
15013         * src/etpan/.cvsignore
15014         * src/plugins/spamassassin/.cvsignore
15015                 Add more stuff to cvs ignored files
15016
15017 2005-07-04 [colin]      1.9.12cvs19
15018
15019         * src/imap.c
15020                 Fix scan_required returning FALSE when it
15021                 shouldn't. Maybe fix #760 (Can't retrieve
15022                 messages)
15023
15024 2005-07-04 [colin]      1.9.12cvs18
15025
15026         * src/summaryview.c
15027                 Fix always_show_msg pref
15028
15029 2005-07-04 [paul]       1.9.12cvs17
15030
15031         sync with main (forgotten in last commit)
15032         
15033         * src/common/utils.c
15034         * src/common/utils.h
15035                 check_line_length(): new.
15036                 is_dir_exist()
15037                 is_file_entry_exist()
15038                 dirent_is_regular_file()
15039                 dirent_is_directory(): use g_file_test() instead of stat().
15040
15041 2005-07-04 [paul]       1.9.12cvs16
15042
15043         sync with main:
15044
15045         * src/compose.c
15046                 compose_write_to_file(): check for line
15047                 length limit and display warning if exceeds
15048         * src/jpilot.c
15049                 use get_home_dir() instead of g_get_home_dir()
15050         * src/procheader.c
15051                 removed warning about invalid date
15052         * src/vcard.c
15053                 use get_home_dir() instead of g_get_home_dir()
15054
15055 2005-07-04 [paul]       1.9.12cvs15
15056
15057         * src/stock_pixmap.c
15058                 fix new pixmap naming errors
15059                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
15060
15061 2005-07-04 [colin]      1.9.12cvs14
15062
15063         * src/imap.c
15064                 Fix debugging string with a warning
15065
15066 2005-07-04 [colin]      1.9.12cvs13
15067
15068         * configure.ac
15069                 Add a check for libetpan's version (>= 0.37)
15070
15071 2005-07-04 [hoa]        1.9.12cvs12
15072
15073         * commitHelper
15074         * src/imap.c
15075         * src/etpan/imap-thread.c
15076         * src/etpan/imap-thread.h
15077                 fixed IMAP implementation of check of mails.
15078
15079 2005-07-03 [hoa]        1.9.12cvs11
15080
15081         * src/etpan/Makefile.am
15082         * src/etpan/etpan-errors.h
15083         * src/etpan/etpan-log.[ch]
15084         * src/etpan/etpan-thread-manager-types.h
15085         * src/etpan/etpan-thread-manager.[ch]
15086         * src/etpan/imap-thread.[ch]
15087         * src/Makefile.am
15088         * src/imap.c
15089         * src/main.c
15090         * src/prefs_other.c
15091         * configure.ac
15092             merged imap branch.
15093             dependency on libetpan 0.37 is now added.
15094
15095 2005-07-01 [colin]      1.9.12cvs10
15096
15097         * src/Makefile.am
15098         * src/folder.c
15099         * src/folder.h
15100         * src/folderview.c
15101         * src/stock_pixmap.c
15102         * src/stock_pixmap.h
15103         * src/plugins/trayicon/trayicon.c
15104                 Add marked symbol on folders containing
15105                 marked messages
15106         * src/procmsg.c
15107         * src/procmsg.h
15108         * src/toolbar.c
15109         * src/prefs_common.c
15110         * src/prefs_common.h
15111         * src/prefs_send.c
15112                 Add an optional confirmation dialog on queue
15113                 sending. Patch by wwp.
15114         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
15115         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
15116         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
15117         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
15118         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
15119         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
15120         * src/pixmaps/inbox_mark.xpm            ** ADDED **
15121         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
15122         * src/pixmaps/outbox_mark.xpm           ** ADDED **
15123         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
15124         * src/pixmaps/trash_mark.xpm            ** ADDED **
15125                 New pixmaps
15126
15127 2005-07-01 [colin]      1.9.12cvs9
15128
15129         * src/summaryview.c
15130                 Fix a little threading bug
15131         * src/addrgather.c
15132         * src/mainwindow.c
15133                 A little bit of HIG normality never hurts
15134
15135 2005-07-01 [colin]      1.9.12cvs8
15136
15137         * src/compose.c
15138         * src/msgcache.c
15139         * src/pop.c
15140         * src/procmime.c
15141         * src/recv.c
15142         * src/common/log.c
15143         * src/common/template.c
15144         * src/common/utils.c
15145         * src/common/utils.h
15146                 Reverted the fwrite_atomic stuff. In fact
15147                 it is already atomic.
15148
15149 2005-06-30 [colin]      1.9.12cvs7
15150
15151         * src/common/utils.c
15152         * src/common/utils.h
15153                 Add an fwrite_atomic() function to make
15154                 sure we write everything: fwrite can make
15155                 short writes.
15156         * src/compose.c
15157         * src/msgcache.c
15158         * src/pop.c
15159         * src/procmime.c
15160         * src/recv.c
15161         * src/common/log.c
15162         * src/common/template.c
15163                 Use that (and fix swapping of size and nmemb).
15164                 Thanks to Rich Coe for the heads up.
15165
15166 2005-06-30 [colin]      1.9.12cvs6
15167
15168         * src/addressbook.c
15169                 Optimize addressbook opening 
15170
15171 2005-06-30 [colin]      1.9.12cvs5
15172
15173         * src/summaryview.c
15174                 Remove calls to summary_step after move/copy
15175
15176 2005-06-28 [paul]       1.9.12cvs4
15177
15178         * src/alertpanel.c
15179                 wrap and make the error msg selectable
15180
15181 2005-06-28 [paul]       1.9.12cvs3
15182
15183         * src/ssl_manager.c
15184                 replace the OK button with a Close button
15185         * src/gtk/foldersort.c
15186                 use GTK_STOCK_ icons/buttons
15187
15188 2005-06-28 [colin]      1.9.12cvs2
15189
15190         * src/gedit-print.c             ** ADDED **
15191         * src/gedit-print.h             ** ADDED **
15192         * src/gtk/gtksourceprintjob.c   ** ADDED **
15193         * src/gtk/gtksourceprintjob.h   ** ADDED **
15194                 I can't believe no one had enough time to tell
15195                 me I forgot the `cvs add`
15196
15197 2005-06-27 [colin]      1.9.12cvs1
15198
15199         * src/Makefile.am
15200         * src/gtk/Makefile.am
15201         * src/messageview.c
15202         * src/procmsg.c
15203         * src/summaryview.c
15204         * configure.ac
15205                 Add optional libgnomeprint-based printing
15206         * src/mainwindow.c
15207         * src/gtk/quicksearch.c
15208                 Add an Edit/Quick search menu item to show
15209                 and focus the quicksearch
15210
15211 2005-06-27 [paul]       1.9.12
15212
15213         1.9.12 release
15214
15215         * po/ca.po
15216         * po/de.po
15217         * po/es.po
15218         * po/fr.po
15219         * po/it.po
15220         * po/ko.po
15221         * po/pt_BR.po
15222         * po/sk.po
15223         * po/zh_CN.po
15224                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
15225                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
15226                 SungHyun Nam, Frederico Goncalves Guimaraes,
15227                 Andrej Kacian, and Yang Guilong
15228 2005-06-26 [colin]      1.9.11cvs106
15229
15230         * src/imap_gtk.c
15231                 Forgot one file for previous fix
15232
15233 2005-06-26 [colin]      1.9.11cvs105
15234
15235         * src/folder.c
15236         * src/imap.c
15237                 Fix problems with folder operations in no_select
15238                 imap folders. it applies only to mails, and 
15239                 creation/deletion/move/renaming of folders 
15240                 should be possible
15241
15242 2005-06-26 [paul]       1.9.11cvs104
15243
15244         * src/prefs_filtering.c
15245                 replace one more GTK_STOCK_REMOVE
15246                 with GTK_STOCK_DELETE
15247
15248 2005-06-25 [colin]      1.9.11cvs103
15249
15250         * src/imap.c
15251                 Optimize get_seq_set_from_seq_list
15252                 (Patch by Ricardo) 
15253
15254 2005-06-25 [colin]      1.9.11cvs102
15255
15256         * src/mh.c
15257                 If the directory exists, but not in the
15258                 correct encoding, rename it. This should
15259                 handle old-versions-induced bugs.
15260
15261 2005-06-25 [colin]      1.9.11cvs101
15262
15263         * src/mh.c
15264                 Fix path access with extended dir names
15265                 Fixes bug #589 (SC segfaults with wrong locale
15266                 settings)
15267
15268 2005-06-25 [colin]      1.9.11cvs100
15269
15270         * src/prefs_account.c
15271         * src/prefs_account.h
15272         * src/compose.c
15273                 Add an option to encrypt replies to
15274                 encrypted messages
15275
15276 2005-06-25 [colin]      1.9.11cvs99
15277
15278         * src/compose.c
15279         * src/quote_fmt_parse.y
15280                 ... And make it work with pgpinline.
15281
15282 2005-06-25 [colin]      1.9.11cvs98
15283
15284         * src/compose.c
15285         * src/procmime.c
15286         * src/procmime.h
15287         * src/quote_fmt_parse.y
15288                 o Make reedition of encrypted messages possible
15289                   (as long as it is encrypted to self too, no
15290                    magic there)
15291                 o Make replying with quote (and without selecting
15292                   text) possible for encrypted messages.
15293                 Closes bug #550 (Not possible to "reply with quote"
15294                 to gnupg encrypted messages)
15295
15296 2005-06-24 [paul]       1.9.11cvs97
15297
15298         * src/imap.c
15299                 add missing include
15300
15301 2005-06-24 [paul]       1.9.11cvs96
15302
15303         * src/editldap.c
15304                 made bind password entry invisible
15305                 (sync with main)
15306         * src/send_message.c
15307                 send_message_local(): check exit status
15308                 to detect errors (sync with main)
15309         * src/textview.c
15310                 use main's less ambiguous popup menu
15311                 wording
15312
15313 2005-06-24 [paul]       1.9.11cvs95
15314
15315         * src/prefs_actions.c
15316         * src/prefs_customheader.c
15317         * src/prefs_display_header.c
15318         * src/prefs_filtering_action.c
15319         * src/prefs_matcher.c
15320         * src/prefs_template.c
15321         * src/prefs_toolbar.c
15322                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
15323         * src/gtk/description_window.c
15324                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
15325
15326 2005-06-23 [colin]      1.9.11cvs94
15327
15328         * src/summaryview.c
15329                 Fix rough edges (be sure to call status_show whenever
15330                 necessary).
15331
15332 2005-06-23 [colin]      1.9.11cvs93
15333
15334         * src/summaryview.c
15335                 Optimize Select All
15336                 Before, in a 5K mails folder: 11s
15337                 After, in the same folder: 58000µs
15338                 The joys of locking... gtk_clist_select_all() fires a 
15339                 tree-select-row event for each selected row, which in 
15340                 summaryview, callbacks summary_selected which in turn,
15341                 calls summary_status_show, which walks the selected
15342                 rows. Hence, calling gtk_clist_select_all was 
15343                 exponential. Locking the summaryview makes 
15344                 summary_selected return early.
15345
15346 2005-06-23 [colin]      1.9.11cvs92
15347
15348         * src/imap.c
15349                 Move mutex at the important place to avoid
15350                 deadlocks
15351         * src/summaryview.c
15352                 Fix Del key deleting directly instead of
15353                 moving to trash
15354
15355 2005-06-22 [colin]      1.9.11cvs91
15356
15357         * src/plugins/spamassassin/libspamc.c
15358                 As we do spagetti code with assignations in multiple
15359                 places (see _message_read_raw where out = msg = raw),
15360                 let's be sure we don't free the same pointer twice.
15361                 Should fix bug #683 (Crash in libpam at 
15362                 message_cleanup).
15363
15364 2005-06-22 [colin]      1.9.11cvs90
15365
15366         * src/compose.c
15367         * src/messageview.c
15368         * src/toolbar.c
15369                 Make toolbar's delete use the move to trash stuff;
15370                 Add gtk_widget_realize to be sure pixmaps can get
15371                 created (that may fix an old worksforme bug which
15372                 I can't find back...)
15373
15374 2005-06-22 [colin]      1.9.11cvs89
15375
15376         * src/summaryview.c
15377         * src/summaryview.h
15378         * src/mainwindow.c
15379                 Rename "Message/Delete" to "Message/Move to trash"
15380                 Add "Message/Delete..." that directly destroys the
15381                 selected messages after asking for a confirmation.
15382
15383 2005-06-22 [colin]      1.9.11cvs88
15384
15385         * src/imap.c
15386                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
15387                 o Fix a deadlock (thanks Darko)
15388
15389 2005-06-22 [colin]      1.9.11cvs87
15390
15391         * src/gtk/foldersort.c
15392                 Add missing include for the i18n;
15393                 patch by Fabien Vantard
15394
15395 2005-06-21 [colin]      1.9.11cvs86
15396
15397         * src/folder.c
15398         * src/folderview.c
15399                 Respect the no_select flag
15400         * src/imap.c
15401                 Fix recursive deletion
15402         * src/imap_gtk.c
15403         * src/mh_gtk.c
15404                 Make the folder deletion's warning
15405                 more explicit
15406
15407 2005-06-21 [colin]      1.9.11cvs85
15408
15409         * src/textview.c
15410                 Prevent email addresses from spanning accross
15411                 lines - fixes bug # 646 (newline-chars in 
15412                 email addresses)
15413
15414 2005-06-20 [colin]      1.9.11cvs84
15415
15416         * src/folder.c
15417                 Be sure not to remove source if copy failed
15418
15419 2005-06-20 [colin]      1.9.11cvs83
15420
15421         * src/folderview.c
15422         * src/imap_gtk.c
15423                 remove summaryview's lock
15424         * src/imap.c
15425                 introduce threads to avoid problems when foreground tasks
15426                 interfere with background tasks
15427         * src/mh.c
15428                 prevent moving to drafts/queue
15429         * src/mimeview.c
15430                 fix leak
15431
15432 2005-06-19 [colin]      1.9.11cvs82
15433
15434         * src/imap_gtk.c
15435                 Remember that the user doesn't want to override
15436                 offline mode, for 3 seconds. It avoid presenting
15437                 him with N popups in a really short time.
15438
15439 2005-06-17 [colin]      1.9.11cvs81
15440
15441         * src/imap.c
15442                 Fix IMAP breaking on folders containing '('
15443                 (Probably won't be enough)
15444
15445 2005-06-17 [colin]      1.9.11cvs80
15446
15447         Forgotten files on 1.9.11cvs79
15448         * src/summaryview.c
15449                 Fix stepping when not immediately executing
15450         * src/imap.c
15451                 Really prevent UID FETCH 0
15452         * src/codeconv.c
15453                 Fix outgoing charset never set to utf-8
15454         * src/mh.c
15455                 Fix leak
15456
15457 2005-06-16 [colin]      1.9.11cvs79
15458
15459         * src/compose.c
15460                 Fix bug #707 (Dash splits rows)
15461                 Only wrap if we're on a line break position and
15462                 the previous one was a "white" (space) char.
15463                 Pango stuff is weird.
15464
15465 2005-06-16 [colin]      1.9.11cvs78
15466
15467         * src/imap_gtk.c
15468                 Lock summaryview while downloading messages
15469                 on user demand
15470         * src/procheader.c
15471         * src/unmime.c
15472         * src/common/utils.c
15473         * src/common/utils.h
15474                 Replace \r and \n with spaces in From and
15475                 Subject headers
15476
15477 2005-06-16 [paul]       1.9.11cvs77
15478
15479         * src/procmime.c
15480                 liberalise the mime parser
15481         * src/gtk/about.c
15482                 add text wrapping
15483
15484 2005-06-16 [paul]       1.9.11cvs76
15485
15486         * src/gtk/about.c
15487                 reworked
15488
15489 2005-06-15 [colin]      1.9.11cvs75
15490
15491         * src/compose.c
15492                 Finish header encoding fix
15493         * src/summaryview.c
15494                 Fix segfault
15495         * src/headerview.c
15496                 Fix compilation (Thanks Stephan
15497                 Sachse)
15498
15499 2005-06-15 [colin]      1.9.11cvs74
15500
15501         * Makefile.am
15502                 Install gnome2 stuff rather than gnome1, 
15503                 if both are present
15504         * src/codeconv.c
15505         * src/codeconv.h
15506         * src/compose.c
15507                 Fix headers encoding
15508         * src/folder.c
15509                 Visual progress when fetching all messages
15510         * src/folderview.c
15511         * src/summaryview.c
15512         * src/summaryview.h
15513                 Prevent changing current message while
15514                 incorporating
15515
15516 2005-06-15 [paul]       1.9.11cvs73
15517
15518         * src/gtk/gtkaspell.c
15519         * src/gtk/gtkaspell.h
15520                 fix build warnings
15521
15522 2005-06-15 [paul]       1.9.11cvs72
15523
15524         * src/prefs_filtering.c
15525                 allow reordering of filter rules by
15526                 drag n drop
15527
15528 2005-06-15 [paul]       1.9.11cvs71
15529
15530         * COPYING
15531                 updated
15532         * src/codeconv.c
15533                 replace deprecated function
15534         * src/inc.c
15535         * src/send_message.c
15536         * src/gtk/progressdialog.c
15537         * src/gtk/progressdialog.h
15538                 salvage and reuse parts of reverted sync
15539
15540 2005-06-15 [paul]       1.9.11cvs70
15541
15542         * src/inc.c
15543         * src/send_message.c
15544         * src/gtk/progressdialog.c
15545         * src/gtk/progressdialog.h
15546                 revert yesterday's sync with main
15547                 it contains deprecated functions
15548
15549 2005-06-15 [colin]      1.9.11cvs69
15550
15551         * src/headerview.c
15552                 Fix bug #670 (multi user to: will corrupt message 
15553                 headers display)
15554
15555 2005-06-15 [colin]      1.9.11cvs68
15556
15557         * src/compose.c
15558                 Fix bug #421 (Fix undo on wrapping)
15559
15560 2005-06-15 [colin]      1.9.11cvs67
15561
15562         * src/folder.c
15563                 Provide visual feedback while processing
15564                 folder's rules.
15565         * src/imap.c
15566                 Provide visual feedback while getting
15567                 short headers (for uncached messages)
15568
15569
15570 2005-06-14 [paul]       1.9.11cvs66
15571
15572         * src/account.c
15573                 change a couple stock icons
15574         * src/inc.c
15575         * src/send_message.c
15576         * src/gtk/progressdialog.c
15577         * src/gtk/progressdialog.h
15578                 sync main's GtkTreeView implementation
15579
15580 2005-06-14 [colin]      1.9.11cvs65
15581
15582         * src/imap.c
15583                 Various little fixes, mainly on error paths
15584
15585 2005-06-13 [colin]      1.9.11cvs64
15586
15587         * matcher.c
15588         * procmsg.c
15589         * procmsg.h
15590                 Add a way to fetch only headers. This speeds
15591                 up filtering on headers for IMAP. Fixes:
15592                 bug #481 extraneous imap commands slow down 
15593                         imap filtering
15594                 bug #522 Sylpheed downloads all messages 
15595                         when opening mailbox (IMAP)
15596                 bug #677 IMAP fetch is soooooooooooooo slow
15597         * src/folder.c
15598         * src/folder.h
15599                 Add a folder set_batch method so that
15600                 implementations can speed up flags changes
15601         * src/folderutils.c
15602         * src/summaryview.c
15603                 Use that in mark as (un)read and mark all read
15604                 Refix bug #679
15605         * src/imap.c
15606                 Implement set_batch - brings back deferred
15607                 flags in a less buggy manner. Fixes:
15608                 bug #729 IMAP immediate expunge of deleted messages
15609                 bug #191 remove list of messages with one command
15610                 Fix login with strange chars
15611                 Implement fetch_msg_full
15612                 Fix copy (wrong counts)
15613
15614 2005-06-12 [colin]      1.9.11cvs63
15615
15616         * src/folder.c
15617                 lock incorporation during long operations.
15618                 Avoids fucking up the IMAP socket.
15619
15620 2005-06-12 [colin]      1.9.11cvs62
15621
15622         * src/imap.c
15623                 Fix harmful typo
15624                 Factorize remove_all_msg
15625                 Thread-ize expunge
15626         * src/summaryview.c
15627                 Don't update partial-download status if unnecessary
15628         * src/folder.c
15629                 Use remove_msgs everywhere possible
15630
15631 2005-06-12 [colin]      1.9.11cvs61
15632
15633         * src/folder.c
15634         * src/folder.h
15635                 Add a remove_msgs function to remove a 
15636                 list of messages
15637         * src/imap.c
15638                 Implement that.
15639
15640 2005-06-12 [colin]      1.9.11cvs60
15641
15642         * src/imap.c
15643                 Remove flags-processing deferring... Too hard
15644                 to get it to work in all cases.
15645
15646 2005-06-11 [colin]      1.9.11cvs59
15647
15648         * src/imap.c
15649                 printf -> debug_print
15650
15651 2005-06-11 [colin]      1.9.11cvs58
15652
15653         * src/imap.c
15654                 o Fix build without USE_PTHREAD
15655                 o Factorize imap_open
15656                 o Alertpanel in case of impossible connection
15657                 o Alertpanel in case of impossible login
15658                 o Fix deferred flags processing to force a 
15659                   flush before adding some more flags to process,
15660                   but in another folder.
15661
15662 2005-06-10 [colin]      1.9.11cvs57
15663
15664         * src/imap.c
15665                 o Fix a format string error
15666                 o init ssl socket outside of the thread 
15667                   (it possibly invokes gtk calls)
15668         * src/procmime.c
15669                 o Put back the buffer to its necessary size
15670                 o Fix changing a file pointer without keeping
15671                   track of it (thanks Valgrind)
15672         * src/common/smtp.c
15673                 o Fix automatic STARTTLS if login should be done
15674                   and the server only allows it after starting TLS
15675         * src/gtk/gtkinputdialog.c
15676                 o Eat GDK_Return so that the combo popup doesn't 
15677                   appear when we press Enter to validate the combo
15678                   input dialog (as seen in the Open with... dialog)
15679
15680 2005-06-10 [colin]      1.9.11cvs56
15681
15682         * src/imap.c
15683                 o A bit less debug
15684                 o Fix a crash on deletion
15685                 o Threadize imap_select (it's called outside of 
15686                   threads)
15687                 o Defer treatment of DELETED flags
15688
15689
15690 2005-06-09 [colin]      1.9.11cvs55
15691
15692         * src/imap.c
15693                 Make sure we check imap_gtk_should_override(), which
15694                 potentially calls gtk stuff, before creating thread.
15695                 That way it should't be called via imap_get_session()
15696                 inside a thread.
15697
15698 2005-06-09 [colin]      1.9.11cvs54
15699
15700         * src/imap.c
15701                 o add a bit of status output
15702                 o remove some dead code
15703                 o threadize get_list_of_uids
15704                 o threadize imap_get_flags
15705                 o defer flag changing by 500ms so that they
15706                   can be batched
15707
15708
15709 2005-06-08 [colin]      1.9.11cvs53
15710
15711         * src/imap.c
15712                 Thread-ize imap_cmd_fetch
15713
15714 2005-06-08 [colin]      1.9.11cvs52
15715
15716         * src/main.c
15717                 Mmh, that broke POP3...
15718
15719 2005-06-08 [colin]      1.9.11cvs51
15720
15721         * src/main.c
15722                 Stabilize IMAP patch (thanks to Hoa)
15723
15724 2005-06-08 [colin]      1.9.11cvs50
15725
15726         * src/imap.c
15727                 Test patch to speed up imap. 
15728
15729 2005-06-08 [colin]      1.9.11cvs49
15730
15731         * src/imap_gtk.c
15732                 Warning fix
15733         * src/procmime.c
15734                 Apply patch from gentoo to use /usr/share/mime/globs if 
15735                 available, after un-breaking it
15736         * src/common/log.c
15737         * src/common/log.h
15738                 Use g_timeout for invoking hooks that possibly use gtk
15739                 calls. This should leave gtk calls in the main thread.
15740
15741 2005-06-08 [paul]       1.9.11cvs48
15742
15743         * src/codeconv.c
15744                 conv_get_outgoing_charset_str(): don't
15745                 use prefs_common setting
15746         * src/compose.c
15747         * src/compose.h
15748                 add /Options/Character encoding/... to
15749                 temporarily change the outgoing encoding
15750
15751         (belated sync with main)
15752
15753 2005-06-08 [paul]       1.9.11cvs47
15754
15755         * src/compose.c
15756                 correction to/completion of last
15757                 sync with main
15758
15759 2005-06-08 [paul]       1.9.11cvs46
15760
15761         sync with main:
15762         
15763         * src/codeconv.c
15764         * src/codeconv.h
15765                 always enabled Japanese auto-detection
15766                 if the first letters of locale string
15767                 is "ja"
15768         * src/compose.c
15769                 don't use "destroy" signal to destroy
15770                 Compose object (fix rare crashes on discard?)
15771         * src/mainwindow.c
15772         * src/messageview.c
15773         * src/prefs_send.c
15774                 added Hebrew encodings
15775         * src/sourcewindow.c
15776                 don't use "destroy" signal to destroy
15777                 objects
15778
15779 2005-06-07 [colin]      1.9.11cvs45
15780
15781         * src/summaryview.c
15782                 Add missing unlocks/locks
15783
15784 2005-06-07 [paul]       1.9.11cvs44
15785
15786         * src/summaryview.c
15787                 restore bug #749 fix
15788
15789 2005-06-06 [colin]      1.9.11cvs43
15790
15791         * src/summaryview.c
15792                 Fix selection bug when prefs_common.open_unread 
15793                 is FALSE
15794
15795 2005-06-06 [colin]      1.9.11cvs42
15796
15797         * src/common/md5.c
15798                 Fix a warning
15799         * src/summaryview.c
15800         * src/folderview.c
15801                 Factorize long operations beginning and end
15802                 (locking, freezing/thawing, cursor, ...)
15803                 Check selection->data member in selection-
15804                 related loops; this avoids dying an awful
15805                 death if the selection changes on us while
15806                 we're marking a whole IMAP folder unread, 
15807                 for example.
15808
15809 2005-06-06 [paul]       1.9.11cvs41
15810
15811         * src/textview.c
15812                 don't g_free() a static gchar buffer
15813
15814 2005-06-05 [colin]      1.9.11cvs40
15815
15816         * src/mainwindow.c
15817         * src/messageview.c
15818         * src/summaryview.c
15819                 Fix bug #749 (Show all headers should be
15820                 sticky as the GUI suggests)
15821
15822 2005-06-03 [paul]       1.9.11cvs39
15823
15824         * src/compose.c
15825                 don't allow editing of mail while sending.
15826                 patch by Colin
15827
15828 2005-06-03 [paul]       1.9.11cvs38
15829
15830         * src/folderview.c
15831                 add a freeze/thaw to speed up 'mark all read'
15832
15833 2005-06-03 [paul]       1.9.11cvs37
15834
15835         * src/prefs_message.c
15836                 reflect changes immediately
15837
15838 2005-06-02 [colin]      1.9.11cvs36
15839
15840         * po/POTFILES.in
15841                 Patch by Fabien Vantard.
15842
15843 2005-06-02 [colin]      1.9.11cvs35
15844
15845         * src/imap.c
15846                 Use a non-blocking imap_getline() if possible.
15847                 This should completely prevent the interface
15848                 from freezin on imap operations, although it
15849                 may do strange stuff in case of folder switching
15850                 while a big imap operation is taking place...
15851
15852                 In addition, fix a leak in the case thread
15853                 creation fails on connection.
15854
15855 2005-06-02 [colin]      1.9.11cvs34
15856
15857         * src/crash.c
15858         * src/prefs_common.h
15859                 Fix build (prefs_common_init() doesn't exist
15860                 anymore)
15861
15862 2005-06-02 [colin]      1.9.11cvs33
15863
15864         * src/prefs_account.c
15865                 Fix bug #245 (filtering rules broken when
15866                 renaming a remote account (imap4 or nntp)
15867
15868 2005-06-02 [colin]      1.9.11cvs32
15869
15870         * src/imap.c
15871                 Try to fix IMAP shortcomings: 
15872                 o Multithread imap_open()
15873                 o allow offline-mode overriding instead of
15874                   just returning NULL
15875         * src/imap_gtk.c
15876         * src/imap_gtk.h
15877                 Add a function to ask whether we want to
15878                 override offline-mode for 10 minutes (one-shot
15879                 asking was painful)
15880         * src/procheader.c
15881                 Fix segfault when imap parser isn't happy about
15882                 a missing {
15883
15884 2005-06-01 [colin]      1.9.11cvs31
15885
15886         * src/addrharvest.c
15887         * src/compose.c
15888         * src/mbox.c
15889         * src/mbox.h
15890         * src/mh.c
15891         * src/msgcache.c
15892         * src/send_message.c
15893         * src/setup.c
15894         * src/undo.c
15895         * src/common/hooks.c
15896         * src/common/prefs.c
15897         * src/common/template.c
15898         * src/common/utils.c
15899         * src/gtk/gtkutils.c
15900         * src/gtk/inputdialog.c
15901         * src/gtk/menu.c
15902         * src/gtk/pluginwindow.c
15903         * src/gtk/prefswindow.c
15904         * src/plugins/pgpmime/passphrase.c
15905         * src/plugins/pgpmime/prefs_gpg.c
15906                 More -Wall fixes
15907
15908         * src/common/Makefile.am
15909         * src/common/timing.h
15910                 Add basic timing code
15911
15912         * src/summaryview.c
15913                 Fix a bug with unread messages when 
15914                 re-sorting folders, and by the way
15915                 fix a big performance hit when 
15916                 re-sorting (10k mails: before 5s,
15917                 after .5s)
15918
15919         * src/prefs_compose_writing.c
15920         * src/prefs_compose_writing.h
15921         * src/prefs_message.c
15922         * src/prefs_message.h
15923         * src/prefs_other.c
15924         * src/prefs_other.h
15925         * src/prefs_quote.c
15926         * src/prefs_quote.h
15927         * src/prefs_receive.c
15928         * src/prefs_receive.h
15929         * src/prefs_send.c
15930         * src/prefs_send.h
15931         * src/prefs_summaries.c
15932         * src/prefs_summaries.h
15933                 Fix copyright banner
15934
15935 2005-06-01 [paul]       1.9.11cvs30
15936
15937         * po/fi.po
15938                 updated by Flammie Pirinen
15939         * src/procmime.c
15940                 fix 'Bad BASE64 content' output
15941
15942 2005-05-31 [colin]      1.9.11cvs29
15943
15944         * src/procmime.c
15945                 Oops, where did my hunk go.
15946
15947 2005-05-31 [colin]      1.9.11cvs28
15948
15949         * src/Makefile.am
15950         * src/account.c
15951         * src/action.c
15952         * src/addr_compl.c
15953         * src/addressbook.c
15954         * src/codeconv.c
15955         * src/compose.c
15956         * src/export.c
15957         * src/folder.c
15958         * src/folderview.c
15959         * src/image_viewer.c
15960         * src/main.c
15961         * src/mainwindow.c
15962         * src/messageview.c
15963         * src/mimeview.c
15964         * src/msgcache.c
15965         * src/prefs_account.c
15966         * src/prefs_actions.c
15967         * src/prefs_common.c
15968         * src/prefs_compose_writing.c
15969         * src/prefs_customheader.c
15970         * src/prefs_ext_prog.c
15971         * src/prefs_filtering.c
15972         * src/prefs_filtering_action.c
15973         * src/prefs_fonts.c
15974         * src/prefs_image_viewer.c
15975         * src/prefs_message.c
15976         * src/prefs_message.h
15977         * src/prefs_msg_colors.c
15978         * src/prefs_other.c
15979         * src/prefs_other.h
15980         * src/prefs_quote.c
15981         * src/prefs_receive.c
15982         * src/prefs_receive.h
15983         * src/prefs_send.c
15984         * src/prefs_send.h
15985         * src/prefs_spelling.c
15986         * src/prefs_summaries.c
15987         * src/prefs_summary_column.c
15988         * src/prefs_template.c
15989         * src/prefs_themes.c
15990         * src/prefs_toolbar.c
15991         * src/prefs_wrapping.c
15992         * src/procmime.c
15993         * src/procmsg.c
15994         * src/send_message.h
15995         * src/ssl_manager.c
15996         * src/summary_search.c
15997         * src/summaryview.c
15998         * src/textview.c
15999         * src/wizard.c
16000         * src/common/smtp.c
16001         * src/common/smtp.h
16002         * src/gtk/gtkutils.h
16003                 o Move the rest of Common prefs to new style
16004                 o Lots of -Wall warning fixes
16005                 o fix FIXME in cache memusage calculation
16006                 o Let return receipts be sent from any account
16007                 o Little cache optimisation (read)
16008                 o Fix bug #746 (don't treat commas as separators
16009                   when inside a quoted string)
16010
16011 2005-05-31 [paul]       1.9.11cvs27
16012
16013         * src/prefs_common.c
16014                 fix 'off-by-one' typo
16015
16016 2005-05-31 [paul]       1.9.11cvs26
16017
16018         * src/account.c
16019         * src/addr_compl.c
16020         * src/compose.c
16021         * src/foldersel.c
16022         * src/prefs_actions.c
16023         * src/prefs_common.c
16024         * src/prefs_common.h
16025         * src/prefs_customheader.c
16026         * src/prefs_display_header.c
16027         * src/prefs_filtering.c
16028         * src/prefs_filtering_action.c
16029         * src/prefs_matcher.c
16030         * src/prefs_summaries.c
16031         * src/prefs_summary_column.c
16032         * src/prefs_template.c
16033         * src/prefs_toolbar.c
16034         * src/ssl_manager.c
16035         * src/gtk/pluginwindow.c
16036         * src/gtk/prefswindow.c
16037         * src/gtk/progressdialog.c
16038                 add hidden prefs 'enable_rules_hint'
16039                 for gtk_tree_view_set_rules_hint()
16040                 (sync with main)
16041                 
16042
16043 2005-05-31 [colin]      1.9.11cvs25
16044
16045         * src/Makefile.am
16046         * src/main.c
16047         * src/prefs_common.c
16048         * src/prefs_summaries.c ** ADDED **
16049         * src/prefs_summaries.h ** ADDED **
16050                 Common/Display -> Display/Summaries
16051
16052 2005-05-31 [colin]      1.9.11cvs24
16053
16054         * src/Makefile.am
16055         * src/main.c
16056         * src/prefs_quote.c ** ADDED **
16057         * src/prefs_quote.h ** ADDED **
16058                 Move Common/Quote to Compose/Quoting
16059         * src/prefs_common.c
16060         * src/prefs_common.h
16061                 Remove old quote stuff, add
16062                 convenience functions for GtkTextView prefs
16063         * src/gtk/prefswindow.c
16064                 Set default height higher
16065
16066 2005-05-30 [colin]      1.9.11cvs23
16067
16068         * src/Makefile.am
16069         * src/main.c
16070         * src/prefs_common.c
16071         * src/prefs_compose_writing.c ** ADDED **
16072         * src/prefs_compose_writing.h ** ADDED **
16073                 Move Common/Compose prefs to Compose/Writing
16074
16075 2005-05-30 [colin]      1.9.11cvs22
16076
16077         * src/common/utils.c
16078                 Fix bug #651 (Confused Attract by Subject)
16079                 Patch by M. Benkmann <haferfrost@web.de>
16080         * AUTHORS
16081
16082 2005-05-30 [colin]      1.9.11cvs21
16083
16084         * src/compose.c
16085                 Fix concatenation of different headers of
16086                 the same type (bug #645)
16087         * src/prefs_folder_item.c
16088                 Fix bug #699 (setting color to black doesn't
16089                 work immediately)
16090         * src/procmime.c
16091                 Print out decoding error only once per
16092                 block
16093
16094 2005-05-30 [paul]       1.9.11cvs20
16095
16096         * src/common/template.c
16097                 fix Bcc
16098
16099 2005-05-30 [paul]       1.9.11cvs19
16100
16101         * doc/src/rfc2368.txt   **NEW FILE**
16102         * src/compose.c
16103                 compose_entries_set(): don't interpret Bcc
16104                 header field (conform to RFC 2368)
16105                 (sync with main)
16106
16107 2005-05-29 [colin]      1.9.11cvs18
16108
16109         * src/prefs_common.c
16110                 Let the default reply format respect
16111                 netiquette by cutting the signature.
16112
16113 2005-05-29 [colin]      1.9.11cvs17
16114
16115         * src/summaryview.c
16116                 Don't let always_show_msg override
16117                 open_unread_on_enter when opening a new
16118                 directory.
16119
16120 2005-05-27 [paul]       1.9.11cvs16
16121
16122         sync with main:
16123
16124         * src/main.c
16125                 app_will_exit(): cleanup tmp directory when exit
16126         * src/message_search.c
16127                 improved the interface and made code cleanup.
16128                 removed Clear button
16129         * src/send_message.c
16130                 send_message_local(): use GSpawn, and detect errors
16131         * src/summary_search.c
16132                 improved the interface and made code cleanup
16133         * src/textview.c
16134                 textview_write_link(): also skip non-ascii space
16135                  at the head of link strings (phishing check
16136                  didn't work at the case)
16137         * src/common/utils.c
16138                 get_command_output(): use g_spawn_command_line_sync()
16139                 instead of popen()
16140
16141 2005-05-26 [colin]      1.9.11cvs15
16142
16143         * src/folder.c
16144                 remove printf
16145
16146 2005-05-26 [colin]      1.9.11cvs14
16147
16148         * src/common/nntp.c
16149                 Fix nntp mode reader (bug #611)
16150                 Patch by Florian Mickler <florian@mickler.org>
16151
16152 2005-05-26 [colin]      1.9.11cvs13
16153
16154         * src/plugins/pgpmime/passphrase.c
16155                 Fix mouse grabbing (bug #557)
16156
16157 2005-05-26 [colin]      1.9.11cvs12
16158
16159         * src/prefs_themes.c
16160                 Fix g_warning (bug #541)
16161
16162 2005-05-26 [colin]      1.9.11cvs11
16163
16164         * src/prefs_actions.c
16165         * src/prefs_template.c
16166                 Fix bug #506 (no warning if action/template
16167                 is not saved)
16168         * src/common/template.c
16169                 Fix a possible crash
16170
16171 2005-05-26 [colin]      1.9.11cvs10
16172
16173         * src/folder.c
16174         * src/folderview.c
16175         * src/procmsg.c
16176         * src/summaryview.c
16177                 Forbid locked messages to be moved or
16178                 deleted. Locked messages in trashes 
16179                 still get deleted, for performance
16180                 reason (mh.c::mh_remove_all_msgs)
16181
16182 2005-05-25 [colin]      1.9.11cvs9
16183
16184         * src/procmime.c
16185                 Use correct encoding when sending mails
16186                 with attachments that have accentued 
16187                 chars in their name
16188
16189 2005-05-24 [colin]      1.9.11cvs8
16190
16191         * src/summaryview.c
16192                 Fix bug #688 f) read/unread marker not
16193                 changed on first click
16194                 Also, optimize summary_status_show()
16195                 calls
16196         * src/folder.c
16197         * src/inc.c
16198         * src/procmime.c
16199                 Fix bug #688 b) and c) wrt message
16200                 attachments and signature
16201         * src/stock_pixmap.c
16202         * src/stock_pixmap.h
16203         * src/stock_pixmap.c
16204         * src/stock_pixmap.h
16205         * src/Makefile.am
16206         * src/pixmaps/clip_gpg_signed.xpm
16207                 Add clip/signed icon
16208
16209 2005-05-24 [colin]      1.9.11cvs7
16210
16211         * src/folder_item_prefs.c
16212                 whitespace fix
16213
16214 2005-05-24 [colin]      1.9.11cvs6
16215
16216         * src/folderview.c
16217         * src/prefs_common.c
16218         * src/prefs_common.h
16219                 Add a confirmation to folder drag and drop
16220                 fixes bug #156
16221         * src/alertpanel.c
16222         * src/alertpanel.h
16223                 fix _with_disable parameters so that
16224                 the buttons labels are specifiable too
16225         * src/plugins/pgpmime/sgpgme.c
16226                 reflect said change
16227                 
16228
16229 2005-05-24 [colin]      1.9.11cvs5
16230
16231         * src/folderview.c
16232                 Uncollapse/collapse folders on double-click
16233                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
16234                 closes bug #108
16235
16236 2005-05-23 [colin]      1.9.11cvs4
16237
16238         * src/common/socket.c
16239                 Check another special SSL_peek() error.
16240                 Should help wrt bug #728
16241
16242 2005-05-23 [colin]      1.9.11cvs3
16243
16244         * src/plugins/pgpmime/pgpmime.c
16245                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
16246                 breaking menu accelerators and stuff. Users will have to
16247                 reselect "PGP MIME" instead of "PGP/MIME" in their 
16248                 account's privacy preferences if needed.
16249
16250 2005-05-22 [paul]
16251
16252         * tools/kdeservicemenu/install.sh
16253                 use kdesu to prompt for root password if doing
16254                 global install/uninstall
16255
16256 2005-05-20 [colin]      1.9.11cvs2
16257
16258         * src/procmsg.c
16259                 Fix another compilation error with gcc-2.9x
16260                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
16261         * src/send_message.c
16262                 Don't send QUIT if we aren't connected
16263
16264 2005-05-19 [colin]      1.9.11cvs1
16265
16266         * src/procmsg.c
16267                 Fix compilation with gcc 2.9x
16268
16269 2005-05-19 [paul]       1.9.11
16270
16271         1.9.11 released
16272
16273 2005-05-19 [paul]       1.9.9cvs14
16274
16275         * src/gtk/inputdialog.c
16276                 prevent gettext warning
16277
16278 2005-05-19 [paul]       1.9.9cvs13
16279
16280         * src/mainwindow.c
16281         * src/prefs_common.c
16282         * src/prefs_common.h
16283         * src/textview.c
16284         * src/textview.h
16285                 add an option to toggle cursor in message
16286                 view (sync with main)
16287
16288 2005-05-18 [colin]      1.9.9cvs12
16289
16290         * src/compose.c
16291                 Dereference freed pointer
16292         * src/gtk/gtkaspell.c
16293                 Fix duplication of dictionaries (is it an aspell issue?)
16294
16295 2005-05-18 [colin]      1.9.9cvs11
16296
16297         * src/gtk/inputdialog.c
16298         * src/gtk/gtkaspell.c
16299                 HIGuify dialogs
16300         * src/alertpanel.c
16301                 Remove a double call
16302
16303 2005-05-17 [colin]      1.9.9cvs10
16304
16305         * src/gtk/gtkaspell.c
16306                 Fix dialogs, Ctrl-Enter accel
16307
16308 2005-05-17 [colin]      1.9.9cvs9
16309
16310         * src/gtk/gtkaspell.c
16311                 Fix some accelerators, escape in replace-window
16312
16313 2005-05-16 [colin]      1.9.9cvs8
16314
16315         * src/gtk/gtkaspell.c
16316                 Revert last commit, it was a mistake.
16317
16318 2005-05-16 [colin]      1.9.9cvs7
16319
16320         * src/gtk/gtkaspell.c
16321                 Remove buggy code while we're at it. It's a 
16322                 dead code path anyway.
16323
16324 2005-05-16 [colin]      1.9.9cvs6
16325
16326         * src/gtk/gtkaspell.c
16327                 Missed some gtk_menu_popup where deactivate
16328                 signal should be handled. Should fix bug
16329                 #629 a bit more.
16330
16331 2005-05-16 [colin]      1.9.9cvs5
16332
16333         * src/gtk/gtkaspell.c
16334                 Remove debug printf()s
16335
16336 2005-05-16 [colin]      1.9.9cvs4
16337
16338         * src/gtk/gtkaspell.c
16339                 Fix a bit aspell problems
16340                 (see bug #629)
16341
16342 2005-05-13 [colin]      1.9.9cvs3
16343
16344         * src/folderview.c
16345                 Fix the + appearing even when no subfolders
16346                 have unread messages. Thanks to wwp for the
16347                 bug report.
16348
16349 2005-05-11 [paul]       1.9.9cvs2
16350
16351         * src/folderview.c
16352                 correction to 1.9.9cvs1, only colour folders that
16353                 have new msgs (not unread msgs)
16354
16355 2005-05-10 [colin]      1.9.9cvs1
16356
16357         * src/folderview.c
16358         * src/summaryview.c
16359                 Try to fix bolding bugs again.
16360
16361 2005-05-09 [paul]
16362
16363         * tools/claws.i18n.status.pl
16364                 add Ricardo Mones Lastra's script that has been providing
16365                 the i18n status page for many months
16366
16367 2005-05-09 [paul]       1.9.9
16368
16369         1.9.9 release
16370
16371 2005-05-09 [paul]       1.9.6cvs58
16372
16373         * AUTHORS
16374         * INSTALL
16375         * README.claws
16376                 updated
16377         * Makefile.am 
16378         * RELEASE_NOTES.claws
16379                 add release notes to cvs to simplify release
16380                 procedure
16381         * configure.ac
16382                 add ca and fi to ALL_LINGUAS
16383         * po/Makefile.in.in
16384                 workaround for missing Makevars
16385         * po/ca.po
16386         * po/fi.po
16387                 add new Catalan and Finnish translations
16388                 submitted by Miquel Oliete and Flammie Pirinen
16389         * po/de.po
16390         * po/es.po
16391         * po/fr.po
16392         * po/it.po
16393         * po/pl.po
16394         * po/ru.po
16395         * po/sk.po
16396         * po/sr.po
16397         * po/zh_CN.po
16398                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
16399                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
16400                 Urke MMI, and Hansom Young
16401         * src/main.c
16402                 Fix drafting when quitting. compose_draft() closes the
16403                 compose windows, which modifies the compose_list GSList.
16404                 We have to refresh this list after echo drafting to avoid a
16405                 segfault
16406         * src/partial_download.c
16407                 fix segfault on exit
16408
16409 2005-05-06 [paul]       1.9.6cvs57
16410
16411         * src/grouplistdialog.c
16412                 quick fix/workaround for unresizeable newsgroup
16413                 name column 
16414
16415 2005-05-06 [paul]       1.9.6cvs56
16416
16417         * src/inc.c
16418         * src/mainwindow.c
16419                 use gettext plural forms
16420         * src/imap_gtk.c
16421         * src/mh_gtk.c
16422         * src/toolbar.c
16423                 small improvement to english usage
16424
16425 2005-05-05 [thorsten]   1.9.6cvs55
16426
16427         * src/folder.c
16428                 fix possible crash
16429
16430 2005-05-05 [paul]       1.9.6cvs54
16431         
16432         sync with HEAD
16433
16434         * AUTHORS
16435         * src/compose.c
16436                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
16437                 patch by Tim Mann
16438
16439 2005-05-05 [paul]       1.9.6cvs53
16440
16441         * src/mainwindow.c
16442                 fix resizing of separate message and
16443                 folder views
16444
16445 2005-05-05 [paul]       1.9.6cvs52
16446
16447         * src/account.c
16448         * src/addrgather.c
16449         * src/browseldap.c
16450         * src/exphtmldlg.c
16451         * src/expldifdlg.c
16452         * src/importmutt.c
16453         * src/importpine.c
16454         * src/main.c
16455         * src/mainwindow.c
16456         * src/noticeview.c
16457         * src/prefs_filtering.c
16458         * src/prefs_filtering_action.c
16459         * src/prefs_matcher.c
16460         * src/prefs_spelling.c
16461         * src/prefs_toolbar.c
16462         * src/toolbar.c
16463         * src/wizard.c
16464         * src/gtk/description_window.c
16465         * src/gtk/gtkvscrollbutton.c
16466         * src/gtk/progressdialog.c
16467         * src/gtk/quicksearch.c
16468         * src/plugins/pgpmime/prefs_gpg.c
16469         * src/plugins/spamassassin/spamassassin_gtk.c
16470                 replace deprecated gtk_widget_set_usize
16471
16472 2005-05-04 [colin]      1.9.6cvs51
16473
16474         * src/common/utils.c
16475                 Fix crash when subst_for_filename is called
16476                 with a NULL parameter
16477
16478 2005-05-04 [colin]      1.9.6cvs50
16479
16480         * src/partial_download.c
16481         * src/pop.c
16482                 Escape login when writing uidl file
16483                 fixes bug #736
16484
16485 2005-05-03 [colin]      1.9.6cvs49
16486
16487         * src/procmime.c
16488                 Fix possible DOS in mime parser
16489                 (see bug #634)
16490
16491 2005-05-02 [colin]      1.9.6cvs48
16492
16493         * src/compose.c
16494                 Try to fix the copy/paste mess once again.
16495
16496
16497 2005-04-30 [colin]      1.9.6cvs47
16498
16499         * src/prefs_account.h
16500         * src/procmsg.c
16501         * src/send_message.c
16502         * src/common/smtp.c
16503         * src/common/smtp.h
16504                 Try to batch sending mails (per account) instead of
16505                 reconnecting to server every time.
16506
16507 2005-04-29 [colin]      1.9.6cvs46
16508
16509         * src/messageview.c
16510                 Fix window resizing that refused to size down
16511         * src/prefs_common.c
16512         * src/prefs_common.h
16513         * src/prefs_filtering.c
16514                 Save Filtering's window size
16515
16516 2005-04-21 [paul]       1.9.6cvs45
16517
16518         * ChangeLog-gtk2.claws
16519         * src/setup.c
16520                 correction to sync
16521
16522 2005-04-21 [paul]       1.9.6cvs44
16523
16524         sync with main:
16525
16526         * src/setup.c
16527         * src/statusbar.c
16528         * src/statusbar.h
16529                 use gtkut_widget_draw_now(). Improved performance
16530                 of the update of statusbar
16531         * src/textview.c
16532                 textview_smooth_scroll_do(): redraw it after scroll
16533                 is done (fixed incorrect display when a part of the
16534                 view is hidden).
16535         * src/gtk/gtkutils.c
16536         * src/gtk/gtkutils.h
16537                 gtkut_widget_draw_now(): use gdk_window_process_updates()
16538                 to force update of widgets.
16539                 Removed gtkut_widget_wait_for_draw() which had a big
16540                 overhead  because of waiting for all events processed 
16541
16542 2005-04-20 [paul]       1.9.6cvs43
16543
16544         * src/codeconv.c
16545                 complete 1.9.6cvs42's sync:
16546                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
16547
16548 2005-04-19 [paul]       1.9.6cvs42
16549
16550         sync with main:
16551
16552         * src/action.c
16553                 catch_output(): correctly select the insert text
16554                 (fix invalid iterator warnings).
16555         * src/codeconv.c
16556         * src/codeconv.h
16557         * src/mainwindow.c
16558         * src/messageview.c
16559         * src/prefs_common.c
16560                 support GBK encoding.
16561         * src/common/session.c
16562         * src/common/session.h
16563                 use separate buffer for large data to be sent,
16564                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
16565
16566 2005-04-18 [paul]       1.9.6cvs41
16567
16568         * src/jpilot.c
16569                 convert unsigned long into guint32
16570                 patch by Paul LeoNerd Evans 
16571
16572 2005-04-17 [colin]      1.9.6cvs40
16573
16574         * src/compose.c
16575                 Fix 'Request return receipt' from folder
16576                 properties (bug #708)
16577
16578 2005-04-17 [colin]      1.9.6cvs39
16579
16580         * src/mainwindow.c
16581                 Fix duplicate hotkeys in Mainwindow's menu
16582
16583 2005-04-17 [colin]      1.9.6cvs38
16584
16585         * src/folderview.c
16586                 Fix duplicate hotkeys in Folderview's contextual
16587                 menu
16588
16589 2005-04-15 [colin]      1.9.6cvs37
16590
16591         * src/summaryview.c
16592                 Fix 'Save as...' with non-ascii filenames
16593
16594 2005-04-15 [colin]      1.9.6cvs36
16595
16596         * src/plugins/pgpmime/pgpmime.c
16597                 Fix bus error on 64bit. Spotted by 
16598                 macallan1888@gmail.com
16599
16600 2005-04-15 [colin]      1.9.6cvs35
16601
16602         * src/prefs_account.c
16603                 Fix cvs34.
16604
16605 2005-04-12 [colin]      1.9.6cvs34
16606
16607         * src/prefs_account.c
16608                 Fix smtp auth type off-by-one. We forgot to
16609                 add PLAIN in the prefs-to-gui setter func and
16610                 as a result, the selected auth when opening
16611                 account prefs was not the correct one.
16612
16613 2005-04-12 [paul]       1.9.6cvs33
16614
16615         * src/inc.c
16616                 if the recv dialog is visible, Cancel only
16617                 cancels the current account
16618
16619
16620 2005-04-10 [colin]      1.9.6cvs32
16621
16622         * src/filtering.c
16623                 Copy score when copying FilteringActions
16624                 Fix bug #674
16625
16626 2005-04-10 [colin]      1.9.6cvs31
16627
16628         * src/inc.c
16629                 Make Message -> Receive -> Cancel cancel 
16630                 incorporation on all accounts. Fixes
16631                 bug #693
16632
16633 2005-04-10 [colin]      1.9.6cvs30
16634
16635         * src/prefs_account.c
16636                 Update Privacy checkbuttons status based
16637                 on the selected privacy system
16638         * src/compose.c
16639                 Always connect the "None" privacy system; the
16640                 static boolean was probably there to avoid
16641                 reconnecting twice in the same compose window,
16642                 but as the parent function is only called once
16643                 per compose, it's only a bug - as a static is
16644                 initialized once per application instance.
16645                 Also, don't uncheck Sign and Encrypt when
16646                 selecting None as privacy system; just ignore
16647                 them when sending/queuing.
16648                 Should fix bug #695
16649
16650 2005-04-08 [colin]      1.9.6cvs29
16651
16652         * src/account.c
16653         * src/prefs_account.c
16654         * src/prefs_account.h
16655                 Add account preference to queue message in a certain
16656                 folder.
16657
16658 2005-04-06 [colin]      1.9.6cvs28
16659
16660         * src/prefs_account.c
16661                 Update old inbox path syntax
16662
16663 2005-04-06 [paul]       1.9.6cvs27
16664
16665         sync with main:
16666
16667         * configure.ac
16668                 changed -traditional-cpp to -no-cpp-precomp for newer
16669                 Mac OS X support
16670         * src/foldersel.c
16671                 made column resize automatically
16672         * src/send_message.c
16673                 send_message_smtp(): consider EOF right after QUIT
16674                 successful (workaround for Gmail SMTP server)
16675         * src/common/socket.c
16676                 ssl_read(), ssl_peek(): check EOF which violates the
16677                 SSL protocol
16678         * src/gtk/colorlabel.c
16679                 removed warnings when displaying colorlabel menu
16680                 (don't use GtkAlignment)
16681
16682 2005-04-05 [paul]       1.9.6cvs26
16683
16684         * src/plugins/trayicon/trayicon.c
16685                 fix clipping of icon under KDE3 
16686
16687 2005-04-05 [paul]       1.9.6cvs25
16688
16689         * src/summaryview.c
16690                 hide display of threading
16691                 patch by Alfons
16692
16693 2005-04-04 [thorsten]   1.9.6cvs24
16694
16695         * src/mh.c
16696                 marks lost on filesystems with different stat() results on
16697                 summer-/wintertime
16698
16699 2005-04-03 [colin]      1.9.6cvs23
16700
16701         * src/summaryview.c
16702                 Don't handle up/down. Patch by Alfons
16703
16704 2005-04-02 [colin]      1.9.6cvs22
16705
16706         * src/summaryview.c
16707                 Make scrolling faster. Patch by Alfons.
16708
16709 2005-04-01 [colin]      1.9.6cvs21
16710
16711         * src/Makefile.am
16712         * src/stock_pixmap.c
16713         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16714         * src/pixmaps/dir_noselect.xpm ** ADDED **
16715                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16716
16717 2005-04-01 [colin]      1.9.6cvs20
16718
16719         * src/image_viewer.c
16720         * src/image_viewer.h
16721         * src/procmime.c
16722         * src/procmime.h
16723         * src/textview.c
16724         * src/textview.h
16725                 Implement inline image resizing and right-clicking
16726
16727 2005-04-01 [paul]       1.9.6cvs19
16728
16729         * AUTHORS
16730         * Makefile.am
16731         * configure.ac
16732                 check for gnome2
16733                 patch by Luca Cavalli <loopback<AT>slackit.org>
16734         * po/ru.po
16735                 updated by Pavlo Bohmat
16736
16737 2005-03-31 [colin]      1.9.6cvs18
16738
16739         * src/news.c
16740                 Fix parsing references
16741         * src/msgcache.c
16742                 don't put nulls in the references list
16743         * src/procheader.c
16744                 commit that forgotten file in 1.9.6cvs14
16745
16746 2005-03-31 [colin]      1.9.6cvs17
16747
16748         * src/compose.c
16749                 Fix joining of signature separator again. 
16750                 Maybe Hiro could put it in main too...
16751
16752 2005-03-31 [colin]      1.9.6cvs16
16753
16754         * src/Makefile.am
16755         * src/foldersel.c
16756         * src/stock_pixmap.c
16757         * src/stock_pixmap.h
16758         * src/pixmaps/dir-noselect.xpm
16759                 Update foldersel.c (sync from main, patch by Alfons)
16760
16761 2005-03-30 [colin]      1.9.6cvs15
16762
16763         * src/imap.c
16764                 Fix handling of imap folders containing [] in 
16765                 their name. Thanks to Nahuel Angelinetti for
16766                 the detailed bugreport.
16767
16768 2005-03-30 [colin]      1.9.6cvs14
16769
16770         * src/common/utils.h
16771         * src/common/utils.c
16772         * src/common/defs.h
16773         * src/matcher.c
16774         * src/msgcache.c
16775         * src/news.c
16776         * src/procmsg.c
16777         * src/procmsg.h
16778         * src/quote_fmt_parse.y
16779         * src/summaryview.c
16780                 Update references system. Patch by Alfons
16781
16782 2005-03-30 [colin]      1.9.6cvs13
16783
16784         * src/common/socket.c
16785                 Force the glibc to read resolv.conf again when 
16786                 it has changed. Should fix issues when changing
16787                 networks on a laptop and not restarting sylpheed. 
16788
16789 2005-03-30 [paul]       1.9.6cvs12
16790
16791         partial sync with main:
16792
16793         * src/action.c
16794                 create_io_dialog(): use user-defined text font
16795                 (thanks to Alfons), and modified its appearance.
16796         * src/addrgather.c
16797         * src/addrharvest.c
16798         * src/browseldap.c
16799                 replace old code
16800         * src/compose.c
16801                 don't join (presumably) itemized lines on line-wrapping
16802                 fixed wrapping of quote when auto-wrapping is enabled
16803                 compose_destroy(): destroy paned only if it's not
16804                 attached to window. Fixed memory leak of popup menu.
16805         * src/exphtmldlg.c
16806         * src/expldifdlg.c
16807                 replace old code
16808         * src/html.c
16809         * src/html.h
16810         * src/importmutt.c
16811         * src/importpine.c
16812                 replace old code
16813         * src/main.c
16814                 removed redundant code
16815         * src/mainwindow.c
16816                 changed 'Code set' (which is rather incorrect)
16817                 in the menu to 'Character encoding'
16818                 main_window_set_widgets(): request size first
16819                 to prevent window size becoming wrong
16820                 fixed remembering of the state of the visibility
16821                 of MessageView
16822         * src/messageview.c
16823                 changed 'Code set' (which is rather incorrect)
16824                 in the menu to 'Character encoding'
16825         * src/prefs_common.c
16826         * src/prefs_common.h
16827                 added an option whether to render HTML as text or not
16828                 added separators to outgoing encoding menu
16829         * src/procheader.c
16830                 procheader_scan_date_string(): support header
16831                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16832         * src/summaryview.c
16833         * src/summaryview.h
16834                 minor code cleanup
16835         * src/textview.c
16836                 textview_show_html(): force output of newline
16837                 added an option whether to render HTML as text or not
16838         * src/common/utils.c
16839                 strncpy2(): optimized based on Alfons' code
16840         * src/gtk/gtkutils.c
16841         * src/gtk/gtkutils.h
16842                 removed non-used code
16843         * src/plugins/pgpmime/passphrase.c
16844                 partially fixed grab input of passphrase dialog
16845                 Confine pointer to window
16846
16847 2005-03-30 [colin]      1.9.6cvs11
16848
16849         * src/msgcache.c
16850         * src/msgcache.h
16851                 Read/write 32bit ints from cache & marks
16852                 From main.
16853
16854 2005-03-29 [paul]       1.9.6cvs10
16855
16856         * AUTHORS
16857         * ChangeLog.claws
16858         * src/compose.c
16859         * src/gtk/gtkaspell.c
16860                 sync with HEAD (don't pass NULL pointers) 
16861
16862 2005-03-24 [paul]
16863
16864         * tools/Makefile.am
16865         * tools/README
16866         * tools/acroread2sylpheed.pl
16867                 sync with HEAD (add script to send pdfs as
16868                 attachments from Adobe Reader 7)
16869
16870 2005-03-21 [paul]       1.9.6cvs9
16871
16872         * configure.ac
16873         * po/POTFILES.in
16874         * src/Makefile.am
16875         * src/crash.c
16876         * src/image_viewer.c ** ADDED **
16877         * src/image_viewer.h ** ADDED **
16878         * src/main.c
16879         * src/prefs_common.c
16880         * src/prefs_common.h
16881         * src/prefs_image_viewer.c ** ADDED **
16882         * src/prefs_image_viewer.h ** ADDED **
16883         * src/textview.c
16884         * src/gtk/about.c
16885         * src/pixmaps/sylpheed_logo.xpm
16886         * src/plugins/Makefile.am
16887         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16888         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16889         * src/plugins/image_viewer/plugin.c ** REMOVED **
16890         * src/plugins/image_viewer/viewer.c ** REMOVED **
16891         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16892         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16893         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16894         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16895         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16896                 as gdk-pixbuf is now built-in
16897                 remove image_viewer plugin and put code back into
16898                 main codebase
16899                 implement inline image display (sync with main)
16900
16901                 replace logo with newer, nicer, larger version  
16902
16903 2005-03-21 [paul]       1.9.6cvs8
16904
16905         * src/gtk/about.c
16906                 cosmetic improvement
16907
16908 2005-03-21 [holger]     1.9.6cvs7
16909
16910         * src/plugins/spamassassin/spamassassin.c
16911                 Sync with HEAD
16912                 (unregister hook on failed plugin init)
16913
16914 2005-03-20 [colin]      1.9.6cvs6
16915
16916         * src/common/plugin.c
16917                 Check that plugin isn't already loaded
16918                 Patch by Alfons
16919
16920 2005-03-20 [thorsten]   1.9.6cvs5
16921
16922         * src/compose.c
16923                 use a more compatible syntax
16924
16925 2005-03-20 [thorsten]   1.9.6cvs4
16926
16927         * src/prefs_toolbar.c
16928                 fix crash when selecting toolbar item (uninitialized pointer)
16929
16930 2005-03-20 [thorsten]   1.9.6cvs3
16931
16932         * src/procmime.c
16933                 fix mimetype detection (referenced free()d string)
16934
16935 2005-03-20 [paul]       1.9.6cvs2
16936
16937         * src/compose.c
16938                 sync with HEAD (1.0.3cvs5)
16939                 neglect Reply-To header if empty
16940                 Patch by Alfons 
16941
16942 2005-03-19 [holger]     1.9.6cvs1
16943
16944         * src/summaryview.c
16945         * src/summaryview.h
16946                 Sync with HEAD
16947
16948 2005-03-18 [paul]       1.9.6
16949
16950         initial GTK2 release
16951
16952 2005-03-18 [paul]       1.0.3cvs3.1
16953
16954         * AUTHORS
16955         * ChangeLog.claws
16956         * configure.ac
16957         * src/gtk/about.c
16958         * src/pixmaps/sylpheed_logo.xpm
16959                 sync with HEAD
16960
16961 2005-03-18 [colin]      1.0.3cvs2.6
16962
16963         * src/summaryview.c
16964                 Remove call to summary_step in summary_copy_selected_to
16965                 Can't see its purpose, and this causes bug when copying
16966                 a message if the next one is unread: it reads it.
16967
16968 2005-03-18 [paul]       1.0.3cvs2.5
16969
16970         * src/foldersel.c
16971                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
16972
16973 2005-03-18 [paul]       1.0.3cvs2.4
16974
16975         * src/addrharvest.c
16976         * src/codeconv.c
16977         * src/codeconv.h
16978         * src/compose.c
16979         * src/news.c
16980         * src/procheader.c
16981         * src/procmime.c
16982         * src/unmime.c
16983         * src/unmime.h
16984                 fix buffer overflow, CAN-2005-0667, see
16985                 http://secunia.com/advisories/14491/
16986                 Patch by Alfons
16987
16988 2005-03-17 [colin]      1.0.3cvs2.3
16989
16990         * src/prefs_fonts.c
16991         * src/summaryview.c
16992                 Fix font bugs (both lists now officialy share 
16993                 the same font)
16994                 
16995
16996 2005-03-17 [paul]       1.0.3cvs2.2
16997
16998         * src/gtk/pluginwindow.c
16999                 make plugin descriptions uneditable
17000
17001 2005-03-11 [paul]       1.0.3cvs2.1
17002
17003         * ChangeLog.claws
17004         * configure.ac
17005         * po/POTFILES.in
17006         * src/plugins/trayicon/trayicon.c
17007                 sync with HEAD
17008                 add src/wizard.c to POTFILES.in
17009
17010 2005-03-11 [paul]       1.0.3cvs1.1
17011
17012         * ChangeLog
17013         * ChangeLog.claws
17014         * configure.ac
17015         * po/de.po
17016         * po/es.po
17017         * po/fr.po
17018         * po/it.po
17019         * po/pt_BR.po
17020         * po/ru.po
17021         * po/sk.po
17022         * po/sr.po
17023         * po/zh_CN.po
17024                 sync with HEAD
17025
17026 2005-03-04 [colin]      1.0.1cvs22.2
17027
17028         * src/compose.c
17029                 Fix signatures with accentued chars in it
17030
17031 2005-03-04 [colin]      1.0.1cvs22.1
17032
17033         * src/common/smtp.c
17034         * src/common/smtp.h
17035                 Don't use SIZE param in MAIL FROM: if server 
17036                 doesn't support it. Patch by Eugen Freiter
17037                 <eugen_f@users.sf.net>
17038
17039 2005-02-27 [paul]       1.0.1cvs20.1
17040
17041         * ChangeLog.claws
17042         * configure.ac
17043         * src/messageview.c
17044                 sync with HEAD
17045
17046 2005-02-27 [colin]      1.0.1cvs19.4
17047
17048         * src/procheader.c
17049         * src/procheader.h
17050                 Fix prototypes. Patch by Alfons
17051
17052 2005-02-27 [colin]      1.0.1cvs19.3
17053
17054         * src/compose.c
17055                 Don't auto-join the signature separator.
17056
17057 2005-02-26 [colin]      1.0.1cvs19.2
17058
17059         * src/summaryview.c
17060                 Fix 'mark all read' with collapsed threads.
17061                 Patch by Alfons.
17062
17063 2005-02-25 [paul]       1.0.1cvs19.1
17064
17065         * ChangeLog.claws
17066         * configure.ac
17067         * src/prefs_account.c
17068         * src/prefs_folder_item.c
17069         * src/gtk/prefswindow.c
17070         * src/gtk/prefswindow.h
17071                 sync with HEAD
17072
17073 2005-02-25 [paul]       1.0.1cvs15.12
17074
17075         * src/alertpanel.c
17076         * src/codeconv.c
17077         * src/compose.c
17078         * src/textview.c
17079         * src/gtk/gtkutils.c
17080         * src/gtk/gtkutils.h
17081         * src/gtk/logwindow.c
17082         * src/gtk/progressdialog.c
17083                 sync with main (revision 127)
17084                 and fix logwindow clipping
17085
17086 2005-02-24 [colin]      1.0.1cvs15.11
17087
17088         * src/plugins/pgpmime/passphrase.c
17089                 Disable input grabbing; it doesn't work yet.
17090
17091 2005-02-24 [colin]      1.0.1cvs15.10
17092
17093         * src/messageview.c
17094                 Don't send out receipts if offline. Ask.
17095
17096 2005-02-23 [colin]      1.0.1cvs15.9
17097
17098         * src/summaryview.c     
17099                 Fix expanding
17100
17101 2005-02-23 [colin]      1.0.1cvs15.8
17102
17103         * src/summaryview.c
17104                 Really fix Bug 568 by removing useless
17105                 calls. summary_thread_init() now called
17106                 in summary_sort(). This should please
17107                 Alfons as it should be faster than 
17108                 previously.
17109
17110 2005-02-23 [colin]      1.0.1cvs15.7
17111
17112         * src/compose.c
17113                 Encode parts as QP or B64 if signing
17114
17115 2005-02-23 [colin]      1.0.1cvs15.6
17116
17117         * src/compose.c
17118                 Fix Mimeinfo leakage (including tmp files)
17119         * src/procmsg.c
17120                 Fix tmp file leakage (spotted by Ivan Rayner)
17121
17122 2005-02-22 [colin]      1.0.1cvs15.5
17123
17124         * src/expldifdlg.c
17125                 Fix keyboard input. Patch by Alfons.
17126
17127 2005-02-21 [colin]      1.0.1cvs15.4
17128
17129         * src/compose.c
17130                 Fix Sign/Encrypt when unselecting privacy
17131                 system
17132         * src/prefs_common.c
17133                 Change default message font to Monospace
17134         * src/summaryview.c
17135                 More freezing during potentially large operations
17136
17137 2005-02-21 [paul]       1.0.1cvs15.3
17138
17139         * src/main.c
17140                 fix --help output
17141
17142 2005-02-21 [paul]       1.0.1cvs15.2
17143
17144         * po/Makefile.in.in
17145         * src/compose.c
17146         * src/summaryview.c
17147         * src/textview.c
17148         * src/common/utils.c
17149         * src/common/utils.h
17150                 sync with main (revision 117)
17151
17152 2005-02-20 [colin]      1.0.1cvs15.1
17153
17154         * src/common/defs.h
17155                 Change cache file to .sylpheed_claws_cache, as
17156                 suggested by Alfons. Allows people to switch
17157                 between Sylpheed and Sylpheed-Claws. it is
17158                 a good idea to "Check for new messages" at next
17159                 startup.
17160
17161
17162 2005-02-18 [colin]      1.0.1cvs14.1
17163
17164         * src/quote_fmt_lex.l
17165         * src/quote_fmt_parse.y
17166                 Fix parser initialisation. Patch by Ivan.
17167
17168 2005-02-18 [colin]      1.0.1cvs11.6
17169
17170         * src/folderview.c
17171                 Fix scrolldown (bug 662)
17172
17173 2005-02-17 [colin]      1.0.1cvs11.5
17174
17175         * src/codeconv.c
17176                 conv_filename_to_utf8: return clean 7bit instead
17177                 of broken utf8 if needed
17178         * src/mimeview.c
17179                 Fix display of parts with unclean 8bit names
17180
17181 2005-02-17 [paul]       1.0.1cvs11.4
17182
17183         * src/compose.c
17184         * src/exportldif.c
17185         * src/matcher_parser_parse.y
17186         * src/procmime.c
17187         * src/sourcewindow.c
17188         * src/common/Makefile.am
17189         * src/common/intl.h             ** REMOVED **
17190         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17191                 sync with main (revision 109)
17192                 and clean up
17193
17194 2005-02-16 [colin]      1.0.1cvs11.3
17195
17196         * src/summaryview.c
17197                 Fix collapsed thread not highlighting when new
17198                 messages in it (Bug 568) Patch by Stephan Sachse.
17199                 Fix messed up selection when reaching bounds (Bug 632)
17200         * src/prefs_themes.c
17201                 Fix theme installing (Bug 684)
17202
17203 2005-02-16 [colin]      1.0.1cvs11.2
17204
17205         * src/messageview.c
17206                 Fix messageview_select_all
17207
17208 2005-02-16 [colin]      1.0.1cvs11.1
17209
17210         * src/mh.c
17211                 Sync with HEAD (MH scan required function)
17212
17213 2005-02-15 [colin]      1.0.1cvs8.1
17214
17215         * src/mimeview.c
17216         * src/common/utils.c
17217                 Sync with HEAD (filename chars substitution)
17218
17219 2005-02-15 [colin]      1.0.1cvs7.3
17220
17221         * src/gtk/pluginwindow.c
17222                 Fix button spacing
17223
17224 2005-02-15 [colin]      1.0.1cvs7.2
17225
17226         * src/mimeview.c
17227                 Fix mime icons not reset across message when
17228                 scrolled down
17229
17230 2005-02-15 [colin]      1.0.1cvs7.1
17231
17232         * src/compose.c
17233         * src/procmime.c
17234                 Sync with HEAD (optimisation of cvs6)
17235
17236 2005-02-14 [colin]      1.0.1cvs6.1
17237
17238         * src/compose.c
17239         * src/procmime.c
17240                 Sync with HEAD (encode "From " at line beginning)
17241
17242 2005-02-14 [colin]      1.0.1cvs5.3
17243
17244         * src/compose.c
17245                 Fix wrapping with accentued chars.
17246
17247 2005-02-13 [colin]      1.0.1cvs5.2
17248
17249         * src/textview.c
17250                 Fix email informative part parsing with
17251                 accentued chars in it. ispunct() returns
17252                 true for them in utf8...
17253
17254 2005-02-12 [colin]      1.0.1cvs5.1
17255
17256         * src/filtering.c
17257                 Sync with HEAD (remove wrong use of compose after send)
17258
17259 2005-02-12 [paul]       1.0.1cvs4.5
17260
17261         * src/textview.c
17262                 remove unnecessary code (thanks to Alfons)
17263
17264 2005-02-12 [paul]       1.0.1cvs4.4
17265
17266         * src/textview.c
17267                 add 'Copy' to contextual menu on emails
17268
17269 2005-02-11 [colin]      1.0.1cvs4.3
17270
17271         * src/compose.c
17272                 revert 1.0.0cvs28.2, it doesn't work that well.
17273
17274 2005-02-11 [paul]       1.0.1cvs4.2
17275
17276         * po/Makefile.in.in
17277                 fix 'make release'
17278
17279 2005-02-10 [paul]       1.0.1cvs4.1
17280
17281         * ChangeLog
17282         * ChangeLog.claws
17283         * ChangeLog.jp
17284         * configure.ac
17285         * src/compose.c
17286                 sync with HEAD (sync with main)
17287
17288 2005-02-10 [paul]       1.0.1cvs3.2
17289
17290         * AUTHORS
17291         * Makefile.am
17292         * autogen.sh
17293         * configure.ac
17294         * config/mkinstalldirs
17295         * intl/.cvsignore
17296         * intl/ChangeLog
17297         * intl/VERSION
17298         * intl/bindtextdom.c
17299         * intl/config.charset
17300         * intl/dcgettext.c
17301         * intl/dcigettext.c
17302         * intl/dcngettext.c
17303         * intl/dgettext.c
17304         * intl/dngettext.c
17305         * intl/eval-plural.h
17306         * intl/explodename.c
17307         * intl/finddomain.c
17308         * intl/gettext.c
17309         * intl/gettextP.h
17310         * intl/gmo.h
17311         * intl/hash-string.h
17312         * intl/intl-compat.c
17313         * intl/l10nflist.c
17314         * intl/libgnuintl.h.in
17315         * intl/loadinfo.h
17316         * intl/loadmsgcat.c
17317         * intl/localcharset.c
17318         * intl/localcharset.h
17319         * intl/locale.alias
17320         * intl/localealias.c
17321         * intl/localename.c
17322         * intl/log.c
17323         * intl/ngettext.c
17324         * intl/os2compat.c
17325         * intl/os2compat.h
17326         * intl/osdep.c
17327         * intl/plural-exp.c
17328         * intl/plural-exp.h
17329         * intl/plural.c
17330         * intl/plural.y
17331         * intl/ref-add.sin
17332         * intl/ref-del.sin
17333         * intl/relocatable.c
17334         * intl/relocatable.h
17335         * intl/textdomain.c
17336         * m4/Makefile.am
17337         * po/Makefile.in.in
17338         * src/Makefile.am
17339         * src/account.c
17340         * src/action.c
17341         * src/addr_compl.c
17342         * src/addressadd.c
17343         * src/addressbook.c
17344         * src/addrgather.c
17345         * src/addrindex.c
17346         * src/alertpanel.c
17347         * src/browseldap.c
17348         * src/codeconv.c
17349         * src/codeconv.h
17350         * src/compose.c
17351         * src/compose.h
17352         * src/crash.c
17353         * src/editaddress.c
17354         * src/editbook.c
17355         * src/editgroup.c
17356         * src/editjpilot.c
17357         * src/editldap.c
17358         * src/editldap_basedn.c
17359         * src/editvcard.c
17360         * src/exphtmldlg.c
17361         * src/expldifdlg.c
17362         * src/export.c
17363         * src/exporthtml.c
17364         * src/filtering.c
17365         * src/folder.c
17366         * src/folder_item_prefs.c
17367         * src/foldersel.c
17368         * src/folderview.c
17369         * src/grouplistdialog.c
17370         * src/headerview.c
17371         * src/imap.c
17372         * src/imap_gtk.c
17373         * src/import.c
17374         * src/importldif.c
17375         * src/importmutt.c
17376         * src/importpine.c
17377         * src/inc.c
17378         * src/ldif.c
17379         * src/main.c
17380         * src/mainwindow.c
17381         * src/matcher.c
17382         * src/mbox.c
17383         * src/message_search.c
17384         * src/messageview.c
17385         * src/mh.c
17386         * src/mh_gtk.c
17387         * src/mimeview.c
17388         * src/msgcache.c
17389         * src/news.c
17390         * src/news_gtk.c
17391         * src/noticeview.c
17392         * src/partial_download.c
17393         * src/pop.c
17394         * src/prefs_account.c
17395         * src/prefs_actions.c
17396         * src/prefs_common.c
17397         * src/prefs_customheader.c
17398         * src/prefs_display_header.c
17399         * src/prefs_ext_prog.c
17400         * src/prefs_filtering.c
17401         * src/prefs_filtering_action.c
17402         * src/prefs_folder_item.c
17403         * src/prefs_fonts.c
17404         * src/prefs_gtk.c
17405         * src/prefs_matcher.c
17406         * src/prefs_msg_colors.c
17407         * src/prefs_spelling.c
17408         * src/prefs_summary_column.c
17409         * src/prefs_template.c
17410         * src/prefs_themes.c
17411         * src/prefs_toolbar.c
17412         * src/prefs_wrapping.c
17413         * src/privacy.c
17414         * src/procheader.c
17415         * src/procmime.c
17416         * src/procmsg.c
17417         * src/quote_fmt.c
17418         * src/recv.c
17419         * src/send_message.c
17420         * src/setup.c
17421         * src/sourcewindow.c
17422         * src/ssl_manager.c
17423         * src/statusbar.c
17424         * src/summary_search.c
17425         * src/summaryview.c
17426         * src/textview.c
17427         * src/toolbar.c
17428         * src/wizard.c
17429         * src/common/nntp.c
17430         * src/common/plugin.c
17431         * src/common/smtp.c
17432         * src/common/ssl.c
17433         * src/common/ssl_certificate.c
17434         * src/common/string_match.c
17435         * src/common/sylpheed.c
17436         * src/common/template.c
17437         * src/common/utils.c
17438         * src/gtk/about.c
17439         * src/gtk/colorlabel.c
17440         * src/gtk/description_window.c
17441         * src/gtk/filesel.c
17442         * src/gtk/foldersort.c
17443         * src/gtk/gtkaspell.c
17444         * src/gtk/gtkutils.c
17445         * src/gtk/inputdialog.c
17446         * src/gtk/logwindow.c
17447         * src/gtk/menu.c
17448         * src/gtk/pluginwindow.c
17449         * src/gtk/prefswindow.c
17450         * src/gtk/progressdialog.c
17451         * src/gtk/quicksearch.c
17452         * src/gtk/sslcertwindow.c
17453         * src/plugins/clamav/clamav_plugin.c
17454         * src/plugins/clamav/clamav_plugin_gtk.c
17455         * src/plugins/demo/demo.c
17456         * src/plugins/dillo_viewer/dillo_prefs.c
17457         * src/plugins/dillo_viewer/dillo_viewer.c
17458         * src/plugins/image_viewer/plugin.c
17459         * src/plugins/image_viewer/viewer.c
17460         * src/plugins/image_viewer/viewerprefs.c
17461         * src/plugins/mathml_viewer/mathml_viewer.c
17462         * src/plugins/pgpmime/passphrase.c
17463         * src/plugins/pgpmime/plugin.c
17464         * src/plugins/pgpmime/prefs_gpg.c
17465         * src/plugins/pgpmime/select-keys.c
17466         * src/plugins/pgpmime/sgpgme.c
17467         * src/plugins/spamassassin/spamassassin.c
17468         * src/plugins/spamassassin/spamassassin_gtk.c
17469         * src/plugins/trayicon/trayicon.c
17470                 sync with main (revision 104)
17471
17472 2005-02-10 [colin]      1.0.1cvs3.1
17473
17474         * src/mainwindow.c
17475                 Sync with HEAD (fix occasional crasher)
17476
17477 2005-02-10 [colin]      1.0.1cvs2.1
17478
17479         * src/messageview.c
17480                 Synw with HEAD (don't automatically display html)
17481
17482 2005-02-09 [colin]      1.0.1cvs1.3
17483
17484         * src/textview.c
17485         * src/textview.h
17486                 Add contextual menu on emails
17487
17488 2005-02-09 [colin]      1.0.1cvs1.2
17489
17490         * src/codeconv.c
17491                 Fix converting from broken headers and 
17492                 put back the _ in missing places
17493                 (feature broke with cvs24.2 sync, main 
17494                  possibly affected?)
17495
17496 2005-02-09 [colin]      1.0.1cvs1.1
17497
17498         * src/messageview.c
17499         * src/mimeview.c
17500         * src/mimeview.h
17501                 Sync with HEAD (display non text/plain mails with plugin)
17502
17503 2005-02-08 [colin]      1.0.1.1
17504
17505         * ChangeLog.claws
17506         * po/pt_BR.po
17507                 Sync with HEAD
17508         * configure.ac
17509                 Make default configuration directory 
17510                 be .sylpheed-gtk2
17511
17512 2005-02-08 [colin]      1.0.0cvs29.1
17513
17514         * po/de.po
17515         * po/es.po
17516         * po/fr.po
17517         * po/it.po
17518         * po/sk.po
17519         * po/sr.po
17520                 Sync translations with HEAD
17521
17522 2005-02-06 [colin]      1.0.0cvs28.3
17523
17524         * src/compose.c
17525                 Make compose a bit faster - patch by Alfons.
17526
17527 2005-02-06 [colin]      1.0.0cvs28.2
17528
17529         * src/compose.c
17530                 Make pasting via middle-click more reliable
17531
17532 2005-02-05 [paul]       1.0.0cvs28.1
17533
17534         * ChangeLog
17535         * ChangeLog.claws
17536         * ChangeLog.jp
17537         * configure.ac
17538         * src/compose.c
17539                 sync with HEAD
17540                 (fix bug 682 'redirect is broken'
17541
17542 2005-02-05 [torte]      1.0.0cvs27.1
17543
17544         * ChangeLog.claws
17545         * configure.ac
17546         * src/partial_download.c
17547                 Sync with HEAD (fix buf overflow)
17548
17549 2005-02-03 [colin]      1.0.0cvs26.1
17550
17551         * src/common/plugin.c
17552                 Sync with HEAD (avoid plugin mismatches)
17553
17554 2005-02-03 [paul]       1.0.0cvs25.3
17555
17556         * src/folderview.c
17557         * src/headerview.c
17558         * src/summaryview.c
17559         * src/textview.c
17560         * src/gtk/colorlabel.c
17561                 third and final part of initial sync with main-gtk2
17562
17563 2005-02-03 [paul]       1.0.0cvs25.2
17564
17565         * src/jpilot.c
17566                 fix building with jpilot support
17567
17568 2005-02-02 [colin]      1.0.0cvs25.1
17569
17570         * src/messageview.c
17571                 Sync with HEAD (fix dangerous typo)
17572
17573 2005-02-01 [colin]      1.0.0cvs24.3
17574
17575         * src/common/xml.c
17576                 Write file as advertised (UTF-8)
17577
17578 2005-02-01 [paul]       1.0.0cvs24.2
17579
17580         * src/addrbook.c
17581         * src/addrindex.c
17582         * src/alertpanel.h
17583         * src/codeconv.c
17584         * src/codeconv.h
17585         * src/compose.c
17586         * src/export.c
17587         * src/folder_item_prefs.c
17588         * src/html.c
17589         * src/imap.c
17590         * src/import.c
17591         * src/jpilot.c
17592         * src/mainwindow.c
17593         * src/matcher_parser_lex.l
17594         * src/messageview.c
17595         * src/mh.c
17596         * src/prefs_account.c
17597         * src/prefs_actions.c
17598         * src/prefs_common.c
17599         * src/prefs_gtk.c
17600         * src/prefs_gtk.h
17601         * src/prefs_themes.c
17602         * src/procheader.c
17603         * src/procmime.c
17604         * src/sourcewindow.c
17605         * src/statusbar.c
17606         * src/summaryview.c
17607         * src/textview.c
17608         * src/toolbar.c
17609         * src/unmime.c
17610         * src/common/template.c
17611         * src/common/utils.c
17612         * src/common/xml.c
17613         * src/common/xml.h
17614         * src/gtk/gtkaspell.c
17615         * src/plugins/clamav/clamav_plugin.c
17616         * src/plugins/dillo_viewer/dillo_prefs.c
17617         * src/plugins/image_viewer/viewerprefs.c
17618         * src/plugins/pgpmime/passphrase.c
17619         * src/plugins/pgpmime/prefs_gpg.c
17620         * src/plugins/pgpmime/select-keys.c
17621         * src/plugins/spamassassin/spamassassin.c
17622                 second part of initial sync with main-gtk2
17623                 (more to follow)
17624
17625 2005-01-31 [colin]      1.0.0cvs24.1
17626
17627         * src/compose.c
17628                 Sync with HEAD
17629
17630 2005-01-29 [paul]       1.0.0cvs23.2
17631
17632         * src/account.c
17633         * src/action.c
17634         * src/addressadd.c
17635         * src/addressbook.c
17636         * src/alertpanel.c
17637         * src/compose.c
17638         * src/editaddress.c
17639         * src/editbook.c
17640         * src/editgroup.c
17641         * src/editjpilot.c
17642         * src/editldap.c
17643         * src/editldap_basedn.c
17644         * src/editvcard.c
17645         * src/export.c
17646         * src/foldersel.c
17647         * src/grouplistdialog.c
17648         * src/import.c
17649         * src/importldif.c
17650         * src/inc.c
17651         * src/main.c
17652         * src/mainwindow.c
17653         * src/message_search.c
17654         * src/messageview.c
17655         * src/mimeview.c
17656         * src/prefs_actions.c
17657         * src/prefs_common.c
17658         * src/prefs_common.h
17659         * src/prefs_customheader.c
17660         * src/prefs_display_header.c
17661         * src/prefs_filtering.c
17662         * src/prefs_filtering_action.c
17663         * src/prefs_gtk.c
17664         * src/prefs_matcher.c
17665         * src/prefs_summary_column.c
17666         * src/prefs_template.c
17667         * src/sourcewindow.c
17668         * src/summary_search.c
17669         * src/summaryview.c
17670         * src/textview.c
17671         * src/gtk/about.c
17672         * src/gtk/description_window.c
17673         * src/gtk/gtkshruler.c
17674         * src/gtk/gtkutils.c
17675         * src/gtk/gtkutils.h
17676         * src/gtk/inputdialog.c
17677         * src/gtk/logwindow.c
17678         * src/gtk/prefswindow.c
17679         * src/gtk/progressdialog.c
17680         * src/gtk/progressdialog.h
17681                 first part of initial sync with main-gtk2
17682                 (more to follow)
17683
17684 2005-01-28 [colin]      1.0.0cvs23.1
17685
17686         * src/folderview.c
17687                 Sync with HEAD
17688
17689 2005-01-27 [colin]      1.0.0cvs21.1
17690
17691         * src/folder.c
17692         * src/folderview.c
17693                 Sync with HEAD
17694
17695 2005-01-27 [colin]      1.0.0cvs19.1
17696
17697         * src/procmime.c
17698                 Sync with HEAD
17699
17700 2005-01-27 [colin]      1.0.0cvs18.1
17701
17702         * src/messageview.c
17703         * src/summaryview.c
17704         * src/mainwindow.c
17705         * src/compose.c
17706         * src/compose.h
17707         * src/procmsg.c
17708         * src/procmsg.h
17709         * src/toolbar.c
17710                 Sync with HEAD
17711
17712 2005-01-26 [paul]       1.0.0cvs15.2
17713
17714         * src/compose.c
17715                 compose_entries_set(): convert subject and body to
17716                 utf8 if necessary. patch by Felix Eckhofer
17717
17718 2005-01-26 [paul]       1.0.0cvs15.1
17719
17720         * configure.ac
17721         * src/common/template.c
17722                 sync with HEAD (fix memory leak)
17723
17724 2005-01-25 [paul]       1.0.0cvs14.1
17725
17726         * configure.ac
17727         * src/compose.c
17728                 sync with HEAD
17729
17730 2005-01-24 [colin]      1.0.0cvs13.1
17731
17732         * src/summaryview.c
17733                 Sync with HEAD
17734
17735 2005-01-24 [paul]       1.0.0cvs12.1
17736
17737         * configure.ac
17738         * src/messageview.c
17739         * src/mh.c
17740         * src/common/utils.c
17741                 sync with HEAD
17742
17743 2005-01-24 [colin]      1.0.0cvs11.1
17744
17745         * src/procheader.c
17746                 Sync with HEAD
17747
17748 2005-01-24 [colin]      1.0.0cvs10.1
17749
17750         * src/folderview.c
17751                 Sync with HEAD
17752
17753 2005-01-23 [colin]      1.0.0cvs9.1
17754
17755         * src/crash.c
17756                 Sync with HEAD
17757
17758 2005-01-22 [colin]      1.0.0cvs8.1
17759
17760         * src/summaryview.c
17761         * src/gtk/quicksearch.c
17762                 Sync with HEAD
17763
17764 2005-01-21 [colin]      1.0.0cvs7.1
17765
17766         * src/summaryview.c
17767                 Sync with HEAD
17768
17769 2005-01-21 [colin]      1.0.0cvs6.1
17770
17771         * src/summaryview.c
17772                 Sync with HEAD
17773
17774 2005-01-21 [colin]      1.0.0cvs5.1
17775
17776         * src/gtk/quicksearch.c
17777         * src/prefs_common.c
17778         * src/prefs_common.h
17779                 Sync with HEAD (recurse option)
17780
17781 2005-01-21 [colin]      1.0.0cvs4.1
17782
17783         * src/folder.h
17784         * src/folderview.c
17785         * src/folderview.h
17786         * src/summaryview.c
17787         * src/gtk/quicksearch.c
17788         * src/gtk/quicksearch.h
17789                 Sync with HEAD (recursive quicksearch)
17790
17791 2005-01-20 [colin]      1.0.0cvs3.4
17792
17793         * src/ssl_manager.c
17794                 Remove useless code
17795
17796 2005-01-20 [colin]      1.0.0cvs3.3
17797
17798         * src/ssl_manager.c
17799                 Fix leak, thanks to Alfons.
17800
17801 2005-01-20 [colin]      1.0.0cvs3.2
17802
17803         * src/ssl_manager.c
17804                 Port SSL certificate window to GTK2.
17805
17806 2005-01-20 [paul]       1.0.0cvs3.1
17807
17808         * ChangeLog.claws
17809         * configure.ac
17810         * src/addrindex.c
17811         * src/addrindex.h
17812                 sync with HEAD
17813
17814 2005-01-19 [colin]      1.0.0cvs2.2
17815
17816         * src/plugins/trayicon/trayicon.c
17817                 Fix freeze with gtk-2.6, the easy way
17818                 (signal blocking helpless there...)
17819                 Closes bug #668.
17820
17821 2005-01-19 [colin]      1.0.0cvs2.1
17822
17823         * src/mbox.c
17824         * src/mbox.h
17825         * src/mainwindow.c
17826         * src/summaryview.c
17827         * src/summaryview.h
17828                 Sync with HEAD
17829
17830 2005-01-19 [paul]       1.0.0cvs1.1
17831
17832         * configure.ac
17833         * po/de.po
17834         * po/es.po
17835         * po/fr.po
17836         * po/hr.po
17837         * po/it.po
17838         * po/ja.po
17839         * po/ko.po
17840         * po/pt_BR.po
17841         * po/ru.po
17842         * po/sk.po
17843         * po/sr.po
17844                 sync with HEAD (update translations)
17845
17846 2005-01-18 [colin]      1.0.0cvs0.1
17847
17848         * src/foldersel.c
17849                 Specify search column - patch by Alfons
17850
17851 2005-01-18 [colin]      0.9.13cvs36.3
17852
17853         * src/prefs_toolbar.c
17854                 Change Delete to Remove
17855         * src/prefs_fonts.c
17856                 GTK2 version and leak fixes
17857         * src/prefs_actions.c
17858                 Add stock buttons.
17859                 All patches by Alfons
17860
17861 2005-01-17 [colin]      0.9.13cvs36.2
17862
17863         * src/compose.c
17864                 Fix DnD inserting twice. While at it,
17865                 add DnD support for text/plain in the
17866                 body, and add support in the headers.
17867
17868 2005-01-16 [colin]      0.9.13cvs36.1
17869
17870         * ChangeLog
17871         * ChangeLog.jp
17872         * ChangeLog.claws
17873                 Sync with HEAD (nothing applicable)
17874
17875 2005-01-16 [colin]      0.9.13cvs33.2
17876
17877         * src/prefs_toolbar.c
17878                 GTK2ize prefs_toolbar, by Alfons.
17879
17880 2005-01-14 [colin]      0.9.13cvs33.1
17881
17882         * src/html.c
17883         * src/msgcache.c
17884                 Sync with HEAD
17885
17886 2005-01-14 [colin]      0.9.13cvs32.1
17887
17888         * src/html.c
17889         * src/html.h
17890         * src/msgcache.c
17891         * AUTHORS
17892         * tools/calypso_convert.pl
17893                 Sync with HEAD
17894
17895 2005-01-08 [colin]      0.9.13cvs29.2
17896
17897         * src/prefs_filtering_action.c
17898         * src/prefs_filtering.c
17899                 2 more gtk2 patches by Alfons
17900
17901 2005-01-07 [paul]       0.9.13cvs29.1
17902
17903         * ChangeLog
17904         * ChangeLog.claws
17905         * ChangeLog.jp
17906         * configure.ac
17907         * src/pop.c
17908         * src/pop.h
17909                 sync with HEAD
17910
17911 2005-01-07 [colin]      0.9.13cvs28.3
17912
17913         * src/gtk/progressdialog.c
17914         * src/gtk/progressdialog.h
17915         * src/inc.c
17916         * src/send_message.c
17917                 GTK2 for the incorporation dialog. The CList isn't dead
17918                 yet, for a more smooth migration. Patch by Alfons.
17919
17920 2005-01-06 [colin]      0.9.13cvs28.2
17921
17922         * src/prefs_display_header.c
17923                 GTK2 conversion by Alfons
17924         * src/prefs_actions.c
17925         * src/prefs_matcher.c
17926                 Fix 2 leaks - patch by Alfons
17927
17928 2005-01-06 [colin]      0.9.13cvs28.1
17929
17930         * src/prefs_matcher.c
17931                 Sync with HEAD
17932
17933 2005-01-06 [colin]      0.9.13cvs27.4
17934
17935         * src/prefs_matcher.c
17936                 Fix double-free. Patch by Alfons
17937
17938 2005-01-06 [colin]      0.9.13cvs27.3
17939
17940         * src/prefs_matcher.c
17941                 GTK2 widgets + memleak
17942                 Patch by Alfons
17943
17944 2005-01-05 [colin]      0.9.13cvs27.2
17945
17946         * src/account.c
17947         * src/addr_compl.c
17948         * src/foldersel.c
17949         * src/stock_pixmap.c
17950         * src/stock_pixmap.h
17951                 3 more GTK2 patches by Alfons.
17952
17953 2005-01-04 [colin]      0.9.13cvs27.1
17954
17955         * src/folderview.c
17956         * src/imap_gtk.c
17957         * src/news_gtk.c
17958                 Sync with HEAD
17959
17960 2005-01-04 [colin]      0.9.13cvs25.9
17961
17962         * src/compose.c
17963                 Fix Show Ruler menuitem
17964         * src/prefs_template.c
17965                 Convert to GTK2
17966         * src/common/utils.c
17967                 Make auto pointer stuff handles NULLs
17968                 Patches by Alfons.
17969
17970 2005-01-04 [colin]      0.9.13cvs25.8
17971
17972         * src/compose.c
17973                 Move the attachment list to gtk2
17974                 Patch by Alfons.
17975
17976 2005-01-04 [colin]      0.9.13cvs25.7
17977
17978         * src/textview.c
17979                 Make some keys work again
17980                 Patch by SungHyun Nam <namsh@kldp.org>
17981
17982 2005-01-04 [colin]      0.9.13cvs25.6
17983
17984         * src/gtk/gtkshruler.c
17985                 Move the ruler to GTK2
17986                 Patch by Alfons
17987
17988 2005-01-03 [colin]      0.9.13cvs25.5
17989
17990         * src/compose.c
17991                 Fix my broken patch apply 
17992
17993 2005-01-03 [colin]      0.9.13cvs25.4
17994
17995         * src/common/utils.c
17996         * src/common/utils.h
17997         * src/gtk/prefswindow.c
17998                 Move auto pointer stuff to utils.c
17999                 Patch by Alfons again :)
18000
18001 2005-01-03 [colin]      0.9.13cvs25.3
18002
18003         * src/compose.c
18004         * src/prefs_gtk.c
18005         * src/prefs_template.c
18006         * src/textview.c
18007                 Empty text widgets with empty strings, not NULL char
18008                 Patch by SungHyun Nam <namsh@kldp_org>
18009
18010 2005-01-03 [colin]      0.9.13cvs25.2
18011
18012         * src/main.c
18013         * AUTHORS
18014                 Sync with HEAD
18015
18016 2005-01-03 [colin]      0.9.13cvs25.1
18017
18018         * src/pop.c
18019         * src/pop.h
18020                 Sync with HEAD
18021
18022 2005-01-03 [colin]      0.9.13cvs24.3
18023
18024         * src/account.c
18025                 Two patches from Alfons and Alex S Moore:
18026                 fix images, fix return value.
18027
18028 2005-01-01 [colin]      0.9.13cvs24.2
18029
18030         * src/prefs_actions.c
18031                 Fix over-zealous assertion. Patch by Alfons
18032
18033 2005-01-01 [colin]      0.9.13cvs24.1
18034
18035         * src/procmime.c
18036                 Sync with HEAD (leak fix)
18037
18038 2004-12-31 [colin]      0.9.13cvs23.2
18039
18040         * src/prefs_common.c
18041                 GTK2 widgets + stock buttons - patch by Alfons
18042
18043 2004-12-31 [paul]       0.9.13cvs23.1
18044
18045         * configure.ac
18046                 bump up EXTRA_VERSION to match (sync'ed) HEAD
18047         * src/gtk/pluginwindow.c
18048                 use GTK2 widgets and plug memory leaks,
18049                 patches by Alfons
18050
18051 2004-12-30 [colin]      0.9.13cvs22.4
18052
18053         * src/account.c
18054         * src/action.c
18055         * src/export.c
18056         * src/foldersel.c
18057         * src/import.c
18058         * src/message_search.c
18059         * src/prefs_actions.c
18060         * src/prefs_common.c
18061         * src/prefs_customheader.c
18062         * src/prefs_filtering.c
18063         * src/prefs_summary_column.c
18064         * src/summary_search.c
18065         * src/gtk/about.c
18066         * src/gtk/description_window.c
18067         * src/gtk/gtkutils.c
18068         * src/gtk/gtkutils.h
18069         * src/gtk/inputdialog.c
18070         * src/gtk/prefswindow.c
18071                 Use GTK2 stock buttons. Patches by Alfons.
18072
18073 2004-12-30 [colin]      0.9.13cvs22.3
18074
18075         * src/account.c
18076                 Sync with HEAD
18077         * src/prefs_actions.c
18078         * src/prefs_customheader.c
18079         * src/prefs_filtering.c
18080         * src/prefs_msg_colors.c
18081         * src/prefs_summary_column.c
18082         * src/gtk/prefswindow.c
18083                 Use GtkTreeView instead of deprecated 
18084                 widgets. Patches by Alfons.
18085
18086 2004-12-30 [paul]       0.9.13cvs22.2
18087
18088         * src/foldersel.c
18089                 use GTK 2 Tree View
18090                 patch by Alfons, with root folder sorting fix
18091                 by Stephan Sachse
18092
18093 2004-12-30 [paul]       0.9.13cvs22.1
18094
18095         * ChangeLog
18096         * ChangeLog.claws
18097         * ChangeLog.jp
18098         * NEWS
18099         * configure.ac
18100         * src/account.c
18101                 sync with HEAD
18102
18103 2004-12-22 [martin]     0.9.13cvs21.2
18104
18105         * src/action.c
18106                 free the command line after its use
18107
18108 2004-12-18 [paul]       0.9.13cvs21.1
18109
18110         * AUTHORS
18111         * ChangeLog
18112         * ChangeLog.claws
18113         * ChangeLog.jp
18114         * NEWS
18115         * configure.ac
18116         * src/action.c
18117         * src/compose.c
18118         * src/syldap.c
18119                 sync with HEAD
18120
18121 2004-12-17 [martin]     0.9.13cvs17.2
18122
18123         * src/action.c
18124                 convert actions input to locale
18125         * src/inc.c
18126                 convert notification command to locale
18127         * src/plugins/pgpmime/select-keys.c
18128                 convert attributes to utf8
18129
18130 2004-12-14 [colin]      0.9.13cvs17.1
18131
18132         * ChangeLog
18133         * ChangeLog.jp
18134         * ChangeLog.claws
18135         * src/action.c
18136         * src/common/utils.c
18137         * src/gtk/prefswindow.c
18138         * src/gtk/gtkutils.c
18139         * src/gtk/gtkutils.h
18140         * src/plugins/spamassassin/libspamc.c
18141                 Sync with HEAD
18142
18143 2004-12-13 [colin]      0.9.13cvs14.1
18144
18145         * src/quote_fmt_parse.y
18146                 Sync with HEAD
18147
18148 2004-12-10 [colin]      0.9.13cvs12.1
18149
18150         * src/prefs_themes.c
18151         * src/mainwindow.c
18152         * src/messageview.c
18153                 Sync with HEAD
18154
18155 2004-12-09 [colin]      0.9.13cvs10.1
18156
18157         * src/procmime.c
18158                 Sync with HEAD (fix B64 encoding from memory)
18159
18160 2004-12-08 [colin]      0.9.13cvs9.1
18161
18162         * src/gtk/colorlabel.c
18163                 Sync with HEAD
18164
18165 2004-12-08 [paul]       0.9.13cvs8.2
18166
18167         * src/gtk/pluginwindow.c
18168                 fix window resizing oddities
18169
18170 2004-12-08 [colin]      0.9.13cvs8.1
18171
18172         * src/quote_fmt_parse.y
18173                 Sync with HEAD
18174
18175 2004-12-08 [colin]      0.9.13cvs7.1
18176
18177         * src/matcher_parser_parse.y
18178         * src/msgcache.c
18179         * src/prefs_matcher.c
18180         * src/procheader.c
18181         * src/matcher.c
18182         * src/common/defs.h
18183         * po/sr.po
18184                 Sync with HEAD
18185
18186 2004-12-08 [colin]      0.9.13cvs6.1
18187
18188         * src/quote_fmt_parse.y
18189         * src/textview.c
18190                 Sync with HEAD
18191         * src/gtk/prefswindow.c
18192         * src/gtk/pluginwindow.c
18193                 Fix G_CALLBACKS protos (thanks to Alfons)
18194
18195 2004-12-07 [torte]      0.9.13cvs2.2
18196
18197         * src/procmime.c
18198                 [Bug 650] reply button causes crash
18199                 Thanks to David Relson and Christoph
18200
18201 2004-12-07 [colin]      0.9.13cvs2.1
18202
18203         * ChangeLog.claws
18204         * AUTHORS
18205         * po/sk.po
18206         * src/procmime.c
18207         * src/prefs_account.c
18208         * src/common/smtp.c
18209         * src/common/smtp.h
18210                 Sync with HEAD
18211
18212 2004-12-06 [colin]      0.9.12cvs187.1
18213
18214         * ChangeLog.claws
18215         * INSTALL
18216         * Makefile.am
18217         * README.claws
18218         * TODO.claws
18219         * configure.ac
18220         * po/bg.po
18221         * po/cs.po
18222         * po/el.po
18223         * po/en_GB.po
18224         * po/es.po
18225         * po/fr.po
18226         * po/hr.po
18227         * po/hu.po
18228         * po/it.po
18229         * po/ja.po
18230         * po/ko.po
18231         * po/nl.po
18232         * po/pl.po
18233         * po/pt_BR.po
18234         * po/ru.po
18235         * po/sk.po
18236         * po/sr.po
18237         * po/sv.po
18238         * po/zh_CN.po
18239         * po/zh_TW.Big5.po
18240         * src/compose.c
18241         * tools/Makefile.am
18242         * tools/README
18243         * tools/filter_conv.pl
18244         * tools/kdeservicemenu/README
18245         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18246         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18247                 Sync with HEAD
18248
18249 2004-12-04 [colin]      0.9.12cvs183.1
18250
18251         * src/compose.c
18252                 Sync with HEAD (compose window position saving)
18253
18254 2004-12-04 [paul]       0.9.12cvs182.3
18255
18256         * src/messageview.c
18257         * src/mimeview.c
18258         * src/prefs_customheader.c
18259         * src/gtk/quicksearch.c
18260                 replace some forgotten GTK_SIGNAL_FUNCs
18261
18262 2004-12-04 [paul]       0.9.12cvs182.2
18263
18264         * src/Makefile.am
18265                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
18266                 committed in error      
18267
18268 2004-12-04 [paul]       0.9.12cvs182.1
18269
18270         * ChangeLog
18271         * ChangeLog.claws
18272         * ChangeLog.jp
18273         * INSTALL
18274         * NEWS
18275         * README
18276         * README.jp
18277         * configure.ac
18278         * doc/manual/ja/Makefile.am
18279         * doc/manual/ja/sylpheed-1.html
18280         * doc/manual/ja/sylpheed-10.html
18281         * doc/manual/ja/sylpheed-11.html
18282         * doc/manual/ja/sylpheed-12.html
18283         * doc/manual/ja/sylpheed-13.html
18284         * doc/manual/ja/sylpheed-14.html
18285         * doc/manual/ja/sylpheed-15.html
18286         * doc/manual/ja/sylpheed-16.html
18287         * doc/manual/ja/sylpheed-17.html
18288         * doc/manual/ja/sylpheed-18.html
18289         * doc/manual/ja/sylpheed-19.html
18290         * doc/manual/ja/sylpheed-2.html
18291         * doc/manual/ja/sylpheed-20.html
18292         * doc/manual/ja/sylpheed-3.html
18293         * doc/manual/ja/sylpheed-4.html
18294         * doc/manual/ja/sylpheed-5.html
18295         * doc/manual/ja/sylpheed-6.html
18296         * doc/manual/ja/sylpheed-7.html
18297         * doc/manual/ja/sylpheed-8.html
18298         * doc/manual/ja/sylpheed-9.html
18299         * doc/manual/ja/sylpheed.html
18300         * doc/manual/ja/sylpheed.sgml
18301         * po/de.po
18302         * src/Makefile.am
18303         * src/compose.c
18304         * src/procmime.c
18305         * src/pixmaps/regular.xpm **REMOVED**
18306         * src/plugins/pgpmime/pgpmime.c
18307         * src/plugins/pgpmime/plugin.c
18308         * src/plugins/pgpmime/prefs_gpg.c
18309                 sync with HEAD
18310
18311 2004-12-03 [paul]       0.9.12cvs180.1
18312
18313         * ChangeLog
18314         * ChangeLog.claws
18315         * ChangeLog.jp
18316         * configure.ac
18317         * src/Makefile.am
18318         * src/pop.c
18319         * src/common/utils.c
18320         * src/common/utils.h
18321         * src/pixmaps/continue.xpm
18322         * src/pixmaps/dir_close.xpm
18323         * src/pixmaps/dir_open.xpm
18324         * src/pixmaps/drafts_close.xpm
18325         * src/pixmaps/drafts_open.xpm
18326         * src/pixmaps/folder.xpm **REMOVED**
18327         * src/pixmaps/group.xpm
18328         * src/pixmaps/unread.xpm
18329                 sync with HEAD
18330
18331 2004-12-02 [colin]      0.9.12cvs179.1
18332
18333         * src/compose.c
18334                 Sync with HEAD (non-duplicated reedition)
18335
18336 2004-12-02 [colin]      0.9.12cvs178.1
18337
18338         * src/compose.c
18339                 Sync with HEAD (linewrap_quote fix)
18340
18341 2004-12-01 [colin]      0.9.12cvs177.3
18342
18343         * src/addrharvest.c
18344                 Replace sizeof with strlen
18345
18346 2004-12-01 [paul]       0.9.12cvs177.2
18347
18348         * src/addrharvest.c
18349                 fix 'harvest addresses'
18350
18351 2004-11-30 [colin]      0.9.12cvs177.1
18352
18353         * src/gtk/prefswindow.c
18354         * src/gtk/pluginwindow.c
18355                 Sync with HEAD
18356
18357 2004-11-29 [colin]      0.9.12cvs176.1
18358
18359         * src/folderview.c
18360                 sync with HEAD (Fix disappearing separators in folderview's popup)
18361
18362 2004-11-29 [colin]      0.9.12cvs175.1
18363
18364         * src/procmime.c
18365                 Sync with head (another format fix)
18366
18367 2004-11-29 [colin]      0.9.12cvs174.1
18368
18369         * src/pop.c
18370                 Sync with HEAD (format string fix)
18371
18372 2004-11-26 [colin]      0.9.12cvs173.1
18373
18374         * src/common/smtp.c
18375         * src/common/smtp.h
18376                 Sync with HEAD
18377
18378 2004-11-24 [colin]      0.9.12cvs172.1
18379
18380         * src/plugins/pgpmime/pgpmime.c
18381                 Sync with HEAD
18382
18383 2004-11-24 [colin]      0.9.12cvs171.1
18384
18385         * src/plugins/pgpmime/pgpmime.c
18386                 Sync with head (gpgmectx leaks)
18387
18388 2004-11-24 [colin]      0.9.12cvs169.1
18389
18390         * src/plugins/pgpmime/plugin.c
18391         * src/plugins/trayicon/Makefile.am
18392         * src/plugins/trayicon/newmarkedmail.xpm
18393         * src/plugins/trayicon/trayicon.c
18394         * src/plugins/trayicon/unreadmarkedmail.xpm
18395                 Sync with HEAD
18396
18397 2004-11-23 [colin]      0.9.12cvs168.1
18398
18399         * src/partial_download.c
18400         * src/partial_download.h
18401         * src/plugins/pgpmime/plugin.c
18402                 Sync with HEAD
18403
18404 2004-11-23 [colin]      0.9.12cvs166.1
18405
18406         * src/Makefile.am
18407         * src/codeconv.c
18408         * src/compose.c
18409         * src/folderview.c
18410         * src/main.c
18411         * src/partial_download.c
18412         * src/partial_download.h
18413         * src/prefs_account.c
18414         * src/prefs_account.h
18415         * src/privacy.c
18416         * src/privacy.h
18417         * src/procmime.c
18418         * src/common/Makefile.am
18419         * src/common/base64.h
18420         * src/common/partial_download.c
18421         * src/common/partial_download.h
18422         * src/gtk/prefswindow.c
18423         * src/gtk/prefswindow.h
18424         * src/plugins/pgpmime/pgpmime.c
18425         * src/plugins/pgpmime/prefs_gpg.c
18426         * src/plugins/pgpmime/prefs_gpg.h
18427         * src/plugins/pgpmime/sgpgme.c
18428         * src/plugins/pgpmime/sgpgme.h
18429                 Sync with HEAD
18430
18431 2004-11-23 [colin]      0.9.12cvs163.1
18432
18433         * src/main.c
18434                 Sync with HEAD (cursor optimization)
18435
18436 2004-11-23 [colin]      0.9.12cvs162.1
18437
18438         * src/prefs_common.c
18439         * src/prefs_themes.c
18440         * src/procmsg.c
18441                 Sync with HEAD
18442
18443 2004-11-23 [colin]      0.9.12cvs158.9
18444
18445         * src/compose.c
18446                 Fix double-free when forwarding
18447         * src/msgcache.c
18448                 Fix leak on error path
18449                 
18450
18451 2004-11-23 [colin]      0.9.12cvs158.8
18452
18453         * src/compose.c
18454                 Fix possible double-free
18455                 Spotted by Alfons
18456
18457 2004-11-23 [colin]      0.9.12cvs158.7
18458
18459         * src/compose.c
18460                 Fix some signal handlers' prototypes
18461                 Spotted by Alfons
18462
18463 2004-11-22 [colin]      0.9.12cvs158.6
18464
18465         * src/compose.c
18466                 Remove unneeded code and duplicated
18467                 wrapping - patch by Alfons
18468
18469 2004-11-22 [colin]      0.9.12cvs158.5
18470
18471         * src/prefs_themes.c
18472                 Fix oversized selector
18473
18474 2004-11-22 [colin]      0.9.12cvs158.4
18475
18476         * src/compose.c
18477                 fix dump_text()
18478                 patch by Alfons
18479
18480 2004-11-19 [colin]      0.9.12cvs158.3
18481
18482         * src/textview.c
18483                 Add a context menu on links (open, copy)
18484
18485 2004-11-18 [paul]       0.9.12cvs158.2
18486
18487         * src/addrgather.c
18488         * src/exphtmldlg.c
18489         * src/expldifdlg.c
18490         * src/mimeview.c
18491         * src/prefs_common.c
18492         * src/plugins/image_viewer/viewer.c
18493         * src/plugins/spamassassin/spamassassin_gtk.c
18494                 replace deprecated gtk_notebook_set_page
18495                 and gtk_notebook_current_page
18496
18497 2004-11-18 [paul]       0.9.12cvs158.1
18498
18499         * configure.ac
18500         * src/compose.c
18501         * src/mainwindow.c
18502         * src/messageview.c
18503         * src/prefs_common.c
18504         * src/common/utils.c
18505         * src/common/utils.h
18506                 sync with HEAD
18507
18508 2004-11-17 [colin]      0.9.12cvs156.1
18509
18510         * src/prefs_account.c
18511         * src/prefs_account.h
18512         * src/procmsg.c
18513                 Sync with HEAD (add pref to store encrypted mails encrypted)
18514
18515 2004-11-17 [paul]       0.9.12cvs155.1
18516
18517         * ChangeLog
18518         * ChangeLog.claws
18519         * ChangeLog.jp
18520         * NEWS
18521         * configure.ac
18522         * src/compose.c
18523         * src/jpilot.c
18524         * src/privacy.c
18525         * src/procmime.c
18526         * src/procmime.h
18527         * src/procmsg.c
18528         * src/toolbar.c
18529         * src/pixmaps/error.xpm
18530                 sync with HEAD
18531
18532 2004-11-17 [colin]      0.9.12cvs151.1
18533
18534         * src/plugins/pgpmime/pgpmime.c
18535                 Sync with HEAD (remove debug printf)
18536
18537 2004-11-17 [colin]      0.9.12cvs150.1
18538
18539         * src/plugins/pgpmime/pgpmime.c
18540                 Sync with HEAD (off-by-one fix)
18541
18542 2004-11-17 [colin]      0.9.12cvs149.1
18543
18544         * src/procmsg.c
18545                 Sync with HEAD (coding style fixes)
18546
18547 2004-11-16 [colin]      0.9.12cvs148.1
18548
18549         * src/procmsg.c
18550                 Sync with head (Fix the fix)
18551
18552 2004-11-16 [colin]      0.9.12cvs147.1
18553
18554         * src/procmsg.c
18555                 Sync with Main (leak fix)
18556
18557 2004-11-16 [colin]      0.9.12cvs146.14
18558
18559         * src/compose.c
18560                 Remove useless chunk of code
18561                 Patch by Alfons
18562
18563 2004-11-15 [colin]      0.9.12cvs146.13
18564
18565         * src/compose.c
18566                 Fix drafting after insertion
18567                 Patch by Alfons
18568
18569 2004-11-15 [colin]      0.9.12cvs146.12
18570
18571         * src/compose.c
18572         * src/prefs_filtering.c
18573         * src/prefs_filtering_action.c
18574         * src/prefs_toolbar.c
18575                 Fix some const-correctness
18576
18577 2004-11-15 [colin]      0.9.12cvs146.11
18578
18579         * src/summaryview.c
18580         * src/prefs_themes.c
18581         * src/messageview.c
18582                 Fix some leaks
18583
18584 2004-11-15 [colin]      0.9.12cvs146.10
18585
18586         * src/codeconv.c
18587                 More unreadable locale fixes
18588
18589 2004-11-14 [colin]      0.9.12cvs146.9
18590
18591         * src/textview.c
18592                 Fix uri_security_check
18593                 Patch by Alfons
18594
18595 2004-11-13 [paul]       0.9.12cvs146.8
18596
18597         * src/folder.c
18598         * src/procmime.c
18599                 fix 2 bugs introduced in last commit
18600
18601 2004-11-13 [paul]       0.9.12cvs146.7
18602
18603         * src/compose.c
18604         * src/exporthtml.c
18605         * src/exportldif.c
18606         * src/folder.c
18607         * src/imap.c
18608         * src/imap_gtk.c
18609         * src/main.c
18610         * src/mainwindow.c
18611         * src/messageview.c
18612         * src/mh_gtk.c
18613         * src/prefs_themes.c
18614         * src/procmime.c
18615         * src/setup.c
18616         * src/summaryview.c
18617                 replace deprecated g_basename
18618
18619 2004-11-13 [paul]       0.9.12cvs146.6
18620
18621         * src/compose.c
18622         * src/imap.c
18623         * src/matcher_parser.h
18624         * src/matcher_parser_parse.y
18625         * src/prefs_filtering.c
18626         * src/prefs_filtering_action.c
18627         * src/prefs_themes.c
18628         * src/prefs_toolbar.c
18629         * src/common/utils.c
18630                 various small fixes/cleanups
18631
18632 2004-11-12 [colin]      0.9.12cvs146.5
18633
18634         * src/textview.c
18635                 Validate event's origin on visibility notify
18636                 Patch by Alfons.
18637
18638 2004-11-12 [paul]       0.9.12cvs146.4
18639
18640         * src/exporthtml.c
18641         * src/exportldif.c
18642         * src/imap.c
18643         * src/mh.c
18644         * src/mimeview.c
18645         * src/prefs_spelling.c
18646         * src/prefs_themes.c
18647                 replace deprecated g_dirname    
18648
18649 2004-11-12 [colin]      0.9.12cvs146.3
18650
18651         * src/textview.c
18652                 Some coding style fixes
18653
18654 2004-11-12 [colin]      0.9.12cvs146.2
18655
18656         * src/codeconv.c
18657                 We want to replace _all_ extended chars in
18658                 conv_unreadable_*, because any string containing
18659                 extended chars not parsing as UTF8 is 
18660                 undisplayed on gtk2.
18661
18662 2004-11-12 [paul]       0.9.12cvs146.1
18663
18664         * ChangeLog
18665         * ChangeLog.claws
18666         * ChangeLog.jp
18667         * NEWS
18668         * configure.ac
18669         * src/account.c
18670         * src/folderview.c
18671         * src/folderview.h
18672         * src/imap.c
18673         * src/imap_gtk.c
18674         * src/inc.c
18675         * src/mainwindow.c
18676         * src/mh_gtk.c
18677         * src/news_gtk.c
18678         * src/pop.c
18679         * src/prefs_account.c
18680         * src/prefs_account.h
18681         * src/prefs_ext_prog.c
18682         * src/procmime.c
18683         * src/procmime.h
18684         * src/procmsg.c
18685         * src/procmsg.h
18686         * src/summary_search.c
18687         * src/summaryview.c
18688         * src/textview.c
18689         * src/common/defs.h
18690         * src/common/utils.c
18691         * src/common/utils.h
18692         * src/gtk/menu.c
18693         * src/gtk/menu.h
18694                 sync with HEAD
18695
18696 2004-11-11 [colin]      0.9.12cvs144.2
18697
18698         * src/textview.c
18699                 Fix URI range selection (patch by Alfons)
18700
18701 2004-11-09 [colin]      0.9.12cvs144.1
18702
18703         * ChangeLog.claws
18704         * src/compose.c
18705         * src/folder.c
18706         * src/folder_item_prefs.c
18707         * src/prefs_account.c
18708         * src/prefs_account.h
18709         * src/plugins/pgpmime/pgpmime.c
18710                 Sync with HEAD
18711
18712 2004-11-08 [colin]      0.9.12cvs143.1
18713
18714         * src/summaryview.c
18715                 Sync with HEAD (optimize quicksearch)
18716
18717 2004-11-08 [colin]      0.9.12cvs142.2
18718
18719         * src/compose.c
18720                 Don't wrap when Edit/Auto wrapping is disabled
18721
18722 2004-11-08 [colin]      0.9.12cvs142.1
18723
18724         * src/textview.c
18725                 Sync with HEAD
18726
18727 2004-11-08 [colin]      0.9.12cvs141.1
18728
18729         * src/textview.c
18730                 Sync with HEAD (fix some mail URIs)
18731
18732 2004-11-08 [colin]      0.9.12cvs140.3
18733
18734         * src/textview.c
18735                 o Use text cursor instead of arrow when
18736                   not on a link
18737                 o Fix handling of contiguous links (as in
18738                   "colin@colino.net" <colin@colino.net>)
18739                   This one unveils a bug in get_email_part()
18740
18741 2004-11-07 [colin]      0.9.12cvs140.2
18742
18743         * src/textview.c
18744                 Fix memleak. Patch by Alfons.
18745
18746 2004-11-06 [colin]      0.9.12cvs140.1
18747
18748         * src/compose.c
18749                 Sync with HEAD (don't ask passphrase
18750                 when drafting)
18751
18752 2004-11-06 [paul]       0.9.12cvs139.2
18753
18754         * AUTHORS
18755         * src/textview.c
18756         * src/textview.h
18757                 textview URI handling. hovering over a 
18758                 link displays it in the status bar,
18759                 and changes the mouse pointer to a hand 
18760                 cursor. a link is activated with a single 
18761                 click. (Modified from the) patch by Jean-Yves 
18762                 Lefort <jylefort@users.sourceforge.net>
18763                 
18764
18765 2004-11-05 [colin]      0.9.12cvs139.1
18766
18767         * src/compose.c
18768         * src/procmime.c
18769                 Sync with HEAD again ^^
18770
18771 2004-11-05 [colin]      0.9.12cvs139.1
18772
18773         * src/compose.c
18774         * src/procmime.c
18775                 Sync with HEAD
18776
18777 2004-11-03 [paul]       0.9.12cvs138.1
18778
18779         * ChangeLog.claws
18780         * configure.ac
18781         * po/POTFILES.in
18782         * src/prefs_ext_prog.c
18783         * src/procmime.c
18784         * tools/kdeservicemenu/README
18785         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18786         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18787                 sync with HEAD
18788
18789 2004-11-01 [christoph]  0.9.12cvs136.2
18790
18791         * src/procmime.c
18792                 convert MIME parameters to UTF-8
18793
18794 2004-10-29 [colin]      0.9.12cvs136.1
18795
18796         * src/common/utils.c
18797                 Sync with HEAD (don't use '=' in mime boundary)
18798
18799 2004-10-29 [paul]       0.9.12cvs135.1
18800
18801         * configure.ac
18802         * doc/src/rfc2231.txt
18803         * src/procmime.c
18804         * src/common/quoted-printable.c
18805         * src/common/utils.c
18806         * src/common/utils.h
18807                 sync with HEAD
18808
18809 2004-10-27 [paul]       0.9.12cvs134.1
18810
18811         * configure.ac
18812         * src/main.c
18813         * src/procmime.c
18814         * src/plugins/pgpmime/pgpmime.c
18815                 sync with HEAD
18816
18817 2004-10-26 [paul]       0.9.12cvs132.3
18818
18819         * src/account.c
18820         * src/addressbook.c
18821         * src/addrgather.c
18822         * src/addrharvest.c
18823         * src/codeconv.c
18824         * src/compose.c
18825         * src/customheader.c
18826         * src/editaddress.c
18827         * src/editgroup.c
18828         * src/enriched.c
18829         * src/expldifdlg.c
18830         * src/exporthtml.c
18831         * src/exportldif.c
18832         * src/folder.c
18833         * src/foldersel.c
18834         * src/folderview.c
18835         * src/grouplistdialog.c
18836         * src/html.c
18837         * src/imap.c
18838         * src/jpilot.c
18839         * src/ldapserver.c
18840         * src/ldif.c
18841         * src/mimeview.c
18842         * src/news.c
18843         * src/news_gtk.c
18844         * src/pop.c
18845         * src/prefs_display_header.c
18846         * src/prefs_gtk.c
18847         * src/prefs_msg_colors.c
18848         * src/prefs_toolbar.c
18849         * src/procheader.c
18850         * src/procmime.c
18851         * src/summaryview.c
18852         * src/textview.c
18853         * src/toolbar.c
18854         * src/vcard.c
18855         * src/common/mgutils.c
18856         * src/common/nntp.c
18857         * src/common/smtp.c
18858         * src/common/template.c
18859         * src/common/utils.c
18860         * src/common/xmlprops.c
18861         * src/plugins/pgpmime/pgpmime.c
18862         * src/plugins/pgpmime/select-keys.c
18863         * src/plugins/pgpmime/sgpgme.c
18864                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18865                 g_string_sprintfa(), gtk_notebook_current_page()
18866
18867 2004-10-26 [colin]      0.9.12cvs132.2
18868
18869         * src/prefs_folder_item.c
18870                 Fix default-account selection
18871
18872 2004-10-21 [colin]      0.9.12cvs133
18873
18874         * src/compose.c
18875                 Sync with HEAD (Remove extra separator in compose's Options)
18876         * src/textview.c
18877                 Set wrapping to char
18878
18879 2004-10-21 [paul]       0.9.12cvs131.2
18880
18881         * src/compose.c
18882         * src/sourcewindow.c
18883                 fix wrapping
18884                 fix window shrinking 
18885
18886 2004-10-21 [colin]      0.9.12cvs131.1
18887
18888         * ChangeLog.claws
18889         * src/compose.c
18890                 Sync with HEAD
18891
18892 2004-10-21 [paul]       0.9.12cvs130.2
18893
18894         * src/prefs_folder_item.c
18895                 sync with HEAD (Apply to subfolders)
18896
18897 2004-10-19 [colin]      0.9.12cvs130.1
18898
18899         * ChangeLog.claws
18900         * src/compose.c
18901         * src/common/utils.c
18902         * src/gtk/menu.c
18903                 Sync with HEAD
18904
18905 2004-10-19 [colin]      0.9.12cvs128.1
18906
18907         * src/addrbook.c
18908         * src/addrcache.c
18909         * src/addressbook.c
18910         * src/codeconv.c
18911         * src/compose.c
18912         * src/customheader.c
18913         * src/editaddress.c
18914         * src/editgroup.c
18915         * src/exporthtml.c
18916         * src/folder.c
18917         * src/folderview.c
18918         * src/imap.c
18919         * src/jpilot.c
18920         * src/main.c
18921         * src/matcher_parser_parse.y
18922         * src/mbox.c
18923         * src/pop.c
18924         * src/prefs_account.c
18925         * src/prefs_gtk.c
18926         * src/prefs_msg_colors.c
18927         * src/procheader.c
18928         * src/procmime.c
18929         * src/procmime.h
18930         * src/procmsg.c
18931         * src/summaryview.c
18932         * src/textview.c
18933         * src/common/base64.c
18934         * src/common/partial_download.c
18935         * src/common/socket.c
18936         * src/common/sylpheed.c
18937         * src/common/utils.c
18938         * src/common/utils.h
18939         * src/gtk/pluginwindow.c
18940         * src/gtk/quicksearch.c
18941         * src/plugins/clamav/clamav_plugin.c
18942         * src/plugins/clamav/clamav_plugin.h
18943         * src/plugins/clamav/clamav_plugin_gtk.c
18944         * src/plugins/pgpmime/passphrase.c
18945         * src/plugins/pgpmime/pgpmime.c
18946         * src/plugins/pgpmime/plugin.c
18947         * src/plugins/pgpmime/prefs_gpg.c
18948         * src/plugins/pgpmime/prefs_gpg.h
18949         * src/plugins/pgpmime/select-keys.c
18950         * src/plugins/pgpmime/sgpgme.c
18951         * src/plugins/spamassassin/libspamc.c
18952         * src/plugins/spamassassin/spamassassin.c
18953         * src/plugins/spamassassin/spamassassin.h
18954         * src/plugins/spamassassin/spamassassin_gtk.c
18955         * src/plugins/trayicon/trayicon.c
18956         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
18957                 Sync with HEAD
18958
18959 2004-10-14 [colin]      0.9.12cvs126.2
18960
18961         * src/codeconv.c
18962         * src/textview.c
18963                 Fix conv_unreadable_locale
18964
18965 2004-10-13 [colin]      0.9.12cvs126.1
18966
18967         * src/compose.c
18968                 Sync with HEAD (don't convert charset for 
18969                 drafted messages, minor cleanup)
18970
18971 2004-10-13 [colin]      0.9.12cvs125.1
18972
18973         * po/POTFILES.in
18974                 Sync with HEAD (POTFILES fix)
18975
18976 2004-10-12 [colin]      0.9.12cvs124.3
18977
18978         * src/compose.c
18979                 Fix encoding bug from latest sync
18980
18981 2004-10-12 [paul]       0.9.12cvs124.2
18982
18983         * src/plugins/pgpmime/prefs_gpg.c
18984         * src/plugins/pgpmime/prefs_gpg.h
18985                 forgotten in last commit        
18986
18987 2004-10-12 [paul]       0.9.12cvs124.1
18988
18989         * ChangeLog.claws
18990         * configure.ac
18991         * m4/spamassassin.m4
18992         * src/Makefile.am
18993         * src/account.c
18994         * src/compose.c
18995         * src/compose.h
18996         * src/crash.c
18997         * src/main.c
18998         * src/mimeview.c
18999         * src/passphrase.c
19000         * src/passphrase.h
19001         * src/prefs_account.c
19002         * src/prefs_account.h
19003         * src/prefs_common.c
19004         * src/privacy.c
19005         * src/privacy.h
19006         * src/procmime.c
19007         * src/procmime.h
19008         * src/procmsg.c
19009         * src/rfc2015.c
19010         * src/rfc2015.h
19011         * src/select-keys.c
19012         * src/select-keys.h
19013         * src/textview.c
19014         * src/common/utils.c
19015         * src/common/utils.h
19016         * src/gtk/about.c
19017         * src/plugins/pgpmime/Makefile.am
19018         * src/plugins/pgpmime/passphrase.c
19019         * src/plugins/pgpmime/passphrase.h
19020         * src/plugins/pgpmime/pgpmime.c
19021         * src/plugins/pgpmime/plugin.c
19022         * src/plugins/pgpmime/select-keys.c
19023         * src/plugins/pgpmime/select-keys.h
19024         * src/plugins/pgpmime/sgpgme.c
19025         * src/plugins/pgpmime/sgpgme.h
19026                 sync with HEAD
19027
19028 2004-10-04 [colin]      0.9.12cvs122.1
19029
19030         * src/mainwindow.c
19031         * src/messageview.c
19032         * src/messageview.h
19033         * src/textview.c
19034                 Sync with HEAD
19035
19036 2004-10-04 [colin]      0.9.12cvs121.1
19037
19038         * src/summaryview.c
19039                 Sync with HEAD
19040
19041 2004-10-04 [paul]       0.9.12cvs120.1
19042
19043         * configure.ac
19044                 sync with HEAD [don't try to build 
19045                 pgpmime plugin when gpgme is disabled]
19046
19047 2004-10-03 [colin]      0.9.12cvs119.3
19048
19049         * src/gtk/gtksctree.c
19050                 Lots of side effects. Put back as before 117.2.
19051         * src/summaryview.c
19052                 Fix bug #602
19053
19054 2004-10-03 [colin]      0.9.12cvs119.2
19055
19056         * src/gtk/gtksctree.c
19057                 Revert 608 fix that doesn't work that good
19058
19059 2004-10-02 [colin]      0.9.12cvs119.1
19060
19061         * src/mainwindow.c
19062         * src/messageview.c
19063         * src/prefs_common.h
19064         * src/procmime.c
19065         * src/procmime.h
19066         * src/textview.c
19067                 Sync with HEAD
19068         * src/gtk/gtksctree.c
19069                 Close bug #608
19070
19071 2004-10-01 [colin]      0.9.12cvs118.1
19072
19073         * src/mimeview.c
19074                 Sync with HEAD (better Save All fix)
19075
19076 2004-10-01 [colin]      0.9.12cvs117.2
19077
19078         * src/gtk/gtksctree.c
19079                 Faster on selection
19080
19081 2004-10-01 [colin]      0.9.12cvs117.1
19082
19083         * src/mimeview.c
19084                 Sync with HEAD (Save All: only attachments)
19085
19086 2004-10-01 [paul]       0.9.12cvs116.1
19087
19088         * ChangeLog.claws
19089         * configure.ac
19090         * src/account.c
19091         * src/prefs_common.c
19092         * src/gtk/colorlabel.c
19093                 sync with HEAD
19094
19095 2004-09-30 [colin]      0.9.12cvs115.1
19096
19097         * src/stock_pixmap.c
19098         * src/stock_pixmap.h
19099         * src/folderview.c
19100         * src/Makefile.am
19101         * src/pixmaps/read.xpm
19102                 Sync with HEAD (new pixmap)
19103
19104 2004-09-29 [colin]      0.9.12cvs114.1
19105
19106         * src/compose.c
19107                 Sync with HEAD
19108                 Fix focus handling in headers
19109
19110 2004-09-29 [paul]       0.9.12cvs113.1
19111
19112         * src/quote_fmt_parse.y
19113                 sync with HEAD
19114  
19115
19116 2004-09-28 [colin]      0.9.12cvs112.1
19117
19118         * src/folderview.c
19119         * src/mainwindow.c
19120                 Sync with HEAD
19121
19122 2004-09-28 [colin]      0.9.12cvs110.1
19123
19124         * src/folderview.c
19125                 Sync with HEAD (Contextual Empty trash menu)
19126
19127 2004-09-28 [colin]      0.9.12cvs108.1
19128
19129         * src/addressbook.c
19130                 Sync with HEAD (addressbook edit on double-click)
19131
19132 2004-09-28 [colin]      0.9.12cvs106.1
19133
19134         * src/inc.c
19135                 Sync with HEAD (folder_item freeze on inc)
19136
19137 2004-09-27 [colin]      0.9.12cvs105.1
19138
19139         * src/folderview.c
19140                 Sync with HEAD (right-align new and unread column)
19141
19142 2004-09-27 [colin]      0.9.12cvs104.1
19143
19144         * src/main.c
19145                 Sync with HEAD (revert 0.9.12cvs101)
19146
19147 2004-09-24 [colin]      0.9.12cvs103.2
19148
19149         * src/wizard.c
19150                 Fix gtk warnings and use domain part of the email address 
19151                 when domain detection fails (no dot in domain name)
19152
19153 2004-09-23 [colin]      0.9.12cvs103.1
19154
19155         * src/plugins/spamassassin/libspamc.c
19156         * src/plugins/spamassassin/libspamc.h
19157         * src/plugins/spamassassin/utils.c
19158         * src/plugins/spamassassin/utils.h
19159                 Sync with HEAD (Update spamassassin to 3.0)
19160
19161 2004-09-21 [colin]      0.9.12cvs102.3
19162
19163         * src/action.c
19164                 Add horizontal scrollbar in action io dialog as needed
19165                 Patch by Alfons.
19166
19167 2004-09-20 [colin]      0.9.12cvs102.2
19168
19169         * src/plugins/image_viewer/viewer.c
19170                 Remove imlib stuff
19171                 use gtk_pixmap_set when clearing
19172                 (would be better to use gtkImages, but causes size-allocate 
19173                 signals storm)
19174
19175 2004-09-17 [paul]       0.9.12cvs102.1
19176
19177         * ChangeLog
19178         * ChangeLog.claws
19179         * ChangeLog.jp
19180         * configure.ac
19181         * src/inc.c
19182                 sync with HEAD
19183
19184
19185 2004-09-17 [colin]      0.9.12cvs101.1
19186
19187         * ChangeLog.claws
19188         * src/main.c
19189                 Sync with HEAD (fix segs at exit)
19190
19191 2004-09-14 [colin]      0.9.12cvs99.5
19192
19193         * src/common/socket.c
19194         * AUTHORS
19195                 Fix send error on 64bit platforms
19196                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
19197
19198 2004-09-14 [colin]      0.9.12cvs99.4
19199
19200         * src/action.c
19201                 Fix action output with utf8 
19202                 Patch by Alfons.
19203
19204 2004-09-14 [colin]      0.9.12cvs99.3
19205
19206         * ChangeLog.claws
19207         * src/folder.c
19208                 Sync with HEAD
19209
19210 2004-09-09 [colin]      0.9.12cvs99.2
19211
19212         * src/action.c
19213                 Fix progress bar (displaying "Completed %v/%u")
19214                 Patch by Alfons.
19215
19216 2004-09-08 [colin]      0.9.12cvs99.1
19217
19218         * src/account.c
19219         * src/folder.c
19220         * src/procmsg.c
19221         * src/procmsg.h
19222         * src/plugins/pgpmime/pgpmime.c
19223                 Sync with HEAD
19224
19225 2004-09-08 [colin]      0.9.12cvs97.2
19226
19227         * src/summaryview.c
19228                 Don't select mails in collapsed threads 
19229                 when navigating with up/down
19230
19231 2004-09-07 [colin]      0.9.12cvs97.1
19232
19233         * src/inc.c
19234                 Sync with HEAD (meaningful error messages)
19235
19236 2004-09-06 [colin]      0.9.12cvs96.1
19237
19238         * src/toolbar.c
19239                 Sync with HEAD (fix Redirect graying out)
19240
19241 2004-09-06 [colin]      0.9.12cvs95.1
19242
19243         * src/summaryview.c
19244         * src/mimeview.c
19245                 Sync with HEAD (fix dropped URIs)
19246
19247 2004-09-06 [colin]      0.9.12cvs94.1
19248
19249         * src/addressbook.c
19250         * src/addressitem.h
19251         * src/addritem.c
19252         * src/addritem.h
19253                 Sync with HEAD (addressbook DnD)
19254
19255 2004-09-03 [colin]      0.9.12cvs93.1
19256
19257         * src/summaryview.c
19258                 Sync with HEAD (next/prev unread)
19259
19260 2004-09-03 [colin]      0.9.12cvs92.1
19261
19262         * src/prefs_common.c
19263         * src/prefs_common.h
19264         * src/summaryview.c
19265                 Sync with HEAD ('mark_as_read_delay' pref)
19266
19267 2004-09-02 [colin]      0.9.12cvs91.2
19268
19269         * src/common/xml.c
19270                 Fix leak
19271
19272 2004-09-02 [colin]      0.9.12cvs91.1
19273
19274         * src/gtk/menu.c
19275                 Sync with HEAD (menu accel don't work, but whatever)
19276
19277 2004-09-02 [colin]      0.9.12cvs90.1
19278
19279         * src/account.c
19280                 Sync with HEAD (fix bug 582)
19281
19282 2004-09-02 [colin]      0.9.12cvs89.1
19283
19284         * src/addrindex.c
19285                 Sync with HEAD (free deleted queries)
19286
19287 2004-09-02 [colin]      0.9.12cvs88.1
19288
19289         * src/ldapquery.c
19290                 Sync with HEAD (fix LDAP freezes)
19291
19292 2004-09-02 [colin]      0.9.12cvs87.1
19293
19294         * src/prefs_spelling.c
19295                 Sync with HEAD (add default dictionary)
19296
19297 2004-09-01 [colin]      0.9.12cvs86.1
19298
19299         * src/filtering.c
19300         * src/folderview.c
19301         * src/imap.c
19302         * src/prefs_matcher.c
19303         * src/stock_pixmap.c
19304         * src/summary_search.c
19305         * src/summaryview.c
19306         * src/wizard.c
19307         * src/wizard.h
19308                 Sync with HEAD (uninitialized vars fixes)
19309                 + gtk2 specific warning fixes
19310
19311 2004-08-31 [colin]      0.9.12cvs85.1
19312
19313         * src/folder.c
19314                 Sync with HEAD (Fix memory corruption due to 
19315                 uninitialized var)
19316
19317 2004-08-31 [colin]      0.9.12cvs84.4
19318
19319         * src/summary_search.c
19320                 Fix segfaults when searching in folders with broken headers
19321
19322 2004-08-31 [colin]      0.9.12cvs84.3
19323
19324         * src/compose.c
19325         * src/textview.c
19326                 Fix some more encoding/decoding issues
19327
19328 2004-08-30 [colin]      0.9.12cvs84.2
19329
19330         * src/mimeview.c
19331         * src/prefs_themes.c
19332         * src/gtk/filesel.c
19333         * src/gtk/filesel.h
19334                 Add a folder-mode selection (fixes mimeview's "Save all")
19335
19336 2004-08-29 [colin]      0.9.12cvs84.1
19337
19338         * src/mimeview.c
19339                 Sync with HEAD (don't escape saved filenames)
19340
19341 2004-08-27 [colin]      0.9.12cvs83.1
19342
19343         * ChangeLog
19344         * ChangeLog.claws
19345         * ChangeLog.jp
19346         * src/mh.c
19347         * src/procheader.c
19348         * src/procmsg.c
19349         * src/procmsg.h
19350         * src/common/utils.c
19351         * src/gtk/menu.h
19352         * po/
19353                 Sync with HEAD 0.9.12cvs83 (sync with main)
19354
19355 2004-08-26 [colin]      0.9.12cvs82.4
19356
19357         * src/codeconv.c
19358                 Fix strange stack corruption
19359                 Convert to utf8 after unmime, not before
19360
19361 2004-08-26 [colin]      0.9.12cvs82.3
19362
19363         * src/main.c
19364         * src/wizard.c
19365                 Fix account folders duplication
19366
19367 2004-08-25 [colin]      0.9.12cvs82.2
19368
19369         * src/wizard.c
19370                 Remove ports
19371                 Add SSL selection
19372                 Use login@server as account name
19373
19374 2004-08-25 [colin]      0.9.12cvs82.1
19375
19376         * src/plugins/pgpmime/pgpmime.c
19377                 Sync with HEAD (leak fix).
19378
19379 2004-08-25 [colin]      0.9.12cvs81.1
19380
19381         * src/plugins/pgpmime/pgpmime.c
19382         * src/plugins/pgpmime/sgpgme.c
19383         * src/plugins/pgpmime/sgpgme.h
19384                 Sync with HEAD (Handle combined messages).
19385
19386 2004-08-24 [colin]      0.9.12cvs80.3
19387
19388         * src/wizard.c
19389                 Fix full name, ports, and imap
19390
19391 2004-08-24 [colin]      0.9.12cvs80.2
19392
19393         * src/Makefile.am
19394         * src/main.c
19395         * src/setup.c
19396         * src/setup.h
19397         * src/stock_pixmap.c
19398         * src/stock_pixmap.h
19399         * src/wizard.c ** ADDED **
19400         * src/wizard.h ** ADDED ** 
19401         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
19402                 Add a setup wizard 
19403
19404 2004-08-24 [colin]      0.9.12cvs80.1
19405
19406         * src/folder.c
19407                 Sync with HEAD (set mimeflags on all messages)
19408
19409 2004-08-24 [colin]      0.9.12cvs79.3
19410
19411         * src/matcher_parser_lex.l
19412                 Fix 8bits strings not in utf8
19413
19414 2004-08-24 [colin]      0.9.12cvs79.2
19415
19416         * src/compose.c
19417                 Check conversion result before replacing buffer
19418
19419 2004-08-23 [colin]      0.9.12cvs79.1
19420
19421         * src/compose.c
19422                 Sync with HEAD (create message header in memory)
19423
19424 2004-08-23 [colin]      0.9.12cvs78.1
19425
19426         * src/rfc2015.c
19427         * src/rfc2015.h
19428                 Sync with HEAD (fix bug 197 again)
19429
19430 2004-08-23 [colin]      0.9.12cvs77.3
19431
19432         * src/compose.c
19433                 Fix again inline gpg signing (which outputs utf8
19434                 in gtk2). Not syncing this fix to HEAD as this 
19435                 code is meant to die.
19436
19437 2004-08-23 [colin]      0.9.12cvs77.2
19438
19439         * src/prefs_account.h
19440                 Remove useless include
19441
19442 2004-08-23 [colin]      0.9.12cvs77.1
19443
19444         * src/imap.c
19445         * po/es.po
19446         * po/fr.po
19447         * po/it.po
19448         * po/pl.po
19449         * po/pt_BR.po
19450         * po/sk.po
19451         * po/sr.po
19452                 Sync with HEAD (fix bug 577)
19453
19454 2004-08-22 [colin]      0.9.12cvs76.1
19455
19456         * src/plugins/trayicon/trayicon.c
19457                 Sync with HEAD (fix formatting bug)
19458
19459 2004-08-21 [colin]      0.9.12cvs74.2
19460
19461         * src/gtk/colorsel.c
19462                 Fix bug 564 (Folder color selection window exits on any
19463                 keypress)
19464
19465 2004-08-21 [colin]      0.9.12cvs74.1
19466
19467         * ChangeLog.claws
19468         * src/compose.c
19469         * src/summaryview.c
19470         * src/toolbar.c
19471                 Sync with HEAD (fix bug 576)
19472
19473 2004-08-21 [colin]      0.9.12cvs70.1
19474
19475         * src/compose.c
19476         * src/mainwindow.c
19477                 Sync with HEAD
19478                 
19479
19480 2004-08-21 [paul]       0.9.12cvs66.4
19481
19482         * src/mainwindow.c
19483         * src/messageview.c
19484         * src/gtk/menu.c
19485         * src/plugins/spamassassin/spamassassin_gtk.c
19486                 remove some deprecated gtk1 functions
19487
19488
19489 2004-08-21 [colin]      0.9.12cvs66.3
19490
19491         * src/compose.c
19492         * src/codeconv.c
19493                 Fix warnings
19494                 Remove encoding hacks
19495                 Fix bug 575 (Strange character messes up message)
19496                 Don't display conversion error when drafting
19497
19498 2004-08-21 [paul]       0.9.12cvs66.2
19499
19500         * src/prefs_account.c
19501                 fix GnuPG mode bugs
19502
19503
19504 2004-08-20 [colin]      0.9.12cvs66.1
19505
19506         * src/codeconv.c
19507                 Sync with HEAD 0.9.12cvs66
19508
19509 2004-08-20 [paul]
19510
19511         * src/plugins/pgpmime/plugin.c
19512                 modify PGP/MIME plugin's description
19513
19514 2004-08-17 [colin]      0.9.12cvs65.1
19515
19516         * src/common/ssl.c
19517         * src/plugins/pgpmime/plugin.c
19518                 Sync with HEAD
19519
19520 2004-08-14 [colin]      0.9.12cvs60.3
19521
19522         * src/plugins/trayicon/trayicon.c
19523                 Put back resize callback, on size-request signal
19524                 rather than size-allocate to avoid infinite 
19525                 callback loop
19526
19527 2004-08-13 [colin]      0.9.12cvs60.2
19528
19529         * src/common/defs.h
19530                 Cache versions have been fixed
19531
19532 2004-08-13 [colin]      0.9.12cvs60.1
19533
19534         * src/folderutils.c
19535                 Sync with HEAD
19536
19537 2004-08-12 [colin]      0.9.12cvs59.1
19538
19539         * src/plugins/trayicon/trayicon.c
19540                 Sync with HEAD
19541
19542 2004-08-12 [colin]      0.9.12cvs57.5
19543
19544         * sylpheed.desktop
19545         * configure.ac
19546         * src/Makefile.am
19547         * src/main.c
19548                 Add support for Freedesktop.org's startup notification
19549
19550 2004-08-11 [colin]      0.9.12cvs57.4
19551
19552         * src/textview.c
19553                 Fix off-by-one
19554
19555 2004-08-11 [colin]      0.9.12cvs57.3
19556
19557         * src/message_search.c
19558         * src/summary_search.c
19559                 Make searches case insensitive by default
19560         * src/textview.c
19561                 Fix case-insensitive search in message
19562
19563 2004-08-11 [colin]      0.9.12cvs57.2
19564
19565         * src/summary_search.c
19566                 Let case-sensitive be specified
19567
19568 2004-08-10 [colin]      0.9.12cvs55.4
19569
19570         * src/common/socket.c
19571                 Fix the possible race condition
19572
19573 2004-08-09 [paul]       0.9.12cvs55.3
19574
19575         * configure.ac
19576         * src/Makefile.am
19577         * src/common/Makefile.am
19578                 sync with HEAD
19579
19580
19581 2004-08-09 [paul]       0.9.12cvs55.2
19582
19583         * autogen.sh
19584         * po/poconv.sh
19585                 remove unneeded script
19586
19587         * configure.ac
19588                 add forgotten USE_LDAP_TLS (sync with HEAD)
19589
19590
19591 2004-08-09 [colin]      0.9.12cvs55.1
19592
19593         * src/main.c
19594         * src/common/ssl.c
19595         * src/common/sylpheed.c
19596         * src/common/sylpheed.h
19597                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
19598
19599 2004-08-09 [paul]       0.9.12cvs54.1
19600
19601         * ChangeLog
19602         * ChangeLog.claws
19603         * ChangeLog.jp
19604         * configure.ac
19605         * po/POTFILES.in
19606         * src/Makefile.am
19607         * src/folderutils.c
19608         * src/main.c
19609         * src/pgpmime.c
19610         * src/pgpmime.h
19611         * src/sgpgme.c
19612         * src/sgpgme.h
19613         * src/plugins/Makefile.am
19614         * src/plugins/pgpmime/.cvsignore
19615         * src/plugins/pgpmime/Makefile.am
19616         * src/plugins/pgpmime/pgpmime.c
19617         * src/plugins/pgpmime/pgpmime.h
19618         * src/plugins/pgpmime/plugin.c
19619         * src/plugins/pgpmime/sgpgme.c
19620         * src/plugins/pgpmime/sgpgme.h
19621                 sync with HEAD
19622
19623 2004-08-08 [paul]       0.9.12cvs51.1
19624
19625         * configure.ac
19626         * src/folder.c
19627                 sync with HEAD
19628
19629 2004-08-07 [colin]      0.9.12cvs50.1
19630
19631         * src/pop.c
19632         * src/common/partial_download.c
19633                 fix warnings (sync from HEAD)
19634
19635 2004-08-07 [colin]      0.9.12cvs48.1
19636
19637         * src/prefs_folder_item.c
19638                 sync with HEAD 0.9.12cvs48
19639
19640 2004-08-06 [colin]      0.9.12cvs47.1
19641
19642         * src/compose.c
19643                 Sync with HEAD
19644
19645 2004-08-06 [christoph]  0.9.12cvs46.2
19646
19647         * src/main.c
19648         * src/plugins/clamav/clamav_plugin_gtk.c
19649         * src/plugins/dillo_viewer/dillo_viewer.c
19650         * src/plugins/image_viewer/plugin.c
19651         * src/plugins/mathml_viewer/mathml_viewer.c
19652         * src/plugins/spamassassin/spamassassin_gtk.c
19653         * src/plugins/trayicon/trayicon.c
19654                 don't mix GTK1.2 plugin with GTK2 plugins
19655
19656 2004-08-06 [colin]      0.9.12cvs46.1
19657
19658         * ChangeLog
19659         * ChangeLog.claws
19660         * ChangeLog.jp
19661         * configure.ac
19662         * sylpheed-claws.pc.in
19663         * src/folder.c
19664         * src/imap.c
19665         * src/localfolder.c
19666         * src/messageview.c
19667         * src/mimeview.c
19668         * src/mimeview.h
19669         * src/msgcache.c
19670         * src/news.c
19671         * src/prefs_ext_prog.c
19672         * src/prefs_folder_item.c
19673         * src/prefs_fonts.c
19674         * src/prefs_msg_colors.c
19675         * src/prefs_spelling.c
19676         * src/prefs_themes.c
19677         * src/prefs_toolbar.c
19678         * src/prefs_wrapping.c
19679         * src/procmime.h
19680         * src/common/defs.h
19681         * src/common/nntp.c
19682         * src/common/session.c
19683         * src/common/session.h
19684         * src/common/socket.c
19685         * src/common/utils.h
19686         * src/common/xml.c
19687         * src/common/xml.h
19688         * src/gtk/prefswindow.c
19689         * src/gtk/prefswindow.h
19690         * src/plugins/clamav/clamav_plugin_gtk.c
19691         * src/plugins/dillo_viewer/dillo_prefs.c
19692         * src/plugins/image_viewer/viewerprefs.c
19693         * src/plugins/spamassassin/spamassassin_gtk.c
19694         * m4/openssl.m4 *** REMOVED ***
19695                 Sync with HEAD 0.9.12cvs46
19696
19697 2004-08-03 [paul]       0.9.12cvs40.2
19698
19699         * src/action.c
19700         * src/addressadd.c
19701         * src/addressbook.c
19702         * src/addrgather.c
19703         * src/browseldap.c
19704         * src/compose.c
19705         * src/crash.c
19706         * src/editaddress.c
19707         * src/editgroup.c
19708         * src/editldap_basedn.c
19709         * src/foldersel.c
19710         * src/importldif.c
19711         * src/mimeview.c
19712         * src/prefs_common.c
19713         * src/prefs_template.c
19714         * src/sourcewindow.c
19715         * src/summaryview.c
19716         * src/gtk/about.c
19717         * src/gtk/foldersort.c
19718         * src/gtk/logwindow.c
19719         * src/gtk/pluginwindow.c
19720         * src/gtk/prefswindow.c
19721                 change all gtk_scrolled_window_set_policy from 
19722                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
19723
19724 2004-08-02 [paul]       0.9.12cvs40.1
19725
19726         * AUTHORS
19727                 update translation team section
19728         * po/pt_BR.po
19729                 updated by Frederico Goncalves Guimaraes
19730                 <fggdebian@yahoo.com.br>
19731
19732 2004-07-31 [colin]      0.9.12cvs39.9
19733
19734         * src/exphtmldlg.c
19735                 Fix compilation
19736
19737 2004-07-31 [colin]      0.9.12cvs39.8
19738
19739         * src/exphtmldlg.c
19740                 Fix an alertpanel type
19741
19742 2004-07-30 [colin]      0.9.12cvs39.7
19743
19744         * src/alertpanel.c
19745                 Fix alertpanel_error_log's icon
19746
19747 2004-07-30 [colin]      0.9.12cvs39.6
19748
19749         * src/pop.c
19750                 Two of them should still be warnings
19751
19752 2004-07-30 [colin]      0.9.12cvs39.5
19753
19754         * src/pop.c
19755                 More warning -> error
19756 2004-07-29 [colin]      0.9.12cvs39.4
19757
19758         * src/pop.c
19759                 Warning -> error
19760
19761 2004-07-29 [colin]      0.9.12cvs39.3
19762
19763         * src/prefs_matcher.c
19764                 Fix segfault
19765
19766 2004-07-29 [colin]      0.9.12cvs39.2
19767
19768         * src/alertpanel.c
19769                 More nice-looking alertpanels
19770
19771 2004-07-29 [colin]      0.9.12cvs39.1
19772
19773         * src/messageview.c
19774                 sync with head
19775                 (inform user when partial mail is deleted on server)
19776
19777 2004-07-29 [colin]      0.9.12cvs38.1
19778
19779         * src/messageview.c
19780                 sync with head
19781
19782 2004-07-28 [paul]       0.9.12cvs37.7
19783
19784         * src/mainwindow.c
19785                 complete the replacement of deprecated gtk_progress_*
19786
19787 2004-07-28 [paul]       0.9.12cvs37.6
19788
19789         * src/action.c
19790         * src/inc.c
19791         * src/mainwindow.c
19792         * src/send_message.c
19793         * src/gtk/progressdialog.c
19794         * src/gtk/progressdialog.h
19795                 replace deprecated gtk_progress_*
19796
19797 2004-07-28 [paul]       0.9.12cvs37.5
19798
19799         * src/gtk/filesel.c
19800                 remove gtk_window_set_wmclass()
19801 2004-07-28 [paul]       0.9.12cvs37.4
19802
19803         * src/addressbook.c
19804         * src/compose.c
19805         * src/foldersel.c
19806         * src/mainwindow.c
19807         * src/messageview.c
19808         * src/sourcewindow.c
19809         * src/gtk/logwindow.c
19810                 remove gtk_window_set_wmclass()
19811                 
19812         * src/prefs_filtering.c
19813         * src/prefs_filtering_action.c
19814         * src/prefs_fonts.c
19815         * src/prefs_gtk.c
19816         * src/prefs_matcher.c
19817         * src/ssl_manager.c
19818         * src/gtk/prefswindow.c
19819                 replace gtk_window_position()
19820
19821 2004-07-28 [colin]      0.9.12cvs37.3
19822
19823         * src/alertpanel.c
19824         * src/alertpanel.h
19825                 Add a way to specify panel type for specific
19826                 panels (alertpanel())
19827         * src/account.c
19828         * src/addressbook.c
19829         * src/compose.c
19830         * src/expldifdlg.c
19831         * src/main.c
19832         * src/messageview.c
19833         * src/summaryview.c
19834         * src/textview.c
19835         * src/gtk/sslcertwindow.c
19836                 Fix alertpanel()s so that their icon match
19837                 their real type
19838
19839 2004-07-28 [paul]       0.9.12cvs37.2
19840
19841         * src/addr_compl.c
19842         * src/addressbook.c
19843         * src/alertpanel.c
19844         * src/compose.c
19845         * src/export.c
19846         * src/foldersel.c
19847         * src/folderview.c
19848         * src/grouplistdialog.c
19849         * src/import.c
19850         * src/mainwindow.c
19851         * src/message_search.c
19852         * src/messageview.c
19853         * src/passphrase.c
19854         * src/prefs_actions.c
19855         * src/prefs_common.c
19856         * src/prefs_customheader.c
19857         * src/prefs_display_header.c
19858         * src/prefs_filtering.c
19859         * src/prefs_filtering_action.c
19860         * src/prefs_gtk.c
19861         * src/prefs_matcher.c
19862         * src/prefs_msg_colors.c
19863         * src/prefs_summary_column.c
19864         * src/prefs_template.c
19865         * src/sourcewindow.c
19866         * src/ssl_manager.c
19867         * src/summary_search.c
19868         * src/gtk/colorsel.c
19869         * src/gtk/description_window.c
19870         * src/gtk/gtkaspell.c
19871         * src/gtk/inputdialog.c
19872         * src/gtk/logwindow.c
19873         * src/gtk/prefswindow.c
19874         * src/gtk/progressdialog.c
19875                 replace deprecated gtk_window_set_policy
19876
19877 2004-07-27 [colin]      0.9.12cvs37.1
19878
19879         * src/msgcache.c
19880                 More fixes (synced for head again)
19881
19882 2004-07-27 [colin]      0.9.12cvs35.3
19883
19884         * src/msgcache.c
19885                 Fix wrong test
19886
19887 2004-07-27 [colin]      0.9.12cvs35.2
19888
19889         * src/mimeview.c
19890                 Fix width a bit (by Paul)
19891         * src/alertpanel.c
19892         * src/alertpanel.h
19893                 Specialize icons, make alertpanel_message()
19894                 private
19895         * src/message_search.c
19896         * src/sgpgme.c
19897         * src/summary_search.c
19898                 Suit alertpanel changes
19899
19900 2004-07-27 [colin]      0.9.12cvs35.1
19901
19902         * src/alertpanel.c
19903                 Add an icon
19904         * src/passphrase.c
19905                 Add debug output - maybe someone will
19906                 want to look at the problem with Grab
19907                 Input :)
19908         Bump version as we're synced with HEAD
19909
19910 2004-07-26 [colin]      0.9.12cvs33.26
19911
19912         * src/pop.c
19913                 Fix uidl-file parsing when not in new
19914                 format
19915
19916 2004-07-26 [colin]      0.9.12cvs33.25
19917
19918         * src/gtk/menu.c
19919                 Move popup menu up if necessary (fixes 
19920                 account selector)
19921         * src/mainwindow.c
19922                 Set account selector's button height to
19923                 minimum
19924
19925 2004-07-26 [colin]      0.9.12cvs33.24
19926
19927         * src/alertpanel.c
19928                 Maybe fix 551 (Truncated font in alert window)
19929
19930 2004-07-26 [colin]      0.9.12cvs33.23
19931
19932         * po/de.po
19933         * po/es.po
19934         * po/fr.po
19935         * po/it.po
19936         * po/ja.po
19937         * po/pl.po
19938         * po/ru.po
19939         * po/sk.po
19940         * po/sr.po
19941         * po/zh_CN.po
19942                 Sync po files with HEAD
19943
19944 2004-07-26 [paul]       0.9.12cvs33.22
19945
19946         * src/compose.c
19947                 fix Bug 556 'Organisation-header is sent even if empty'
19948
19949 2004-07-24 [colin]      0.9.12cvs33.21
19950
19951         * src/compose.c
19952         * src/gtk/gtkaspell.c
19953         * src/gtk/gtkaspell.h
19954                 Fix speller accelerators (require hack)
19955
19956 2004-07-24 [colin]      0.9.12cvs33.20
19957
19958         * src/gtk/gtkaspell.c
19959                 Fix over-eager code deletion breaking
19960                 Check while typing
19961
19962 2004-07-24 [colin]      0.9.12cvs33.19
19963
19964         * src/browseldap.c
19965         * src/ldapctrl.c
19966         * src/ldapctrl.h
19967         * src/ldapserver.h
19968                 Sync ldap with HEAD
19969         (Fixes 546 LDAP completely broken)
19970
19971 2004-07-24 [colin]      0.9.12cvs33.18
19972
19973         * src/prefs_msg_colors.c
19974                 Fix prototype mismatch
19975         (Fixes 547 void function cannot return value)
19976
19977 2004-07-24 [colin]      0.9.12cvs33.17
19978
19979         * src/mainwindow.c
19980                 Fix sort going back to previous sort key
19981                 when changing sort direction
19982
19983 2004-07-24 [colin]      0.9.12cvs33.16
19984
19985         * src/compose.c
19986                 Fix space insertion when re-wrapping at 
19987                 cursor point
19988
19989 2004-07-24 [colin]      0.9.12cvs33.15
19990
19991         * src/gtk/gtkaspell.c
19992                 Don't change cursor position in insert-text
19993                 callback
19994         (Fixes 539 Word wrapping on input transposes letters)
19995
19996 2004-07-24 [colin]      0.9.12cvs33.14
19997
19998         * src/gtk/gtkaspell.c
19999                 Reencode non-ascii chars to dictionary's
20000                 encoding
20001         (Fixes 544 Spell check broken non english locale)
20002
20003 2004-07-24 [colin]      0.9.12cvs33.13
20004
20005         * src/summaryview.c
20006                 Fix Shift+Down, add Home/End/PgUp/PgDown
20007
20008 2004-07-21 [colin]      0.9.12cvs33.12
20009
20010         * src/prefs_common.c
20011                 Fix a gtk warning (Patch by Andrej Kacian)
20012
20013 2004-07-21 [colin]      0.9.12cvs33.11
20014
20015         * src/gtk/filesel.c
20016                 More check
20017
20018 2004-07-21 [colin]      0.9.12cvs33.10
20019
20020         * src/compose.c
20021         * src/crash.c
20022         * src/export.c
20023         * src/import.c
20024         * src/messageview.c
20025         * src/mimeview.c
20026         * src/prefs_spelling.c
20027         * src/prefs_themes.c
20028         * src/summaryview.c
20029         * src/gtk/filesel.c
20030         * src/gtk/filesel.h
20031         * src/gtk/pluginwindow.c
20032                 Untwist open/save mode guessing logic, make
20033                 it explicit
20034
20035 2004-07-20 [colin]      0.9.12cvs33.9
20036
20037         * src/codeconv.c
20038                 conv_encode_header: src_charset is UTF-8 on
20039                 gtk2
20040         * src/compose.c
20041                 Remove double encoding of the headers
20042
20043 2004-07-20 [colin]      0.9.12cvs33.8
20044
20045         * src/codeconv.c
20046                 Fix typo
20047
20048 2004-07-20 [colin]      0.9.12cvs33.7
20049
20050         * src/mainwindow.c
20051                 Set the separated messageview to the saved
20052                 size of Claws' messageview (Patch by Alfons)
20053                 Fix a callback prototype (me)
20054
20055 2004-07-20 [colin]      0.9.12cvs33.6
20056
20057         * src/codeconv.h
20058                 Forgot one hunk in 0.9.12cvs33.4
20059
20060 2004-07-19 [colin]      0.9.12cvs33.5
20061
20062         * src/action.c
20063                 Action output fix
20064                 Patch by Alfons
20065
20066 2004-07-19 [colin]      0.9.12cvs33.4
20067
20068         * src/compose.c
20069                 Fix outgoing charset bug in headers
20070         * src/codeconv.c
20071                 Clean for glib2 - Patch by Alfons
20072
20073 2004-07-19 [colin]      0.9.12cvs33.3
20074
20075         * src/statusbar.c
20076                 Remove grip from the statusbar
20077                 Patch by Alfons
20078
20079 2004-07-19 [colin]      0.9.12cvs33.2
20080
20081         * src/messageview.c
20082         * src/textview.c
20083                 Fix messageview remembering the previous
20084                 scroll position when loading a new message
20085                 Patch by Alfons
20086
20087 2004-07-19 [colin]      0.9.12cvs33.1
20088
20089         * src/folder.h
20090         * src/folderview.c
20091         * src/summaryview.c
20092                 Sync with HEAD
20093
20094 2004-07-18 [colin]      0.9.12cvs32.7
20095
20096         * configure.ac
20097                 Remove useless check for XIM - noticed
20098                 by Alfons
20099
20100 2004-07-18 [colin]      0.9.12cvs32.6
20101
20102         * src/summaryview.c
20103                 Remove non-modified and shift-modified
20104                 accelerators in summaryview's popup
20105                 menu, as that doesn't get catched by
20106                 the accel-activate signal catcher...
20107
20108 2004-07-18 [colin]      0.9.12cvs32.5
20109
20110         * src/prefs_common.c
20111                 Define sensible default prefs for 
20112                 wrapping
20113
20114 2004-07-18 [colin]      0.9.12cvs32.4
20115
20116         * src/compose.c
20117         * src/prefs_common.c
20118         * src/prefs_common.h
20119         * src/prefs_wrapping.c
20120                 Remove Smart Wrapping pref, which does
20121                 nothing on gtk2 branch
20122
20123 2004-07-18 [colin]      0.9.12cvs32.3
20124
20125         * src/sourcewindow.c
20126                 Proper utf8
20127
20128 2004-07-18 [colin]      0.9.12cvs32.2
20129
20130         * src/compose.c
20131                 Save attachment status when drafting
20132
20133 2004-07-18 [colin]      0.9.12cvs32.1
20134
20135         * src/gtk/filesel.c
20136                 Fix erratic folder selection in open mode
20137
20138 2004-07-18 [colin]      0.9.12cvs31.11
20139
20140         * src/pop.c
20141                 Don't let partial messages get deleted
20142                 even with "dowload all"
20143                 (0.9.12cvs31.8 fix extension)
20144 2004-07-18 [colin]      0.9.12cvs31.10
20145
20146         * src/gtk/logwindow.c
20147                 Fix log scrolling
20148
20149 2004-07-18 [colin]      0.9.12cvs31.9
20150
20151         * src/common/utils.c
20152                 Fix non-utf8 strings coming from commands
20153                 and files
20154
20155 2004-07-18 [colin]      0.9.12cvs31.8
20156
20157         * src/pop.c
20158                 Fix partial download bug with Download all
20159                 messages option
20160
20161 2004-07-18 [colin]      0.9.12cvs31.7
20162
20163         * src/textview.c
20164                 Fix bug introduced in 0.9.12cvs31.2
20165                 (blocked in select mode after double click)
20166
20167 2004-07-18 [colin]      0.9.12cvs31.6
20168
20169         * src/compose.c
20170         * src/gtk/menu.c
20171                 More glib-warning fixes
20172
20173 2004-07-18 [colin]      0.9.12cvs31.5
20174
20175         * src/compose.c
20176                 Fix trashing the primary clipboard when moving 
20177                 around with tab
20178         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
20179
20180 2004-07-18 [colin]      0.9.12cvs31.4
20181
20182         * src/codeconv.c
20183                 convert unencoded iso headers to utf8
20184         (Fix Bug 538 Unencoded local characters in subject make it 
20185          disappear)
20186
20187 2004-07-18 [colin]      0.9.12cvs31.3
20188
20189         * src/compose.c
20190                 Fix tab char handling in wrapping
20191         (Fix Bug 537 Line wrap problem - TAB character treated as 
20192          one character instead of 8)
20193
20194 2004-07-18 [colin]      0.9.12cvs31.2
20195
20196         * src/textview.c
20197                 return FALSE on GDK_MOTION_NOTIFY
20198         (Fix Bug 535 Hyperlinks/addresses are not selectable 
20199          (unable to highlight))
20200
20201 2004-07-18 [colin]      0.9.12cvs31.1
20202
20203         * src/folderview.c
20204                 Sync with 0.9.12cvs31
20205
20206 2004-07-18 [colin]      0.9.12cvs30.4
20207
20208         * src/compose.c
20209                 Also block text_inserted when inserting a file
20210
20211 2004-07-18 [colin]      0.9.12cvs30.3
20212
20213         * src/compose.c
20214                 Fix smart wrapping (block text_inserted handler
20215                 while putting quotation to avoid wrap on input,
20216                 don't join lines if next is sig separator)
20217
20218 2004-07-17 [colin]      0.9.12cvs30.2
20219
20220         * src/folderview.c
20221         * src/mainwindow.c
20222         * src/mimeview.c
20223         * src/summaryview.c
20224         * src/gtk/quicksearch.c
20225         * src/gtk/quicksearch.h
20226                 Block key events handlers *and* accels while
20227                 quicksearch is focused
20228         (Fixes Bug 534 quick-search bar not accepting certain letters)
20229
20230 2004-07-17 [colin]      0.9.12cvs30.1
20231
20232         * src/folder.h
20233         * src/folderview.c
20234         * src/summaryview.c
20235                 Sync with 0.9.12cvs30
20236
20237 2004-07-17 [colin]      0.9.12cvs28.2
20238
20239         * src/mimeview.c
20240         * src/procmime.c
20241         * src/summaryview.c
20242         * src/gtk/menu.c
20243                 Squash some compile and glib warnings
20244
20245 2004-07-17 [paul]       0.9.12cvs28.1
20246
20247         * src/mimeview.c
20248                 sync with 0.9.12cvs28 HEAD
20249
20250 2004-07-16 [paul]       0.9.12cvs26.1
20251         
20252         * src/gtk/quicksearch.c
20253         * src/account.c
20254         * src/account.h
20255         * src/compose.c
20256         * src/customheader.c
20257         * src/folder_item_prefs.c
20258         * src/main.c
20259         * src/mainwindow.c
20260         * src/messageview.c
20261         * src/mimeview.c
20262         * src/news.c
20263         * src/pgpmime.c
20264         * src/pop.c
20265         * src/pop.h
20266         * src/prefs_account.c
20267         * src/prefs_account.h
20268         * src/prefs_common.c
20269         * src/prefs_common.h
20270         * src/prefs_display_header.c
20271         * src/prefs_gtk.c
20272         * src/prefs_gtk.h
20273         * src/procheader.c
20274         * src/procmime.c
20275                 sync with 0.9.12cvs26 HEAD      
20276
20277 2004-07-15 [colin]      0.9.12cvs18.14
20278
20279         * src/folder.c
20280                 Disable GPG signature check during
20281                 folder move and scan
20282         (Closes Bug 521 Signature checking slows down Folder-Move)
20283
20284 2004-07-14 [colin]      0.9.12cvs18.13
20285
20286         * src/common/partial_download.c
20287                 update includes
20288
20289 2004-07-14 [colin]      0.9.12cvs18.12
20290
20291         * src/common/partial_download.c
20292         * src/common/partial_download.h
20293                 Move doc at top, add correct copyright
20294
20295 2004-07-14 [colin]      0.9.12cvs18.11
20296
20297         * src/folder.c
20298         * src/messageview.c
20299         * src/pop.c
20300         * src/pop.h
20301         * src/procmsg.c
20302         * src/summaryview.c
20303         * src/common/Makefile.am
20304         * src/common/partial_download.c ** NEW FILES **
20305         * src/common/partial_download.h ** NEW FILES **
20306                 Move partial-download related stuff to its
20307                 own file
20308
20309 2004-07-14 [colin]      0.9.12cvs18.10
20310
20311         * src/send_message.c
20312                 Fix smtp auth when user is null or empty
20313
20314 2004-07-13 [colin]      0.9.12cvs18.9
20315
20316         * src/gtk/quicksearch.c
20317                 Use alphabetic order
20318
20319 2004-07-13 [colin]      0.9.12cvs18.8
20320
20321         * src/pop.c
20322                 Be paranoid on the checks
20323
20324 2004-07-13 [colin]      0.9.12cvs18.7
20325
20326         * src/gtk/quicksearch.c
20327                 Fix Engrish once again
20328
20329 2004-07-13 [colin]      0.9.12cvs18.6
20330
20331         * src/procmsg.c
20332         * src/summaryview.c
20333                 Mark messages for deletion when they are about to
20334                 be removed from trash
20335
20336 2004-07-13 [colin]      0.9.12cvs18.5
20337
20338         * src/matcher.c
20339         * src/matcher.h
20340         * src/matcher_parser_parse.y
20341         * src/prefs_matcher.c
20342         * src/gtk/quicksearch.c
20343                 Add 'partial' ('p') match string to find partially
20344                 downloaded messages
20345
20346 2004-07-13 [colin]      0.9.12cvs18.4
20347
20348         * src/pop.c
20349                 Fix misplaced block
20350
20351 2004-07-13 [colin]      0.9.12cvs18.3
20352
20353         * src/pop.c
20354         * src/pop.h
20355         * src/messageview.c
20356                 Refactor API (to avoid passing 5+ params and code
20357                 duplication)
20358         * src/folder.c
20359         * src/msgcache.c
20360         * src/procheader.c
20361         * src/common/defs.h
20362                 Add planned_download to cache
20363                 Don't mess uidl file when moving partially downloaded
20364                 mails (they change folder, we should change it in the
20365                 uidl list too or we'll remove an incorrect message)
20366                 (this also helps removing hacks when changing 
20367                 planned_download in messageview.c)
20368
20369 2004-07-12 [colin]      0.9.12cvs18.2
20370
20371         * src/gtk/quicksearch.c
20372                 Fix missing status update in quicksearch
20373
20374 2004-07-12 [paul]       0.9.12cvs18.1
20375
20376         * po/POTFILES.in
20377         * src/Makefile.am
20378         * src/account.c
20379         * src/codeconv.c
20380         * src/compose.c
20381         * src/inc.c
20382         * src/main.c
20383         * src/prefs_common.c
20384         * src/procmsg.h
20385         * src/toolbar.c
20386         * src/prefs_msg_colors.[ch]     ** NEW FILES **
20387         * src/prefs_wrapping.[ch]       ** NEW FILES **
20388         * src/common/intl.h
20389         * src/common/utils.[ch]
20390         * src/gtk/quicksearch.[ch]
20391                 sync with 0.9.12cvs18 HEAD
20392
20393 2004-07-12 [colin]      0.9.11cvs17.25
20394
20395         * src/folder.c
20396         * src/folder.h
20397                 Remove unused function added by me in 0.9.11cvs17.10
20398
20399 2004-07-11 [colin]      0.9.11cvs17.24
20400
20401         * src/inc.c
20402         * src/messageview.c
20403         * src/pop.c
20404         * src/pop.h
20405                 Use folderitem and msgnum instead of filename to
20406                 know which mail to delete
20407                 Move old partial mail deletion to pop.c
20408
20409 2004-07-10 [colin]      0.9.11cvs17.23
20410
20411         * src/inc.c
20412                 Add debug
20413         * src/pop.c
20414         * src/pop.h
20415                 Don't re-use same enums for unrelated stuff: it's 
20416                 completely misleading !
20417                 Document a bit
20418
20419 2004-07-09 [colin]      0.9.11cvs17.22
20420
20421         * src/inc.c
20422                 Remove folder-type check and do
20423                 more tests to be sure everything's
20424                 ok
20425         * src/messageview.c
20426                 Punctuation update, remove useless
20427                 code, fix two warnings
20428         * src/noticeview.c
20429                 Layout cleaning, reset 2nd button
20430                 when specifying one
20431
20432 2004-07-09 [colin]      0.9.11cvs17.21
20433
20434         * src/messageview.c
20435         * src/pop.c
20436         * src/pop.h
20437                 Allow user to change his mind
20438                 and postpone decision (by
20439                 unmarking the mail)
20440
20441 2004-07-09 [colin]      0.9.11cvs17.20
20442
20443         * src/messageview.c
20444                 Fix bug with delete state
20445         * src/pop.c
20446         * src/pop.h
20447                 Fix buffer leak (fread doesn't 
20448                 terminate buffers with \0)
20449                 Refactoring (remove magic 
20450                 numbers)
20451
20452 2004-07-09 [colin]      0.9.11cvs17.19
20453
20454         * src/pop.c
20455                 Don't log "Skipping message" if 
20456                 we're going to TOP it two lines
20457                 later
20458
20459 2004-07-09 [colin]      0.9.11cvs17.18
20460
20461         * src/messageview.c
20462                 Fix Engrish
20463
20464 2004-07-09 [colin]      0.9.11cvs17.17
20465
20466         * src/pop.c
20467                 strlen checking...
20468         * src/messageview.c
20469                 refactoring a bit
20470
20471 2004-07-08 [colin]      0.9.11cvs17.16
20472
20473         * src/noticeview.c
20474         * src/noticeview.h
20475                 Add an optional second button
20476         * src/messageview.c
20477         * src/pop.c
20478         * src/pop.h
20479                 Don't delete partially received mails after a certain
20480                 time; rather, let the user decide.
20481
20482 2004-07-08 [colin]      0.9.11cvs17.15
20483
20484         * src/common/smtp.h
20485                 Sync with HEAD
20486
20487 2004-07-08 [colin]      0.9.11cvs17.14
20488
20489         * src/messageview.c
20490         * src/common/smtp.c
20491                 Use to_human_readable() for sizes
20492
20493 2004-07-08 [colin]      0.9.11cvs17.13
20494
20495         * src/inc.c
20496         * src/messageview.c
20497         * src/pop.c
20498         * src/pop.h
20499         * src/procmsg.c
20500                 Fix partial-downloading issues:
20501                         catch unsupported TOP
20502                         don't delete partially downloaded mails before 5 days
20503                         don't update existing with non-MH folders; that'll
20504                         make dups, but it's better than trashing the folder
20505                         free new msginfo parts
20506                 Fix indentation ;-)
20507
20508 2004-07-08 [colin]      0.9.11cvs17.12
20509
20510         * src/common/smtp.c
20511         * src/common/smtp.h
20512                 Sync smtp size verification with HEAD
20513
20514 2004-07-08 [colin]      0.9.11cvs17.11
20515
20516         * src/summaryview.c
20517         * src/prefs_common.c
20518         * src/prefs_common.h
20519         * src/gtk/quicksearch.c
20520         * src/gtk/quicksearch.h
20521                 Sync sticky pref with HEAD
20522
20523 2004-07-08 [colin]      0.9.11cvs17.10
20524
20525         * src/folder.c [1.213.2.6]
20526         * src/folder.h [1.87.2.6]
20527         * src/inc.c [1.149.2.7]
20528         * src/messageview.c [1.94.2.8]
20529         * src/procheader.c [1.47.2.6]
20530         * src/procmsg.c [1.150.2.4]
20531         * src/procmsg.h [1.60.2.5]
20532         * src/pop.c [1.56.2.4]
20533         * src/pop.h [1.17.2.3]
20534                 Let too big messages get downloaded, but truncated
20535                 Add a button to download them completely
20536                 
20537 2004-07-06 [colin]      0.9.11cvs17.9
20538
20539         * src/gtk/quicksearch.c [1.1.2.3]
20540                 Add a Clear button
20541         * commitHelper
20542         * PATCHSETS
20543                 Add a script to help with cvs
20544
20545 2004-07-03 [colin]      0.9.11cvs17.8
20546
20547         * src/plugins/imageviewer/viewer.c
20548                 fix imageviewer (which was staying on the first
20549                 displayed image)
20550
20551 2004-07-03 [colin]      0.9.11cvs17.7
20552
20553         Removed FIXME_GTK2 warnings
20554         * src/gtk/gtkutils.c
20555                 useless #warnings
20556         * src/gtk/menu.c
20557                 useless #warnings (no need to mess with menu rc)
20558         * src/gtk/menu.h
20559                 unused functions
20560         
20561
20562 2004-07-03 [colin]      0.9.11cvs17.6
20563
20564         Removed FIXME_GTK2 warnings
20565         * src/codeconv.c
20566                 useless #warnings (rewrite needed)
20567         * src/compose.c
20568                 useless #warnings (rewrite needed)
20569                 useless #warnings (gtk2 is like that)
20570                 useless #warnings (previously fixed)
20571         * src/main.c
20572                 useless #warnings (previously fixed)
20573         * src/message_search.c
20574                 useless #warnings (gtk2 is like that)
20575                 Made apparent that search is case-sensitive
20576         * src/mimeview.c
20577                 useless #warnings (rewrite needed)
20578                 useless #warnings (gtk2 is like that)
20579                 reimplemented real warnings
20580         * src/prefs_common.c
20581                 Removed block cursor option (not it gtk2)
20582         * src/prefs_gtk.c
20583                 useless #warnings (rewrite needed)
20584         * src/procheader.c
20585                 useless #warnings (rewrite needed)
20586         * src/sourcewindow.c
20587                 useless #warnings (incorrect placing)
20588         * src/summary_search.c
20589                 useless #warnings (gtk2 is like that)
20590                 Made apparent that search is case-sensitive
20591         * src/action.c
20592                 useless #warnings (gtk2 is like that)
20593         * src/textview.c
20594                 useless #warnings (rewrite needed)
20595         * src/toolbar.c
20596                 useless #warnings (rewrite needed)
20597
20598 2004-07-03 [colin]      0.9.11cvs17.5
20599
20600         * src/textview.c
20601                 Fix mismerge which broke URI opening
20602                 
20603 2004-07-01 [colin]      0.9.11cvs17.4
20604
20605         * src/gtk/filesel.c
20606                 Fill filename when saving
20607                 
20608 2004-06-27 [colin]      0.9.11cvs17.3
20609
20610         * src/gtk/filesel.[ch]
20611                 Use the new GTK file selector
20612                 Update prototype to match the reality: multiple file
20613                 selection is open-only          
20614         * src/compose.c
20615                 Match the new prototypes        
20616         * configure.ac
20617                 Match the new requirements (gtk 2.4.0)
20618                         
20619 2004-06-26 [colin]      0.9.11cvs17.2
20620
20621         * src/plugins/trayicon/trayicon.c
20622                 Remove useless signal handler on resize, which causes
20623                 an infinite "loop"
20624         
20625 2004-06-26 [colin]      0.9.11cvs17.1
20626         
20627         * tools/Makefile.am
20628                 remove launch_firebird and add nautilus2sylpheed.sh
20629         * src/quicksearch.c
20630           src/summaryview.c
20631                 Fix show/hide "Extended symbols" button problem
20632                 Fix apparition at startup
20633                 Fix const warnings
20634         * src/plugins/image_viewer/Makefile.am
20635                 Fix configure 
20636         * common/ssl.c
20637                 Re-enable certificate check, as it doesn't seem to
20638                 cause Xlib errors anymore
20639
20640 2004-06-25 [paul]       0.9.11cvs17
20641
20642         * sync with 0.9.11cvs17 HEAD
20643         
20644         NOTE: QuickSearch is broken
20645
20646 2004-06-07 [colin]      0.9.10claws67.10
20647         * src/plugins/trayicon/trayicon.c
20648           src/plugins/trayicon/libeggtrayicon/Makefile.am
20649           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20650                 Fix gettextization in trayicon plugin
20651
20652 2004-06-07 [colin]      0.9.10claws67.9
20653         
20654         * src/summaryview.c
20655           src/gtk/gtksctree.[ch]
20656                 Let Shift+{Up,Down} work in summaryview
20657                 (well, Down "works" and Up works)
20658                 Let the list scroll when using these keys
20659
20660 2004-06-06 [colin]      0.9.10claws67.8
20661
20662         * src/plugins/trayicon/trayicon.c
20663                 Fix pixmap update
20664
20665 2004-06-06 [colin]      0.9.10claws67.7
20666
20667         * src/addressbook.c
20668                 Fix signal handling causing system-wide focus grab
20669
20670 2004-05-25 [paul]       0.9.10claws67.6
20671
20672         * Makefile.am
20673           src/Makefile.am
20674                 clean up
20675
20676 2004-05-25 [paul]       0.9.10claws67.5
20677
20678         * replace deprecated gtk_signal... functions
20679
20680 2004-05-23 [colin]      0.9.10claws67.4
20681
20682         * src/compose.c
20683                 Fix wrapping
20684
20685 2004-05-22 [colin]      0.9.10claws67.3
20686
20687         * src/compose.c
20688                 Re-fix [Edited] in compose.c::compose_reedit()
20689
20690 2004-05-22 [colin]      0.9.10claws67.2
20691
20692         * src/procmime.c
20693                 Fix parsing of multiparts mails
20694
20695 2004-05-22 [colin]      0.9.10claws67.1
20696
20697         * src/summaryview.c
20698                 Fix quicksearch
20699
20700 2004-05-22 [paul]       0.9.10claws67
20701
20702         * sync with 0.9.10claws67 HEAD
20703
20704 2004-05-14 [alfons]
20705
20706         * src/procmime.h
20707                 add forgotton prototype
20708
20709 2004-05-10 [paul]       0.9.10claws57
20710
20711         * sync with 0.9.10claws57 HEAD
20712
20713 2004-05-05 [paul]       0.9.9.claws1
20714
20715         * ChangeLog-gtk2        ** REMOVED **
20716           ChangeLog-gtk2.claws  ** ADDED **
20717                 rename and adopt the normal claws format
20718                 
20719         * configure.ac
20720                 require gtkmathview >= 0.5
20721
20722         * ac/*                          ** REMOVED **
20723           ac/                           ** REMOVED **
20724           intl/Makefile.in              ** REMOVED **
20725           m4/                           ** ADDED **
20726           m4/missing                    ** ADDED **
20727           m4/missing/gdk-pixbuf.m4      ** ADDED **
20728           m4/missing/gettext.m4         ** ADDED **
20729           m4/missing/gpgme.m4           ** ADDED **
20730           m4/missing/imlib.m4           ** ADDED **
20731           m4/.cvsignore                 ** ADDED **
20732           m4/Makefile.am                ** ADDED **
20733           m4/README                     ** ADDED **
20734           m4/aclocal-include.m4         ** ADDED **
20735           m4/aspell.m4                  ** ADDED **
20736           m4/check-type.m4              ** ADDED **
20737           m4/gnupg-check-typedef.m4     ** ADDED **
20738           m4/openssl.m4                 ** ADDED **
20739           m4/spamassassin.m4            ** ADDED **
20740           po/ChangeLog                  ** REMOVED **
20741           po/Makefile.in.in             ** REMOVED **
20742           po/Rules-quot                 ** REMOVED **
20743           po/boldquot.sed               ** REMOVED **
20744           po/en@boldquot.header         ** REMOVED **
20745           po/en@quot.header             ** REMOVED **
20746           po/insert-header.sin          ** REMOVED **
20747           po/quot.sed                   ** REMOVED **
20748           po/remove-potcdate.sed        ** REMOVED **
20749           po/remove-potcdate.sin        ** REMOVED **
20750           po/stamp-po                   ** REMOVED **
20751           Makefile.am
20752           autogen.sh
20753           configure.ac
20754                 enable building with automake 1.8.x
20755                 add 'autopoint --force' to autogen.sh and remove all
20756                 auto-generated files, remove ac/ directory and use
20757                 m4/ directory instead
20758                 
20759         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20760                 fix gettextization
20761
20762 2004-02-28 Colin Leroy <colin@colino.net>
20763         * src/prefs_matcher.c
20764           src/prefs_filtering.c
20765           src/prefs_filtering_action.c
20766                 Fix non-editable GtkEntries
20767
20768 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20769         * src/prefs_themes.c
20770                 utf8 conversion for theme info
20771
20772 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20773         * sync 0.9.9claws
20774
20775 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20776         * src/grouplistdialog.c
20777                 allow multiple selections without ctrl key
20778
20779 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20780         * src/main.c
20781                 enable customizable accelerators
20782
20783 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20784         * src/prefs_common.c
20785                 re-enable different font settings for gtk1/2
20786         * src/prefs_folder_item.c
20787                 fix folder prefs displayed wrong
20788         * src/textview.c
20789                 set 'sunken' shadow type
20790
20791 2004-02-07 Colin Leroy <colin@colino.net>
20792         * src/compose.c
20793                 Fix message being always [Edited]
20794                 Encode headers correctly (utf8 buf)
20795
20796 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20797         * src/socket.c
20798                 remove double g_source_attach()
20799                 (Thanks to Colin Leroy)
20800
20801 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20802         * src/gtk/gtksctree.c
20803                 Fix SSL certificate list not shown
20804         * src/mimeview.c
20805                 Fix clicks in mime tree
20806
20807 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20808         * src/common/socket.c
20809                 Fix SSL receive
20810         * src/compose.c
20811                 Fix clipboard menu hotkeys
20812
20813 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20814         * src/gtk/gtkaspell.[ch]
20815           src/compose.c
20816                 reimplement spellchecker
20817
20818 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20819         * src/gtk/filesel.c
20820                 crash when inserting file in compose window
20821                 (TODO: keep old selection on clicks)
20822         * src/main.c
20823                 use gtkrc-2.0 instead of gtkrc
20824
20825 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20826         * src/messageview.c
20827                 remove orphaned mimeview unref()
20828
20829 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20830         * src/grouplistdialog.c
20831                 expand nodes containing subscribed groups
20832
20833 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20834         * src/textview.c
20835                 textview: hide cursor, restore old click behaviour
20836
20837 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20838         * src/textview.c
20839                 variable names messed up
20840
20841 2004-01-17 Colin Leroy <colin@colino.net>
20842         * src/addr_compl.c
20843                 Fix completion address too thin
20844         * src/compose.c
20845                 Fix tab-to-subject behaviour
20846         * src/summaryview.c
20847                 Implement key up & down in summaryview
20848
20849 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20850
20851         * sync 098claws
20852
20853 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20854         * configure.ac
20855           Makefile.am
20856           doc/.cvsignore
20857           doc/Makefile.am
20858                 faq, man, manual moved to doc/
20859         * ac/aspell.m4
20860           ac/check-type.m4
20861           ac/gnupg-check-typedef.m4
20862           ac/openssl.m4
20863           ac/spamassassin.m4
20864           ac/missing/gdk-pixbuf.m4
20865           ac/missing/gpgme.m4
20866           ac/missing/imlib.m4
20867                 fix automake warnings
20868
20869 2003-12-06 Colin Leroy <colin@colino.net>
20870         * src/summaryview.c
20871                 Fix quicksearch
20872
20873 2003-12-05 Colin Leroy <colin@colino.net>
20874         * src/summaryview.c
20875                 Fix going to next unread folder
20876
20877 2003-12-05 Colin Leroy <colin@colino.net>
20878         * src/crash.c
20879                 Fix gtk2 compilation
20880         * src/session.c
20881                 Remove iotag source handler at disconnection
20882         * src/socket.[ch] 
20883                 Remove source handler when closing socket 
20884                 (fixes another seg)
20885
20886 2003-12-04 Colin Leroy <colin@colino.net>
20887         * src/compose.c
20888           src/prefs_account.c
20889           src/prefs_common.c
20890                 Fix some dropdown menus
20891
20892 2003-12-04 Colin Leroy <colin@colino.net>
20893         * src/compose.c
20894                 Fix event handlers on header fields
20895         * src/common/socket.c
20896           src/common/session.c
20897                 Fix segfault with callback (SSL)
20898                 Fix end of session 
20899
20900 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20901
20902         * Fix compile bug in src/compose.c
20903         * removed src/gtk/gtkstext.[ch]
20904
20905 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20906
20907         * Convert character set and escape "text" attributes in toolbar setting
20908         files.
20909         * Fixed bug in button-press-event handling.
20910
20911 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20912
20913         * Fixed bug in key-press-event handling.
20914
20915 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20916
20917         * Enabled to compile tray-icon plugin (Ad-hoc).
20918         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20919
20920 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20921
20922         * Enabled to compile on sylpheed-claws.
20923         (tray-icon plugin still cannot compile yet.)
20924
20925 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20926
20927         * Updated to 0.9.5.
20928
20929 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20930
20931         * Updated to 0.9.4.
20932         * Ported monitoring SSL mechanism to GSource of GLib2
20933         (I don't confirm it)
20934         * Added _gtk2 suffix to key name of font preference to avoid
20935         ovverwriting preference of Gtk+-1.2 version.
20936
20937 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
20938
20939         * Updated to 0.9.2.
20940
20941 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
20942
20943         * Updated to 0.9.1.
20944         * Translate po files into UTF-8 when execute autogen.sh.
20945
20946 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
20947
20948         * Updated to 0.9.0.
20949
20950 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
20951
20952         * Plugged GError related memory leaks.
20953
20954 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
20955
20956         * Changed default size of fonts.
20957         * Enabled to set titile font size of warning dialog.
20958
20959 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
20960
20961         * Embed a sylpheed icon into executable binary on Windows.
20962
20963 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
20964
20965         * I forgot to traslate character set of element string in src/xml.c.
20966
20967 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
20968
20969         * Fixed detecting bind_textdomain_codeset in configure.in.
20970         * The bug in which "Example" of "Date fromat" preference isn't displayed
20971         correctly has been fixed.
20972
20973 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
20974
20975         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
20976           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
20977           glib-gettextize
20978           Removed intl directory.
20979           Translated po files into UTF-8.
20980           (Thanks! Ryuji Abe)
20981
20982 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
20983
20984         * The bug which doesn't unscape string in xml.c has been fixed.
20985
20986 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
20987
20988         * The bug which is failed to translate encoding of file name thorough
20989         file dialog has been fixed.
20990
20991 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
20992
20993         * Modified to translate file names which is used in inporting/expoting
20994         mbox feature and "Save as" feature into locale encoding.
20995         * Translate file names into locale encoding when "Attache file" and
20996         "Insert file".
20997         * Force set G_BROKEN_FILENAMES environment variable.
20998         * Other minor fixes.
20999
21000 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
21001
21002         * Modified to treat MH folder's name as locale encoding.
21003
21004 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
21005
21006         * The bug which clash on switching candidates of auto completion of
21007         addresses, cannot use auto completion in Japanesse is fixed
21008         (Thanks! Tokunaga-san)¡¥
21009
21010 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21011
21012         * The bug which cannot switch key accelerator preference has been fixed
21013         (Thanks! smbd-san)¡¥
21014
21015 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21016
21017         * version 0.8.11-gtk2-20030314
21018
21019 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21020
21021         * The bug in which character set conversion of filtering messages has
21022         been fixed.(Thanks! COCOA-san).
21023
21024 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
21025
21026         * Revived "Leave space on head" preference in "Message" category.
21027         * A bug which clash when put the cursor to end of buffer and execute
21028         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
21029
21030 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
21031
21032         * version 0.8.11-gtk2-20030312
21033
21034 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
21035
21036         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
21037         * Modified to use Pango's API directly for font preference.
21038         * Integrated GtkTextView of textview to one widget.
21039         * Set fonts of header title in textview by "header_title" tag.
21040         * Removed some deprecated codes.
21041
21042 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
21043
21044         * Updated to 0.8.11.
21045         * Merged cygwin patch(Thanks! Sakai-san).
21046
21047 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
21048
21049         * version 0.8.10-gtk2-20030309