2006-12-19 [colin] 2.6.1cvs54
[claws.git] / ChangeLog
1 2006-12-19 [colin]      2.6.1cvs54
2
3         * src/jpilot.c
4                 Fix bug 1059, 'Better jpilot charset 
5                 handling'. Use libpisync's charset conversion
6                 if possible
7
8 2006-12-19 [colin]      2.6.1cvs53
9
10         * po/fr.po
11                 Updated by Fabien
12
13 2006-12-19 [wwp]        2.6.1cvs52
14
15         * src/gtk/about.c
16                 Add missing #include (thanks to Colin).
17
18 2006-12-19 [wwp]        2.6.1cvs51
19
20         * src/prefs_receive.c
21                 Better spacing between widgets in prefs.
22
23 2006-12-18 [colin]      2.6.1cvs50
24
25         * src/imap.c
26                 Fix failure to get separator on LIST "" ""
27                 Try LIST "" "INBOX" too.
28
29 2006-12-18 [wwp]        2.6.1cvs49
30
31         * src/common/session.c
32                 Fix a compiler warning (thanks to Fabien).
33
34 2006-12-18 [wwp]        2.6.1cvs48
35
36         * src/compose.c
37         * src/prefs_quote.c
38                 Factorize some strings for translation (it's about error
39                 messages when applying or checking template/quote format).
40
41 2006-12-18 [colin]      2.6.1cvs47
42
43         * Makefile.am
44         * src/common/defs.h
45         * src/gtk/Makefile.am
46         * src/gtk/about.c
47                 Add a Release notes tab from the contents of
48                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
49
50 2006-12-17 [colin]      2.6.1cvs46
51
52         * src/mimeview.c
53         * src/textview.c
54         * src/gtk/filesel.c
55                 Correctly convert from/to UTF8/filename encoding
56                 when loading and saving files. Probably fixes
57                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
58                 for a file to attach and is blocked...'
59
60 2006-12-17 [colin]      2.6.1cvs45
61
62         * src/gtk/logwindow.c
63                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
64                 IMAP folder and is blocked on main thread': 
65                 make sure we put utf8 in the log.
66
67 2006-12-16 [colin]      2.6.1cvs44
68
69         * src/toolbar.c
70         * src/toolbar.h
71                 Fix bug 1055, 'Add the 'cancel receive' 
72                 in the available events for the toolbar buttons'
73
74 2006-12-16 [colin]      2.6.1cvs43
75
76         * po/POTFILES.in
77         * src/imap.c
78         * src/common/nntp.c
79         * src/common/session.c
80                 Log error when SSL handshakes fail. 
81                 Fixes bug 1082, 'incorrect / imprecise 
82                 error message when imap server provides 
83                 ssl only through STARTTLS but SSL is 
84                 selected'
85
86 2006-12-15 [wwp]        2.6.1cvs42
87
88         * src/plugins/bogofilter/bogofilter_gtk.c
89                 set proper sensitivity to widgets I've recently added.
90
91 2006-12-15 [colin]      
92
93         2.7.0-rc1 released
94
95 2006-12-15 [wwp]        2.6.1cvs41
96
97         * src/plugins/bogofilter/bogofilter.c
98         * src/plugins/bogofilter/bogofilter.h
99         * src/plugins/bogofilter/bogofilter_gtk.c
100                 bogofilter's whitelist can now use a subset of
101                 the addressbook (either a book, a subfolder of a book,
102                 or the whole addressbook by using "Any"). Re-used there
103                 some pref_matcher widgets and mechanisms to match a subset
104                 of the addressbook.
105
106 2006-12-15 [wwp]        2.6.1cvs40
107
108         * src/wizard.c
109         * src/common/plugin.c
110         * src/common/plugin.h
111         * src/gtk/about.c
112         * src/plugins/bogofilter/bogofilter.c
113         * src/plugins/clamav/clamav_plugin.c
114         * src/plugins/demo/demo.c
115         * src/plugins/dillo_viewer/dillo_viewer.c
116         * src/plugins/pgpcore/plugin.c
117         * src/plugins/pgpinline/plugin.c
118         * src/plugins/pgpmime/plugin.c
119         * src/plugins/spamassassin/spamassassin.c
120         * src/plugins/trayicon/trayicon.c
121                 factorize some translatable strings (plugins-related),
122                 fix missing punctuation in several places,
123                 remove useless translatable \n in about.c,
124                 and factorize plugin init code w/ a new function
125                 check_plugin_version() in common/plugin.c.
126                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
127
128 2006-12-15 [wwp]        2.6.1cvs39
129
130         * src/plugins/bogofilter/bogofilter.c
131         * src/plugins/bogofilter/bogofilter_gtk.c
132                 flag whitelisted spams as spam, but don't filter it to the spam
133                 folder. Thanks to Colin.
134
135 2006-12-15 [ticho]      2.6.1cvs38
136
137         * src/plugins/bogofilter/bogofilter.c
138         * src/plugins/bogofilter/bogofilter.h
139         * src/plugins/bogofilter/bogofilter_gtk.c
140                 Add option to whitelist senders found in addressbook. Patch by colin.
141
142 2006-12-15 [paul]       2.6.1cvs37
143
144         * src/folderview.c
145                 add missing #include "log.h"
146
147 2006-12-15 [paul]       2.6.1cvs36
148
149         * src/plugins/bogofilter/bogofilter.c
150         * src/plugins/bogofilter/bogofilter.h
151         * src/plugins/bogofilter/bogofilter_gtk.c
152                 Add an option to allow inserting an
153                 X-Claws-Bogosity header (on MH folders
154                 only). Patch by Colin
155
156 2006-12-14 [colin]      2.6.1cvs35
157
158         * src/main.c
159                 "Yes" should be the default choice for
160                 migration configuration
161
162 2006-12-14 [paul]       2.6.1cvs34
163
164         * src/prefs_summaries.c
165         * manual/advanced.xml
166                 Unhide mark_as_read_delay
167
168 2006-12-14 [paul]       2.6.1cvs33
169
170         * src/messageview.c
171         * src/messageview.h
172         * src/mimeview.c
173         * src/mimeview.h
174         * src/summaryview.c
175         * src/textview.c
176         * src/textview.h
177                 Fix printing of selection
178                 Fix printing of message parts
179                 Fix printing of images
180         * src/gtk/gtksourceprintjob.c
181                 Fix page count when there are images
182
183 2006-12-14 [wwp]        2.6.1cvs32
184
185         * src/mainwindow.c
186         * src/summaryview.c
187         * src/summaryview.h
188         * src/gtk/quicksearch.c
189                 fix quicksearch 'magnify' button status when QS is closed
190                 using the Escape key, thanks to Colin.
191
192 2006-12-14 [wwp]        2.6.1cvs31
193
194         * src/mainwindow.c
195         * src/summaryview.c
196         * src/summaryview.h
197         * src/gtk/quicksearch.c
198                 fix quicksearch 'magnify' button status when QS is closed
199                 using the Escape key, thanks to Colin.
200
201 2006-12-13 [colin]      2.6.1cvs30
202
203         * src/ldapquery.c
204         * src/ldaputil.c
205                 Use the binary safe version of ldap_get_values,
206                 to make sure we manipulate null-terminated 
207                 strings. Maybe fixes bug 1075, 'claws mail 
208                 segfault when completing ldap adresses'
209         * src/syldap.c ** REMOVED **
210         * src/syldap.h ** REMOVED **
211                 Remove dead files
212
213 2006-12-13 [mones]      2.6.1cvs29
214
215         * po/es.po
216                 Fixed piped strings, fixed click translation
217
218 2006-12-13 [paul]       2.6.1cvs28
219
220         * src/main.c
221                 don't translate these strings
222
223 2006-12-13 [paul]       2.6.1cvs27
224
225         * po/en_GB.po
226                 updated
227
228 2006-12-13 [colin]      2.6.1cvs26
229
230         * src/main.c
231         * src/main.h
232                 Add claws_is_starting()
233
234 2006-12-13 [mones]      2.6.1cvs25
235
236         * manual/es/advanced.xml
237         * po/es.po
238                 Synced manual and updated translation
239
240 2006-12-12 [colin]      2.6.1cvs24
241
242         * src/wizard.c
243                 Add an option to use STARTTLS in the
244                 welcome wizard. Fixes bug 1080, 
245                 'Using SSL option in wizard for incoming 
246                 server does not activate SSL with STARTTLS'
247
248 2006-12-12 [colin]      2.6.1cvs23
249
250         * src/main.c
251                 Don't exit when there's an incomplete
252                 mailbox configured - leaves a chance 
253                 to fix a failing IMAP account. Exit
254                 if no mailbox at all is loaded (case
255                 of missing plugin).
256                 Completes bug 1077's fix (I was wrong
257                 in this bug's comment #3).
258
259 2006-12-12 [colin]      2.6.1cvs22
260
261         * src/gtk/menu.h
262                 Add another menu data type
263         * src/prefs_account.c
264                 Complete the completion of bug 1076
265                 (doesn't lose the pref on apply)
266
267 2006-12-12 [paul]       2.6.1cvs21
268
269         * src/prefs_account.c
270                 complete the fix of bug 1076
271                 also be more verbose with the text
272
273 2006-12-12 [paul]       2.6.1cvs20
274
275         * src/gtk/combobox.c
276                 fix compilation warning
277
278 2006-12-11 [colin]      2.6.1cvs19
279
280         * src/wizard.c
281                 Document :port in server entry tooltips
282
283 2006-12-11 [colin]      2.6.1cvs18
284
285         * src/main.c
286                 Fix compile
287
288 2006-12-11 [colin]      2.6.1cvs17
289
290         * src/main.c
291                 Add failing IMAP as a reason for no
292                 mailbox
293
294 2006-12-11 [colin]      2.6.1cvs16
295
296         * src/prefs_account.c
297                 Check for existence of inbox for local
298                 accounts too
299         * src/wizard.c
300                 Allow setting the port to use for servers
301                 by using the usual "server.example.com:port"
302                 syntax. Fixes bug 1077, 'sylpheed-claws does 
303                 not start when IMAP server is unavailable'
304
305 2006-12-11 [colin]      2.6.1cvs15
306
307         * src/prefs_account.c
308                 Prevent use of non-existing default inbox
309
310 2006-12-11 [colin]      2.6.1cvs14
311
312         * src/prefs_account.c
313                 Fix sensitivity. Fixes bug 1076, 'privacy 
314                 options are displayed even when pgp plugin 
315                 not loaded / available'
316
317 2006-12-09 [colin]      2.6.1cvs13
318
319         * manual/advanced.xml
320         * src/prefs_common.c
321         * src/prefs_common.h
322         * src/common/ssl_certificate.c
323                 Add a new hidden preference, 'unsafe_ssl_certs',
324                 which allows to store multiple certificates per
325                 server/port. This is disabled by default because
326                 it's less secure (presenting a new certificate
327                 instead of a changed one raises less alarms).
328                 This will cause Claws to ask about an unknown
329                 certificate for people who have used 2.6.1cvs8
330                 or greater.
331
332 2006-12-09 [colin]      2.6.1cvs12
333
334         * src/action.c
335                 Fix cache updating after action
336
337 2006-12-07 [wwp]        2.6.1cvs11
338
339         * src/compose.c
340                 fix email address comparison when replying to all
341                 (avoid replying to ourselves), thanks to Colin.
342
343 2006-12-06 [paul]       2.6.1cvs10
344
345         * src/addrharvest.c
346         * src/editldap.c
347         * src/expldifdlg.c
348         * src/news.c
349         * src/toolbar.c
350         * src/common/utils.c
351                 ...and more renaming
352                 Thanks to Colin
353
354 2006-12-06 [paul]       2.6.1cvs9
355
356         * src/compose.c
357         * src/messageview.c
358         * src/procheader.c
359         * src/procmime.c
360         * src/procmsg.c
361         * src/textview.c
362                 more renaming
363                 Thanks to Colin
364
365 2006-12-06 [colin]      2.6.1cvs8
366
367         * src/ssl_manager.c
368         * src/common/ssl_certificate.c
369         * src/common/ssl_certificate.h
370                 Handle multiple certificates per host/port
371
372 2006-12-06 [colin]      2.6.1cvs7
373
374         * src/etpan/imap-thread.c
375                 Fix certificate checking on IMAP
376
377 2006-12-06 [colin]      2.6.1cvs6
378
379         * src/folderview.c
380                 Fix bug 1072, 'Claws stops fetching newsgroups 
381                 from server when newsgroup got deleted': continue
382                 checking other groups
383
384 2006-12-05 [wwp]        2.6.1cvs5
385
386         * src/message_search.c
387         * src/summary_search.c
388         * src/gtk/combobox.c
389         * src/gtk/combobox.h
390         * src/gtk/gtkutils.c
391         * src/gtk/gtkutils.h
392                 make up and down arrow keys in modern gtk_combo_box_entry widgets
393                 behave like w/ old comboboxes (summary and message search only).
394
395 2006-12-05 [paul]       2.6.1cvs4
396
397         * src/wizard.c
398                 encode headers
399                 Thanks to Colin
400
401 2006-12-05 [paul]       2.6.1cvs3
402
403         * tools/README
404         * tools/textviewer.pl
405                 script updated and description added
406
407 2006-12-04 [colin]      2.6.1cvs2
408
409         * src/compose.c
410                 Run pre-send hook only when checking
411                 everything
412
413 2006-12-04 [paul]       2.6.1cvs1
414
415         * NEWS
416         * README
417         * RELEASE_NOTES
418         * configure.ac
419         * tools/README
420                 bump up version number following stable release
421
422 2006-12-04 [paul]       2.6.0cvs83
423
424         * README
425                 updates and corrections
426
427 2006-12-04 [colin]      2.6.0cvs82
428
429         * src/common/utils.c
430                 Probably fix bug 1066, 'Incorrect mailbox 
431                 size displayed'
432
433 2006-12-04 [colin]      2.6.0cvs81
434
435         * src/common/utils.c
436                 Trim tabs from mailcap file too.
437
438 2006-12-02 [paul]       2.6.0cvs80
439
440         * src/exphtmldlg.c
441                 fix broken GUI under certain languages
442         * src/expldifdlg.c
443                 put the Cancel button to the right
444
445 2006-12-01 [paul]       2.6.0cvs79
446
447         * tools/Makefile.am
448                 remove reference to removed file
449
450 2006-12-01 [wwp]        2.6.0cvs78
451
452         * src/addressbook.c
453         * src/editaddress.c
454                 remove forgotten debug statements.
455
456 2006-12-01 [wwp]        2.6.0cvs77
457
458         * manual/advanced.xml
459         * manual/fr/advanced.xml
460         * src/addressbook.c
461         * src/addressbook.h
462         * src/addressitem.h
463         * src/editaddress.c
464         * src/editaddress.h
465         * src/prefs_common.c
466         * src/prefs_common.h
467         * src/gtk/gtkutils.c
468         * src/gtk/gtkutils.h
469                 add a hidden option to allow embedding the editaddress (edit contact details)
470                 dialog into the addressbook's window. This doesn't change the default
471                 behaviour.
472
473 2006-12-01 [wwp]        2.6.0cvs76
474
475         * src/message_search.c
476         * src/summary_search.c
477                 fix more focus issues (don't set focus to combobox's entry widget when
478                 entry's value changed, if entry widget has focus already).
479
480 2006-12-01 [wwp]        2.6.0cvs75
481
482         * src/gtk/quicksearch.c
483                 revert last changes to the quicksearch gtk_combo_box, this needs more
484                 tuning and testing.
485
486 2006-12-01 [paul]       2.6.0cvs74
487
488         * tools/kdeservicemenu/README
489         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
490         * tools/kdeservicemenu/install.sh
491         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
492         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
493                 simplify this stuff, and in so doing,
494                 fix it. (possibly re-extend it again at
495                 a later date)
496
497 2006-12-01 [wwp]        2.6.0cvs73
498
499         * src/gtk/quicksearch.c
500                 adapt quicksearch code to use modern gtk_combo_box'es.
501
502 2006-12-01 [wwp]        2.6.0cvs72
503
504         * src/common/defs.h
505         * src/prefs_common.c
506         * src/prefs_common.h
507         * src/message_search.c
508         * src/summary_search.c
509         * src/gtk/combobox.c
510         * src/gtk/combobox.h
511                 add history combos to all message and summary search fields.
512
513 2006-12-01 [wwp]        2.6.0cvs71
514
515         * src/summaryview.c
516                 As the list may change while the mark as read delay
517                 runs, we can't rely on the 'row' pointer, which can
518                 be invalid when the timeout is called. As the mark
519                 as read is only done if the message is still selected,
520                 use summaryview->selected instead. Thanks to Colin.
521
522 2006-11-30 [paul]       2.6.0cvs70
523
524         * src/textview.c
525                 give emphasis to "Sylpheed-Claws"
526                 as well as "Claws Mail"
527
528 2006-11-30 [colin]      2.6.0cvs69
529
530         * src/wizard.c
531                 Put the SSL checkboxes in the receiving
532                 and sending server pages.
533
534 2006-11-29 [colin]      2.6.0cvs68
535
536         * src/gtk/gtkutils.c
537         * src/gtk/gtkvscrollbutton.c
538                 Revert some deprecated fixes - they seem to
539                 deprecate stuff as soon as a new one gets out.
540                 g_object_ref_sink needed glib-2.10.
541
542 2006-11-29 [colin]      2.6.0cvs67
543
544         * src/common/utils.c
545                 Create .mailcap if it doesn't exist
546
547 2006-11-29 [colin]      2.6.0cvs66
548
549         * src/compose.c
550                 Followup to cvs60: use original list
551                 of recipients if replying to a mail
552                 in Sent Drafts or Queue.
553
554 2006-11-27 [paul]       2.6.0cvs65
555
556         * src/image_viewer.c
557                 revert the last change for now (it's broken)
558
559 2006-11-27 [paul]       2.6.0cvs64
560
561         * Makefile.am
562         * configure.ac
563         * m4/aclocal-include.m4
564         * m4/check-type.m4
565         * src/Makefile.am
566         * src/addr_compl.c
567         * src/compose.c
568         * src/crash.c
569         * src/export.c
570         * src/exporthtml.c
571         * src/exportldif.c
572         * src/imap.c
573         * src/import.c
574         * src/main.c
575         * src/main.h
576         * src/matcher.c
577         * src/mimeview.c
578         * src/procmsg.c
579         * src/textview.c
580         * src/common/Makefile.am
581         * src/common/claws.c
582         * src/common/claws.h
583         * src/common/ssl.c
584         * src/common/sylpheed.c
585         * src/common/sylpheed.h
586         * src/etpan/Makefile.am
587         * src/gtk/Makefile.am
588         * src/gtk/claws-marshal.list
589         * src/gtk/filesel.c
590         * src/gtk/gtksctree.c
591         * src/gtk/quicksearch.c
592         * src/gtk/sylpheed-marshal.list
593         * src/plugins/bogofilter/bogofilter.c
594         * src/plugins/bogofilter/bogofilter_gtk.c
595         * src/plugins/clamav/clamav_plugin.c
596         * src/plugins/clamav/clamav_plugin_gtk.c
597         * src/plugins/demo/demo.c
598         * src/plugins/dillo_viewer/dillo_viewer.c
599         * src/plugins/pgpcore/Makefile.am
600         * src/plugins/pgpcore/claws.def
601         * src/plugins/pgpcore/pgp_viewer.c
602         * src/plugins/pgpcore/plugin.c
603         * src/plugins/pgpcore/sylpheed.def
604         * src/plugins/pgpinline/Makefile.am
605         * src/plugins/pgpinline/claws.def
606         * src/plugins/pgpinline/plugin.c
607         * src/plugins/pgpinline/sylpheed.def
608         * src/plugins/pgpmime/Makefile.am
609         * src/plugins/pgpmime/claws.def
610         * src/plugins/pgpmime/plugin.c
611         * src/plugins/pgpmime/sylpheed.def
612         * src/plugins/spamassassin/spamassassin.c
613         * src/plugins/spamassassin/spamassassin_gtk.c
614         * src/plugins/trayicon/trayicon.c
615                 yet more renaming
616                 remove deprecated gtk_tooltips_set_delay()
617
618 2006-11-26 [paul]       2.6.0cvs63
619
620         * src/expldifdlg.c
621         * src/folderview.c
622         * src/image_viewer.c
623         * src/mainwindow.c
624         * src/gtk/gtkutils.c
625         * src/gtk/gtkvscrollbutton.c
626         * src/gtk/prefswindow.c
627         * src/plugins/pgpcore/prefs_gpg.c
628                 replace more deprecated GTK+ functions
629
630 2006-11-26 [paul]       2.6.0cvs62
631
632         * src/addr_compl.c
633         * src/addressbook.c
634         * src/browseldap.c
635                 replace deprecated gtk_idle_... functions
636
637 2006-11-26 [paul]       2.6.0cvs61
638
639         * src/compose.c
640         * src/folderview.c
641         * src/inc.c
642         * src/summaryview.c
643         * src/gtk/gtkvscrollbutton.c
644         * src/gtk/quicksearch.c
645         * src/plugins/pgpcore/passphrase.c
646                 replace deprecated gtk_timeout_add and
647                 gtk_timeout_remove
648
649 2006-11-26 [paul]       2.6.0cvs60
650
651         * src/compose.c
652                 fix bug that caused the wrong recipient
653                 to be selected when replying to a msg
654                 which is From one of our accounts to
655                 another of our accounts
656
657 2006-11-25 [paul]       2.6.0cvs59
658
659         * src/summaryview.c
660                 don't change the From column title to
661                 To if the To column is visible
662
663 2006-11-24 [paul]       2.6.0cvs58
664
665         * src/compose.c
666                 fix bug 1069, 'Sent mails disappear, BCC
667                 or locking problem?'
668
669 2006-11-21 [wwp]        2.6.0cvs57
670
671         * src/compose.c
672                 fix spelling menu when replying (same as 2.3.1cvs39):
673                 discrepancy between context menu and top menu when
674                 folder's dictionary isn't the default one.
675
676 2006-11-19 [paul]       2.6.0cvs56
677
678         * src/summaryview.c
679                 obey always_show_msg option when
680                 marking as spam
681         * src/plugins/bogofilter/bogofilter.c
682                 fix typo
683
684 2006-11-18 [paul]       2.6.0cvs55
685
686         * AUTHORS
687         * README
688         * debian/copyright
689         * manual/ack.xml
690         * manual/es/ack.xml
691         * manual/fr/ack.xml
692         * manual/pl/ack.xml
693         * src/gtk/authors.h
694         * src/gtk/icon_legend.c
695         * src/gtk/icon_legend.h
696         * tools/OOo2claws-mail.pl
697         * tools/README
698         * tools/acroread2claws-mail.pl
699         * tools/claws.i18n.status.pl
700         * tools/filter_conv.pl
701         * tools/filter_conv_new.pl
702         * tools/freshmeat_search.pl
703         * tools/google_search.pl
704         * tools/kmail2claws-mail.pl
705         * tools/kmail2claws-mail_v2.pl
706         * tools/maildir2claws-mail.pl
707         * tools/make.themes.project
708         * tools/multiwebsearch.pl
709         * tools/outlook2claws-mail.pl
710         * tools/tb2claws-mail
711         * tools/kdeservicemenu/README
712         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
713                 update mine and wwp's email addresses in
714                 several places
715                 Patch by wwp
716         * src/prefs_compose_writing.c
717                 set sensitivity on 'new message format' frame
718
719 2006-11-17 [paul]       2.6.0cvs54
720
721         * src/gtk/about.c
722                 more reworking of the GUI
723                 Patch by Fabien Vantard
724
725 2006-11-16 [paul]       2.6.0cvs53
726
727         * src/gtk/about.c
728                 set a minimum size for the window, allow
729                 it to automatically expand as necessary
730
731 2006-11-16 [wwp]        2.6.0cvs52
732
733         * src/gtk/about.c
734                 better wrap of copyright info on some systems.
735
736 2006-11-16 [paul]       2.6.0cvs51
737
738         * src/gtk/about.c
739                 move the tech info from the upper panel
740                 to the Info tab
741                 use a gtk_text_view for the features tab
742
743 2006-11-16 [paul]       2.6.0cvs50
744
745         * po/Makevars
746                 update my email address
747         * src/addressbook.c
748         * src/compose.c
749         * src/imap_gtk.c
750         * src/mh_gtk.c
751         * src/news_gtk.c
752         * src/summaryview.c
753         * src/plugins/trayicon/trayicon.c
754                 don't offer simple menu separators
755                 for translation
756         * src/folderview.c
757                 add separator between 'mark all read'
758                 and 'search folder'
759
760 2006-11-15 [wwp]        2.6.0cvs49
761
762         * src/gtk/authors.h
763                 updated manuals authors.
764
765 2006-11-14 [paul]       2.6.0cvs48
766
767         * src/compose.c
768                 Fix Options/Reply mode after draft save
769
770 2006-11-14 [paul]       2.6.0cvs47
771
772         * src/Makefile.am
773                 Fix make DESTDIR=...
774         * src/mbox.c
775                 Optimise speed
776         * src/plugins/pgpinline/pgpinline.c
777                 Probably fix bug 1061
778
779 2006-11-14 [paul]       2.6.0cvs46
780
781         * po/Makevars
782                 enable Q_ macro
783         * src/Makefile.am
784         * src/stock_pixmap.c
785         * src/stock_pixmap.h
786         * src/gtk/about.c
787         * src/pixmaps/active.xpm
788         * src/pixmaps/inactive.xpm
789                 add a new page, 'Features', to the About dialog
790                 showing which features are compiled in and which
791                 are not
792
793 2006-11-14 [paul]       2.6.0cvs45
794
795         * po/ru.po
796                 updated by Pavlo Bohmat
797
798 2006-11-14 [colin]      2.6.0cvs44
799
800         * src/compose.c
801         * src/inc.c
802         * src/messageview.c
803         * src/news.c
804         * src/pop.c
805         * src/procmsg.c
806         * src/gtk/gtkaspell.c
807                 Fix 64-bit-related warnings
808         * src/ssl_manager.c
809                 Fix possible infinite loop
810         * src/plugins/pgpcore/sgpgme.c
811                 Remove useless check
812
813 2006-11-13 [colin]      2.6.0cvs43
814
815         * src/gtk/Makefile.am
816                 authors.h isn't generated
817
818 2006-11-13 [colin]      2.6.0cvs42
819
820         * src/plugins/pgpinline/pgpinline.c
821         * src/plugins/pgpmime/pgpmime.c
822                 Very probably fix bug 1061, 'crash on 
823                 opening signed email'. Another cast
824                 problem
825
826 2006-11-13 [colin]      2.6.0cvs41
827
828         * src/plugins/pgpcore/sgpgme.c
829                 Maybe fix bug 1061, 'crash on opening 
830                 signed email'
831
832 2006-11-13 [wwp]        2.6.0cvs40
833
834         * src/plugins/pgpinline/pgpinline.c
835                 fix candidate for bug #1057, thanks to Colin.
836
837 2006-11-13 [wwp]        2.6.0cvs39
838
839         * src/compose.c
840         * src/quote_fmt_parse.y
841                 fix bug 1052: current parser buffer was not always 
842                 allocated, ptr to this buffer could be returned as 
843                 NULL whereas no parser error has occurred. in 
844                 consequence, defining a template body as "%d" 
845                 (w/o the quotes) for the first time of the instance 
846                 of claws-mail, was reporting a parser error. make 
847                 sure that the buffer is always allocated, even to 
848                 an empty string.
849                 fix mis-unescaping in compose.:compose_quote_fmt(): 
850                 unescaping of the fmt string was always done 
851                 whereas it must be done *only* when receiving 
852                 quote format strings issued from the prefs 
853                 (compose new message, reply, forward, redirect 
854                 formats), *not* when applying templates.  in 
855                 consequences, applying templates w/ sequences 
856                 like \\|p{echo} were failing. make sure that 
857                 unescaping is done only when necessary.
858
859 2006-11-12 [colin]      2.6.0cvs38
860
861         * po/de.po
862                 Fix typo (s/KB/MB)
863
864 2006-11-12 [colin]      2.6.0cvs37
865
866         * src/plugins/pgpinline/pgpinline.c
867         * src/plugins/pgpmime/pgpmime.c
868                 Release GPG context at the latest 
869                 possible moment. Maybe fixes 
870                 bug 1057, 'crash on sending signed 
871                 message to a newsgroup'
872                 
873
874 2006-11-12 [colin]      2.6.0cvs36
875
876         * src/plugins/pgpcore/sgpgme.c
877                 Tell a bit more when gpg's status doesn't
878                 contain any signature
879
880 2006-11-12 [colin]      2.6.0cvs35
881
882         * src/compose.c
883                 Fix bug 1060, 'compilation error with 
884                 Irix's cc'
885
886 2006-11-12 [paul]       2.6.0cvs34
887
888         * doc/man/claws-mail.1
889         * src/prefs_gtk.c
890         * src/plugins/clamav/README
891         * src/plugins/spamassassin/README
892         * tools/README
893         * tools/freshmeat_search.pl
894         * tools/google_search.pl
895         * tools/multiwebsearch.pl
896                 more renaming
897         * src/plugins/trayicon/trayicon.c
898                 fix compiliation warning
899
900 2006-11-11 [colin]      2.6.0cvs33
901
902         * src/folderview.c
903                 Forbid drag and drop from/to different
904                 folders of type F_UNKNOWN
905
906 2006-11-11 [colin]      2.6.0cvs32
907
908         * src/plugins/pgpinline/pgpinline.c
909                 Fix typo in previous commit:
910                 - gpgme_new(&ctx);
911                 + if ((err = gpgme_new(&data->ctx)) ...)
912
913 2006-11-11 [colin]      2.6.0cvs31
914
915         * src/plugins/pgpinline/pgpinline.c
916         * src/plugins/pgpmime/pgpmime.c
917                 Check success after calling gpgme_new
918                 Maybe fixes bug 1057, 'crash on sending 
919                 signed message to a newsgroup'
920
921 2006-11-11 [colin]      2.6.0cvs30
922
923         * src/undo.c
924                 init undostruct to 0s (from
925                 valgrind log of bug 1057)
926
927 2006-11-10 [colin]      2.6.0cvs29
928
929         * src/mainwindow.c
930                 Set cursor to wait before filtering
931                 duplicates in all folders
932         * src/plugins/bogofilter/bogofilter.c
933         * src/plugins/bogofilter/bogofilter.h
934         * src/plugins/bogofilter/bogofilter_gtk.c
935                 Completely thread away the bogofilter
936                 filtering
937
938 2006-11-10 [mones]      2.6.0cvs28
939
940         * src/compose.c
941         * src/compose.h
942                 added COMPOSE_CHECK_BEFORE_SEND hook
943
944 2006-11-10 [paul]       2.6.0cvs27
945
946         * src/crash.c
947                 more renaming
948                 add libSM to get_compiled_in_features()
949         * src/main.c
950                 more renaming
951
952 2006-11-10 [colin]      2.6.0cvs26
953
954         * src/etpan/imap-thread.c
955                 Add a reference to libetpan's sasl engine
956                 so that sasl_done() doesn't get called by
957                 libetpan, and doesn't break openssl.
958                 Should fix bug 1053, 'SC fails to reestablish 
959                 a secure connection'
960                 Patch by Hoa
961
962 2006-11-10 [colin]      2.6.0cvs25
963
964         * manual/addrbook.xml
965         * manual/advanced.xml
966         * manual/faq.xml
967         * manual/intro.xml
968                 Some more renaming
969
970 2006-11-09 [colin]      2.6.0cvs24
971
972         * src/plugins/bogofilter/bogofilter_gtk.c
973                 Add comment about annoyance
974
975 2006-11-09 [colin]      2.6.0cvs23
976
977         * src/plugins/bogofilter/bogofilter.c
978         * src/plugins/bogofilter/bogofilter_gtk.c
979                 Prepare things needed to thread bogofilter
980                 filtering: separate bogo stuff and possible GUI
981                 stuff. 
982
983 2006-11-09 [colin]      2.6.0cvs22
984
985         * src/account.c
986         * src/compose.c
987                 Search for one of our accounts in Delivered-To
988                 (helps for auto-account selection when 
989                  replying/forwarding)
990         * src/folderview.c
991         * src/mainwindow.c
992         * src/mainwindow.h
993         * src/plugins/trayicon/trayicon.c
994                 Allow opening a new mail with any account from
995                 the contextual menu
996
997 2006-11-09 [wwp]        2.6.0cvs21
998
999         * src/compose.c
1000         * src/prefs_common.c
1001         * src/prefs_common.h
1002         * src/prefs_compose_writing.c
1003                 add a compose new message format (in prefs/compose/writing), it's a
1004                 simple subject+body template to use when opening a new composition
1005                 window. It's similar to the existent reply and forward formats.
1006
1007                 enhanced the template/format % symbols substitution mechanism to
1008                 use current composition window information when % are used in
1009                 the compose new message format or in templates applied to new
1010                 messages (there were useless in that situations before). When
1011                 applied to new messages, %d corresponds to the system time/date.
1012
1013 2006-11-09 [paul]       2.6.0cvs20
1014
1015         * src/gtk/authors.h
1016                 fix last commit
1017
1018 2006-11-09 [paul]       2.6.0cvs19
1019
1020         * src/gtk/authors.h
1021                 keep tje alphabetical order
1022
1023 2006-11-08 [colin]      2.6.0cvs18
1024
1025         * src/etpan/imap-thread.c
1026                 Fix bug 1054, 'Slowness logging big 
1027                 data chunks'
1028
1029 2006-11-08 [paul]       2.6.0cvs17
1030
1031         * tools/Makefile.am
1032                 fix the renaming
1033
1034 2006-11-08 [paul]       2.6.0cvs16
1035
1036         * src/common/defs.h
1037                 update BUGZILLA_URI
1038
1039 2006-11-08 [paul]       2.6.0cvs15
1040
1041         * tools/Makefile.am
1042         * tools/OOo2claws-mail.pl
1043         * tools/OOo2sylpheed.pl
1044         * tools/README
1045         * tools/acroread2claws-mail.pl
1046         * tools/acroread2sylpheed.pl
1047         * tools/kmail2claws-mail.pl
1048         * tools/kmail2claws-mail_v2.pl
1049         * tools/kmail2sylpheed.pl
1050         * tools/kmail2sylpheed_v2.pl
1051         * tools/maildir2claws-mail.pl
1052         * tools/maildir2sylpheed.pl
1053         * tools/nautilus2claws-mail.sh
1054         * tools/nautilus2sylpheed.sh
1055         * tools/outlook2claws-mail.pl
1056         * tools/outlook2sylpheed.pl
1057         * tools/tb2claws-mail
1058         * tools/tb2sylpheed
1059         * tools/tbird2claws.py
1060         * tools/tbird2syl.py
1061         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1062         * tools/kdeservicemenu/install.sh
1063         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1064         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1065         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
1066         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1067         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1068                 renamed (removed, added) tools files
1069
1070 2006-11-08 [paul]       2.6.0cvs14
1071
1072         * src/main.c
1073         * src/common/defs.h
1074                 Migrate sylpheedrc to clawsrc, and fix the standard
1075                 plugins path in the process
1076
1077 2006-11-07 [colin]      2.6.0cvs13
1078
1079         * src/Makefile.am
1080                 Symlink sylpheed-claws relative to 
1081                 claws-mail
1082
1083 2006-11-07 [colin]      2.6.0cvs12
1084
1085         * src/compose.c
1086                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
1087
1088 2006-11-07 [paul]       2.6.0cvs11
1089
1090         * src/gtk/about.c
1091                 Fix a missed occurence of
1092                 Sylpheed-Claws
1093
1094 2006-11-07 [paul]       2.6.0cvs10
1095
1096         * src/Makefile.am
1097                 Fix symlink installation
1098
1099 2006-11-07 [paul]       2.6.0cvs9
1100
1101         * src/Makefile.am
1102                 Symlink claws-mail to sylpheed-claws
1103         * src/common/utils.c
1104                 Fix migrating symlinks
1105         * src/etpan/imap-thread.c
1106                 check certificate only when there's
1107                 no error
1108
1109 2006-11-07 [paul]       2.6.0cvs8
1110
1111         * Makefile.am
1112                 Fix icon breakages with Gtk, which needs a 
1113                 cache updated to see them.
1114
1115 2006-11-07 [paul]       2.6.0cvs7
1116
1117         * .cvsignore
1118         * AUTHORS
1119         * COPYING
1120         * INSTALL
1121         * Makefile.am
1122         * NEWS
1123         * README
1124         * RELEASE_NOTES
1125         * autogen.sh
1126         * claws-mail-128x128.png
1127         * claws-mail-64x64.png
1128         * claws-mail.ico
1129         * claws-mail.pc.in
1130         * claws-mail.png
1131         * configure.ac
1132         * sylpheed-claws-128x128.png
1133         * sylpheed-claws-64x64.png
1134         * sylpheed-claws.desktop
1135         * sylpheed-claws.ico
1136         * sylpheed-claws.pc.in
1137         * sylpheed-claws.png
1138         * debian/README.Debian
1139         * debian/changelog
1140         * debian/claws-mail.desktop
1141         * debian/claws-mail.menu
1142         * debian/claws-mail.postinst.debhelper
1143         * debian/claws-mail.postrm.debhelper
1144         * debian/control
1145         * debian/copyright
1146         * debian/files
1147         * debian/rules
1148         * debian/sylpheed-claws.desktop
1149         * debian/sylpheed-claws.menu
1150         * debian/sylpheed-claws.postinst.debhelper
1151         * debian/sylpheed-claws.postrm.debhelper
1152         * doc/man/Makefile.am
1153         * doc/man/claws-mail.1
1154         * doc/man/sylpheed-claws.1
1155         * doc/src/ChangeLog.claws-pre0.8.0
1156         * manual/Makefile.am
1157         * manual/account.xml
1158         * manual/ack.xml
1159         * manual/addrbook.xml
1160         * manual/advanced.xml
1161         * manual/claws-mail-manual.xml
1162         * manual/faq.xml
1163         * manual/glossary.xml
1164         * manual/handling.xml
1165         * manual/intro.xml
1166         * manual/keyboard.xml
1167         * manual/plugins.xml
1168         * manual/starting.xml
1169         * manual/sylpheed-claws-manual.xml
1170         * manual/xml2pdf
1171         * manual/dist/.cvsignore
1172         * manual/dist/html/.cvsignore
1173         * manual/dist/html/Makefile.am
1174         * manual/dist/pdf/.cvsignore
1175         * manual/dist/pdf/Makefile.am
1176         * manual/dist/ps/.cvsignore
1177         * manual/dist/ps/Makefile.am
1178         * manual/dist/txt/.cvsignore
1179         * manual/dist/txt/Makefile.am
1180         * manual/es/Makefile.am
1181         * manual/es/advanced.xml
1182         * manual/es/claws-mail-manual.xml
1183         * manual/es/faq.xml
1184         * manual/es/glossary.xml
1185         * manual/es/handling.xml
1186         * manual/es/intro.xml
1187         * manual/es/plugins.xml
1188         * manual/es/sylpheed-claws-manual.xml
1189         * manual/es/dist/.cvsignore
1190         * manual/es/dist/html/.cvsignore
1191         * manual/es/dist/html/Makefile.am
1192         * manual/es/dist/pdf/.cvsignore
1193         * manual/es/dist/pdf/Makefile.am
1194         * manual/es/dist/ps/.cvsignore
1195         * manual/es/dist/ps/Makefile.am
1196         * manual/es/dist/txt/.cvsignore
1197         * manual/es/dist/txt/Makefile.am
1198         * manual/fr/Makefile.am
1199         * manual/fr/account.xml
1200         * manual/fr/ack.xml
1201         * manual/fr/addrbook.xml
1202         * manual/fr/advanced.xml
1203         * manual/fr/claws-mail-manual.xml
1204         * manual/fr/faq.xml
1205         * manual/fr/glossary.xml
1206         * manual/fr/handling.xml
1207         * manual/fr/intro.xml
1208         * manual/fr/keyboard.xml
1209         * manual/fr/plugins.xml
1210         * manual/fr/starting.xml
1211         * manual/fr/sylpheed-claws-manual.xml
1212         * manual/fr/dist/.cvsignore
1213         * manual/fr/dist/html/.cvsignore
1214         * manual/fr/dist/html/Makefile.am
1215         * manual/fr/dist/pdf/.cvsignore
1216         * manual/fr/dist/pdf/Makefile.am
1217         * manual/fr/dist/ps/.cvsignore
1218         * manual/fr/dist/ps/Makefile.am
1219         * manual/fr/dist/txt/.cvsignore
1220         * manual/fr/dist/txt/Makefile.am
1221         * manual/pl/Makefile.am
1222         * manual/pl/account.xml
1223         * manual/pl/ack.xml
1224         * manual/pl/addrbook.xml
1225         * manual/pl/advanced.xml
1226         * manual/pl/claws-mail-manual.xml
1227         * manual/pl/faq.xml
1228         * manual/pl/glossary.xml
1229         * manual/pl/handling.xml
1230         * manual/pl/intro.xml
1231         * manual/pl/keyboard.xml
1232         * manual/pl/plugins.xml
1233         * manual/pl/starting.xml
1234         * manual/pl/sylpheed-claws-manual.xml
1235         * manual/pl/dist/.cvsignore
1236         * manual/pl/dist/html/.cvsignore
1237         * manual/pl/dist/html/Makefile.am
1238         * manual/pl/dist/pdf/.cvsignore
1239         * manual/pl/dist/pdf/Makefile.am
1240         * manual/pl/dist/ps/.cvsignore
1241         * manual/pl/dist/ps/Makefile.am
1242         * manual/pl/dist/txt/.cvsignore
1243         * manual/pl/dist/txt/Makefile.am
1244         * po/.cvsignore
1245         * po/Makevars
1246         * src/.cvsignore
1247         * src/Makefile.am
1248         * src/account.c
1249         * src/account.h
1250         * src/action.c
1251         * src/action.h
1252         * src/adbookbase.h
1253         * src/addr_compl.c
1254         * src/addr_compl.h
1255         * src/addrbook.c
1256         * src/addrcache.c
1257         * src/addrcache.h
1258         * src/addrcindex.c
1259         * src/addrcindex.h
1260         * src/addrclip.c
1261         * src/addrclip.h
1262         * src/addrdefs.h
1263         * src/addressadd.c
1264         * src/addressadd.h
1265         * src/addressbook.c
1266         * src/addressbook.h
1267         * src/addressbook_foldersel.c
1268         * src/addressbook_foldersel.h
1269         * src/addrgather.c
1270         * src/addrgather.h
1271         * src/addrharvest.c
1272         * src/addrharvest.h
1273         * src/addrindex.c
1274         * src/addrindex.h
1275         * src/addritem.c
1276         * src/addritem.h
1277         * src/addrquery.c
1278         * src/addrquery.h
1279         * src/addrselect.c
1280         * src/addrselect.h
1281         * src/alertpanel.c
1282         * src/alertpanel.h
1283         * src/browseldap.c
1284         * src/browseldap.h
1285         * src/codeconv.c
1286         * src/codeconv.h
1287         * src/compose.c
1288         * src/crash.c
1289         * src/crash.h
1290         * src/customheader.c
1291         * src/customheader.h
1292         * src/displayheader.c
1293         * src/displayheader.h
1294         * src/editaddress.c
1295         * src/editaddress.h
1296         * src/editbook.c
1297         * src/editbook.h
1298         * src/editgroup.c
1299         * src/editgroup.h
1300         * src/editjpilot.c
1301         * src/editjpilot.h
1302         * src/editldap.c
1303         * src/editldap.h
1304         * src/editldap_basedn.c
1305         * src/editldap_basedn.h
1306         * src/editvcard.c
1307         * src/editvcard.h
1308         * src/exphtmldlg.c
1309         * src/exphtmldlg.h
1310         * src/expldifdlg.c
1311         * src/expldifdlg.h
1312         * src/export.c
1313         * src/exporthtml.c
1314         * src/exporthtml.h
1315         * src/exportldif.c
1316         * src/exportldif.h
1317         * src/filtering.c
1318         * src/filtering.h
1319         * src/folder.c
1320         * src/folder.h
1321         * src/folder_item_prefs.c
1322         * src/folder_item_prefs.h
1323         * src/foldersel.c
1324         * src/foldersel.h
1325         * src/folderutils.c
1326         * src/folderutils.h
1327         * src/folderview.c
1328         * src/folderview.h
1329         * src/grouplistdialog.c
1330         * src/grouplistdialog.h
1331         * src/html.c
1332         * src/html.h
1333         * src/image_viewer.c
1334         * src/image_viewer.h
1335         * src/imap.c
1336         * src/imap.h
1337         * src/imap_gtk.c
1338         * src/imap_gtk.h
1339         * src/import.c
1340         * src/import.h
1341         * src/importldif.c
1342         * src/importldif.h
1343         * src/importmutt.c
1344         * src/importmutt.h
1345         * src/importpine.c
1346         * src/importpine.h
1347         * src/inc.c
1348         * src/inc.h
1349         * src/jpilot.c
1350         * src/jpilot.h
1351         * src/ldapctrl.c
1352         * src/ldapctrl.h
1353         * src/ldaplocate.c
1354         * src/ldaplocate.h
1355         * src/ldapquery.c
1356         * src/ldapquery.h
1357         * src/ldapserver.c
1358         * src/ldapserver.h
1359         * src/ldaputil.c
1360         * src/ldaputil.h
1361         * src/ldif.c
1362         * src/ldif.h
1363         * src/localfolder.c
1364         * src/localfolder.h
1365         * src/main.c
1366         * src/main.h
1367         * src/mainwindow.c
1368         * src/mainwindow.h
1369         * src/manual.c
1370         * src/manual.h
1371         * src/matcher.c
1372         * src/matcher.h
1373         * src/matcher_parser.h
1374         * src/matcher_parser_lex.l
1375         * src/matcher_parser_parse.y
1376         * src/mbox.c
1377         * src/mbox.h
1378         * src/message_search.c
1379         * src/message_search.h
1380         * src/messageview.c
1381         * src/messageview.h
1382         * src/mh.c
1383         * src/mh.h
1384         * src/mh_gtk.c
1385         * src/mh_gtk.h
1386         * src/mimeview.c
1387         * src/mimeview.h
1388         * src/msgcache.c
1389         * src/msgcache.h
1390         * src/mutt.c
1391         * src/mutt.h
1392         * src/news.c
1393         * src/news.h
1394         * src/news_gtk.c
1395         * src/news_gtk.h
1396         * src/noticeview.c
1397         * src/noticeview.h
1398         * src/partial_download.c
1399         * src/partial_download.h
1400         * src/pine.c
1401         * src/pine.h
1402         * src/pop.c
1403         * src/pop.h
1404         * src/prefs_account.c
1405         * src/prefs_account.h
1406         * src/prefs_actions.c
1407         * src/prefs_actions.h
1408         * src/prefs_common.c
1409         * src/prefs_common.h
1410         * src/prefs_compose_writing.c
1411         * src/prefs_compose_writing.h
1412         * src/prefs_customheader.c
1413         * src/prefs_customheader.h
1414         * src/prefs_display_header.c
1415         * src/prefs_display_header.h
1416         * src/prefs_ext_prog.c
1417         * src/prefs_ext_prog.h
1418         * src/prefs_filtering.c
1419         * src/prefs_folder_column.c
1420         * src/prefs_folder_column.h
1421         * src/prefs_folder_item.c
1422         * src/prefs_folder_item.h
1423         * src/prefs_fonts.c
1424         * src/prefs_fonts.h
1425         * src/prefs_gtk.c
1426         * src/prefs_gtk.h
1427         * src/prefs_image_viewer.c
1428         * src/prefs_image_viewer.h
1429         * src/prefs_matcher.c
1430         * src/prefs_matcher.h
1431         * src/prefs_message.c
1432         * src/prefs_message.h
1433         * src/prefs_msg_colors.c
1434         * src/prefs_msg_colors.h
1435         * src/prefs_other.c
1436         * src/prefs_other.h
1437         * src/prefs_quote.c
1438         * src/prefs_quote.h
1439         * src/prefs_receive.c
1440         * src/prefs_receive.h
1441         * src/prefs_send.c
1442         * src/prefs_send.h
1443         * src/prefs_spelling.c
1444         * src/prefs_spelling.h
1445         * src/prefs_summaries.c
1446         * src/prefs_summaries.h
1447         * src/prefs_summary_column.c
1448         * src/prefs_summary_column.h
1449         * src/prefs_template.c
1450         * src/prefs_template.h
1451         * src/prefs_themes.c
1452         * src/prefs_themes.h
1453         * src/prefs_toolbar.c
1454         * src/prefs_toolbar.h
1455         * src/prefs_wrapping.c
1456         * src/prefs_wrapping.h
1457         * src/privacy.c
1458         * src/privacy.h
1459         * src/procheader.c
1460         * src/procheader.h
1461         * src/procmime.c
1462         * src/procmime.h
1463         * src/procmsg.c
1464         * src/procmsg.h
1465         * src/quote_fmt.c
1466         * src/quote_fmt_parse.y
1467         * src/recv.c
1468         * src/recv.h
1469         * src/remotefolder.c
1470         * src/remotefolder.h
1471         * src/send_message.c
1472         * src/send_message.h
1473         * src/setup.c
1474         * src/setup.h
1475         * src/sourcewindow.c
1476         * src/sourcewindow.h
1477         * src/ssl_manager.c
1478         * src/ssl_manager.h
1479         * src/statusbar.c
1480         * src/statusbar.h
1481         * src/stock_pixmap.c
1482         * src/stock_pixmap.h
1483         * src/summary_search.c
1484         * src/summary_search.h
1485         * src/summaryview.c
1486         * src/summaryview.h
1487         * src/syldap.c
1488         * src/syldap.h
1489         * src/textview.c
1490         * src/textview.h
1491         * src/toolbar.c
1492         * src/toolbar.h
1493         * src/undo.c
1494         * src/undo.h
1495         * src/unmime.c
1496         * src/unmime.h
1497         * src/vcard.c
1498         * src/vcard.h
1499         * src/wizard.c
1500         * src/wizard.h
1501         * src/common/base64.c
1502         * src/common/base64.h
1503         * src/common/defs.h
1504         * src/common/hooks.c
1505         * src/common/hooks.h
1506         * src/common/log.c
1507         * src/common/log.h
1508         * src/common/mgutils.c
1509         * src/common/mgutils.h
1510         * src/common/nntp.c
1511         * src/common/nntp.h
1512         * src/common/passcrypt.c
1513         * src/common/passcrypt.h.in
1514         * src/common/plugin.c
1515         * src/common/plugin.h
1516         * src/common/prefs.c
1517         * src/common/prefs.h
1518         * src/common/progressindicator.c
1519         * src/common/progressindicator.h
1520         * src/common/quoted-printable.c
1521         * src/common/quoted-printable.h
1522         * src/common/session.c
1523         * src/common/session.h
1524         * src/common/smtp.c
1525         * src/common/smtp.h
1526         * src/common/socket.c
1527         * src/common/socket.h
1528         * src/common/ssl.c
1529         * src/common/ssl.h
1530         * src/common/stringtable.c
1531         * src/common/stringtable.h
1532         * src/common/sylpheed.c
1533         * src/common/sylpheed.h
1534         * src/common/template.c
1535         * src/common/template.h
1536         * src/common/timing.h
1537         * src/common/utils.c
1538         * src/common/utils.h
1539         * src/common/version.h.in
1540         * src/common/xml.c
1541         * src/common/xml.h
1542         * src/common/xmlprops.c
1543         * src/common/xmlprops.h
1544         * src/gtk/about.c
1545         * src/gtk/colorlabel.c
1546         * src/gtk/colorlabel.h
1547         * src/gtk/colorsel.c
1548         * src/gtk/colorsel.h
1549         * src/gtk/combobox.c
1550         * src/gtk/combobox.h
1551         * src/gtk/description_window.c
1552         * src/gtk/description_window.h
1553         * src/gtk/filesel.c
1554         * src/gtk/filesel.h
1555         * src/gtk/foldersort.c
1556         * src/gtk/foldersort.h
1557         * src/gtk/gtkaspell.c
1558         * src/gtk/gtkaspell.h
1559         * src/gtk/gtksctree.c
1560         * src/gtk/gtkshruler.c
1561         * src/gtk/gtkshruler.h
1562         * src/gtk/gtkutils.c
1563         * src/gtk/gtkutils.h
1564         * src/gtk/icon_legend.c
1565         * src/gtk/icon_legend.h
1566         * src/gtk/logwindow.c
1567         * src/gtk/logwindow.h
1568         * src/gtk/manage_window.c
1569         * src/gtk/manage_window.h
1570         * src/gtk/pluginwindow.c
1571         * src/gtk/pluginwindow.h
1572         * src/gtk/prefswindow.c
1573         * src/gtk/prefswindow.h
1574         * src/gtk/quicksearch.c
1575         * src/gtk/quicksearch.h
1576         * src/pixmaps/claws-mail.xpm
1577         * src/pixmaps/claws-mail_icon.xpm
1578         * src/pixmaps/claws-mail_logo.xpm
1579         * src/pixmaps/sylpheed-claws.xpm
1580         * src/pixmaps/sylpheed-claws_icon.xpm
1581         * src/pixmaps/sylpheed-claws_logo.xpm
1582         * src/plugins/bogofilter/Makefile.am
1583         * src/plugins/bogofilter/bogofilter.c
1584         * src/plugins/bogofilter/bogofilter.h
1585         * src/plugins/bogofilter/bogofilter_gtk.c
1586         * src/plugins/clamav/Makefile.am
1587         * src/plugins/clamav/clamav_plugin.c
1588         * src/plugins/clamav/clamav_plugin.h
1589         * src/plugins/clamav/clamav_plugin_gtk.c
1590         * src/plugins/demo/Makefile.am
1591         * src/plugins/demo/demo.c
1592         * src/plugins/dillo_viewer/Makefile.am
1593         * src/plugins/dillo_viewer/README
1594         * src/plugins/dillo_viewer/dillo_prefs.c
1595         * src/plugins/dillo_viewer/dillo_prefs.h
1596         * src/plugins/dillo_viewer/dillo_viewer.c
1597         * src/plugins/pgpcore/Makefile.am
1598         * src/plugins/pgpcore/passphrase.c
1599         * src/plugins/pgpcore/passphrase.h
1600         * src/plugins/pgpcore/pgp_viewer.c
1601         * src/plugins/pgpcore/pgp_viewer.h
1602         * src/plugins/pgpcore/plugin.c
1603         * src/plugins/pgpcore/prefs_gpg.c
1604         * src/plugins/pgpcore/prefs_gpg.h
1605         * src/plugins/pgpcore/select-keys.c
1606         * src/plugins/pgpcore/select-keys.h
1607         * src/plugins/pgpcore/sgpgme.c
1608         * src/plugins/pgpcore/sgpgme.h
1609         * src/plugins/pgpcore/sylpheed.def
1610         * src/plugins/pgpcore/version.rc
1611         * src/plugins/pgpinline/Makefile.am
1612         * src/plugins/pgpinline/pgpinline.c
1613         * src/plugins/pgpinline/pgpinline.h
1614         * src/plugins/pgpinline/plugin.c
1615         * src/plugins/pgpinline/sylpheed.def
1616         * src/plugins/pgpinline/version.rc
1617         * src/plugins/pgpmime/Makefile.am
1618         * src/plugins/pgpmime/pgpmime.c
1619         * src/plugins/pgpmime/pgpmime.h
1620         * src/plugins/pgpmime/plugin.c
1621         * src/plugins/pgpmime/sylpheed.def
1622         * src/plugins/pgpmime/version.rc
1623         * src/plugins/spamassassin/Makefile.am
1624         * src/plugins/spamassassin/README
1625         * src/plugins/spamassassin/spamassassin.c
1626         * src/plugins/spamassassin/spamassassin.h
1627         * src/plugins/spamassassin/spamassassin_gtk.c
1628         * src/plugins/trayicon/Makefile.am
1629         * src/plugins/trayicon/trayicon.c
1630         * tools/OOo2sylpheed.pl
1631         * tools/README
1632         * tools/README.sylprint
1633         * tools/acroread2sylpheed.pl
1634         * tools/claws.i18n.status.pl
1635         * tools/filter_conv.pl
1636         * tools/filter_conv_new.pl
1637         * tools/freshmeat_search.pl
1638         * tools/google_search.pl
1639         * tools/kmail2sylpheed.pl
1640         * tools/kmail2sylpheed_v2.pl
1641         * tools/make.themes.project
1642         * tools/multiwebsearch.pl
1643         * tools/nautilus2sylpheed.sh
1644         * tools/outlook2sylpheed.pl
1645         * tools/sylprint.pl
1646         * tools/sylprint.rc
1647         * tools/tb2sylpheed
1648         * tools/textviewer.sh
1649         * tools/vcard2xml.py
1650         * tools/kdeservicemenu/README
1651         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1652         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1653         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1654                 Change name to Claws Mail. Announce to follow...
1655
1656 2006-11-06 [wwp]        2.6.0cvs6
1657
1658         * src/prefs_template.c
1659                 unify messages related to quote format/template errors (fix
1660                 capitalization), again.
1661
1662 2006-11-06 [wwp]        2.6.0cvs5
1663
1664         * src/prefs_quote.c
1665                 unify messages related to quote format/template errors.
1666
1667 2006-11-06 [wwp]        2.6.0cvs4
1668
1669         * src/prefs_msg_colors.c
1670                 more uses of Q_ macro for contextual translations, thanks
1671                 to Fabien (fzzzzz).
1672
1673 2006-11-06 [wwp]        2.6.0cvs3
1674
1675         * src/compose.c
1676         * src/common/utils.c
1677         * src/common/utils.h
1678                 show an alertpanel to make sure users are aware that sensitive
1679                 files are attached (it's file blacklist-based). This will fix
1680                 interaction w/ GoogleEarth for instance, thanks to Colin.
1681
1682 2006-11-06 [wwp]        2.6.0cvs2
1683
1684         * src/prefs_quote.c
1685         * src/prefs_template.c
1686         * src/prefs_template.h
1687                 check quote format when applying/closing prefs. For now this only
1688                 shows up an error dialog box, not preventing the user from using
1689                 a broken quote (reply, forwards) format.
1690
1691 2006-11-06 [wwp]        2.6.0cvs1
1692
1693         * src/prefs_template.c
1694                 fix missing checks of some template fields.
1695
1696 2006-11-06 [paul]       2.6.0
1697
1698         * NEWS
1699         * README
1700         * RELEASE_NOTES
1701                 2.6.0 released
1702
1703 2006-11-06 [paul]       2.5.6cvs22
1704
1705         * manual/advanced.xml
1706         * manual/es/advanced.xml
1707                 put 'respect_flowed_format' info in the correct
1708                 place
1709
1710 2006-11-06 [mones]      2.5.6cvs21
1711
1712         * po/es.po
1713                 Minor fixes for release
1714
1715 2006-11-06 [paul]       2.5.6cvs20
1716
1717         * po/cs.po
1718         * po/de.po
1719         * po/fr.po
1720         * po/it.po
1721         * po/nl.po
1722         * po/pt_BR.po
1723         * po/sk.po
1724         * po/sv.po
1725         * po/zh_CN.po
1726                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1727                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1728                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1729                 Young
1730
1731 2006-11-02 [colin]      2.5.6cvs19
1732
1733         * src/imap.c
1734         * src/imap.h
1735         * src/prefs_account.c
1736         * src/etpan/imap-thread.c
1737                 Add GSSAPI support - fixes Debian bug #383274
1738
1739 2006-11-01 [colin]      2.5.6cvs18
1740
1741         * src/jpilot.c
1742                 Handle libpisock12 support. Probably
1743                 fixes bug 1046, 'jpilot AddressDB.pdb 
1744                 import fail'
1745
1746 2006-11-01 [colin]      2.5.6cvs17
1747
1748         * src/folderutils.c
1749                 debug_print() folderutils_mark_all_read()
1750
1751 2006-11-01 [colin]      2.5.6cvs16
1752
1753         * COPYING
1754                 Add missed files to the Apache exception
1755
1756 2006-10-31 [colin]      2.5.6cvs15
1757
1758         * src/folder.c
1759         * src/folder.h
1760                 Add a copy_private_data() func to FolderClasses
1761                 Doesn't break the feature freeze, because we 
1762                 won't use it (right now) in the core.
1763
1764 2006-10-31 [colin]      2.5.6cvs14
1765
1766         * COPYING
1767                 Allow linking with the Apache licensed files in
1768                 src/plugins/spamassassin. Hopefully fixes 
1769                 bug 1048, 'Spamassassin plugin license problem'
1770
1771 2006-10-31 [wwp]        2.5.6cvs13
1772
1773         * src/compose.c
1774                 fix and optimize trimming of leading linefeeds in body loop.
1775
1776 2006-10-31 [colin]      2.5.6cvs12
1777
1778         * src/etpan/imap-thread.c
1779         * src/imap.c
1780                 Make really sure to have NULL sets in case
1781                 of error
1782
1783 2006-10-30 [wwp]        2.5.6cvs11
1784
1785         * src/prefs_common.c
1786         * src/prefs_common.h
1787         * src/compose.c
1788                 fix broken storage of quote format template when it contains \-escape
1789                 sequences. The application of such sequences is also fixed now (\t
1790                 in quote format will be a real tab instead of a 't', for instance).
1791
1792 2006-10-27 [colin]      2.5.6cvs10
1793
1794         * src/compose.c
1795                 Probably fix bug 1045, 'sylpheed-claws 
1796                 doesn't remove the mail from the IMAP 
1797                 Queue folder after sending'. From
1798                 2.5.6cvs3-stable
1799
1800 2006-10-27 [colin]      2.5.6cvs9
1801
1802         * configure.ac
1803                 Require libetpan-0.48. I'm so annoying,
1804                 I know ;-)
1805
1806 2006-10-27 [colin]      2.5.6cvs8
1807
1808         * src/folder.c
1809         * src/imap.c
1810                 Probably fix bug 1044, 'sylpheed-claws 
1811                 segfaults while moving mails' - Fix relation
1812                 usage when moving to an IMAP mailbox from another
1813                 mailbox
1814
1815 2006-10-26 [paul]       2.5.6cvs7
1816
1817         * src/gtk/about.c
1818                 add libSM to compiled-in features
1819                 list
1820
1821 2006-10-24 [colin]      2.5.6cvs6
1822
1823         * src/textview.c
1824         * src/gtk/gtkutils.c
1825                 Fix crash when printing emails with an
1826                 xface
1827
1828 2006-10-24 [mones]      2.5.6cvs5
1829
1830         * manual/es/advanced.xml
1831                 Synchronize hidden option respect_flowed_format
1832         * po/es.po
1833                 Updated translation
1834
1835 2006-10-21 [paul]       2.5.6cvs4
1836
1837         * src/gtk/authors.h
1838         * src/plugins/pgpcore/pgp_viewer.c
1839         * src/plugins/pgpcore/sgpgme.c
1840                 fix building on BSDs
1841                 Thanks to Michael Hughes
1842                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1843
1844 2006-10-20 [colin]      2.5.6cvs3
1845
1846         * configure.ac
1847                 Bump up libetpan requirement
1848                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1849         * src/common/utils.c
1850         * src/common/utils.h
1851                 Add convenience get_file_mtime()
1852         * src/imap.c
1853         * src/etpan/imap-thread.c
1854         * src/etpan/imap-thread.h
1855                 Implement UIDPLUS support if the server
1856                 supports it - faster sending in this case
1857
1858 2006-10-19 [colin]      2.5.6cvs2
1859
1860         * src/gtk/quicksearch.c
1861                 Fix emptying in type-ahead+extended mode
1862         * src/mainwindow.c
1863         * src/mainwindow.h
1864                 Add a hook for offline state change
1865         * src/plugins/trayicon/trayicon.c
1866                 Use it to display offline icons
1867         * src/plugins/trayicon/Makefile.am
1868         * src/plugins/trayicon/newmail.offline.xpm
1869         * src/plugins/trayicon/newmarkedmail.offline.xpm
1870         * src/plugins/trayicon/nomail.offline.xpm
1871         * src/plugins/trayicon/unreadmail.offline.xpm
1872         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1873                 Add the icons
1874
1875 2006-10-12 [paul]       2.5.6cvs1
1876
1877         * NEWS
1878         * README
1879         * configure.ac
1880                 Update version number following
1881                 stable release
1882
1883 2006-10-19 [colin]      2.5.5cvs18
1884
1885         * manual/handling.xml
1886                 Add type-ahead search
1887
1888 2006-10-18 [colin]      2.5.5cvs17
1889
1890         * src/gtk/quicksearch.c
1891                 Remove "save to history only if there's
1892                 no syntax error", it breaks for some 
1893                 reason which I'll investigate later.
1894
1895 2006-10-18 [colin]      2.5.5cvs16
1896
1897         * src/prefs_common.c
1898         * src/prefs_common.h
1899         * src/summaryview.c
1900         * src/gtk/quicksearch.c
1901         * src/gtk/quicksearch.h
1902                 Add a type-ahead option for fast searches
1903                 Patch by Fabien Vantard
1904
1905 2006-10-18 [colin]      2.5.5cvs15
1906
1907         * src/compose.c
1908         * src/compose.h
1909                 Add Options/Reply mode/ menu to be able to
1910                 change the recipients of a reply on the fly
1911
1912 2006-10-18 [colin]      2.5.5cvs14
1913
1914         * src/compose.c
1915                 Fix redirecting of our own sent mails
1916
1917 2006-10-17 [wwp]        2.5.5cvs13
1918
1919         * src/send_message.c
1920                 Fix duplicate error messages when sending, and missing
1921                 newline in such error messages.
1922
1923 2006-10-17 [colin]      2.5.5cvs12
1924
1925         * src/compose.c
1926                 Compare addresses case-insensitive
1927
1928 2006-10-17 [colin]      2.5.5cvs11
1929
1930         * src/plugins/pgpcore/sgpgme.c
1931                 Fix return status
1932
1933 2006-10-17 [colin]      2.5.5cvs10
1934
1935         * src/plugins/pgpcore/pgp_viewer.c
1936                 Fix return status
1937
1938 2006-10-17 [colin]      2.5.5cvs9
1939
1940         * src/quote_fmt.c
1941                 Fix a typo (thanks to Fabien)
1942
1943 2006-10-16 [colin]      2.5.5cvs8
1944
1945         * src/textview.c
1946                 Fix problem with quote-folding when emails
1947                 don't convert cleanly to UTF-8
1948
1949 2006-10-14 [colin]      2.5.5cvs7
1950
1951         * src/prefs_template.c
1952                 Reset fields when reopening
1953                 the window
1954
1955 2006-10-13 [paul]       2.5.5cvs6
1956
1957         * manual/advanced.xml
1958         * src/prefs_message.c
1959                 make 'respect_flowed_format' a hidden
1960                 option, and add a manual entry for it
1961                 Thanks to Colin
1962
1963 2006-10-12 [colin]      2.5.5cvs5
1964
1965         * src/codeconv.c
1966                 Revert part of 2.5.2cvs21:
1967                 Don't optimise by reusing the 
1968                 last iconv converter if possible:
1969                 it seems slightly broken in a 
1970                 very hard way to reproduce
1971
1972 2006-10-12 [colin]      2.5.5cvs4
1973
1974         * src/prefs_common.c
1975         * src/prefs_common.h
1976         * src/prefs_message.c
1977         * src/procmime.c
1978                 Fix bug 1035, 'Incorrect handling 
1979                 of flowed lines'. We now optionnaly
1980                 handle this format (preference is in
1981                 Message View/Text options section)
1982
1983 2006-10-12 [colin]      2.5.5cvs3
1984
1985         * po/POTFILES.in
1986                 Add new file
1987         * src/plugins/pgpcore/pgp_viewer.c
1988         * src/plugins/pgpcore/sgpgme.c
1989                 Don't try to import without asking
1990
1991 2006-10-12 [colin]      2.5.5cvs2
1992
1993         * src/compose.c
1994                 Fix bug 1036, 'Forwarding a mutlipart
1995                 mail with a "text/html" block to ms
1996                 outlook users leeds to freeze of
1997                 outlook'. Poor outlook users...
1998
1999 2006-10-12 [paul]       2.5.5cvs1
2000
2001         * NEWS
2002         * README
2003         * configure.ac
2004                 Update version number following
2005                 stable release
2006
2007 2006-10-11 [paul]       2.5.4cvs1
2008
2009         * NEWS
2010         * README
2011         * configure.ac
2012                 Update version number following
2013                 stable release
2014
2015 2006-10-11 [paul]       2.5.3cvs32
2016
2017         * src/textview.c
2018                 fix bug 1032, 'Segmentation fault when showing
2019                 message' (bug in quote folding)
2020                 Thanks to Colin
2021
2022 2006-10-10 [colin]      2.5.3cvs31
2023
2024         * src/quote_fmt.c
2025                 Rephrase english a bit
2026
2027 2006-10-10 [colin]      2.5.3cvs30
2028
2029         * src/prefs_compose_writing.c
2030                 Stop making the page larger than the window
2031
2032 2006-10-10 [wwp]        2.5.3cvs29
2033
2034         * src/compose.c
2035         * src/prefs_template.c
2036         * src/quote_fmt.c
2037         * src/quote_fmt.h
2038         * src/quote_fmt_lex.l
2039         * src/quote_fmt_parse.y
2040                 Extend the quote parser a bit: allow to get access to
2041                 basic (composing) account info.
2042
2043 2006-10-10 [colin]      2.5.3cvs28
2044
2045         * src/procheader.c
2046                 Fix this \t problem in subject
2047
2048 2006-10-09 [colin]      2.5.3cvs27
2049
2050         * src/main.c
2051         * src/prefs_gtk.c
2052                 Prepare cache a bit later
2053                 If section already exists, skip the new one 
2054                 (as previously); avoid writing the same block
2055                 twice - if we find a second block with the 
2056                 same id, skip it.
2057         * src/plugins/pgpcore/pgp_viewer.c
2058                 Set cursor to busy when retrieving a key
2059         * src/plugins/pgpcore/sgpgme.c
2060                 allow 5 seconds for gpg to export the key
2061                 
2062
2063 2006-10-09 [colin]      2.5.3cvs26
2064
2065         * configure.ac
2066         * src/msgcache.c
2067         * src/prefs_gtk.c
2068                 Check for existence of fgets_unlocked
2069                 and fwrite_unlocked
2070
2071 2006-10-09 [paul]       2.5.3cvs25
2072
2073         * src/prefs_summaries.c
2074                 replace strftime() with fast_strftime() and in
2075                 the consequence fix the bug in the display of
2076                 AM/PM in the 'Example' string
2077
2078 2006-10-09 [ticho]      2.5.3cvs24
2079
2080         * po/sk.po
2081                 Updated (and fixed up somewhat) Slovak translation.
2082
2083 2006-10-08 [colin]      2.5.3cvs23
2084
2085         * src/prefs_folder_item.c
2086                 Explain why prefs in the top-level folder
2087                 aren't retained, but are still useful
2088
2089 2006-10-08 [colin]      2.5.3cvs22
2090
2091         * src/prefs_gtk.c
2092                 Don't cache anything if caching fails
2093
2094 2006-10-08 [colin]      2.5.3cvs21
2095
2096         * src/common/utils.c
2097                 always include gi18n.h
2098
2099 2006-10-07 [colin]      2.5.3cvs20
2100
2101         * src/plugins/pgpcore/pgp_viewer.c
2102                 Kill gpg after 5 seconds wait
2103
2104 2006-10-07 [colin]      2.5.3cvs19
2105
2106         * src/plugins/pgpcore/pgp_viewer.c
2107         * src/plugins/pgpcore/pgp_viewer.h
2108                 Fix copyright
2109
2110 2006-10-07 [colin]      2.5.3cvs18
2111
2112         * src/plugins/pgpcore/pgp_viewer.c
2113         * src/plugins/pgpcore/pgp_viewer.h
2114                 Actually add the files to CVS
2115
2116 2006-10-07 [colin]      2.5.3cvs17
2117
2118         * src/plugins/pgpcore/sgpgme.c
2119                 Be sure not to crash on 'application/pgp-signature' that
2120                 are not application/pgp-signatures
2121
2122 2006-10-07 [colin]      2.5.3cvs16
2123
2124         * src/textview.c
2125         * src/textview.h
2126                 Make a bit more of the API available
2127         * src/plugins/pgpcore/Makefile.am
2128         * src/plugins/pgpcore/plugin.c
2129         * src/plugins/pgpcore/sgpgme.c
2130                 Add basic key import/export
2131
2132 2006-10-07 [colin]      2.5.3cvs15
2133
2134         * src/folderview.c
2135         * src/imap.c
2136         * src/prefs_account.c
2137         * src/wizard.c
2138                 Warn users *everywhere* if libetpan's not
2139                 linked in
2140
2141 2006-10-06 [mones]      2.5.3cvs14
2142
2143         * po/de.po
2144         * po/es.po
2145                 updated by Stephan Sachse and me
2146
2147 2006-10-06 [colin]      2.5.3cvs13
2148
2149         * src/main.c
2150         * src/common/sylpheed.c
2151                 Don't load common plugins if --exit is passed
2152         * src/prefs_gtk.c
2153         * src/prefs_gtk.h
2154                 Implement a cache to avoid reading the same
2155                 files over and over again at startup
2156
2157 2006-10-06 [colin]      2.5.3cvs12
2158
2159         * src/summaryview.c
2160         * src/gtk/quicksearch.c
2161                 Update display every 5k mails on fast searches
2162
2163 2006-10-06 [colin]      2.5.3cvs11
2164
2165         * src/textview.c
2166                 Don't do quote folding on HTML or ERTF.
2167                 May fix the Cygwin issues if they were
2168                 happening with HTML mails?
2169
2170 2006-10-05 [colin]      2.5.3cvs10
2171
2172         * src/prefs_gtk.c
2173                 Oops, forgot one
2174
2175 2006-10-05 [colin]      2.5.3cvs9
2176
2177         * src/prefs_gtk.c
2178                 Use unlocked_stdio here too
2179
2180 2006-10-05 [colin]      2.5.3cvs8
2181
2182         * src/folderview.c
2183                 Fix go to next * after preferences apply
2184         * src/msgcache.c
2185                 Do the fd lock/unlock ourselves instead of
2186                 letting the libc do it at each write 
2187
2188 2006-10-05 [colin]      2.5.3cvs7
2189
2190         * src/common/utils.c
2191                 Faster division, thanks to Jean Diraison
2192
2193 2006-10-05 [paul]       2.5.3cvs6
2194
2195         * src/common/utils.c
2196                 fix building with --disable-nls
2197
2198 2006-10-04 [colin]      2.5.3cvs5
2199
2200         * src/folder.c
2201                 Maybe fix a segfault
2202
2203 2006-10-04 [wwp]        2.5.3cvs4
2204
2205         * src/prefs_folder_item.c
2206                 Fine-tune layouts in folder item prefs. Suggested by
2207                 Fabien Vantard <fzzzzz@gmail.com>.
2208
2209 2006-10-04 [wwp]        2.5.3cvs3
2210
2211         * src/prefs_folder_item.c
2212                 Kill the clandestine passengers. You didn't see anything.
2213
2214 2006-10-04 [wwp]        2.5.3cvs2
2215
2216         * src/prefs_folder_item.c
2217                 Add a way to test the subject simplify regexp in
2218                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
2219                 w/ few layout changes.
2220
2221 2006-20-04 [paul]       2.5.3cvs1
2222
2223         * NEWS
2224         * README
2225         * configure.ac
2226                 Update version number following
2227                 stable release
2228
2229 2006-10-04 [colin]      2.5.2cvs42
2230
2231         * src/folder.c
2232         * src/folder.h
2233         * src/summaryview.c
2234                 Provide a way for folder classes to set their sort
2235                 type and key
2236
2237 2006-10-03 [colin]      2.5.2cvs41
2238
2239         * src/mh.c
2240                 Don't use strlen() to know if the
2241                 string's empty
2242
2243 2006-10-03 [colin]      2.5.2cvs40
2244
2245         * src/mh.c
2246                 Fix "check for new folders" with accentued folders
2247
2248 2006-10-03 [ticho]      2.5.2cvs39
2249
2250         * src/filtering.c
2251         * src/folder.c
2252         * src/inc.c
2253         * src/mbox.c
2254                 Colin's fix for "copy" filtering rules.
2255
2256 2006-10-02 [colin]      2.5.2cvs38
2257
2258         * src/folderview.c
2259                 Fix for double-click too
2260
2261 2006-10-02 [colin]      2.5.2cvs37
2262
2263         * src/folderview.c
2264                 correct fix for cvs36
2265
2266 2006-10-02 [colin]      2.5.2cvs36
2267
2268         * src/folderview.c
2269                 Fix 'goto next unread' after collapsing/expanding 
2270                 a node.
2271
2272 2006-10-02 [colin]      2.5.2cvs35
2273
2274         * src/summaryview.c
2275                 Fix double freeze/thaw
2276         * src/common/utils.c
2277         * src/common/utils.h
2278                 Reimplement strftime
2279         * src/procheader.c
2280                 Use it
2281
2282
2283 2006-10-02 [colin]      2.5.2cvs34
2284
2285         * src/mh.c
2286                 Time mh_write_sequences() - it's fast
2287         * src/summaryview.c
2288                 Init a variable to shut up gcc
2289
2290 2006-10-01 [colin]      2.5.2cvs33
2291
2292         * src/folder.c
2293         * src/mh.c
2294         * src/mh.h
2295         * src/msgcache.c
2296                 Add helper mh_set_mtime(), and set mtime to stat()'s result
2297                 Add fsync but disable it, it's slow as hell
2298
2299 2006-10-01 [colin]      2.5.2cvs32
2300
2301         * src/mh.c
2302         * src/msgcache.c
2303                 fflush() caches and mh_sequences before
2304                 fclose()ing
2305
2306 2006-10-01 [colin]      2.5.2cvs31
2307
2308         * src/msgcache.c
2309                 Don't ftruncate when not using mmap
2310
2311 2006-09-30 [colin]      2.5.2cvs30
2312
2313         * src/main.c
2314                 Write folder list *after* saving caches
2315
2316 2006-09-30 [colin]      2.5.2cvs29
2317
2318         * src/folder.c
2319         * src/mh.c
2320                 Debug forced mtime changes
2321
2322 2006-09-30 [colin]      2.5.2cvs28
2323
2324         * src/folder.c
2325         * src/main.c
2326                 Remove useless debug_print()s (code
2327                 well-tested)
2328
2329 2006-09-30 [colin]      2.5.2cvs27
2330
2331         * src/mh.c
2332                 Do stuff faster when writing mh_sequences
2333
2334 2006-09-30 [colin]      2.5.2cvs26
2335
2336         * src/mh.c
2337                 Don't let the writing of .mh_sequences, which
2338                 can change the folder's mtime, let us think
2339                 we need to scan.
2340
2341 2006-09-30 [colin]      2.5.2cvs25
2342
2343         * src/folder.c
2344                 Move a debug_print where it belongs 
2345                 (processing)
2346         * src/summaryview.c
2347                 Don't mess with a huge slow subject
2348                 table if we're not threading by
2349                 subject
2350
2351 2006-09-30 [colin]      2.5.2cvs24
2352
2353         * src/msgcache.c
2354                 Reenable mmaped reads (*not* writes!)
2355         * src/procmsg.c
2356                 Don't destroy and recreate hashtables just
2357                 for fun
2358         * src/common/utils.c
2359                 Remove useless reply prefixes (it's case
2360                 unsensitive)
2361
2362 2006-09-30 [wwp]        2.5.2cvs23
2363
2364         * tools/fix_date.sh
2365                 Fixed a minor bug in date value extraction, added a switch
2366                 to replace non RFC-compliant Date: value, added a switch
2367                 to use strict RFC matching patterns for dates.
2368
2369 2006-09-29 [colin]      2.5.2cvs22
2370
2371         * src/matcher_parser.h
2372         * src/matcher_parser_parse.y
2373         * src/prefs_filtering.c
2374         * src/statusbar.c
2375         * src/summary_search.c
2376         * src/summaryview.c
2377         * src/gtk/quicksearch.c
2378         * src/gtk/quicksearch.h
2379                 Optimise searches by setting different
2380                 refresh intervals (depending if the 
2381                 search is fast or not)
2382
2383 2006-09-29 [colin]      2.5.2cvs21
2384
2385         * src/codeconv.c
2386                 Optimise by reusing the last iconv converter
2387                 if possible
2388         * src/textview.c
2389                 Optimise a bit (the foldable quotes feature
2390                 still has an awful O(n^2) algo
2391
2392 2006-09-29 [colin]      2.5.2cvs20
2393
2394         * src/gtk/gtksctree.c
2395         * src/gtk/gtksctree.h
2396                 Optimise de-selection via up/down or
2397                 another key
2398
2399 2006-09-28 [colin]      2.5.2cvs19
2400
2401         * src/action.c
2402         * src/compose.c
2403         * src/folderview.c
2404         * src/mainwindow.c
2405         * src/messageview.c
2406         * src/summary_search.c
2407         * src/toolbar.c
2408                 Avoid using summaryview->ctree directly
2409
2410 2006-09-28 [colin]      2.5.2cvs18
2411
2412         * src/summaryview.c
2413         * src/summaryview.h
2414                 Add helpers to freeze/thaw/grab_focus
2415                 Factorize calls to freeze/thaw/grab_focus
2416                 
2417
2418 2006-09-28 [colin]      2.5.2cvs17
2419
2420         * src/main.c
2421                 More guards for the session management
2422
2423 2006-09-28 [colin]      2.5.2cvs16
2424
2425         * src/folderview.c
2426         * src/gtk/gtksctree.c
2427         * src/gtk/gtksctree.h
2428                 Make expanding not recursive in folderview
2429
2430 2006-09-28 [colin]      2.5.2cvs15
2431
2432         * src/addressbook.c
2433                 If nothing is selected in the list (right part)
2434                 and a group is selected in the tree (left part),
2435                 mail this group.
2436
2437 2006-09-28 [colin]      2.5.2cvs14
2438
2439         * src/Makefile.am
2440                 Actually use SM_LIBS
2441
2442 2006-09-28 [ticho]      2.5.2cvs13
2443
2444         * src/export.c
2445         * src/messageview.c
2446         * src/mimeview.c
2447         * src/news.c
2448         * src/pop.c
2449         * src/prefs_themes.c
2450         * src/procmsg.c
2451                 Small i18n string optimization.
2452         * src/send_message.c
2453         * src/summaryview.c
2454         * src/common/session.c
2455         * src/common/smtp.c
2456         * src/common/ssl_certificate.c
2457         * src/common/utils.c
2458                 Use "Couldn't" instead of "Can't" in UI messages,
2459                 where appropriate.
2460
2461 2006-09-28 [colin]      2.5.2cvs12
2462
2463         * configure.ac
2464                 Possibly fix link errors
2465
2466 2006-09-27 [wwp]        2.5.2cvs11
2467
2468         * src/gtk/authors.h
2469         * doc/man/sylpheed-claws.1
2470         * manual/ack.xml
2471         * manual/es/ack.xml
2472         * manual/fr/ack.xml
2473         * manual/pl/ack.xml
2474                 Updated authors info (me, myself and I).
2475
2476 2006-09-27 [colin]      2.5.2cvs10
2477
2478         * src/addressbook.c
2479                 Remove useless printf
2480
2481 2006-09-27 [wwp]        2.5.2cvs9
2482
2483         * src/editgroup.c
2484         * src/send_message.c
2485         * src/inc.c
2486         * src/prefs_common.c
2487         * src/prefs_common.h
2488         * src/gtk/progressdialog.c
2489                 remember more windows' sizes (send dialog, received dialog,
2490                 edit group in addressbook).
2491
2492 2006-09-27 [colin]      2.5.2cvs8
2493
2494         * configure.ac
2495         * src/main.c
2496         * src/mainwindow.h
2497                 Use libSM to communicate with the session
2498                 manager, so that we can know when the 
2499                 session ends, save our caches, and draft
2500                 our compose windows.
2501
2502 2006-09-27 [colin]      2.5.2cvs7
2503
2504         * src/addressbook.c
2505                 Fix issues:
2506                 o Allow Book and Group creation from the tree's
2507                   contextual menu
2508                 o Do not actually delete the contacts when 
2509                   deleting groups from the tree (duh!)
2510
2511 2006-09-27 [colin]      2.5.2cvs6
2512
2513         * src/compose.c
2514         * src/compose.h
2515         * src/mainwindow.c
2516         * src/textview.c
2517         * src/toolbar.c
2518                 o Allow passing an email address to 
2519                   compose_new_with_folderitem
2520                 o Update callers
2521                 o Use current folderitem when clicking
2522                   on a TextView mailto: link
2523                 o Fix a possible leak in TextView
2524
2525 2006-09-27 [colin]      2.5.2cvs5
2526
2527         * src/html.c
2528                 Use UTF-8 chars to replace HTML entities
2529
2530 2006-09-27 [colin]      2.5.2cvs4
2531
2532         * AUTHORS
2533         * src/prefs_account.c
2534         * src/gtk/authors.h
2535                 Fix bug #1024 (Array index out of
2536                 range in sylpheed-claws-2.5.2)
2537                 Patch by Ales Nosek <anosek@suse.cz>
2538
2539 2006-09-27 [colin]      2.5.2cvs3
2540
2541         * src/addr_compl.c
2542                 Actually do the test
2543
2544 2006-09-27 [colin]      2.5.2cvs2
2545
2546         * src/addr_compl.c
2547         * src/addr_compl.h
2548                 Allow completing with comma (in certain cases: vCalendar
2549                 for example doesn't support that)
2550                 Patch by Fabien Vantard
2551
2552 2006-09-26 [colin]      2.5.2cvs1
2553
2554         * src/Makefile.am
2555         * src/addr_compl.c
2556         * src/addr_compl.h
2557         * src/addrbook.c
2558         * src/addrbook.h
2559         * src/addressbook.c
2560         * src/addrindex.c
2561         * src/addrindex.h
2562         * src/compose.c
2563         * src/prefs_common.c
2564         * src/prefs_filtering_action.c
2565         * src/prefs_folder_item.c
2566         * src/prefs_template.c
2567         * src/stock_pixmap.c
2568         * src/stock_pixmap.h
2569         * src/pixmaps/addr_one.xpm
2570         * src/pixmaps/addr_two.xpm
2571                 Add auto-completion on groups
2572
2573 2006-09-26 [colin]      2.5.2
2574
2575         * NEWS
2576         * README
2577         * RELEASE_NOTES
2578                 2.5.2 released
2579
2580 2006-09-26 [colin]      2.5.1cvs5
2581
2582         * src/matcher.c
2583                 Fix condition
2584
2585 2006-09-26 [colin]      2.5.1cvs4
2586
2587         * src/mbox.c
2588                 Revert cvs1 (useless as the message is printed 
2589                 every 500 mails)
2590
2591 2006-09-26 [colin]      2.5.1cvs3
2592
2593         * src/partial_download.c
2594                 Fix crasher found by Alexsandar Urosevic
2595
2596 2006-09-26 [colin]      2.5.1cvs2
2597
2598         * src/summaryview.c
2599                 Fix bug #1023 (Sylpheed deletes too much messages)
2600
2601 2006-09-26 [ticho]      2.5.1cvs1
2602
2603         * src/mbox.c
2604                 Make use of gettext's multiple plurals for statusbar
2605                 progress message.
2606
2607 2006-09-25 [paul]       2.5.1
2608
2609         * NEWS
2610         * README
2611         * RELEASE_NOTES
2612                 2.5.1 released
2613
2614 2006-09-25 [colin]      2.5.0cvs3
2615
2616         * src/plugins/bogofilter/bogofilter.c
2617         * src/plugins/clamav/clamav_plugin.c
2618         * src/plugins/spamassassin/spamassassin.c
2619                 BogoFilter, Spamassassin: Fix double hook registering after
2620                 visiting preferences
2621                 Spamassassin, Clamav: Just set the mails to move instead of
2622                 doing the move - caller will move the things at once.
2623
2624 2006-09-25 [colin]      2.5.0cvs2
2625
2626         * src/imap.c
2627         * src/etpan/imap-thread.c
2628                 Use UID SEARCH ALL instead of UID 1:*
2629                 (braindead servers can't figure out that's
2630                 the same...)
2631
2632 2006-09-25 [wwp]        2.5.0cvs1
2633
2634         * src/message_search.c
2635                 Added the ability to stop a running search (in message body).
2636
2637 2006-09-25 [paul]       2.5.0
2638
2639         * NEWS
2640         * README
2641         * RELEASE_NOTES
2642                 2.5.0 released
2643
2644 2006-09-25 [paul]       2.4.0cvs214
2645
2646         * po/cs.po
2647         * po/de.po
2648         * po/fi.po
2649         * po/fr.po
2650         * po/nl.po
2651         * po/pt_BR.po
2652         * po/sk.po
2653         * po/sr.po
2654         * po/zh_CN.po
2655                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2656                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2657                 Ticho, Aleksander Urosevic, Ralgh Young
2658
2659 2006-09-24 [mones]      2.4.0cvs213
2660
2661         * po/es.po
2662                 Updated for release
2663
2664 2006-09-23 [colin]      2.4.0cvs212
2665
2666         * src/gtk/inputdialog.c
2667                 Fix [ ] remember this appearing in normal
2668                 input dialogs after it's been used by
2669                 mimeview.
2670         * src/folder.c
2671         * src/folderview.c
2672         * src/msgcache.c
2673         * src/procmsg.c
2674         * src/summaryview.c
2675         * src/textview.c
2676         * src/common/timing.h
2677                 Enable timings in debug mode and make it
2678                 look prettier.
2679
2680 2006-09-22 [colin]      2.4.0cvs211
2681
2682         * README
2683                 Revert test change
2684         * commitHelper
2685                 ping the correct URI
2686
2687 2006-09-22 [colin]      2.4.0cvs210
2688
2689         * README
2690                 Let's see if bug #1022 is fixed
2691
2692 2006-09-21 [colin]      2.4.0cvs209
2693
2694         * src/wizard.c
2695         * src/common/plugin.c
2696                 Prepare infra to load predefined plugins when
2697                 no configuration existed. Don't actually load
2698                 anything yet (feat. freeze)
2699
2700 2006-09-21 [wwp]        2.4.0cvs208
2701
2702         * manual/fr/faq.xml
2703                 Partial sync w/ 2.4.0cvs72:
2704                 wrap file and minor updates.
2705
2706 2006-09-21 [wwp]        2.4.0cvs207
2707
2708         * tools/fix_date.sh
2709                 several fixes and enhancements. A new --force switch has been
2710                 added to prevent overriding by default Date: header when
2711                 already existing.
2712
2713 2006-09-21 [paul]       2.4.0cvs206
2714
2715         * src/common/utils.c
2716                 add Chinese UTF8 Re prefix
2717
2718 2006-09-21 [wwp]        2.4.0cvs205
2719
2720         * tools/Makefile.am
2721                 Fics alfabettical order.
2722
2723 2006-09-21 [wwp]        2.4.0cvs204
2724
2725         * tools/fix_date.sh
2726         * tools/Makefile.am
2727                 Added an action tool to fix missing Date field in emails.
2728                 Updated Makefile.am to reflect those last two additions.
2729
2730 2006-09-21 [wwp]        2.4.0cvs203
2731
2732         * tools/uuooffice
2733                 Added a action tool to open uuencoded docs w/
2734                 OpenOffice (based on uudec method).
2735
2736 2006-09-21 [colin]      2.4.0cvs202
2737
2738         * src/compose.c
2739         * src/textview.c
2740                 Workaround possible GTK crash: remove selection 
2741                 clipboard before destroying widget, or GTK+-2.10
2742                 dies. Thanks to Hiro.
2743
2744 2006-09-20 [colin]      2.4.0cvs201
2745
2746         * src/compose.c
2747                 Fix free-after-use in some cases (when 
2748                 procmime_encode_content() frees mimeinfo->data.mem
2749                 and turns it to a temp file)
2750
2751 2006-09-20 [colin]      2.4.0cvs200
2752
2753         * src/folderview.c
2754         * src/summaryview.c
2755         * src/gtk/gtksctree.c
2756         * src/gtk/gtksctree.h
2757                 Add tooltips in the folderview and summaryview
2758                 (Doesn't break string freeze as they already
2759                 exist)
2760         * src/toolbar.c
2761                 Put the spam button in the default configuration
2762                 if compiled with bogo plugin too
2763
2764 2006-09-19 [colin]      2.4.0cvs199
2765
2766         * src/summaryview.c
2767         * src/summaryview.h
2768                 Update folder name label on folder rename
2769         * src/prefs_matcher.c
2770         * src/gtk/logwindow.h
2771                 Fix warnings
2772                 Patches by Fabien
2773
2774 2006-09-19 [wwp]        2.4.0cvs198
2775
2776         * src/summary_search.c
2777                 fix can't click forward/backward buttons in the
2778                 search messages.
2779
2780 2006-09-18 [paul]       2.4.0cvs197
2781
2782         * src/wizard.c
2783                 add missing bracket, capitalise the A of
2784                 'SpamAssassin'
2785
2786 2006-09-18 [paul]       2.4.0cvs196
2787
2788         * src/compose.c
2789                 fix bug 1012 'crashed upon sending mail
2790                 from compose window'
2791                 Thanks to Colin
2792
2793 2006-09-16 [colin]      2.4.0cvs195
2794
2795         * src/folderview.c
2796                 Fix "real-time" sorting by freezing/thawing
2797
2798 2006-09-16 [colin]      2.4.0cvs194
2799
2800         * manual/faq.xml
2801                 Fix the anti-spam entry a bit
2802
2803 2006-09-16 [colin]      2.4.0cvs193
2804
2805         * src/wizard.c
2806                 Make sure reviewers have no excuse when stating
2807                 Sylpheed-Claws doesn't have antispam capabilities.
2808
2809 2006-09-16 [colin]      2.4.0cvs192
2810
2811         * src/main.c
2812                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2813                 as if the SIGPIPE comes from etpan's thread we could
2814                 trigger a GUI update from this thread.
2815
2816 2006-09-16 [colin]      2.4.0cvs191
2817
2818         * src/summaryview.c
2819                 Init all members of the struct
2820
2821 2006-09-16 [paul]       2.4.0cvs190
2822
2823         * src/account.c
2824                 improvements to the English
2825
2826 2006-09-15 [colin]      2.4.0cvs189
2827
2828         * src/summaryview.c
2829                 HIG order on dialog
2830
2831 2006-09-14 [colin]      2.4.0cvs188
2832
2833         * src/common/socket.c
2834         * src/common/socket.h
2835         * src/common/ssl.c
2836         * src/common/ssl_certificate.c
2837         * src/common/ssl_certificate.h
2838         * src/etpan/imap-thread.c
2839                 the get_fqdn() call done to get canonical name when
2840                 checking an SSL certificate is blocking, which is
2841                 sad as we just did a non-blocking lookup to connect.
2842                 Fix that by letting the fqdn available to the SockInfo,
2843                 and use that in ssl_certificate_check(). For IMAP,
2844                 we don't do it as the lookup's done by libetpan, but
2845                 it's less annoying as IMAP connections as much more
2846                 rare than POP3 connections.
2847
2848 2006-09-14 [paul]       2.4.0cvs187
2849
2850         * manual/advanced.xml
2851                 improvements to the English,
2852                 properly place the new hidden options
2853                 within the alphabetical order
2854         * src/gtk/pluginwindow.c
2855                 improvements to the English
2856
2857 2006-09-14 [colin]      2.4.0cvs186
2858
2859         * src/prefs_common.c
2860         * src/prefs_common.h
2861         * src/gtk/gtksctree.c
2862         * manual/advanced.xml
2863                 New hidden pref, stripes_color_offset, to change
2864                 the value added/substracted to normal bgcolor to
2865                 create the stripes in summaries
2866
2867 2006-09-13 [colin]      2.4.0cvs185
2868
2869         * src/gedit-print.c
2870         * src/messageview.c
2871         * src/messageview.h
2872         * src/summaryview.c
2873         * src/textview.c
2874                 Fix misc. printing issues: 
2875                 - Bad font for linkified headers
2876                 - Different font if the mail was displayed or not
2877                 - Factorize the thing
2878
2879 2006-09-13 [colin]      2.4.0cvs184
2880
2881         * src/common/ssl_certificate.c
2882                 Only get FQDN once when checking certificate
2883
2884 2006-09-13 [colin]      2.4.0cvs183
2885
2886         * src/account.c
2887         * src/gtk/pluginwindow.c
2888                 Misc. GUI fixes by Fabien
2889
2890 2006-09-13 [wwp]        2.4.0cvs182
2891
2892         * configure.ac
2893         * src/common/utils.h
2894         * src/common/utils.c
2895                 get rid of unused wide-char functions.
2896
2897 2006-09-13 [wwp]        2.4.0cvs181
2898
2899         * src/plugins/pgpinline/sylpheed.def
2900         * src/textview.c
2901                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2902                 add privacy_reset_error to the .def file,
2903                 do not fork for an external textviewer.
2904
2905 2006-09-13 [wwp]        2.4.0cvs180
2906
2907         * src/prefs_common.c
2908                 fix broken font entry in prefs (patch issued by the gpg4win team,
2909                 probably by Marcus Brinkmann <marcus@g10code.de>).
2910
2911 2006-09-13 [colin]      2.4.0cvs179
2912
2913         * src/folder.h
2914                 Fix a warning in summaryview.c
2915         * src/mainwindow.c
2916         * src/summaryview.c
2917         * src/summaryview.h
2918                 Add missing Mark/* elements in the
2919                 main menu
2920
2921 2006-09-12 [colin]      2.4.0cvs178
2922
2923         * src/prefs_actions.c
2924         * src/prefs_filtering_action.c
2925         * src/prefs_matcher.c
2926                 Use (New) instead of New everywhere
2927
2928 2006-09-12 [wwp]        2.4.0cvs177
2929
2930         * manual/fr/addrbook.xml
2931         * manual/fr/handling.xml
2932                 updated some quotes in the fr manual to match the fr translation.
2933
2934 2006-09-12 [wwp]        2.4.0cvs176
2935
2936         * src/prefs_matcher.c
2937                 don't store translated string elements in matcher expressions.
2938                 Also fixed a misused of Q_().
2939
2940 2006-09-11 [wwp]        2.4.0cvs175
2941
2942         * src/plugins//bogofilter/bogofilter.c
2943         * src/plugins//clamav/clamav_plugin.c
2944         * src/plugins//demo/demo.c
2945         * src/plugins//dillo_viewer/dillo_viewer.c
2946         * src/plugins//pgpcore/plugin.c
2947         * src/plugins//pgpinline/plugin.c
2948         * src/plugins//pgpmime/plugin.c
2949         * src/plugins//spamassassin/spamassassin.c
2950                 gettext-ize more strings (mostly plugin error messages).
2951
2952 2006-09-11 [colin]      2.4.0cvs174
2953
2954         * src/alertpanel.c
2955                 Make maximum buffer size bigger to avoid
2956                 truncating translated messages. Patch by
2957                 Fabien
2958
2959 2006-09-11 [colin]      2.4.0cvs173
2960
2961         * src/etpan/imap-thread.c
2962                 Fix compilation on OpenBSD, thanks to 
2963                 Landry
2964
2965 2006-09-10 [wwp]        2.4.0cvs172
2966
2967         * manual/account.xml
2968         * manual/addrbook.xml
2969         * manual/handling.xml
2970         * manual/es/handling.xml
2971         * manual/fr/account.xml
2972         * manual/fr/addrbook.xml
2973         * manual/fr/handling.xml
2974                 documented addressbook matching (condition configuration):
2975                   addrbook.xml, en fr
2976                 documented per-account filtering rules (handling/filtering
2977                   section, account section):
2978                   account.xml, handling.xml, en fr
2979                 slightly updated the handling/searching section to tell few
2980                   words about the extended search ability:
2981                   handling.xml, en fr
2982                 added missing <quote></quotes> to Quick Search:
2983                   handling.xml, en fr es
2984                 fixed a typo (auomatically):
2985                   handling.xml, en
2986                 changes revisited by Paul.
2987
2988 2006-09-10 [paul]       2.4.0cvs171
2989
2990         * src/prefs_actions.c
2991         * src/prefs_filtering.c
2992         * src/prefs_template.c
2993                 adjustments to the gui
2994                 Patch by Fabien Vantard (slightly modified)
2995
2996 2006-09-10 [colin]      2.4.0cvs170
2997
2998         * src/summaryview.c
2999                 Check folderitem/summaryview consistency
3000                 (basically automates Update summary). Fixes
3001                 #1011 (wrong (negative) count on unread 
3002                 messages)
3003
3004 2006-09-10 [colin]      2.4.0cvs169
3005
3006         * src/gtk/gtksctree.c
3007                 Fix recursive expansion via mouse
3008         * src/plugins/bogofilter/bogofilter.c
3009                 Use normal filtering way of moving
3010                 messages (batching), possibly fixing
3011                 bug #1015 (Bogofilter plugin doubles 
3012                 new messages)
3013
3014 2006-09-09 [wwp]        2.4.0cvs168
3015
3016         * src/prefs_filtering.c
3017                 better place for this fix.
3018
3019 2006-09-09 [wwp]        2.4.0cvs167
3020
3021         * src/prefs_filtering.c
3022                 fix a minor bug when the enabled status of a filtering/processing
3023                 rule always got set to TRUE when replacing this rule. That still
3024                 make sense when adding a new rule, but now when replacing, we
3025                 don't override the value of 'enabled'.
3026                 Also renamed the func prefs_filtering_list_view_get_rule_name()
3027                 to prefs_filtering_list_view_get_info() as this function not only
3028                 returns the name, but also the account_id and the enabled status.
3029
3030 2006-09-09 [mones]      2.4.0cvs166
3031
3032         * manual/glossary.xml
3033         * manual/plugins.xml
3034                 Minor format corrections
3035         * manual/gpl.xml
3036                 Fix misplaced NO WARRANTY section
3037         * manual/es/advanced.xml
3038         * manual/es/faq.xml
3039         * manual/es/glossary.xml
3040         * manual/es/gpl.xml
3041         * manual/es/handling.xml
3042         * manual/es/plugins.xml
3043         * manual/es/starting.xml
3044                 Incorporate changes from English version
3045         * manual/fr/ack.xml
3046         * manual/pl/ack.xml
3047         * manual/es/ack.xml
3048                 Fix address, (add translation credits in es version)
3049         * po/es.po
3050                 Updated translation
3051
3052 2006-09-09 [wwp]        2.4.0cvs165
3053
3054         * src/prefs_filtering.c
3055                 fix a crash when opening filtering prefs, if matcherrc file contains
3056                 broken data (non-existing account id, which is theoretically not
3057                 possible).
3058
3059 2006-09-08 [colin]      2.4.0cvs164
3060
3061         * src/folder.c
3062                 Wrong assert, make it an if()
3063         * src/gtk/gtksctree.c
3064                 Fix bug #1013 (expand selected thread 
3065                 tree) - expanding is now recursive
3066
3067 2006-09-07 [wwp]        2.4.0cvs163
3068
3069         * src/prefs_matcher.c
3070                 make better sentences about addressbook matching in the
3071                 matcher prefs. This should make translators' work easier
3072                 too.
3073
3074 2006-09-07 [wwp]        2.4.0cvs162
3075
3076         * src/prefs_filtering.c
3077                 code simplification (get rid of dup var. assignment).
3078
3079 2006-09-07 [wwp]        2.4.0cvs161
3080
3081         * src/summaryview.c
3082                 use GTK_STOCK icons when possible, patch by Fabien Vantard
3083                 <fzzzzz@gmail.com>.
3084
3085 2006-09-07 [paul]       2.4.0cvs160
3086
3087         * src/mimeview.c
3088                 fix compilation warnings
3089                 Thanks to Colin
3090
3091 2006-09-07 [paul]       2.4.0cvs159
3092
3093         * src/mimeview.c
3094                 select the mimepart icon when
3095                 displaying as text
3096                 Thanks to Colin
3097
3098 2006-09-06 [paul]       2.4.0cvs158
3099
3100         * src/prefs_filtering.c
3101                 fix labels and table element spacing
3102                 Patch by Fabien Vantard
3103
3104 2006-09-06 [paul]
3105
3106         2.5.0-rc3 released
3107
3108 2006-09-06 [paul]       2.4.0cvs157
3109
3110         * manual/es/advanced.xml
3111                 fix typo
3112
3113 2006-09-06 [wwp]        2.4.0cvs156
3114
3115         * src/mainwindow.c
3116                 fix an dup launch issue when iconified, thanks to Colin.
3117
3118 2006-09-06 [wwp]        2.4.0cvs155
3119
3120         * src/gtk//gtksctree.h
3121                 oops, forgot that one!
3122
3123 2006-09-06 [wwp]        2.4.0cvs154
3124
3125         * manual/pl/advanced.xml
3126         * manual/advanced.xml
3127         * manual/es/advanced.xml
3128         * manual/fr/advanced.xml
3129         * src/prefs_customheader.c
3130         * src/prefs_filtering_action.c
3131         * src/foldersel.c
3132         * src/prefs_summaries.c
3133         * src/prefs_filtering.c
3134         * src/account.c
3135         * src/compose.c
3136         * src/prefs_summary_column.c
3137         * src/addr_compl.c
3138         * src/prefs_actions.c
3139         * src/prefs_folder_column.c
3140         * src/ssl_manager.c
3141         * src/prefs_template.c
3142         * src/prefs_display_header.c
3143         * src/prefs_common.h
3144         * src/prefs_matcher.c
3145         * src/prefs_common.c
3146         * src/prefs_toolbar.c
3147         * src/summaryview.c
3148         * src/folderview.c
3149         * src/gtk/gtksctree.c
3150         * src/gtk/pluginwindow.c
3151         * src/gtk/progressdialog.c
3152         * src/gtk/prefswindow.c
3153                 renamed hidden option enable_rules_hint to use_stripes_everywhere
3154                 to make its meaning more obvious (all versions of the manual reflect
3155                 the change).
3156                 added an extra hidden option use_stripes_in_summary to allow
3157                 discarding these stripes in mainwindow's folder and message lists;
3158                 en and fr manuals only are OK towards this.
3159
3160 2006-09-06 [colin]      2.4.0cvs153
3161
3162         * src/textview.c
3163                 Hide Sylpheed-Claws' internal queue headers
3164                 when showing all headers. They'll be present
3165                 only in Source window.
3166
3167 2006-09-05 [colin]      2.4.0cvs152
3168
3169         * src/plugins/trayicon/trayicon.c
3170                 Fix crash at exit - we have to disconnect
3171                 our handlers
3172         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3173                 Update eggtrayicon - patch adapted from a
3174                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
3175                 on Sylpheed's ML
3176
3177 2006-09-05 [colin]      2.4.0cvs151
3178
3179         * src/mainwindow.c
3180         * src/gtk/logwindow.c
3181                 Fix race condition when something writes
3182                 to the log too soon during init. Thanks
3183                 to Fabien Vantard
3184
3185 2006-09-05 [colin]      2.4.0cvs150
3186
3187         * src/mimeview.c
3188                 Don't select part on right-click either
3189
3190 2006-09-05 [paul]       2.4.0cvs149
3191
3192         * src/mimeview.c
3193                 completion of previous commit
3194                 Thanks to Colin
3195
3196 2006-09-05 [colin]      2.4.0cvs148
3197
3198         * src/mimeview.c
3199                 Don't force selection on middle-click, just open
3200
3201 2006-09-04 [colin]      2.4.0cvs147
3202
3203         * src/mimeview.c
3204                 Looks like gtk_notebook_set_current_page()
3205                 sometimes steals focus, and this annoys us
3206                 in MimeViewers as it renders navigation
3207                 keys useless. Take back focus after switching
3208                 pages.
3209
3210 2006-09-04 [colin]      2.4.0cvs146
3211
3212         * src/messageview.c
3213                 Set stop_loading when clicking on Next
3214                 during load. Don't add a callback to 
3215                 avoid over-complicating things.
3216
3217 2006-09-04 [colin]      2.4.0cvs145
3218
3219         * src/mimeview.c
3220         * src/messageview.c
3221                 Fix multiple loads in separate messageview
3222
3223 2006-09-04 [colin]      2.4.0cvs144
3224
3225         * src/summaryview.c
3226                 Let navigation keys be handled during 
3227                 load
3228
3229 2006-09-04 [colin]      2.4.0cvs143
3230
3231         * src/messageview.c
3232         * src/summaryview.c
3233         * src/textview.c
3234         * src/textview.h
3235                 Make loading of huge mails (lots of text and/or
3236                 images) cancellable, so the GUI doesn't block 
3237
3238 2006-09-04 [colin]      2.4.0cvs142
3239
3240         * src/plugins/trayicon/trayicon.c
3241                 Fix annoyance when removing a folder with 
3242                 unread mails: trayicon didn't update
3243
3244 2006-09-04 [paul]       2.4.0cvs141
3245
3246         * src/gtk/icon_legend.c
3247                 straighten up columns
3248                 Patch by Fabien Vantard
3249
3250 2006-09-04 [wwp]        2.4.0cvs140
3251
3252         * src/prefs_filtering.c
3253                 fix new line's account name in filtering prefs:
3254                 was "All", is now "(New)".
3255
3256 2006-09-04 [paul]       2.4.0cvs139
3257
3258         * tools/make.themes.project
3259                 use "AUTOMAKE_OPTIONS = dist-bzip2"
3260                 instead of homebrewed "make release"
3261
3262 2006-09-03 [colin]      2.4.0cvs138
3263
3264         * src/folderview.c
3265                 Fix bug #1007 (Wrong folder highlighted)
3266
3267 2006-09-03 [colin]      2.4.0cvs137
3268
3269         * src/compose.c
3270                 Don't set Newsgroup: header to a mail folder
3271                 path
3272
3273 2006-09-03 [paul]       2.4.0cvs136
3274
3275         * src/prefs_other.c
3276         * src/prefs_spelling.c
3277                 unify the gui
3278
3279 2006-09-03 [paul]       2.4.0cvs135
3280
3281         * src/prefs_summaries.c
3282                 correct menu item text in prefs_keybind_apply_clicked()
3283
3284 2006-09-03 [paul]       2.4.0cvs134
3285
3286         * manual/advanced.xml
3287                 some improvements to the descriptions
3288         * src/mainwindow.c
3289         * src/messageview.c
3290         * src/summaryview.c
3291         * src/gtk/menu.c
3292                 fix menu sensitivity issues
3293         * src/prefs_message.c
3294                 drop the useless word 'short'
3295         * src/prefs_other.c
3296                 add the word 'lines' indicating log length
3297                 is a measure of lines
3298         * src/textview.c
3299                 fix compilation warnings
3300
3301 2006-09-02 [colin]      2.4.0cvs133
3302
3303         * src/messageview.c
3304                 Display a special return-receipt message
3305                 if the message is from the user
3306         * src/summaryview.c
3307                 Fix missing freeze of the list when marking
3308                 all read and unthreading for exec. Thanks
3309                 to Stephan Sachse.
3310
3311 2006-09-02 [paul]       2.4.0cvs132
3312
3313         * src/mainwindow.c
3314         * src/prefs_message.c
3315         * src/summaryview.c
3316                 fix some english
3317
3318 2006-09-02 [wwp]        2.4.0cvs131
3319
3320         * src/prefs_filtering.c
3321                 added an account name column to the filtering rules
3322                 dialog.
3323
3324 2006-09-02 [colin]      2.4.0cvs130
3325
3326         * src/gtk/logwindow.c
3327         * src/gtk/logwindow.h
3328                 Block scrolling if we're not at the end
3329                 of the log
3330
3331 2006-09-02 [colin]      2.4.0cvs129
3332
3333         * src/folder.c
3334                 Make sure account-specific rules can't
3335                 be used in {pre-,post-,}processing
3336         * src/mainwindow.c
3337         * src/gtk/logwindow.c
3338         * src/gtk/logwindow.h
3339                 Jump to last error when clicking on the
3340                 warning icon
3341
3342 2006-09-02 [colin]      2.4.0cvs128
3343
3344         * src/imap.c
3345         * src/import.c
3346         * src/mainwindow.c
3347         * src/mainwindow.h
3348                 Fix warning icon
3349         * src/inc.c
3350         * src/mbox.c
3351         * src/mbox.h
3352                 Let proc_mbox know its account, for
3353                 account-specific rules
3354
3355 2006-09-01 [colin]      2.4.0cvs127
3356
3357         * src/codeconv.c
3358                 Don't uselessly use iconv to convert from
3359                 us-ascii
3360         * src/alertpanel.c
3361         * src/mainwindow.c
3362         * src/mainwindow.h
3363         * src/inc.c
3364                 Fix certain log cases, disable warning icon
3365                 for now, the correct way to display it when
3366                 necessary and only when necessary is probably
3367                 to do it manually rather than use error logs
3368         * src/etpan/imap-thread.c
3369                 Clean up UID logging a bit
3370         * src/gtk/logwindow.c
3371         * src/gtk/logwindow.h
3372                 Make logging faster when the window's closed
3373
3374 2006-09-01 [wwp]        2.4.0cvs126
3375
3376         * manual/fr/account.xml
3377                 reflect changes to the ref. manual (parts of cvs72):
3378                 fix tabnames and quotes.
3379
3380 2006-09-01 [wwp]        2.4.0cvs125
3381
3382         * manual/fr/plugins.xml
3383                 reflect changes to the reference manual (cvs42):
3384                 update IRC channel info.
3385
3386 2006-09-01 [wwp]        2.4.0cvs124
3387
3388         * commitHelper
3389                 use CVSEDITOR env. var. if set, according to `man cvs`.
3390
3391 2006-09-01 [wwp]        2.4.0cvs123
3392
3393         * manual/advanced.xml
3394                 better sentence again (thanks to Paul).
3395
3396 2006-09-01 [wwp]        2.4.0cvs122
3397
3398         * manual/advanced.xml
3399         fix definition of toolbar_detachable and rework a bit the one of
3400         enable_dotted_lines.
3401
3402 2006-09-01 [mones]      2.4.0cvs121
3403
3404         * manual/advanced.xml
3405                 Document enable_dotted_lines
3406
3407 2006-09-01 [paul]       2.4.0cvs120
3408
3409         * src/folderview.c
3410         * src/folderview.h
3411         * src/imap.c
3412         * src/mainwindow.c
3413         * src/summaryview.c
3414                 obey the 'When entering folder...' option
3415                 when using the /View/Go to/... menu items
3416                 Thanks to Colin
3417
3418 2006-08-31 [colin]      2.4.0cvs119
3419
3420         * src/folderview.c
3421                 Revert 2.4.0cvs116, wrong fix.
3422
3423 2006-08-31 [colin]      2.4.0cvs118
3424
3425         * src/gtk/gtksctree.c
3426                 Better state the various copyrights
3427
3428 2006-08-31 [colin]      2.4.0cvs117
3429
3430         * src/prefs_common.c
3431                 fix enable_dotted_lines
3432
3433 2006-08-31 [colin]      2.4.0cvs116
3434
3435         * src/folderview.c
3436                 Use pref "Always open on select" when going
3437                 to next unread folder
3438         * src/gtk/gtksctree.c
3439                 Fix link failure to _gtk_clist_create_cell_layout
3440                 on certain computers. (Why not mine, I wonder)
3441
3442 2006-08-31 [colin]      2.4.0cvs115
3443
3444         * src/procmsg.c
3445         * src/textview.c
3446         * src/plugins/bogofilter/bogofilter.c
3447         * src/plugins/spamassassin/spamassassin.c
3448                 Requalify some "errors" to warnings
3449         * src/mainwindow.c
3450         * src/mainwindow.h
3451         * src/statusbar.c
3452                 Add an icon in the statusbar to notify
3453                 of errors
3454         * src/gtk/gtksctree.c
3455         * src/folderview.c
3456         * src/summaryview.c
3457                 Make the GtkSCTree look more modern by
3458                 alternating background lines
3459         * src/prefs_common.c
3460         * src/prefs_common.h
3461                 Add a pref to let people have the old
3462                 way if they prefer
3463
3464
3465 2006-08-30 [colin]      2.4.0cvs114
3466
3467         * src/procmsg.c
3468         * src/procmsg.h
3469                 Provide a way to filter a list of
3470                 messages in an optimised manner, and
3471                 add a list-filtering hook
3472         * src/folder.c
3473         * src/inc.c
3474         * src/mbox.c
3475                 Use the list filtering
3476         * src/plugins/bogofilter/bogofilter.c
3477                 Use the list-filtering hook
3478                 Use -b (bulk) mode for more speed
3479                 when learning and filtering
3480         * src/etpan/imap-thread.c
3481                 Make log output shorter in UID SEARCH
3482
3483
3484 2006-08-30 [colin]      2.4.0cvs113
3485
3486         * src/plugins/bogofilter/bogofilter.c
3487                 Really fast mass learning - thanks to David
3488                 Relson for the options explanations :)
3489
3490 2006-08-30 [colin]      2.4.0cvs112
3491
3492         * src/msgcache.c
3493                 Fix compilation on FreeBSD. Thanks
3494                 to Michael Hugues
3495
3496 2006-08-29 [colin]      2.4.0cvs111
3497
3498         * src/folderview.c
3499                 Handle "popup_menu" signal (for popping the 
3500                 menu via the keyboard)
3501         * src/mimeview.c
3502         * src/mimeview.h
3503         * src/summaryview.c
3504         * src/textview.c
3505         * src/gtk/gtkutils.c
3506         * src/gtk/gtkutils.h
3507                 Factorize scrolling code, and add an API 
3508                 for MimeViewers to handle scroll orders
3509
3510 2006-08-29 [wwp]        2.4.0cvs110
3511
3512         * src/plugins//bogofilter/bogofilter.c
3513         * src/plugins//spamassassin/spamassassin.c
3514                 make the bogofilter/spamassassin filtering error dialogs at
3515         incorporation obey to the "don't popup error dialog on
3516         receive error" option. If disabled, feed the log window w/
3517         the error message.
3518
3519 2006-08-29 [paul]
3520
3521         2.5.0-rc2 released
3522
3523 2006-08-29 [paul]       2.4.0cvs109
3524
3525         * Makefile.am
3526                 remove 'make release', it's not needed
3527                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3528
3529 2006-08-29 [paul]       2.4.0cvs108
3530
3531         * src/foldersel.c
3532         * src/summary_search.c
3533         * src/gtk/progressdialog.c
3534         * src/plugins/pgpcore/passphrase.c
3535                 replace deprecated gtk_window_set_policy()
3536
3537 2006-08-29 [colin]      2.4.0cvs107
3538
3539         * src/folder.c
3540                 Fix data loss when copy fails during a move:
3541                 only use fast remove_msgs if everything was
3542                 copied OK; else use slow remove_msg on the
3543                 mails that got copied only.
3544
3545 2006-08-28 [paul]       2.4.0cvs106
3546
3547         * src/mh.c
3548                 revert change in 2.4.0cvs104, it breaks
3549                 stuff
3550
3551 2006-08-28 [paul]       2.4.0cvs105
3552
3553         * src/plugins/spamassassin/spamassassin.c
3554                 english fix
3555
3556 2006-08-28 [paul]       2.4.0cvs104
3557
3558         * src/mh.c
3559                 fix data loss when moving to another
3560                 mailbox fails
3561         * src/prefs_spelling.c
3562                 improve the english
3563         * src/gtk/pluginwindow.c
3564                 improve the layout of the dialog text
3565         All thanks to Colin
3566
3567 2006-08-28 [paul]       2.4.0cvs103
3568
3569         * src/plugins/bogofilter/bogofilter.c
3570         * src/plugins/bogofilter/bogofilter_gtk.c
3571                 fix english up a bit, innit
3572
3573 2006-08-28 [paul]       2.4.0cvs102
3574
3575         * configure.ac
3576         * po/Makefile.in.in
3577         * po/Makevars
3578                 require autoconf 2.60, enabling building
3579                 with gettext 0.15 (gettext 0.14.x build still
3580                 possible). Replace Makefiles with versions
3581                 from gettext 0.15.
3582                 Remove configure options --with-localedir and
3583                 --with-mandir. The options that are provided
3584                 directly by autoconf 2.60 can be used instead:
3585                 --mandir --localedir
3586
3587 2006-08-27 [colin]      2.4.0cvs101
3588
3589         * src/plugins/bogofilter/Makefile.am
3590                 Fix make dist (no README)
3591
3592 2006-08-27 [colin]      2.4.0cvs100
3593
3594         * src/folder.c
3595                 Don't use F_UNKNOWN folders for any default
3596                 outbox/trash/etc
3597         * src/plugins/bogofilter/bogofilter.c
3598         * src/plugins/bogofilter/bogofilter.h
3599         * src/plugins/bogofilter/bogofilter_gtk.c
3600                 Add an option to specify the path to bogofilter
3601                 Use single-quotes to be able to learn in folders
3602                 with spaces in their names
3603                 Verify learning status
3604
3605 2006-08-27 [colin]      2.4.0cvs99
3606
3607         * manual/faq.xml
3608         * manual/plugins.xml
3609                 Document Bogofilter plugin
3610
3611 2006-08-27 [colin]      2.4.0cvs98
3612
3613         * src/compose.c
3614         * src/messageview.c
3615         * src/procmsg.c
3616         * src/procmsg.h
3617                 When possible, copy the queued mail to sent folder
3618                 instead of re-adding. Much faster on IMAP.
3619
3620 2006-08-27 [colin]      2.4.0cvs97
3621
3622         * src/msgcache.c
3623                 Disable mmaped caches - huge metadata loss
3624                 here after a power failure.
3625         * src/summaryview.c
3626                 Add quicksearch timing
3627         * src/common/plugin.c
3628         * src/common/plugin.h
3629                 Implement an interface to tell what plugins
3630                 provide. Prevent loading of similar plugins.
3631         * src/plugins/clamav/clamav_plugin.c
3632         * src/plugins/demo/demo.c
3633         * src/plugins/dillo_viewer/dillo_viewer.c
3634         * src/plugins/pgpcore/plugin.c
3635         * src/plugins/pgpinline/pgpinline.c
3636         * src/plugins/pgpmime/pgpmime.c
3637         * src/plugins/spamassassin/spamassassin.c
3638         * src/plugins/trayicon/trayicon.c
3639                 Implement plugin_provides()
3640
3641 2006-08-27 [colin]      2.4.0cvs96
3642
3643         * configure.ac
3644         * src/plugins/Makefile.am
3645         * src/plugins/bogofilter/.cvsignore
3646         * src/plugins/bogofilter/Makefile.am
3647         * src/plugins/bogofilter/bogofilter.c
3648         * src/plugins/bogofilter/bogofilter.h
3649         * src/plugins/bogofilter/bogofilter_gtk.c
3650                 New Bogofilter plugin, provides filtering and
3651                 learning. Spamassassin will go to extra plugins.
3652
3653 2006-08-26 [mones]      2.4.0cvs95
3654
3655         * manual/handling.xml
3656                 Fix subfolder path in the example (thanks to Paul) 
3657
3658 2006-08-26 [mones]      2.4.0cvs94
3659
3660         * manual/glossary.xml
3661                 2.2. + add ISP to the glossary
3662                 7.5. + Add UIDL to glossary
3663                 7.7. + Add TCP to glossary
3664         * manual/handling.xml
3665                 7.1. + Mentions GNU/Linux distribution, what about the non...
3666                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3667                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3668                 7.4. = Use appropriate quotation for commands
3669                 7.6. = change "" to <quote></quote>
3670         * manual/plugins.xml
3671                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3672         * manual/starting.xml
3673                 2.1. + local mbox file: some examples of mbox file locations...
3674                 Also reformatted files requiring it
3675
3676 2006-08-26 [wwp]        2.4.0cvs93
3677
3678         * src/summary_search.c
3679                 disable find buttons while summary search is running.
3680
3681 2006-08-25 [colin]      2.4.0cvs92
3682
3683         * src/folder.c
3684         * src/folderutils.c
3685         * src/mh.c
3686         * src/procmsg.h
3687         * src/summaryview.c
3688                 Speed up MH moving, and add progressbar
3689                 for MH deletion
3690         * src/msgcache.c
3691                 Write cache files using mmap() too
3692
3693 2006-08-25 [wwp]        2.4.0cvs91
3694
3695         * src/summaryview.c
3696                 switch spam<->ham button when a message has been marked as spam or ham
3697                 and is still selected. Thanks to Colin.
3698
3699 2006-08-25 [paul]       2.4.0cvs90
3700
3701         * src/Makefile.am
3702         * src/stock_pixmap.c
3703         * src/stock_pixmap.h
3704         * src/summaryview.c
3705         * src/gtk/icon_legend.c
3706         * src/pixmaps/copied.xpm
3707         * src/pixmaps/moved.xpm
3708                 add icons for delayed execution marked for
3709                 copying, marked for moving
3710
3711 2006-08-25 [mones]      2.4.0cvs89
3712
3713         * manual/glossary.xml
3714                 Fix the other glossary items:
3715                 5.1. = Inmmediate execution -> <quote>immediate execution...
3716                 5.2. = Fix MBOX capitalization -> Mbox
3717                 5.3. + Improve Plugins def. w/ tech. ref.
3718                 5.4. = Quotation -> replace '>' by <quote>></quote>
3719                 5.5. - SMTP Server. -> remove dot
3720         * po/es.po
3721                 Updated translation
3722
3723 2006-08-25 [mones]      2.4.0cvs88
3724
3725         * manual/ack.xml
3726                 Reformatted, changed email address
3727         * manual/glossary.xml
3728                 Reformatted, fixed MANUAL-TODO items:
3729                 8.2. + add ROT-13 to glossary
3730                 8.4. + add URL to glossary
3731         * manual/es/advanced.xml
3732                 Fixed <literal>s
3733
3734 2006-08-25 [paul]       2.4.0cvs87
3735
3736         * src/gtk/icon_legend.c
3737                 add 'marked for deletion' icon
3738                 arrange icons by containing column
3739                 wrap long label text
3740
3741 2006-08-25 [colin]      2.4.0cvs86
3742
3743         * src/common/utils.c
3744         * src/common/utils.h
3745                 Add the sc_g_*list_bigger functions in
3746                 a place everyone can use it
3747         * src/summaryview.c
3748                 Only freeze/thaw the list when working
3749                 on the selection, if it's bigger than 1
3750         * src/gtk/gtksctree.c
3751                 Only freeze/thaw the list when unselec-
3752                 ting 'all' if ('all' != 1)
3753                 This avoids some flickering
3754
3755 2006-08-24 [colin]      2.4.0cvs85
3756
3757         * src/addressbook.c
3758                 Fix strange list selection
3759                 Fix random seg (Invalid read of freed memory)
3760
3761 2006-08-24 [colin]      2.4.0cvs84
3762
3763         * src/alertpanel.c
3764         * src/gtk/inputdialog.c
3765         * src/plugins/pgpcore/passphrase.c
3766                 Revert minimal width patch of 2.4.0cvs67,
3767                 as it is also a maximal width. Use 
3768                 gtk_window_set_default_size instead.
3769
3770 2006-08-24 [colin]      2.4.0cvs83
3771
3772         * src/msgcache.c
3773                 Write cache/mark to temp files before
3774                 overwriting old ones (avoids metadata
3775                 loss if writing the new files fail).
3776                 Use mmap() to read cache/mark file, as
3777                 this makes cache reading faster. Dis-
3778                 abled for big-endian machines until it
3779                 can be tested. (Big-endian users: set
3780                 msgcache_use_mmap = TRUE in the relevant
3781                 #if).
3782         * src/procmsg.h
3783                 Move rarely used fields of MsgInfo in 
3784                 another structure, which will only be
3785                 allocated if needed. Face, X-Face,
3786                 Return receipt headers and List-*
3787                 headers are moved. Mails having none
3788                 of these occupy 52 bytes less with
3789                 this patch, which makes 2.5MB of RAM
3790                 saved on a 50k folder).
3791         * src/headerview.c
3792         * src/mainwindow.c
3793         * src/messageview.c
3794         * src/partial_download.c
3795         * src/procheader.c
3796         * src/procmsg.c
3797         * src/textview.c
3798                 Follow this structure change.
3799
3800 2006-08-24 [wwp]        2.4.0cvs82
3801
3802         * manual/es/.cvsignore
3803         * manual/es/dist/.cvsignore
3804         * manual/es/dist/html/.cvsignore
3805         * manual/es/dist/pdf/.cvsignore
3806         * manual/es/dist/ps/.cvsignore
3807         * manual/es/dist/txt/.cvsignore
3808                 more (generated) files to ignore.
3809
3810 2006-08-24 [colin]      2.4.0cvs81
3811
3812         * src/folder.c
3813         * src/mh.c
3814                 Fix possible problems with local delivery. Check the folder doesn't
3815                 need scan before setting its mtime when saving cache (which can be
3816                 done long after the folder's been modified by an external process);
3817                 Check that the stored item's mtime didn't change in mh functions.
3818
3819 2006-08-24 [mones]      2.4.0cvs80
3820
3821         * manual/advanced.xml
3822                 Rewrapping, some fixes and MANUAL-TODO items:
3823                 8.1. = change "" to <quote></quote>
3824                 8.3. = quote menu items
3825                 8.5. - deploying -> new user ... ideally a new user (redundant)
3826
3827 2006-08-23 [colin]      2.4.0cvs79
3828
3829         * src/gtk/gtksctree.c
3830                 When selecting or deselecting range, only
3831                 freeze/thaw when selection is bigger than 10
3832
3833 2006-08-23 [colin]      2.4.0cvs78
3834
3835         * src/messageview.c
3836         * src/mimeview.c
3837         * src/mimeview.h
3838         * src/plugins/dillo_viewer/dillo_viewer.c
3839                 Provide an API for MimeViewer plugins to
3840                 return a text selection for replying
3841
3842 2006-08-23 [colin]      2.4.0cvs77
3843
3844         * src/image_viewer.c
3845         * src/textview.c
3846                 Use gtk_pixbuf_new_from_file_at_scale(), which
3847                 is faster than getting the pixbuf then resizing
3848                 it.
3849
3850 2006-08-23 [colin]      2.4.0cvs76
3851
3852         * src/procmime.c
3853                 UTF-8 should be sent Quoted-printable
3854
3855 2006-08-22 [colin]      2.4.0cvs75
3856
3857         * src/mh.c
3858                 Check if scan is required before touching
3859                 the folder (or it'll be required every time)
3860
3861 2006-08-22 [colin]      2.4.0cvs74
3862
3863         * configure.ac
3864                 Require libetpan 0.46 (crasher fix when built
3865                 against gnutls)
3866
3867 2006-08-22 [colin]      2.4.0cvs73
3868
3869         * src/folder.c
3870                 Set folder's mtime after writing its
3871                 cache
3872         * src/folderview.c
3873                 Add some timing
3874         * src/procmsg.c
3875                 Don't do useless stuff if we don't 
3876                 thread by subject
3877         * src/summaryview.c
3878                 Add some timing, don't deselect prior
3879                 to selecting (gtksctree does it itself),
3880                 remove crash avoidance hacks as it's been
3881                 properly fixed since a while
3882         * src/common/utils.c
3883                 Optimize to_human_readable(): _() is slow,
3884                 do it only once, and avoid %f format for KB
3885                 (the most common in a summaryview)
3886         * src/gtk/gtksctree.c
3887                 Don't uselessly freeze/thaw (fixes flicker
3888                 on next unread and friends), reduce number
3889                 of g_list_nth/g_list_position where possible
3890         * src/gtk/gtkutils.c
3891         * src/gtk/gtkutils.h
3892                 Reduce number of g_list_nth/g_list_position
3893                 where possible.
3894                 All of this makes loading as 70k folder 2.1
3895                 seconds instead of 3.2 (with hot FS caches).
3896                 (1.3 seconds without Date and Size columns...)
3897
3898 2006-08-22 [paul]       2.4.0cvs72
3899
3900         wrap documents and do some items from mones' MANUAL-TODO:
3901
3902         * manual/account.xml
3903                 4.1. = fix tabname references to <quote>tabname</quote>
3904                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3905         * manual/faq.xml
3906                 1.1. = mentioned options don't match UI
3907                 Add information about the 'Never send Return Receipts'
3908                 option
3909         * manual/handling.xml
3910                 6.2. = Mentions Extended symbols button, but now is
3911                 named Information
3912                 6.3. = Mentions ... button, which is now Edit
3913
3914 2006-08-22 [colin]      2.4.0cvs71
3915
3916         * src/gtk/pluginwindow.c
3917                 Fix layout in verbose translations (such
3918                 as french)
3919
3920 2006-08-22 [paul]       2.4.0cvs70
3921
3922         * manual/Makefile.am
3923                 build manuals in alphabetical order
3924         * src/addressbook.c
3925         * src/prefs_themes.c
3926                 replace/remove deprecated symbols
3927         * src/gtk/gtkutils.c
3928                 fix a warning
3929         * src/gtk/pluginwindow.c
3930                 replace deprecated symbol
3931                 replace label text and move it
3932         * src/plugins/pgpcore/prefs_gpg.c
3933                 move the 'Generate...' button out of the
3934                 Sign Key frame, replace the English used
3935         * src/plugins/pgpcore/sgpgme.c
3936                 fixes to the English
3937
3938 2006-08-21 [colin]      2.4.0cvs69
3939
3940         * src/plugins/trayicon/trayicon.c
3941                 Add more strings for translation; patch
3942                 by Pawel
3943
3944 2006-08-21 [colin]      2.4.0cvs68
3945
3946         * src/compose.c
3947                 fix replied flag not set after drafting
3948         * src/matcher.c
3949                 fix body quicksearch in non-encoded bodies
3950                 containing '='
3951         * src/msgcache.c
3952                 Get rid of the g_malloc workaround for
3953                 corrupted caches, use g_try_malloc
3954
3955 2006-08-21 [colin]      2.4.0cvs67
3956
3957         * src/alertpanel.c
3958         * src/gtk/inputdialog.c
3959         * src/plugins/pgpcore/passphrase.c
3960                 Set minimal width to 375
3961         * src/mainwindow.c
3962                 Fix switching to offline, asking if it 
3963                 should be overriden for synchronising
3964         * src/mimeview.c
3965                 Don't offer to remember command on Open 
3966                 with for text parts, as the browser or 
3967                 text editor command isn't changed from 
3968                 there
3969
3970 2006-08-20 [paul]       2.4.0cvs66
3971
3972         * po/ko.po
3973         * po/zh_CN.po
3974                 fix plural form errors. revealed by stricter
3975                 checking of gettext 0.15
3976
3977 2006-08-18 [paul]       2.4.0cvs65
3978
3979         * src/stock_pixmap.c
3980                 fix the fix of 2.4.0cvs64
3981                 Thanks to Colin
3982
3983 2006-08-18 [paul]       2.4.0cvs64
3984
3985         * src/stock_pixmap.c
3986                 fix leaks
3987                 Thanks to Colin
3988
3989 2006-08-18 [paul]       2.4.0cvs63
3990
3991         * src/compose.c
3992         * src/procmsg.c
3993                 fix occasional IMAP bug where large msgs
3994                 were left in the queue folder after sending
3995                 Thanks to Colin
3996
3997 2006-08-18 [paul]       2.4.0cvs62
3998
3999         * src/folderview.c
4000                 freeze the summaryview while quicksearch results
4001                 are displayed
4002                 (fixes bug 456 'current message is hidden when the
4003                 view is refreshed and extended search is "unread 
4004                 messages"')
4005                 Thanks to Colin
4006         * src/textview.c
4007                 add missing #include "inputdialog.h"
4008         * src/common/utils.h
4009                 add missing mailcap_update_default() and improve
4010                 readability
4011
4012 2006-08-17 [colin]      2.4.0cvs61
4013
4014         * src/plugins/pgpcore/select-keys.c
4015                 Fix warnings :)
4016
4017 2006-08-17 [colin]      2.4.0cvs60
4018
4019         * src/compose.c
4020                 Don't continue queuing if Cancel is clicked
4021                 in select-keys
4022
4023 2006-08-17 [colin]      2.4.0cvs59
4024
4025         * src/plugins/pgpcore/select-keys.c
4026                 When encrypting, if only one key matches and it 
4027                 matches exactly, automatically use it.
4028
4029 2006-08-17 [colin]      2.4.0cvs58
4030
4031         * src/mimeview.c
4032         * src/prefs_common.c
4033         * src/prefs_common.h
4034         * src/prefs_ext_prog.c
4035         * src/textview.c
4036                 Fix issues with previous patch (text/html)
4037                 Remove outdated prefs
4038
4039 2006-08-17 [colin]      2.4.0cvs57
4040
4041         * src/imap.c
4042                 Add View Log button on auth error
4043         * src/procmsg.c
4044                 Fix encrypted mail marked as new when
4045                 saved in normal folders
4046         * src/plugins/pgpinline/pgpinline.c
4047                 Fix encrypt bug on IMAP
4048         * src/mimeview.c
4049         * src/common/utils.c
4050         * src/common/utils.h
4051         * src/gtk/inputdialog.c
4052         * src/gtk/inputdialog.h
4053                 Get rid of metamail stuff, simplify
4054                 opening, and allow remembering of user's
4055                 choices (by updating ~/.mailcap). There's
4056                 still to drop "Audio player" and "Image
4057                 viewer" preferences.
4058
4059 2006-08-17 [mones]      2.4.0cvs56
4060
4061         * manual/es/sylpheed-claws-manual.xml
4062                 fix DTD path
4063
4064 2006-08-17 [mones]      2.4.0cvs55
4065
4066         * configure.ac
4067         * manual/Makefile.am
4068         * manual/es/Makefile.am
4069         * manual/es/account.xml
4070         * manual/es/ack.xml
4071         * manual/es/addrbook.xml
4072         * manual/es/advanced.xml
4073         * manual/es/faq.xml
4074         * manual/es/glossary.xml
4075         * manual/es/gpl.xml
4076         * manual/es/handling.xml
4077         * manual/es/intro.xml
4078         * manual/es/keyboard.xml
4079         * manual/es/plugins.xml
4080         * manual/es/starting.xml
4081         * manual/es/sylpheed-claws-manual.xml
4082         * manual/es/dist/Makefile.am
4083         * manual/es/dist/html/Makefile.am
4084         * manual/es/dist/pdf/Makefile.am
4085         * manual/es/dist/ps/Makefile.am
4086         * manual/es/dist/txt/Makefile.am
4087                 Spanish translation for the manual
4088
4089 2006-08-16 [colin]      2.4.0cvs54
4090
4091         * src/compose.c
4092         * src/main.c
4093         * src/mainwindow.c
4094                 Fix send button sensitivity at startup
4095                 Set send menu sensitivity (patch by Fabien)
4096         * src/ssl_manager.c
4097                 Enable closing with esc (patch by Fabien)
4098         * src/gtk/foldersort.c
4099                 Enable closing with esc (patch by Fabien)
4100         * src/procmime.c
4101                 Optimisation (no need to copy to tempfile to
4102                 "decode" 7bit and 8bit)
4103         * src/summaryview.c
4104                 Fix cruft in swap_from case
4105         * src/textview.c
4106                 Fix missing last line in some mail cases 
4107                 (Fixes debian #381872)
4108         * src/plugins/pgpcore/prefs_gpg.c
4109         * src/plugins/pgpcore/sgpgme.c
4110         * src/plugins/pgpcore/sgpgme.h
4111                 Don't show "no key found" when user explicitely
4112                 wants to create a key
4113
4114 2006-08-16 [paul]       2.4.0cvs53
4115
4116         * configure.ac
4117         * src/account.c
4118         * src/addressbook.c
4119         * src/headerview.c
4120         * src/prefs_account.c
4121         * src/prefs_message.c
4122         * src/gtk/gtkutils.c
4123                 bump up minimum required versions of GTK+ and
4124                 GLIB to 2.6.0
4125
4126 2006-08-16 [paul]       2.4.0cvs52
4127
4128         * src/toolbar.c
4129                 workaround GTK+ Bug 351600 - 'Can't re-click
4130                 on button after sensitivity update'
4131                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
4132                 Thanks to Colin
4133
4134 2006-08-15 [colin]      2.4.0cvs51
4135
4136         * src/plugins/pgpcore/prefs_gpg.c
4137                 Set options sensitivity according to
4138                 key existence
4139         * src/plugins/pgpcore/sgpgme.c
4140                 Allow to create key with no passphrase
4141
4142 2006-08-14 [cleroy]     2.4.0cvs50
4143
4144         * src/gtk/pluginwindow.c
4145                 New layout (maybe to be changed?)
4146         * src/gtk/gtkutils.c
4147                 Fix a bit label_window
4148         * src/plugins/pgpcore/passphrase.c
4149         * src/plugins/pgpcore/passphrase.h
4150         * src/plugins/pgpcore/plugin.c
4151         * src/plugins/pgpcore/prefs_gpg.c
4152         * src/plugins/pgpcore/prefs_gpg.h
4153         * src/plugins/pgpcore/sgpgme.c
4154         * src/plugins/pgpcore/sgpgme.h
4155                 Allow to create a PGP private key via the GUI
4156
4157 2006-08-14 [wwp]        2.4.0cvs49
4158
4159         * src/addressbook_foldersel.c
4160                 fix strict ISO C90 compliance.
4161
4162 2006-08-14 [paul]       2.4.0cvs48
4163
4164         * src/gtk/prefswindow.c
4165                 re-set scrolled window on opening
4166                 Patch by Ticho
4167
4168 2006-08-14 [paul]
4169
4170         2.5.0-rc1 released
4171
4172 2006-08-14 [paul]       2.4.0cvs47
4173
4174         * src/prefs_display_header.c
4175                 re-enable user-defined Displayed Headers
4176
4177 2006-08-14 [paul]       2.4.0cvs46
4178
4179         * src/prefs_account.c
4180                 use GTK_STOCK_EDIT
4181
4182 2006-08-13 [colin]      2.4.0cvs45
4183
4184         * src/common/utils.c
4185                 Fix "a" in quote when the original message is empty,
4186                 by using \0 instead of 'a' to test writability of
4187                 temp files.
4188
4189 2006-08-13 [wwp]        2.4.0cvs44
4190
4191         * src/plugins/spamassassin/spamassassin.c
4192                 fix capitalization of "SpamAssassin" in some debug, log and
4193                 dialog messages.
4194
4195 2006-08-13 [paul]       2.4.0cvs43
4196
4197         * src/editldap.c
4198                 fix overlapping widgets
4199         * src/prefs_account.c
4200                 fix translation of protocol_names[]
4201                 fix label disappearing off the edge of the
4202                 visible area
4203
4204 2006-08-12 [paul]       2.4.0cvs42
4205
4206         * manual/plugins.xml
4207                 update IRC channel info before it gets forgotten
4208                 about
4209
4210 2006-08-11 [colin]      2.4.0cvs41
4211
4212         * src/compose.c
4213         * src/mainwindow.c
4214         * src/mainwindow.h
4215         * src/procmsg.c
4216         * src/procmsg.h
4217         * src/summaryview.c
4218         * src/toolbar.c
4219                 Grey out the Send button if
4220                 - Queue folders are empty, or
4221                 - We're sending already
4222
4223 2006-08-11 [wwp]        2.4.0cvs40
4224
4225         * src/main.c
4226                 fix a logic issue when quitting while a compose window is
4227                 still open, thanks to Colin.
4228
4229 2006-08-10 [colin]      2.4.0cvs39
4230
4231         * src/main.c
4232                 Fix default font size setting after wizard run
4233         * src/imap.c
4234         * src/etpan/imap-thread.c
4235         * src/etpan/imap-thread.h
4236                 Fix bug #999 (Timing out on TSL cert validation 
4237                 dialog makes ugly things happen). Also, STARTTLS
4238                 unconditionnaly if initial capabilities contain
4239                 LOGINDISABLED and STARTTLS.
4240
4241 2006-08-09 [colin]      2.4.0cvs38
4242
4243         * src/mainwindow.c
4244         * src/mainwindow.h
4245                 Fix Tools/Actions sensitivity when there are
4246                 no actions
4247
4248 2006-08-09 [colin]      2.4.0cvs37
4249
4250         * src/prefs_filtering.c
4251                 Warning fix, patch by Paul
4252         * src/messageview.c
4253         * src/prefs_actions.c
4254         * src/prefs_filtering_action.c
4255         * src/prefs_matcher.c
4256                 Uniformisation of "Info ..." to "Info..." (for
4257                 old gtk), patch by Fabien
4258         * src/plugins/clamav/clamav_plugin_gtk.c
4259                 Sensitivity fix by Fabien
4260
4261 2006-08-09 [colin]      2.4.0cvs36
4262
4263         * src/main.c
4264         * src/main.h
4265                 Add a function to know whether we're exiting
4266         * src/plugins/trayicon/trayicon.c
4267                 If exiting, don't do anything. Faster, and
4268                 avoids gtk_main_iteration reentracy causing
4269                 segfaults at exit
4270
4271 2006-08-09 [colin]      2.4.0cvs35
4272
4273         * src/messageview.c
4274         * src/mimeview.c
4275         * src/mimeview.h
4276                 Fix lack of part selection when automatically 
4277                 jumping to a specific part
4278         * src/msgcache.c
4279                 Little optimisation in cache reading
4280
4281 2006-08-09 [colin]      2.4.0cvs34
4282
4283         * src/compose.c
4284                 Fix crash setting the priority on reedit
4285                 (Accessing compose before creating it!)
4286
4287 2006-08-08 [colin]      2.4.0cvs33
4288
4289         * src/procmime.c
4290                 Fix bug #998 (last attachment is not accessible)
4291                 Bad RFC interpretation on multipart close-delimiters
4292         * src/mimeview.c
4293         * src/mimeview.h
4294         * src/gtk/gtkvscrollbutton.c
4295         * src/gtk/gtkvscrollbutton.h
4296                 Make attachments list wheel-scrollable
4297
4298 2006-08-07 [colin]      2.4.0cvs32
4299
4300         * src/gtk/gtkaspell.c
4301                 Fix bug #973 (Unicode punctation characters 
4302                 are not recognized as separators by the
4303                 spell checker); fix unsigned stuff
4304
4305 2006-08-07 [colin]      2.4.0cvs31
4306
4307         * src/compose.c
4308                 Fix bug #956 (DnD text with accents in compose 
4309                 text entry); fix gccc's signed/unsigned fuss
4310
4311 2006-08-06 [colin]      2.4.0cvs30
4312
4313         * src/main.c
4314                 Fix bug #979 (Plugin crashes when exiting 
4315                 sylpheed-claws) : handle exit request only 
4316                 once
4317
4318 2006-08-05 [colin]      2.4.0cvs29
4319
4320         * src/news.c
4321                 Just make sure we have a msgid.
4322
4323 2006-08-05 [colin]      2.4.0cvs28
4324
4325         * src/news.c
4326         * src/summaryview.c
4327                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
4328                 by reimplementing it
4329         * src/textview.c
4330                 Fix bug when hiding quotes with level > 3 and quote
4331                 colors are recycled
4332
4333 2006-08-04 [colin]      2.4.0cvs27
4334
4335         * src/compose.c
4336         * src/undo.c
4337         * src/undo.h
4338                 Fix a bit replace-by-pasting undo
4339         * src/mainwindow.c
4340         * src/messageview.c
4341                 Fix Fold quotes menu synchro in
4342                 mainwindow when it changes in 
4343                 messageview
4344         * src/textview.c
4345                 Fix right-click on quotes blocks
4346         * src/common/utils.c
4347                 Verify that the file created by
4348                 my_tmpfile() is writable. Fixes
4349                 bug #988 (very specific filesystem
4350                 issue)
4351         * src/plugins/pgpcore/sgpgme.c
4352                 Fix file descriptor leak
4353         * src/plugins/spamassassin/spamassassin.c
4354                 Warn once if spamd isn't reachable
4355
4356 2006-08-04 [colin]      2.4.0cvs26
4357
4358         * src/toolbar.c
4359                 i18n context patch by Fabien
4360
4361 2006-08-03 [colin]      2.4.0cvs25
4362
4363         * src/mainwindow.c
4364         * src/messageview.c
4365                 Rename "Hide quotes" to "Fold quotes"
4366         * src/textview.c
4367                 Don't use hand cursor on quotes. "all 
4368                 the bonuses of the feature and none of 
4369                 unwelcome side-effects"
4370
4371 2006-08-03 [colin]      2.4.0cvs24
4372
4373         * AUTHORS
4374         * sylpheed-claws.desktop
4375         * src/gtk/authors.h
4376                 Bring the desktop file to XDG compliance
4377                 Patch by Charles A. Edwards
4378
4379 2006-08-03 [colin]      2.4.0cvs23
4380
4381         * src/textview.c
4382                 Fix links offset when they are preceded
4383                 by accentued chars (g_utf8_strlen!)
4384         * src/mainwindow.c
4385                 Fix wrong status when starting offline
4386
4387
4388 2006-08-03 [wwp]        2.4.0cvs22
4389
4390         * src/prefs_common.h
4391                 ask what to do w/ filtering rules that belong to an account when
4392                 applying filtering rules manually from the main window (skip,
4393                 apply regardless of the account, use current account). This dialog
4394                 can be skipped and the last reply used.
4395                 (forgot that file)
4396
4397 2006-08-03 [wwp]        2.4.0cvs21
4398
4399         * src/filtering.c
4400         * src/filtering.h
4401         * src/prefs_common.c
4402         * src/summaryview.c
4403         * src/alertpanel.c
4404         * src/alertpanel.h
4405         * src/messageview.c
4406                 ask what to do w/ filtering rules that belong to an account when
4407                 applying filtering rules manually from the main window (skip,
4408                 apply regardless of the account, use current account). This dialog
4409                 can be skipped and the last reply used.
4410
4411
4412 2006-08-03 [colin]      2.4.0cvs20
4413
4414         * src/textview.c
4415                 Optimize previous patch
4416
4417 2006-08-03 [cleroy]     2.4.0cvs19
4418
4419         * src/textview.c
4420                 Fix quotes getting toggled back when the
4421                 mail has an even number of text parts
4422
4423 2006-08-02 [colin]      2.4.0cvs18
4424
4425         * src/messageview.c
4426                 Add Hide quotes menu
4427
4428 2006-08-02 [colin]      2.4.0cvs17
4429
4430         * src/mainwindow.c
4431         * src/prefs_common.c
4432         * src/textview.c
4433         * src/textview.h
4434         * src/gtk/about.c
4435                 Allow per-level quote hiding,
4436                 Allow toggling quotes by double-clicking them
4437                 Rename RemoteURI to ClickableText to reflect
4438                 the fact it's used for a variety of things
4439
4440 2006-08-02 [wwp]        2.4.0cvs16
4441
4442         * src/mainwindow.c
4443                 fix "View/Hide quotes" menu item status initialization.
4444
4445 2006-08-02 [wwp]        2.4.0cvs15
4446
4447         * src/matcher_parser_parse.y
4448                 remove a debug trace.
4449
4450 2006-08-02 [paul]       2.4.0cvs14
4451
4452         * src/plugins/pgpcore/passphrase.c
4453                 don't set initial dialog size
4454                 make it resizable
4455
4456 2006-08-02 [paul]       2.4.0cvs13
4457
4458         * src/noticeview.c
4459                 remove the rogue '/' character
4460
4461 2006-08-02 [paul]       2.4.0cvs12
4462
4463         * src/noticeview.c
4464                 allow buttons to resize as necessary
4465
4466 2006-08-01 [wwp]        2.4.0cvs11
4467
4468         * src/mbox.c
4469                 fix strict ISO C90 compliance.
4470
4471 2006-08-01 [wwp]        2.4.0cvs10
4472
4473         * tools/update-po
4474                 updated update-po tool to work w/ context-dependent translations.
4475                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4476
4477 2006-08-01 [wwp]        2.4.0cvs9
4478
4479         * src/matcher.c
4480         * src/prefs_filtering.c
4481         * src/prefs_matcher.c
4482                 allow context-dependent translations for "All",
4483                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4484
4485 2006-07-31 [colin]      2.4.0cvs8
4486
4487         * AUTHORS
4488         * src/gtk/authors.h
4489                 Add Rafal to authors
4490
4491 2006-07-31 [colin]      2.4.0cvs7
4492
4493         * src/compose.c
4494         * src/mainwindow.c
4495         * src/messageview.h
4496         * src/prefs_common.c
4497         * src/prefs_common.h
4498         * src/textview.c
4499                 Add 'View/Hide quotes'. Patch based on a patch
4500                 by Rafal Weglarz
4501
4502 2006-07-31 [colin]      2.4.0cvs6
4503
4504         * src/action.c
4505                 Fix problem with "> stuff >" actions
4506
4507 2006-07-31 [paul]       2.4.0cvs5
4508
4509         * po/nb.po
4510                 updated by Geir Helland
4511
4512 2006-07-31 [wwp]        2.4.0cvs4
4513
4514         * src/mainwindow.c
4515         * src/summaryview.c
4516         * src/summaryview.h
4517                 add "View/Go to/Parent message" and "View/Go to/Last read message",
4518                 thanks to Colin.
4519
4520 2006-07-31 [wwp]        2.4.0cvs3
4521
4522         * src/Makefile.am
4523         * src/addr_compl.c
4524         * src/addr_compl.h
4525         * src/addressbook.c
4526         * src/addressbook.h
4527         * src/addressbook_foldersel.c
4528         * src/addressbook_foldersel.h
4529         * src/addrindex.c
4530         * src/addrindex.h
4531         * src/matcher.c
4532         * src/matcher.h
4533         * src/matcher_parser_lex.l
4534         * src/matcher_parser_parse.y
4535         * src/prefs_common.c
4536         * src/prefs_common.h
4537         * src/prefs_filtering.c
4538         * src/prefs_matcher.c
4539         * src/prefs_matcher.h
4540         * src/summaryview.c
4541                 introduce filtering against the address book. It's now possible to add
4542                 matched conditions to determine if any email address in a message matches
4543                 or doesn't match any or all books or folders in the address book.
4544
4545 2006-07-31 [wwp]        2.4.0cvs2
4546
4547         * src/account.c
4548         * src/filtering.c
4549         * src/filtering.h
4550         * src/folder.c
4551         * src/folderview.c
4552         * src/inc.c
4553         * src/mainwindow.c
4554         * src/matcher.c
4555         * src/matcher_parser_lex.l
4556         * src/matcher_parser_parse.y
4557         * src/mbox.c
4558         * src/prefs_filtering.c
4559         * src/prefs_filtering.h
4560         * src/procmsg.c
4561         * src/procmsg.h
4562         * src/summaryview.c
4563                 introduce per-account filtering rules. Each filtering rule can now be assigned
4564                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
4565                 when applying filtering rules manually, as all rules will apply - even the ones
4566                 assigned to an account. This issue will be addressed soon.
4567  
4568
4569
4570 2006-07-31 [wwp]        2.4.0cvs1
4571
4572         * src/quote_fmt.c
4573                 make more strings translatable.
4574
4575 2006-07-31 [paul]       2.4.0
4576
4577         2.4.0 released
4578
4579 2006-07-31 [paul]       2.3.1cvs91
4580
4581         * po/ca.po
4582                 updated by Miquel Oliete
4583
4584 2006-07-31 [paul]       2.3.1cvs90
4585
4586         * po/de.po
4587         * po/el.po
4588         * po/fr.po
4589         * po/it.po
4590         * po/pl.po
4591         * po/pt_BR.po
4592         * po/sr.po
4593         * po/zh_CN.po
4594                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
4595                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
4596                 Aleksandar Urosevic, and Ralgh Young
4597
4598 2006-07-31 [paul]       2.3.1cvs89
4599
4600         * src/account.c
4601         * src/main.c
4602         * src/mainwindow.c
4603         * src/mainwindow.h
4604                 Fix a race condition when, after an SC crash, rescanning
4605                 folders took more than 0.5 seconds
4606                 Thanks to Colin
4607
4608 2006-07-31 [paul]       2.3.1cvs88
4609
4610         * src/folderview.c
4611                 don't translate separator strings
4612
4613 2006-07-30 [mones]      2.3.1cvs87
4614
4615         * doc/man/sylpheed-claws.1
4616                 Fixed non-ASCII chars in Hoa's name
4617         * po/es.po
4618                 Updated for release
4619
4620 2006-07-27 [colin]      2.3.1cvs86
4621
4622         * src/textview.c
4623                 Don't include the leading \n in links
4624                 Patch by Fabien
4625
4626 2006-07-25 [colin]      2.3.1cvs85
4627
4628         * src/mainwindow.c
4629         * src/common/socket.h
4630         * src/etpan/imap-thread.c
4631                 Refresh resolvers before connecting
4632                 to IMAP servers, and after switching
4633                 to online. Thanks to Paul.
4634
4635 2006-07-18 [colin]
4636
4637         * 2.4.0-rc4 released
4638
4639 2006-07-17 [colin]      2.3.1cvs84
4640
4641         * src/inc.c
4642                 Show connection attempt in statusbar before
4643                 connecting (previously first message was
4644                 "Retrieving messages from ..." after the
4645                 connection succeeded.
4646
4647 2006-07-16 [wwp]        2.3.1cvs83
4648
4649         * sylpheed-claws.ico
4650                 Added .ico file (windows multi-size icon file, generated).
4651
4652 2006-07-12 [wwp]        2.3.1cvs82
4653
4654         * src/messageview.c
4655                 remove Message/Re-edit menu entry from messageview window,
4656                 as sent/draft/queued messages are opened in compose window when
4657                 re-edited and it's not possible to re-edit other msgs.
4658
4659 2006-07-12 [paul]       2.3.1cvs81
4660
4661         * AUTHORS
4662         * src/mainwindow.c
4663         * src/gtk/authors.h
4664                 check online state before resetting
4665                 mailcheck timer. Useful if some program
4666                 verifies connection state and updates
4667                 Claws.
4668                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
4669
4670 2006-07-12 [paul]       2.3.1cvs80
4671
4672         * sylpheed-claws-128x128.png
4673         * sylpheed-claws-64x64.png
4674         * sylpheed-claws.png
4675         * src/Makefile.am
4676         * src/main.c
4677         * src/prefs_toolbar.c
4678         * src/stock_pixmap.c
4679         * src/stock_pixmap.h
4680         * src/wizard.c
4681         * src/gtk/about.c
4682         * src/gtk/gtkutils.c
4683         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
4684         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
4685         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
4686         * src/pixmaps/sylpheed.xpm              ** REMOVED **
4687         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
4688         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
4689                 updated and renamed logo/icon files and related
4690                 logo by Jesper Schultz
4691
4692 2006-07-11 [paul]       2.3.1cvs79
4693
4694         * src/main.c
4695                 fix the labels a smidgin
4696
4697 2006-07-09 [colin]      2.3.1cvs78
4698
4699         * src/textview.c
4700                 Show errors in textviewer's command
4701                 Patch by H. Merijn Brand
4702
4703 2006-07-09 [colin]      2.3.1cvs77
4704
4705         * src/compose.c
4706                 Save FMID in drafts too
4707
4708 2006-07-08 [colin]      2.3.1cvs76
4709
4710         * src/compose.c
4711                 Svae RMID in drafted mails too
4712                 Save quote_fmt vars for whole mails,
4713                 don't reset at each quote_fmt_init:
4714                 allows to use the same |i{var} in
4715                 various template fields
4716         * src/prefs_template.c
4717         * src/quote_fmt.h
4718         * src/quote_fmt_parse.y
4719                 Same
4720
4721 2006-07-08 [colin]      2.3.1cvs75
4722
4723         * src/textview.c
4724                 Fix highlighting of attached parts URIs
4725
4726 2006-07-08 [colin]      2.3.1cvs74
4727
4728         * src/main.c
4729                 Prevent bug #981 (sc 2.3.1 segfaults with 
4730                 gtk+ 2.10) from being reported again:
4731                 if Sylpheed-Claws has been compiled against
4732                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
4733                 of if Sylpheed-Claws has been compiled against
4734                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
4735                 error out.
4736
4737 2006-07-07 [colin]      2.3.1cvs73
4738
4739         * src/prefs_actions.c
4740                 Fix label
4741
4742 2006-07-07 [colin]      2.3.1cvs72
4743
4744         * src/prefs_actions.c
4745                 Fix compile on gtk < 2.8. argh :)
4746
4747 2006-07-07 [paul]       2.3.1cvs71
4748
4749         * src/common/defs.h
4750                 update DONATE_URI
4751
4752 2006-07-07 [colin]      2.3.1cvs70
4753
4754         * po/POTFILES.in
4755         * src/quote_fmt.c
4756         * src/quote_fmt_lex.l
4757         * src/quote_fmt_parse.y
4758                 Add |i{var}, a way to insert user-entered
4759                 text in a template
4760
4761 2006-07-07 [colin]
4762
4763         * 2.4.0-rc3 released
4764
4765 2006-07-07 [colin]      2.3.1cvs69
4766
4767         * src/folder.c
4768                 Don't consider inboxes of UNKNOWN folder 
4769                 classes to be useable as default inboxes
4770
4771 2006-07-07 [paul]       2.3.1cvs68
4772
4773         * src/textview.c
4774                 add missing #include <errno.h>
4775                 Thanks to René J. Blokland
4776
4777 2006-07-07 [paul]       2.3.1cvs67
4778
4779         * src/action.c
4780                 Return now Closes dialog
4781         * src/mimeview.c
4782         * src/mimeview.h
4783         * src/textview.c
4784                 add contextual menu to mime parts listed
4785                 in the textview
4786                 Thanks to Colin
4787         * src/common/utils.c
4788                 reversal: ' is a valid character in URLs
4789
4790 2006-07-06 [colin]      2.3.1cvs66
4791
4792         * src/remotefolder.h
4793                 Forgotten in previous commit
4794
4795 2006-07-06 [colin]      2.3.1cvs65
4796
4797         * src/folder.c
4798                 Set summary update flag whenever
4799                 totals changed
4800         * src/imap.c
4801         * src/prefs_account.c
4802         * src/common/utils.h
4803         * src/etpan/imap-thread.c
4804                 Fix warnings, thanks to Fabien and
4805                 Ricardo
4806
4807 2006-07-06 [wwp]        2.3.1cvs64
4808
4809         * src/gtk/gtkutils.c
4810                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4811
4812 2006-07-06 [wwp]        2.3.1cvs63
4813
4814         * src/account.c
4815         * src/addressbook.c
4816         * src/addressitem.h
4817         * src/folderview.c
4818         * src/mainwindow.c
4819         * src/manual.c
4820         * src/manual.h
4821         * src/message_search.c
4822         * src/prefs_actions.c
4823         * src/prefs_filtering.c
4824         * src/prefs_filtering.h
4825         * src/prefs_template.c
4826         * src/summary_search.c
4827         * src/summaryview.c
4828         * src/gtk/gtkutils.c
4829         * src/gtk/gtkutils.h
4830         * src/gtk/pluginwindow.c
4831                 add help buttons to some dialogs. Clicking such buttons opens a
4832                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4833
4834 2006-07-06 [paul]       2.3.1cvs62
4835
4836         * src/textview.c
4837                 fix attachments contextual menu
4838                 Thanks to Colin
4839
4840 2006-07-05 [colin]      2.3.1cvs61
4841
4842         * src/textview.c
4843         * src/compose.c
4844                 Handle sftp:// links
4845
4846 2006-07-05 [paul]       2.3.1cvs60
4847
4848         * src/gtk/filesel.c
4849                 grab save button by default
4850                 Thanks to Colin
4851
4852 2006-07-05 [wwp]        2.3.1cvs59
4853
4854         * manual/xml2pdf
4855                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4856
4857 2006-07-04 [colin]      2.3.1cvs58
4858
4859         * src/mimeview.c
4860         * src/textview.c
4861                 Use left click to select, middle click to open
4862                 on mimeparts links
4863         * src/common/utils.c
4864                 Fix segfault
4865
4866 2006-07-04 [colin]      2.3.1cvs57
4867
4868         * src/mainwindow.c
4869         * src/news.c
4870                 Warning fixes, thanks to Fabien
4871
4872 2006-07-04 [colin]      2.3.1cvs56
4873
4874         * src/mimeview.c
4875         * src/mimeview.h
4876         * src/textview.c
4877                 Allow parts to be selected via their text label
4878                 in textview
4879
4880 2006-07-04 [colin]      2.3.1cvs55
4881
4882         * src/folderview.c
4883                 Feedback when closing (for big folders)
4884         * src/prefs_actions.c
4885         * src/prefs_filtering.c
4886         * src/prefs_matcher.c
4887         * src/prefs_template.c
4888                 Fix default button when closing without
4889                 having saved
4890
4891 2006-07-04 [colin]      2.3.1cvs54
4892
4893         * src/news.c
4894                 Delete local file on deletion
4895
4896 2006-07-03 [colin]      2.3.1cvs53
4897
4898         * src/folderview.c
4899         * src/main.c
4900                 Don't freeze when rescanning after crash
4901
4902 2006-07-03 [wwp]        2.3.1cvs52
4903
4904         * src/compose.c
4905         * src/privacy.c
4906         * src/privacy.h
4907         * src/plugins/pgpinline/pgpinline.c
4908         * src/plugins/pgpmime/pgpmime.c
4909                 don't report an error when the user cancels the passphrase dialog.
4910
4911 2006-07-02 [colin]      2.3.1cvs51
4912
4913         * src/folderview.c
4914                 Open message when crossing folders with Space,
4915                 goto next unread and friends
4916
4917 2006-07-01 [colin]      2.3.1cvs50
4918
4919         * src/prefs_account.c
4920                 Typographic rules varying from language
4921                 to language (in french "Protocole :"),
4922                 we have to do that :)
4923
4924 2006-07-01 [ticho]      2.3.1cvs49
4925
4926         * src/prefs_account.c
4927                 Only use one temporary gchar* variable in
4928                 prefs_account_protocol_set_optmenu().
4929
4930 2006-07-01 [ticho]      2.3.1cvs48
4931
4932         * src/prefs_account.c
4933         * src/prefs_account.h
4934                 Use GtkLabel for existing account protocol name.
4935                 Created an array for protocol names and populate the
4936                 combobox from it in a for() cycle.
4937
4938 2006-06-30 [colin]      2.3.1cvs47
4939
4940         * src/compose.c
4941                 Block undo when changing signature (by changing
4942                 account)
4943
4944 2006-06-30 [paul]       2.3.1cvs46
4945
4946         * src/send_message.c
4947                 when editing From in the Compose window, use that address
4948                 in the Return-Path: header
4949                 Thanks to Colin
4950
4951 2006-06-30 [colin]      2.3.1cvs45
4952
4953         * src/compose.c
4954                 Fix signature replacement:
4955                 - when no newline before separator
4956                 - when reediting
4957
4958 2006-06-29 [colin]      2.3.1cvs44
4959
4960         * src/folderview.c
4961         * src/folderview.h
4962         * src/mainwindow.c
4963         * src/summaryview.c
4964                 Let 'View/Go to/Next marked' work like
4965                 Next new & Next unread: across folders
4966                 Change the select_on_entry pref to do
4967                 what we want when changing folder
4968         * src/common/utils.c
4969                 Fix single-quoted links 
4970
4971 2006-06-29 [colin]      2.3.1cvs43
4972
4973         * src/gtk/gtkaspell.c
4974                 "Sylpheed" and "Sylpheed-Claws" do exist !
4975
4976 2006-06-29 [colin]      2.3.1cvs42
4977
4978         * src/imap.c
4979                 Forgot to remove debug
4980
4981 2006-06-29 [colin]      2.3.1cvs41
4982
4983         * src/imap.c
4984         * src/imap.h
4985         * src/mainwindow.c
4986                 Disconnect from IMAP servers when going
4987                 offline. Fixes bug #978 (going to offline-mode 
4988                 won't close connections)
4989
4990 2006-06-29 [colin]      2.3.1cvs40
4991
4992         * src/main.c
4993                 Fix transient setting on failing plugins
4994                 Patch by Fabien
4995         * src/plugins/pgpcore/sgpgme.c
4996                 Only warn for OpenPGP. Most people don't
4997                 have CMS available.
4998
4999 2006-06-29 [colin]      2.3.1cvs39
5000
5001         * src/compose.c
5002                 Fix Spelling menu (discrepancy between context menu
5003                 and top menu when folder's dictionary isn't the 
5004                 default one)
5005         * src/plugins/pgpcore/sgpgme.c
5006                 More error reporting about why gpgme can fail
5007
5008 2006-06-29 [wwp]        2.3.1cvs38
5009
5010         * src/mainwindow.c
5011                 honor the display-header-pane setting even when the message view
5012                 is a separate window.
5013
5014 2006-06-29 [wwp]        2.3.1cvs37
5015
5016         * src/prefs_actions.c
5017                 forgot to commit that one (use of GTK_STOCK_INFO).
5018
5019 2006-06-29 [colin]      2.3.1cvs36
5020
5021         * src/imap.c
5022                 Better handling of login errors (ask the password
5023                 again once), alert in case of error. Fix three
5024                 signedness warnings.
5025
5026 2006-06-28 [wwp]        2.3.1cvs35
5027
5028         * src/prefs_template.c
5029         * src/prefs_matcher.c
5030         * src/prefs_filtering_action.c
5031         * src/prefs_quote.c
5032                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
5033                 patch by Fabien Vantard, slightly modified.
5034
5035 2006-06-28 [paul]
5036
5037         2.4.0-rc2 released
5038
5039 2006-06-28 [colin]      2.3.1cvs34
5040
5041         * src/prefs_account.c
5042                 Fix bug #977 (Can't add or edit imap accounts)
5043
5044 2006-06-28 [colin]      2.3.1cvs33
5045
5046         * src/mimeview.c
5047                 Fix previous
5048
5049 2006-06-28 [colin]      2.3.1cvs32
5050
5051         * src/mimeview.c
5052                 Save named inlined attachments with "Save all"
5053         * src/main.c
5054         * src/mbox.c
5055         * src/common/plugin.c
5056         * src/common/plugin.h
5057         * src/common/sylpheed.c
5058         * src/common/utils.c
5059         * src/plugins/pgpcore/sylpheed.def
5060         * src/plugins/pgpinline/sylpheed.def
5061         * src/plugins/pgpmime/sylpheed.def
5062                 Win32 compatibility patch, by
5063                 Werner Koch
5064
5065 2006-06-28 [wwp]        2.3.1cvs31
5066
5067         * src/imap.c
5068         * src/prefs_folder_item.c
5069                 less compilation warnings (thanks to Fabien Vantard), less typos.
5070
5071 2006-06-28 [paul]       2.3.1cvs30
5072
5073         * src/gtk/gtkutils.c
5074                 gtk_combo_box_set_focus_on_click() is only
5075                 available since gtk 2.6.0
5076
5077 2006-06-28 [paul]       2.3.1cvs29
5078
5079         * src/prefs_ext_prog.c
5080                 fix engrish and add a tooltip for the
5081                 'command for 'Display as text' option
5082
5083 2006-06-28 [paul]
5084
5085         2.4.0-rc1 released
5086
5087 2006-06-28 [paul]       2.3.1cvs28
5088
5089         * ChangeLog
5090         * tools/Makefile.am
5091                 include textviewer.pl in releases
5092
5093 2006-06-28 [paul]       2.3.1cvs27
5094
5095         * src/prefs_ext_prog.c
5096                 hide Print command option if libgnomeprint
5097                 support is present
5098
5099 2006-06-27 [colin]      2.3.1cvs26
5100
5101         * src/compose.c
5102                 Fix Esc handling in insert/attach dialog
5103                 Don't show this dialog if dragging something
5104                 else than text/uri-list
5105                 Thanks to Fabien Vantard
5106         * tools/textviewer.pl
5107                 Filter script to display stuff as text
5108                 by H. Merijn Brand
5109
5110 2006-06-27 [wwp]        2.3.1cvs25
5111
5112         * src/messageview.c
5113                 use the exact product name (message view title), patch
5114                 by Fabien Vantard.
5115
5116 2006-06-27 [ticho]      2.3.1cvs24
5117
5118         * src/prefs_account.c
5119         * src/prefs_common.c
5120         * src/prefs_common.h
5121         * src/prefs_ext_prog.c
5122         * src/textview.c
5123                 Add a preference (Preferences/External programs)
5124                 to allow "Display as text" to be done via a script
5125                 (patch by H.Merijn Brand).
5126                 Use GtkComboBox for protocol selection in account
5127                 preferences.
5128                 Only include current choice for existing accounts, and
5129                 insensitivize the combobox.
5130
5131 2006-06-27 [paul]       2.3.1cvs23
5132
5133         * src/mbox.c
5134                 fix crasher introduced in cvs21.
5135                 Thanks to Colin
5136
5137 2006-06-26 [colin]      2.3.1cvs22
5138
5139         * src/mbox.c
5140                 Fix double-frees when leaving folders
5141                 after exporting to mbox
5142
5143 2006-06-26 [colin]      2.3.1cvs21
5144
5145         * src/mbox.c
5146                 More feedback (and optimisation)
5147                 on import/export
5148         * src/common/utils.c
5149                 Fix case when looking for mail addresses
5150         * src/gtk/gtkutils.c
5151                 Extra check for (X-)Face
5152
5153 2006-06-25 [ticho]      2.3.1cvs20
5154
5155         * src/compose.c
5156         * src/exphtmldlg.c
5157         * src/gtk/gtkutils.c
5158         * src/gtk/gtkutils.h
5159                 Added second argument to gtkut_sc_combobox_create() to
5160                 control focus-on-click for the widget.
5161                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
5162
5163 2006-06-25 [ticho]      2.3.1cvs19
5164
5165         * src/compose.c
5166         * src/gtk/Makefile.am
5167         * src/gtk/combobox.c
5168         * src/gtk/combobox.h
5169         * src/gtk/gtkutils.c
5170         * src/gtk/gtkutils.h
5171                 Use GtkComboBox instead of deprecated GtkOptionMenu
5172                 for account selector in compose window and for encoding
5173                 selector in attachment properties.
5174                 Also factorise working with the new GtkComboBox somewhat.
5175
5176 2006-06-24 [paul]       2.3.1cvs18
5177
5178         * src/prefs_common.c
5179                 use the correct default value
5180
5181 2006-06-24 [paul]       2.3.1cvs17
5182
5183         * src/compose.c
5184         * src/prefs_common.c
5185         * src/prefs_common.h
5186         * src/prefs_compose_writing.c
5187                 enable setting of default action when
5188                 dnd'ing files in the compose window.
5189                 (Collaborative effort with wwp)
5190
5191 2006-06-23 [wwp]        2.3.1cvs16
5192
5193         * src/compose.c
5194                 i18n fix (thanks to Fabien Vantard)
5195
5196 2006-06-22 [colin]      2.3.1cvs15
5197
5198         * src/prefs_customheader.c
5199                 Don't use filters in custom headers' file 
5200                 selector. Remember, extensions mean nothing :)
5201
5202 2006-06-22 [paul]       2.3.1cvs14
5203
5204         * configure.ac
5205                 allow setting of man directory location
5206
5207 2006-06-22 [colin]      2.3.1cvs13
5208
5209         * src/mainwindow.c
5210                 Add 'View/Go to/Next unread folder'.
5211                 I missed that :)
5212
5213 2006-06-22 [colin]      2.3.1cvs12
5214
5215         * src/common/utils.c
5216                 Add some subject prefixes
5217                 Patch by Bjorn T Johansen <btj@havleik.no>
5218
5219 2006-06-22 [colin]      2.3.1cvs11
5220
5221         * manual/advanced.xml
5222                 Forgotten hidden pref
5223
5224 2006-06-21 [paul]       2.3.1cvs10
5225
5226         * src/prefs_account.c
5227                 complete the removal of 'Add date header' option
5228
5229 2006-06-21 [paul]       2.3.1cvs9
5230
5231         * src/account.c
5232         * src/compose.c
5233         * src/prefs_account.c
5234         * src/prefs_account.h
5235                 remove option to add date header - always
5236                 add date header
5237         * src/etpan/imap-thread.c
5238                 fix warnings (Thanks to Colin)
5239
5240 2006-06-21 [wwp]        2.3.1cvs8
5241
5242         * src/folder.c
5243                 set the attachment flag when inline text part are (file)named. This is more convenient
5244                 when receiving (for instance) inline source files or patches sent using thunderbird.
5245
5246 2006-06-21 [paul]       2.3.1cvs7
5247
5248         * src/inc.c
5249                 fix off-by-one count of current msg in
5250                 statusbar filtering progressbar
5251
5252 2006-06-21 [paul]       2.3.1cvs6
5253
5254         * src/folder.c
5255                 Show attachment icon even if the part is 'inline'
5256                 if the following conditions are met:
5257                 - content-type != 'text/plain'
5258                 - content-type != '*/pgp-signature'
5259                 - either 'name' or 'filename' parameter is not NULL
5260                 
5261                 Thanks to Colin
5262
5263 2006-06-21 [paul]       2.3.1cvs5
5264
5265         * src/messageview.c
5266         * src/prefs_common.c
5267         * src/prefs_common.h
5268         * src/prefs_other.c
5269                 add an option to 'Never send Return
5270                 Receipts'
5271                 Thanks to Colin
5272
5273 2006-06-20 [mones]      2.3.1cvs4
5274
5275         * po/es.po
5276                 updated
5277         * src/compose.c
5278                 typo fixed (space after comma)
5279         * tools/make.themes.project
5280                 remove exec mode from tarball files
5281
5282 2006-06-20 [colin]      2.3.1cvs3
5283
5284         * src/news.c
5285         * src/procheader.c
5286         * src/unmime.c
5287                 Better fix for \n's in headers (don't 
5288                 break Received: and others)
5289
5290 2006-06-20 [paul]       2.3.1cvs2
5291
5292         * src/alertpanel.c
5293         * src/textview.c
5294                 improve legibility of phishing attempt
5295                 dialog
5296
5297 2006-06-20 [paul]       2.3.1cvs1
5298
5299         * NEWS
5300         * README
5301         * configure.ac
5302                 Update version number following
5303                 stable release
5304
5305 2006-06-20 [colin]      2.3.0cvs26
5306
5307         * src/compose.c
5308                 When dragging a file to the text of the compose
5309                 window, ask whether we want to insert or attach
5310                 (I know lots of people who do that to attach)
5311
5312 2006-06-20 [colin]      2.3.0cvs25
5313
5314         * src/etpan/imap-thread.c
5315                 Fix threshold (the append command is often > 32 bytes)
5316
5317 2006-06-19 [colin]      2.3.0cvs24
5318
5319         * src/imap.c
5320         * src/etpan/imap-thread.c
5321                 Workaround Rockliffe IMAP server bug: replace
5322                 "x UID SEARCH (ANSWERED UID 1:*)" with
5323                 "x UID SEARCH ANSWERED"
5324                 (Rockliffe doesn't handle the parenthesis)
5325
5326 2006-06-19 [colin]      2.3.0cvs23
5327
5328         * src/compose.c
5329         * src/imap.c
5330         * src/etpan/imap-thread.c
5331                 Probably fix bug #972 (Freezes when adding 
5332                 an attachment to the message)
5333         * src/common/defs.h
5334                 Modernize Firefox cmd
5335
5336
5337 2006-06-18 [colin]      2.3.0cvs22
5338
5339         * src/prefs_customheader.c
5340                 Only allow correct filenames for various
5341                 custom headers
5342
5343 2006-06-18 [colin]      2.3.0cvs21
5344
5345         * src/prefs_customheader.c
5346                 Add a 'From File...' button in custom headers prefs, which
5347                 try to do the right thing: 
5348                 for normal headers, use file as plaintext,
5349                 for X-Face, calls compface,
5350                 for Face, encode to b64.
5351
5352 2006-06-17 [colin]      2.3.0cvs20
5353
5354         * src/mh.c
5355                 Warning fix
5356
5357 2006-06-16 [colin]      2.3.0cvs19
5358
5359         * src/summaryview.c
5360                 Recursive quicksearch: show message list
5361                 in current folder, *then* search children
5362                 in the background.
5363
5364 2006-06-16 [colin]      2.3.0cvs18
5365
5366         * src/main.c
5367                 Instead of ignoring SIGPIPE, save caches
5368                 when getting one. Will fix the fact that
5369                 hot caches are out-of-date when logging 
5370                 out of Xorg.
5371         * src/compose.c
5372         * src/prefs_compose_writing.c
5373                 Only save text (not attachments) when 
5374                 auto-saving to drafts
5375         * src/unmime.c
5376                 Always replace \n, \r and \t with spaces
5377                 in headers
5378         * manual/dist/html/Makefile.am
5379         * manual/dist/pdf/Makefile.am
5380         * manual/dist/ps/Makefile.am
5381         * manual/dist/txt/Makefile.am
5382         * manual/fr/dist/html/Makefile.am
5383         * manual/fr/dist/pdf/Makefile.am
5384         * manual/fr/dist/ps/Makefile.am
5385         * manual/fr/dist/txt/Makefile.am
5386         * manual/pl/dist/html/Makefile.am
5387         * manual/pl/dist/pdf/Makefile.am
5388         * manual/pl/dist/ps/Makefile.am
5389         * manual/pl/dist/txt/Makefile.am
5390                 Fix make clean removing pregenerated manuals
5391
5392
5393 2006-06-16 [colin]      2.3.0cvs17
5394
5395         * src/plugins/pgpcore/sgpgme.c
5396         * src/plugins/pgpmime/pgpmime.c
5397         * src/plugins/pgpinline/pgpinline.c
5398                 Better error reporting in setup_signers.
5399                 Don't fallback to default key if specified
5400                 key isn't found.
5401                 Don't allow signing if more than one secret
5402                 key matches the one specified in prefs.
5403
5404 2006-06-15 [colin]      2.3.0cvs16
5405
5406         * src/folderview.c
5407                 Add "Send queue" in the folder's contextual
5408                 menu
5409         * src/compose.c
5410         * src/messageview.c
5411         * src/privacy.c
5412         * src/privacy.h
5413         * src/procmime.c
5414         * src/procmsg.c
5415         * src/plugins/pgpcore/passphrase.c
5416         * src/plugins/pgpcore/sgpgme.c
5417         * src/plugins/pgpinline/pgpinline.c
5418         * src/plugins/pgpmime/pgpmime.c
5419                 Better error reporting
5420         * src/mbox.c
5421                 Probably fix bug #971 (2.2.3 cannot read mail 
5422                 from local mbox)
5423
5424
5425 2006-06-15 [mones]      2.3.0cvs15
5426
5427         * tools/make.themes.project
5428                 creates the themes project from the web page
5429
5430 2006-06-15 [colin]      2.3.0cvs14
5431
5432         * src/folder.c
5433                 Better fix (avoid losing the folder if scan_tree 
5434                 fails)
5435
5436 2006-06-15 [cleroy]     2.3.0cvs13
5437
5438         * src/folder.c
5439                 Probably fix Bug #969 (crash on rebuilding 
5440                 imap folder)
5441
5442 2006-06-14 [colin]      2.3.0cvs12
5443
5444         * manual/dtd/manual.xsl
5445         * manual/sylpheed-claws-manual.xml
5446         * manual/fr/sylpheed-claws-manual.xml
5447         * manual/pl/sylpheed-claws-manual.xml
5448                 Insert pagebreaks between sections
5449
5450 2006-06-14 [paul]       2.3.0cvs11
5451
5452         * configure.ac
5453                 better fix than 2.3.0cvs10
5454
5455 2006-06-14 [paul]       2.3.0cvs10
5456
5457         * configure.ac
5458                 fix setting of PACKAGE_DATA_DIR with newer autoconf
5459                 (backwards compatible)
5460
5461 2006-06-13 [colin]      2.3.0cvs9
5462
5463         * src/messageview.c
5464                 Fix sending of return receipt with the new queue folders
5465
5466 2006-06-13 [wwp]        2.3.0cvs8
5467
5468         * src/quote_fmt_lex.l
5469                 fix wrong tokens returned in quote_fmt lexer, query not().
5470
5471 2006-06-13 [wwp]        2.3.0cvs7
5472
5473         * src/folder.c
5474         * src/prefs_folder_item.c
5475                 allow changing folder type even when folder is not a top-level one,
5476                 thanks to Colin.
5477
5478 2006-06-12 [colin]      2.3.0cvs6
5479
5480         * src/folderview.c
5481                 Fix double-ask of "Do you want to mark all
5482                 as read"
5483
5484 2006-06-12 [colin]      2.3.0cvs5
5485
5486         * src/compose.c
5487         * src/compose.h
5488         * src/folder.c
5489         * src/folder.h
5490         * src/imap.c
5491         * src/inc.c
5492         * src/main.c
5493         * src/messageview.c
5494         * src/mh.c
5495         * src/prefs_folder_item.c
5496         * src/procheader.c
5497         * src/procmime.c
5498         * src/procmsg.c
5499         * src/procmsg.h
5500         * src/send_message.c
5501         * src/summaryview.c
5502         * src/toolbar.c
5503                 Apply bug #964's patch (Queue and drafts aren't normal)
5504                 The Drafts and Queue folder now contain RFC-822 files,
5505                 allowing to move and copy mails from and to these 
5506                 folders. Moving from Drafts to Queue will prepare the
5507                 mail for sending (PGP signature, encryption, etc).
5508                 This patch also rework sending errors handling to try
5509                 to be more helpful.
5510                 Also, allow redefining folder types via the GUI 
5511                 (Folder type in its Properties)
5512
5513 2006-06-12 [colin]      2.3.0cvs4
5514
5515         * src/summaryview.c
5516         * src/prefs_common.c
5517         * src/prefs_common.h
5518         * src/gedit-print.c
5519                 Allow to define a specific print font - patch
5520                 by Bernhard Walle <bernhard.walle@gmx.de>
5521         * src/prefs_fonts.c
5522         * manual/advanced.xml
5523         * manual/fr/advanced.xml
5524                 Add a hidden pref to allow deletion without
5525                 confirmation
5526
5527 2006-06-12 [wwp]        2.3.0cvs3
5528
5529         * .cvsignore
5530                 more files to ignore.
5531
5532 2006-06-12 [wwp]        2.3.0cvs2
5533
5534         * src/quote_fmt.c
5535         * src/quote_fmt_lex.l
5536         * src/quote_fmt_parse.y
5537                 extend the quote_fmt parser (templates and quotes):
5538                 - allow limited sub-expressions in |p{} and |f{} expressions,
5539                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
5540                 - implemented/fixed missing implementation of query_references and show_references,
5541                 - completed, fixed contents and format of the symbols help dialog,
5542                 - fix some compilation warnings.
5543
5544 2006-06-12 [wwp]        2.3.0cvs1
5545
5546         * manual/advanced.xml
5547         * manual/fr/advanced.xml
5548                 updates in the "templates" section of the manual (eng/fr):
5549                  - be more precise (both versions)
5550                  - completed to match the english reference (fr version)
5551                  - touchups (both versions)
5552
5553 2006-06-12 [paul]       2.3.0
5554
5555         2.3.0 released
5556
5557 2006-06-12 [paul]       2.2.3cvs14
5558
5559         * po/ca.po
5560         * po/cs.po
5561         * po/de.po
5562         * po/el.po
5563         * po/fr.po
5564         * po/it.po
5565         * po/pt_BR.po
5566         * po/sr.po
5567         * po/zh_CN.po
5568                 updated by Miquel Oliete, Tim, Stephan Sachse,
5569                 Stavros Giannouris, Fabien Vantard, Andrea
5570                 Spadaccini, Frederico Goncalves Guimaraes,
5571                 Aleksandar Urosevic, and Ralgh Young
5572
5573 2006-06-12 [colin]      2.2.3cvs13
5574
5575         * src/mbox.c
5576                 Add missing header
5577
5578 2006-06-11 [colin]      2.2.3cvs12
5579
5580         * src/msgcache.c
5581                 Verify that g_malloc() succeeded
5582
5583 2006-06-11 [colin]      2.2.3cvs11
5584
5585         * src/wizard.c
5586                 Add Face header to welcome mail
5587
5588 2006-06-10 [colin]      2.2.3cvs10
5589
5590         * src/textview.c
5591                 Revert previous (Forgot it changes the
5592                 margin on the whole mail)
5593
5594 2006-06-10 [colin]      2.2.3cvs9
5595
5596         * src/textview.c
5597                 Don't overlap long headers under (X-)Face
5598
5599 2006-06-10 [mones]      2.2.3cvs8
5600
5601         * manual/xml2pdf
5602                 allow generation of manual on systems lacking saxon binary
5603                 but with java and the saxon library installed
5604
5605         * po/es.po
5606                 updated for release
5607
5608 2006-06-09 [colin]      2.2.3cvs7
5609
5610         * src/summaryview.c
5611                 Fix leak when using Display Sender using Addressbook
5612
5613 2006-06-09 [colin]      2.2.3cvs6
5614
5615         * src/compose.c
5616         * src/folder.c
5617         * src/folderview.c
5618         * src/mimeview.c
5619         * src/summaryview.c
5620                 More leaks fixes
5621
5622 2006-06-09 [paul]       2.2.3cvs5
5623
5624         * AUTHORS
5625         * src/gtk/authors.h
5626         * tools/claws.i18n.status.pl
5627                 updated with new info
5628
5629 2006-06-09 [paul]       2.2.3cvs4
5630
5631         * README
5632                 updated
5633         * manual/ack.xml
5634                 add wwp to authors list
5635         * src/gtk/authors.h
5636                 update mine and Colin's addresses
5637
5638 2006-06-08 [colin]      2.2.3cvs3
5639
5640         * src/etpan/imap-thread.c
5641                 Fix leak on SSL cert check
5642
5643 2006-06-08 [colin]      2.2.3cvs2
5644
5645         * src/common/utils.c
5646                 Fix leak
5647
5648 2006-06-08 [paul]       2.2.3cvs1
5649
5650         * configure.ac
5651                 Update version number following
5652                 stable release
5653
5654 2006-06-07 [colin]      2.2.2cvs3
5655
5656         * src/msgcache.c
5657                 Fix catching cache read errors (guint instead of gint)
5658                 Prevent malloc'ing more than 8MB (means cache corruption)
5659
5660 2006-06-07 [paul]       2.2.2cvs2
5661
5662         * src/exporthtml.c
5663         * src/exportldif.c
5664         * src/mh.c
5665         * src/mutt.c
5666         * src/pine.c
5667         * src/common/utils.c
5668                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
5669                 obey $HOME'
5670                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
5671                 Thanks to Colin
5672
5673 2006-06-06 [paul]       2.2.2cvs1
5674
5675         * configure.ac
5676                 Update version number following
5677                 stable release
5678
5679 2006-06-06 [paul]       2.2.1cvs6
5680
5681         * src/matcher.c
5682                 fix  implicit declaration of
5683                 sylpheed_do_idle()
5684                 Patch by Fabien Vantard
5685
5686 2006-06-06 [paul]       2.2.1cvs5
5687
5688         * src/matcher.c
5689                 fix age_greater and age_lower so that they
5690                 mean what say and not '...or equal to'
5691                 Thanks to Colin
5692
5693 2006-06-06 [paul]       2.2.1cvs4
5694
5695         * src/textview.c
5696         * src/common/utils.c
5697                 fix URI check
5698                 Thanks to Colin
5699
5700 2006-06-05 [wwp]        2.2.1cvs3
5701
5702         * manual/fr/account.xml
5703                 minor language fixes (thanks to Fabien Vantard).
5704
5705 2006-06-05 [colin]      2.2.1cvs2
5706
5707         * src/prefs_folder_item.c
5708         * src/folderview.c
5709                 Allow recursive setting of properties 
5710                 for whole mailboxes
5711         * src/matcher.c
5712                 Don't freeze on 'test' filtering rule
5713
5714 2006-06-05 [colin]      2.2.1cvs1
5715
5716         * configure.ac
5717                 Update version number following
5718                 stable release
5719
5720 2006-06-04 [wwp]        2.2.0cvs82
5721
5722         * manual/glossary.xml
5723         * manual/account.xml
5724         * manual/fr/glossary.xml
5725         * manual/fr/account.xml
5726                 added glossary section and references/links related to the Face custom header.
5727
5728 2006-06-04 [colin]      2.2.0cvs81
5729
5730         * src/summaryview.c
5731                 Skip to next message on move with no
5732                 immediate execution
5733
5734 2006-06-04 [wwp]        2.2.0cvs80
5735
5736         * manual/xml2pdf
5737                 added sanity checks, exit when needed.
5738
5739 2006-06-03 [paul]       2.2.0cvs79
5740
5741         * src/prefs_receive.c
5742                 page name is now 'Receiving'
5743         * src/prefs_send.c
5744                 page name is now 'Sending'
5745
5746 2006-06-03 [colin]      2.2.0cvs78
5747
5748         * src/plugins/spamassassin/spamassassin_gtk.c
5749                 Autoswitch to Localhost if transport was previously
5750                 disabled. Else people had to check [] Enable, then
5751                 *reselect* transport.
5752
5753 2006-06-03 [colin]      2.2.0cvs77
5754
5755         * src/plugins/pgpinline/pgpinline.c
5756         * src/plugins/pgpmime/pgpmime.c
5757                 Check that gpg_data_release_and_get_mem 
5758                 didn't fail (now, why this happens...)
5759
5760 2006-06-03 [colin]      2.2.0cvs76
5761
5762         * src/mbox.c
5763                 Fix bug #962 (Manual and/or UI should 
5764                 warn about incompatible locking 
5765                 causing dataloss)
5766
5767 2006-06-02 [cleroy]     2.2.0cvs75
5768
5769         * src/filtering.c
5770         * src/folder.c
5771         * src/procmsg.c
5772         * src/summaryview.c
5773                 Fix a few leaks
5774
5775 2006-06-02 [colin]      2.2.0cvs74
5776
5777         * src/main.c
5778                 On exit, free caches after writing them
5779                 Shuts up some valgrind false positives
5780         * src/procmsg.c
5781         * src/send_message.c
5782                 Fix races when reusing existing SMTP connections
5783                 Fix inexistant session timeout
5784         * src/toolbar.c
5785                 Display alertpanel after all queues have
5786                 been processed, not after each
5787
5788 2006-06-02 [wwp]        2.2.0cvs73
5789
5790         * manual/fr/glossary.xml
5791         * manual/fr/ack.xml
5792         * manual/ack.xml
5793                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
5794
5795 2006-06-02 [wwp]        2.2.0cvs72
5796
5797         * manual/xml2pdf
5798         * manual/dist/pdf/Makefile.am
5799         * manual/dtd/manual.xsl
5800         * manual/fr/dist/pdf/Makefile.am
5801         * manual/pl/dist/pdf/Makefile.am
5802                 we changed the procedure to generate the .pdf version of the manual.
5803                 The procedure is more modern and the .pdf we get now has a valid index.
5804                 Here are the new pre-requisites:
5805
5806                 - JRE 1.x (1.4 here): there must be one from your distro
5807                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5808                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5809                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
5810
5811                 See my posts for further info about the installation of this toolchain:
5812
5813                 Date: Fri, 19 May 2006 19:40:06 +0200
5814                 From: wwp <subscript@free.fr>
5815                 To: sylpheed-claws-devel@lists.sourceforge.net
5816                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
5817
5818                 and
5819
5820                 Date: Wed, 24 May 2006 12:58:49 +0200
5821                 From: wwp <subscript@free.fr>
5822                 To: sylpheed-claws-devel@lists.sourceforge.net
5823                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
5824
5825 2006-06-01 [colin]      2.2.0cvs71
5826
5827         * src/compose.c
5828                 Better guards against IMAP races
5829         * src/main.c
5830         * src/prefs_common.c
5831         * src/prefs_common.h
5832         * src/common/ssl_certificate.c
5833         * src/etpan/imap-thread.c
5834         * src/etpan/imap-thread.h
5835         * src/gtk/sslcertwindow.c
5836                 New hidden option ssl_skip_cert_check to 
5837                 avoid dups of bug #959 (libetpan linked
5838                 against gnutls and gnutls buggy on 64bit)
5839                 Present expired warning only once per
5840                 session/server.
5841         * manual/advanced.xml
5842         * manual/fr/advanced.xml
5843                 Document new option
5844
5845 2006-06-01 [wwp]        2.2.0cvs70
5846
5847         * src/messageview.c
5848                 fix for bug #961 (return receipt dialog 
5849                 complains incorrectly about return-path 
5850                 email adress being different), thanks 
5851                 to Colin.
5852
5853 2006-05-31 [cleroy]     2.2.0cvs69
5854
5855         * src/common/ssl.c
5856                 Guard against NULLs, although this
5857                 should never be an issue
5858
5859 2006-05-31 [colin]      2.2.0cvs68
5860
5861         * src/filtering.c
5862                 Use g_slist_prepend
5863         * src/imap.c
5864                 Don't remove caches when destroying folder, it
5865                 could (should) be done at exit
5866         * src/inc.c
5867                 free processing cache after incorporation
5868         * src/etpan/imap-thread.c
5869                 Maybe fix bug #959 (Crash on moving to emails 
5870                 to a imap account per ssl with a expired 
5871                 certificate.)
5872
5873 2006-05-30 [colin]      2.2.0cvs67
5874
5875         * src/summaryview.c
5876                 Put back event flush when displaying message
5877                 It avoids reading a bunch of messages just
5878                 by hitting shift-n for too long ;)
5879
5880 2006-05-29 [colin]      2.2.0cvs66
5881
5882         * src/summaryview.c
5883                 Remove useless g_warnings
5884
5885 2006-05-29 [colin]      2.2.0cvs65
5886
5887         * src/imap.c
5888                 Fix g_slist_append()s for performance
5889
5890 2006-05-29 [colin]      2.2.0cvs64
5891
5892         * src/compose.c
5893         * src/common/utils.c
5894                 Fix extraneous tab at start of addresses
5895         * src/mainwindow.c
5896                 Fix warnings (thanks to Fabien)
5897                 Fix crash at exit when composing messages 
5898                 exist
5899         * src/pop.c
5900                 Fix progress bar when deleting expired mails
5901                 Thanks to Hiro
5902         * src/summaryview.c
5903         * src/gtk/gtksctree.c
5904                 Fix re-sorting slowness
5905
5906 2006-05-29 [paul]       2.2.0cvs63
5907
5908         * src/mh.c
5909                 fetch full message when moving mails
5910                 from another mailbox, (fixed data loss
5911                 when filtering from IMAP to MH, introduced
5912                 in 2.2.0cvs57).
5913                 Thanks to Colin
5914
5915 2006-05-29 [mones]      2.2.0cvs62
5916
5917         * src/gtk/gtksctree.c
5918                 Unselect faster (patch by Colin)        
5919
5920 2006-05-26 [colin]      2.2.0cvs61
5921
5922         * src/summaryview.c
5923                 Unplug MSGINFO_UPDATE callback on delete too.
5924
5925 2006-05-26 [colin]      2.2.0cvs60
5926
5927         * src/foldersel.c
5928                 Fix bold in folder selection window with glib2.10
5929                 thanks Hiro
5930
5931 2006-05-26 [colin]      2.2.0cvs59
5932
5933         * src/procheader.c
5934                 Convert date only if necessary (and don't
5935                 try to convert from utf8 to utf8, too)
5936         * src/summaryview.c
5937                 Only set column's text if the column's 
5938                 displayed
5939
5940 2006-05-26 [colin]      2.2.0cvs58
5941
5942         * src/summaryview.c
5943         * src/gtk/gtkutils.c
5944                 Fix useless warning
5945
5946 2006-05-26 [colin]      2.2.0cvs57
5947
5948         * src/mainwindow.c
5949                 Make summaryview selectable as long as 
5950                 no message has focus
5951         * src/mh.c
5952                 Faster deletion (by implementing mh_remove_msgs)
5953                 Faster copy (avoid using mh_fetch_msg just to get
5954                 the filename)
5955                 Faster move (using move_file instead of copy_file
5956                 if MSG_IS_MOVE)
5957                 No progressbar if total number of mails to cp/mv 
5958                 is less than 100
5959         * src/summaryview.c
5960                 Fix removal from subject_table when mail gets moved
5961                 Faster deletion (g_slist_prepend instead of append)
5962         * src/gtk/gtksctree.c
5963                 Remove useless code
5964
5965 2006-05-25 [colin]      2.2.0cvs56
5966
5967         * src/common/ssl_certificate.c
5968                 Fix leak in expired cert check
5969
5970 2006-05-25 [colin]      2.2.0cvs55
5971
5972         * src/mh.c
5973                 Disable flags syncing on .mh_sequences - it
5974                 is buggy and marks mails read under unknown
5975                 conditions.
5976
5977 2006-05-25 [paul]
5978
5979         * 2.3.0-rc4 released
5980
5981 2006-05-24 [colin]      2.2.0cvs54
5982
5983         attention cvs users: if you manage to crash
5984         Sylpheed-Claws while moving, copying or deleting
5985         mails, we *are* interested in stack traces and
5986         valgrind logs. It looks stable, but one never
5987         knows...
5988
5989         * src/folder.c
5990                 Add progressbar for cache updates
5991         * src/folderutils.c
5992                 Optimize Mark all read in the current
5993                 folder
5994         * src/mh.c
5995                 Add progressbar for copy/move
5996         * src/procmsg.c
5997                 Optimize O(n^2) in copy/move
5998         * src/summaryview.c
5999         * src/gtk/gtksctree.c
6000                 Optimize O(n^2) algos
6001         * src/common/timing.h
6002                 Display ms instead of us
6003
6004 2006-05-24 [wwp]        2.2.0cvs53
6005
6006         * manual/fr/advanced.xml
6007                 updates to the French manual.
6008
6009 2006-05-24 [wwp]        2.2.0cvs52
6010
6011         * src/common/utils.c
6012                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
6013
6014 2006-05-24 [wwp]        2.2.0cvs51
6015
6016         * src/folderutils.c
6017                 fixed "mark all read" in MH folders (thanks to Colin).
6018
6019 2006-05-24 [paul]       2.2.0cvs50
6020
6021         * doc/man/sylpheed-claws.1
6022                 updated the man page
6023
6024 2006-05-23 [colin]      2.2.0cvs49
6025
6026         * src/folderview.c
6027         * src/imap.c
6028         * src/inc.c
6029         * src/mbox.c
6030         * src/messageview.c
6031         * src/news.c
6032         * src/send_message.c
6033         * src/summaryview.c
6034         * src/gtk/sslcertwindow.c
6035                 alertpanel fixes, by Fabien
6036
6037 2006-05-23 [colin]      2.2.0cvs48
6038
6039         * src/folder.c
6040         * src/folderview.c
6041         * src/msgcache.c
6042         * src/summaryview.c
6043         * src/gtk/gtksctree.c
6044         * src/gtk/gtksctree.h
6045                 More timings
6046                 Fix slow loading problem, which was caused by the
6047                 use of some gtk_ctree funcs and their use of
6048                 g_list_position while gtk_ctree_(un)link'ing.
6049                 Reap more functions from gtkctree.c to be sure we
6050                 use our (fast) version instead of theirs.
6051         * src/mh.c
6052                 Fix copy of unread mails
6053
6054
6055 2006-05-22 [wwp]        2.2.0cvs47
6056
6057         * manual/fr/advanced.xml
6058                 updated.
6059
6060 2006-05-22 [colin]      2.2.0cvs46
6061
6062         * src/filtering.c
6063                 Fix possible infinite loop. 'copy' is not a 
6064                 final action, so when encountering a 'copy',
6065                 we have to check if a previous one was set
6066                 and do it. In the same way, if we encounter
6067                 a 'move' we have to perform a possibly 
6068                 pending 'copy'. This will slow down filtering
6069                 on IMAP if move+copy or multiple copy actions
6070                 are to be done, but handling it via the batch
6071                 would be really too convoluted.
6072
6073 2006-05-22 [wwp]        2.2.0cvs45
6074
6075         * manual/fr/advanced.xml
6076         * manual/fr/faq.xml
6077         * manual/fr/glossary.xml
6078         * manual/fr/handling.xml
6079         * manual/fr/intro.xml
6080         * manual/fr/plugins.xml
6081         * manual/fr/sylpheed-claws-manual.xml
6082                 sync w/ the english manual: updates URIs, documented mailing-list
6083                 support, better explanation about the enabled/disabled feature
6084                 in filtering/processing rules by Paul.
6085
6086 2006-05-21 [colin]      2.2.0cvs44
6087
6088         * src/summaryview.c
6089                 Don't expand after building threads, but during
6090
6091 2006-05-21 [colin]      2.2.0cvs43
6092
6093         * src/procmsg.c
6094         * src/summaryview.c
6095                 More timing possibilities... For next time I have 
6096                 to find out how the hell some 3GHz computer takes
6097                 one minute to open a 30k folder...
6098
6099 2006-05-21 [colin]      2.2.0cvs42
6100
6101         * manual/pl/advanced.xml
6102         * manual/pl/faq.xml
6103         * manual/pl/glossary.xml
6104         * manual/pl/handling.xml
6105         * manual/pl/intro.xml
6106         * manual/pl/plugins.xml
6107         * manual/pl/sylpheed-claws-manual.xml
6108                 Polish manual updated by Pawel
6109
6110 2006-05-20 [colin]
6111
6112         * 2.3.0-rc3 released
6113
6114 2006-05-20 [colin]      2.2.0cvs41
6115
6116         * src/imap.c
6117                 Fix -rc2 problems:
6118                 - remove cache of moved messages from original folder
6119                 - apply new flags to messages even if they aren't appliable
6120                   via IMAP.
6121
6122 2006-05-20 [colin]
6123
6124         * 2.3.0-rc2 released
6125
6126 2006-05-19 [colin]      2.2.0cvs40
6127
6128         * src/imap.c
6129                 Don't issue SELECT in imap_change_flags
6130                 before having checked that we indeed have
6131                 some flags to change. MSG_POSTFILTERED for
6132                 example can't be used on IMAP.
6133                 Fixes bug #955 (copying messages between 
6134                 imap folders is extremely slow), which was
6135                 a regression.
6136
6137 2006-05-19 [colin]      2.2.0cvs39
6138
6139         * src/folder.c
6140         * src/folder.h
6141         * src/folderview.c
6142                 Try to fix bug #830 (Some unread messages 
6143                 get marked read in IMAP inbox):
6144                 - Prevent scanning a folder if it's being 
6145                   opened via the GUI
6146                 - Postpone opening via the GUI of a folder
6147                   currently scanned.
6148
6149
6150 2006-05-19 [wwp]        2.2.0cvs38
6151
6152         * manual/advanced.xml
6153                 fix English+typo (thanks to Paul).
6154
6155 2006-05-19 [wwp]        2.2.0cvs37
6156
6157         * manual/advanced.xml
6158         * manual/fr/advanced.xml
6159         * src/gtk/logwindow.c
6160         * src/prefs_common.c
6161         * src/prefs_common.h
6162                 added hidden prefs to allow customization of colors used in
6163                 protocol log window (useful for dark gtk+ themes).
6164
6165 2006-05-19 [wwp]        2.2.0cvs36
6166
6167         * ChangeLog
6168                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
6169
6170 2006-05-19 [paul]       2.2.0cvs35
6171
6172         * src/textview.c
6173                 make Reply-To fully clickable
6174         * src/gtk/logwindow.c
6175                 more colouring (SMTP ESMTP)
6176         Both patches by Pawel Pekala
6177
6178 2006-05-19 [cleroy]     2.2.0cvs34
6179
6180         * src/mh.c
6181                 Don't update flags from current folder
6182                 Probably fixes bug #935 (Read Messages 
6183                 Revert to Being Marked as Unread)
6184
6185 2006-05-18 [colin]      2.2.0cvs33
6186
6187         * src/imap.c
6188                 Warning fix
6189         * src/compose.c
6190         * src/mainwindow.c
6191         * src/summaryview.c
6192         * src/toolbar.c
6193                 Allow replying to multiple emails
6194                 in multiple windows
6195         * src/mimeview.c
6196         * src/etpan/imap-thread.c
6197                 Leak fixes
6198
6199 2006-05-18 [paul]       2.2.0cvs32
6200
6201         * src/summaryview.c
6202                 keep Mailing-List menu refreshed
6203                 Thanks to Colin
6204
6205 2006-05-18 [paul]       2.2.0cvs31
6206
6207         * manual/advanced.xml
6208         * manual/faq.xml
6209         * manual/glossary.xml
6210         * manual/handling.xml
6211         * manual/intro.xml
6212         * manual/plugins.xml
6213         * manual/sylpheed-claws-manual.xml
6214                 update URLs
6215                 add info about mailing-list support
6216                 edit filtering info
6217         * src/wizard.c
6218         * src/common/defs.h
6219         * src/gtk/about.c
6220         * src/plugins/dillo_viewer/README
6221                 update URLs
6222
6223 2006-05-17 [wwp]        2.2.0cvs30
6224
6225         * manual/handling.xml
6226         * manual/fr/handling.xml
6227                 documented the ability to enabled/disable filtering/processing rules.
6228
6229 2006-05-17 [colin]      2.2.0cvs29
6230
6231         * src/main.c
6232                 Don't initialize g_thread subsystem if it's 
6233                 already done (thanks to Hiro)
6234         * src/mimeview.c
6235                 Fix saving of parts when there name can't be
6236                 converted from UTF-8.
6237
6238 2006-05-17 [paul]       2.2.0cvs28
6239
6240         * po/Makefile.in.in
6241                 fix config.status warning with autoconf 2.60
6242
6243 2006-05-17 [paul]       2.2.0cvs27
6244
6245         * po/POTFILES.in
6246                 add src/mbox.c
6247
6248 2006-05-17 [wwp]        2.2.0cvs26
6249
6250         * src/mainwindow.c
6251                 fix useless and potentially dangerous buffer walking (thanks to Colin).
6252
6253 2006-05-17 [wwp]        2.2.0cvs25
6254
6255         * src/plugins/demo/demo.c
6256                 updated product name in plugin demo (many plugins need to be
6257                 sync'ed w/ that change).
6258
6259 2006-05-17 [colin]      2.2.0cvs24
6260
6261         * src/mh.c
6262                 Fix leak
6263
6264 2006-05-16 [colin]      2.2.0cvs23
6265
6266         * src/mainwindow.c
6267                 Stupid me hit again. Fix cvs22.
6268
6269 2006-05-16 [colin]      2.2.0cvs22
6270
6271         * src/mainwindow.c
6272                 Fix bug #922 (sylpheed-claws crashed after 
6273                 pushing on Inbox folder)
6274
6275 2006-05-16 [colin]      2.2.0cvs21
6276
6277         * src/compose.c
6278                 Make From header be copy/paste/select-able
6279
6280 2006-05-16 [wwp]        2.2.0cvs20
6281
6282         * src/export.c
6283         * src/matcher.c
6284         * src/summaryview.c
6285         * src/etpan/imap-thread.c
6286                 fix some compiler warnings (thanks to Colin).
6287
6288 2006-05-16 [wwp]        2.2.0cvs19
6289
6290         * src/action.c
6291         * src/gedit-print.c
6292         * src/inc.c
6293         * src/mainwindow.c
6294         * src/mh.c
6295         * src/statusbar.c
6296         * src/send_message.c
6297         * src/summaryview.c
6298                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
6299
6300 2006-05-15 [colin]      2.2.0cvs18
6301
6302         * src/procmsg.c
6303                 Fix automatic rule creation with List-Post
6304
6305 2006-05-15 [paul]       2.2.0cvs17
6306
6307         * tools/filter_conv_new.pl
6308                 updated for rule enabling/disabling
6309                 claws version >= 2.3.x required
6310
6311 2006-05-15 [cleroy]     2.2.0cvs16
6312
6313         * src/main.c
6314                 Revert test
6315
6316 2006-05-15 [cleroy]     2.2.0cvs15
6317
6318         * src/main.c
6319                 test
6320
6321 2006-05-15 [wwp]        2.2.0cvs14
6322
6323         * manual/pl/.cvsignore
6324                 ignore generated files.
6325
6326 2006-05-14 [wwp]        2.3.0-rc1
6327
6328         * 2.3.0-rc1 released
6329
6330 2006-05-13 [wwp]        2.2.0cvs13
6331
6332         * src/filtering.c
6333         * src/filtering.h
6334         * src/matcher.c
6335         * src/matcher_parser_lex.l
6336         * src/matcher_parser_parse.y
6337         * src/prefs_filtering.c
6338                 new feature: provide the ability to disable filtering and processing
6339                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
6340                 adaptations.
6341
6342 2006-05-13 [colin]      2.2.0cvs12
6343
6344         * src/compose.c
6345                 Remove useless if (a) b; else b;
6346                 Thanks to wwp
6347
6348 2006-05-13 [wwp]        2.2.0cvs11
6349
6350         * src/export.c
6351         * src/import.c
6352         * src/mainwindow.c
6353         * src/mbox.c
6354         * src/summaryview.c
6355         * src/summaryview.h
6356                 no more silent failures (or at least less ones) when importing
6357                 or exporting from/to mbox. Also start importing/exporting if
6358                 the necessary info is set.
6359
6360 2006-05-13 [wwp]        2.2.0cvs10
6361
6362         * RELEASE_NOTES
6363                 restored up-to-date release notes.
6364
6365 2006-05-13 [paul]       2.2.0cvs9
6366
6367         * po/nl.po
6368         * po/ru.po
6369                 updated by Tim Dijkstra and Pavlo Bohmat
6370
6371 2006-05-12 [colin]      2.2.0cvs8
6372
6373         * src/gtk/quicksearch.c
6374                 Add "k" as shortcut for "colorlabel". Patch
6375                 by ath42@users.sf.net.
6376
6377 2006-05-12 [paul]       2.2.0cvs7
6378
6379         * src/prefs_common.h
6380         * src/prefs_summaries.c
6381         * src/summaryview.c
6382                 when entering a folder also allow
6383                 going directly to first Marked message
6384
6385 2006-05-12 [paul]       2.2.0cvs6
6386
6387         * src/summaryview.c
6388                 always obey 'confirm before marking all
6389                 mails read' option
6390
6391 2006-05-12 [paul]       2.2.0cvs5
6392
6393         * src/textview.c
6394                 make Sender fully clickable
6395
6396 2006-05-12 [colin]      2.2.0cvs4
6397
6398         * src/compose.c
6399         * src/compose.h
6400                 Let From be editable
6401         * src/main.c
6402         * src/mh.c
6403                 Full support of .mh_sequences' Unseen seq
6404
6405 2006-05-12 [colin]      2.2.0cvs3
6406
6407         * src/folder.c
6408         * src/mainwindow.c
6409         * src/mainwindow.h
6410         * src/messageview.c
6411         * src/prefs_spelling.c
6412         * src/procheader.c
6413         * src/procmsg.c
6414         * src/procmsg.h
6415         * src/summaryview.c
6416         * src/toolbar.c
6417         * src/toolbar.h
6418                 Add contextual menu on Compose toolbar
6419                 button. Fixes bug #944 (Automatic
6420                 addresses not applied when changing account
6421                 from compose window)
6422                 add Mailing List support
6423                 based on the old 0.6.5claws25 patch by
6424                 Melvin Hadasht, with finishing touches
6425                 by Colin
6426                 Fix "ignore thread" when mails are threaded by
6427                 subject (and weren't ignored although appearing
6428                 in the thread).
6429                 GUI rework.
6430                 Both patches by Pawel.
6431
6432 2006-05-08 [paul]       2.2.0cvs2
6433
6434         * src/mainwindow.c
6435         * src/mainwindow.h
6436         * src/messageview.c
6437         * src/procheader.c
6438         * src/procmsg.c
6439         * src/procmsg.h
6440         * src/summaryview.c
6441                 add Mailing List support
6442                 based on the old 0.6.5claws25 patch by 
6443                 Melvin Hadasht, with finishing touches
6444                 by Colin
6445
6446 2006-05-08 [colin]      2.2.0cvs1
6447
6448         * src/mainwindow.c
6449         * src/toolbar.c
6450         * src/toolbar.h
6451                 Add contextual menu on Compose toolbar 
6452                 button. Fixes bug #944 (Automatic 
6453                 addresses not applied when changing account 
6454                 from compose window)
6455
6456 2006-05-08 [paul]       2.2.0
6457
6458         2.2.0 released
6459
6460 2006-05-08 [paul]       2.1.1cvs51
6461
6462         * po/cs.po
6463         * po/de.po
6464         * po/en_GB.po
6465         * po/fi.po
6466         * po/fr.po
6467         * po/pt_BR.po
6468         * po/sr.po
6469         * po/zh_CN.po
6470                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6471                 Fabien Vantard, Frederico Goncalves Guimaraes,
6472                 Aleksandar Urosevic, and Ralgh Young
6473
6474 2006-05-12 [colin]      2.1.1cvs50
6475
6476         * po/cs.po
6477         * po/de.po
6478         * po/en_GB.po
6479         * po/es.po
6480         * po/fi.po
6481         * po/fr.po
6482         * po/pt_BR.po
6483         * po/sr.po
6484         * po/zh_CN.po
6485                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6486                 Fabien Vantard, Frederico Goncalves Guimaraes,
6487                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
6488
6489 2006-05-05 [colin]      2.1.1cvs49
6490
6491         * manual/Makefile.am
6492         * manual/pl/Makefile.am
6493         * manual/pl/account.xml
6494         * manual/pl/ack.xml
6495         * manual/pl/addrbook.xml
6496         * manual/pl/advanced.xml
6497         * manual/pl/faq.xml
6498         * manual/pl/glossary.xml
6499         * manual/pl/gpl.xml
6500         * manual/pl/handling.xml
6501         * manual/pl/intro.xml
6502         * manual/pl/keyboard.xml
6503         * manual/pl/plugins.xml
6504         * manual/pl/starting.xml
6505         * manual/pl/sylpheed-claws-manual.xml
6506         * manual/pl/dist/.cvsignore
6507         * manual/pl/dist/Makefile.am
6508         * manual/pl/dist/html/.cvsignore
6509         * manual/pl/dist/html/Makefile.am
6510         * manual/pl/dist/pdf/.cvsignore
6511         * manual/pl/dist/pdf/Makefile.am
6512         * manual/pl/dist/ps/.cvsignore
6513         * manual/pl/dist/ps/Makefile.am
6514         * manual/pl/dist/txt/.cvsignore
6515         * manual/pl/dist/txt/Makefile.am
6516                 Add the polish translation of the manual,
6517                 Authored by Pawel Pekala.
6518
6519 2006-05-05 [cleroy]     2.1.1cvs48
6520
6521         * src/main.c
6522                 Re-read matcherrc after loading plugins 
6523                 if some of them add folders.
6524
6525 2006-05-03 [colin]      2.1.1cvs47
6526
6527         * src/imap.c
6528                 I'm idiot
6529
6530 2006-05-03 [colin]      2.1.1cvs46
6531
6532         * src/imap.c
6533                 Be sure to have a session when
6534                 getting separator
6535
6536 2006-05-03 [colin]      2.1.1cvs45
6537
6538         * src/imap.c
6539         * src/imap.h
6540         * src/imap_gtk.c
6541                 Fix preventing renaming with namespace 
6542                 separator.
6543
6544 2006-05-01 [colin]      2.1.1cvs44
6545
6546         * src/action.c
6547                 Don't reload messageview when result of
6548                 action is piped.
6549
6550 2006-04-29 [colin]      2.1.1cvs43
6551
6552         * src/prefs_receive.c
6553         * src/plugins/spamassassin/spamassassin_gtk.c
6554         * src/plugins/clamav/clamav_plugin_gtk.c
6555                 GUI fixes by Pawel
6556
6557 2006-04-29 [colin]      2.1.1cvs42
6558
6559         * src/prefs_compose_writing.c
6560         * src/prefs_quote.c
6561                 Cleanups. Patch by Pawel
6562
6563 2006-04-28 [paul]       2.1.1cvs41
6564
6565         * src/matcher.c
6566                 fix returned quick search results when search
6567                 term contains an underscore.
6568                 Thanks to Colin
6569
6570 2006-04-28 [paul]       2.1.1cvs40
6571
6572         * src/prefs_message.c
6573         * src/prefs_receive.c
6574                 GUI cleanups
6575                 Patches by Pawel Pekala
6576
6577 2006-04-27 [colin]      2.1.1cvs39
6578
6579         * src/wizard.c
6580                 Differentiate subject Welcome from
6581                 window's title Welcome
6582
6583 2006-04-27 [paul]
6584
6585         2.2.0-rc1 released
6586
6587 2006-04-27 [paul]       2.1.1cvs38
6588
6589         * manual/advanced.xml
6590         * manual/fr/advanced.xml
6591                 add info about compose_no_markup hidden pref
6592
6593 2006-04-27 [paul]       2.1.1cvs37
6594
6595         * src/prefs_account.c
6596                 improve privacy labels
6597         * src/prefs_msg_colors.c
6598                 change some strings for translators' convenience
6599         * src/gtk/gtkutils.c
6600                 don't underline the link button text
6601
6602 2006-04-25 [colin]      2.1.1cvs36
6603
6604         * src/folder.c
6605                 Complete 2.1.1cvs33 (once more ;)
6606
6607 2006-04-25 [colin]      2.1.1cvs35
6608
6609         * src/editldap.c
6610                 Fix tooltip
6611
6612 2006-04-25 [cleroy]     2.1.1cvs34
6613
6614         * src/compose.c
6615         * src/gtk/gtkaspell.c
6616                 Fix crash on redirect (related to the return 
6617                 of the aspell menu in compose's toolbar)
6618         * src/prefs_msg_colors.c
6619                 Fix sensitivity widgets
6620         * src/image_viewer.c
6621         * src/gtk/pluginwindow.c
6622         * src/gtk/prefswindow.c
6623                 Change released signals to clicked (Fabien)
6624         * po/POTFILES.in
6625         * src/common/socket.c
6626         * src/plugins/spamassassin/spamassassin.c
6627                 Translate strings (Fabien)
6628
6629 2006-04-25 [paul]       2.1.1cvs33
6630
6631         * src/folder.c
6632         * src/folder.h
6633         * src/folderview.c
6634                 complete the fix of bug #912
6635                 Thanks to Colin
6636
6637 2006-04-25 [colin]      2.1.1cvs32
6638
6639         * src/news.c
6640                 Better progress bar
6641         * src/mimeview.c
6642         * src/summaryview.c
6643         * src/summaryview.h
6644                 Fix focus chain
6645                 Patches by Pawel Pekala
6646
6647 2006-04-24 [colin]      2.1.1cvs31
6648
6649         * src/compose.c
6650                 Fix compilation warnings (Fabien)
6651
6652 2006-04-24 [colin]      2.1.1cvs30
6653
6654         * src/addrindex.c
6655         * src/editldap.c
6656         * src/editldap_basedn.c
6657         * src/editldap_basedn.h
6658         * src/ldapctrl.c
6659         * src/ldapctrl.h
6660         * src/ldapquery.c
6661         * src/ldaputil.c
6662         * src/ldaputil.h
6663                 Fix bug #901 (LDAPS support)
6664
6665 2006-04-24 [colin]      2.1.1cvs29
6666
6667         * src/compose.c
6668                 Fix logic on error with send dialog on
6669         * src/imap.c
6670                 Fix compilation without libetpan, thanks
6671                 to Fabien
6672         * src/summaryview.c
6673                 Fix 'context-menu' key
6674
6675 2006-04-23 [colin]      2.1.1cvs28
6676
6677         * src/folder.c
6678                 Never free current's cache to free up 
6679                 memory. Fixes bug #912 (new count 
6680                 randomly set to message count)
6681
6682 2006-04-23 [colin]      2.1.1cvs27
6683
6684         * src/gtk/quicksearch.c
6685                 And remove printf...
6686
6687 2006-04-23 [colin]      2.1.1cvs26
6688
6689         * src/gtk/quicksearch.c
6690                 Fix replacing in quicksearch, and fix inserting
6691                 in the middle of the string. (introduced at 2.1.0cvs22)
6692
6693 2006-04-23 [colin]      2.1.1cvs25
6694
6695         * src/imap.c
6696                 Make sure uidnext is initialized in get_num_list
6697                 (not for stable, related to 2.1.1cvs8 and friends)
6698
6699 2006-04-23 [colin]      2.1.1cvs24
6700
6701         * src/imap.c
6702                 Output something when login is successful
6703                 too
6704
6705 2006-04-23 [colin]      2.1.1cvs23
6706
6707         * src/etpan/imap-thread.c
6708                 Better logging (line-per-line, hide data in fetch)
6709                 Fix a const warning
6710         * src/gtk/logwindow.c
6711         * src/gtk/logwindow.h
6712                 Better logging (color for input/output)
6713
6714 2006-04-21 [colin]      2.1.1cvs22
6715
6716         * src/gtk/quicksearch.c
6717                 On gtk+-2.8, use stock buttons in quicksearch
6718                 Based on a patch by Fabien and a design by Paul
6719
6720 2006-04-21 [colin]      2.1.1cvs21
6721
6722         * src/folderview.c
6723         * src/mainwindow.c
6724                 Fix occasional flicker in folderview
6725         * src/common/utils.c
6726                 Fix bug #943 (Incorrectly parsed email address 
6727                 list in short headers on message view and in 
6728                 printouts)
6729
6730 2006-04-20 [colin]      2.1.1cvs20
6731
6732         * src/imap.c
6733         * src/imap.h
6734         * src/prefs_account.c
6735                 Add ANONYMOUS auth for IMAP
6736
6737 2006-04-20 [paul]       2.1.1cvs19
6738
6739         * src/main.c
6740                 proper fix for 2.1.1cvs18
6741                 Thanks to Colin
6742
6743 2006-04-20 [paul]       2.1.1cvs18
6744
6745         * src/main.c
6746                 fix build warnings
6747
6748 2006-04-20 [paul]       2.1.1cvs17
6749
6750         * src/gtk/quicksearch.c
6751                 fix standard, non-extended Quick search,
6752                 was broken in 2.1.1cvs15.
6753                 Thanks to Colin.
6754
6755 2006-04-20 [colin]      2.1.1cvs16
6756
6757         * src/prefs_matcher.c
6758                 Fix values when reselecting a ~test
6759                 rule
6760
6761 2006-04-19 [colin]      2.1.1cvs15
6762
6763         * src/compose.c
6764         * src/compose.h
6765         * src/gtk/gtkaspell.c
6766         * src/gtk/gtkaspell.h
6767                 Put back Options menu in Spelling/
6768         * src/gtk/quicksearch.c
6769                 Don't search, and show error, if the
6770                 advanced search has a syntax error
6771
6772 2006-04-18 [colin]      2.1.1cvs14
6773
6774         * src/textview.c
6775                 Fix gdk warnings on set_cursor when textview
6776                 isn't visible
6777
6778 2006-04-18 [colin]      2.1.1cvs13
6779
6780         * src/gtk/gtksctree.c
6781                 Remove seemingly useless refresh that causes
6782                 flicker - watch this commit in case of 
6783                 problems before planned backport to stable
6784
6785 2006-04-18 [colin]      2.1.1cvs12
6786
6787         * src/imap.c
6788                 Factorize get/set_xml code
6789         * src/compose.c
6790         * src/prefs_account.c
6791         * src/prefs_account.h
6792         * src/procmsg.c
6793                 Add Encrypt to self option
6794
6795 2006-04-17 [colin]      2.1.1cvs11
6796
6797         * configure.ac
6798                 Fix search on encrpyt function on dragonfly
6799                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6800
6801 2006-04-17 [colin]      2.1.1cvs10
6802
6803         * src/prefs_account.c
6804                 Be safe by default: remove mails from POP3
6805                 after 7 days, not immediately
6806
6807 2006-04-17 [colin]      2.1.1cvs9
6808
6809         * src/etpan/imap-thread.c
6810                 Fix build on DragonFly - patch by 
6811                 Jonathan Buschmann <jonthn@agmact.com>
6812
6813 2006-04-17 [colin]      2.1.1cvs8
6814
6815         * src/imap.c
6816                 Save uidnext between sessions
6817
6818 2006-04-17 [colin]      2.1.1cvs7
6819
6820         * src/imap.c
6821                 scan is required when uid validity changes
6822
6823 2006-04-17 [colin]      2.1.1cvs6
6824
6825         * src/folderview.c
6826                 Don't scan if not necessary, apart in current
6827                 folder and INBOX to fetch flags.
6828         * src/imap.c
6829                 Scan is necessary if unread count changes
6830
6831 2006-04-17 [colin]      2.1.1cvs5
6832
6833         * src/imap.c
6834                 ...But always fetch ANSWERED and DELETED flags for
6835                 INBOX, as filtering can happen on these flags.
6836
6837 2006-04-17 [colin]      2.1.1cvs4
6838
6839         * src/imap.c
6840                 Don't fetch REPLIED and DELETED flags when synchronising
6841                 flags with a closed folder. We only need UNSEEN and FLAGGED
6842                 to update the folderview.
6843
6844 2006-04-17 [colin]      2.1.1cvs3
6845
6846         * src/imap.c
6847                 Faster flag search when there are new mails 
6848                 in a folder. We can do a full search if the 
6849                 folder contains less messages than the new
6850                 list.
6851
6852 2006-04-17 [colin]      2.1.1cvs2
6853
6854         * po/cs.po
6855         * po/de.po
6856         * po/fr.po
6857         * po/nl.po
6858         * po/pt_BR.po
6859                 Update translations from stable branch
6860
6861 2006-04-17 [colin]      2.1.1cvs1
6862
6863         * configure.ac
6864                 Bump version to follow stable release
6865
6866 2006-04-16 [mones]      2.1.0cvs50
6867
6868         * po/es.po
6869                 Updated for release
6870
6871 2006-04-16 [colin]      2.1.0cvs49
6872
6873         * src/textview.c
6874                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6875                 with gtk < 2.8. Thanks to Fabien Vantard.
6876
6877 2006-04-15 [colin]      2.1.0cvs48
6878
6879         * src/etpan/imap-thread.c
6880                 Fix bug #919 (libetpan: SEGV when connecting 
6881                 using command)
6882
6883 2006-04-14 [colin]      2.1.0cvs47
6884
6885         * src/main.c
6886                 Fix race on --select (should be done better)
6887
6888 2006-04-14 [wwp]        2.1.0cvs46
6889
6890         * src/send_message.c
6891                 enforce a check for domain in account prefs (a sending
6892                 error could be faced if domain was checked but no value set),
6893                 thanks to Colin.
6894
6895 2006-04-14 [colin]      2.1.0cvs45
6896
6897         * src/codeconv.c
6898                 when converting from unknown to unknown, if the
6899                 string is UTF8, don't convert it to the locale
6900                 (which breaks it)
6901
6902 2006-04-14 [colin]      2.1.0cvs44
6903
6904         * src/compose.c
6905                 Don't try to use ASCII for converting headers
6906                 (as done in body)
6907
6908 2006-04-14 [paul]       2.1.0cvs43
6909
6910         * src/crash.c
6911                 add locale/charset info to crash report
6912         * src/gtk/about.c
6913                 add wwp to doc team
6914                 replace 'e-mail' with preferred 'email'
6915         * src/gtk/authors.h
6916                 ensure contributors list is in alphabetical
6917                 order
6918
6919 2006-04-13 [colin]      2.1.0cvs42
6920
6921         * src/textview.c
6922                 Prevent gdk warnings
6923
6924 2006-04-13 [colin]      2.1.0cvs41
6925
6926         * src/common/ssl_certificate.c
6927         * src/common/ssl_certificate.h
6928         * src/gtk/sslcertwindow.c
6929                 Warn on expired certs, and display the expiration date
6930
6931 2006-04-13 [colin]      2.1.0cvs40
6932
6933         * src/plugins/spamassassin/spamassassin_gtk.c
6934                 Fix missing set_text on unix socket
6935
6936 2006-04-13 [wwp]        2.1.0cvs39
6937
6938         * manual/fr/advanced.xml
6939         * manual/fr/glossary.xml
6940                 applied new spam/ham/email lexicon (pourriel, courriel)
6941
6942 2006-04-13 [paul]       2.1.0cvs38
6943
6944         * src/plugins/pgpmime/plugin.c
6945                 remove the mention of S/MIME from the
6946                 description. This is now handled by the
6947                 S/MIME plugin.
6948
6949 2006-04-13 [paul]       2.1.0cvs37
6950
6951         * src/prefs_msg_colors.c
6952                 rework dialog
6953         * src/prefs_folder_item.c
6954         * src/prefs_spelling.c
6955                 add a tooltip to the colour selector buttons
6956
6957 2006-04-13 [wwp]        2.1.0cvs36
6958
6959         * manual/advanced.xml
6960         * manual/glossary.xml
6961         * manual/handling.xml
6962         * manual/keyboard.xml
6963         * manual/plugins.xml
6964         * manual/starting.xml
6965         * manual/fr/account.xml
6966         * manual/fr/ack.xml
6967         * manual/fr/addrbook.xml
6968         * manual/fr/advanced.xml
6969         * manual/fr/faq.xml
6970         * manual/fr/glossary.xml
6971         * manual/fr/gpl.xml
6972         * manual/fr/handling.xml
6973         * manual/fr/intro.xml
6974         * manual/fr/keyboard.xml
6975         * manual/fr/plugins.xml
6976         * manual/fr/starting.xml
6977         * manual/fr/sylpheed-claws-manual.xml
6978                 fixes to the manuals:
6979                  - summaryview -> Message List (same in French)
6980                  - translate key names
6981                  - fix French punctuation, use non-breakable spaces when
6982                    necessary, don't use &thinsp; which is not portable
6983                  - tell what maildir and mbox formats we support
6984
6985 2006-04-12 [wwp]        2.1.0cvs35
6986
6987         * src/prefs_toolbar.c
6988                 unified a replace button more,
6989                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6990
6991 2006-04-12 [wwp]        2.1.0cvs34
6992
6993         * src/prefs_common.c
6994         * src/prefs_msg_colors.c
6995                 make default color labels translatable,
6996                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6997                 thanks to Tim <timbrain@post.cz> for reporting.
6998
6999 2006-04-12 [wwp]        2.1.0cvs33
7000
7001         * manual/glossary.xml
7002         * manual/intro.xml
7003         * manual/plugins.xml
7004         * manual/starting.xml
7005         * manual/sylpheed-claws-manual.xml
7006         * manual/fr/.cvsignore
7007         * manual/fr/account.xml
7008         * manual/fr/ack.xml
7009         * manual/fr/addrbook.xml
7010         * manual/fr/advanced.xml
7011         * manual/fr/faq.xml
7012         * manual/fr/glossary.xml
7013         * manual/fr/handling.xml
7014         * manual/fr/intro.xml
7015         * manual/fr/keyboard.xml
7016         * manual/fr/plugins.xml
7017         * manual/fr/starting.xml
7018         * manual/fr/sylpheed-claws-manual.xml
7019                 various fixes: typos, missing .fr translations, punctuation,
7020                 capitalization, links, accents and some bad French more.
7021
7022 2006-04-12 [wwp]        2.1.0cvs32
7023
7024         * src/prefs_gtk.c
7025                 fix for bug #935: always store prefs files in UTF-8 (thanks
7026                 to Colin).
7027
7028 2006-04-11 [colin]      2.1.0cvs31
7029
7030         * src/compose.c
7031                 Fix inserting files not in utf8 when locale is utf8
7032
7033 2006-04-11 [colin]      2.1.0cvs30
7034
7035         * src/inc.c
7036                 Don't show error dialog when cancelling connection
7037                 Patch by Pawel
7038
7039 2006-04-11 [cleroy]     2.1.0cvs29
7040
7041         * src/compose.c
7042                 Implement multiple quote levels
7043         * src/prefs_common.c
7044                 Change a little bit the quote bgcolor for 2nd level
7045
7046 2006-04-11 [colin]      2.1.0cvs28
7047
7048         * src/gtk/about.c
7049                 Add locale and charset in the label
7050
7051 2006-04-10 [colin]      2.1.0cvs27
7052
7053         * src/compose.c
7054         * src/prefs_common.c
7055         * src/prefs_common.h
7056         * src/prefs_msg_colors.c
7057         * src/textview.c
7058                 Allow optional background color in quotes
7059                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
7060                 GTK+-2.8.x feature
7061
7062 2006-04-10 [colin]      2.1.0cvs26
7063
7064         * src/main.c
7065         * src/mainwindow.c
7066         * src/mainwindow.h
7067                 Implement --select
7068
7069 2006-04-10 [colin]      2.1.0cvs25
7070
7071         * manual/plugins.xml
7072         * manual/fr/plugins.xml
7073                 Document libcurl's proxy variables
7074
7075 2006-04-09 [colin]      2.1.0cvs24
7076
7077         * src/prefs_common.c
7078                 gettext() returns statically allocated stuff. We have
7079                 to strdup it in order to be able to free it.
7080
7081 2006-04-09 [colin]      2.1.0cvs23
7082
7083         * AUTHORS
7084         * src/gtk/authors.h
7085                 Add Alexei
7086
7087 2006-04-09 [colin]      2.1.0cvs22
7088
7089         * src/mainwindow.c
7090         * src/gtk/quicksearch.c
7091                 Fix bug #859 (problems with cyrilic input in 
7092                 search panel) - Patch by Alexey Illarionov 
7093                 <littlesavage@rambler.ru>
7094
7095 2006-04-09 [colin]      2.1.0cvs21
7096
7097         * src/prefs_customheader.c
7098                 I prefer removing then freeing rather than the contrary
7099                 (even if it doesn't change anything ;-)
7100         * src/prefs_account.c
7101                 Fix bug #933 (Crash re-entering the custom headers list 
7102                 dialog in accounts prefs)
7103                 The problem happened when cancelling the Account 
7104                 Preferences' dialogs - in which case we didn't do 
7105                 anything to the PrefsAccount * struct. In case of applying,
7106                 the old ac_prefs was replaced with the tmp_ac_prefs we were
7107                 working with in this dialog. The problem is that 
7108                 prefs_customheader.c, working on this tmp_ac_prefs, always
7109                 changes the ->customhdr_list pointer, even when cancelled. 
7110                 So in case of cancelling the prefs_account dialog, we still
7111                 have to update ->customhdr_list in the real account.
7112
7113 2006-04-08 [colin]      2.1.0cvs20
7114
7115         * manual/fr/glossary.xml
7116         * manual/fr/keyboard.xml
7117                 Forgot some headers :)
7118
7119 2006-04-08 [colin]      2.1.0cvs19
7120
7121         * manual/Makefile.am
7122         * manual/fr/Makefile.am
7123         * manual/fr/account.xml
7124         * manual/fr/ack.xml
7125         * manual/fr/addrbook.xml
7126         * manual/fr/advanced.xml
7127         * manual/fr/faq.xml
7128         * manual/fr/glossary.xml
7129         * manual/fr/gpl.xml
7130         * manual/fr/handling.xml
7131         * manual/fr/intro.xml
7132         * manual/fr/keyboard.xml
7133         * manual/fr/plugins.xml
7134         * manual/fr/starting.xml
7135         * manual/fr/sylpheed-claws-manual.xml
7136         * manual/fr/dist/.cvsignore
7137         * manual/fr/dist/Makefile.am
7138         * manual/fr/dist/html/.cvsignore
7139         * manual/fr/dist/html/Makefile.am
7140         * manual/fr/dist/pdf/.cvsignore
7141         * manual/fr/dist/pdf/Makefile.am
7142         * manual/fr/dist/ps/.cvsignore
7143         * manual/fr/dist/ps/Makefile.am
7144         * manual/fr/dist/txt/.cvsignore
7145         * manual/fr/dist/txt/Makefile.am
7146                 Add the french translation of the manual. Thanks to
7147                 Olivier Delhomme <olivier.delhomme@free.fr> for 
7148                 account.xml, ack.xml, addrbook.xml and advanced.xml
7149
7150 2006-04-08 [colin]      2.1.0cvs18
7151
7152         * manual/plugins.xml
7153         * manual/starting.xml
7154                 More fixes
7155
7156 2006-04-07 [colin]      2.1.0cvs17
7157
7158         * manual/faq.xml
7159         * manual/intro.xml
7160         * manual/keyboard.xml
7161                 Little fixes
7162
7163 2006-04-07 [colin]      2.1.0cvs16
7164
7165         * README
7166         * src/compose.c
7167         * src/prefs_common.c
7168         * src/prefs_common.h
7169                 Add hidden compose_no_markup pref
7170
7171 2006-04-07 [wwp]        2.1.0cvs15
7172
7173         * src/summary_search.c
7174         * .cvsignore
7175                 Bugfix: stop button was sticky when searching in an empty folder.
7176                 Applied curly brackets code style to the whole file (summary_search.c).
7177                 More files to ignore.
7178
7179 2006-04-07 [wwp]        2.1.0cvs14
7180
7181         * src/message_search.c
7182         * src/summary_search.c
7183                 changed default button when search bumps at file/folder
7184                 beginning or end, for convenience (thanks to Colin).
7185
7186 2006-04-07 [paul]       2.1.0cvs13
7187
7188         * src/plugins/dillo_viewer/dillo_prefs.c
7189                 avoid future potential for namespace collision
7190                 Patch by Colin
7191
7192 2006-04-06 [wwp]        2.1.0cvs12
7193
7194         * src/summary_search.c
7195                 Unify extended/advanced searches names (and thus factorize labels),
7196                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7197
7198 2006-04-06 [wwp]        2.1.0cvs11
7199
7200         * src/folderview.c
7201         * src/prefs_themes.c
7202         * src/summaryview.c
7203                 Fixed some compilation warnings.
7204
7205 2006-04-06 [colin]      2.1.0cvs10
7206
7207         * manual/advanced.xml
7208                 Document the wizard template and how to deploy
7209                 Sylpheed-Claws effectively
7210
7211 2006-04-06 [colin]      2.1.0cvs9
7212
7213         * src/folderview.c
7214                 gettext patch to tell translators about _("#"),
7215                 by Maxim Britov
7216
7217 2006-04-06 [colin]      2.1.0cvs8
7218
7219         * src/textview.c
7220                 Fix invalid GtkTextBIter after clicking "Display as text"
7221
7222 2006-04-06 [mones]      2.1.0cvs7
7223
7224         * src/addr_compl.c
7225         * src/addrindex.c
7226         * src/addritem.c
7227         * src/codeconv.c
7228         * src/compose.c
7229         * src/filtering.c
7230         * src/folder.c
7231         * src/folder_item_prefs.c
7232         * src/folderview.c
7233         * src/localfolder.c
7234         * src/matcher.c
7235         * src/mimeview.c
7236         * src/prefs_msg_colors.c
7237         * src/prefs_spelling.c
7238         * src/prefs_themes.c
7239         * src/procmime.c
7240         * src/procmsg.c
7241         * src/stock_pixmap.c
7242         * src/summaryview.c
7243         * src/textview.c
7244         * src/toolbar.c
7245         * src/common/mgutils.c
7246         * src/common/prefs.c
7247         * src/common/ssl_certificate.c
7248         * src/gtk/colorlabel.c
7249         * src/gtk/quicksearch.c
7250         * src/plugins/pgpmime/pgpmime.c
7251         * src/plugins/spamassassin/spamassassin.c
7252                 Removed redundant NULL checks for g_free() calls.
7253                 Patch by Pawel Pekala.
7254
7255 2006-04-06 [mones]      2.1.0cvs6
7256
7257         * src/prefs_actions.c
7258         * src/prefs_filtering.c
7259         * src/prefs_filtering_action.c
7260         * src/prefs_matcher.c
7261         * src/prefs_template.c
7262         * src/gtk/gtkutils.c
7263         * src/gtk/gtkutils.h
7264                 Have a nice replace button. Patch by Pawel Pekala
7265
7266 2006-04-06 [colin]      2.1.0cvs5
7267
7268         * src/addressbook.c
7269                 Fix crash with empty columns
7270
7271 2006-04-05 [colin]      2.1.0cvs4
7272
7273         * src/wizard.c
7274         * src/prefs_gtk.c
7275                 Allow wizard customization with pre-filled values
7276
7277 2006-04-05 [colin]      2.1.0cvs3
7278
7279         * src/textview.c
7280         * src/mimeview.c
7281         * src/mimeview.h
7282                 Nicer messages in mimeview
7283
7284 2006-04-05 [colin]      2.1.0cvs2
7285
7286         * src/addressbook.c
7287         * src/prefs_summaries.c
7288                 i18n fix
7289
7290 2006-04-05 [colin]      2.1.0cvs1
7291
7292         * src/plugins/pgpcore/plugin.c
7293         * src/plugins/pgpcore/select-keys.c
7294         * src/plugins/pgpcore/select-keys.h
7295         * src/plugins/pgpcore/sgpgme.c
7296         * src/plugins/pgpcore/sgpgme.h
7297         * src/plugins/pgpinline/pgpinline.c
7298         * src/plugins/pgpinline/plugin.c
7299         * src/plugins/pgpmime/pgpmime.c
7300         * src/plugins/pgpmime/plugin.c
7301                 Factorize and generalize a bit 
7302                 Drop S/MIME signature verification from PGP/MIME
7303                 (adding it as another, more complete plugin)
7304
7305 2006-04-05 [paul]       2.1.0
7306
7307         2.1.0 released
7308
7309 2006-04-05 [paul]       2.0.0cvs186
7310
7311         * manual/advanced.xml
7312                 add info on colour labels
7313
7314 2006-04-05 [paul]       2.0.0cvs185
7315
7316         * po/bg.po
7317         * po/cs.po
7318         * po/de.po
7319         * po/el.po
7320         * po/en_GB.po
7321         * po/fi.po
7322         * po/fr.po
7323         * po/it.po
7324         * po/nl.po
7325         * po/pl.po
7326         * po/pt_BR.po
7327         * po/sr.po
7328         * po/zh_CN.po
7329                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
7330                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
7331                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
7332                 Guimaraes, Aleksandar Urosevic, Ralgh Young
7333         * src/gtk/authors.h
7334         * tools/claws.i18n.status.pl
7335                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
7336                 and new Czech translator, Tim <timbrain@post.cz>
7337
7338 2006-04-05 [mones]      2.0.0cvs184
7339
7340         * po/es.po
7341                 Updated translation
7342
7343 2006-04-05 [colin]      2.0.0cvs183
7344
7345         * src/gtk/quicksearch.c
7346                 Fix bug #929 (unnecessary reload in quick search bar)
7347
7348 2006-04-05 [colin]      2.0.0cvs182
7349
7350         * src/compose.c
7351                 Fix crash on Reply with no From:
7352                 Show signature and conversion error on queuing 
7353                 (but not sending)
7354         * src/mainwindow.c
7355         * src/summaryview.c
7356         * src/summaryview.h
7357                 Factorize threading code and make sure msginfo 
7358                 is not null when it comes from a GtkCTreeRow's 
7359                 data
7360         * src/gtk/gtkaspell.c
7361                 Check for necessary things
7362         * src/gtk/gtksctree.c
7363         * src/gtk/gtksctree.h
7364                 Reset anchor if necessary when removing node
7365
7366 2006-03-29 [colin]      2.0.0cvs181
7367
7368         * src/folderview.c
7369                 Warn for disabled IMAP accounts (due to lack of
7370                 libetpan). Breaks string-freeze - sorry - but it
7371                 is kind of important ;)
7372
7373 2006-03-28 [colin]      2.0.0cvs180
7374
7375         * src/gtk/gtkutils.c
7376         * src/gtk/gtkutils.h
7377                 Add a gtkut_get_link_btn() function that
7378                 creates a button which acts like an URI
7379         * src/prefs_themes.c
7380         * src/gtk/about.c
7381                 Use this function (factorizes codes)
7382         * src/common/defs.h
7383         * src/gtk/pluginwindow.c
7384                 Add a "Get more..." in the plugins window
7385
7386 2006-03-28 [colin]      2.0.0cvs179
7387
7388         * src/common/smtp.c
7389         * src/common/passcrypt.c
7390         * src/undo.c
7391                 Warning fixes. Patch by Pawel Pekala
7392
7393 2006-03-27 [colin]      2.0.0cvs178
7394
7395         * src/undo.c
7396                 Fix undoing by blocks with spaces
7397
7398 2006-03-27 [colin]      2.0.0cvs177
7399
7400         * src/textview.c
7401                 Set margin to 3px for headers
7402
7403 2006-03-27 [paul]
7404
7405         2.1.0-rc2 released
7406
7407 2006-03-27 [wwp]        2.0.0cvs176
7408
7409         * src/summaryview.c
7410                 don't reset quicksearch when updating the message list.
7411                 Thanks to Colin.
7412
7413 2006-03-26 [wwp]        2.0.0cvs175
7414
7415         * src/compose.c
7416                 use a unified border width ('other' tab in the compose window,
7417                 patch by Pawel Pekala).
7418
7419
7420 2006-03-26 [wwp]        2.0.0cvs174
7421
7422         * src/common/quoted-printable.c
7423         * src/addressbook.c
7424                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
7425
7426 2006-03-26 [colin]      2.0.0cvs173
7427
7428         * src/quote_fmt_parse.y
7429                 Fix non-UTF8 date formats messing up the whole quote a 
7430                 little bit
7431
7432 2006-03-26 [colin]      2.0.0cvs172
7433
7434         * src/procheader.c
7435                 Make sure the date is UTF8 valid, or try to make it
7436                 so. IncrediMail is really IncrediStupid.
7437         * src/compose.c
7438                 Fix possible conversions. 
7439                 
7440
7441 2006-03-26 [colin]      2.0.0cvs171
7442
7443         * src/matcher.c
7444                 Fix corner cases in body search. This is still a
7445                 hack... It seems impossible to make it good and 
7446                 reasonably fast at the same time.
7447
7448 2006-03-26 [colin]      2.0.0cvs170
7449
7450         * src/summaryview.c
7451                 I think I killed the twilight zone bug!
7452                 summary_select_node() flushes GTK events in order
7453                 to be able to center the view. But this also 
7454                 flushes keypresses like Ctrl-Alt-U, so this can
7455                 call summary_show from summary_select_node (itself
7456                 called from summary_show, etc.). And the summaryview
7457                 has to be unlocked in this function. So just locking
7458                 while processing GTK events, and bailing if locked, 
7459                 should fix it.
7460                 Fixes bug #927 (SIGSEGV during Update Summary)
7461
7462 2006-03-25 [colin]      2.0.0cvs169
7463
7464         * src/matcher.c
7465                 Fix search in QP-encoded bodies
7466                 Fix utf-8 searches in bodies encoded in the
7467                 locale's encoding
7468         * src/common/quoted-printable.c
7469         * src/common/quoted-printable.h
7470                 Add a decode function that doesn't overwrite
7471                 the original pointer
7472                 
7473
7474 2006-03-24 [colin]      2.0.0cvs168
7475
7476         * src/action.c
7477         * src/summaryview.c
7478         * src/summaryview.h
7479                 Update message cache after action
7480                 Patch by H. Merijn Brand
7481         * src/prefs_msg_colors.c
7482                 Factorize label 
7483                 Patch by Fabien Vantard
7484         * src/plugins/spamassassin/spamassassin_gtk.c
7485                 Remove useless translation
7486                 Patch by Fabien Vantard
7487
7488 2006-03-23 [colin]      2.0.0cvs167
7489
7490         * src/common/ssl.c
7491                 Let 30 seconds to SSL_connect
7492
7493 2006-03-23 [wwp]        2.0.0cvs166
7494
7495         * src/summaryview.c
7496         * src/gtk/description_window.c
7497                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
7498                 and headers are translated; adjust description windows' width to fit their
7499                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
7500
7501 2006-03-23 [paul]       2.0.0cvs165
7502
7503         * src/common/utils.c
7504                 fix highlighting of URIs containing "()"
7505                 (2.0.0cvs164's reversal fixed)
7506                 Thanks to Colin.
7507
7508 2006-03-23 [paul]       2.0.0cvs164
7509
7510         * src/common/utils.c
7511                 revert patch, (postponing a fix), at 2.0.0cvs120
7512                 as it breaks more URIs than it fixes.
7513                 Allow '-' to be a terminating character in a URI
7514
7515 2006-03-22 [colin]      2.0.0cvs163
7516
7517         * configure.ac
7518                 Require libetpan 0.45
7519                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
7520
7521 2006-03-22 [paul]       2.0.0cvs162
7522
7523         * src/editgroup.c
7524                 replace '<-' and '->' buttons with GTK_STOCK graphical
7525                 buttons
7526         * src/summary_search.c
7527                 don't offer '...' for translation
7528                 add a tooltip to advanced search '...' button
7529         * src/gtk/quicksearch.c
7530                 don't offer '...' for translation
7531
7532 2006-03-21 [colin]      2.0.0cvs161
7533
7534         * src/compose.c
7535                 Fix middle-click pasting (insert at click
7536                 position instead of cursor position, don't
7537                 remove existing selection and allow pasting
7538                 our own selection)
7539         * src/addressbook.c
7540                 "LDAP Server" -> "LDAP servers"
7541
7542 2006-03-21 [wwp]        2.0.0cvs160
7543
7544         * src/etpan/imap-thread.c
7545                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
7546
7547 2006-03-20 [colin]      2.0.0cvs159
7548
7549         * src/summaryview.c
7550                 Don't reload summaryview after an execute with no
7551                 move action
7552
7553 2006-03-19 [colin]      2.0.0cvs158
7554
7555         * src/addressbook.c
7556                 and put groups at the top, always
7557
7558 2006-03-19 [colin]      2.0.0cvs157
7559
7560         * src/addressbook.c
7561                 Order groups before names, as previously
7562
7563 2006-03-19 [colin]      2.0.0cvs156
7564
7565         * src/addressbook.c
7566                 - Sort case-unsensitive
7567                 - Put the sort arrow at opening too
7568
7569 2006-03-19 [wwp]        2.0.0cvs155
7570
7571         * src/addressbook.c
7572                 allow sorting by name/email/remarks, ensure that right-pane's contents
7573                 matches the left-pane selection (cleared when appropriate).
7574                 Patch by Pawel Pekala <c0rn@o2.pl>.
7575
7576 2006-03-18 [colin]      2.0.0cvs154
7577
7578         * src/textview.c
7579                 Fix text cursor ;)
7580
7581 2006-03-18 [colin]      2.0.0cvs153
7582
7583         * src/gtk/filesel.c
7584                 Make sure we hide the preview if we didn't get
7585                 a filename
7586
7587 2006-03-18 [colin]      2.0.0cvs152
7588
7589         * src/summaryview.c
7590                 Set cursor to watch for execution (fixes lack
7591                 of watch-cursor when dnd'ing hundreds of mails)
7592         * src/gtk/filesel.c
7593                 Check that mime type is 'image/*' before updating
7594                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
7595
7596 2006-03-18 [colin]      2.0.0cvs151
7597
7598         * src/mainwindow.c
7599         * src/textview.c
7600         * src/textview.h
7601                 Put a watch cursor in textview too when the mainwindow's
7602                 cursor in a watch
7603
7604 2006-03-18 [colin]      2.0.0cvs150
7605
7606         * src/folder.c
7607                 Change wrong asserts to simple tests
7608
7609 2006-03-17 [colin]      2.0.0cvs149
7610
7611         * src/mainwindow.c
7612         * src/mainwindow.h
7613         * src/prefs_msg_colors.c
7614         * src/summaryview.c
7615         * src/summaryview.h
7616         * src/gtk/colorlabel.c
7617         * src/gtk/colorlabel.h
7618                 Add a color label menu in the main menubar
7619                 Add (fixed) accels Ctrl-{0-7} to change the color
7620                 They have to be fixed because the menu's dynamic,
7621                 the items are complex widgets, hence we can't use
7622                 a GtkItemFactory.
7623
7624
7625 2006-03-17 [wwp]        2.0.0cvs148
7626
7627         * src/compose.c
7628                 rollback few lines from my previous commit (those lines come from
7629                 a pending patch, accidentally commited, even if neutral as they are
7630                 commented out).
7631
7632 2006-03-17 [wwp]        2.0.0cvs147
7633
7634         * src/compose.c
7635                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
7636                 applied code style/indentation to the modified function.
7637
7638 2006-03-17 [wwp]        2.0.0cvs146
7639
7640         * src/procmsg.c
7641         * src/compose.c
7642                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
7643
7644 2006-03-17 [paul]
7645
7646         2.1.0-rc1 released
7647
7648 2006-03-17 [paul]       2.0.0cvs145
7649
7650         * src/main.c
7651                 addressbook_read_file() was called twice
7652         * src/textview.c
7653                 X-Mailer highlighting
7654
7655 2006-03-16 [colin]      2.0.0cvs144
7656
7657         * src/sourcewindow.c
7658         * src/sourcewindow.h
7659                 And the last one, in source window.
7660
7661 2006-03-16 [colin]      2.0.0cvs143
7662
7663         * src/compose.c
7664         * src/compose.h
7665                 Fix the same stuff in compose
7666
7667 2006-03-16 [colin]      2.0.0cvs142
7668
7669         * src/messageview.c
7670                 Complete the previous messageview crash fix
7671
7672 2006-03-16 [colin]      2.0.0cvs141
7673
7674         * src/procmsg.h
7675         * src/procmsg.c
7676         * src/folder.c
7677                 Fix POSTPROCESSING hook
7678                 Patch by H. Merijn Brand
7679
7680         * src/procmime.c
7681         * src/procmime.h
7682                 Parse Content-Location
7683
7684         * src/toolbar.c
7685         * src/messageview.c
7686         * src/messageview.h
7687                 Don't crash when a top-level MessageView has
7688                 been closed on us. Same problematic than
7689                 yesterday's quicksearch issue.
7690
7691 2006-03-15 [colin]      2.0.0cvs140
7692
7693         * src/gtk/quicksearch.c
7694                 Fix a bitchy race we didn't think about when we
7695                 added quicksearch cancellation:
7696                 If the search is not on cached fields, for example
7697                 body_part matchcase "stuff"
7698                 the matcher code has to get the whole message. If
7699                 we're on IMAP, that can be slow, and in order to
7700                 be non-blocking, the IMAP code idle loop processes
7701                 gtk events too. So it is possible to cancel a
7702                 quicksearch while the matcher is getting the mail's
7703                 body. After matcher got its body, it will start to
7704                 iterate over the matcher list that the Quicksearch's
7705                 clear_search_cb() just freed via prepare_matcher().
7706                 SIGSEGV ensues.
7707                 The fix consists of guarding the matcherlist_match()
7708                 call with a boolean 'matching'. If we reset the
7709                 quicksearch while matching is TRUE, we don't free
7710                 the matcherlist anymore like we did, but we set
7711                 another new flag, deferred_free, to TRUE. Then,
7712                 in quicksearch_match(), just after returning from
7713                 matcherlist_match() and unsetting the matching flag,
7714                 we check the deferred_free flag and do the
7715                 prepare_matcher() (which does the matcherlist_free)
7716                 for real, so we free the matcherlist once it's not
7717                 used anymore.
7718                 As all of this runs via the glib main loop, we
7719                 luckily don't need a mutex.
7720         * src/summaryview.c
7721                 Also, show progress while searching.
7722
7723
7724 2006-03-14 [colin]      2.0.0cvs139
7725
7726         * src/alertpanel.c
7727                 Make alertpanel_is_open non-static
7728
7729 2006-03-14 [colin]      2.0.0cvs138
7730
7731         * src/prefs_spelling.c
7732                 Cleanups - Fabien Vantard
7733
7734 2006-03-14 [wwp]        2.0.0cvs137
7735
7736         * src/main.c
7737                 code style normalization (curly braces, indentation).
7738
7739 2006-03-14 [wwp]        2.0.0cvs137
7740
7741         * src/main.c
7742                 code style (braces, indentation)
7743
7744 2006-03-12 [paul]       2.0.0cvs136
7745
7746         * src/prefs_common.c
7747                 trans_hdr defaults to FALSE to be RFC-savvy
7748         * src/prefs_summaries.c
7749                 add a tooltip to the trans_hdr option
7750                 
7751
7752 2006-03-12 [paul]       2.0.0cvs135
7753
7754         * src/prefs_matcher.c
7755                 give a little more width to the combos
7756         * src/prefs_display_header.c
7757         * src/textview.c
7758                 translate headers if prefs_common.trans_hdr
7759                 is TRUE
7760
7761         Patches by Pawel Pekala
7762
7763 2006-03-12 [paul]       2.0.0cvs134
7764
7765         * src/plugins/clamav/clamav_plugin.c
7766         * src/plugins/dillo_viewer/dillo_viewer.c
7767         * src/plugins/pgpcore/plugin.c
7768         * src/plugins/pgpinline/plugin.c
7769         * src/plugins/pgpmime/plugin.c
7770         * src/plugins/spamassassin/spamassassin.c
7771                 update/add to descriptions
7772         * src/plugins/spamassassin/spamassassin_gtk.c
7773                 fixes to the english, remove superfluous
7774                 tooltips, clean up a little
7775
7776 2006-03-12 [paul]       2.0.0cvs133
7777
7778         * src/compose.c
7779                 fix Bug 924, 'Account combo box shows up wrong 
7780                 if & is in account name'
7781
7782 2006-03-11 [colin]      2.0.0cvs132
7783
7784         * src/summaryview.c
7785                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7786                 messed up shift-selection because is slows down
7787                 moving around summaryview. thanks -users
7788
7789 2006-03-10 [colin]      2.0.0cvs131
7790
7791         * src/plugins/spamassassin/spamassassin_gtk.c
7792                 Put back Paul's engrish fixes
7793
7794 2006-03-10 [colin]      2.0.0cvs130
7795
7796         * src/plugins/spamassassin/spamassassin.c
7797         * src/plugins/spamassassin/spamassassin.h
7798         * src/plugins/spamassassin/spamassassin_gtk.c
7799                 Cleanup SA prefs page (more)
7800                 Patch by Fabien Vantard
7801
7802 2006-03-10 [paul]       2.0.0cvs129
7803
7804         * src/prefs_msg_colors.c
7805         * src/prefs_spelling.c
7806                 widget sensitivity
7807
7808 2006-03-09 [mones]      2.0.0cvs128
7809
7810         * po/es.po
7811                 Update for next RC
7812
7813 2006-03-09 [wwp]        2.0.0cvs127
7814
7815         * configure.ac
7816                 revert accidental commit (requirement for libetpan 0.43), this time
7817                 not in HEAD.
7818
7819 2006-03-09 [wwp]        2.0.0cvs125
7820
7821         * configure.ac
7822                 revert accidental commit (requirement for libetpan 0.43)
7823
7824 2006-03-09 [paul]       2.0.0cvs126
7825
7826         * src/prefs_receive.c
7827                 remove useless frame
7828                 replace 'incorporation' with 'receiving'
7829         * src/plugins/clamav/clamav_plugin_gtk.c
7830         * src/plugins/spamassassin/spamassassin_gtk.c
7831                 improve widget sensitivity
7832                 fix a bit his engrish
7833
7834 2006-03-09 [wwp]        2.0.0cvs125
7835
7836         * src/addressadd.c
7837         * src/foldersel.c
7838         * src/prefs_common.c
7839         * src/prefs_common.h
7840                 remember some more windows' sizes (add to addressbook and
7841                 select folder).
7842
7843 2006-03-09 [paul]       2.0.0cvs124
7844
7845         * src/plugins/pgpcore/prefs_gpg.c
7846                 normalise construction of dialogue
7847
7848 2006-03-09 [paul]       2.0.0cvs123
7849
7850         * src/plugins/trayicon/Makefile.am
7851                 add missing slash
7852
7853 2006-03-08 [colin]      2.0.0cvs122
7854
7855         * src/plugins/trayicon/Makefile.am
7856                 Fix build in separate dir 
7857                 Patch by Bamanzi <bamanzi@gmail.com>
7858
7859 2006-03-08 [colin]      2.0.0cvs121
7860
7861         * src/procmsg.c
7862                 Batch move and copies from summaryview with delayed execution
7863                 too
7864
7865 2006-03-07 [paul]       2.0.0cvs120
7866
7867         * src/common/utils.c
7868                 fix highlighting of URIs containing "()"
7869                 Patch by Pawel Pekala
7870
7871 2006-03-07 [paul]       2.0.0cvs119
7872
7873         * src/folder.c
7874         * src/folder.h
7875         * src/folderview.c
7876                 immediately do alphabetical resort when
7877                 changing a folder's name
7878                 Patch by Pawel Pekala
7879
7880 2006-03-07 [paul]       2.0.0cvs118
7881
7882         * src/news.c
7883         * src/news_gtk.c
7884                 when unsubscribing a newsgroup, remove the
7885                 folder and msgs in .sylpheed-claws/newscache
7886                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7887
7888 2006-03-07 [paul]       2.0.0cvs117
7889
7890         * src/textview.c
7891                 fix wrong Fake URL Warning
7892                 Thanks to Hiro
7893
7894 2006-03-07 [colin]      2.0.0cvs116
7895
7896         * src/imap.c
7897                 Return immediately when password dialog was
7898                 cancelled
7899         * src/gtk/inputdialog.c
7900                 Allow empty strings for passwords
7901
7902
7903 2006-03-06 [colin]      2.0.0cvs115
7904
7905         * src/imap.c
7906                 Prevent double-timeouts when connection fails
7907
7908 2006-03-06 [colin]
7909
7910         2.0.1-rc1 released
7911
7912 2006-03-06 [colin]      2.0.0cvs114
7913
7914         * src/imap.c
7915                 Refresh session during potentially long
7916                 operations
7917
7918 2006-03-06 [wwp]        2.0.0cvs113
7919
7920         * src/prefs_msg_colors.h
7921                 forgot that one (custom color labels).
7922
7923 2006-03-06 [wwp]        2.0.0cvs112
7924
7925         * src/prefs_common.c
7926         * src/prefs_common.h
7927         * src/prefs_msg_colors.c
7928         * src/summaryview.c
7929         * src/summaryview.h
7930         * src/gtk/colorlabel.c
7931         * src/gtk/colorlabel.h
7932                 colors in messages list are now customizable. Color values and names can
7933                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7934                 Thanks to Paul and Colin for their help with this longstanding patch!
7935
7936 2006-03-06 [wwp]        2.0.0cvs111
7937
7938         * src/textview.c
7939                 don't crash if (x)face is bad.
7940
7941 2006-03-05 [paul]       2.0.0cvs110
7942
7943         * AUTHORS
7944         * configure.ac
7945         * src/Makefile.am
7946         * src/common/Makefile.am
7947         * src/common/utils.h
7948         * src/etpan/imap-thread.c
7949         * src/gtk/authors.h
7950         * src/plugins/clamav/Makefile.am
7951         * src/plugins/demo/Makefile.am
7952         * src/plugins/dillo_viewer/Makefile.am
7953         * src/plugins/pgpcore/Makefile.am
7954         * src/plugins/pgpcore/passphrase.c
7955         * src/plugins/pgpinline/Makefile.am
7956         * src/plugins/pgpmime/Makefile.am
7957         * src/plugins/spamassassin/Makefile.am
7958         * src/plugins/trayicon/Makefile.am
7959                 fix builiding on cygwin
7960                 Patch by Ralgh Young <bamanzi@gmail.com>
7961
7962 2006-03-04 [wwp]        2.0.0cvs109
7963
7964         * manual/keyboard.xml
7965                 fix mixed up/down keys.
7966
7967 2006-03-04 [wwp]        2.0.0cvs108
7968
7969         * README
7970         * INSTALL
7971                 updated links to SpamAssassin.
7972
7973 2006-03-04 [wwp]        2.0.0cvs107
7974
7975         * manual/plugins.xml
7976         * src/plugins/spamassassin/README
7977                 updated SpamAssassin plugin docs to reflect new functional additions
7978                 (also fix/update/documents few technical stuff more, see the README).
7979
7980 2006-03-04 [wwp]        2.0.0cvs106
7981
7982         * src/prefs_message.c
7983                 normalized capitalization of message-prefs paths.
7984
7985 2006-03-04 [wwp]        2.0.0cvs105
7986
7987         * manual/advanced.xml
7988                 typo.
7989
7990 2006-03-03 [colin]      2.0.0cvs104
7991
7992         * src/plugins/clamav/clamav_plugin_gtk.c
7993                 Rework prefs page, patch by Fabien 
7994
7995 2006-03-03 [colin]      2.0.0cvs103
7996
7997         * src/plugins/clamav/clamav_plugin.c
7998                 Set error on all errors
7999
8000 2006-03-03 [colin]      2.0.0cvs102
8001
8002         * src/common/plugin.c
8003                 Initialize error to avoid crashing when a plugin fails
8004                 without setting error
8005
8006 2006-03-02 [wwp]        2.0.0cvs101
8007
8008         * configure.ac
8009                 fixed linker flags for libetpan support on Cygwin
8010                 (thanks to H.Merijn Brand).
8011
8012 2006-03-02 [wwp]        2.0.0cvs100
8013
8014         * src/addressbook.c
8015                 fix some AB error messages: one for punctuation and
8016                 one wrongly duplicate (thanks, maxbritov).
8017
8018 2006-03-02 [wwp]        2.0.0cvs99
8019
8020         * src/plugins/spamassassin/spamassassin.c
8021                 make sync calls to sa-learn/spamc to prevent
8022                 system (whatever local or client/server) overload.
8023
8024 2006-03-02 [colin]      2.0.0cvs98
8025
8026         * src/summaryview.c
8027                 Put the spam icon in the status column instead of the
8028                 mark one
8029
8030 2006-03-01 [colin]      2.0.0cvs97
8031
8032         * src/plugins/spamassassin/spamassassin.c
8033                 Fix segfault (g_file_set_contents fails for some 
8034                 reason and err==0x2f. Can't find out why with
8035                 valgrind, using working function :-)
8036
8037 2006-03-01 [colin]      2.0.0cvs96
8038
8039         * src/inc.c
8040                 Offline overriding: let 'No' be cached only 3 seconds
8041
8042 2006-03-01 [colin]      2.0.0cvs95
8043
8044         * src/addr_compl.c
8045         * src/addrbook.c
8046         * src/addressbook.c
8047         * src/addrindex.c
8048         * src/folder_item_prefs.c
8049         * src/headerview.c
8050         * src/imap.c
8051         * src/inc.c
8052         * src/ldif.c
8053         * src/mainwindow.c
8054         * src/mh.c
8055         * src/msgcache.c
8056         * src/prefs_common.h
8057         * src/prefs_msg_colors.c
8058         * src/procheader.c
8059         * src/procheader.h
8060         * src/procmime.c
8061         * src/procmsg.c
8062         * src/procmsg.h
8063         * src/send_message.h
8064         * src/simple-gettext.c
8065         * src/summaryview.c
8066         * src/summaryview.h
8067         * src/syldap.c
8068         * src/textview.c
8069         * src/undo.c
8070         * src/common/ssl_certificate.c
8071         * src/common/utils.c
8072         * src/gtk/colorsel.c
8073         * src/gtk/gtksctree.c
8074         * src/gtk/gtkshruler.c
8075         * src/plugins/trayicon/trayicon.c
8076                 #if 0 goes to /dev/null
8077
8078 2006-03-01 [colin]      2.0.0cvs94
8079
8080         * src/compose.c
8081         * src/imap.c
8082         * src/inc.c
8083         * src/inc.h
8084         * src/messageview.c
8085         * src/news.c
8086         * src/plugins/spamassassin/spamassassin.c
8087                 Allow to add information in the "working offline"
8088                 window
8089
8090 2006-03-01 [wwp]        2.0.0cvs93
8091
8092         * src/plugins/spamassassin/spamassassin.c
8093                 fixed spamc invocation: use a tricky temporary mini shell wrapper
8094                 'cause it seems that calling `spamc ... < inputfile` with
8095                 g_spawn_(a)sync simply.. erm doesn't work :-).
8096
8097 2006-03-01 [wwp]        2.0.0cvs92
8098
8099         * src/toolbar.c
8100         * src/toolbar.h
8101                 simplify the adding of spam/ham button to the messageview toolbar
8102                 (it gets more clear now that the same button will be "Mark as spam"
8103                 or "Mark as ham" according to the current message status,
8104                 thanks to Colin).
8105
8106 2006-03-01 [wwp]        2.0.0cvs91
8107
8108         * src/messageview.c
8109         * src/procmsg.c
8110         * src/procmsg.h
8111         * src/summaryview.c
8112         * src/plugins/spamassassin/spamassassin.c
8113         * src/plugins/spamassassin/spamassassin.h
8114                 make learner callbacks return a status (0 for ok),
8115                 handle it in main code to avoid setting flags when learning failed,
8116                 don't learn on TCP if offline in spamassassin,
8117                 thanks to Colin.
8118
8119                 
8120
8121 2006-03-01 [wwp]        2.0.0cvs90
8122
8123         * src/compose.c
8124                 some work around the compose window's account menu,
8125                 patch by Fabien Vantard.
8126
8127 2006-03-01 [wwp]        2.0.0cvs89
8128
8129         * src/plugins/spamassassin/spamassassin.c
8130                 fixed bad logics, was using spamc in local mode and sa-learn
8131                 in remote mode (thanks, Colin).
8132
8133 2006-03-01 [wwp]        2.0.0cvs88
8134
8135         * src/plugins/spamassassin/spamassassin.c
8136         * src/plugins/spamassassin/spamassassin.h
8137         * src/plugins/spamassassin/spamassassin_gtk.c
8138                 made processing of emails w/ sa-plugin an option (default is TRUE),
8139                 fixed Engrish some tooltips, capitalization of some debug messages
8140                 and warnings. The spamassassin plugin now provides two separate
8141                 services: process emails upon incorporation and spamd training.
8142                 Both services (un)register independently but use some common
8143                 plugin settings (transport settings, spam storage location).
8144
8145 2006-02-28 [wwp]        2.0.0cvs87
8146
8147         * src/plugins/spamassassin/spamassassin.c
8148                 fix async flag to spamc cmdline execution (batch exec should
8149                 be asynchronous).
8150
8151 2006-02-27 [wwp]        2.0.0cvs86
8152
8153         * src/plugins/spamassassin/spamassassin.c
8154         * src/plugins/spamassassin/spamassassin.h
8155         * src/plugins/spamassassin/spamassassin_gtk.c
8156                 - added the ability to learn a remote spamassassin server (spamd),
8157                 using spamc.
8158                 - added the spamassassin option 'username', that applies to all
8159                 spamassassin operations (filtering, learning, local or remote).
8160                 The default username is the current unix user (if left blank
8161                 from gtk prefs or config file).
8162                 - commented out some unused code (notebook widget), removed unused
8163                 layout (hbox1).
8164                 - make more widgets sensitive to the transport type.
8165
8166 2006-02-27 [colin]      2.0.0cvs85
8167
8168         * src/plugins/spamassassin/spamassassin.c
8169                 Fix sa-learn call when offline
8170
8171 2006-02-27 [colin]      2.0.0cvs84
8172
8173         * configure.ac
8174         * src/Makefile.am
8175         * src/mainwindow.c
8176         * src/mainwindow.h
8177         * src/messageview.c
8178         * src/messageview.h
8179         * src/prefs_toolbar.c
8180         * src/procmsg.c
8181         * src/stock_pixmap.c
8182         * src/stock_pixmap.h
8183         * src/summaryview.c
8184         * src/toolbar.c
8185         * src/toolbar.h
8186         * src/pixmaps/ham_btn.xpm
8187         * src/pixmaps/spam.xpm
8188         * src/pixmaps/spam_btn.xpm
8189         * src/plugins/spamassassin/spamassassin.c
8190                 Add button in toolbar for spam learning
8191                 Fix a few bugs from the last related commit
8192                 Revert 1.9.6cvs23 which messed up shift-selection
8193
8194 2006-02-24 [colin]      2.0.0cvs83
8195
8196         * src/procmsg.c
8197         * src/summaryview.c
8198         * src/summaryview.h
8199         * src/plugins/spamassassin/spamassassin.c
8200         * src/plugins/spamassassin/spamassassin.h
8201         * src/plugins/spamassassin/spamassassin_gtk.c
8202                 Unregister learner when spamassassin is either
8203                 disabled or over tcp
8204
8205 2006-02-24 [colin]      2.0.0cvs82
8206
8207         * src/Makefile.am
8208         * src/mainwindow.c
8209         * src/mainwindow.h
8210         * src/procmsg.c
8211         * src/procmsg.h
8212         * src/stock_pixmap.c
8213         * src/stock_pixmap.h
8214         * src/summaryview.c
8215         * src/summaryview.h
8216         * src/gtk/icon_legend.c
8217         * src/pixmaps/spam.xpm  ** NEW FILE **
8218         * src/plugins/spamassassin/spamassassin.c
8219         * src/plugins/spamassassin/spamassassin_gtk.c
8220                 Add spam learning interface (Mark/Mark as 
8221                 (spam|ham) menus)
8222
8223 2006-02-24 [wwp]        2.0.0cvs81
8224
8225         * src/compose.c
8226         * src/compose.h
8227         * src/filtering.c
8228                 hide compose window when sending message in batch mode
8229                 (filtering: forward and redirect). Also fixed a wrong
8230                 value returned when sending failed, neutral anyway.
8231                 (Colin, me) 
8232
8233 2006-02-24 [wwp]        2.0.0cvs80
8234
8235         * src/mainwindow.c
8236                 use GTK+'s stock quit button. Patch by Fabien Vantard.
8237
8238 2006-02-24 [paul]       2.0.0cvs79
8239
8240         * src/news.c
8241         * src/news.h
8242         * src/news_gtk.c
8243                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
8244                 Thanks to Colin
8245
8246 2006-02-23 [colin]      2.0.0cvs78
8247
8248         * src/alertpanel.c
8249                 Change OK to Close in alertpanel with View log
8250                 button; add accel to View log. Patch by Fabien
8251                 Vantard
8252
8253 2006-02-23 [wwp]        2.0.0cvs77
8254
8255         * src/compose.c
8256                 silly me, there were much more tests to perform, since toolbars can
8257                 really have down to 1 element only.
8258
8259 2006-02-23 [wwp]        2.0.0cvs76
8260
8261         * commitHelper
8262                 fixed indentation from my previous commit. Fallback to VISUAL if
8263                 EDITOR is not set (and to vi, at last resort).
8264
8265 2006-02-23 [wwp]        2.0.0cvs75
8266
8267         * commitHelper
8268                 improved error detection (Colin, me).
8269
8270 2006-02-23 [wwp]        2.0.0cvs74
8271
8272         * src/prefs_toolbar.c
8273                 simplify and fix prefs/toolbars layouting. Combos' contents can
8274                 now be really displayed.
8275
8276 2006-02-23 [wwp]        2.0.0cvs73
8277         simplifies and fix prefs/toolbars layouting. Combos' contents can now
8278         be really displayed.
8279
8280 2006-02-22 [wwp]        2.0.0cvs72
8281
8282         * src/compose.c
8283                 fix a typo in my previous commit (sorry!).
8284
8285 2006-02-22 [wwp]        2.0.0cvs71
8286
8287         * src/prefs_toolbar.c
8288                 fix a crash when adding separators to toolbars,
8289                 also fix some separator item information.
8290
8291 2006-02-22 [wwp]        2.0.0cvs70
8292
8293         * src/compose.c
8294                 fix a crash when redirecting (for instance) when compose window's
8295                 toolbar contents has been customized (when some buttons have been
8296                 removed in fact).
8297
8298 2006-02-21 [wwp]        2.0.0cvs69
8299
8300         * src/summaryview.c
8301         * src/gtk/pluginwindow.c
8302         * src/plugins/pgpcore/prefs_gpg.c
8303                 fix some compilation warnings (feat. remains of removed code).
8304
8305 2006-02-21 [wwp]        2.0.0cvs68
8306
8307         * src/gtk/gtkutils.c
8308                 fix two compilation issues, thanks to Stephan Sachse.
8309
8310 2006-02-20 [colin]      2.0.0cvs67
8311
8312         * src/mainwindow.c
8313                 Don't reselect displayed mail on refocus
8314                 This fixes actions misbehaving 
8315
8316 2006-02-20 [wwp]        2.0.0cvs66
8317
8318         * src/summaryview.c
8319         * src/gtk/gtksctree.c
8320         * src/gtk/gtkshruler.c
8321                 changed more runtime typecast checks.
8322
8323 2006-02-20 [wwp]        2.0.0cvs65
8324
8325         * src/summary_search.c
8326                 find all - summaryview refresh issue fixed, thanks to Colin.
8327
8328 2006-02-20 [wwp]        2.0.0cvs64
8329
8330         * src/gtk/gtkutils.c
8331                 better runtime typecast checks.
8332
8333 2006-02-20 [wwp]        2.0.0cvs63
8334
8335         * src/summary_search.c
8336                 enhancements to the summary search:
8337                         - add the ability to stop the running search
8338                           (upon ESC-key press, new Stop button or when Clear button is pressed)
8339                         - don't search if no criteria (From/To/Subject/Body) is set
8340                         - ensure that a busy mouse pointer is always shown when searching,
8341                           show it even a bit earlier
8342
8343 2006-02-19 [colin]      2.0.0cvs62
8344
8345         * src/compose.c
8346         * src/imap.c
8347         * src/etpan/imap-thread.c
8348         * src/etpan/imap-thread.h
8349                 (Future) IMAP speed improvement on sending
8350                 Will require a libetpan update
8351         * src/summaryview.c
8352         * src/gtk/quicksearch.c
8353                 Make quicksearch clearable while running.
8354
8355 2006-02-17 [colin]      2.0.0cvs61
8356
8357         * src/imap.c
8358         * src/etpan/imap-thread.c
8359         * src/etpan/imap-thread.h
8360                 Check for IMAP certificates
8361                 ** Requires libetpan-0.42-cvs4 
8362                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
8363
8364 2006-02-17 [colin]      2.0.0cvs60
8365
8366         * src/messageview.c
8367         * src/prefs_common.c
8368         * src/prefs_common.h
8369         * src/prefs_message.c
8370                 Add pref to display HTML-only mails with plugin, 
8371                 if possible (defaulting to FALSE of course).
8372
8373 2006-02-16 [colin]      2.0.0cvs59
8374
8375         * src/main.c
8376         * src/common/plugin.c
8377         * src/common/plugin.h
8378         * src/gtk/pluginwindow.c
8379                 Keep track of requested (but unloaded) plugins
8380                 in some error cases.
8381
8382 2006-02-16 [wwp]        2.0.0cvs58
8383
8384         * src/gtk/gtkaspell.c
8385         * src/gtk/gtkaspell.h
8386         * src/prefs_spelling.c
8387         * src/compose.c
8388         * src/prefs_common.c
8389         * src/prefs_common.h
8390                 implemented new optional spellchecker behaviour: re-check message when
8391                 dictionary got changed (from compose-window/context-menu/Change dictionary).
8392
8393 2006-02-16 [wwp]        2.0.0cvs57
8394
8395         * src/quote_fmt_parse.y
8396                 pclose popen'ed pipe.
8397
8398 2006-02-15 [colin]      2.0.0cvs56
8399
8400         * src/mimeview.c
8401         * src/mimeview.h
8402                 Let MimeViewers know which MimeView they
8403                 depend of.
8404         * src/summaryview.c
8405                 Swap From/To columns in Sent/Queue/Drafts
8406                 folders
8407         * src/etpan/imap-thread.c
8408                 Use mailstream_low_tls_open() for STARTTLS
8409                 instead of mailstream_low_ssl_open()
8410                 ** REQUIRES libetpan 0.42cvs3 **
8411
8412 2006-02-15 [wwp]        2.0.0cvs55
8413
8414         * src/compose.c
8415         * src/compose.h
8416         * src/message_search.c
8417         * src/message_search.h
8418         * src/textview.c
8419         * src/gtk/gtkutils.c
8420         * src/gtk/gtkutils.h
8421                 added the ability to Find text in the compose window (and a bit
8422                 of code factorization).
8423
8424 2006-02-15 [wwp]        2.0.0cvs54
8425
8426         * src/prefs_gtk.c
8427                 yet another one file was missing (fix for some widgets' sensitivity).
8428                 Thanks Colin!
8429
8430 2006-02-15 [wwp]        2.0.0cvs53
8431
8432         * src/prefs_gtk.h
8433                 oops forgot that file (fix for some widgets' sensitivity).
8434
8435 2006-02-15 [wwp]        2.0.0cvs52
8436
8437         * src/summary_search.c
8438                 implemented advanced summary search options (added the ability
8439                 to use matcher conditions in an advanced search mode).
8440
8441 2006-02-15 [wwp]        2.0.0cvs51
8442
8443         * src/plugins/pgpcore/prefs_gpg.c
8444         * src/prefs_account.c
8445                 fix some widget sensitivity, mostly around some labels in
8446                 account prefs.
8447
8448 2006-02-15 [paul]       2.0.0cvs50
8449
8450         * manual/advanced.xml
8451                 improve Templates info
8452                 written by wwp
8453
8454 2006-02-14 [colin]      2.0.0cvs49
8455
8456         * src/pixmaps/address_book.xpm
8457         * src/pixmaps/preferences.xpm
8458         * src/pixmaps/properties.xpm
8459                 Fix pixmap size - patch by Fabien Vantard
8460
8461 2006-02-13 [colin]      2.0.0cvs48
8462
8463         * src/procmime.c
8464                 Add missing fclose()s on error
8465         * src/textview.c
8466                 Remove unused code
8467         * src/common/utils.c
8468                 Fix temp files not being deleted on windows
8469         Patches by Thomas Gilgin
8470
8471 2006-02-13 [colin]      2.0.0cvs47
8472
8473         * src/mainwindow.c
8474                 Fix exit crash
8475
8476 2006-02-13 [wwp]        2.0.0cvs46
8477
8478         * src/plugins/pgpcore/prefs_gpg.c
8479                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
8480
8481 2006-02-12 [colin]      2.0.0cvs45
8482
8483         * src/folderview.c
8484         * src/main.c
8485         * src/mainwindow.c
8486                 Fix "stuff" when quitting
8487
8488 2006-02-12 [wwp]        2.0.0cvs44
8489
8490         * src/prefs_themes.c
8491                 fix typos in debug messages.
8492
8493 2006-02-11 [colin]      2.0.0cvs43
8494
8495         * src/summaryview.c
8496                 don't allow drag/drop from ourself
8497
8498 2006-02-10 [wwp]        2.0.0cvs42
8499
8500         * src/exporthtml.c
8501         * src/html.c
8502         * src/html.h
8503         * src/procmime.c
8504         * src/textview.c
8505                 renamed html_ prefixed functions and data structures to avoid
8506                 namespace clashes w/ other software (gtkhtml2 for instance).
8507                 Closes bug #907.
8508
8509
8510 2006-02-09 [colin]      2.0.0cvs41
8511
8512         * src/summaryview.c
8513                 Fix shitty logic messed up. Thanks Ticho for the hint!
8514
8515 2006-02-09 [wwp]        2.0.0cvs40
8516
8517         * src/gtk/about.c
8518         * src/compose.c
8519         * src/prefs_account.c
8520         * src/prefs_gtk.h
8521         * src/editaddress.c
8522                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
8523                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
8524                 Browse buttons in accounts prefs.
8525
8526 2006-02-09 [colin]      2.0.0cvs39
8527
8528         * src/matcher.c
8529                 Check for pointer before using its members
8530         * src/gtk/gtksourceprintjob.c
8531                 Fix a wrong warning
8532
8533 2006-02-09 [wwp]        2.0.0cvs38
8534
8535         * src/gtk/filesel.c
8536                 fix few compiler warnings (type mismatch).
8537
8538 2006-02-09 [paul]       2.0.0cvs37
8539
8540         * po/fr.po
8541                 updated by Fabien Vantard
8542
8543 2006-02-08 [colin]      2.0.0cvs36
8544
8545         * src/prefs_common.c
8546         * src/common/defs.h
8547         * src/common/plugin.c
8548                 allow windows and linux configurations to coexist
8549                 patch by Thomas Gilgin
8550
8551 2006-02-08 [colin]      2.0.0cvs35
8552
8553         * src/filtering.c
8554         * src/matcher.c
8555         * src/matcher.h
8556         * src/matcher_parser_parse.y
8557         * src/prefs_filtering_action.c
8558         * src/prefs_matcher.c
8559                 Add the "Ignore thread" filtering
8560                 action
8561
8562 2006-02-08 [colin]      2.0.0cvs34
8563
8564         * src/compose.c
8565         * src/procmime.c
8566         * src/procmime.h
8567                 Fix bug #905 (damaged attachment)
8568                 text files with raw \0's aren't really text files
8569         FOR_STABLE
8570
8571 2006-02-08 [colin]      2.0.0cvs33
8572
8573         * src/summaryview.c
8574                 Fix crasher introduced yesterday
8575
8576 2006-02-08 [wwp]        2.0.0cvs32
8577
8578         * src/compose.c
8579         * src/compose.h
8580                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
8581
8582 2006-02-08 [wwp]        2.0.0cvs31
8583
8584         * src/prefs_template.c
8585                 templates enhancement: allow address completion for Cc and Bcc fields
8586                 (it was currently possible for the To field only)
8587
8588 2006-02-08 [colin]      2.0.0cvs30
8589
8590         * src/compose.c
8591                 Don't unblock if not blocked
8592         FOR_STABLE
8593
8594 2006-02-07 [colin]      2.0.0cvs29
8595
8596         * src/action.c
8597                 Forgot to refresh summaryview
8598
8599 2006-02-07 [colin]      2.0.0cvs28
8600
8601         * src/action.c
8602                 Freeze/thaw message list and folder list while
8603                 processing %as{} actions 
8604         * src/compose.c
8605                 Fix auto-wrap disabling after a middle-click
8606                 paste - FOR_STABLE
8607
8608 2006-02-07 [paul]       2.0.0cvs27
8609
8610         * src/folder.c
8611                 fix freeing of uninitialised pointers
8612                 Thanks to Colin
8613
8614 2006-02-06 [colin]      2.0.0cvs26
8615
8616         * src/folder.c
8617                 Use g_slist_prepend in potentially big list
8618
8619 2006-02-06 [colin]      2.0.0cvs25
8620
8621         * src/folder.c
8622                 Completely skip processing if it doesn't 
8623                 exist (faster!)
8624
8625 2006-02-06 [colin]      2.0.0cvs24
8626
8627         * src/folder.c
8628         * src/summaryview.c
8629                 Batch filtering in summaryview (from Tools menu)
8630                 and pre/post//-processing too
8631
8632 2006-02-06 [colin]      2.0.0cvs23
8633
8634         * src/procmsg.h
8635         * src/filtering.c
8636                 Use a special field for batch filtering instead
8637                 of stepping on deferred execution's toes
8638
8639 2006-02-06 [colin]      2.0.0cvs22
8640
8641         * src/action.c
8642         * src/filtering.c
8643         * src/filtering.h
8644         * src/folder.c
8645         * src/summaryview.c
8646                 Fix filtering via menus and actions
8647
8648 2006-02-06 [colin]      2.0.0cvs21
8649
8650         * src/imap.c
8651                 Put the added file directly to cache if possible (will work
8652                 with next libetpan)
8653         * src/filtering.c
8654         * src/filtering.h
8655         * src/inc.c
8656         * src/folder.c
8657         * src/mbox.c
8658         * src/procmsg.h
8659                 Move and copy filtered messages by batches instead of one
8660                 by one - faster on IMAP
8661         * src/procmsg.c
8662                 Add a function that'll possibly be useful later
8663
8664 2006-02-06 [colin]      2.0.0cvs20
8665
8666         * src/addressbook.c
8667                 Use internal mime-type instead of text/plain for d'n'd
8668         * src/compose.c
8669                 Allow attaching files from mimeview's icon list via d'n'd
8670         * src/folderview.c
8671         * src/folderview.h
8672                 Use internal mime-type instead of text/plain for d'n'd
8673                 Don't try to selected opened folder if none is
8674                 Factorize d'n'd from other apps code
8675         * src/headerview.c
8676         * src/textview.c
8677         * src/gtk/gtkutils.c
8678         * src/gtk/gtkutils.h
8679                 Factorize Face/X-Face stuff
8680         * src/mimeview.c
8681                 Fix d'n'd to other apps
8682         * src/prefs_message.c
8683                 Let the XFace pref be usable without libcompface as it also
8684                 applies to Face
8685         * src/summaryview.c
8686                 Fix d'n'd to other apps
8687                 Factorize d'n'd from other apps code
8688
8689 2006-02-06 [wwp]        2.0.0cvs19
8690
8691         * po/it.po
8692                 Italian translation fixes by Andrea Spadaccini (no more confusion
8693                 between filtering and processing, and few changes in the About
8694                 dialog).
8695
8696
8697 2006-02-06 [mones]      2.0.0cvs18
8698
8699         * src/gtk/icon_legend.c
8700                 Improved descriptions allowing better translations
8701
8702 2006-02-05 [colin]      2.0.0cvs17
8703
8704         * src/imap.c
8705                 Add the f*cking missing expunge that caused imap_fetch_env
8706                 to fail after an add_msgs ! :-///
8707         * src/etpan/imap-thread.c
8708                 Add a bit of debug
8709         FOR_STABLE
8710
8711 2006-02-05 [colin]      2.0.0cvs16
8712
8713         * src/common/utils.c
8714                 Don't check for return-path (or we can't put
8715                 back non-sent mails)
8716
8717 2006-02-05 [colin]      2.0.0cvs15
8718
8719         * src/textview.c
8720                 Don't try to display Face header in textview
8721                 when teh headerview's active
8722
8723 2006-02-05 [colin]      2.0.0cvs14
8724
8725         * tools/tbird2syl.py
8726         * tools/Makefile.am
8727                 Add script to import Thunderbird mails
8728
8729 2006-02-05 [colin]      2.0.0cvs13
8730
8731         * src/headerview.c
8732         * src/procheader.c
8733         * src/procmsg.c
8734         * src/procmsg.h
8735         * src/textview.c
8736                 Show Face headers - patch partially by Klaus Flittner
8737
8738 2006-02-05 [colin]      2.0.0cvs12
8739
8740         * src/folderview.c
8741         * src/summaryview.c
8742         * src/common/utils.c
8743         * src/common/utils.h
8744                 Let dnd work from mime icons to summaryview
8745                 and to folderview too
8746                 Add a crude test to avoid trying to add files
8747                 drag'n'dropped when they're not mails
8748
8749 2006-02-04 [colin]      2.0.0cvs11
8750
8751         * src/summaryview.c
8752         * src/mimeview.c
8753                 Fix utf8 conversion
8754
8755 2006-02-04 [colin]      2.0.0cvs10
8756
8757         * src/compose.c
8758         * src/folderview.c
8759         * src/mimeview.c
8760         * src/summaryview.c
8761         * src/summaryview.h
8762                 Added various drag and drop capas:
8763                 From                    To
8764                 summaryview             other apps
8765                 mimeview icons          other apps
8766                 other apps              summaryview
8767                 other apps              folderview
8768
8769                 This shouldn't have broken the existing:
8770                 From                    To
8771                 summaryview             folderview
8772                 folderview              folderview
8773                 summaryview             compose's attachments
8774
8775         Tests welcomed.
8776
8777 2006-02-02 [paul]       2.0.0cvs9
8778
8779         * src/mainwindow.c
8780                 move global option 'Set displayed columns...' out
8781                 of folder option grouping.
8782                 fix sensitivity of 'harvest addresses'
8783         FOR_STABLE
8784
8785 2006-02-01 [colin]      2.0.0cvs8
8786
8787         * src/mimeview.c
8788                 Revert the alertpanel patch, it sucks (intrusive
8789                 and gets in the way of "open")
8790
8791 2006-02-01 [colin]      2.0.0cvs7
8792
8793         * src/compose.c
8794         * src/prefs_account.c
8795         * src/prefs_common.c
8796         * src/common/defs.h
8797         * src/common/utils.c
8798         * src/common/utils.h
8799                 Add ability to edit the signature file
8800                 from the account preferences, and use
8801                 a default for the text editor.
8802                 Patch by Fabien Vantard
8803
8804 2006-02-01 [colin]      2.0.0cvs6
8805
8806         * src/mimeview.c
8807                 Try to get mime type by extension if it is
8808                 application/octet-stream
8809                 Display a window with possible choices when
8810                 encountering unknown mime types
8811         * src/gtk/filesel.c
8812         * src/gtk/filesel.h
8813                 Add preview
8814                 Allow multiple selection in filtered filesel
8815                 (patch by Fabien Vantard)
8816         * src/gtk/pluginwindow.c
8817                 Use it (patch by Fabien Vantard)
8818
8819 2006-02-01 [paul]       2.0.0cvs5
8820
8821         * src/jpilot.c
8822                 fix crash on creating jpilot address book
8823                 Thanks to Colin - FOR_STABLE
8824         * src/prefs_summaries.c
8825         * src/prefs_wrapping.c
8826         * src/gtk/icon_legend.c
8827         * src/gtk/quicksearch.c
8828                 string fixes and additions
8829
8830 2006-02-01 [paul]       2.0.0cvs4
8831
8832         * src/compose.c
8833         * src/mainwindow.c
8834         * src/messageview.c
8835         * src/prefs_send.c
8836                 add Arabic encoding option
8837                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
8838
8839 2006-01-31 [colin]      2.0.0cvs3
8840
8841         * src/plugins/pgpcore/passphrase.c
8842                 Convert passphrase to locale encoding
8843         * src/compose.c
8844                 Fix drafting on IMAP. Crappy bug sneaked in
8845                 the release :-/
8846         FOR_STABLE
8847
8848 2006-01-30 [paul]       2.0.0cvs2
8849
8850         * src/gtk/icon_legend.c
8851                 show the new entries
8852
8853 2006-01-30 [colin]      2.0.0cvs1
8854
8855         * src/manual.c
8856                 Check for the file to be present before 
8857                 enabling the menu - FOR_STABLE
8858         * src/gtk/icon_legend.c
8859                 Add folders icons (not all of them, there
8860                 are too much, but the most intriguing ones)
8861
8862 2006-01-30 [paul]       2.0.0
8863
8864         version 2.0.0 released
8865
8866 2006-01-30 [paul]       1.9.100cvs200
8867
8868         * manual/faq.xml
8869         * manual/gpl.xml
8870         * manual/intro.xml
8871         * manual/starting.xml
8872         * manual/sylpheed-claws-manual.xml
8873                 fixes, additions
8874
8875 2006-01-29 [mones]      1.9.100cvs199
8876
8877         * manual/account.xml
8878         * manual/advanced.xml
8879         * manual/glossary.xml
8880                 Some typos fixed, added LDIF term to glossary
8881         * po/es.po
8882                 Fixed leading plus symbol
8883
8884 2006-01-29 [paul]       1.9.100cvs198
8885
8886         * po/fi.po
8887         * po/sk.po
8888                 updated by Tommi Pirinen and Andrej Kacian
8889
8890 2006-01-29 [paul]       1.9.100cvs197
8891
8892         * src/gtk/authors.h
8893                 remove duplicates
8894
8895 2006-01-29 [paul]       1.9.100cvs196
8896
8897         * AUTHORS
8898         * po/nl.po
8899         * src/gtk/authors.h
8900         * tools/claws.i18n.status.pl
8901                 nl translation updated by Tim Dijkstra
8902
8903 2006-01-29 [paul]       1.9.100cvs195
8904
8905         * po/sr.po
8906         * po/sv.po
8907                 updated by Aleksandar Urosevic and Anders Troback
8908
8909 2006-01-28 [colin]      1.9.100cvs194
8910
8911         * src/gtk/gtksourceprintjob.c
8912                 Don't fiddle with PangoLayout when we
8913                 have an image
8914
8915 2006-01-28 [paul]       1.9.100cvs193
8916
8917         * AUTHORS
8918         * po/el.po
8919         * po/zh_CN.po
8920         * src/gtk/authors.h
8921         * tools/claws.i18n.status.pl
8922                 updated translations submitted by Stavros Giannouris
8923                 and Ralgh Young
8924
8925 2006-01-27 [colin]      1.9.100cvs192
8926
8927         * src/summaryview.c
8928         * src/gtk/gtksourceprintjob.c
8929                 Add image printing 
8930                 (libgnomeprint only, of course)
8931
8932 2006-01-27 [paul]       1.9.100cvs191
8933
8934         * po/fr.po
8935         * po/it.po
8936                 updated by Fabien Vantard and Andrea Spadaccini
8937
8938 2006-01-26 [colin]      1.9.100cvs190
8939
8940         * manual/Makefile.am
8941         * configure.ac
8942                 Make building the manual optional 
8943                 (--disable-manual)
8944
8945 2006-01-26 [paul]       1.9.100cvs189
8946
8947         * manual/glossary.xml
8948         * manual/plugins.xml
8949                 edited
8950         * po/en_GB.po
8951                 updated
8952
8953 2006-01-26 [paul]       1.9.100cvs188
8954
8955         * src/prefs_display_header.c
8956         * src/prefs_folder_column.c
8957         * src/prefs_msg_colors.c
8958         * src/prefs_summaries.c
8959         * src/prefs_summary_column.c
8960                 HIGify
8961
8962 2006-01-25 [colin]      1.9.100cvs187
8963
8964         * src/imap.c
8965                 Don't allow moving/copying mails between
8966                 queue/drafts and non-queue/drafts folders
8967                 Fixes bug #897 (message header is resetted 
8968                 if one is copied to Drafts)
8969
8970 2006-01-25 [colin]      1.9.100cvs186
8971
8972         * src/folder.c
8973         * src/mainwindow.c
8974                 Fix subscribed folders not found
8975         * src/compose.c
8976                 Don't try to encode as original mail's charset
8977                 if it's ascii 
8978
8979 2006-01-25 [paul]       1.9.100cvs185
8980
8981         * AUTHORS
8982         * po/Makevars
8983                 updated
8984         * po/de.po
8985         * po/pl.po
8986         * po/pt_BR.po
8987         * po/sr.po
8988                 updates submitted by Stephan Sachse, Emilian Nowak
8989                 and Quar, Frederico Goncalves Guimaraes, and
8990                 Aleksandar Urosevic
8991                 Fix Bug 896, 'PT_BR locale broken'.
8992         * src/gtk/authors.h
8993                 updated
8994
8995 2006-01-24 [mones]      1.9.100cvs184
8996
8997         * manual/glossary.xml
8998                 All current terms finished. Reviewers welcome ;-)
8999         * manual/keyboard.xml
9000                 Fixed column width for pdf output.
9001         * po/es.po
9002                 Updated
9003
9004 2006-01-24 [paul]       1.9.100cvs183
9005
9006         * manual/glossary.xml
9007                 fix id name
9008         * manual/dist/html/Makefile.am
9009         * manual/dist/pdf/Makefile.am
9010         * manual/dist/ps/Makefile.am
9011         * manual/dist/txt/Makefile.am
9012                 fix make deps
9013                 Thanks to Colin
9014
9015 2006-01-24 [mones]      1.9.100cvs182
9016
9017         * manual/glossary.xml
9018                 Nearly finished, some terms missing.
9019
9020 2006-01-23 [paul]       1.9.100cvs181
9021
9022         * manual/dist/html/Makefile.am
9023         * manual/dist/pdf/Makefile.am
9024         * manual/dist/ps/Makefile.am
9025         * manual/dist/txt/Makefile.am
9026         * src/mainwindow.c
9027                 re-enable manual
9028                 Thanks to Colin
9029
9030 2006-01-22 [colin]      1.9.100cvs180
9031
9032         * src/compose.c
9033         * src/gtk/gtkaspell.c
9034                 Don't deselect stuff before right-clicking, with aspell.
9035                 (This prevented right-click Copy, for example).
9036                 Thanks to Clo!
9037
9038 2006-01-22 [paul]       1.9.100cvs179
9039
9040         * src/summary_search.c
9041                 don't fix the widget size as it causes problems
9042                 under localisation.
9043                 Thanks to Emilian Nowak
9044
9045 2006-01-21 [paul]       1.9.100cvs178
9046
9047         * src/prefs_themes.c
9048                 fix broken underlining of label text
9049                 with some translations
9050
9051 2006-01-21 [colin]      1.9.100cvs177
9052
9053         * po/fr.po
9054                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
9055
9056 2006-01-20 [colin]      1.9.100cvs176
9057
9058         * configure.ac
9059         * Makefile.am
9060         * manual/Makefile
9061         * manual/dist/html/.cvsignore
9062         * manual/dist/html/Makefile.am
9063         * manual/dist/pdf/.cvsignore
9064         * manual/dist/pdf/Makefile.am
9065         * manual/dist/ps/.cvsignore
9066         * manual/dist/ps/Makefile.am
9067         * manual/dist/txt/.cvsignore
9068         * manual/dist/txt/Makefile.am
9069                 Autotool-ize manual
9070
9071 2006-01-20 [paul]       1.9.100cvs175
9072
9073         * manual/handling.xml
9074                 make Filtering and Searching entries easier to find
9075         * manual/keyboard.xml
9076                 add the remaining default keybinds
9077         * src/prefs_summaries.c
9078                 update the default keybinds
9079
9080 2006-01-20 [paul]       1.9.100cvs174
9081
9082         * src/addressbook.c
9083         * src/addrgather.c
9084         * src/addrharvest.c
9085         * src/editaddress.c
9086         * src/editgroup.c
9087         * src/exphtmldlg.c
9088         * src/expldifdlg.c
9089         * src/exporthtml.c
9090         * src/exportldif.c
9091         * src/ldif.c
9092                 replace 'e-mail' with 'email'
9093         * src/summary_search.c
9094                 add mnemonic to "Find all" button
9095
9096 2006-01-20 [wwp]        1.9.100cvs173
9097
9098         * src/export.c
9099         * src/import.c
9100                 touched mbox import/export buttons for HIG-compliance
9101
9102 2006-01-19 [paul]       1.9.100cvs172
9103
9104         * manual/account.xml
9105         * manual/addrbook.xml
9106         * manual/advanced.xml
9107         * manual/faq.xml
9108         * manual/handling.xml
9109         * manual/intro.xml
9110         * manual/plugins.xml
9111         * manual/starting.xml
9112                 more editing
9113
9114 2006-01-19 [paul]       1.9.100cvs171
9115
9116         * src/toolbar.c
9117                 allow use of trash button while receiving
9118                 Thanks to Colin
9119
9120 2006-01-19 [wwp]        1.9.100cvs170
9121
9122         * src/gtk/quicksearch.c
9123         * src/compose.c
9124                 force text color to black when yellow background is set
9125
9126 2006-01-19 [colin]      1.9.100cvs169
9127
9128         * src/plugins/trayicon/trayicon.c
9129                 Gray out Get Mail when already getting mail
9130
9131 2006-01-18 [paul]       1.9.100cvs168
9132
9133         * src/compose.c
9134                 give widget yellow background was To is
9135                 set via folder prefs
9136         * src/gtk/quicksearch.c
9137                 give widget yellow background when quick
9138                 search is active.
9139                 Thanks to Colin
9140
9141 2006-01-18 [paul]       1.9.100cvs167
9142
9143         * doc/man/sylpheed-claws.1
9144                 add --subscribe option
9145
9146 2006-01-18 [paul]       1.9.100cvs166
9147
9148         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9149         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9150                 use %U instead of %F (%F is broken for user installed
9151                 files in kde 3.5)
9152
9153 2006-01-18 [colin]      1.9.100cvs165
9154
9155         * src/summaryview.c
9156                 Default to Yes in "No more * messages" dialogs
9157
9158 2006-01-17 [colin]      1.9.100cvs164
9159
9160         * src/compose.c
9161                 Possibly fix an invalid iterator causing
9162                 crash
9163
9164 2006-01-17 [colin]      1.9.100cvs163
9165
9166         * src/mimeview.c
9167                 Fix crash when the image disappears under the
9168                 image viewer
9169
9170 2006-01-16 [colin]      1.9.100cvs162
9171
9172         * src/compose.c
9173                 Fix reenabling autowrap
9174
9175 2006-01-16 [colin]      1.9.100cvs161
9176
9177         * src/compose.c
9178                 reset quote_len before getting quote_str
9179
9180 2006-01-16 [colin]      1.9.100cvs160
9181
9182         * src/account.c
9183         * src/account.h
9184         * src/folder.c
9185         * src/imap_gtk.c
9186         * src/mh_gtk.c
9187                 Fix bug #883 (default inbox does not track folder move)
9188
9189 2006-01-16 [colin]      1.9.100cvs159
9190
9191         * src/compose.c
9192         * src/plugins/pgpcore/passphrase.c
9193                 More buttons fixes
9194
9195 2006-01-16 [paul]       1.9.100cvs158
9196
9197         * src/prefs_actions.c
9198         * src/prefs_filtering_action.c
9199         * src/prefs_matcher.c
9200         * src/quote_fmt.c
9201         * src/gtk/description_window.c
9202         * src/gtk/description_window.h
9203         * src/gtk/quicksearch.c
9204                 description window cleanups
9205
9206 2006-01-15 [colin]      1.9.100cvs157
9207
9208         * src/addressbook.c
9209         * src/prefs_filtering.c
9210                 Same here
9211
9212 2006-01-15 [colin]      1.9.100cvs156
9213
9214         * src/folderview.c
9215         * src/mainwindow.c
9216                 Same for "Empty trash"
9217
9218 2006-01-15 [colin]      1.9.100cvs155
9219
9220         * src/inc.c
9221                 Override offline dialog had Yes by default
9222
9223 2006-01-15 [colin]      1.9.100cvs154
9224
9225         * src/summaryview.c
9226                 Delete selected messages? previously had Yes the default
9227
9228 2006-01-15 [colin]      1.9.100cvs153
9229
9230         * src/folder.c
9231         * src/folder.h
9232         * src/main.c
9233                 Check if a mailbox is loaded after all
9234                 plugins are loaded.
9235
9236 2006-01-15 [colin]      1.9.100cvs152
9237
9238         * src/folder.c
9239                 Don't start wizard when there are unloaded folders (will help
9240                 people with only mbox or maildir mailboxes)
9241
9242 2006-01-14 [colin]      1.9.100cvs151
9243
9244         * src/addressbook.c
9245         * src/expldifdlg.c
9246         * src/importldif.c
9247         * src/importmutt.c
9248         * src/importpine.c
9249         * src/mh_gtk.c
9250                 More HIG compliance and fixes
9251
9252 2006-01-14 [colin]      1.9.100cvs150
9253
9254         * src/prefs_filtering_action.c
9255         * src/foldersel.c
9256                 Two forgotten button order changes
9257
9258 2006-01-14 [colin]      1.9.100cvs149
9259
9260         * src/account.c
9261         * src/addressbook.c
9262         * src/compose.c
9263         * src/folderview.c
9264         * src/imap_gtk.c
9265         * src/mainwindow.c
9266         * src/mh_gtk.c
9267         * src/news_gtk.c
9268         * src/prefs_actions.c
9269         * src/prefs_customheader.c
9270         * src/prefs_filtering.c
9271         * src/prefs_matcher.c
9272         * src/prefs_template.c
9273         * src/ssl_manager.c
9274         * src/summaryview.c
9275         * src/textview.c
9276         * src/toolbar.c
9277                 All deletion confirmations are now "Cancel, Delete" 
9278                 instead of "No, Yes"
9279                 Clarified most of the other "No, Yes" to 
9280                 "Cancel, Descriptive_action"
9281                 Rechanged the "Entry not saved" alerts to have 
9282                 "Close, Continue editing"
9283
9284
9285 2006-01-14 [paul]
9286
9287         * 2.0.0-rc4 released
9288
9289 2006-01-14 [paul]       1.9.100cvs148
9290
9291         * src/account.c
9292         * src/addressadd.c
9293         * src/addressbook.c
9294         * src/compose.c
9295         * src/editaddress.c
9296         * src/editbook.c
9297         * src/editgroup.c
9298         * src/editjpilot.c
9299         * src/editldap.c
9300         * src/editvcard.c
9301         * src/exphtmldlg.c
9302         * src/expldifdlg.c
9303         * src/folderview.c
9304         * src/grouplistdialog.c
9305         * src/imap_gtk.c
9306         * src/importmutt.c
9307         * src/importpine.c
9308         * src/inc.c
9309         * src/main.c
9310         * src/mainwindow.c
9311         * src/message_search.c
9312         * src/messageview.c
9313         * src/mh_gtk.c
9314         * src/mimeview.c
9315         * src/news_gtk.c
9316         * src/prefs_actions.c
9317         * src/prefs_customheader.c
9318         * src/prefs_filtering.c
9319         * src/prefs_matcher.c
9320         * src/prefs_template.c
9321         * src/prefs_themes.c
9322         * src/ssl_manager.c
9323         * src/summary_search.c
9324         * src/summaryview.c
9325         * src/textview.c
9326         * src/toolbar.c
9327         * src/gtk/foldersort.c
9328         * src/gtk/gtkaspell.c
9329         * src/gtk/inputdialog.c
9330         * src/gtk/prefswindow.c
9331         * src/plugins/pgpcore/select-keys.c
9332         * src/plugins/trayicon/trayicon.c
9333                 HIG compliant button order
9334
9335 2006-01-14 [mones]      1.9.100cvs147
9336
9337         * po/es.po
9338                 Updated translation
9339
9340 2006-01-13 [paul]       1.9.100cvs146
9341
9342         * AUTHORS
9343         * ChangeLog
9344         * src/gtk/authors.h
9345                 add Joshua M. Kwan to contributors list
9346
9347 2006-01-13 [colin]      1.9.100cvs145
9348
9349         * src/gtk/quicksearch.c
9350                 Don't refocus quick search after executing (Esc or Enter)
9351                 Allows to '/'search something then move up/down in 
9352                 summaryview, and to Esc a search and be back in the 
9353                 summaryview
9354
9355 2006-01-13 [paul]       1.9.100cvs144
9356
9357         * src/plugins/pgpinline/pgpinline.c
9358                 support Content-Type 'application/pgp'
9359                 patch by Joshua M. Kwan <joshuak@users.sf.net>
9360
9361 2006-01-13 [paul]       1.9.100cvs143
9362
9363         * manual/account.xml
9364                 make mention of partial retrieval
9365                 thanks to Colin
9366
9367 2006-01-13 [paul]       1.9.100cvs142
9368
9369         * src/account.c
9370         * src/account.h
9371         * src/action.c
9372         * src/action.h
9373         * src/adbookbase.h
9374         * src/addr_compl.c
9375         * src/addr_compl.h
9376         * src/addrbook.c
9377         * src/addrcache.c
9378         * src/addrcache.h
9379         * src/addrcindex.c
9380         * src/addrcindex.h
9381         * src/addrclip.c
9382         * src/addrclip.h
9383         * src/addrdefs.h
9384         * src/addressadd.c
9385         * src/addressadd.h
9386         * src/addressbook.c
9387         * src/addressbook.h
9388         * src/addrgather.c
9389         * src/addrgather.h
9390         * src/addrharvest.c
9391         * src/addrharvest.h
9392         * src/addrindex.c
9393         * src/addrindex.h
9394         * src/addritem.c
9395         * src/addritem.h
9396         * src/addrquery.c
9397         * src/addrquery.h
9398         * src/addrselect.c
9399         * src/addrselect.h
9400         * src/alertpanel.c
9401         * src/alertpanel.h
9402         * src/browseldap.c
9403         * src/browseldap.h
9404         * src/codeconv.c
9405         * src/codeconv.h
9406         * src/compose.c
9407         * src/compose.h
9408         * src/customheader.c
9409         * src/customheader.h
9410         * src/displayheader.c
9411         * src/displayheader.h
9412         * src/editaddress.c
9413         * src/editaddress.h
9414         * src/editbook.c
9415         * src/editbook.h
9416         * src/editgroup.c
9417         * src/editgroup.h
9418         * src/editjpilot.c
9419         * src/editjpilot.h
9420         * src/editldap.c
9421         * src/editldap.h
9422         * src/editldap_basedn.c
9423         * src/editldap_basedn.h
9424         * src/editvcard.c
9425         * src/editvcard.h
9426         * src/exphtmldlg.c
9427         * src/exphtmldlg.h
9428         * src/expldifdlg.c
9429         * src/expldifdlg.h
9430         * src/export.h
9431         * src/exporthtml.c
9432         * src/exporthtml.h
9433         * src/exportldif.c
9434         * src/exportldif.h
9435         * src/filtering.c
9436         * src/filtering.h
9437         * src/folder.c
9438         * src/folder.h
9439         * src/folder_item_prefs.c
9440         * src/folder_item_prefs.h
9441         * src/foldersel.c
9442         * src/foldersel.h
9443         * src/folderutils.c
9444         * src/folderutils.h
9445         * src/folderview.c
9446         * src/folderview.h
9447         * src/grouplistdialog.c
9448         * src/grouplistdialog.h
9449         * src/headerview.c
9450         * src/html.c
9451         * src/html.h
9452         * src/image_viewer.c
9453         * src/image_viewer.h
9454         * src/imap.c
9455         * src/imap.h
9456         * src/imap_gtk.c
9457         * src/imap_gtk.h
9458         * src/import.h
9459         * src/importldif.c
9460         * src/importldif.h
9461         * src/importmutt.c
9462         * src/importmutt.h
9463         * src/importpine.c
9464         * src/importpine.h
9465         * src/inc.c
9466         * src/inc.h
9467         * src/jpilot.c
9468         * src/jpilot.h
9469         * src/ldapctrl.c
9470         * src/ldapctrl.h
9471         * src/ldaplocate.c
9472         * src/ldaplocate.h
9473         * src/ldapquery.c
9474         * src/ldapquery.h
9475         * src/ldapserver.c
9476         * src/ldapserver.h
9477         * src/ldaputil.c
9478         * src/ldaputil.h
9479         * src/ldif.c
9480         * src/ldif.h
9481         * src/main.c
9482         * src/main.h
9483         * src/mainwindow.c
9484         * src/mainwindow.h
9485         * src/manual.c
9486         * src/manual.h
9487         * src/mbox.c
9488         * src/mbox.h
9489         * src/message_search.c
9490         * src/message_search.h
9491         * src/messageview.c
9492         * src/messageview.h
9493         * src/mh.c
9494         * src/mh.h
9495         * src/mh_gtk.c
9496         * src/mh_gtk.h
9497         * src/mimeview.c
9498         * src/mimeview.h
9499         * src/msgcache.c
9500         * src/msgcache.h
9501         * src/mutt.c
9502         * src/mutt.h
9503         * src/news.c
9504         * src/news.h
9505         * src/news_gtk.c
9506         * src/news_gtk.h
9507         * src/partial_download.c
9508         * src/partial_download.h
9509         * src/pine.c
9510         * src/pine.h
9511         * src/pop.c
9512         * src/pop.h
9513         * src/prefs_account.c
9514         * src/prefs_account.h
9515         * src/prefs_actions.c
9516         * src/prefs_actions.h
9517         * src/prefs_common.c
9518         * src/prefs_common.h
9519         * src/prefs_compose_writing.c
9520         * src/prefs_compose_writing.h
9521         * src/prefs_customheader.c
9522         * src/prefs_customheader.h
9523         * src/prefs_display_header.c
9524         * src/prefs_display_header.h
9525         * src/prefs_filtering.c
9526         * src/prefs_filtering.h
9527         * src/prefs_filtering_action.c
9528         * src/prefs_filtering_action.h
9529         * src/prefs_folder_column.c
9530         * src/prefs_folder_column.h
9531         * src/prefs_folder_item.c
9532         * src/prefs_folder_item.h
9533         * src/prefs_fonts.c
9534         * src/prefs_fonts.h
9535         * src/prefs_gtk.c
9536         * src/prefs_gtk.h
9537         * src/prefs_image_viewer.c
9538         * src/prefs_image_viewer.h
9539         * src/prefs_matcher.c
9540         * src/prefs_matcher.h
9541         * src/prefs_message.c
9542         * src/prefs_msg_colors.c
9543         * src/prefs_msg_colors.h
9544         * src/prefs_other.c
9545         * src/prefs_quote.c
9546         * src/prefs_receive.c
9547         * src/prefs_send.c
9548         * src/prefs_spelling.c
9549         * src/prefs_spelling.h
9550         * src/prefs_summaries.c
9551         * src/prefs_summaries.h
9552         * src/prefs_summary_column.c
9553         * src/prefs_summary_column.h
9554         * src/prefs_template.c
9555         * src/prefs_template.h
9556         * src/prefs_themes.c
9557         * src/prefs_themes.h
9558         * src/prefs_toolbar.c
9559         * src/prefs_toolbar.h
9560         * src/prefs_wrapping.c
9561         * src/prefs_wrapping.h
9562         * src/privacy.c
9563         * src/privacy.h
9564         * src/procheader.c
9565         * src/procheader.h
9566         * src/procmime.c
9567         * src/procmime.h
9568         * src/procmsg.c
9569         * src/procmsg.h
9570         * src/quote_fmt.c
9571         * src/quote_fmt_parse.y
9572         * src/recv.c
9573         * src/recv.h
9574         * src/remotefolder.c
9575         * src/remotefolder.h
9576         * src/send_message.c
9577         * src/send_message.h
9578         * src/setup.c
9579         * src/setup.h
9580         * src/sourcewindow.c
9581         * src/sourcewindow.h
9582         * src/ssl_manager.c
9583         * src/ssl_manager.h
9584         * src/statusbar.c
9585         * src/statusbar.h
9586         * src/stock_pixmap.c
9587         * src/stock_pixmap.h
9588         * src/summary_search.c
9589         * src/summary_search.h
9590         * src/summaryview.c
9591         * src/summaryview.h
9592         * src/syldap.c
9593         * src/syldap.h
9594         * src/textview.c
9595         * src/textview.h
9596         * src/toolbar.c
9597         * src/toolbar.h
9598         * src/undo.c
9599         * src/undo.h
9600         * src/unmime.c
9601         * src/unmime.h
9602         * src/vcard.c
9603         * src/vcard.h
9604         * src/wizard.c
9605         * src/wizard.h
9606         * src/common/base64.c
9607         * src/common/base64.h
9608         * src/common/defs.h
9609         * src/common/hooks.c
9610         * src/common/hooks.h
9611         * src/common/log.c
9612         * src/common/log.h
9613         * src/common/mgutils.c
9614         * src/common/mgutils.h
9615         * src/common/nntp.c
9616         * src/common/nntp.h
9617         * src/common/passcrypt.c
9618         * src/common/passcrypt.h.in
9619         * src/common/plugin.c
9620         * src/common/plugin.h
9621         * src/common/prefs.c
9622         * src/common/prefs.h
9623         * src/common/progressindicator.c
9624         * src/common/progressindicator.h
9625         * src/common/quoted-printable.c
9626         * src/common/quoted-printable.h
9627         * src/common/session.c
9628         * src/common/session.h
9629         * src/common/smtp.c
9630         * src/common/smtp.h
9631         * src/common/socket.c
9632         * src/common/socket.h
9633         * src/common/ssl.c
9634         * src/common/ssl.h
9635         * src/common/ssl_certificate.c
9636         * src/common/ssl_certificate.h
9637         * src/common/stringtable.c
9638         * src/common/stringtable.h
9639         * src/common/sylpheed.c
9640         * src/common/sylpheed.h
9641         * src/common/template.c
9642         * src/common/template.h
9643         * src/common/timing.h
9644         * src/common/utils.c
9645         * src/common/utils.h
9646         * src/common/version.h.in
9647         * src/common/xml.c
9648         * src/common/xml.h
9649         * src/common/xmlprops.c
9650         * src/common/xmlprops.h
9651         * src/gtk/colorlabel.c
9652         * src/gtk/colorsel.c
9653         * src/gtk/colorsel.h
9654         * src/gtk/description_window.c
9655         * src/gtk/description_window.h
9656         * src/gtk/filesel.c
9657         * src/gtk/filesel.h
9658         * src/gtk/foldersort.c
9659         * src/gtk/foldersort.h
9660         * src/gtk/gtkutils.c
9661         * src/gtk/gtkutils.h
9662         * src/gtk/inputdialog.c
9663         * src/gtk/inputdialog.h
9664         * src/gtk/logwindow.c
9665         * src/gtk/logwindow.h
9666         * src/gtk/manage_window.c
9667         * src/gtk/manage_window.h
9668         * src/gtk/menu.c
9669         * src/gtk/menu.h
9670         * src/gtk/pluginwindow.c
9671         * src/gtk/pluginwindow.h
9672         * src/gtk/prefswindow.c
9673         * src/gtk/prefswindow.h
9674         * src/gtk/progressdialog.c
9675         * src/gtk/progressdialog.h
9676         * src/gtk/sslcertwindow.c
9677         * src/gtk/sslcertwindow.h
9678         * src/plugins/clamav/clamav_plugin.c
9679         * src/plugins/clamav/clamav_plugin.h
9680         * src/plugins/clamav/clamav_plugin_gtk.c
9681         * src/plugins/demo/demo.c
9682         * src/plugins/dillo_viewer/dillo_prefs.c
9683         * src/plugins/dillo_viewer/dillo_prefs.h
9684         * src/plugins/dillo_viewer/dillo_viewer.c
9685         * src/plugins/pgpcore/passphrase.c
9686         * src/plugins/pgpcore/passphrase.h
9687         * src/plugins/pgpcore/plugin.c
9688         * src/plugins/pgpcore/select-keys.c
9689         * src/plugins/pgpcore/select-keys.h
9690         * src/plugins/pgpcore/sgpgme.c
9691         * src/plugins/pgpcore/sgpgme.h
9692         * src/plugins/pgpinline/pgpinline.c
9693         * src/plugins/pgpinline/pgpinline.h
9694         * src/plugins/pgpinline/plugin.c
9695         * src/plugins/pgpmime/pgpmime.c
9696         * src/plugins/pgpmime/pgpmime.h
9697         * src/plugins/pgpmime/plugin.c
9698         * src/plugins/spamassassin/spamassassin.c
9699         * src/plugins/spamassassin/spamassassin.h
9700         * src/plugins/spamassassin/spamassassin_gtk.c
9701         * src/plugins/trayicon/trayicon.c
9702                 update copyright header
9703
9704 2006-01-13 [paul]       1.9.100cvs141
9705
9706         * src/account.c
9707         * src/export.c
9708         * src/import.c
9709         * src/mainwindow.c
9710         * src/prefs_account.c
9711         * src/prefs_display_header.c
9712         * src/prefs_receive.c
9713         * src/prefs_send.c
9714         * src/prefs_summaries.c
9715         * src/prefs_themes.c
9716         * src/prefs_toolbar.c
9717         * src/gtk/about.c
9718                 various cleanups
9719
9720 2006-01-12 [colin]      1.9.100cvs140
9721
9722         * src/folder.c
9723         * src/folder.h
9724         * src/main.c
9725                 Add --subscribe option
9726                 Let sylpheed-claws email@domain.com equivalent to --compose
9727                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
9728
9729 2006-01-12 [paul]       1.9.100cvs139
9730
9731         * src/mainwindow.c
9732                 append 'Change folder order' label with '...'
9733         * src/prefs_actions.c
9734                 allow reordering of actions list by dnd
9735         * src/gtk/foldersort.c
9736                 make the dialog nicer
9737
9738 2006-01-11 [colin]      1.9.100cvs138
9739
9740         * src/compose.c
9741                 Allow templates without text
9742
9743 2006-01-11 [paul]       1.9.100cvs137
9744
9745         * tools/README
9746         * tools/filter_conv_new.pl
9747                 add info to README
9748                 also check .sylpheed for filter.xml
9749                 be a bit informative to the user
9750
9751 2006-01-11 [colin]      1.9.100cvs136
9752
9753         * src/textview.c
9754                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9755
9756 2006-01-10 [paul]       1.9.100cvs135
9757
9758         * tools/Makefile.am
9759         * tools/filter_conv_new.pl
9760                 add script to convert new style Sylpheed
9761                 filter rules (Sylpheed >= 0.9.99) to
9762                 Claws filtering rules
9763
9764 2006-01-10 [colin]      1.9.100cvs134
9765
9766         * src/compose.c
9767                 Fix broken line joins in certain conditions
9768                 (between two quoted lines: <enter><enter><up>
9769                  <type a wrapped sentence><go in the first line>
9770                  <insert more text><watch as line joining failed>)
9771
9772 2006-01-10 [paul]       1.9.100cvs133
9773
9774         * src/compose.c
9775                 don't report success in error dialog
9776                 thanks to Colin
9777         * src/common/utils.c
9778                 include some trailing punctuations as URI
9779                 thanks to Hiro
9780
9781 2006-01-10 [paul]       1.9.100cvs132
9782
9783         * src/mimeview.c
9784                 fix incompatible pointer type
9785                 warning
9786
9787 2006-01-10 [paul]       1.9.100cvs131
9788
9789         * src/compose.c
9790                 change Subject in window title
9791                 instantaneously
9792
9793 2006-01-09 [colin]      1.9.100cvs130
9794
9795         * src/addressbook.c
9796         * src/headerview.c
9797         * src/mainwindow.c
9798         * src/messageview.c
9799         * src/mimeview.c
9800         * src/noticeview.c
9801         * src/summaryview.c
9802                 Fix possible crashes on exit and in addressbook
9803
9804 2006-01-09 [paul]       1.9.100cvs129
9805
9806         * src/prefs_msg_colors.c
9807                 some cleanups that I forgot last time
9808
9809 2006-01-09 [paul]       1.9.100cvs128
9810
9811         * README
9812         * src/folderview.c
9813         * src/prefs_msg_colors.c
9814                 add previously hidden option, color_new, to
9815                 the gui
9816                 move the page to Display/
9817                 rework the gui
9818
9819 2006-01-09 [wwp]        1.9.100cvs127
9820
9821         * src/prefs_themes.c
9822                 made the prefs/display/themes layouts spacing less condensed
9823                 (and so they match other prefs/pages' look).
9824
9825 2006-01-09 [paul]       1.9.100cvs126
9826
9827         * src/compose.c
9828         * src/prefs_common.c
9829         * src/prefs_common.h
9830         * src/prefs_wrapping.c
9831                 remove 'wrap at send' option
9832
9833 2006-01-06 [colin]      1.9.100cvs125
9834
9835         * src/compose.c
9836                 Just make completely sure we don't insert "manual line breaks" 
9837                 when wrapping... 
9838
9839 2006-01-04 [paul]
9840
9841         * 2.0.0-rc3 released
9842
9843 2006-01-04 [paul]       1.9.100cvs124
9844
9845         * src/folderview.c
9846                 fix bug 882, 'quick scroll in folder list
9847                 displays wrong folder contents'
9848
9849 2006-01-04 [paul]       1.9.100cvs123
9850
9851         * src/plugins/pgpmime/pgpmime.c
9852                 better debug information when signing
9853                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9854
9855 2006-01-03 [colin]      1.9.100cvs122
9856
9857         * configure.ac
9858                 We need to recheck for gpgme 1.0.0 after checking
9859                 for 1.1.1, because if 1.1.1 isn't available, 
9860                 GPGME_LIBS and friends are blanked out by the 
9861                 second check.
9862
9863 2006-01-03 [colin]      1.9.100cvs121
9864
9865         * src/common/prefs.c
9866                 Windows unlink-before rename fix
9867         * src/plugins/pgpcore/sgpgme.c
9868                 Add support for PKA info if available
9869                 Both patches by Werner Koch
9870
9871 2006-01-03 [paul]       1.9.100cvs120
9872
9873         * src/messageview.c
9874                 fix bug 884, 'Send receipt' button visible in queue
9875                 Thanks to Colin
9876
9877 2006-01-02 [colin]      1.9.100cvs119
9878
9879         * src/compose.c
9880         * src/imap.c
9881                 Fix autosave on IMAP and more generally try to
9882                 return the correct ID on a newly added IMAP message
9883
9884 2006-01-02 [paul]       1.9.100cvs118
9885
9886         * manual/keyboard.xml
9887                 edited
9888
9889 2006-01-01 [paul]       1.9.100cvs117
9890
9891         * src/gtk/authors.h
9892                 alphabetical order
9893
9894 2005-12-30 [colin]      1.9.100cvs116
9895
9896         * manual/advanced.xml
9897                 Explain Pre/Post-processing differences.
9898
9899 2005-12-30 [colin]      1.9.100cvs115
9900
9901         * src/mh.c
9902                 Implement copy_msgs for a little optimization
9903         * src/imap.c
9904                 Finish yesterday's fix
9905
9906 2005-12-29 [colin]      1.9.100cvs114
9907
9908         * src/imap.c
9909                 Fix occasional failure in fetching a mail over
9910                 IMAP
9911
9912 2005-12-29 [colin]      1.9.100cvs113
9913
9914         * src/compose.c
9915                 Don't remove a draft when sending it, if it is 
9916                 locked.
9917
9918 2005-12-28 [colin]      1.9.100cvs112
9919
9920         * src/summaryview.c
9921                 Fix leak for real
9922
9923 2005-12-28 [wwp]        1.9.100cvs111
9924
9925         * doc/faq/.cvsignore
9926         * doc/faq/de/.cvsignore
9927         * doc/faq/en/.cvsignore
9928         * doc/faq/es/.cvsignore
9929         * doc/faq/fr/.cvsignore
9930         * doc/faq/it/.cvsignore
9931         * doc/manual/.cvsignore
9932         * doc/manual/de/.cvsignore
9933         * doc/manual/en/.cvsignore
9934         * doc/manual/es/.cvsignore
9935         * doc/manual/fr/.cvsignore
9936         * doc/manual/ja/.cvsignore
9937         * src/plugins/mathml_viewer/.cvsignore
9938                 rollback revival of those files (my bad, sorry for the noise).
9939
9940 2005-12-28 [wwp]        1.9.100cvs110
9941
9942         * src/compose.c
9943                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9944
9945 2005-12-28 [wwp]        1.9.100cvs109
9946
9947         * doc/faq/.cvsignore
9948         * doc/faq/de/.cvsignore
9949         * doc/faq/en/.cvsignore
9950         * doc/faq/es/.cvsignore
9951         * doc/faq/fr/.cvsignore
9952         * doc/faq/it/.cvsignore
9953         * doc/manual/.cvsignore
9954         * doc/manual/de/.cvsignore
9955         * doc/manual/en/.cvsignore
9956         * doc/manual/es/.cvsignore
9957         * doc/manual/fr/.cvsignore
9958         * doc/manual/ja/.cvsignore
9959         * src/plugins/mathml_viewer/.cvsignore
9960         * po/.cvsignore
9961                 more files to ignore.
9962
9963 2005-12-24 [colin]      1.9.100cvs108
9964
9965         * AUTHORS
9966         * src/gtk/authors.h
9967                 Update for Werner
9968
9969 2005-12-24 [colin]      1.9.100cvs107
9970
9971         * src/procmsg.c
9972                 Allow NULL src_msginfo in 
9973                 procmsg_msginfo_new_from_mimeinfo
9974
9975 2005-12-23 [paul]       1.9.100cvs106
9976
9977         * src/plugins/pgpinline/mypgpcore.def
9978                 add this forgotten file
9979
9980 2005-12-23 [colin]      1.9.100cvs105
9981
9982         * src/mainwindow.c
9983                 Fix missing break
9984
9985 2005-12-23 [colin]      1.9.100cvs104
9986
9987         * autogen.sh
9988         * src/folder.c
9989         * src/mh.c
9990         * src/common/plugin.c
9991         * src/common/socket.c
9992         * src/common/socket.h
9993         * src/common/utils.c
9994         * src/common/utils.h
9995         * src/gtk/pluginwindow.c
9996         * src/plugins/pgpcore/plugin.def
9997         * src/plugins/pgpcore/sylpheed.def
9998         * src/plugins/pgpinline/Makefile.am
9999         * src/plugins/pgpinline/plugin.def
10000         * src/plugins/pgpinline/sylpheed.def
10001         * src/plugins/pgpmime/plugin.def
10002         * src/plugins/pgpmime/sylpheed.def
10003                 Various w32 fixes by Werner Koch
10004
10005 2005-12-22 [paul]       1.9.100cvs103
10006
10007         * src/wizard.c
10008                 don't offer IMAP as 'server type' if
10009                 libetpan isn't built in
10010
10011 2005-12-22 [paul]       1.9.100cvs102
10012
10013         * AUTHORS
10014         * src/mainwindow.c
10015         * src/mainwindow.h
10016         * src/toolbar.c
10017         * src/gtk/authors.h
10018                 support GTK_TOOLBAR_BOTH_HORIZ (text
10019                 next to icon) Patch by Marien Zwart
10020                 marienz@users.sf.net
10021                 Also reword the text
10022
10023 2005-12-21 [colin]      1.9.100cvs101
10024
10025         * configure.ac
10026                 Fix DATADIRNAME
10027         * COPYING
10028                 Fix missing section and explicit the exception better
10029         * src/compose.c
10030                 Prevent mail from being lost without notice when an
10031                 SMTP error happens on trying to send an unmodified
10032                 drafted mail.
10033         * src/send_message.c
10034         * src/common/smtp.c
10035                 Fix password remembering when wrong, and add return
10036                 value checks where they should have been
10037         * src/plugins/pgpcore/sylpheed.def
10038         * src/plugins/pgpinline/sylpheed.def
10039         * src/plugins/pgpmime/sylpheed.def
10040                 Add a few symbols needed
10041
10042 2005-12-21 [paul]       1.9.100cvs100
10043
10044         * m4/codeset.m4
10045         * m4/glibc21.m4
10046         * m4/intdiv0.m4
10047         * m4/inttypes-pri.m4
10048         * m4/inttypes.m4
10049         * m4/inttypes_h.m4
10050         * m4/isc-posix.m4
10051         * m4/lcmessage.m4
10052         * m4/stdint_h.m4
10053         * m4/uintmax_t.m4
10054                 gettextization
10055                 thanks to Colin
10056
10057 2005-12-21 [paul]       1.9.100cvs99
10058
10059         * po/sv.po
10060                 fixed by Colin
10061
10062 2005-12-20 [paul]       1.9.100cvs98
10063
10064         * po/sv.po
10065                 updated by Anders Trobäck
10066
10067 2005-12-20 [colin]      1.9.100cvs97
10068
10069         * ABOUT-NLS
10070         * Makefile.am
10071         * autogen.sh
10072         * configure.ac
10073         * config/config.rpath
10074         * config/mkinstalldirs
10075         * m4/Makefile.am
10076         * m4/glibc2.m4
10077         * m4/gnupg.m4
10078         * m4/gpgme.m4
10079         * m4/intmax.m4
10080         * m4/longdouble.m4
10081         * m4/longlong.m4
10082         * m4/printf-posix.m4
10083         * m4/signed.m4
10084         * m4/size_max.m4
10085         * m4/ulonglong.m4
10086         * m4/wchar_t.m4
10087         * m4/wint_t.m4
10088         * m4/xsize.m4
10089         * po/Makefile.in.in
10090         * po/Makevars
10091         * po/bg.po
10092         * po/ca.po
10093         * po/cs.po
10094         * po/de.po
10095         * po/el.po
10096         * po/en_GB.po
10097         * po/es.po
10098         * po/fi.po
10099         * po/fr.po
10100         * po/hr.po
10101         * po/hu.po
10102         * po/it.po
10103         * po/ja.po
10104         * po/ko.po
10105         * po/nb.po
10106         * po/nl.po
10107         * po/pl.po
10108         * po/pt_BR.po
10109         * po/ru.po
10110         * po/sk.po
10111         * po/sr.po
10112         * po/stamp-po
10113         * po/sv.po
10114         * po/zh_CN.po
10115         * po/zh_TW.po
10116         * src/Makefile.am
10117         * src/codeconv.c
10118         * src/compose.c
10119         * src/exporthtml.c
10120         * src/exportldif.c
10121         * src/folder.c
10122         * src/main.c
10123         * src/manual.c
10124         * src/mh.c
10125         * src/mimeview.c
10126         * src/send_message.c
10127         * src/common/Makefile.am
10128         * src/common/fnmatch.c
10129         * src/common/fnmatch.h
10130         * src/common/fnmatch_loop.c
10131         * src/common/nntp.c
10132         * src/common/plugin.c
10133         * src/common/smtp.c
10134         * src/common/socket.c
10135         * src/common/string_match.c
10136         * src/common/sylpheed.c
10137         * src/common/utils.c
10138         * src/common/utils.h
10139         * src/common/w32_dirent.c
10140         * src/common/w32_reg.c
10141         * src/common/w32_signal.c
10142         * src/common/w32_stat.c
10143         * src/common/w32_stdio.c
10144         * src/common/w32_stdlib.c
10145         * src/common/w32_string.c
10146         * src/common/w32_time.c
10147         * src/common/w32_unistd.c
10148         * src/common/w32_wait.c
10149         * src/common/w32lib.h
10150         * src/etpan/Makefile.am
10151         * src/gtk/Makefile.am
10152         * src/plugins/clamav/Makefile.am
10153         * src/plugins/demo/Makefile.am
10154         * src/plugins/dillo_viewer/Makefile.am
10155         * src/plugins/pgpcore/Makefile.am
10156         * src/plugins/pgpcore/passphrase.c
10157         * src/plugins/pgpcore/plugin.def
10158         * src/plugins/pgpcore/sgpgme.c
10159         * src/plugins/pgpcore/sylpheed.def
10160         * src/plugins/pgpcore/version.rc
10161         * src/plugins/pgpinline/Makefile.am
10162         * src/plugins/pgpinline/plugin.def
10163         * src/plugins/pgpinline/sylpheed.def
10164         * src/plugins/pgpinline/version.rc
10165         * src/plugins/pgpmime/Makefile.am
10166         * src/plugins/pgpmime/mypgpcore.def
10167         * src/plugins/pgpmime/plugin.def
10168         * src/plugins/pgpmime/sylpheed.def
10169         * src/plugins/pgpmime/version.rc
10170         * src/plugins/spamassassin/Makefile.am
10171                 Very little ;-) patch from Werner Koch, providing
10172                 infrastructure for cross-compiling to Win32
10173
10174 2005-12-20 [paul]       1.9.100cvs96
10175
10176         * src/account.c
10177         * src/account.h
10178         * src/mainwindow.c
10179         * src/mainwindow.h
10180         * src/toolbar.c
10181         * src/toolbar.h
10182                 add a combo to the Get All button, allowing
10183                 quick retrieval from any account
10184                 Patch by Fabien Vantard, slightly modified
10185                 by Colin
10186         * src/gtk/about.c
10187                 i18n fix. Patch by Fabien Vantard
10188
10189 2005-12-19 [colin]      1.9.100cvs95
10190
10191         * src/compose.c
10192         * src/compose.h
10193                 Don't automatically join lines when they've 
10194                 been separated by the user and not automatically
10195
10196 2005-12-19 [paul]       1.9.100cvs94
10197
10198         * src/gtk/pluginwindow.c
10199                 i18n fix.
10200                 Patch by Fabien Vantard
10201
10202 2005-12-15 [paul]       1.9.100cvs93
10203
10204         * src/common/plugin.c
10205         * src/common/plugin.h
10206         * src/gtk/pluginwindow.c
10207         * src/plugins/clamav/clamav_plugin.c
10208         * src/plugins/demo/demo.c
10209         * src/plugins/dillo_viewer/dillo_viewer.c
10210         * src/plugins/pgpcore/plugin.c
10211         * src/plugins/pgpinline/plugin.c
10212         * src/plugins/pgpmime/plugin.c
10213         * src/plugins/spamassassin/spamassassin.c
10214         * src/plugins/trayicon/trayicon.c
10215                 add plugin_version()
10216
10217 2005-12-15 [colin]      1.9.100cvs92
10218
10219         * src/compose.c
10220                 Further fix bug #875
10221
10222 2005-12-15 [paul]       1.9.100cvs91
10223
10224         * src/gtk/filesel.c
10225                 fix attach_load_dir getting set to
10226                 PLUGINDIR on plugin load
10227
10228 2005-12-14 [mones]      1.9.100cvs90
10229
10230         * manual/ack.xml
10231         * manual/keyboard.xml
10232                 Initial draft and some shortcuts added
10233                 
10234         * po/es.po
10235                 Updated translation
10236
10237 2005-12-14 [colin]      1.9.100cvs89
10238
10239         * src/compose.c
10240         * src/imap.c
10241         * src/summaryview.c
10242         * src/gtk/gtkaspell.c
10243                 More leaks fixed
10244         * src/prefs_folder_item.c
10245                 Fix recursive prefs apply
10246
10247
10248 2005-12-14 [colin]      1.9.100cvs88
10249
10250         * src/compose.c
10251                 Fix bug #875 (Freeze On Inline Forward of 
10252                 Large Message)
10253
10254 2005-12-13 [colin]      1.9.100cvs87
10255
10256         * src/compose.c
10257                 Uniq-ify and sort the mimetypes list
10258                 Patch by Fabien Vantard
10259
10260 2005-12-13 [colin]      1.9.100cvs86
10261
10262         * src/imap.c
10263         * src/etpan/imap-thread.c
10264                 Fix leaks (patch by Hoa)
10265         * src/news.c
10266         * src/common/plugin.c
10267                 Fix leaks
10268
10269 2005-12-12 [colin]
10270
10271         * 2.0.0-rc2 released
10272
10273 2005-12-12 [colin]      1.9.100cvs85
10274
10275         * src/matcher.c
10276                 Fix a leak
10277
10278 2005-12-12 [wwp]        1.9.100cvs84
10279
10280         * src/gtk/icon_legend.c
10281                 fix misbehaviour and crash when closing the legend window
10282         using the Esc key (patch by Fabien Vantard).
10283
10284 2005-12-12 [paul]       1.9.100cvs83
10285
10286         * src/browseldap.c
10287         * src/foldersel.c
10288         * src/prefs_actions.c
10289         * src/prefs_filtering.c
10290         * src/prefs_matcher.c
10291         * src/prefs_spelling.glade      ** REMOVED **
10292         * src/prefs_template.c
10293         * src/gtk/foldersort.glade      ** REMOVED **
10294         * src/gtk/pluginwindow.c
10295         * src/gtk/pluginwindow.glade    ** REMOVED **
10296         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
10297                 cleanups
10298
10299 2005-12-11 [paul]       1.9.100cvs82
10300
10301         * src/gtk/filesel.c
10302                 fix attach_load_dir crasher (double free)
10303
10304 2005-12-09 [paul]       1.9.100cvs81
10305
10306         * po/POTFILES.in
10307         * src/mainwindow.c
10308         * src/gtk/Makefile.am
10309         * src/gtk/icon_legend.c
10310         * src/gtk/icon_legend.h
10311                 add icon legend
10312         * src/manual.c
10313                 cleanup
10314
10315 2005-12-09 [paul]       1.9.100cvs80
10316
10317         * src/plugins/pgpcore/passphrase.c
10318                 wrap the label in the dialog
10319
10320 2005-12-09 [colin]      1.9.100cvs79
10321
10322         * src/plugins/pgpcore/sgpgme.c
10323                 Display (untrusted) on not trusted signatures
10324                 Patch by Michal Èihaø <michal@cihar.com>
10325                 Closes bug #867 (Report also key trust)
10326
10327 2005-12-09 [colin]      1.9.100cvs78
10328
10329         * src/common/plugin.c
10330                 Update licence check, following Eben Moglen's advice
10331
10332 2005-12-08 [colin]      1.9.100cvs77
10333
10334         * src/folder.c
10335                 Fix the occasionnal item->cache != NULL 
10336                 assertion failure. 
10337
10338 2005-12-08 [colin]      1.9.100cvs76
10339
10340         * src/mimeview.c
10341         * src/plugins/pgpcore/sgpgme.c
10342                 Print key id when unable to check it
10343                 Closes bug #866 (Show key id when missing)
10344
10345 2005-12-08 [paul]       1.9.100cvs75
10346
10347         * src/prefs_common.c
10348         * src/prefs_common.h
10349         * src/gtk/filesel.c
10350                 remember load attachment dir
10351
10352 2005-12-07 [colin]      1.9.100cvs74
10353
10354         * src/prefs_toolbar.c
10355                 Gtk fixes, patch by Fabien Vantard
10356
10357 2005-12-07 [colin]      1.9.100cvs73
10358
10359         * src/action.c
10360         * src/compose.c
10361         * src/compose.h
10362                 Fix bug #839 (Quoted text isn't colored after 
10363                 executing an action)
10364         * src/common/plugin.c
10365                 Require plugins to declare their licence in plugin_licence()
10366                 Refuse to load non-GPL plugins as they'd be illegal (as 
10367                 derived works of Sylpheed-Claws, they must be GPL).
10368         * src/plugins/clamav/clamav_plugin.c
10369         * src/plugins/demo/demo.c
10370         * src/plugins/dillo_viewer/dillo_viewer.c
10371         * src/plugins/pgpcore/plugin.c
10372         * src/plugins/pgpinline/plugin.c
10373         * src/plugins/pgpmime/plugin.c
10374         * src/plugins/spamassassin/spamassassin.c
10375         * src/plugins/trayicon/trayicon.c
10376                 Add plugin_licence()
10377
10378 2005-12-07 [paul]       1.9.100cvs72
10379
10380         * configure.ac
10381         * src/mainwindow.c
10382         * src/manual.c
10383         * src/manual.h
10384         * src/common/defs.h
10385                 clean up after local FAQ removal and
10386                 temporary manual removal
10387
10388 2005-12-06 [colin]      1.9.100cvs71
10389
10390         * configure.ac
10391         * doc/Makefile.am
10392         * doc/faq/.cvsignore
10393         * doc/faq/Makefile.am
10394         * doc/faq/de/.cvsignore
10395         * doc/faq/de/Makefile.am
10396         * doc/faq/de/sylpheed-faq-1.html
10397         * doc/faq/de/sylpheed-faq-2.html
10398         * doc/faq/de/sylpheed-faq-3.html
10399         * doc/faq/de/sylpheed-faq.html
10400         * doc/faq/en/.cvsignore
10401         * doc/faq/en/Makefile.am
10402         * doc/faq/en/sylpheed-faq-1.html
10403         * doc/faq/en/sylpheed-faq-2.html
10404         * doc/faq/en/sylpheed-faq-3.html
10405         * doc/faq/en/sylpheed-faq-4.html
10406         * doc/faq/en/sylpheed-faq.html
10407         * doc/faq/es/.cvsignore
10408         * doc/faq/es/Makefile.am
10409         * doc/faq/es/sylpheed-faq-1.html
10410         * doc/faq/es/sylpheed-faq-2.html
10411         * doc/faq/es/sylpheed-faq-3.html
10412         * doc/faq/es/sylpheed-faq-4.html
10413         * doc/faq/es/sylpheed-faq.html
10414         * doc/faq/fr/.cvsignore
10415         * doc/faq/fr/Makefile.am
10416         * doc/faq/fr/sylpheed-faq-1.html
10417         * doc/faq/fr/sylpheed-faq-2.html
10418         * doc/faq/fr/sylpheed-faq-3.html
10419         * doc/faq/fr/sylpheed-faq.html
10420         * doc/faq/it/.cvsignore
10421         * doc/faq/it/Makefile.am
10422         * doc/faq/it/sylpheed-faq-1.html
10423         * doc/faq/it/sylpheed-faq-2.html
10424         * doc/faq/it/sylpheed-faq-3.html
10425         * doc/faq/it/sylpheed-faq.html
10426         * doc/manual/.cvsignore
10427         * doc/manual/Makefile.am
10428         * doc/manual/de/.cvsignore
10429         * doc/manual/de/Makefile.am
10430         * doc/manual/de/sylpheed-1.html
10431         * doc/manual/de/sylpheed-10.html
10432         * doc/manual/de/sylpheed-11.html
10433         * doc/manual/de/sylpheed-12.html
10434         * doc/manual/de/sylpheed-13.html
10435         * doc/manual/de/sylpheed-14.html
10436         * doc/manual/de/sylpheed-15.html
10437         * doc/manual/de/sylpheed-16.html
10438         * doc/manual/de/sylpheed-17.html
10439         * doc/manual/de/sylpheed-18.html
10440         * doc/manual/de/sylpheed-19.html
10441         * doc/manual/de/sylpheed-2.html
10442         * doc/manual/de/sylpheed-20.html
10443         * doc/manual/de/sylpheed-3.html
10444         * doc/manual/de/sylpheed-4.html
10445         * doc/manual/de/sylpheed-5.html
10446         * doc/manual/de/sylpheed-6.html
10447         * doc/manual/de/sylpheed-7.html
10448         * doc/manual/de/sylpheed-8.html
10449         * doc/manual/de/sylpheed-9.html
10450         * doc/manual/de/sylpheed.html
10451         * doc/manual/en/.cvsignore
10452         * doc/manual/en/Makefile.am
10453         * doc/manual/en/sylpheed-1.html
10454         * doc/manual/en/sylpheed-10.html
10455         * doc/manual/en/sylpheed-11.html
10456         * doc/manual/en/sylpheed-12.html
10457         * doc/manual/en/sylpheed-13.html
10458         * doc/manual/en/sylpheed-14.html
10459         * doc/manual/en/sylpheed-15.html
10460         * doc/manual/en/sylpheed-16.html
10461         * doc/manual/en/sylpheed-17.html
10462         * doc/manual/en/sylpheed-18.html
10463         * doc/manual/en/sylpheed-19.html
10464         * doc/manual/en/sylpheed-2.html
10465         * doc/manual/en/sylpheed-20.html
10466         * doc/manual/en/sylpheed-21.html
10467         * doc/manual/en/sylpheed-22.html
10468         * doc/manual/en/sylpheed-3.html
10469         * doc/manual/en/sylpheed-4.html
10470         * doc/manual/en/sylpheed-5.html
10471         * doc/manual/en/sylpheed-6.html
10472         * doc/manual/en/sylpheed-7.html
10473         * doc/manual/en/sylpheed-8.html
10474         * doc/manual/en/sylpheed-9.html
10475         * doc/manual/en/sylpheed.html
10476         * doc/manual/es/.cvsignore
10477         * doc/manual/es/Makefile.am
10478         * doc/manual/es/sylpheed-1.html
10479         * doc/manual/es/sylpheed-10.html
10480         * doc/manual/es/sylpheed-11.html
10481         * doc/manual/es/sylpheed-12.html
10482         * doc/manual/es/sylpheed-13.html
10483         * doc/manual/es/sylpheed-14.html
10484         * doc/manual/es/sylpheed-15.html
10485         * doc/manual/es/sylpheed-16.html
10486         * doc/manual/es/sylpheed-17.html
10487         * doc/manual/es/sylpheed-18.html
10488         * doc/manual/es/sylpheed-19.html
10489         * doc/manual/es/sylpheed-2.html
10490         * doc/manual/es/sylpheed-20.html
10491         * doc/manual/es/sylpheed-3.html
10492         * doc/manual/es/sylpheed-4.html
10493         * doc/manual/es/sylpheed-5.html
10494         * doc/manual/es/sylpheed-6.html
10495         * doc/manual/es/sylpheed-7.html
10496         * doc/manual/es/sylpheed-8.html
10497         * doc/manual/es/sylpheed-9.html
10498         * doc/manual/es/sylpheed.html
10499         * doc/manual/fr/.cvsignore
10500         * doc/manual/fr/Makefile.am
10501         * doc/manual/fr/sylpheed-1.html
10502         * doc/manual/fr/sylpheed-10.html
10503         * doc/manual/fr/sylpheed-11.html
10504         * doc/manual/fr/sylpheed-12.html
10505         * doc/manual/fr/sylpheed-13.html
10506         * doc/manual/fr/sylpheed-14.html
10507         * doc/manual/fr/sylpheed-15.html
10508         * doc/manual/fr/sylpheed-16.html
10509         * doc/manual/fr/sylpheed-17.html
10510         * doc/manual/fr/sylpheed-18.html
10511         * doc/manual/fr/sylpheed-19.html
10512         * doc/manual/fr/sylpheed-2.html
10513         * doc/manual/fr/sylpheed-20.html
10514         * doc/manual/fr/sylpheed-3.html
10515         * doc/manual/fr/sylpheed-4.html
10516         * doc/manual/fr/sylpheed-5.html
10517         * doc/manual/fr/sylpheed-6.html
10518         * doc/manual/fr/sylpheed-7.html
10519         * doc/manual/fr/sylpheed-8.html
10520         * doc/manual/fr/sylpheed-9.html
10521         * doc/manual/fr/sylpheed.html
10522         * doc/manual/ja/.cvsignore
10523         * doc/manual/ja/Makefile.am
10524         * doc/manual/ja/sylpheed-1.html
10525         * doc/manual/ja/sylpheed-10.html
10526         * doc/manual/ja/sylpheed-11.html
10527         * doc/manual/ja/sylpheed-12.html
10528         * doc/manual/ja/sylpheed-13.html
10529         * doc/manual/ja/sylpheed-14.html
10530         * doc/manual/ja/sylpheed-15.html
10531         * doc/manual/ja/sylpheed-16.html
10532         * doc/manual/ja/sylpheed-17.html
10533         * doc/manual/ja/sylpheed-18.html
10534         * doc/manual/ja/sylpheed-19.html
10535         * doc/manual/ja/sylpheed-2.html
10536         * doc/manual/ja/sylpheed-20.html
10537         * doc/manual/ja/sylpheed-3.html
10538         * doc/manual/ja/sylpheed-4.html
10539         * doc/manual/ja/sylpheed-5.html
10540         * doc/manual/ja/sylpheed-6.html
10541         * doc/manual/ja/sylpheed-7.html
10542         * doc/manual/ja/sylpheed-8.html
10543         * doc/manual/ja/sylpheed-9.html
10544         * doc/manual/ja/sylpheed.html
10545         * doc/manual/ja/sylpheed.sgml
10546         * src/mainwindow.c
10547                 Remove outdated manual and faq. Noisy, eh?
10548
10549 2005-12-06 [colin]      1.9.100cvs70
10550
10551         * src/compose.c
10552         * src/quote_fmt_parse.y
10553         * src/undo.c
10554         * src/undo.h
10555                 Allow %X to position cursor at 0 
10556                 (no %X = before signature)
10557                 Fix paste as quotation putting the cursor at 0
10558                 Fix undo offsets when pasting
10559                 Insert the quote_fmt at once instead of line 
10560                 by line
10561                 Fix [Edited] when starting to reply/forward
10562
10563 2005-12-06 [paul]       1.9.100cvs69
10564
10565         * src/plugins/clamav/clamav_plugin_gtk.c
10566                 add another tooltip
10567         * src/plugins/spamassassin/spamassassin_gtk.c
10568                 rework spamassassin_create_widget_func()
10569
10570 2005-12-05 [colin]      1.9.100cvs68
10571
10572         * po/POTFILES.in
10573                 Fix make release ;-)
10574
10575 2005-12-05 [colin]      1.9.100cvs67
10576
10577         * src/compose.c
10578         * src/compose.h
10579                 Fix cursor positioning (not obeying %X)
10580
10581 2005-12-05 [paul]       1.9.100cvs66
10582
10583         * src/plugins/dillo_viewer/dillo_prefs.c
10584                 fix compilation warning
10585
10586 2005-12-05 [paul]       1.9.100cvs65
10587
10588         * src/prefs_spelling.c
10589         * src/plugins/trayicon/trayicon.c
10590                 cleanups - remove unused stuff
10591
10592 2005-12-05 [paul]       1.9.100cvs64
10593
10594         * README
10595         * manual/plugins.xml
10596                 remove info about removed mathml_viewer plugin
10597
10598 2005-12-05 [paul]       1.9.100cvs63
10599
10600         * configure.ac
10601         * src/plugins/Makefile.am
10602         * src/plugins/mathml_viewer/.cvsignore
10603         * src/plugins/mathml_viewer/Makefile.am
10604         * src/plugins/mathml_viewer/mathml_viewer.c
10605                 remove unmaintained mathml_viewer plugin
10606
10607 2005-12-05 [paul]       1.9.100cvs62
10608
10609         * src/summaryview.c
10610                 obey prefs_common.always_show_msg when
10611                 moving a msg
10612                 Thanks to Colin
10613
10614 2005-12-05 [paul]       1.9.100cvs61
10615
10616         * src/compose.c
10617         * src/prefs_account.c
10618         * src/prefs_filtering.c
10619         * src/prefs_quote.c
10620         * src/prefs_spelling.c
10621         * src/prefs_toolbar.c
10622         * src/summaryview.c
10623         * src/gtk/gtkutils.c
10624         * src/gtk/quicksearch.c
10625         * src/plugins/dillo_viewer/dillo_prefs.c
10626                 dialog cleanups
10627
10628 2005-12-04 [paul]       1.9.100cvs60
10629
10630         * src/inc.c
10631         * src/prefs_account.c
10632         * src/prefs_account.h
10633                 allow a Local account to specify a
10634                 default inbox
10635                 (closes bug 843 'Inbox cannot be changed for local
10636                  mailboxes')
10637
10638 2005-12-04 [colin]      1.9.100cvs59
10639
10640         * src/plugins/trayicon/trayicon.c
10641                 Remove Get, rename Get All to Get Mail in order to
10642                 be consistent with the default main toolbar
10643
10644 2005-12-03 [colin]      1.9.100cvs58
10645
10646         * manual/gpl.xml
10647         * manual/sylpheed-claws-manual.xml
10648                 Add GPL appendix
10649
10650 2005-12-03 [paul]       1.9.100cvs57
10651
10652         * AUTHORS
10653         * po/sv.po
10654         * src/gtk/authors.h
10655                 new (partially complete) Swedish translation
10656                 by Anders Troback <sylpheed@troback.com>
10657
10658 2005-12-02 [paul]       1.9.100cvs56
10659
10660         * configure.ac
10661                 libetpan 0.41 required
10662
10663 2005-12-02 [paul]       1.9.100cvs55
10664
10665         * src/plugins/clamav/clamav_plugin.c
10666         * src/plugins/clamav/clamav_plugin.h
10667         * src/plugins/clamav/clamav_plugin_gtk.c
10668         * src/plugins/spamassassin/spamassassin.c
10669         * src/plugins/spamassassin/spamassassin.h
10670         * src/plugins/spamassassin/spamassassin_gtk.c
10671                 unregister prefs pages on unloading, thus
10672                 preventing a crash
10673                 (thanks to Colin for the hint)
10674
10675 2005-12-02 [wwp]        1.9.100cvs54
10676
10677         * src/quote_fmt.h
10678         * src/quote_fmt_parse.y
10679                 fix misuse of gboolean*, use gboolean instead
10680                 (thanks to Paul, Colin, for pointing out that scaring one)
10681
10682 2005-12-02 [paul]       1.9.100cvs53
10683
10684         * src/plugins/clamav/clamav_plugin.c
10685                 int no --> unsigned int no
10686         * src/plugins/clamav/clamav_plugin_gtk.c
10687                 rework config page
10688
10689 2005-12-02 [wwp]        1.9.100cvs52
10690
10691         * src/compose.c
10692         * src/prefs_template.c
10693         * src/quote_fmt.h
10694         * src/quote_fmt_parse.y
10695                 prevent from executing |f and |p templates commands when
10696                 adding or replacing templates in prefs (avoids annoying and
10697                 potentially dangerous behaviours)
10698
10699 2005-12-02 [paul]       1.9.100cvs51
10700
10701         * src/prefs_common.c
10702                 allow translation of some default values
10703                 Patch by Fabien Vantard
10704
10705 2005-12-02 [paul]       1.9.100cvs50
10706
10707         * src/codeconv.c
10708         * src/codeconv.h
10709         * src/prefs_common.c
10710         * src/prefs_common.h
10711         * src/prefs_message.c
10712         * src/textview.c
10713                 remove obsolete 'convert_mb_alnum' option
10714                 and related stuff
10715         * src/gtk/about.c
10716                 remove unused 'about_textview_visibility_notify'
10717
10718 2005-12-02 [paul]       1.9.100cvs49
10719
10720         * src/prefs_account.c
10721         * src/prefs_compose_writing.c
10722         * src/prefs_fonts.c
10723         * src/prefs_gtk.h
10724         * src/prefs_image_viewer.c
10725         * src/prefs_message.c
10726         * src/prefs_other.c
10727         * src/prefs_receive.c
10728         * src/prefs_send.c
10729         * src/prefs_spelling.c
10730         * src/prefs_summaries.c
10731         * src/prefs_wrapping.c
10732         * src/plugins/dillo_viewer/dillo_prefs.c
10733         * src/plugins/pgpcore/prefs_gpg.c
10734                 several cleanups to the prefs dialogs
10735                 (slightly modified) patch by Fabien Vantard
10736
10737 2005-12-02 [paul]       1.9.100cvs48
10738
10739         * src/main.c
10740                 --exit means exit
10741         * src/send_message.c
10742                 fix crash on send when connection fails
10743
10744         Thanks to Colin
10745
10746 2005-12-01 [colin]      1.9.100cvs47
10747
10748         * src/html.c
10749                 Translate &hellip; to "..."
10750
10751 2005-11-30 [colin]      1.9.100cvs46
10752
10753         * src/matcher.c
10754         * src/matcher.h
10755                 Optimize back yesterday's fix.
10756
10757 2005-11-30 [paul]       1.9.100cvs45
10758
10759         * manual/faq.xml
10760                 standardised
10761         * manual/intro.xml
10762                 written by Colin, edited by me
10763
10764 2005-11-29 [colin]      1.9.100cvs44
10765
10766         * src/matcher.c
10767                 Skip headers unconditionnaly in match_body if the
10768                 rule is not message or ~message
10769
10770 2005-11-29 [colin]      1.9.100cvs43
10771
10772         * src/matcher.c
10773                 Fix body_part and such, not skipping headers 
10774                 if the matchcriteria wasn't the first in the rule
10775
10776 2005-11-29 [colin]      1.9.100cvs42
10777
10778         * src/compose.c
10779                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10780                 option missing from message view window)
10781                 Fix double text D'n'D with gtk-2.8
10782         * src/matcher.c
10783                 Fix ~message, ~headers_part, ~body_part rules
10784         * src/messageview.c
10785                 Add Windows-1252 (Closes bug #863)
10786                 Fix accels
10787         * src/gtk/gtkaspell.c
10788                 Properly destroy accels in all menus
10789
10790 2005-11-29 [mones]      1.9.100cvs41
10791
10792         * po/es.po
10793                 Updated.
10794
10795 2005-11-27 [colin]      1.9.100cvs40
10796
10797         * src/mh_gtk.c
10798                 "/Remove mailbox" -> "/Remove mailbox..."
10799
10800 2005-11-27 [paul]       1.9.100cvs39
10801
10802         * AUTHORS
10803         * po/de.po
10804         * src/gtk/authors.h
10805                 updated by new maintainer, Stephan Sachse
10806
10807 2005-11-27 [paul]       1.9.100cvs38
10808
10809         * manual/faq.xml
10810                 written by Colin, edited by me
10811
10812 2005-11-27 [paul]       1.9.100cvs37
10813
10814         * src/prefs_common.c
10815         * src/prefs_common.h
10816         * src/prefs_receive.c
10817         * src/prefs_summaries.c
10818                 move 'go to inbox after receiving new mail'
10819                 option from display/sumamaries to mail
10820                 handling/receive, and rework prefs_summaries
10821                 dialog a little
10822
10823 2005-11-25 [martin]     1.9.100cvs36
10824
10825         * po/de.po
10826             fixed windows-1252 translation;
10827             translated some new and fuzzy strings
10828
10829 2005-11-25 [paul]       1.9.100cvs35
10830
10831         * src/plugins/clamav/clamav_plugin.c
10832                 complete the update done in cvs34
10833
10834 2005-11-25 [paul]       1.9.100cvs34
10835
10836         * src/plugins/clamav/clamav_plugin.c
10837                 reflect upstream changes
10838
10839 2005-11-25 [paul]       1.9.100cvs33
10840
10841         * manual/ack.xml
10842         * manual/plugins.xml
10843         * manual/sylpheed-claws-manual.xml
10844                 written/updated by Colin, edited by me
10845         * tools/acroread2sylpheed.pl
10846                 update binary name
10847
10848 2005-11-24 [colin]      1.9.100cvs32
10849
10850         * src/compose.c
10851                 Fix bug #856 (reediting messages forgets Request
10852                 Return Receipt)
10853
10854 2005-11-24 [paul]       1.9.100cvs31
10855
10856         * manual/addrbook.xml
10857         * manual/starting.xml
10858                 written by Colin, proofread, edited, adapted by me
10859         * manual/advanced.xml
10860                 add some Actions examples
10861         * src/importldif.c
10862                 use a Save button instead of a Close button
10863         * src/wizard.c
10864                 indicate mandatory fields
10865                 fix page display
10866                 Thanks to Colin
10867
10868 2005-11-23 [colin]      1.9.100cvs30
10869
10870         * src/addressbook.c
10871                 Rename menu item, fix possible crash after
10872                 deletion of books
10873         * src/addrindex.c
10874                 Allow searching for '*' in ldap
10875         * src/browseldap.c
10876                 Fix "Browse Entry" (did anyone use it?)
10877         * src/wizard.c
10878                 Add guards for mandatory information
10879
10880 2005-11-23 [paul]       1.9.100cvs29
10881
10882         * manual/advanced.xml
10883                 corrections to the English
10884
10885 2005-11-23 [colin]      1.9.100cvs28
10886
10887         * src/mimeview.c
10888                 Fix possible crash at exit. After the call to
10889                 gtk_container_remove(), the Viewer's widget has no
10890                 more parent so gtk+ automatically frees it and its
10891                 sons. If destroy_viewer() then try to access it,
10892                 problems ensue.
10893
10894 2005-11-22 [colin]      1.9.100cvs27
10895
10896         * src/compose.c
10897         * src/gtk/gtkaspell.c
10898                 Fix right-clicking on a misspelled word
10899                 Fix More... in suggestions menu
10900
10901 2005-11-22 [wwp]        1.9.100cvs26
10902
10903         * src/prefs_template.c
10904                 templates works: re-sort templates list when adding or replacing,
10905                 prevent from adding or replacing when the template name is empty
10906
10907 2005-11-21 [colin]      1.9.100cvs25
10908
10909         * src/addressbook.c
10910                 Fix some addressbook suckage (dnd, select all)
10911         * src/compose.c
10912         * src/gtk/gtkaspell.c
10913         * src/gtk/gtkaspell.h
10914                 Make the spellchecker menu work with the 
10915                 GtkTextView one instead of overriding it
10916
10917 2005-11-20 [paul]       1.9.100cvs24
10918
10919         * manual/handling.xml
10920                 proofread and corrected
10921
10922 2005-11-20 [paul]       1.9.100cvs23
10923
10924         * manual/Makefile
10925                 generate html as one file
10926         * manual/advanced.xml
10927                 fix output generation
10928                 reformat hidden options list
10929         * manual/manual.xml     ** REMOVED **
10930         * manual/sylpheed-claws-manual.xml      ** ADDED **
10931                 renamed
10932
10933 2005-11-18 [colin]      1.9.100cvs22
10934
10935         * src/prefs_account.c
10936                 Fix layout in news and mbox accounts
10937         * manual/account.xml
10938         * manual/advanced.xml
10939                 New contents for Paul to check :)
10940
10941 2005-11-18 [wwp]        1.9.100cvs21
10942
10943         * src/gtk/quicksearch.c
10944                 don't update extended quicksearch buttons twice
10945
10946 2005-11-18 [paul]       1.9.100cvs20
10947
10948         * src/textview.c
10949                 complete 1.9.100cvs19
10950
10951 2005-11-18 [paul]       1.9.100cvs19
10952
10953         * src/compose.c
10954                 cosmetic improvements
10955         * src/textview.c
10956                 also list text/* attachments
10957
10958 2005-11-18 [colin]      1.9.100cvs18
10959
10960         * src/summaryview.c
10961                 Use column 0 instead of -1 in 
10962                 gtk_ctree_node_moveto, in a naive
10963                 hope it'll fix the gtk-related crashes
10964
10965 2005-11-18 [colin]      1.9.100cvs17
10966
10967         * src/gtk/inputdialog.c
10968                 Fix icon staying the first one
10969
10970 2005-11-17 [wwp]        1.9.100cvs16
10971                 fix possible problem showing some quicksearch buttons, and a bad
10972                 call to g_return_if_fail in a function that returns a value (both
10973                 fixes by Fabien Vantard)
10974
10975 2005-11-15 [wwp]        1.9.100cvs15
10976
10977         * src/gtk/quicksearch.c
10978                 added a tooltip to that obscure ... quicksearch button
10979
10980 2005-11-15 [wwp]        1.9.100cvs14
10981
10982         * src/gtk/quicksearch.c
10983                 add a quicksearch helper to filtering expression users: the ... button
10984                 raises the condition expr window. condition expressions set up w/ this
10985                 window are used by the quicksearch if the user closes it pressing OK.
10986
10987 2005-11-14 [paul]       1.9.100cvs13
10988
10989         * src/plugins/clamav/clamav_plugin.c
10990         * src/plugins/spamassassin/spamassassin.c
10991                 change plugin type following recent merging
10992
10993 2005-11-14 [wwp]        1.9.100cvs12
10994
10995         * src/folder.c
10996                 prevent from crashing when copying/moving message(s) from and
10997                 to the same folder
10998
10999 2005-11-14 [paul]       1.9.100cvs11
11000
11001         * src/plugins/clamav/Makefile.am
11002         * src/plugins/clamav/clamav_plugin.c
11003         * src/plugins/clamav/clamav_plugin.h
11004         * src/plugins/clamav/clamav_plugin_gtk.c
11005                 also merge clamav and clamav_gtk plugins
11006
11007 2005-11-13 [colin]      1.9.100cvs10
11008
11009         * configure.ac
11010         * src/plugins/spamassassin/Makefile.am
11011         * src/plugins/spamassassin/spamassassin.c
11012         * src/plugins/spamassassin/spamassassin.h
11013         * src/plugins/spamassassin/spamassassin_gtk.c
11014                 Merge spamassassin and spamassassin_gtk plugins,
11015                 and build it by default.
11016
11017 2005-11-12 [colin]      1.9.100cvs9
11018
11019         * src/etpan/imap-thread.c
11020                 Fix gcc warning
11021
11022 2005-11-12 [colin]      1.9.100cvs8
11023
11024         * src/procmime.c
11025                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
11026
11027 2005-11-10 [colin]      1.9.100cvs7
11028
11029         * src/main.c
11030                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
11031                 minimised state)
11032
11033 2005-11-10 [wwp]        1.9.100cvs6
11034
11035         * src/gtk/description_window.c
11036                 fix a crash when closing description windows using the WM's [X] button
11037
11038 2005-11-09 [colin]      1.9.100cvs5
11039
11040         * src/common/ssl.c
11041                 Update libetpan call to follow upstream
11042                 (yes, this requires libetpan-0.40cvs3)
11043
11044 2005-11-08 [colin]      1.9.100cvs4
11045
11046         * src/compose.c
11047         * src/textview.c
11048         * src/common/utils.c
11049         * src/common/utils.h
11050                 Enhance the email parser
11051
11052 2005-11-08 [colin]      1.9.100cvs3
11053
11054         * src/procmime.c
11055                 Fix what looks like an off-by-one (fixes 
11056                 attachments from the Bat)
11057
11058 2005-11-08 [wwp]        1.9.100cvs2
11059
11060         * src/main.c
11061                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
11062
11063 2005-11-08 [wwp]        1.9.100cvs1
11064
11065         * src/main.c
11066                 allow exiting Sylpheed-Claws from command-line
11067
11068 2005-11-08 [paul]       1.9.100
11069
11070         1.9.100 released
11071
11072 2005-11-07 [colin]      1.9.99cvs17
11073
11074         * src/addritem.c
11075         * src/ldif.c
11076                 Fix import of base-64 encoded items
11077
11078 2005-11-07 [colin]      1.9.99cvs16
11079
11080         * src/send_message.c
11081                 Fix bug #314 (Queue does not empty under certain 
11082                 circumstances)
11083
11084 2005-11-07 [paul]       1.9.99cvs15
11085
11086         * src/mutt.c
11087         * src/pine.c
11088                 fix buffer overflows
11089                 Thanks to Colin
11090
11091 2005-11-07 [paul]       1.9.99cvs14
11092
11093         * doc/man/Makefile.am
11094         * doc/man/sylpheed-claws.1      ** ADDED **
11095         * doc/man/sylpheed.1            ** DELETED **
11096                 rename and update the man file
11097
11098 2005-11-06 [colin]      1.9.99cvs13
11099
11100         * src/ldif.c
11101                 Fix ldif_get_line() that returned empty strings
11102                 (Didn't understand why). Also fix a possible
11103                 buffer overflow.
11104
11105 2005-11-06 [wwp]        1.9.99cvs12
11106
11107         * src/textview.c
11108         * src/gtk/about.c
11109         * src/gtk/gtkutils.c
11110         * src/gtk/gtkutils.h
11111                 fix a compilation warning,
11112                 make links sensitive in the about dialog
11113
11114 2005-11-04 [wwp]        1.9.99cvs11
11115
11116         * src/gtk/about.c
11117                 don't wrap or translate URIs, and a bit text format cleanup
11118
11119 2005-11-04 [wwp]        1.9.99cvs10
11120
11121         * src/gtk/about.c
11122                 better textview tagging implementation (no more use of marks for
11123                 postponed tagging)
11124
11125 2005-11-02 [colin]      1.9.99cvs9
11126
11127         * src/common/ssl.c
11128                 Forgot an ifdef
11129
11130 2005-11-02 [colin]      1.9.99cvs8
11131
11132         * configure.ac
11133                 Require libetpan-0.40 due to upstream fix
11134         * src/common/ssl.c
11135                 Tell libetpan not to call SSL_Library_Init,
11136                 as we do it ourselves.
11137
11138 2005-11-02 [colin]      1.9.99cvs7
11139
11140         * po/POTFILES.in
11141                 Add missing files (thanks to Fabien Vantard)
11142
11143 2005-11-02 [colin]      1.9.99cvs6
11144
11145         * src/summaryview.c
11146                 Fix totals when read messages are hidden or quicksearch
11147                 is on
11148         * src/ssl_manager.c
11149         * src/ssl_manager.h
11150         * src/common/ssl_certificate.c
11151         * src/common/ssl_certificate.h
11152         * src/gtk/sslcertwindow.c
11153         * src/gtk/sslcertwindow.h
11154                 Fix copyright on my stuff
11155
11156 2005-11-02 [wwp]        1.9.99cvs5
11157
11158         * src/prefs_themes.c
11159                 fix directory name checking (theme installation/removal),
11160                 made related error a bit more verbose
11161
11162 2005-11-02 [colin]      1.9.99cvs4
11163
11164         * src/summaryview.c
11165                 Fix typo (probably fixes bug #841 (Sort by the From 
11166                 field doesn't work)
11167
11168 2005-11-02 [paul]       1.9.99cvs3
11169
11170         * po/ko.po
11171         * po/nb.po
11172                 updated by SungHyun Nam, Geir Helland
11173         * src/wizard.c
11174                 fix typo in welcome message. spotted by
11175                 Andrea Spadaccini
11176
11177 2005-11-01 [colin]      1.9.99cvs2
11178
11179         * src/compose.c
11180                 Fix replying to ml wen confirming subscription
11181         * src/messageview.c
11182         * src/mimeview.c
11183         * src/mimeview.h
11184         * src/privacy.h
11185         * src/summaryview.c
11186                 Make key check non blocking
11187
11188 2005-10-31 [paul]       1.9.99cvs1
11189
11190         * tools/claws.i18n.status.pl
11191                 updated for ChangeLog
11192
11193 2005-10-31 [paul]       1.9.99
11194
11195         1.9.99 released
11196
11197 2005-10-31 [paul]       1.9.15cvs131
11198
11199         * .cvsignore
11200         * ChangeLog
11201         * ChangeLog.claws       ** REMOVED **
11202         * ChangeLog-gtk2.claws  ** REMOVED **
11203         * ChangeLog.gtk1        ** ADDED **
11204         * INSTALL
11205         * Makefile.am
11206         * NEWS
11207         * README
11208         * README.claws          ** REMOVED **
11209         * README.jp             ** REMOVED **
11210         * RELEASE_NOTES         ** ADDED **
11211         * RELEASE_NOTES.claws   ** REMOVED **
11212         * commitHelper
11213         * configure.ac
11214         * sylpheed.spec.in      ** REMOVED **
11215                 tidy up and update the default docs:
11216                 ChangeLog.claws is renamed ChangeLog.gtk1
11217                 ChangeLog-gtk2.claws is renamed ChangeLog
11218                 README.claws is renamed README
11219                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
11220
11221 2005-10-31 [paul]       1.9.15cvs130
11222
11223         * po/it.po
11224                 fix errors
11225
11226 2005-10-31 [paul]       1.9.15cvs129
11227
11228         * po/ca.po
11229         * po/de.po
11230         * po/en_GB.po
11231         * po/fr.po
11232         * po/it.po
11233         * po/pt_BR.po
11234         * po/sk.po
11235         * po/sr.po
11236         * po/zh_CN.po
11237                 updated by Miquel Oliete, Stephan Sachse and
11238                 Thomas Gilgin, me, Fabien Vantard, Andrea
11239                 Spadaccini, Frederico Goncalves Guimaraes,
11240                 Andrej Kacian, Aleksandar Urosevic, and
11241                 Ralgh Young.
11242
11243 2005-10-31 [mones]      1.9.15cvs128
11244
11245         * manual/faq.xml
11246                 More questions.
11247         
11248         * po/es.po
11249                 Updated for release.
11250
11251 2005-10-30 [colin]      1.9.15cvs127
11252
11253         * src/compose.c
11254                 Place cursor before rewrapping (fixes cursor
11255                 pos if quotation gets rewrapped)
11256
11257 2005-10-29 [paul]       1.9.15cvs126
11258
11259         * src/crash.c
11260         * src/foldersel.c
11261         * src/main.c
11262         * src/messageview.c
11263         * src/toolbar.c
11264         * src/gtk/authors.h
11265                 corrections to text items
11266
11267 2005-10-28 [colin]      1.9.15cvs125
11268
11269         * src/messageview.c
11270                 Make "hit 'C' to check sig" work from extern 
11271                 messageviews
11272
11273 2005-10-27 [colin]      1.9.15cvs124
11274
11275         * src/summaryview.c
11276                 Add a hack to avoid segfaulting when hammering 
11277                 on gtk's events
11278
11279 2005-10-27 [wwp]        1.9.15cvs123
11280
11281         * src/prefs_themes.c
11282                 sort list of themes names in themes prefs
11283
11284 2005-10-27 [paul]       1.9.15cvs122
11285
11286         * src/folder.c
11287         * src/prefs_account.c
11288                 fix building on Solaris
11289                 Patch by Alex Moore
11290
11291 2005-10-27 [wwp]        1.9.15cvs121
11292
11293         * src/summaryview.c
11294         * src/gtk/gtksctree.c
11295                 speed up unselecting messages in summary view (thanks to Colin)
11296
11297 2005-10-27 [paul]       1.9.15cvs120
11298
11299         * src/mainwindow.c
11300                 fix a compilation warning
11301         * src/summaryview.c
11302                 fix updating of 'n items selected' count
11303                 when deselecting
11304
11305 2005-10-27 [martin]     1.9.15cvs119
11306
11307         * src/action.c
11308                 ignore actions with a leading '/' in the action menu name
11309                 fixes a crash on menu creation
11310         * src/prefs_actions.c
11311                 do not allow a leading '/' in the action menu name
11312
11313 2005-10-27 [paul]       1.9.15cvs118
11314
11315         * src/main.c
11316                 fix compilation warning
11317
11318 2005-10-27 [paul]       1.9.15cvs117
11319
11320         * src/procmime.c
11321                 add #if HAVE_LOCALE_H
11322
11323 2005-10-27 [paul]       1.9.15cvs116
11324
11325         * src/plugins/clamav/clamav_plugin.c
11326         * src/plugins/dillo_viewer/dillo_viewer.c
11327         * src/plugins/mathml_viewer/mathml_viewer.c
11328         * src/plugins/pgpcore/plugin.c
11329         * src/plugins/pgpinline/plugin.c
11330         * src/plugins/pgpmime/plugin.c
11331         * src/plugins/spamassassin/spamassassin.c
11332         * src/plugins/trayicon/trayicon.c
11333                 plugin_init() : make error messages more
11334                 informative
11335
11336 2005-10-26 [wwp]        1.9.15cvs115
11337
11338         * src/prefs_matcher.c
11339                 enlarge boolean op widget width a bit (wasn't always showing text contents)
11340
11341 2005-10-26 [wwp]        1.9.15cvs114
11342
11343         * src/procmime.c
11344         * src/gtk/gtksctree.c
11345         * src/plugins/spamassassin/libspamc.c
11346         * src/plugins/spamassassin/spamassassin.c
11347                 fix some compilation warnings more
11348
11349 2005-10-26 [mones]      1.9.15cvs113
11350
11351         * po/es.po
11352                 Updated translation
11353
11354 2005-10-26 [paul]       1.9.15cvs112
11355
11356         * src/prefs_message.c
11357                 give all display_xface stuff the
11358                 #if HAVE_LIBCOMPFACE treatment, thus
11359                 preventing a crash
11360                 (Thanks to Wolfgang Enderlein)
11361
11362 2005-10-26 [colin]      1.9.15cvs111
11363
11364         * src/gedit-print.c
11365                 Fix date format
11366         * src/imap_gtk.c
11367         * src/news_gtk.c
11368                 Remove context menu items that should not be there
11369         * src/jpilot.c
11370                 Fix encoding
11371         * src/main.c
11372         * src/mainwindow.c
11373                 Don't show the mainwindow too soon
11374
11375 2005-10-26 [wwp]        1.9.15cvs110
11376
11377         * src/folder.c
11378         * src/manual.c
11379         * src/summaryview.c
11380                 fix uninitialized pointers in the folder updating hook
11381                 (thanks to Colin)
11382
11383 2005-10-25 [mones]      1.9.15cvs109
11384
11385         * manual/faq.xml
11386                 General information subsection completed. 
11387                 Removed archaic references.
11388                 
11389         * manual/Makefile
11390         * manual/dtd/manual.dsl
11391                 Added customization stylesheet for getting paragraphs
11392                 fully justified in PDF output (as suggested by Colin).
11393
11394 2005-10-25 [colin]      1.9.15cvs108
11395
11396         * src/compose.c
11397                 Fix a second leak
11398
11399 2005-10-25 [colin]      1.9.15cvs107
11400
11401         * src/addrbook.c
11402         * src/addrindex.c
11403                 Fix leak (xml_get_element() allocates memory)
11404         * src/compose.c
11405                 Fix leak + dead code (shame!)
11406         * src/procmime.c
11407                 Fix leak
11408
11409 2005-10-25 [colin]      1.9.15cvs106
11410
11411         * src/mimeview.c
11412                 Fix encoding issue in Save all and in 
11413                 overwrite-confirmation alertpanel
11414
11415 2005-10-25 [colin]      1.9.15cvs105
11416
11417         * src/common/socket.c
11418                 Fix a leak - Thanks to Christopher Aillon
11419                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
11420
11421 2005-10-25 [paul]       1.9.15cvs104
11422
11423         * src/wizard.c
11424                 Always guess servers from the right-hand
11425                 email part and guess username from the
11426                 left-hand part. (Thanks to Colin)
11427                 add an X-Face to the welcome message
11428
11429 2005-10-25 [paul]       1.9.15cvs103
11430
11431         * manual/handling.xml
11432                 written by Colin, edited by me
11433
11434 2005-10-25 [wwp]        1.9.15cvs102
11435
11436         * src/folderview.c
11437         * src/grouplistdialog.c
11438         * src/imap.c
11439         * src/noticeview.c
11440                 fix some compilation warnings
11441
11442 2005-10-24 [paul]
11443
11444         1.9.99-rc3 released
11445
11446 2005-10-24 [paul]       1.9.15cvs101
11447
11448         * src/gtk/about.c
11449                 fix window sizing
11450
11451 2005-10-24 [paul]       1.9.15cvs100
11452
11453         * src/pixmaps/offline.xpm
11454         * src/pixmaps/online.xpm
11455                 replace with last default versions
11456
11457 2005-10-24 [colin]      1.9.15cvs99
11458
11459         * src/imap.c
11460                 Fix bug when moving a folder
11461         * src/imap_gtk.c
11462         * src/mh_gtk.c
11463                 "Delete folder" pops up a window, so it 
11464                 should be suffixed with "..."
11465         * src/plugins/pgpcore/sgpgme.c
11466                 Include locale.h
11467
11468 2005-10-24 [mones]      1.9.15cvs98
11469
11470         * manual/Makefile
11471         * manual/account.xml
11472         * manual/ack.xml
11473         * manual/addrbook.xml
11474         * manual/advanced.xml
11475         * manual/faq.xml
11476         * manual/glossary.xml
11477         * manual/gpl.xml
11478         * manual/handling.xml
11479         * manual/intro.xml
11480         * manual/keyboard.xml
11481         * manual/manual.xml
11482         * manual/plugins.xml
11483         * manual/starting.xml
11484         * manual/dtd/sdocbook.dtd
11485                 Initial manual structure and some content.
11486
11487 2005-10-23 [wwp]        1.9.15cvs97
11488
11489         * src/gtk/about.c
11490                 fix a typo
11491
11492 2005-10-23 [wwp]        1.9.15cvs96
11493
11494         * src/gtk/about.c
11495         * src/gtk/authors.h
11496                 rework of the about window (main work by Paul), also featuring a few
11497                 fixes for typos and duplicate names
11498
11499 2005-10-23 [wwp]        1.9.15cvs95
11500
11501         * src/.cvsignore
11502                 Ignore the right binary name (sylpheed-claws now)
11503
11504 2005-10-23 [paul]       1.9.15cvs94
11505
11506         * src/compose.c
11507                 when using Folder Pref 'Default To for
11508                 replies' make the entry in the Compose
11509                 window bold
11510                 Patch by Fabien Vantard
11511
11512 2005-10-22 [colin]      1.9.15cvs93
11513
11514         * src/codeconv.c
11515                 Fix leak
11516
11517 2005-10-22 [colin]      1.9.15cvs92
11518
11519         * src/codeconv.c
11520                 try to convert using locale (apart utf8) if necessary
11521
11522 2005-10-22 [colin]      1.9.15cvs91
11523
11524         * src/pixmaps/new.xpm
11525         * src/pixmaps/unread.xpm
11526                 Make the unread envelope blue again and
11527                 saturate the new one a bit more.
11528
11529 2005-10-22 [colin]      1.9.15cvs90
11530
11531         * src/compose.c
11532                 When replying to a mail sent by one of our accounts,
11533                 use the original list of recipients. Let 'Reply All'
11534                 and 'Reply to sender' work like previously.
11535
11536 2005-10-21 [colin]      1.9.15cvs89
11537
11538         * src/prefs_filtering.c
11539                 Clear fields after add and replace
11540         * src/textview.c
11541                 Display xface differently (better)
11542         * src/plugins/pgpinline/pgpinline.c
11543                 Fix crappy encodings/recodings
11544
11545 2005-10-21 [paul]       1.9.15cvs88
11546
11547         * src/compose.c
11548         * src/prefs_folder_item.c
11549         * src/toolbar.c
11550                 fix news folder Folder Properties
11551                 (thanks to Colin)
11552         * src/folderview.c
11553                 update folderview after Themes change
11554                 keep selected folder selected
11555                 (thanks to Colin)
11556
11557 2005-10-21 [paul]       1.9.15cvs87
11558
11559         * tools/Makefile.am
11560         * tools/OOo2sylpheed.pl
11561         * tools/README
11562         * tools/README.sylprint
11563         * tools/asus_mailled.sh         ** REMOVED **
11564         * tools/filter_conv.pl
11565         * tools/freshmeat_search.pl
11566         * tools/google_search.pl
11567         * tools/gpg-sign-syl            ** REMOVED **
11568         * tools/kmail2sylpheed.pl
11569         * tools/kmail2sylpheed_v2.pl
11570         * tools/multiwebsearch.pl
11571         * tools/nautilus2sylpheed.sh
11572         * tools/newscache_clean.pl
11573         * tools/outlook2sylpheed.pl
11574         * tools/sylpheed-switcher       ** REMOVED **
11575         * tools/sylprint.pl
11576         * tools/sylprint.rc
11577         * tools/tb2sylpheed
11578         * tools/vcard2xml.py
11579         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11580                 update default config dir
11581                 update binary name (thanks to Fabien Vantard)
11582                 remove obsolete scripts
11583
11584 2005-10-21 [colin]      1.9.15cvs86
11585
11586         * src/inc.c
11587                 Fix possible leak and units. Based on a patch by
11588                 Fabien Vantard.
11589
11590 2005-10-20 [colin]      1.9.15cvs85
11591
11592         * src/textview.c
11593                 Clear xface when clearing textview
11594
11595 2005-10-20 [colin]      1.9.15cvs84
11596
11597         * configure.ac
11598         * src/folderview.c
11599         * src/headerview.c
11600         * src/main.c
11601         * src/prefs_common.c
11602         * src/prefs_common.h
11603         * src/prefs_message.c
11604         * src/textview.c
11605         * src/textview.h
11606         * src/common/defs.h
11607         * src/common/utils.c
11608         * src/common/utils.h
11609         * src/gtk/gtkutils.c
11610         * src/gtk/gtkutils.h
11611                 Migrate config to .sylpheed-claws (Automatically)
11612                 Add a way to get the Xface in the TextView
11613
11614 2005-10-20 [colin]      1.9.15cvs83
11615
11616         * src/gtk/Makefile.am
11617         * src/gtk/about.c
11618         * src/gtk/authors.h
11619                 Make the about dialog *grooovy*
11620
11621 2005-10-20 [colin]      1.9.15cvs82
11622
11623         * src/mimeview.c
11624                 Use "Open with" on double click if no command
11625                 was found
11626
11627 2005-10-20 [colin]      1.9.15cvs81
11628
11629         * src/imap.c
11630         * src/etpan/imap-thread.c
11631                 Fix possible crash.
11632
11633 2005-10-20 [paul]       1.9.15cvs80
11634
11635         * src/folder.c
11636                 don't show clipkey icon if the only
11637                 attachment is the signature
11638                 Patch by Colin
11639
11640 2005-10-20 [paul]       1.9.15cvs79
11641
11642         * AUTHORS
11643         * src/plugins/pgpmime/pgpmime.c
11644                 name the PGP/MIME signature 'signature.asc'
11645                 Patch by Andrew Nelson <freeandy@gmail.com>
11646
11647 2005-10-19 [colin]      1.9.15cvs78
11648
11649         * src/plugins/pgpmime/pgpmime.c
11650                 Oops, no need to double-check though
11651
11652 2005-10-19 [colin]      1.9.15cvs77
11653
11654         * src/plugins/pgpinline/pgpinline.c
11655         * src/plugins/pgpmime/pgpmime.c
11656                 Check that my_tmpfile() doesn't 
11657                 return NULL
11658
11659 2005-10-19 [colin]      1.9.15cvs76
11660
11661         * src/common/utils.c
11662                 Use shorter mime boundaries to avoid having
11663                 MTAs rewrapping our headers, breaking the
11664                 PGP signature in the process 
11665         * src/compose.c
11666         * src/plugins/pgpmime/pgpmime.c
11667                 Check for boundary uniqueness to be sure
11668                 it won't happen, instead of hoping for the
11669                 best
11670
11671 2005-10-19 [colin]      1.9.15cvs75
11672
11673         * sylpheed-claws.desktop
11674         * src/Makefile.am
11675         * src/main.c
11676                 Ship a sylpheed-claws binary instead
11677                 of a sylpheed one. Change the socket
11678                 name, too
11679         * src/folderview.c
11680                 Update folder only if it changed
11681         * src/wizard.c
11682                 Fix i18n in welcome mail, patch by
11683                 Fabien Vantard
11684
11685 2005-10-19 [paul]
11686
11687         1.9.99-rc2 released
11688
11689 2005-10-19 [paul]       1.9.15cvs74
11690
11691         * src/folder.c
11692         * src/folderview.c
11693                 fix summaryview update
11694                 Patch by Colin
11695
11696 2005-10-18 [colin]      1.9.15cvs73
11697
11698         * src/plugins/pgpcore/passphrase.c
11699                 Don't XGrabServer, and try a bit more to 
11700                 sync everything before grabbing mouse/keyboard
11701
11702 2005-10-18 [colin]      1.9.15cvs72
11703
11704         * src/Makefile.am
11705         * src/addressadd.c
11706         * src/addressbook.c
11707         * src/folderview.c
11708         * src/grouplistdialog.c
11709         * src/mimeview.c
11710         * src/stock_pixmap.c
11711         * src/stock_pixmap.h
11712         * src/summaryview.c
11713         * src/gtk/gtksctree.c
11714         * src/gtk/gtksctree.h
11715         * src/pixmaps/empty.xpm
11716                 Implement a wrapper call for gtk_ctree_set_node_info
11717                 and gtk_ctree_insert_node, that uses a 1x1 transparent
11718                 pixmap instead of a NULL one. This works around some
11719                 memory problems deep inside gtk, revealed by valgrind,
11720                 and fixes bug #834 (Pressing CTRl-D on a message marked 
11721                 as locked crashes sylpheed.), as well as, probably, 
11722                 wwp's 4th dimension problems that happen in gtk_ctree_*.
11723
11724 2005-10-17 [colin]      1.9.15cvs71
11725
11726         * src/mimeview.c
11727                 Provide visual feedback when checking
11728                 signature
11729
11730 2005-10-17 [colin]      1.9.15cvs70
11731
11732         * src/main.c
11733                 Keep the folder list frozen while checking caches...
11734
11735 2005-10-17 [colin]      1.9.15cvs69
11736
11737         * src/addr_compl.c
11738                 Fi bug #833 (Autocompleting from addressbook 
11739                 fails with extended chars)
11740         * src/imap.c
11741                 Fix 'adding messages' staying in statusbar
11742                 after an error
11743
11744 2005-10-17 [wwp]        1.9.15cvs68
11745
11746         * src/ssl_manager.c
11747                 Fix buttons' layout resizing when window size changes
11748
11749 2005-10-17 [wwp]        1.9.15cvs67
11750
11751         * src/account.c
11752         * src/prefs_account.c
11753         * src/prefs_common.c
11754         * src/prefs_common.h
11755         * src/prefs_folder_item.c
11756         * src/prefs_gtk.c
11757         * src/gtk/logwindow.c
11758         * src/gtk/pluginwindow.c
11759         * src/gtk/prefswindow.c
11760         * src/gtk/prefswindow.h
11761                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11762
11763 2005-10-17 [paul]       1.9.15cvs66
11764
11765         * configure.ac
11766                 fix missing libetpan message
11767         * po/en_GB.po
11768                 updated
11769         * src/crash.c
11770         * src/manual.c
11771         * src/prefs_themes.c
11772         * src/common/defs.h
11773                 add some new URI defines, change some
11774                 others
11775         * src/wizard.c
11776                 make welcome message translatable
11777                 small improvements to english
11778                 other tweaks
11779         * src/gtk/menu.c
11780                 fix warnings
11781
11782 2005-10-17 [paul]       1.9.15cvs65
11783
11784         * src/summaryview.c
11785                 fix column titles
11786
11787 2005-10-16 [mones]      1.9.15cvs64
11788
11789         * po/es.po
11790                 Updated translation
11791
11792 2005-10-16 [colin]
11793
11794         1.9.99-rc1 released
11795
11796 2005-10-16 [colin]      1.9.15cvs63
11797
11798         * src/wizard.c
11799                 Fix whitespace
11800
11801 2005-10-16 [colin]      1.9.15cvs62
11802
11803         * src/toolbar.c
11804                 s/Get All/Get Mail/
11805         * src/wizard.c
11806                 Real welcome mail text, thanks Paul
11807
11808 2005-10-16 [colin]      1.9.15cvs61
11809
11810         * src/editldap.c
11811         * src/exporthtml.c
11812         * src/main.c
11813         * src/mainwindow.c
11814         * src/prefs_themes.c
11815         * src/prefs_toolbar.c
11816         * src/plugins/demo/demo.c
11817         * src/plugins/trayicon/trayicon.c
11818                 s/Sylpheed/Sylpheed-Claws/
11819
11820 2005-10-16 [colin]      1.9.15cvs60
11821
11822         * src/wizard.c
11823                 Add a welcome email in the first empty mailbox
11824         * src/prefs_common.c
11825                 Change one more default
11826
11827 2005-10-16 [colin]      1.9.15cvs59
11828
11829         * src/wizard.c
11830                 Remove printf
11831
11832 2005-10-16 [colin]      1.9.15cvs58
11833
11834         * src/toolbar.c
11835         * src/prefs_common.c
11836                 Change some defaults
11837
11838 2005-10-16 [colin]      1.9.15cvs57
11839
11840         * src/toolbar.c
11841         * src/prefs_common.c
11842                 Change some defaults
11843
11844 2005-10-16 [colin]      1.9.15cvs56
11845
11846         * src/wizard.c
11847                 By default, initialize fonts to have
11848                 the same size as normal GtkWidgets
11849
11850 2005-10-16 [colin]      1.9.15cvs55
11851
11852         * src/mimeview.c
11853                 Fix message a bit more
11854
11855 2005-10-16 [colin]      1.9.15cvs54
11856
11857         * src/addressbook.c
11858                 Second attempt at flicker fixing
11859
11860 2005-10-16 [colin]      1.9.15cvs53
11861
11862         * src/addressbook.c
11863                 Fix flicker
11864
11865 2005-10-16 [wwp]        1.9.15cvs52
11866
11867         * src/addressbook.c
11868         * src/editaddress.c
11869         * src/prefs_common.c
11870         * src/prefs_common.h
11871                 Remember window sizes (address book)
11872
11873 2005-10-16 [wwp]        1.9.15cvs51
11874
11875         * src/plugins/clamav/clamav_plugin_gtk.c
11876         * src/plugins/spamassassin/spamassassin_gtk.c
11877                 Fix compilation warnings (missing #include).
11878
11879 2005-10-16 [colin]      1.9.15cvs50
11880
11881         * src/mimeview.c
11882         * src/summaryview.c
11883         * src/textview.c
11884                 Make 'c' check signature, and forward
11885                 c, l, y, t from summaryview to mimeview
11886
11887 2005-10-16 [colin]      1.9.15cvs49
11888
11889         * src/addressbook.c
11890                 Put border around buttons
11891         * src/mainwindow.c
11892         * src/summaryview.c
11893                 Rework menus (Patch based on a patch
11894                 by Paul)
11895
11896 2005-10-15 [wwp]        1.9.15cvs48
11897
11898         * src/editjpilot.c
11899         * src/editldap.c
11900         * src/editvcard.c
11901         * src/exphtmldlg.c
11902         * src/expldifdlg.c
11903         * src/export.c
11904         * src/import.c
11905         * src/importldif.c
11906         * src/importmutt.c
11907         * src/importpine.c
11908         * src/prefs_account.c
11909         * src/prefs_spelling.c
11910         * src/gtk/gtkutils.c
11911         * src/gtk/gtkutils.h
11912         * src/plugins/clamav/clamav_plugin_gtk.c
11913         * src/plugins/spamassassin/spamassassin_gtk.c
11914                 use nicer browse-for-file/dir buttons than the "..." ones,
11915                 code factorizing more.
11916
11917 2005-10-14 [colin]      1.9.15cvs47
11918
11919         * src/mainwindow.c
11920                 set relief on the account switcher so that people see it
11921                 grey out Create processing rules when no message is selected
11922         * src/prefs_filtering.c
11923                 ask before closing if the rule has not been modified, even if
11924                 it's not valid
11925         * src/prefs_matcher.c
11926                 fix sensitivity when entering the dialog
11927         * src/gtk/inputdialog.c
11928                 display a better icon on password ask
11929         * src/plugins/pgpcore/passphrase.c
11930                 make the dialog look better
11931
11932 2005-10-14 [paul]       1.9.15cvs46
11933
11934         * src/folderview.c
11935                 indicate presense of marked msgs in
11936                 unexpanded subfolders
11937
11938 2005-10-14 [paul]       1.9.15cvs45
11939
11940         * src/prefs_actions.c
11941         * src/prefs_common.c
11942         * src/prefs_common.h
11943         * src/prefs_filtering_action.c
11944         * src/prefs_matcher.c
11945         * src/prefs_template.c
11946                 remember window sizes
11947                 fix Info button size
11948
11949         Patches by wwp
11950
11951 2005-10-13 [colin]      1.9.15cvs44
11952
11953         * src/mimeview.c
11954         * src/noticeview.c
11955         * src/noticeview.h
11956                 Add a tooltip on the icon (optional) 
11957                 Get rid of the signature buttons and only
11958                 use the icon+tooltip
11959
11960 2005-10-13 [colin]      1.9.15cvs43
11961
11962         * src/noticeview.c
11963         * src/noticeview.h
11964                 Add hand cursor for hovering over icon
11965
11966 2005-10-13 [colin]      1.9.15cvs42
11967
11968         * src/summaryview.c
11969                 Fix crash when quicksearch's hidden 
11970                 at startup
11971
11972 2005-10-13 [colin]      1.9.15cvs41
11973
11974         * src/compose.c
11975                 Set subject when forwarding multiple mails
11976                 Check that other recipient than the default Cc or Bcc
11977                 have been set before sending.
11978
11979 2005-10-13 [colin]      1.9.15cvs40
11980
11981         * src/imap.c
11982                 Batch per-folder
11983                 Introduce locking, but don't use it yet
11984
11985 2005-10-13 [colin]      1.9.15cvs39
11986
11987         * src/gtk/quicksearch.c
11988                 Reset quicksearch when hiding it
11989                 Make sticky a real pref
11990
11991 2005-10-13 [colin]      1.9.15cvs38
11992
11993         * src/summaryview.c
11994                 Faster prefs apply
11995
11996 2005-10-13 [colin]      1.9.15cvs37
11997
11998         * src/mimeview.c
11999         * src/noticeview.c
12000         * src/noticeview.h
12001         * src/plugins/pgpcore/sgpgme.c
12002                 Make privacy icon clickable
12003                 Move Trust field in Full info
12004                 When trust is less than full, don't display
12005                 a warning icon
12006
12007 2005-10-13 [colin]      1.9.15cvs36
12008
12009         * src/folder.c
12010                 Batch on flags sync
12011         * src/folderview.c
12012                 Revert speed hack which is dangerous in fact
12013                 Apply prefs faster
12014
12015 2005-10-13 [colin]      1.9.15cvs35
12016
12017         * src/folder_item_prefs.c
12018                 Fix pref corruption on folder move. Patch
12019                 by wwp
12020
12021 2005-10-13 [paul]       1.9.15cvs34
12022
12023         * src/export.c
12024         * src/import.c
12025                 fix typos in g_warnings
12026         * src/prefs_account.c
12027                 add a file selector for Signature file
12028
12029         Patches by wwp
12030
12031 2005-10-12 [colin]      1.9.15cvs33
12032
12033         * src/mimeview.c
12034                 Provide a quick way to go back from a
12035                 signature's full info to the email part
12036
12037 2005-10-12 [colin]      1.9.15cvs32
12038
12039         * src/compose.c
12040                 Remove old hack of encoding signed mails with base64.
12041                 QP works equally well.
12042
12043 2005-10-12 [colin]      1.9.15cvs31
12044
12045         * src/crash.c
12046                 Replace deprecated GtkText with GtkTextView
12047         * src/imap.c
12048                 Fix a logic bug about counts in imap_select
12049                 (previously un-triggered)
12050         * src/mainwindow.c
12051         * src/summaryview.c
12052         * src/news.c
12053                 Allow local deletion of news posts
12054         * src/mimeview.c
12055                 Show GPG noticeview on the message/rfc822 part
12056                 in addition to the text/plain one
12057         * src/prefs_image_viewer.c
12058           src/plugins/pgpcore/prefs_gpg.c
12059                 Polish (set the label as part of the checkbox)
12060         * src/wizard.c
12061                 Don't sit there doing nothing after destroying
12062                 the window - return err
12063
12064 2005-10-11 [colin]      1.9.15cvs30
12065
12066         * src/folderview.c
12067                 Apply processing rules before showing folders.
12068                 Early folder show (before flags sync) will only
12069                 be done when there are no processing rules (nor
12070                 pre- or post- ones)
12071         * src/imap.c
12072                 Fix stuff related to mail subdir, creation and 
12073                 deletion of folders 
12074         * src/imap_gtk.c
12075                 Don't allow creation of folders in NoInferior
12076                 folders, as it won't work
12077
12078 2005-10-10 [colin]      1.9.15cvs29
12079
12080         * src/compose.c
12081                 Reselect "None" Privacy system when selecting an
12082                 account with no privacy system defined
12083
12084 2005-10-10 [colin]      1.9.15cvs28
12085
12086         * src/mainwindow.c
12087                 Add Windows-1252 encoding
12088         * src/prefs_common.c
12089                 Rework some defaults:
12090                 - autosave to draft by default
12091                 - don't show header pane (it's already in the textview)
12092                 - Select first new or unread mail on entry
12093                 - Assume 'Yes' to change folder when there's no more
12094                   unread message
12095         * src/prefs_matcher.c
12096                 Fix a gtk assertion failure
12097         * src/gtk/colorlabel.c
12098                 Workaround bad repainting on selection
12099         * src/main.c
12100                 Freeze/thaw (a bit faster on ssh -X)
12101         * src/msgcache.c
12102                 Get rid of StrdupConverter that just adds an
12103                 extra strdup/free 
12104         * src/etpan/imap_thread.c
12105                 memset buf to 0
12106
12107 2005-10-10 [colin]      1.9.15cvs27
12108
12109         * src/export.c
12110         * src/import.c
12111                 Fix compile on gtk 2.4. Patch by wwp
12112
12113 2005-10-09 [colin]      1.9.15cvs26
12114
12115         * src/mainwindow.c
12116         * src/messageview.c
12117         * src/summaryview.c
12118                 Clarify forward menus. Patch by wwp
12119
12120 2005-10-09 [colin]      1.9.15cvs25
12121
12122         * src/compose.c
12123         * src/compose.h
12124                 Fix bug #829 (Non-working "Encrypt message by 
12125                 default when replying to an encrypted message")
12126
12127 2005-10-08 [colin]      1.9.15cvs24
12128
12129         * src/wizard.c
12130                 Fix bug #827 ("Welcome" setup wizard after a 
12131                 permission error gives up & forgets itself.)
12132
12133 2005-10-08 [colin]      1.9.15cvs23
12134
12135         * src/procmime.c
12136                 Fix bug #828 (Ignoring headers with spaces around = sign)
12137
12138 2005-10-08 [colin]      1.9.15cvs22
12139
12140         * src/export.c
12141                 Warning fix by wwp
12142
12143 2005-10-08 [colin]      1.9.15cvs21
12144
12145         * src/folder.c
12146         * src/folder.h
12147                 Add a processing_pending indicator, set on 
12148                 folder_item_open and cleared after 
12149                 folder_item_process_open
12150         * src/folderview.c
12151         * src/summaryview.c
12152                 wrap procmsg_msginfo_*_flags, and in the
12153                 wrapper check that there's no folder processing 
12154                 pending. If there is, defer the flags change until 
12155                 processing is done to avoid stepping over each
12156                 other's toes.
12157                 Freeze during processing, but not during scanning.
12158
12159 2005-10-07 [colin]      1.9.15cvs20
12160
12161         * src/plugins/pgpcore/passphrase.c
12162                 Fix bug #826 (X-Server hangs when 
12163                 right-clicking a PGP encrypted message)
12164
12165 2005-10-07 [paul]       1.9.15cvs19
12166
12167         * src/compose.c
12168                 fix compose_entries[]
12169                 patch by Fabien Vantard
12170
12171 2005-10-06 [colin]      1.9.15cvs18
12172
12173         * src/pixmaps/address.xpm
12174         * src/pixmaps/address_book.xpm
12175         * src/pixmaps/book.xpm
12176         * src/pixmaps/check_spelling.xpm
12177         * src/pixmaps/checkbox_off.xpm
12178         * src/pixmaps/checkbox_on.xpm
12179         * src/pixmaps/close.xpm
12180         * src/pixmaps/complete.xpm
12181         * src/pixmaps/continue.xpm
12182         * src/pixmaps/deleted.xpm
12183         * src/pixmaps/down_arrow.xpm
12184         * src/pixmaps/exec.xpm
12185         * src/pixmaps/forwarded.xpm
12186         * src/pixmaps/group.xpm
12187         * src/pixmaps/ignorethread.xpm
12188         * src/pixmaps/interface.xpm
12189         * src/pixmaps/jpilot.xpm
12190         * src/pixmaps/ldap.xpm
12191         * src/pixmaps/linewrap.xpm
12192         * src/pixmaps/linewrapcurrent.xpm
12193         * src/pixmaps/mail.xpm
12194         * src/pixmaps/mail_attach.xpm
12195         * src/pixmaps/mail_compose.xpm
12196         * src/pixmaps/mail_forward.xpm
12197         * src/pixmaps/mail_receive.xpm
12198         * src/pixmaps/mail_receive_all.xpm
12199         * src/pixmaps/mail_reply.xpm
12200         * src/pixmaps/mail_reply_to_all.xpm
12201         * src/pixmaps/mail_reply_to_author.xpm
12202         * src/pixmaps/mail_send.xpm
12203         * src/pixmaps/mail_send_queue.xpm
12204         * src/pixmaps/mime_application.xpm
12205         * src/pixmaps/mime_audio.xpm
12206         * src/pixmaps/mime_image.xpm
12207         * src/pixmaps/mime_message.xpm
12208         * src/pixmaps/mime_text_enriched.xpm
12209         * src/pixmaps/mime_text_html.xpm
12210         * src/pixmaps/mime_text_plain.xpm
12211         * src/pixmaps/mime_unknown.xpm
12212         * src/pixmaps/new.xpm
12213         * src/pixmaps/news_compose.xpm
12214         * src/pixmaps/offline.xpm
12215         * src/pixmaps/online.xpm
12216         * src/pixmaps/paste.xpm
12217         * src/pixmaps/preferences.xpm
12218         * src/pixmaps/privacy_emblem_encrypted.xpm
12219         * src/pixmaps/privacy_expired.xpm
12220         * src/pixmaps/privacy_failed.xpm
12221         * src/pixmaps/privacy_passed.xpm
12222         * src/pixmaps/privacy_signed.xpm
12223         * src/pixmaps/privacy_unknown.xpm
12224         * src/pixmaps/privacy_warn.xpm
12225         * src/pixmaps/properties.xpm
12226         * src/pixmaps/replied.xpm
12227         * src/pixmaps/search.xpm
12228         * src/pixmaps/unread.xpm
12229         * src/pixmaps/up_arrow.xpm
12230         * src/pixmaps/vcard.xpm
12231                 Modernize internal theme, with icons from the 
12232                 Gnomaws theme. Keep some of the old ones where
12233                 they were better.
12234
12235 2005-10-06 [colin]      1.9.15cvs17
12236
12237         * src/summaryview.c
12238                 Little optimisations + bugfix
12239         * src/toolbar.c
12240                 Remove default useless items - useless being defined
12241                 by the default relevant prefs
12242         * src/wizard.c
12243                 include config.h to make gettext work
12244         * src/prefs_themes.c
12245                 Fix selection of current theme in prefs
12246
12247 2005-10-06 [colin]      1.9.15cvs16
12248
12249         * src/prefs_common.c
12250         * src/prefs_common.h
12251         * src/prefs_summaries.c
12252         * src/folderview.c
12253                 Add a warning dialog on Mark all read 
12254                 (with pref to get rid of it)
12255
12256 2005-10-06 [paul]       1.9.15cvs15
12257
12258         * po/nb.po
12259         * po/pt_BR.po
12260                 updated by Geir Helland and Frederico
12261                 Goncalves Guimaraes
12262
12263 2005-10-05 [colin]      1.9.15cvs14
12264
12265         * src/folder.c
12266         * src/folder.h
12267         * src/folderview.c
12268         * src/folderview.h
12269         * src/imap_gtk.c
12270         * src/mh_gtk.c
12271         * src/mainwindow.c
12272         * src/setup.c
12273                 add a way to rescan without rebuilding
12274                 make moving a bit faster (less folders changes)
12275                 don't lock the tree on Get 
12276         * src/imap.c
12277                 Don't re-delete deleted messages before expunging
12278         * src/summaryview.c
12279                 Set batch mode when deleting mails
12280
12281 2005-10-05 [paul]       1.9.15cvs13
12282
12283         * src/mainwindow.c
12284         * src/mainwindow.h
12285                 fix disabled Execute menu item
12286         * src/toolbar.c
12287                 match the change in 1.9.15cvs10: use Compose
12288                 instead of News by default
12289
12290 2005-10-04 [colin]      1.9.15cvs12
12291
12292         * src/compose.c
12293                 When replying to an ML post with Reply-To set
12294                 to the poster's email, honor it (as before),
12295                 but also honor our user's request to reply to
12296                 the mailing list: set the ML address in the To
12297                 field and the Reply-To address in the Cc: 
12298                 field.
12299
12300 2005-10-04 [colin]      1.9.15cvs11
12301
12302         * src/plugins/trayicon/trayicon.c
12303                 Finish cosmetic change - thanks to wwp
12304
12305 2005-10-04 [colin]      1.9.15cvs10
12306
12307         * src/toolbar.c
12308                 Use Compose instead of Email by default.
12309                 Spotted by wwp.
12310
12311 2005-10-04 [colin]      1.9.15cvs9
12312
12313         * src/folder.c
12314         * src/folder.h
12315         * src/folderview.c
12316         * src/imap.c
12317         * src/etpan/imap-thread.c
12318         * src/etpan/imap-thread.h
12319                 Try to make IMAP faster, by simplifying SEARCH
12320                 commands, avoiding sending two STATUS in a row,
12321                 and deferring flags sync and processing just
12322                 after displaying the folder. 
12323                 This will update the SummaryView in certain
12324                 cases (new mails not already fetched, flags
12325                 changed from another client) but in a non-
12326                 blocking manner.
12327
12328 2005-10-04 [colin]      1.9.15cvs8
12329
12330         * src/plugins/trayicon/trayicon.c
12331                 Relabel "Offline" to "Work offline"
12332
12333 2005-10-04 [colin]      1.9.15cvs7
12334
12335         * src/export.c
12336         * src/import.c
12337         * src/mbox.c
12338                 Fix mbox import/export buglets
12339                 Patch by wwp
12340         * src/plugins/trayicon/trayicon.c
12341                 Add offline swithc
12342                 Patch by wwp
12343
12344 2005-10-04 [colin]      1.9.15cvs6
12345
12346         * src/folder.c
12347         * src/folderview.c
12348         * src/summaryview.c
12349                 Better fix (don't break mark all read) for cvs2
12350
12351 2005-10-03 [colin]      1.9.15cvs5
12352
12353         * src/folder.c
12354                 Use a sane sort by default
12355
12356 2005-10-03 [colin]      1.9.15cvs4
12357
12358         * src/inc.c
12359                 Add a 'Only once' button for overriding offline mode
12360         * src/prefs_account.c
12361         * src/wizard.c
12362                 Add Local mbox to the wizard
12363                 Add IMAP subdir to the wizard (or the wizard is useless
12364                 for such accounts, or even worse than useless)
12365                 Move IMAP subdir from Advanced to Receive tab, as it's
12366                 not that uncommon
12367
12368 2005-10-03 [colin]      1.9.15cvs3
12369
12370         * src/send_message.c
12371                 Forgot this one in cvs1
12372
12373 2005-10-03 [colin]      1.9.15cvs2
12374
12375         * src/folder.c
12376                 Faster close when leaving a folder with lots
12377                 of new mails. Idea by David Relson.
12378
12379 2005-10-03 [colin]      1.9.15cvs1
12380
12381         * src/compose.c
12382         * src/imap.c
12383         * src/inc.c
12384         * src/main.c
12385         * src/messageview.c
12386         * src/news.c
12387         * src/summaryview.c
12388         * src/gtk/sslcertwindow.c
12389         * src/plugins/trayicon/trayicon.c
12390                 Add accels to every AlertPanel. Patch by Fabien 
12391                 Vantard
12392
12393 2005-10-03 [paul]       1.9.15
12394
12395         1.9.15 released
12396
12397 2005-10-03 [paul]       1.9.14cvs68
12398
12399         * po/ca.po
12400         * po/de.po
12401         * po/es.po
12402         * po/fi.po
12403         * po/fr.po
12404         * po/sk.po
12405         * po/sr.po
12406         * po/zh_CN.po
12407                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12408                 Mones Lastra, Tommi Pirinen, Fabien vantard,
12409                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
12410
12411 2005-10-03 [paul]       1.9.14cvs67
12412
12413         * src/send_message.c
12414                 prevent hang on Cancel
12415                 patch by Colin
12416
12417 2005-10-03 [paul]       1.9.14cvs66
12418
12419         * src/main.c
12420                 fix crash in IMAP caused by discrepancy
12421                 between check_at_startup and offline mode
12422                 Patch by Colin
12423
12424 2005-10-01 [paul]       1.9.14cvs65
12425
12426         * src/inc.c
12427                 fix engrish
12428
12429 2005-10-01 [paul]       1.9.14cvs64
12430         * src/export.c
12431         * src/import.c
12432                 synchronise import_mbox() and export_mbox()
12433         * src/mbox.c
12434                 proc_mbox(): add alert if file cannot be opened
12435                 export_list_to_mbox(): test if dest file exists,
12436                 prompt user to overwrite if it does. add alert
12437                 if file cannot be created
12438                                                                 
12439         Patch by wwp
12440                                                                                                                 
12441
12442 2005-09-30 [paul]       1.9.14cvs63
12443
12444         * src/addressbook.c
12445                 Fix sensitivity of a menu
12446         * src/codeconv.c
12447                 Respect hidden pref for mails with no encoding
12448         * src/common/xml.c
12449                 Fix memory corruption
12450         * src/plugins/pgpcore/sgpgme.c
12451                 Fix segfault on incomplete sigs, and display
12452                 of S/Mime UIDs
12453
12454         Patches by Colin
12455
12456 2005-09-30 [colin]      1.9.14cvs62
12457
12458         * src/partial_download.c
12459                 Little logic fix in almost-dead code
12460         * src/pop.c
12461                 Fix partial download when there's no new mail
12462
12463 2005-09-29 [paul]       1.9.14cvs61
12464
12465         * src/plugins/pgpinline/pgpinline.c
12466                 fix bug 819, 'crash accessing sign message'
12467                 Patch by Colin
12468
12469 2005-09-28 [martin]     1.9.14cvs60
12470
12471         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12472                 fix bug #790 (Crash when restarting window manager (fluxbox))
12473
12474 2005-09-28 [paul]       1.9.14cvs59
12475
12476         * src/gtk/gtkaspell.c
12477                 fix off-by-one typo
12478
12479 2005-09-27 [colin]      1.9.14cvs58
12480
12481         * src/plugins/pgpcore/sgpgme.c
12482                 Report error when there's one, instead of
12483                 "Signature unchecked" 
12484
12485 2005-09-27 [colin]      1.9.14cvs57
12486
12487         * src/prefs_quote.c
12488                 Fix bug #816 (Weird quotation with spaces)
12489
12490 2005-09-27 [colin]      1.9.14cvs56
12491
12492         * src/codeconv.c
12493         * src/compose.c
12494         * src/compose.h
12495                 Put subject in compose's title
12496                 Fix Automatic encoding so that it's really automatic:
12497                 first try default locale's charset, then charset of the replied mail, 
12498                 then utf-8
12499                 Fix encoding of headers (must be in strict mode too)
12500
12501 2005-09-26 [colin]      1.9.14cvs55
12502
12503         * src/gtk/gtkaspell.c
12504                 Fix previous patch - don't color the space,
12505                 just uncolor it :)
12506
12507 2005-09-26 [colin]      1.9.14cvs54
12508
12509         * src/gtk/gtkaspell.c
12510                 Unmark space if possible
12511
12512 2005-09-26 [colin]      1.9.14cvs53
12513
12514         * src/imap.c
12515                 log_error instead of alertpanel according to the pref
12516         * src/etpan/imap-thread.c
12517                 Print connect status, copy only necessary size to 
12518                 logger
12519         * src/plugins/pgpmime/pgpmime.c
12520                 Handle S/Mime signatures (verification only). Patch based
12521                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
12522
12523 2005-09-26 [paul]       1.9.14cvs52
12524
12525         * src/common/passcrypt.c
12526                 this 'workaround' not necessary on NetBSD.
12527                 Thanks to Daniel Gustafson
12528
12529 2005-09-26 [paul]
12530
12531         1.9.15-rc4 released
12532
12533 2005-09-26 [paul]       1.9.14cvs51
12534
12535         * src/summaryview.c
12536                 Skip currently selected message when
12537                 looking for next new or unread message
12538                 in current folder. Patch by Colin
12539         * src/common/passcrypt.c
12540                 eliminate warnings on *BSD. Patch by
12541                 Daniel Gustafson
12542
12543 2005-09-26 [colin]      1.9.14cvs50
12544
12545         * src/procmsg.c
12546                 Call postfiltering hook anyway
12547
12548 2005-09-22 [colin]      1.9.14cvs49
12549
12550         * src/codeconv.c
12551         * src/codeconv.h
12552                 Add a strict mode that doesn't replace with _
12553         * src/compose.c
12554         * src/compose.h
12555                 Use strict conversion while sending
12556                 Fix race when drafting while sending (happens
12557                 on IMAP)
12558                 Fix d'n'd of messages from summaryview
12559         * src/prefs_common.c
12560         * src/prefs_common.h
12561                 add hidden utf8_instead_of_locale_for_broken_mail 
12562                 pref for people that preferred the default charset 
12563                 to be utf8 for broken mails
12564         * src/quote_fmt_parse.y
12565                 fix bug #815 (No quote insert if "From:" fied 
12566                 contained Russian letters)
12567         * src/summaryview.c
12568                 Fix d'n'd of messages to compose
12569
12570 2005-09-22 [paul]       1.9.14cvs48
12571
12572         * src/compose.c
12573                 fix bug where attachments Name entry
12574                 would display Path instead
12575
12576 2005-09-21 [paul]       1.9.14cvs47
12577
12578         * README
12579         * README.jp
12580         * configure.ac
12581         * config/config.rpath
12582         * doc/manual/en/sylpheed-20.html
12583         * doc/manual/es/sylpheed-20.html
12584         * po/bg.po
12585         * po/ca.po
12586         * po/de.po
12587         * po/es.po
12588         * po/fr.po
12589         * po/it.po
12590         * po/pt_BR.po
12591         * po/sk.po
12592         * po/zh_TW.po
12593         * src/account.c
12594         * src/account.h
12595         * src/action.c
12596         * src/action.h
12597         * src/adbookbase.h
12598         * src/addr_compl.c
12599         * src/addr_compl.h
12600         * src/addrbook.c
12601         * src/addrbook.h
12602         * src/addrcache.c
12603         * src/addrcache.h
12604         * src/addrcindex.c
12605         * src/addrcindex.h
12606         * src/addrclip.c
12607         * src/addrclip.h
12608         * src/addrdefs.h
12609         * src/addressadd.c
12610         * src/addressadd.h
12611         * src/addressbook.c
12612         * src/addressbook.h
12613         * src/addressitem.h
12614         * src/addrgather.c
12615         * src/addrgather.h
12616         * src/addrharvest.c
12617         * src/addrharvest.h
12618         * src/addrindex.c
12619         * src/addrindex.h
12620         * src/addritem.c
12621         * src/addritem.h
12622         * src/addrquery.c
12623         * src/addrquery.h
12624         * src/addrselect.c
12625         * src/addrselect.h
12626         * src/alertpanel.c
12627         * src/alertpanel.h
12628         * src/browseldap.c
12629         * src/browseldap.h
12630         * src/codeconv.c
12631         * src/codeconv.h
12632         * src/compose.c
12633         * src/compose.h
12634         * src/crash.c
12635         * src/crash.h
12636         * src/customheader.c
12637         * src/customheader.h
12638         * src/displayheader.c
12639         * src/displayheader.h
12640         * src/editaddress.c
12641         * src/editaddress.h
12642         * src/editbook.c
12643         * src/editbook.h
12644         * src/editgroup.c
12645         * src/editgroup.h
12646         * src/editjpilot.c
12647         * src/editjpilot.h
12648         * src/editldap.c
12649         * src/editldap.h
12650         * src/editldap_basedn.c
12651         * src/editldap_basedn.h
12652         * src/editvcard.c
12653         * src/editvcard.h
12654         * src/enriched.c
12655         * src/enriched.h
12656         * src/exphtmldlg.c
12657         * src/exphtmldlg.h
12658         * src/expldifdlg.c
12659         * src/expldifdlg.h
12660         * src/export.c
12661         * src/export.h
12662         * src/exporthtml.c
12663         * src/exporthtml.h
12664         * src/exportldif.c
12665         * src/exportldif.h
12666         * src/filtering.c
12667         * src/filtering.h
12668         * src/folder.c
12669         * src/folder.h
12670         * src/folder_item_prefs.c
12671         * src/folder_item_prefs.h
12672         * src/foldersel.c
12673         * src/foldersel.h
12674         * src/folderutils.c
12675         * src/folderutils.h
12676         * src/folderview.c
12677         * src/folderview.h
12678         * src/grouplistdialog.c
12679         * src/grouplistdialog.h
12680         * src/headerview.c
12681         * src/headerview.h
12682         * src/html.c
12683         * src/html.h
12684         * src/image_viewer.c
12685         * src/image_viewer.h
12686         * src/imap.c
12687         * src/imap.h
12688         * src/imap_gtk.c
12689         * src/imap_gtk.h
12690         * src/import.c
12691         * src/import.h
12692         * src/importldif.c
12693         * src/importldif.h
12694         * src/importmutt.c
12695         * src/importmutt.h
12696         * src/importpine.c
12697         * src/importpine.h
12698         * src/inc.c
12699         * src/inc.h
12700         * src/jpilot.c
12701         * src/jpilot.h
12702         * src/ldapctrl.c
12703         * src/ldapctrl.h
12704         * src/ldaplocate.c
12705         * src/ldaplocate.h
12706         * src/ldapquery.c
12707         * src/ldapquery.h
12708         * src/ldapserver.c
12709         * src/ldapserver.h
12710         * src/ldaputil.c
12711         * src/ldaputil.h
12712         * src/ldif.c
12713         * src/ldif.h
12714         * src/localfolder.c
12715         * src/localfolder.h
12716         * src/main.c
12717         * src/main.h
12718         * src/mainwindow.c
12719         * src/mainwindow.h
12720         * src/manual.c
12721         * src/manual.h
12722         * src/matcher.c
12723         * src/matcher.h
12724         * src/matcher_parser.h
12725         * src/matcher_parser_lex.l
12726         * src/matcher_parser_parse.y
12727         * src/mbox.c
12728         * src/mbox.h
12729         * src/message_search.c
12730         * src/message_search.h
12731         * src/messageview.c
12732         * src/messageview.h
12733         * src/mh.c
12734         * src/mh.h
12735         * src/mh_gtk.c
12736         * src/mh_gtk.h
12737         * src/mimeview.c
12738         * src/mimeview.h
12739         * src/msgcache.c
12740         * src/msgcache.h
12741         * src/mutt.c
12742         * src/mutt.h
12743         * src/news.c
12744         * src/news.h
12745         * src/news_gtk.c
12746         * src/news_gtk.h
12747         * src/noticeview.c
12748         * src/noticeview.h
12749         * src/partial_download.c
12750         * src/partial_download.h
12751         * src/pine.c
12752         * src/pine.h
12753         * src/pop.c
12754         * src/pop.h
12755         * src/prefs_account.c
12756         * src/prefs_account.h
12757         * src/prefs_actions.c
12758         * src/prefs_actions.h
12759         * src/prefs_common.c
12760         * src/prefs_common.h
12761         * src/prefs_compose_writing.c
12762         * src/prefs_compose_writing.h
12763         * src/prefs_customheader.c
12764         * src/prefs_customheader.h
12765         * src/prefs_display_header.c
12766         * src/prefs_display_header.h
12767         * src/prefs_ext_prog.c
12768         * src/prefs_ext_prog.h
12769         * src/prefs_filtering.c
12770         * src/prefs_filtering.h
12771         * src/prefs_filtering_action.c
12772         * src/prefs_filtering_action.h
12773         * src/prefs_folder_column.c
12774         * src/prefs_folder_column.h
12775         * src/prefs_folder_item.c
12776         * src/prefs_folder_item.h
12777         * src/prefs_fonts.c
12778         * src/prefs_fonts.h
12779         * src/prefs_gtk.c
12780         * src/prefs_gtk.h
12781         * src/prefs_image_viewer.c
12782         * src/prefs_image_viewer.h
12783         * src/prefs_matcher.c
12784         * src/prefs_matcher.h
12785         * src/prefs_message.c
12786         * src/prefs_message.h
12787         * src/prefs_msg_colors.c
12788         * src/prefs_msg_colors.h
12789         * src/prefs_other.c
12790         * src/prefs_other.h
12791         * src/prefs_quote.c
12792         * src/prefs_quote.h
12793         * src/prefs_receive.c
12794         * src/prefs_receive.h
12795         * src/prefs_send.c
12796         * src/prefs_send.h
12797         * src/prefs_spelling.c
12798         * src/prefs_spelling.h
12799         * src/prefs_summaries.c
12800         * src/prefs_summaries.h
12801         * src/prefs_summary_column.c
12802         * src/prefs_summary_column.h
12803         * src/prefs_template.c
12804         * src/prefs_template.h
12805         * src/prefs_themes.c
12806         * src/prefs_themes.h
12807         * src/prefs_toolbar.c
12808         * src/prefs_toolbar.h
12809         * src/prefs_wrapping.c
12810         * src/prefs_wrapping.h
12811         * src/privacy.c
12812         * src/privacy.h
12813         * src/procheader.c
12814         * src/procheader.h
12815         * src/procmime.c
12816         * src/procmime.h
12817         * src/procmsg.c
12818         * src/procmsg.h
12819         * src/quote_fmt.c
12820         * src/quote_fmt_parse.y
12821         * src/recv.c
12822         * src/recv.h
12823         * src/remotefolder.c
12824         * src/remotefolder.h
12825         * src/send_message.c
12826         * src/send_message.h
12827         * src/setup.c
12828         * src/setup.h
12829         * src/simple-gettext.c
12830         * src/sourcewindow.c
12831         * src/sourcewindow.h
12832         * src/ssl_manager.c
12833         * src/ssl_manager.h
12834         * src/statusbar.c
12835         * src/statusbar.h
12836         * src/stock_pixmap.c
12837         * src/stock_pixmap.h
12838         * src/summary_search.c
12839         * src/summary_search.h
12840         * src/summaryview.c
12841         * src/summaryview.h
12842         * src/syldap.c
12843         * src/syldap.h
12844         * src/textview.c
12845         * src/textview.h
12846         * src/toolbar.c
12847         * src/toolbar.h
12848         * src/undo.c
12849         * src/undo.h
12850         * src/unmime.c
12851         * src/unmime.h
12852         * src/vcard.c
12853         * src/vcard.h
12854         * src/wizard.c
12855         * src/wizard.h
12856         * src/common/base64.c
12857         * src/common/base64.h
12858         * src/common/defs.h
12859         * src/common/hooks.c
12860         * src/common/hooks.h
12861         * src/common/log.c
12862         * src/common/log.h
12863         * src/common/md5.c
12864         * src/common/md5.h
12865         * src/common/mgutils.c
12866         * src/common/mgutils.h
12867         * src/common/nntp.c
12868         * src/common/nntp.h
12869         * src/common/passcrypt.c
12870         * src/common/passcrypt.h.in
12871         * src/common/plugin.c
12872         * src/common/plugin.h
12873         * src/common/prefs.c
12874         * src/common/prefs.h
12875         * src/common/progressindicator.c
12876         * src/common/progressindicator.h
12877         * src/common/quoted-printable.c
12878         * src/common/quoted-printable.h
12879         * src/common/session.c
12880         * src/common/session.h
12881         * src/common/smtp.c
12882         * src/common/smtp.h
12883         * src/common/socket.c
12884         * src/common/socket.h
12885         * src/common/ssl.c
12886         * src/common/ssl.h
12887         * src/common/ssl_certificate.c
12888         * src/common/ssl_certificate.h
12889         * src/common/string_match.c
12890         * src/common/string_match.h
12891         * src/common/stringtable.c
12892         * src/common/sylpheed.c
12893         * src/common/sylpheed.h
12894         * src/common/template.c
12895         * src/common/template.h
12896         * src/common/timing.h
12897         * src/common/utils.c
12898         * src/common/utils.h
12899         * src/common/uuencode.c
12900         * src/common/uuencode.h
12901         * src/common/version.h.in
12902         * src/common/xml.c
12903         * src/common/xml.h
12904         * src/common/xmlprops.c
12905         * src/common/xmlprops.h
12906         * src/gtk/about.c
12907         * src/gtk/about.h
12908         * src/gtk/colorlabel.c
12909         * src/gtk/colorlabel.h
12910         * src/gtk/colorsel.c
12911         * src/gtk/colorsel.h
12912         * src/gtk/description_window.c
12913         * src/gtk/description_window.h
12914         * src/gtk/filesel.c
12915         * src/gtk/filesel.h
12916         * src/gtk/foldersort.c
12917         * src/gtk/foldersort.h
12918         * src/gtk/gtkutils.c
12919         * src/gtk/gtkutils.h
12920         * src/gtk/inputdialog.c
12921         * src/gtk/inputdialog.h
12922         * src/gtk/logwindow.c
12923         * src/gtk/logwindow.h
12924         * src/gtk/manage_window.c
12925         * src/gtk/manage_window.h
12926         * src/gtk/menu.c
12927         * src/gtk/menu.h
12928         * src/gtk/pluginwindow.c
12929         * src/gtk/pluginwindow.h
12930         * src/gtk/prefswindow.c
12931         * src/gtk/prefswindow.h
12932         * src/gtk/progressdialog.c
12933         * src/gtk/progressdialog.h
12934         * src/gtk/quicksearch.c
12935         * src/gtk/quicksearch.h
12936         * src/gtk/sslcertwindow.c
12937         * src/gtk/sslcertwindow.h
12938         * src/plugins/clamav/clamav_plugin.c
12939         * src/plugins/clamav/clamav_plugin.h
12940         * src/plugins/clamav/clamav_plugin_gtk.c
12941         * src/plugins/demo/demo.c
12942         * src/plugins/dillo_viewer/dillo_prefs.c
12943         * src/plugins/dillo_viewer/dillo_prefs.h
12944         * src/plugins/dillo_viewer/dillo_viewer.c
12945         * src/plugins/mathml_viewer/mathml_viewer.c
12946         * src/plugins/pgpcore/passphrase.c
12947         * src/plugins/pgpcore/passphrase.h
12948         * src/plugins/pgpcore/plugin.c
12949         * src/plugins/pgpcore/prefs_gpg.c
12950         * src/plugins/pgpcore/prefs_gpg.h
12951         * src/plugins/pgpcore/select-keys.c
12952         * src/plugins/pgpcore/select-keys.h
12953         * src/plugins/pgpcore/sgpgme.c
12954         * src/plugins/pgpcore/sgpgme.h
12955         * src/plugins/pgpinline/pgpinline.c
12956         * src/plugins/pgpinline/pgpinline.h
12957         * src/plugins/pgpinline/plugin.c
12958         * src/plugins/pgpmime/pgpmime.c
12959         * src/plugins/pgpmime/pgpmime.h
12960         * src/plugins/pgpmime/plugin.c
12961         * src/plugins/spamassassin/spamassassin.c
12962         * src/plugins/spamassassin/spamassassin.h
12963         * src/plugins/spamassassin/spamassassin_gtk.c
12964         * src/plugins/trayicon/trayicon.c
12965         * tools/OOo2sylpheed.pl
12966         * tools/acroread2sylpheed.pl
12967         * tools/asus_mailled.sh
12968         * tools/filter_conv.pl
12969         * tools/freshmeat_search.pl
12970         * tools/google_search.pl
12971         * tools/kmail2sylpheed.pl
12972         * tools/kmail2sylpheed_v2.pl
12973         * tools/maildir2sylpheed.pl
12974         * tools/multiwebsearch.pl
12975         * tools/newscache_clean.pl
12976         * tools/outlook2sylpheed.pl
12977         * tools/sylpheed-switcher
12978         * tools/update-po
12979         * tools/vcard2xml.py
12980         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12981                 update FSF address
12982
12983 2005-09-21 [colin]      1.9.14cvs46
12984
12985         * src/gedit-print.c
12986         * src/procmsg.c
12987         * src/procmsg.h
12988         * src/textview.c
12989         * src/summaryview.c
12990                 Remove some printing hacks (deselection/reselection),
12991                 which by the way fix printing the currently 
12992                 displayed mime part (still only text)
12993                 Plus a little optimisation of summary_show
12994
12995
12996 2005-09-20 [colin]      1.9.14cvs45
12997
12998         * src/mainwindow.c
12999         * src/messageview.c
13000                 GUI fixups: add accels, set message
13001                 view title to displayed mail's subject
13002         * src/prefs_spelling.c
13003         * src/gtk/gtkaspell.c
13004                 GUI fixups: allow underlining misspelled
13005                 words instead of coloring them (a11y!)
13006
13007 2005-09-19 [colin]
13008
13009         1.9.15rc3 released
13010
13011 2005-09-19 [colin]      1.9.14cvs44
13012
13013         * src/compose.c
13014                 Fix draft message
13015         * src/gtk/gtkaspell.c
13016                 Fix wrong test ;-)
13017
13018 2005-09-19 [colin]      1.9.14cvs43
13019
13020         * src/addressbook.c
13021                 Fix sensitivity of Delete button
13022         * src/compose.c
13023                 Warn if the requested Privacy system
13024                 is not available
13025         * src/exphtmldlg.c
13026         * src/expldifdlg.c
13027         * src/importldif.c
13028         * src/importmutt.c
13029         * src/importpine.c
13030                 Fix crappy UI
13031         * src/
13032         * src/ssl.h
13033         * src/prefs_account.h
13034         * src/prefs_account.c
13035                 Save SSL prefs even in builds that have
13036                 SSL support disable
13037         * src/imap.c
13038         * src/inc.c
13039         * src/news.c
13040         * src/send_message.c
13041                 Warn if connection should be secure, but
13042                 SSL support isn't compiled in
13043         * src/gtkaspell.c
13044                 Fix word separation on UTF-8 systems
13045                 Fixes bug #812 (Strange inline spellchecking)
13046         * src/compose.c
13047                 Warn if the requested Privacy system
13048                 is not available
13049                 Factorize offline warning
13050         * src/imap.c
13051         * src/imap_gtk.c
13052         * src/imap_gtk.h
13053         * src/inc.h
13054         * src/news_gtk.c
13055         * src/news_gtk.h
13056         * src/messageview.c
13057                 Factorize offline warning
13058
13059 2005-09-19 [paul]
13060
13061         1.9.15-rc2 released
13062
13063 2005-09-18 [colin]      1.9.14cvs42
13064
13065         * src/codeconv.c
13066         * src/codeconv.h
13067         * src/procmime.c
13068                 Add a way to get locale's charset ignoring utf-8,
13069                 and use that as default encoding for broken mails
13070
13071 2005-09-18 [colin]      1.9.14cvs41
13072
13073         * src/gtk/logwindow.c
13074                 Translate string. Patch by Fabien Vantard
13075
13076 2005-09-18 [colin]      1.9.14cvs40
13077
13078         * configure.ac
13079                 Fix bug #803 (IMAP/SSL support breaks with 
13080                 GnuTLS libetpan 0.38)
13081
13082 2005-09-18 [colin]      1.9.14cvs39
13083
13084         * src/codeconv.c
13085         * src/compose.c
13086         * src/procmime.c
13087                 More charsets fixes. Fixes bug #806 (non
13088                 ascii characters in subject line)
13089
13090 2005-09-17 [paul]       1.9.14cvs38
13091
13092         * src/folderview.c
13093         * src/mainwindow.c
13094                 fix gcc-2.95 issues
13095                 Patch by Pawel Pekala
13096
13097 2005-09-17 [colin]      1.9.14cvs37
13098
13099         * src/addrindex.c
13100                 bugfix for NO-USE LDAP compilation, patch 
13101                 by Fabien Vantard
13102
13103 2005-09-17 [colin]      1.9.14cvs36
13104
13105         * src/prefs_actions.c
13106         * src/prefs_customheader.c
13107         * src/prefs_display_header.c
13108         * src/prefs_filtering_action.c
13109         * src/prefs_matcher.c
13110         * src/prefs_toolbar.c
13111                 Fix strange casts (less elegant but
13112                 works better)
13113
13114 2005-09-16 [colin]      1.9.14cvs35
13115
13116         * src/jpilot.c
13117                 Missed that one
13118
13119 2005-09-16 [colin]      1.9.14cvs34
13120
13121         * configure.ac
13122         * src/Makefile.am
13123         * src/addr_compl.c
13124         * src/addrindex.c
13125         * src/browseldap.c
13126         * src/editldap.c
13127         * src/ldaplocate.c
13128         * src/ldapquery.c
13129         * src/ldapquery.h
13130         * src/ldapserver.c
13131         * src/ldapserver.h
13132         * src/main.c
13133         * src/matcher_parser_parse.y
13134         * src/prefs_themes.c
13135         * src/etpan/Makefile.am
13136         * src/gtk/description_window.c
13137         * src/plugins/clamav/Makefile.am
13138         * src/plugins/clamav/clamav_plugin.c
13139         * src/plugins/dillo_viewer/Makefile.am
13140         * src/plugins/pgpcore/Makefile.am
13141         * src/plugins/pgpinline/Makefile.am
13142         * src/plugins/pgpmime/Makefile.am
13143         * src/plugins/trayicon/Makefile.am
13144                 Fix 100% cpu usage in address completion list
13145                 Fix little bugs (return with no values etc)
13146                 Fix all warnings (with common CFLAGS)
13147
13148 2005-09-15 [colin]      1.9.14cvs33
13149
13150         * src/addressbook.c
13151                 Fix bug where sometimes a group's email list is empty,
13152                 force its refresh (probably fixes "Re: how to create a 
13153                 distribution list")
13154         * src/ldapquery.c
13155                 Don't return to the callback in the main thread from the
13156                 fetch thread (or face segs!)
13157
13158 2005-09-15 [paul]       1.9.14cvs32
13159
13160         * src/prefs_matcher.c
13161                 forgotten in last commit
13162
13163 2005-09-15 [paul]       1.9.14cvs31
13164
13165         * src/prefs_actions.c
13166         * src/prefs_filtering_action.c
13167         * src/prefs_quote.c
13168         * src/quote_fmt.c
13169         * src/summaryview.c
13170         * src/gtk/description_window.c
13171         * src/gtk/description_window.h
13172         * src/gtk/quicksearch.c
13173                 allow interaction with the called
13174                 description window
13175                 Patch by Anders Hammar
13176
13177 2005-09-14 [paul]       1.9.14cvs30
13178
13179         * src/compose.c
13180                 fix a little annoyance when pasting with 3rd button 
13181                 with wrap_pastes=0 and wrap_input=1
13182                 Patch by Colin
13183
13184 2005-09-14 [paul]       1.9.14cvs29
13185
13186         * src/prefs_account.c
13187                 disable 'Filter messages on receiving' for
13188                 SMTP-only accounts
13189                 Patch  by Anders Hammar
13190
13191 2005-09-14 [paul]       1.9.14cvs28
13192
13193         * po/sk.po
13194                 fix crash
13195                 updated by Andrej Kacian
13196
13197 2005-09-14 [paul]
13198
13199         1.9.15-rc1 released
13200
13201 2005-09-14 [paul]       1.9.14cvs27
13202
13203         * po/es.po
13204                 updated by Ricardo Mones Lastra
13205         * src/compose.c
13206         * src/compose.h
13207                 associate no_wrap_tags to Compose windows
13208                 instead of using a static one
13209                 Patch by Colin
13210         * src/mbox.c
13211                 fix proc_mbox()
13212                 Patch by wwp
13213         * src/textview.c
13214                 remove unneeded printf()
13215
13216 2005-09-14 [paul]       1.9.14cvs26
13217
13218         * src/addrcache.c
13219         * src/codeconv.h
13220         * src/folder.h
13221         * src/mainwindow.h
13222         * src/mh.c
13223         * src/mimeview.h
13224         * src/partial_download.c
13225         * src/pop.c
13226         * src/prefs_account.c
13227         * src/prefs_account.h
13228         * src/prefs_actions.c
13229         * src/prefs_customheader.c
13230         * src/prefs_display_header.c
13231         * src/prefs_filtering_action.c
13232         * src/prefs_matcher.c
13233         * src/prefs_toolbar.c
13234         * src/privacy.h
13235         * src/procmime.c
13236         * src/procmime.h
13237         * src/procmsg.h
13238         * src/textview.c
13239         * src/undo.h
13240         * src/common/plugin.c
13241         * src/common/session.h
13242         * src/common/socket.c
13243         * src/common/socket.h
13244         * src/common/template.c
13245         * src/gtk/gtkaspell.c
13246         * src/gtk/quicksearch.h
13247         * src/plugins/pgpcore/passphrase.c
13248         * src/plugins/pgpcore/prefs_gpg.h
13249         * src/plugins/pgpcore/select-keys.c
13250         * src/plugins/pgpcore/select-keys.h
13251         * src/plugins/pgpcore/sgpgme.c
13252         * src/plugins/pgpinline/pgpinline.c
13253         * src/plugins/pgpmime/pgpmime.c
13254         * src/plugins/trayicon/trayicon.c
13255                 fix compilation warnings
13256                 Patch by Daniel Gustafson
13257
13258 2005-09-14 [paul]       1.9.14cvs25
13259
13260         * src/addressbook.c
13261                 add missing column header, and other small
13262                 bug fixes
13263                 Patch by Anders Hammar
13264
13265 2005-09-13 [colin]      1.9.14cvs24
13266
13267         * src/gtk/gtkaspell.c
13268                 Fix non-utf8 in menu
13269                 Fix little leaks
13270                 Nullify struct members after free()s
13271
13272 2005-09-13 [colin]      1.9.14cvs23
13273
13274         * src/compose.c
13275                 Test utf8 compliance before inserting to 
13276                 buffer, and try to convert if necessary
13277         * src/procmime.c
13278                 If no charset is present, use the locale 
13279                 one instead of us-ascii
13280         * src/procmsg.c
13281                 Add Sender, List-Post and To in the checked 
13282                 headers for automatic rules creation 
13283                 (thanks to wwp)
13284         * src/prefs_themes.c
13285         * src/gtk/gtkaspell.c
13286                 Remove deprecated functions. 
13287                 patch by Daniel Gustafson
13288
13289 2005-09-12 [colin]      1.9.14cvs22
13290
13291         * src/compose.c
13292                 Fix bug #448 (Scrolling/Redraw issue with 
13293                 address-fields in Header)
13294         * src/mainwindow.c
13295         * src/summaryview.c
13296         * src/summaryview.h
13297                 Fix loss of MSG_MARKED on move/copy
13298                 Fix bug #804 (Quicksearch togglebutton doesn't 
13299                 get depressed after '/' key is pressed)
13300
13301 2005-09-12 [paul]       1.9.14cvs21
13302
13303         * AUTHORS
13304         * src/gtk/logwindow.c
13305                 add 'Clear Log' to popup menu
13306                 Patch by Anders Hammar <anders.hammar@telia.com>
13307
13308 2005-09-12 [paul]       1.9.14cvs20
13309
13310         * src/compose.c
13311                 set correct sensitivity on attachments
13312                 popup menu
13313         * src/folder.c
13314                 fix typo
13315         * src/prefs_spelling.c
13316                 fix crash when no LANG env is set
13317         * src/common/xml.c
13318                 fix crash in wizard
13319                 don't use memeory after free
13320
13321         All patches by Daniel Gustafson
13322
13323 2005-09-12 [paul]       1.9.14cvs19
13324
13325         * src/prefs_themes.c
13326                 make theme info selectable
13327         * src/gtk/description_window.c
13328                 make window non-modal
13329         * tools/README
13330                 add details of asus_mailed.sh
13331         * tools/claws.i18n.status.pl
13332                 update for new zh_TW translator
13333                 widen the output
13334                 create alternate coloured lines
13335                 improve readability
13336
13337 2005-09-10 [colin]      1.9.14cvs18
13338
13339         * src/plugins/pgpcore/select-keys.c
13340                 Better order for the buttons
13341
13342 2005-09-10 [colin]      1.9.14cvs17
13343
13344         * src/compose.c
13345         * src/plugins/pgpcore/select-keys.c
13346         * src/plugins/pgpcore/select-keys.h
13347         * src/plugins/pgpcore/sgpgme.c
13348                 Add a "Don't encrypt" button to the key
13349                 selection dialog. Fixes bug #177 (There should be a 
13350                 'Don't encrypt button in the Select Keys dialog)
13351
13352 2005-09-10 [colin]      1.9.14cvs16
13353
13354         * src/compose.c
13355                 Fix bug #572 (%X option does not work with templates)
13356
13357 2005-09-10 [colin]      1.9.14cvs15
13358
13359         * src/toolbar.c 
13360                 Remove g_print
13361
13362 2005-09-10 [colin]      1.9.14cvs14
13363
13364         * src/imap.c
13365                 Fix a possible crash
13366
13367 2005-09-09 [colin]      1.9.14cvs13
13368
13369         * src/imap.c
13370         * src/etpan/imap-thread.c
13371         * src/etpan/imap-thread.h
13372                 Fix moving from queue or drafts to normal folders
13373                 Fix bug #794 (No way to delete without expunging)
13374                 Take flags unset by other mailers into account
13375                 Take deleted flag set by other mailers into account
13376                 Fix unsetting REPLIED flag
13377                 Fix crash when capabilities can't be retrieved
13378         * src/mainwindow.c
13379         * src/mainwindow.h
13380                 Add M_DELAYED_FLAGS condition, and let the user use
13381                 Execute in order to be able to expunge deleted mails,
13382                 even if he's not in delayed execute mode
13383         * src/prefs_spelling.c
13384                 Use 'en' dictionary by default if LANG is POSIX or C
13385         * src/gtk/prefswindow.c
13386                 Fix bug #767 (Preferences windows expanding) by making
13387                 the window a bit larger when the resolution is greater
13388                 than 640x480, and by putting the prefs in a
13389                 GtkScrolledWindow.
13390
13391 2005-09-09 [paul]       1.9.14cvs12
13392
13393         * AUTHORS
13394         * configure.ac
13395         * po/zh_TW.Big5.po      ** REMOVED **
13396         * po/zh_TW.po           ** ADDED **
13397                 updated by Wei-Lun Chao
13398
13399 2005-09-09 [paul]       1.9.14cvs11
13400
13401         * src/mainwindow.c
13402                 fix asserts
13403         * src/common/xml.c
13404                 delay memory allocation until file is
13405                 opened successfully
13406                 Patch by Daniel Gustafson
13407
13408 2005-09-09 [colin]      1.9.14cvs10
13409
13410         * src/imap.c
13411                 Add guards
13412
13413 2005-09-08 [colin]      1.9.14cvs9
13414
13415         * src/compose.c
13416                 Alert when we can't save draft
13417                 Fix various wrap/color issues
13418                 Add mid-click pasting respecting wrap_paste option
13419         * src/folder.c
13420         * src/folder.h
13421         * src/folder_item_prefs.c
13422         * src/folder_item_prefs.h
13423         * src/imap.c
13424         * src/imap_gtk.c
13425         * src/imap_gtk.h
13426         * src/main.c
13427         * src/mainwindow.c
13428         * src/mainwindow.h
13429         * src/news.c
13430         * src/news_gtk.c
13431         * src/news_gtk.h
13432         * src/prefs_folder_item.c
13433                 Fix the impossibility to synchronise folders for
13434                 offline use (IMAP and NNTP are concerned)
13435
13436 2005-09-08 [colin]      1.9.14cvs8
13437
13438         * configure.ac
13439                 Build LDAP and JPilot by default if available
13440         * src/textview.c
13441                 Fix use after free
13442
13443 2005-09-08 [paul]       1.9.14cvs7
13444
13445         * doc/manual/en/sylpheed-1.html
13446         * doc/manual/en/sylpheed-18.html
13447         * doc/manual/en/sylpheed-19.html
13448         * doc/manual/en/sylpheed-4.html
13449         * doc/manual/en/sylpheed-6.html
13450         * doc/manual/en/sylpheed.html
13451                 a few minor updates, plus include some
13452                 details about plugins and their requirements
13453         * src/mainwindow.c
13454                 minor changes to English in /View/Sort
13455
13456 2005-09-07 [colin]      1.9.14cvs6
13457
13458         * doc/manual/en/sylpheed-1.html
13459         * doc/manual/en/sylpheed-10.html
13460         * doc/manual/en/sylpheed-11.html
13461         * doc/manual/en/sylpheed-12.html
13462         * doc/manual/en/sylpheed-13.html
13463         * doc/manual/en/sylpheed-14.html
13464         * doc/manual/en/sylpheed-15.html
13465         * doc/manual/en/sylpheed-16.html
13466         * doc/manual/en/sylpheed-17.html
13467         * doc/manual/en/sylpheed-18.html
13468         * doc/manual/en/sylpheed-19.html
13469         * doc/manual/en/sylpheed-2.html
13470         * doc/manual/en/sylpheed-20.html
13471         * doc/manual/en/sylpheed-21.html
13472         * doc/manual/en/sylpheed-22.html
13473         * doc/manual/en/sylpheed-3.html
13474         * doc/manual/en/sylpheed-4.html
13475         * doc/manual/en/sylpheed-5.html
13476         * doc/manual/en/sylpheed-6.html
13477         * doc/manual/en/sylpheed-7.html
13478         * doc/manual/en/sylpheed-8.html
13479         * doc/manual/en/sylpheed-9.html
13480         * doc/manual/en/sylpheed.html
13481                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
13482
13483 2005-09-07 [colin]      1.9.14cvs5
13484
13485         * src/mainwindow.c
13486                 Make labels more to-the-point
13487
13488 2005-09-07 [colin]      1.9.14cvs4
13489
13490         * doc/manual/en/sylpheed-1.html
13491         * doc/manual/en/sylpheed-12.html
13492         * doc/manual/en/sylpheed-13.html
13493         * doc/manual/en/sylpheed-14.html
13494         * doc/manual/en/sylpheed-15.html
13495         * doc/manual/en/sylpheed-16.html
13496         * doc/manual/en/sylpheed-17.html
13497         * doc/manual/en/sylpheed-18.html
13498         * doc/manual/en/sylpheed-19.html
13499         * doc/manual/en/sylpheed-2.html
13500         * doc/manual/en/sylpheed-20.html
13501         * doc/manual/en/sylpheed-21.html
13502         * doc/manual/en/sylpheed-22.html
13503         * doc/manual/en/sylpheed-4.html
13504         * doc/manual/en/sylpheed-5.html
13505         * doc/manual/en/sylpheed-6.html
13506         * doc/manual/en/sylpheed-7.html
13507         * doc/manual/en/sylpheed-8.html
13508         * doc/manual/en/sylpheed-9.html
13509         * doc/manual/en/sylpheed.html
13510                 Update manual
13511
13512 2005-09-07 [colin]      1.9.14cvs3
13513
13514         * doc/faq/en/sylpheed-faq-1.html
13515         * doc/faq/en/sylpheed-faq-2.html
13516         * doc/faq/en/sylpheed-faq-3.html
13517         * doc/faq/en/sylpheed-faq.html
13518                 Update FAQ
13519
13520 2005-09-07 [colin]      1.9.14cvs2
13521
13522         * src/folderview.c
13523         * src/procmsg.c
13524         * src/summaryview.c
13525         * src/toolbar.c
13526                 Fix special subfolders:
13527                 - Inherit parent's icon
13528                 - sent contents of queues subfolders
13529                 - empty subfolders of trashes
13530         * src/mainwindow.c
13531                 Remove outdated manual and faq entries
13532         * src/common/utils.c
13533                 Add quotes around %s coming from mailcap
13534
13535 2005-09-07 [colin]      1.9.14cvs1
13536
13537         * src/compose.c
13538                 After saving draft, set modified to FALSE
13539         * src/mimeview.c
13540         * src/common/utils.c
13541         * src/common/utils.h
13542                 Try to open mime parts using what is 
13543                 indicated in ~/.mailcap or /etc/mailcap,
13544                 if possible.
13545
13546 2005-09-05 [paul]       1.9.14
13547
13548         1.9.14 released
13549
13550         * po/sk.po
13551                 updated by Andrej Kacian
13552
13553 2005-09-05 [paul]       1.9.13cvs83
13554
13555         * po/de.po
13556         * po/es.po
13557         * po/fi.po
13558         * po/fr.po
13559         * po/nb.po
13560         * po/pt_BR.po
13561         * po/sr.po
13562                 updated translations by Thomas Gilgin, Ricardo Mones
13563                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
13564                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
13565
13566 2005-09-04 [paul]       1.9.13cvs82
13567
13568         * src/compose.c
13569                 only warn about exceeded line length limit
13570                 on send
13571
13572 2005-09-04 [paul]       1.9.13cvs81
13573
13574         * src/compose.c
13575                 fix crash in 'line length exceeded' dialogue
13576
13577 2005-09-02 [paul]       1.9.13cvs80
13578
13579         * src/imap.c
13580                 fix bug 795, 'Connection lost IMAP'
13581                 and add statusbar prints
13582                 Patch by Colin
13583
13584 2005-09-02 [paul]       1.9.13cvs79
13585
13586         * src/compose.c
13587                 compose_wrap_paragraph() becomes
13588                 compose_beautify_paragraph()
13589                 Patch by Colin
13590
13591 2005-09-02 [colin]      1.9.13cvs78
13592
13593         * src/folderview.c
13594                 Micro-fix
13595
13596 2005-09-01 [colin]      1.9.13cvs77
13597
13598         * src/imap.c
13599                 Maybe fix bug #795 (Connection lost IMAP)
13600                 Don't try to send logout when we're disconnected.
13601         * src/summaryview.c
13602                 Include locked and marked emails in HRM
13603                 view. Fixes bug #800 (Locked messages no longer 
13604                 show up when hide read messages is used)
13605
13606 2005-09-01 [paul]       1.9.13cvs76
13607
13608         * src/prefs_common.c
13609                 fix bad cutting
13610
13611 2005-08-31 [colin]      1.9.13cvs75
13612
13613         * src/folderview.c
13614         * src/folderview.h
13615         * src/prefs_summaries.c
13616         * src/summaryview.c
13617                 Fix "go to next new", fix preference
13618                 (Open unread/next swapped)
13619
13620 2005-08-31 [paul]       1.9.13cvs74
13621
13622         * src/compose.c
13623         * src/folderview.c
13624         * src/headerview.c
13625         * src/headerview.h
13626         * src/mainwindow.c
13627         * src/prefs_common.c
13628         * src/prefs_common.h
13629         * src/prefs_fonts.c
13630         * src/summaryview.c
13631         * src/textview.c
13632         * src/common/defs.h
13633                 remove obsolete BOLD_FONT setting
13634                 fix font update in headerview and textview
13635                 headers after prefs change
13636                 Patch By Colin
13637
13638 2005-08-31 [paul]
13639
13640         1.9.14-rc4 released
13641
13642 2005-08-30 [colin]      1.9.13cvs73
13643
13644         * src/summaryview.c
13645                 When Hide read messages is selected and we
13646                 refresh the summaryview, don't remove the 
13647                 currently displayed message. Fixes bug #797
13648                 (Summary view reloads when new mail is 
13649                 downloaded in 1.9.14 rc)
13650
13651 2005-08-30 [colin]      1.9.13cvs72
13652
13653         * src/folderview.c
13654                 Fix flickering
13655         * src/mainwindow.c
13656                 Remove useless callback
13657         * src/mimeview.c
13658         * src/gtk/filesel.c
13659         * src/gtk/filesel.h
13660                 Add a filesel_select_file_save_folder() - used by Save All
13661
13662 2005-08-29 [paul]       1.9.13cvs71
13663
13664         * AUTHORS
13665         * src/matcher_parser_parse.y
13666         * src/etpan/imap-thread.c
13667                 fix building on FreeBSD
13668                 Patch by Daniel Gustafson <daniel@hobbit.se>
13669
13670 2005-08-29 [paul]       1.9.13cvs70
13671
13672         * src/plugins/pgpinline/pgpinline.c
13673                 only initialise sig result if it's been handled
13674                 Patch by Colin
13675
13676 2005-08-29 [paul]       1.9.13cvs69
13677         
13678         Patches by Colin:
13679
13680         * src/imap.c
13681         * src/common.utils.c
13682         * src/common/utils.h
13683                 optimisation
13684         * src/stock_pixmap.h
13685                 fix wrong icon reference
13686         * src/pixmaps/trash_btn.xpm
13687                 replace with nicer image
13688
13689 2005-08-28 [colin]      1.9.13cvs68
13690
13691         * src/Makefile.am
13692         * src/stock_pixmap.c
13693         * src/stock_pixmap.h
13694         * src/toolbar.c
13695         * src/pixmaps/trash_btn.xpm
13696                 Add a specific trash xpm for the button
13697
13698 2005-08-28 [colin]      1.9.13cvs67
13699
13700         * src/imap.c
13701                 Fix leak
13702
13703 2005-08-27 [colin]      1.9.13cvs66
13704
13705         * src/imap.c
13706         * src/procmime.c
13707                 Correctly fix "Problem with replies", fixes
13708                 pgpmime encryption too. 
13709
13710 2005-08-27 [colin]      1.9.13cvs65
13711
13712         * src/folder.c
13713         * src/procmsg.c
13714         * src/procmsg.h
13715         * src/summaryview.c
13716                 Fix bug #517 (messages removed from summaryview 
13717                 when moving fails)
13718
13719 2005-08-27 [colin]      1.9.13cvs64
13720
13721         * tools/Makefile.am
13722         * tools/asus_mailled.sh
13723                 Add a script to blink ASUS laptops' mail LED where there
13724                 is unread mail.
13725
13726 2005-08-27 [colin]      1.9.13cvs63
13727
13728         * src/imap.c
13729         * src/etpan/imap-thread.c
13730         * src/etpan/imap-thread.h
13731                 Implement automatic choosing of login method
13732                 Fixes bug #791
13733         * src/gtk/.cvsignore
13734                 Add sylpheed-marshal.[ch]
13735
13736 2005-08-27 [colin]      1.9.13cvs62
13737
13738         * src/common/utils.c
13739                 Fix confusing perror
13740
13741 2005-08-27 [colin]      1.9.13cvs61
13742
13743         * src/toolbar.c
13744         * src/toolbar.h
13745                 Remove A_DELETE, replace it with 
13746                 A_TRASH and A_DELETE_REAL. Automatically
13747                 rewrite config files to replace A_DELETE
13748                 with A_TRASH (no functionality change).
13749                 Fixes half of #794
13750
13751 2005-08-26 [colin]      1.9.13cvs60
13752
13753         * src/procmime.c
13754                 Previous "Problem with replies" fix brought other
13755                 problems, fixing them
13756
13757 2005-08-26 [colin]      1.9.13cvs59
13758
13759         * src/procmime.c
13760                 Fix "Problem with replies". This happened only
13761                 on IMAP...
13762         * src/procmsg.c
13763                 Factorize code a bit
13764         * src/compose.c
13765                 Speed improvement on very long messages (wrapping)
13766                 Fix signature color on Reedit and Redirect
13767                 On Reedit, don't attach pgp-signatures parts, but
13768                 set signing to On.
13769
13770 2005-08-24 [paul]       1.9.13cvs58
13771
13772         * src/compose.c
13773                 don't claim success when clicking
13774                 Cancel on the passphrase box.
13775                 Patch by Colin
13776
13777 2005-08-24 [paul]       1.9.13cvs57
13778
13779         * src/main.c
13780                 fix misplaced sylpheed.log
13781         * src/common/defs.h
13782                 define UIDL_DIR
13783
13784 2005-08-24 [paul]       1.9.13cvs56
13785
13786         * src/imap.c
13787         * src/etpan/imap-thread.c
13788         * src/etpan/imap-thread.h
13789                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
13790                 Patch by Colin
13791         * src/gtk/sylpheed-marshal.c    ** REMOVED **
13792         * src/gtk/sylpheed-marshal.h    ** REMOVED **
13793                 remove autogenerated files
13794         * tools/kdeservicemenu/README
13795         * tools/kdeservicemenu/install.sh
13796         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13797         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13798                 use Claws icon, use 'Sylpheed-Claws' in menu,
13799                 use kdialog, and other cleanups
13800
13801 2005-08-23 [paul]       1.9.13cvs55
13802
13803         * src/compose.c
13804                 fix paste/wrap crash
13805                 Patch by Colin
13806
13807 2005-08-23 [paul]       1.9.13cvs54
13808
13809         * src/main.c
13810                 fix crash recovery
13811                 Patch by Colin
13812
13813 2005-08-23 [paul]       1.9.13cvs53
13814
13815         * src/addressbook.c
13816         * src/editaddress.c
13817                 view all data of LDAP contacts
13818                 Patch by Colin
13819
13820 2005-08-23 [paul]       1.9.13cvs52
13821
13822         * src/addressbook.c
13823                 fix issues with the Search field
13824                 Patch by Colin
13825
13826 2005-08-22 [paul]       1.9.13cvs51
13827
13828         * src/folderview.c
13829                 put name of folder in processing dialog
13830                 title
13831         * src/prefs_folder_item.c
13832                 improve english usage
13833
13834 2005-08-22 [paul]       1.9.13cvs50
13835
13836         * src/filtering.c
13837         * src/filtering.h
13838         * src/matcher.c
13839         * src/matcher_parser_lex.l
13840         * src/matcher_parser_parse.y
13841         * src/prefs_filtering.c
13842                 add Filtering/Processing rule names feature.
13843                 (the incompatible old matcherrc is saved as
13844                 matcherrc.pre_names).
13845                 Patch by Colin
13846
13847 2005-08-22 [paul]       1.9.13cvs49
13848
13849         * src/procmsg.c
13850                 fix colour labelling
13851                 Patch by Colin
13852
13853 2005-08-22 [paul]       1.9.13cvs48
13854
13855         * src/textview.c
13856                 fix open_image_cb()
13857
13858 2005-08-22 [paul]       1.9.13cvs47
13859
13860         * src/imap.c
13861                 fix bug 789, 'SC crashes with imap (CVS ver)'
13862                 Patch by Colin
13863
13864 2005-08-22 [paul]       1.9.13cvs46
13865
13866         * src/mimeview.c
13867         * src/prefs_common.c
13868         * src/common/defs.h
13869                 define reused defaults in defs.h
13870         * src/textview.c
13871                 add 'Open image' to image popup menu
13872
13873 2005-08-21 [colin]      1.9.13cvs45
13874
13875         * src/summaryview.c
13876                 Fix bug #788 (Bogus "From" address displayed)
13877
13878 2005-08-20 [colin]      1.9.13cvs44
13879
13880         * src/folder.c
13881                 Fix buf #787 (multilevel delete causes SIGSEGV)
13882
13883 2005-08-19 [colin]      1.9.13cvs43
13884
13885         * src/inc.c
13886         * src/prefs_common.c
13887         * src/prefs_common.h
13888                 Add an hidden pref to allow modifying the
13889                 update stepping in incorporation.
13890                 Patch by wwp.
13891
13892 2005-08-19 [colin]      1.9.13cvs42
13893
13894         * src/compose.c
13895         * src/procmime.c
13896                 Workaround for broken MUAs: encode 
13897                 Content-type: name: as ASCII and 
13898                 Content-Disposition: filename: as
13899                 per rfc2231
13900         * src/prefs_account.c
13901                 Fix invisible-ness of SMTP SSL prefs
13902                 in NNTP accounts
13903
13904 2005-08-19 [paul]       1.9.13cvs41
13905
13906         * src/compose.c
13907         * src/prefs_common.c
13908         * src/prefs_common.h
13909         * src/prefs_wrapping.c
13910                 paste with or without wrapping.
13911                 patch by Colin
13912
13913 2005-08-19 [paul]       1.9.13cvs40
13914
13915         * src/prefs_common.c
13916         * src/prefs_common.h
13917         * src/summaryview.c
13918                 reintroduce enable_swap_from as a
13919                 hidden pref. patch by Colin
13920         * src/quote_fmt_parse.y
13921         * src/plugins/clamav/clamav_plugin.c
13922         * src/plugins/dillo_viewer/dillo_viewer.c
13923         * src/plugins/mathml_viewer/mathml_viewer.c
13924         * src/plugins/pgpcore/sgpgme.c
13925         * src/plugins/pgpinline/pgpinline.c
13926         * src/plugins/pgpmime/pgpmime.c
13927                 tidy up. patch by Colin
13928
13929 2005-08-19 [paul]       1.9.13cvs39
13930
13931         * configure.ac
13932                 complete cvs38's sync
13933         * src/editaddress.c
13934         * src/gedit-print.c
13935         * src/mutt.c
13936         * src/etpan/etpan-log.c
13937         * src/etpan/imap-thread.c
13938         * src/gtk/gtksourceprintjob.c
13939                 fix compilation warnings
13940                 (patch by Colin)
13941
13942 2005-08-19 [paul]       1.9.13cvs38
13943
13944         sync with main:
13945
13946         * src/account.c
13947         * src/action.c
13948         * src/addrbook.c
13949         * src/addrcache.c
13950         * src/addrharvest.c
13951         * src/addrindex.c
13952         * src/codeconv.c
13953         * src/compose.c
13954         * src/crash.c
13955         * src/exporthtml.c
13956         * src/exportldif.c
13957         * src/folder.c
13958         * src/image_viewer.c
13959         * src/inc.c
13960         * src/inc.h
13961         * src/jpilot.c
13962         * src/ldif.c
13963         * src/main.c
13964         * src/matcher.c
13965         * src/mbox.c
13966         * src/messageview.c
13967         * src/mh.c
13968         * src/mimeview.c
13969         * src/msgcache.c
13970         * src/mutt.c
13971         * src/news.c
13972         * src/partial_download.c
13973         * src/pine.c
13974         * src/pop.c
13975         * src/prefs_actions.c
13976         * src/prefs_common.c
13977         * src/prefs_customheader.c
13978         * src/prefs_display_header.c
13979         * src/prefs_gtk.c
13980         * src/prefs_themes.c
13981         * src/procheader.c
13982         * src/procmime.c
13983         * src/procmsg.c
13984         * src/recv.c
13985         * src/send_message.c
13986         * src/simple-gettext.c
13987         * src/sourcewindow.c
13988         * src/textview.c
13989         * src/vcard.c
13990         * src/common/defs.h
13991         * src/common/log.c
13992         * src/common/plugin.c
13993         * src/common/prefs.c
13994         * src/common/session.c
13995         * src/common/session.h
13996         * src/common/socket.c
13997         * src/common/socket.h
13998         * src/common/ssl_certificate.c
13999         * src/common/template.c
14000         * src/common/utils.c
14001         * src/common/utils.h
14002         * src/common/xml.c
14003         * src/gtk/about.c
14004         added wrappers for C library function that
14005                 take pathname arguments.
14006                 enabled compilation with MinGW.
14007                 use GDir instead of directly using opendir().
14008                 added rename_force().
14009
14010 2005-08-19 [paul]       1.9.13cvs37
14011         
14012         patches by Colin:
14013         * src/compose.c
14014                 fix privacy settings on re-editing
14015                 a sent message
14016         * src/jpilot.c
14017                 fix encoding bug
14018         * src/folder.c
14019         * src/procmsg.c
14020         * src/procmsg.h
14021         * src/summaryview.c
14022                 flag changing optimisation
14023
14024 2005-08-18 [martin]     1.9.13cvs36
14025
14026         * commitHelper
14027             added my login
14028         * src/addrcache.c
14029         * src/addrharvest.c
14030         * src/addrindex.c
14031         * src/compose.c
14032         * src/grouplistdialog.c
14033         * src/main.c
14034         * src/mainwindow.c
14035         * src/msgcache.c
14036         * src/mutt.c
14037         * src/pine.c
14038         * src/prefs_account.c
14039         * src/prefs_themes.c
14040         * src/stock_pixmap.c
14041         * src/summaryview.c
14042         * src/gtk/about.c
14043         * src/gtk/logwindow.c
14044             removed deprecated glib and gdk stuff
14045         * src/plugins/pgpcore/select-keys.c
14046             convert attributes from locale to utf8
14047
14048 2005-08-17 [paul]       1.9.13cvs35
14049
14050         * src/account.c
14051         * src/addressbook.c
14052                 use new GTK_STOCK_ icons if available
14053         * src/summaryview.c
14054         * src/gtk/gtksctree.c
14055         * src/gtk/gtksctree.h
14056                 faster range select. patch by Colin
14057
14058 2005-08-17 [paul]       1.9.13cvs34
14059
14060         patches by colin:
14061         * src/addressbook.c
14062         * src/addressitem.h
14063                 Add an edit button for contacts, fix selections
14064                 of gtksctree items
14065         * src/editaddress.c
14066                 Change labels, let Save be always possible in the
14067                 email and user atributes tabs
14068         * src/folderview.c
14069                 fix sort issues
14070         * src/summaryview.c
14071                 select next item instead of the displayed one
14072                 after deletion
14073
14074         * src/gtk/progressdialog.c
14075                 use prefs_common.enable_rules_hint
14076
14077 2005-08-13 [hoa]        1.9.13cvs33
14078
14079         * src/etpan/imap-thread.c
14080                 fixed build on Solaris.
14081
14082 2005-08-10 [colin]      1.9.13cvs32
14083
14084         * src/procmsg.c
14085                 Fix cvs31 (missing fclose before reading
14086                 the file)
14087
14088 2005-08-10 [colin]      1.9.13cvs31
14089
14090         * src/procmsg.c
14091                 Fix procmsg_msginfo_new_from_mimeinfo() when
14092                 the MimeInfo isn't stored in memory. This fixes
14093                 replying to an attached message.
14094
14095 2005-08-10 [colin]      1.9.13cvs30
14096
14097         * src/mainwindow.c
14098                 Fix slowness in account changing
14099
14100 2005-08-10 [colin]      1.9.13cvs29
14101
14102         * src/folder.c
14103         * src/folderutils.c
14104         * src/folderview.c
14105         * src/imap_gtk.c
14106         * src/mainwindow.c
14107         * src/mh_gtk.c
14108         * src/procmsg.c
14109         * src/summaryview.c
14110                 Optimize folder_has_parent_of_type
14111                 Prevent moving special sub-folders from contextual menus
14112                 Rework message a bit ("Empty all messages" -> "Delete all
14113                 messages")
14114                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
14115                 and "Deleted Items" folders)
14116
14117 2005-08-08 [colin]      1.9.13cvs28
14118
14119         * src/summaryview.c
14120         * src/prefs_summaries.c
14121                 Make "Select first unread|new" more flexible
14122                 (just prioritize new or unread)
14123
14124 2005-08-08 [colin]      1.9.13cvs27
14125
14126         * src/summaryview.c
14127                 If "select first new" is selected and there only
14128                 are unread messages, fallback to "select first
14129                 unread".
14130
14131 2005-08-08 [colin]      1.9.13cvs26
14132
14133         * src/folder.c
14134                 Fix shameful bugs (and bug #779)
14135
14136 2005-08-08 [colin]      1.9.13cvs25
14137
14138         * src/folder.c
14139         * src/folder.h
14140                 Cache parents' type to make folder_has_parent_of_type
14141                 faster
14142         * src/folderview.c
14143                 Forbid DnD of special sub-folders
14144         * src/procmsg.c
14145         * src/procmsg.h
14146                 Add MAIL_POSTFILTERING_HOOK
14147         * src/summaryview.c
14148                 Revert over-zealous deletion of the use_addr_book 
14149                 code
14150
14151 2005-08-07 [colin]      1.9.13cvs24
14152
14153         * src/folder.c
14154                 Fix big mistake (passing MsgInfo instead 
14155                 of FolderItem)
14156
14157 2005-08-07 [colin]      1.9.13cvs23
14158
14159         * src/compose.c
14160         * src/folder.c
14161         * src/folder.h
14162         * src/foldersel.c
14163         * src/folderutils.c
14164         * src/folderview.c
14165         * src/imap.c
14166         * src/mainwindow.c
14167         * src/messageview.c
14168         * src/mh.c
14169         * src/msgcache.c
14170         * src/procmime.c
14171         * src/summaryview.c
14172                 Make subfolders of Drafts, Queue, Outbox, Trash
14173                 work like their parents. 
14174                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
14175
14176 2005-08-07 [colin]      1.9.13cvs22
14177
14178         * src/addressbook.c
14179                 Fix bug #771 (Dragged contacts not saved)
14180
14181 2005-08-07 [paul]       1.9.13cvs21
14182
14183         * src/summaryview.c
14184                 fix bug 32 'Search Doesn't display results
14185                 if "Hide Read Messages" is chosen'
14186                 be more literal in interpreting 'Hide read
14187                 messages'
14188
14189 2005-08-07 [colin]      1.9.13cvs20
14190
14191         * src/folderview.c
14192                 Add debug
14193         * src/summaryview.c
14194                 Faster 'unthread_for_execution'
14195
14196 2005-08-06 [paul]       1.9.13cvs19
14197
14198         * src/mainwindow.c
14199                 add mnemonics to Set displayed columns
14200                 fix bug where msgview_visible option was
14201                 overwritten as TRUE on startup
14202
14203 2005-08-06 [paul]       1.9.13cvs18
14204
14205         * src/mainwindow.c
14206                 refer to 'displayed columns in folder/message
14207                 list' not 'displayed items in summary/message view'
14208         * src/prefs_display_header.c
14209                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
14210                 be consistent with similar dialogues
14211         * src/prefs_folder_column.c
14212         * src/prefs_summary_column.c
14213                 'columns' not 'items', and folder and message lists,
14214                 instead of folder and summary views;
14215                 Use 'Hidden columns' as list heading not 'Available
14216                 items';
14217                 move the 'Remove' button to the right hand side;
14218                 top-align the buttons;
14219                 remove unneeded vbox
14220         * src/prefs_summaries.c
14221                 put the 2 column prefs buttons in a frame to reduce
14222                 overall width; refer to columns not items &c.
14223
14224 2005-08-05 [colin]      1.9.13cvs17
14225
14226         * src/prefs_common.c
14227         * src/prefs_common.h
14228         * src/mainwindow.c
14229         * src/compose.c
14230         * src/messageview.c
14231                 Add an hidden toolbar_detachable pref, so
14232                 that I can get rid of these painful handles
14233                 in the toolbars. Defaults to TRUE to avoid
14234                 changing the GUI on unsuspecting people...
14235
14236 2005-08-05 [colin]      1.9.13cvs16
14237
14238         * src/Makefile.am
14239         * src/prefs_folder_column.c
14240         * src/prefs_folder_column.h
14241                 Add prefs for folder columns
14242         * src/folderview.c
14243         * src/folderview.h
14244         * src/mainwindow.c
14245         * src/mainwindow.h
14246         * src/prefs_common.c
14247         * src/prefs_common.h
14248         * src/prefs_summaries.c
14249                 Use them
14250         * src/prefs_summary_column.c
14251         * src/summaryview.c
14252         * src/summaryview.h
14253                 Add a To column
14254         * src/textview.c
14255         * src/common/utils.c
14256         * src/common/utils.h
14257                 Move uri colourisation functions
14258                 to utils
14259         * src/compose.c
14260                 Colourise URIs
14261         * src/imap.c
14262                 Fix bug with LIST where we'd try
14263                 to get Folder//////[...]/// 
14264
14265 2005-08-05 [paul]       1.9.13cvs15
14266
14267         * src/prefs_summaries.c
14268                 improve the English usage
14269         * src/summaryview.c
14270                 set font on column change
14271                 thanks to Colin
14272
14273 2005-08-05 [paul]       1.9.13cvs14
14274
14275         * src/prefs_common.c
14276         * src/prefs_common.h
14277         * src/prefs_summaries.c
14278         * src/summaryview.c
14279                 replace 'open_unread_on_enter' option with
14280                 'select_on_entry' option. opening/not opening
14281                 is now exclusively controlled by 'always_show_msg'
14282
14283 2005-08-04 [colin]      1.9.13cvs13
14284
14285         * src/compose.c
14286                 Remove dead code
14287                 Add colourisation of quotes and signatures
14288         * src/folderview.c
14289                 Fix possible crashes
14290         * src/messageview.c
14291                 Change an assert that is no problem
14292         * src/news.c
14293         * src/news_gtk.c
14294         * src/news_gtk.h
14295                 Fix offline mode
14296         * src/gtk/quicksearch.c
14297                 Fix a possible crash
14298
14299 2005-08-03 [colin]      1.9.13cvs12
14300
14301         * src/prefs_account.c
14302                 Fix bug #777 (Sylpheed crash in account configuration)
14303
14304 2005-08-03 [colin]      1.9.13cvs11
14305
14306         * src/addressbook.c
14307         * src/editaddress.c
14308         * src/editgroup.c
14309                 Fixing addressbook, round 2
14310         * src/textview.c
14311                 Fix emphasis color on rechecking 'Colorize messages'
14312
14313 2005-08-03 [paul]       1.9.13cvs10
14314
14315         sync with main
14316
14317         * src/addr_compl.c
14318         * src/compose.c
14319         * src/main.c
14320         * src/pop.c
14321         * src/prefs_account.c
14322         * src/procmime.c
14323         * src/procmsg.c
14324         * src/quote_fmt_parse.y
14325         * src/textview.c
14326         * src/common/quoted-printable.c
14327         * src/common/utils.c
14328         * src/common/utils.h
14329         * src/common/xml.c
14330                 replaced incorrect locale-independent
14331                 ctype functions with GLib's. Corrected
14332                 signedness mismatch.
14333         * src/headerview.c
14334                 headerview_create(): added spacing for vbox.
14335         * src/gtk/about.c
14336                 set focus to the OK button.
14337
14338 2005-08-03 [colin]      1.9.13cvs9
14339
14340         * src/folderview.c
14341                 Fix possible crash
14342
14343 2005-08-02 [colin]      1.9.13cvs8
14344
14345         * src/mainwindow.c
14346                 Fix cast
14347         * src/addressbook.c
14348         * src/addressitem.h
14349                 Fix a cast and more generally, try to make the
14350                 GUI more intuitive and consistent (round 1)
14351
14352 2005-08-02 [paul]       1.9.13cvs7
14353
14354         * src/folder.h
14355                 missing in 1.9.13cvs6
14356
14357 2005-08-02 [colin]      1.9.13cvs6
14358
14359         * src/folder.c
14360                 Fix one more leak
14361
14362 2005-08-02 [colin]      1.9.13cvs5
14363
14364         * src/folder.c
14365         * src/folderview.c
14366         * src/imap.c
14367         * src/main.c
14368         * src/mbox.c
14369         * src/procmsg.c
14370         * src/summaryview.c
14371                 Fix a number of folder_item_get_msg_list()-related
14372                 leaks (missing procmsg_msginfo_free()s)
14373
14374 2005-08-01 [colin]      1.9.13cvs4
14375
14376         * src/folderview.c
14377         * src/folderview.h
14378         * src/mainwindow.c
14379         * src/prefs_fonts.c
14380         * src/prefs_summaries.c
14381         * src/prefs_themes.c
14382         * src/summaryview.c
14383         * src/summaryview.h
14384         * src/textview.c
14385         * src/textview.h
14386                 Fix instant-apply of summary and folderview-related prefs
14387                 Fix erroneous g_free and alertpanels in prefs_theme
14388                 Add instant-apply for fonts
14389                 Defer applying of prefs a little bit so it's done only
14390                 once even if requested by multiples prefs pages
14391
14392 2005-08-01 [paul]       1.9.13cvs3
14393
14394         * src/main.c
14395                 fix bug 776 'S.C. crashes on close'
14396                 thanks to Colin
14397         * src/etpan/etpan-thread-manager-types.h
14398                 add missing include
14399                 thanks to Hoa
14400
14401 2005-07-25 [paul]       1.9.13cvs2
14402
14403         * src/summaryview.c
14404                 fix typos. spotted by Fabien Vantard
14405
14406 2005-07-24 [paul]       1.9.13cvs1
14407
14408         * doc/man/sylpheed.1
14409                 update man page, incorporating fix of
14410                 bug 769 'Typo in manpage'
14411         * src/etpan/imap-thread.c
14412                 fix NetBSD openssl dependencies. patch by
14413                 George Michaelson <ggm@apnic.net>
14414         * po/pt_BR.po
14415                 updated by Frederico Goncalves Guimaraes
14416
14417 2005-07-22 [paul]       1.9.13
14418
14419         1.9.13 release
14420
14421 2005-07-22 [paul]       1.9.12cvs91
14422
14423         * AUTHORS
14424         * INSTALL
14425         * README.claws
14426         * RELEASE_NOTES.claws
14427                 updated for release
14428         * configure.ac
14429         * po/nb.po
14430         * tools/claws.i18n.status.pl
14431                 add Norwegian translation. submiited by
14432                 Geir Helland <pjallabais@users.sourceforge.net>
14433         * po/ca.po
14434         * po/de.po
14435         * po/es.po
14436         * po/fi.po
14437         * po/fr.po
14438         * po/it.po
14439         * po/sk.po
14440         * po/sr.po
14441         * po/zh_CN.po
14442                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14443                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
14444                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
14445                 Yang Guilong
14446         * src/plugins/clamav/clamav_plugin_gtk.c
14447         * src/plugins/spamassassin/spamassassin_gtk.c
14448                 replace outdated description strings
14449
14450 2005-07-21 [colin]      1.9.12cvs90
14451
14452         * src/folder.c
14453                 Set folder to batch mode when scanning it. Makes deletion
14454                 of unread mails on IMAP much faster (due to the UNREAD 
14455                 flag unsetting)
14456
14457 2005-07-21 [darko]      1.9.12cvs89
14458
14459         * configure.ac
14460                 link against libresolv if necessary (patch by Paul)
14461         * src/msgcache.c
14462                 use glib's portable macros to determine endianness
14463
14464 2005-07-21 [paul]       1.9.12cvs88
14465
14466         * src/crash.c
14467         * src/gtk/about.c
14468                 update compiled-in features list
14469
14470 2005-07-20 [colin]      1.9.12cvs87
14471
14472         * src/folder.c
14473         * src/textview.c
14474                 Gcc 2.9x compilation fixes, thanks to Darko
14475         * src/plugins/clamav/clamav_plugin.c
14476                 Little optimisation: load virus database only once
14477         * src/plugins/spamassassin/spamassassin.c
14478                 Big optimisation: filtering one mail took at least 1 second,
14479                 now it takes at least 50ms. Doesn't speed up spamassassin 
14480                 itself, but should already be much more tolerable.
14481
14482 2005-07-20 [colin]      1.9.12cvs86
14483
14484         * src/summaryview.c
14485                 Fix performance issue
14486
14487 2005-07-19 [colin]      1.9.12cvs85
14488
14489         * src/plugins/pgpinline/plugin.c
14490                 Fix warning
14491
14492 2005-07-19 [colin]      1.9.12cvs84
14493
14494         * configure.ac
14495         * src/plugins/Makefile.am
14496         * src/plugins/pgpinline/.cvsignore
14497         * src/plugins/pgpinline/Makefile.am
14498         * src/plugins/pgpinline/pgpinline.c
14499         * src/plugins/pgpinline/pgpinline.deps
14500         * src/plugins/pgpinline/pgpinline.h
14501         * src/plugins/pgpinline/plugin.c
14502                 Put pgpinline in the main tree
14503
14504 2005-07-19 [paul]       1.9.12cvs83
14505
14506         * src/prefs_actions.c
14507                 prevent '//' in menu names, which cause a crash
14508                 thanks to Colin
14509
14510 2005-07-19 [paul]       1.9.12cvs82
14511
14512         * configure.ac
14513                 be generally more informative in configure output.
14514                 OpenSSL: correction: '[ --enable-openssl ...' -> 
14515                 '[ --disable-openssl ...', as --enable-openssl is default
14516                 PGP/MIME: don't check for GPGME again, check for
14517                 pgpcore instead. Therefore prevent the possibility of
14518                 attempting to build pgpmime if pgpcore dependencies are
14519                 not met
14520                 ClamAV: use pkgconfig to check for lib
14521                 libgnomeprint: revert logic on inner test to match
14522                 everything else
14523         * src/plugins/pgpcore/sgpgme.c
14524                 add missing include
14525
14526 2005-07-19 [colin]      1.9.12cvs81
14527
14528         * src/summaryview.c
14529                 Fix slow thread rebuilding in particular
14530                 cases
14531
14532 2005-07-19 [paul]       1.9.12cvs80
14533
14534         * sylpheed-claws.desktop
14535                 fix typo, spotted by Stephan Sachse
14536         * src/account.c
14537                 replace GTK_STOCK_ADD with
14538                 GTK_STOCK_NEW button
14539
14540 2005-07-18 [colin]      1.9.12cvs79
14541
14542         * src/etpan/imap-thread.c
14543                 Fix return value (Thanks Hoa)
14544
14545 2005-07-18 [colin]      1.9.12cvs78
14546
14547         * src/imap.c
14548                 Allow empty passwords
14549                 Create drafts/queue/outbox if necessary
14550         * src/summaryview.c
14551                 Remove old code
14552         * src/etpan/imap-thread.c
14553                 Fix STARTTLS (Thanks to Hoa)
14554
14555 2005-07-18 [paul]       1.9.12cvs77
14556
14557         * ChangeLog-gtk2.jp
14558         * ChangeLog.jp
14559                 removed
14560         * Makefile.am
14561                 updated to reflect additions and removals
14562         * TODO
14563                 updated to be claws-specific
14564         * TODO-gtk2
14565         * TODO-gtk2.jp
14566         * TODO.jp
14567         * sylpheed-128x128.png
14568         * sylpheed-64x64.png
14569                 removed
14570         * sylpheed-claws-128x128.png
14571         * sylpheed-claws-64x64.png
14572         * sylpheed-claws.desktop
14573         * sylpheed-claws.png
14574                 added
14575         * sylpheed.desktop
14576         * sylpheed.png
14577                 removed
14578
14579 2005-07-17 [paul]       1.9.12cvs76
14580
14581         * src/account.c
14582         * src/addressbook.c
14583         * src/alertpanel.c
14584         * src/alertpanel.h
14585         * src/compose.c
14586         * src/exphtmldlg.c
14587         * src/expldifdlg.c
14588         * src/folderview.c
14589         * src/imap_gtk.c
14590         * src/inc.c
14591         * src/message_search.c
14592         * src/messageview.c
14593         * src/mh_gtk.c
14594         * src/news_gtk.c
14595         * src/prefs_actions.c
14596         * src/prefs_filtering.c
14597         * src/prefs_matcher.c
14598         * src/prefs_template.c
14599         * src/prefs_themes.c
14600         * src/ssl_manager.c
14601         * src/summary_search.c
14602         * src/textview.c
14603         * src/toolbar.c
14604         * src/gtk/sslcertwindow.c
14605         * src/plugins/pgpcore/sgpgme.c
14606                 rework alertpanels
14607
14608 2005-07-17 [colin]      1.9.12cvs75
14609
14610         * src/privacy.c
14611                 add a PrivacySystem accessor that checks that
14612                 the system cached in a MimeInfo's privacydata
14613                 is still registered. Use this accessor instead
14614                 of directly using data->system. Fixes crashes
14615                 after unloading pgp plugins.
14616
14617 2005-07-17 [colin]      1.9.12cvs74
14618
14619         * src/alertpanel.c
14620                 Change geometry hints to a simple default size.
14621                 Fixes the certs dialogs.
14622
14623 2005-07-17 [colin]      1.9.12cvs73
14624
14625         * src/gtk/sslcertwindow.c
14626                 Use a gtkExpander
14627
14628 2005-07-17 [colin]      1.9.12cvs72
14629
14630         * src/plugins/pgpcore/Makefile.am
14631         * src/plugins/pgpmime/Makefile.am
14632                 Add gpgme libs
14633
14634 2005-07-17 [paul]       1.9.12cvs71
14635
14636         * configure.ac
14637                 add --disable-gnomeprint option
14638                 modified version of patch by Marius Mauch
14639
14640 2005-07-17 [paul]       1.9.12cvs70
14641
14642         * src/common/defs.h
14643                 update urls
14644         * src/account.c
14645         * src/action.c
14646         * src/addressbook.c
14647         * src/compose.c
14648         * src/foldersel.c
14649         * src/folderview.c
14650         * src/html.c
14651         * src/imap_gtk.c
14652         * src/main.c
14653         * src/mainwindow.c
14654         * src/messageview.c
14655         * src/mh_gtk.c
14656         * src/mimeview.c
14657         * src/news_gtk.c
14658         * src/prefs_account.c
14659         * src/prefs_send.c
14660         * src/prefs_summaries.c
14661         * src/procmsg.c
14662         * src/summaryview.c
14663         * src/common/utils.c
14664         * src/common/xml.c
14665         * src/plugins/pgpcore/passphrase.c
14666         * src/plugins/pgpcore/select-keys.c
14667                 replace inappropriately used backticks
14668                 with single quotes
14669
14670 2005-07-16 [colin]      1.9.12cvs69
14671
14672         * src/image_viewer.c
14673                 Add extra paranoid checks
14674
14675 2005-07-16 [colin]      1.9.12cvs68
14676
14677         * src/plugins/pgpcore/prefs_gpg.c
14678                 Don't auto-check sigs by default, as it
14679                 can be really slow.
14680
14681 2005-07-16 [colin]      1.9.12cvs67
14682
14683         * src/plugins/pgpcore/sgpgme.c
14684                 Make messages a bit better.
14685
14686 2005-07-16 [colin]      1.9.12cvs66
14687
14688         * src/imap.c
14689                 Remove pseudo-log
14690         * src/etpan/imap-thread.c
14691                 Add real log
14692
14693 2005-07-16 [colin]      1.9.12cvs65
14694
14695         * src/main.c
14696         * src/prefs_other.c
14697                 And now, fix build with libetpan :-/
14698
14699 2005-07-15 [colin]      1.9.12cvs64
14700
14701         * src/prefs_other.c
14702                 Continue fixing build without libetpan.
14703
14704 2005-07-15 [colin]      1.9.12cvs63
14705
14706         * src/main.c
14707                 Fix build with --disable-libetpan
14708
14709 2005-07-15 [colin]      1.9.12cvs62
14710
14711         * configure.ac
14712                 Bump libetpan's version
14713
14714 2005-07-15 [colin]      1.9.12cvs61
14715
14716         * src/etpan/imap-thread.c
14717                 Actually stop logging :)
14718
14719 2005-07-15 [colin]      1.9.12cvs60
14720
14721         * src/addressbook.c
14722                 Fix dnd of multiple addresses.
14723
14724 2005-07-15 [hoa]        1.9.12cvs59
14725
14726         * src/etpan/imap-thread.c
14727             disable login of IMAP password in libetpan log file.
14728
14729 2005-07-15 [paul]       1.9.12cvs58
14730
14731         * src/account.c
14732                 don't automatically sort
14733                 do allow drag n drop
14734
14735 2005-07-15 [paul]       1.9.12cvs57
14736
14737         * src/account.c
14738         * src/ssl_manager.c
14739                 alphabetical listing
14740
14741 2005-07-15 [paul]       1.9.12cvs56
14742
14743         * src/gtk/pluginwindow.c
14744                 sort plugin list alphabetically
14745
14746 2005-07-15 [paul]       1.9.12cvs55
14747
14748         * src/prefs_spelling.c
14749         * src/prefs_wrapping.c
14750                 unify English usage
14751
14752 2005-07-15 [colin]      1.9.12cvs54
14753
14754         * src/wizard.c
14755                 Typo fix
14756
14757 2005-07-15 [paul]       1.9.12cvs53
14758
14759         * src/prefs_message.c
14760                 make 'show cursor' a hidden option
14761
14762 2005-07-14 [colin]      1.9.12cvs52
14763
14764         * src/plugins/spamassassin/Makefile.am
14765         * src/plugins/clamav/Makefile.am
14766                 Fix double EXTRA_DISTs
14767
14768 2005-07-14 [colin]      1.9.12cvs51
14769
14770         * src/plugins/clamav/Makefile.am
14771         * src/plugins/clamav/clamav_plugin_gtk.deps
14772         * src/plugins/spamassassin/Makefile.am
14773         * src/plugins/spamassassin/spamassassin_gtk.deps
14774                 Make $plugin_gtk depend on $plugin
14775
14776 2005-07-14 [hoa]        1.9.12cvs50
14777
14778         * src/etpan/imap-thread.c
14779                 enable debug log of libetpan when running with --debug
14780
14781 2005-07-14 [colin]      1.9.12cvs49
14782
14783         * configure.ac
14784         * src/common/Makefile.am
14785         * src/common/plugin.c
14786         * src/common/plugin.h
14787                 Add a little plugin dependancy system.
14788                 Plugins can ship a $plugin_name.deps file
14789                 (near them in PLUGINDIR) so that their
14790                 dependancies are loaded if possible.
14791         * src/plugins/Makefile.am
14792         * src/plugins/pgpcore/Makefile.am
14793         * src/plugins/pgpcore/passphrase.c
14794         * src/plugins/pgpcore/passphrase.h
14795         * src/plugins/pgpcore/plugin.c
14796         * src/plugins/pgpcore/prefs_gpg.c
14797         * src/plugins/pgpcore/prefs_gpg.h
14798         * src/plugins/pgpcore/select-keys.c
14799         * src/plugins/pgpcore/select-keys.h
14800         * src/plugins/pgpcore/sgpgme.c
14801         * src/plugins/pgpcore/sgpgme.h
14802                 Introduce pgpcore, used by pgpmime and
14803                 pgpinline
14804         * src/plugins/pgpmime/Makefile.am
14805         * src/plugins/pgpmime/passphrase.c
14806         * src/plugins/pgpmime/passphrase.h
14807         * src/plugins/pgpmime/pgpmime.c
14808         * src/plugins/pgpmime/pgpmime.deps
14809         * src/plugins/pgpmime/plugin.c
14810         * src/plugins/pgpmime/prefs_gpg.c
14811         * src/plugins/pgpmime/prefs_gpg.h
14812         * src/plugins/pgpmime/select-keys.c
14813         * src/plugins/pgpmime/select-keys.h
14814         * src/plugins/pgpmime/sgpgme.c
14815         * src/plugins/pgpmime/sgpgme.h
14816                 Remove the core from pgpmime and add the
14817                 dependancy to pgpcore.
14818
14819 2005-07-14 [paul]       1.9.12cvs48
14820
14821         * src/stock_pixmap.c
14822                 forgot this in last commit
14823
14824 2005-07-14 [paul]       1.9.12cvs47
14825
14826         * src/account.c
14827         * src/addressbook.c
14828                 add accelerators for the buttons (sync with main)
14829         * src/compose.c
14830         * src/compose.h
14831                 add accelerators for the buttons.
14832                 fix editing with external editor.
14833                 replace gdk_input_*() with GIOChannel;
14834                 (sync with main)
14835         * src/foldersel.c
14836                 display folder names with new/unread
14837                 representation (sync with main)
14838         * src/main.c
14839                 specify default window icon (sync with main)
14840         * src/prefs_common.c
14841                 use_addr_book default to FALSE
14842         * src/summaryview.c
14843         * src/textview.c
14844                 add accelerators for the buttons (sync with main)
14845         * src/gtk/menu.c
14846                 fix typos
14847         * src/pixmaps/sylpheed_icon.xpm
14848                 updated
14849
14850 2005-07-13 [paul]       1.9.12cvs46
14851
14852         * src/plugins/pgpmime/pgpmime.c
14853         * src/plugins/pgpmime/sgpgme.c
14854                 (temporarily) use deprecated gpgme_data_rewind()
14855                 while largefile support is not present
14856                 (as suggested by Colin)
14857
14858 2005-07-13 [paul]       1.9.12cvs45
14859
14860         * configure.ac
14861                 remove large file support (for now):
14862                 it breaks too many things
14863
14864 2005-07-13 [paul]       1.9.12cvs44
14865
14866         * configure.ac
14867                 add large file support
14868         * src/html.c
14869                 fix bug #763 where href attribute was not
14870                 the very first attribute of a link
14871                 patch by Thomas Gilgin
14872
14873 2005-07-13 [colin]      1.9.12cvs43
14874
14875         * src/gtk/pluginwindow.c
14876                 Little portability fix
14877
14878 2005-07-13 [colin]      1.9.12cvs42
14879
14880         * src/plugins/pgpmime/sgpgme.c
14881                 Fix crasher.
14882
14883 2005-07-13 [colin]      1.9.12cvs41
14884
14885         * src/plugins/pgpmime/pgpmime.c
14886         * src/plugins/pgpmime/sgpgme.c
14887                 Use gpgme_data_release_and_get_mem instead
14888                 of gpgme_data_read.
14889
14890 2005-07-13 [colin]      1.9.12cvs40
14891
14892         * configure.ac
14893         * src/plugins/pgpmime/passphrase.c
14894         * src/plugins/pgpmime/passphrase.h
14895         * src/plugins/pgpmime/pgpmime.c
14896         * src/plugins/pgpmime/plugin.c
14897         * src/plugins/pgpmime/select-keys.c
14898         * src/plugins/pgpmime/select-keys.h
14899         * src/plugins/pgpmime/sgpgme.c
14900         * src/plugins/pgpmime/sgpgme.h
14901                 Port pgpmime to gpgme-1.0.
14902
14903 2005-07-12 [paul]       1.9.12cvs39
14904
14905         * AUTHORS
14906         * src/toolbar.c
14907         * src/toolbar.h
14908                 add a 'Go to Prev' button to the toolbar.
14909                 correct tooltip text of go to buttons.
14910                 based on patch by Yang Guilong <bamanzi@gmail.com>
14911
14912 2005-07-12 [colin]      1.9.12cvs38
14913
14914         * src/statusbar.c
14915                 Fix progress bar showing stuff at startup.
14916
14917 2005-07-12 [paul]       1.9.12cvs37
14918
14919         * src/editjpilot.c
14920                 fix building with jpilot support
14921
14922 2005-07-11 [colin]      1.9.12cvs36
14923
14924         * src/inc.c
14925                 Add visual indication that filtering is running
14926         * src/textview.c
14927                 Make {}[] uri delimiters
14928         * src/summaryview.c
14929                 Remove useless (and slow) calls
14930
14931 2005-07-11 [paul]       1.9.12cvs35
14932
14933         * src/plugins/clamav/clamav_plugin_gtk.c
14934         * src/plugins/dillo_viewer/dillo_prefs.c
14935         * src/plugins/pgpmime/prefs_gpg.c
14936         * src/plugins/spamassassin/spamassassin_gtk.c
14937                 gather plugins prefs together under their
14938                 own 'Plugins' heading
14939
14940 2005-07-11 [paul]       1.9.12cvs34
14941
14942         sync with main
14943
14944         * src/account.c
14945                 account_delete(): modified alert dialog
14946         * src/editjpilot.c
14947         * src/editvcard.c
14948                 fixed a crash when cancelling file selection
14949                 dialog by Escape key. Made non-ascii filename
14950                 selectable.
14951         * src/prefs_template.c
14952                 prefs_template_window_create(): make scrolled
14953                 window policy AUTOMATIC
14954
14955 2005-07-10 [hoa]        1.9.12cvs33
14956
14957         * src/etpan/imap-thread.c
14958                 workaround for old Courier IMAP servers.
14959
14960 2005-07-10 [colin]      1.9.12cvs32
14961
14962         * src/folder.c
14963         * src/statusbar.c
14964         * src/statusbar.h
14965                 Add visual progress indicator on filtering/processing
14966                 Factorize the progress bar code
14967         * src/imap.c
14968         * src/imap.h
14969         * src/etpan/imap-thread.c
14970                 Add a reference counter to avoid destroying the Folder
14971                 while it's in use by another callback.
14972
14973 2005-07-09 [hoa]        1.9.12cvs31
14974
14975         * src/imap.c
14976         * src/etpan/imap-thread.c
14977                 fixed deadlock when removing IMAP account.
14978
14979 2005-07-08 [colin]      1.9.12cvs30
14980
14981         * src/textview.c
14982         * src/unmime.c
14983                 Fix again problems decoding broken headers
14984         * src/gtk/inputdialog.c
14985                 Fix local variable shadowing a global one
14986
14987 2005-07-08 [colin]      1.9.12cvs29
14988
14989         * src/msgcache.c
14990                 Make the cache/mark files platform-agnostic by writing
14991                 them in little-endian format. Reading them is also done
14992                 in little-endian format, of course; however, in order
14993                 to avoid trashing mark data on big-endian machines, the
14994                 files are, at first, read from the native format if the
14995                 little-endian one doesn't exist. This is easy to deter-
14996                 mine by trying to open a file with a swapped data_ver
14997                 and seeing if it's the wanted version.
14998                 Little-endian using users should see absolutely no
14999                 difference, Big-endian users may get a very little
15000                 performance drop due to byte-swapping.
15001                 Tested on i386 and ppc32. 
15002                 Fixes bug #159 (The index file, in the mailboxes, is 
15003                 hardware depending).
15004
15005                 To have the cache/mark files updated to the new little-
15006                 endian format, "Check for new messages" or even
15007                 "Rebuild folder tree" aren't enough. Files will be
15008                 updated as soon as a folder has been opened/closed.
15009                 To update everything, just select all folders by
15010                 selecting them one by one.
15011
15012 2005-07-07 [colin]      1.9.12cvs28
15013
15014         * src/imap.c
15015                 Remember the folder separator per IMAPFolder
15016                 instead of globally.
15017                 Revive the Session on noop; fixes bug #761
15018                 (mark a bunch of unread messages as read takes 
15019                 forever)
15020
15021 2005-07-07 [darko]      1.9.12cvs27
15022
15023         * src/common/template.c
15024                 Sort templates alphabetically
15025
15026 2005-07-06 [colin]      1.9.12cvs26
15027
15028         * src/imap.c
15029                 Try to use the correct separator in
15030                 most cases. Possibly fixes bug #759
15031                 (only creates the INBOX folder when 
15032                 setting up new IMAP account) and 
15033                 bug #760 (Can't retrieve messages)
15034
15035 2005-07-06 [colin]      1.9.12cvs25
15036
15037         * src/imap.c
15038                 Use real_path in status command. This will
15039                 help later, when namespaces will be used.
15040
15041 2005-07-06 [colin]      1.9.12cvs24
15042
15043         * configure.ac
15044         * src/account.c
15045         * src/folder.c
15046         * src/imap.c
15047         * src/etpan/etpan-log.c
15048         * src/etpan/etpan-thread-manager.c
15049         * src/etpan/imap-thread.c
15050                 Add a --disable-libetpan parameter. With this,
15051                 users that don't want IMAP4 support can avoid
15052                 the new dependancy (and have no IMAP support).
15053                 Users that have IMAP4 accounts and use this
15054                 parameter won't lose their configuration, their
15055                 IMAP accounts will just be invisible and not
15056                 used.
15057         * src/textview.c
15058                 Make the "Copy ..." contextual menu items 
15059                 copy to both the X clipboard and the gtk 
15060                 clipboard - as most other apps do.
15061         * src/gtk/about.c
15062                 Add a notice about OpenSSL usage, in order to
15063                 comply with OpenSSL's license (point 6):
15064                 http://www.openssl.org/source/license.html
15065
15066 2005-07-06 [colin]      1.9.12cvs23
15067
15068         * src/alertpanel.c
15069                 Fix a minimum size for alertpanels
15070         * src/compose.c
15071                 Show 'No space left on device' type errors
15072                 when queuing/sending
15073         * src/imap_gtk.c
15074         * src/mh_gtk.c
15075                 Rework folder's deletion message (remove 
15076                 extra \n)
15077
15078 2005-07-05 [colin]      1.9.12cvs22
15079
15080         * src/imap.c
15081                 Add an alertpanel on auth error
15082                 Add pseudo-log
15083                 Remove pthread-related stuff
15084
15085 2005-07-05 [colin]      1.9.12cvs21
15086
15087         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15088                 Fix crash on plugin reloading (with a hack)
15089
15090 2005-07-05 [colin]      1.9.12cvs20
15091
15092         * src/prefs_account.c
15093         * src/prefs_account.h
15094                 Fix typo
15095         * src/gtk/filesel.c
15096         * src/gtk/filesel.h
15097                 Add a way to filter the view
15098         * src/gtk/pluginwindow.c
15099                 Filter loadable stuff
15100         * src/plugins/pgpmime/prefs_gpg.c
15101                 Fix missing unregistration
15102         * .cvsignore
15103         * src/etpan/.cvsignore
15104         * src/plugins/spamassassin/.cvsignore
15105                 Add more stuff to cvs ignored files
15106
15107 2005-07-04 [colin]      1.9.12cvs19
15108
15109         * src/imap.c
15110                 Fix scan_required returning FALSE when it
15111                 shouldn't. Maybe fix #760 (Can't retrieve
15112                 messages)
15113
15114 2005-07-04 [colin]      1.9.12cvs18
15115
15116         * src/summaryview.c
15117                 Fix always_show_msg pref
15118
15119 2005-07-04 [paul]       1.9.12cvs17
15120
15121         sync with main (forgotten in last commit)
15122         
15123         * src/common/utils.c
15124         * src/common/utils.h
15125                 check_line_length(): new.
15126                 is_dir_exist()
15127                 is_file_entry_exist()
15128                 dirent_is_regular_file()
15129                 dirent_is_directory(): use g_file_test() instead of stat().
15130
15131 2005-07-04 [paul]       1.9.12cvs16
15132
15133         sync with main:
15134
15135         * src/compose.c
15136                 compose_write_to_file(): check for line
15137                 length limit and display warning if exceeds
15138         * src/jpilot.c
15139                 use get_home_dir() instead of g_get_home_dir()
15140         * src/procheader.c
15141                 removed warning about invalid date
15142         * src/vcard.c
15143                 use get_home_dir() instead of g_get_home_dir()
15144
15145 2005-07-04 [paul]       1.9.12cvs15
15146
15147         * src/stock_pixmap.c
15148                 fix new pixmap naming errors
15149                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
15150
15151 2005-07-04 [colin]      1.9.12cvs14
15152
15153         * src/imap.c
15154                 Fix debugging string with a warning
15155
15156 2005-07-04 [colin]      1.9.12cvs13
15157
15158         * configure.ac
15159                 Add a check for libetpan's version (>= 0.37)
15160
15161 2005-07-04 [hoa]        1.9.12cvs12
15162
15163         * commitHelper
15164         * src/imap.c
15165         * src/etpan/imap-thread.c
15166         * src/etpan/imap-thread.h
15167                 fixed IMAP implementation of check of mails.
15168
15169 2005-07-03 [hoa]        1.9.12cvs11
15170
15171         * src/etpan/Makefile.am
15172         * src/etpan/etpan-errors.h
15173         * src/etpan/etpan-log.[ch]
15174         * src/etpan/etpan-thread-manager-types.h
15175         * src/etpan/etpan-thread-manager.[ch]
15176         * src/etpan/imap-thread.[ch]
15177         * src/Makefile.am
15178         * src/imap.c
15179         * src/main.c
15180         * src/prefs_other.c
15181         * configure.ac
15182             merged imap branch.
15183             dependency on libetpan 0.37 is now added.
15184
15185 2005-07-01 [colin]      1.9.12cvs10
15186
15187         * src/Makefile.am
15188         * src/folder.c
15189         * src/folder.h
15190         * src/folderview.c
15191         * src/stock_pixmap.c
15192         * src/stock_pixmap.h
15193         * src/plugins/trayicon/trayicon.c
15194                 Add marked symbol on folders containing
15195                 marked messages
15196         * src/procmsg.c
15197         * src/procmsg.h
15198         * src/toolbar.c
15199         * src/prefs_common.c
15200         * src/prefs_common.h
15201         * src/prefs_send.c
15202                 Add an optional confirmation dialog on queue
15203                 sending. Patch by wwp.
15204         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
15205         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
15206         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
15207         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
15208         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
15209         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
15210         * src/pixmaps/inbox_mark.xpm            ** ADDED **
15211         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
15212         * src/pixmaps/outbox_mark.xpm           ** ADDED **
15213         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
15214         * src/pixmaps/trash_mark.xpm            ** ADDED **
15215                 New pixmaps
15216
15217 2005-07-01 [colin]      1.9.12cvs9
15218
15219         * src/summaryview.c
15220                 Fix a little threading bug
15221         * src/addrgather.c
15222         * src/mainwindow.c
15223                 A little bit of HIG normality never hurts
15224
15225 2005-07-01 [colin]      1.9.12cvs8
15226
15227         * src/compose.c
15228         * src/msgcache.c
15229         * src/pop.c
15230         * src/procmime.c
15231         * src/recv.c
15232         * src/common/log.c
15233         * src/common/template.c
15234         * src/common/utils.c
15235         * src/common/utils.h
15236                 Reverted the fwrite_atomic stuff. In fact
15237                 it is already atomic.
15238
15239 2005-06-30 [colin]      1.9.12cvs7
15240
15241         * src/common/utils.c
15242         * src/common/utils.h
15243                 Add an fwrite_atomic() function to make
15244                 sure we write everything: fwrite can make
15245                 short writes.
15246         * src/compose.c
15247         * src/msgcache.c
15248         * src/pop.c
15249         * src/procmime.c
15250         * src/recv.c
15251         * src/common/log.c
15252         * src/common/template.c
15253                 Use that (and fix swapping of size and nmemb).
15254                 Thanks to Rich Coe for the heads up.
15255
15256 2005-06-30 [colin]      1.9.12cvs6
15257
15258         * src/addressbook.c
15259                 Optimize addressbook opening 
15260
15261 2005-06-30 [colin]      1.9.12cvs5
15262
15263         * src/summaryview.c
15264                 Remove calls to summary_step after move/copy
15265
15266 2005-06-28 [paul]       1.9.12cvs4
15267
15268         * src/alertpanel.c
15269                 wrap and make the error msg selectable
15270
15271 2005-06-28 [paul]       1.9.12cvs3
15272
15273         * src/ssl_manager.c
15274                 replace the OK button with a Close button
15275         * src/gtk/foldersort.c
15276                 use GTK_STOCK_ icons/buttons
15277
15278 2005-06-28 [colin]      1.9.12cvs2
15279
15280         * src/gedit-print.c             ** ADDED **
15281         * src/gedit-print.h             ** ADDED **
15282         * src/gtk/gtksourceprintjob.c   ** ADDED **
15283         * src/gtk/gtksourceprintjob.h   ** ADDED **
15284                 I can't believe no one had enough time to tell
15285                 me I forgot the `cvs add`
15286
15287 2005-06-27 [colin]      1.9.12cvs1
15288
15289         * src/Makefile.am
15290         * src/gtk/Makefile.am
15291         * src/messageview.c
15292         * src/procmsg.c
15293         * src/summaryview.c
15294         * configure.ac
15295                 Add optional libgnomeprint-based printing
15296         * src/mainwindow.c
15297         * src/gtk/quicksearch.c
15298                 Add an Edit/Quick search menu item to show
15299                 and focus the quicksearch
15300
15301 2005-06-27 [paul]       1.9.12
15302
15303         1.9.12 release
15304
15305         * po/ca.po
15306         * po/de.po
15307         * po/es.po
15308         * po/fr.po
15309         * po/it.po
15310         * po/ko.po
15311         * po/pt_BR.po
15312         * po/sk.po
15313         * po/zh_CN.po
15314                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
15315                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
15316                 SungHyun Nam, Frederico Goncalves Guimaraes,
15317                 Andrej Kacian, and Yang Guilong
15318 2005-06-26 [colin]      1.9.11cvs106
15319
15320         * src/imap_gtk.c
15321                 Forgot one file for previous fix
15322
15323 2005-06-26 [colin]      1.9.11cvs105
15324
15325         * src/folder.c
15326         * src/imap.c
15327                 Fix problems with folder operations in no_select
15328                 imap folders. it applies only to mails, and 
15329                 creation/deletion/move/renaming of folders 
15330                 should be possible
15331
15332 2005-06-26 [paul]       1.9.11cvs104
15333
15334         * src/prefs_filtering.c
15335                 replace one more GTK_STOCK_REMOVE
15336                 with GTK_STOCK_DELETE
15337
15338 2005-06-25 [colin]      1.9.11cvs103
15339
15340         * src/imap.c
15341                 Optimize get_seq_set_from_seq_list
15342                 (Patch by Ricardo) 
15343
15344 2005-06-25 [colin]      1.9.11cvs102
15345
15346         * src/mh.c
15347                 If the directory exists, but not in the
15348                 correct encoding, rename it. This should
15349                 handle old-versions-induced bugs.
15350
15351 2005-06-25 [colin]      1.9.11cvs101
15352
15353         * src/mh.c
15354                 Fix path access with extended dir names
15355                 Fixes bug #589 (SC segfaults with wrong locale
15356                 settings)
15357
15358 2005-06-25 [colin]      1.9.11cvs100
15359
15360         * src/prefs_account.c
15361         * src/prefs_account.h
15362         * src/compose.c
15363                 Add an option to encrypt replies to
15364                 encrypted messages
15365
15366 2005-06-25 [colin]      1.9.11cvs99
15367
15368         * src/compose.c
15369         * src/quote_fmt_parse.y
15370                 ... And make it work with pgpinline.
15371
15372 2005-06-25 [colin]      1.9.11cvs98
15373
15374         * src/compose.c
15375         * src/procmime.c
15376         * src/procmime.h
15377         * src/quote_fmt_parse.y
15378                 o Make reedition of encrypted messages possible
15379                   (as long as it is encrypted to self too, no
15380                    magic there)
15381                 o Make replying with quote (and without selecting
15382                   text) possible for encrypted messages.
15383                 Closes bug #550 (Not possible to "reply with quote"
15384                 to gnupg encrypted messages)
15385
15386 2005-06-24 [paul]       1.9.11cvs97
15387
15388         * src/imap.c
15389                 add missing include
15390
15391 2005-06-24 [paul]       1.9.11cvs96
15392
15393         * src/editldap.c
15394                 made bind password entry invisible
15395                 (sync with main)
15396         * src/send_message.c
15397                 send_message_local(): check exit status
15398                 to detect errors (sync with main)
15399         * src/textview.c
15400                 use main's less ambiguous popup menu
15401                 wording
15402
15403 2005-06-24 [paul]       1.9.11cvs95
15404
15405         * src/prefs_actions.c
15406         * src/prefs_customheader.c
15407         * src/prefs_display_header.c
15408         * src/prefs_filtering_action.c
15409         * src/prefs_matcher.c
15410         * src/prefs_template.c
15411         * src/prefs_toolbar.c
15412                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
15413         * src/gtk/description_window.c
15414                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
15415
15416 2005-06-23 [colin]      1.9.11cvs94
15417
15418         * src/summaryview.c
15419                 Fix rough edges (be sure to call status_show whenever
15420                 necessary).
15421
15422 2005-06-23 [colin]      1.9.11cvs93
15423
15424         * src/summaryview.c
15425                 Optimize Select All
15426                 Before, in a 5K mails folder: 11s
15427                 After, in the same folder: 58000µs
15428                 The joys of locking... gtk_clist_select_all() fires a 
15429                 tree-select-row event for each selected row, which in 
15430                 summaryview, callbacks summary_selected which in turn,
15431                 calls summary_status_show, which walks the selected
15432                 rows. Hence, calling gtk_clist_select_all was 
15433                 exponential. Locking the summaryview makes 
15434                 summary_selected return early.
15435
15436 2005-06-23 [colin]      1.9.11cvs92
15437
15438         * src/imap.c
15439                 Move mutex at the important place to avoid
15440                 deadlocks
15441         * src/summaryview.c
15442                 Fix Del key deleting directly instead of
15443                 moving to trash
15444
15445 2005-06-22 [colin]      1.9.11cvs91
15446
15447         * src/plugins/spamassassin/libspamc.c
15448                 As we do spagetti code with assignations in multiple
15449                 places (see _message_read_raw where out = msg = raw),
15450                 let's be sure we don't free the same pointer twice.
15451                 Should fix bug #683 (Crash in libpam at 
15452                 message_cleanup).
15453
15454 2005-06-22 [colin]      1.9.11cvs90
15455
15456         * src/compose.c
15457         * src/messageview.c
15458         * src/toolbar.c
15459                 Make toolbar's delete use the move to trash stuff;
15460                 Add gtk_widget_realize to be sure pixmaps can get
15461                 created (that may fix an old worksforme bug which
15462                 I can't find back...)
15463
15464 2005-06-22 [colin]      1.9.11cvs89
15465
15466         * src/summaryview.c
15467         * src/summaryview.h
15468         * src/mainwindow.c
15469                 Rename "Message/Delete" to "Message/Move to trash"
15470                 Add "Message/Delete..." that directly destroys the
15471                 selected messages after asking for a confirmation.
15472
15473 2005-06-22 [colin]      1.9.11cvs88
15474
15475         * src/imap.c
15476                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
15477                 o Fix a deadlock (thanks Darko)
15478
15479 2005-06-22 [colin]      1.9.11cvs87
15480
15481         * src/gtk/foldersort.c
15482                 Add missing include for the i18n;
15483                 patch by Fabien Vantard
15484
15485 2005-06-21 [colin]      1.9.11cvs86
15486
15487         * src/folder.c
15488         * src/folderview.c
15489                 Respect the no_select flag
15490         * src/imap.c
15491                 Fix recursive deletion
15492         * src/imap_gtk.c
15493         * src/mh_gtk.c
15494                 Make the folder deletion's warning
15495                 more explicit
15496
15497 2005-06-21 [colin]      1.9.11cvs85
15498
15499         * src/textview.c
15500                 Prevent email addresses from spanning accross
15501                 lines - fixes bug # 646 (newline-chars in 
15502                 email addresses)
15503
15504 2005-06-20 [colin]      1.9.11cvs84
15505
15506         * src/folder.c
15507                 Be sure not to remove source if copy failed
15508
15509 2005-06-20 [colin]      1.9.11cvs83
15510
15511         * src/folderview.c
15512         * src/imap_gtk.c
15513                 remove summaryview's lock
15514         * src/imap.c
15515                 introduce threads to avoid problems when foreground tasks
15516                 interfere with background tasks
15517         * src/mh.c
15518                 prevent moving to drafts/queue
15519         * src/mimeview.c
15520                 fix leak
15521
15522 2005-06-19 [colin]      1.9.11cvs82
15523
15524         * src/imap_gtk.c
15525                 Remember that the user doesn't want to override
15526                 offline mode, for 3 seconds. It avoid presenting
15527                 him with N popups in a really short time.
15528
15529 2005-06-17 [colin]      1.9.11cvs81
15530
15531         * src/imap.c
15532                 Fix IMAP breaking on folders containing '('
15533                 (Probably won't be enough)
15534
15535 2005-06-17 [colin]      1.9.11cvs80
15536
15537         Forgotten files on 1.9.11cvs79
15538         * src/summaryview.c
15539                 Fix stepping when not immediately executing
15540         * src/imap.c
15541                 Really prevent UID FETCH 0
15542         * src/codeconv.c
15543                 Fix outgoing charset never set to utf-8
15544         * src/mh.c
15545                 Fix leak
15546
15547 2005-06-16 [colin]      1.9.11cvs79
15548
15549         * src/compose.c
15550                 Fix bug #707 (Dash splits rows)
15551                 Only wrap if we're on a line break position and
15552                 the previous one was a "white" (space) char.
15553                 Pango stuff is weird.
15554
15555 2005-06-16 [colin]      1.9.11cvs78
15556
15557         * src/imap_gtk.c
15558                 Lock summaryview while downloading messages
15559                 on user demand
15560         * src/procheader.c
15561         * src/unmime.c
15562         * src/common/utils.c
15563         * src/common/utils.h
15564                 Replace \r and \n with spaces in From and
15565                 Subject headers
15566
15567 2005-06-16 [paul]       1.9.11cvs77
15568
15569         * src/procmime.c
15570                 liberalise the mime parser
15571         * src/gtk/about.c
15572                 add text wrapping
15573
15574 2005-06-16 [paul]       1.9.11cvs76
15575
15576         * src/gtk/about.c
15577                 reworked
15578
15579 2005-06-15 [colin]      1.9.11cvs75
15580
15581         * src/compose.c
15582                 Finish header encoding fix
15583         * src/summaryview.c
15584                 Fix segfault
15585         * src/headerview.c
15586                 Fix compilation (Thanks Stephan
15587                 Sachse)
15588
15589 2005-06-15 [colin]      1.9.11cvs74
15590
15591         * Makefile.am
15592                 Install gnome2 stuff rather than gnome1, 
15593                 if both are present
15594         * src/codeconv.c
15595         * src/codeconv.h
15596         * src/compose.c
15597                 Fix headers encoding
15598         * src/folder.c
15599                 Visual progress when fetching all messages
15600         * src/folderview.c
15601         * src/summaryview.c
15602         * src/summaryview.h
15603                 Prevent changing current message while
15604                 incorporating
15605
15606 2005-06-15 [paul]       1.9.11cvs73
15607
15608         * src/gtk/gtkaspell.c
15609         * src/gtk/gtkaspell.h
15610                 fix build warnings
15611
15612 2005-06-15 [paul]       1.9.11cvs72
15613
15614         * src/prefs_filtering.c
15615                 allow reordering of filter rules by
15616                 drag n drop
15617
15618 2005-06-15 [paul]       1.9.11cvs71
15619
15620         * COPYING
15621                 updated
15622         * src/codeconv.c
15623                 replace deprecated function
15624         * src/inc.c
15625         * src/send_message.c
15626         * src/gtk/progressdialog.c
15627         * src/gtk/progressdialog.h
15628                 salvage and reuse parts of reverted sync
15629
15630 2005-06-15 [paul]       1.9.11cvs70
15631
15632         * src/inc.c
15633         * src/send_message.c
15634         * src/gtk/progressdialog.c
15635         * src/gtk/progressdialog.h
15636                 revert yesterday's sync with main
15637                 it contains deprecated functions
15638
15639 2005-06-15 [colin]      1.9.11cvs69
15640
15641         * src/headerview.c
15642                 Fix bug #670 (multi user to: will corrupt message 
15643                 headers display)
15644
15645 2005-06-15 [colin]      1.9.11cvs68
15646
15647         * src/compose.c
15648                 Fix bug #421 (Fix undo on wrapping)
15649
15650 2005-06-15 [colin]      1.9.11cvs67
15651
15652         * src/folder.c
15653                 Provide visual feedback while processing
15654                 folder's rules.
15655         * src/imap.c
15656                 Provide visual feedback while getting
15657                 short headers (for uncached messages)
15658
15659
15660 2005-06-14 [paul]       1.9.11cvs66
15661
15662         * src/account.c
15663                 change a couple stock icons
15664         * src/inc.c
15665         * src/send_message.c
15666         * src/gtk/progressdialog.c
15667         * src/gtk/progressdialog.h
15668                 sync main's GtkTreeView implementation
15669
15670 2005-06-14 [colin]      1.9.11cvs65
15671
15672         * src/imap.c
15673                 Various little fixes, mainly on error paths
15674
15675 2005-06-13 [colin]      1.9.11cvs64
15676
15677         * matcher.c
15678         * procmsg.c
15679         * procmsg.h
15680                 Add a way to fetch only headers. This speeds
15681                 up filtering on headers for IMAP. Fixes:
15682                 bug #481 extraneous imap commands slow down 
15683                         imap filtering
15684                 bug #522 Sylpheed downloads all messages 
15685                         when opening mailbox (IMAP)
15686                 bug #677 IMAP fetch is soooooooooooooo slow
15687         * src/folder.c
15688         * src/folder.h
15689                 Add a folder set_batch method so that
15690                 implementations can speed up flags changes
15691         * src/folderutils.c
15692         * src/summaryview.c
15693                 Use that in mark as (un)read and mark all read
15694                 Refix bug #679
15695         * src/imap.c
15696                 Implement set_batch - brings back deferred
15697                 flags in a less buggy manner. Fixes:
15698                 bug #729 IMAP immediate expunge of deleted messages
15699                 bug #191 remove list of messages with one command
15700                 Fix login with strange chars
15701                 Implement fetch_msg_full
15702                 Fix copy (wrong counts)
15703
15704 2005-06-12 [colin]      1.9.11cvs63
15705
15706         * src/folder.c
15707                 lock incorporation during long operations.
15708                 Avoids fucking up the IMAP socket.
15709
15710 2005-06-12 [colin]      1.9.11cvs62
15711
15712         * src/imap.c
15713                 Fix harmful typo
15714                 Factorize remove_all_msg
15715                 Thread-ize expunge
15716         * src/summaryview.c
15717                 Don't update partial-download status if unnecessary
15718         * src/folder.c
15719                 Use remove_msgs everywhere possible
15720
15721 2005-06-12 [colin]      1.9.11cvs61
15722
15723         * src/folder.c
15724         * src/folder.h
15725                 Add a remove_msgs function to remove a 
15726                 list of messages
15727         * src/imap.c
15728                 Implement that.
15729
15730 2005-06-12 [colin]      1.9.11cvs60
15731
15732         * src/imap.c
15733                 Remove flags-processing deferring... Too hard
15734                 to get it to work in all cases.
15735
15736 2005-06-11 [colin]      1.9.11cvs59
15737
15738         * src/imap.c
15739                 printf -> debug_print
15740
15741 2005-06-11 [colin]      1.9.11cvs58
15742
15743         * src/imap.c
15744                 o Fix build without USE_PTHREAD
15745                 o Factorize imap_open
15746                 o Alertpanel in case of impossible connection
15747                 o Alertpanel in case of impossible login
15748                 o Fix deferred flags processing to force a 
15749                   flush before adding some more flags to process,
15750                   but in another folder.
15751
15752 2005-06-10 [colin]      1.9.11cvs57
15753
15754         * src/imap.c
15755                 o Fix a format string error
15756                 o init ssl socket outside of the thread 
15757                   (it possibly invokes gtk calls)
15758         * src/procmime.c
15759                 o Put back the buffer to its necessary size
15760                 o Fix changing a file pointer without keeping
15761                   track of it (thanks Valgrind)
15762         * src/common/smtp.c
15763                 o Fix automatic STARTTLS if login should be done
15764                   and the server only allows it after starting TLS
15765         * src/gtk/gtkinputdialog.c
15766                 o Eat GDK_Return so that the combo popup doesn't 
15767                   appear when we press Enter to validate the combo
15768                   input dialog (as seen in the Open with... dialog)
15769
15770 2005-06-10 [colin]      1.9.11cvs56
15771
15772         * src/imap.c
15773                 o A bit less debug
15774                 o Fix a crash on deletion
15775                 o Threadize imap_select (it's called outside of 
15776                   threads)
15777                 o Defer treatment of DELETED flags
15778
15779
15780 2005-06-09 [colin]      1.9.11cvs55
15781
15782         * src/imap.c
15783                 Make sure we check imap_gtk_should_override(), which
15784                 potentially calls gtk stuff, before creating thread.
15785                 That way it should't be called via imap_get_session()
15786                 inside a thread.
15787
15788 2005-06-09 [colin]      1.9.11cvs54
15789
15790         * src/imap.c
15791                 o add a bit of status output
15792                 o remove some dead code
15793                 o threadize get_list_of_uids
15794                 o threadize imap_get_flags
15795                 o defer flag changing by 500ms so that they
15796                   can be batched
15797
15798
15799 2005-06-08 [colin]      1.9.11cvs53
15800
15801         * src/imap.c
15802                 Thread-ize imap_cmd_fetch
15803
15804 2005-06-08 [colin]      1.9.11cvs52
15805
15806         * src/main.c
15807                 Mmh, that broke POP3...
15808
15809 2005-06-08 [colin]      1.9.11cvs51
15810
15811         * src/main.c
15812                 Stabilize IMAP patch (thanks to Hoa)
15813
15814 2005-06-08 [colin]      1.9.11cvs50
15815
15816         * src/imap.c
15817                 Test patch to speed up imap. 
15818
15819 2005-06-08 [colin]      1.9.11cvs49
15820
15821         * src/imap_gtk.c
15822                 Warning fix
15823         * src/procmime.c
15824                 Apply patch from gentoo to use /usr/share/mime/globs if 
15825                 available, after un-breaking it
15826         * src/common/log.c
15827         * src/common/log.h
15828                 Use g_timeout for invoking hooks that possibly use gtk
15829                 calls. This should leave gtk calls in the main thread.
15830
15831 2005-06-08 [paul]       1.9.11cvs48
15832
15833         * src/codeconv.c
15834                 conv_get_outgoing_charset_str(): don't
15835                 use prefs_common setting
15836         * src/compose.c
15837         * src/compose.h
15838                 add /Options/Character encoding/... to
15839                 temporarily change the outgoing encoding
15840
15841         (belated sync with main)
15842
15843 2005-06-08 [paul]       1.9.11cvs47
15844
15845         * src/compose.c
15846                 correction to/completion of last
15847                 sync with main
15848
15849 2005-06-08 [paul]       1.9.11cvs46
15850
15851         sync with main:
15852         
15853         * src/codeconv.c
15854         * src/codeconv.h
15855                 always enabled Japanese auto-detection
15856                 if the first letters of locale string
15857                 is "ja"
15858         * src/compose.c
15859                 don't use "destroy" signal to destroy
15860                 Compose object (fix rare crashes on discard?)
15861         * src/mainwindow.c
15862         * src/messageview.c
15863         * src/prefs_send.c
15864                 added Hebrew encodings
15865         * src/sourcewindow.c
15866                 don't use "destroy" signal to destroy
15867                 objects
15868
15869 2005-06-07 [colin]      1.9.11cvs45
15870
15871         * src/summaryview.c
15872                 Add missing unlocks/locks
15873
15874 2005-06-07 [paul]       1.9.11cvs44
15875
15876         * src/summaryview.c
15877                 restore bug #749 fix
15878
15879 2005-06-06 [colin]      1.9.11cvs43
15880
15881         * src/summaryview.c
15882                 Fix selection bug when prefs_common.open_unread 
15883                 is FALSE
15884
15885 2005-06-06 [colin]      1.9.11cvs42
15886
15887         * src/common/md5.c
15888                 Fix a warning
15889         * src/summaryview.c
15890         * src/folderview.c
15891                 Factorize long operations beginning and end
15892                 (locking, freezing/thawing, cursor, ...)
15893                 Check selection->data member in selection-
15894                 related loops; this avoids dying an awful
15895                 death if the selection changes on us while
15896                 we're marking a whole IMAP folder unread, 
15897                 for example.
15898
15899 2005-06-06 [paul]       1.9.11cvs41
15900
15901         * src/textview.c
15902                 don't g_free() a static gchar buffer
15903
15904 2005-06-05 [colin]      1.9.11cvs40
15905
15906         * src/mainwindow.c
15907         * src/messageview.c
15908         * src/summaryview.c
15909                 Fix bug #749 (Show all headers should be
15910                 sticky as the GUI suggests)
15911
15912 2005-06-03 [paul]       1.9.11cvs39
15913
15914         * src/compose.c
15915                 don't allow editing of mail while sending.
15916                 patch by Colin
15917
15918 2005-06-03 [paul]       1.9.11cvs38
15919
15920         * src/folderview.c
15921                 add a freeze/thaw to speed up 'mark all read'
15922
15923 2005-06-03 [paul]       1.9.11cvs37
15924
15925         * src/prefs_message.c
15926                 reflect changes immediately
15927
15928 2005-06-02 [colin]      1.9.11cvs36
15929
15930         * po/POTFILES.in
15931                 Patch by Fabien Vantard.
15932
15933 2005-06-02 [colin]      1.9.11cvs35
15934
15935         * src/imap.c
15936                 Use a non-blocking imap_getline() if possible.
15937                 This should completely prevent the interface
15938                 from freezin on imap operations, although it
15939                 may do strange stuff in case of folder switching
15940                 while a big imap operation is taking place...
15941
15942                 In addition, fix a leak in the case thread
15943                 creation fails on connection.
15944
15945 2005-06-02 [colin]      1.9.11cvs34
15946
15947         * src/crash.c
15948         * src/prefs_common.h
15949                 Fix build (prefs_common_init() doesn't exist
15950                 anymore)
15951
15952 2005-06-02 [colin]      1.9.11cvs33
15953
15954         * src/prefs_account.c
15955                 Fix bug #245 (filtering rules broken when
15956                 renaming a remote account (imap4 or nntp)
15957
15958 2005-06-02 [colin]      1.9.11cvs32
15959
15960         * src/imap.c
15961                 Try to fix IMAP shortcomings: 
15962                 o Multithread imap_open()
15963                 o allow offline-mode overriding instead of
15964                   just returning NULL
15965         * src/imap_gtk.c
15966         * src/imap_gtk.h
15967                 Add a function to ask whether we want to
15968                 override offline-mode for 10 minutes (one-shot
15969                 asking was painful)
15970         * src/procheader.c
15971                 Fix segfault when imap parser isn't happy about
15972                 a missing {
15973
15974 2005-06-01 [colin]      1.9.11cvs31
15975
15976         * src/addrharvest.c
15977         * src/compose.c
15978         * src/mbox.c
15979         * src/mbox.h
15980         * src/mh.c
15981         * src/msgcache.c
15982         * src/send_message.c
15983         * src/setup.c
15984         * src/undo.c
15985         * src/common/hooks.c
15986         * src/common/prefs.c
15987         * src/common/template.c
15988         * src/common/utils.c
15989         * src/gtk/gtkutils.c
15990         * src/gtk/inputdialog.c
15991         * src/gtk/menu.c
15992         * src/gtk/pluginwindow.c
15993         * src/gtk/prefswindow.c
15994         * src/plugins/pgpmime/passphrase.c
15995         * src/plugins/pgpmime/prefs_gpg.c
15996                 More -Wall fixes
15997
15998         * src/common/Makefile.am
15999         * src/common/timing.h
16000                 Add basic timing code
16001
16002         * src/summaryview.c
16003                 Fix a bug with unread messages when 
16004                 re-sorting folders, and by the way
16005                 fix a big performance hit when 
16006                 re-sorting (10k mails: before 5s,
16007                 after .5s)
16008
16009         * src/prefs_compose_writing.c
16010         * src/prefs_compose_writing.h
16011         * src/prefs_message.c
16012         * src/prefs_message.h
16013         * src/prefs_other.c
16014         * src/prefs_other.h
16015         * src/prefs_quote.c
16016         * src/prefs_quote.h
16017         * src/prefs_receive.c
16018         * src/prefs_receive.h
16019         * src/prefs_send.c
16020         * src/prefs_send.h
16021         * src/prefs_summaries.c
16022         * src/prefs_summaries.h
16023                 Fix copyright banner
16024
16025 2005-06-01 [paul]       1.9.11cvs30
16026
16027         * po/fi.po
16028                 updated by Flammie Pirinen
16029         * src/procmime.c
16030                 fix 'Bad BASE64 content' output
16031
16032 2005-05-31 [colin]      1.9.11cvs29
16033
16034         * src/procmime.c
16035                 Oops, where did my hunk go.
16036
16037 2005-05-31 [colin]      1.9.11cvs28
16038
16039         * src/Makefile.am
16040         * src/account.c
16041         * src/action.c
16042         * src/addr_compl.c
16043         * src/addressbook.c
16044         * src/codeconv.c
16045         * src/compose.c
16046         * src/export.c
16047         * src/folder.c
16048         * src/folderview.c
16049         * src/image_viewer.c
16050         * src/main.c
16051         * src/mainwindow.c
16052         * src/messageview.c
16053         * src/mimeview.c
16054         * src/msgcache.c
16055         * src/prefs_account.c
16056         * src/prefs_actions.c
16057         * src/prefs_common.c
16058         * src/prefs_compose_writing.c
16059         * src/prefs_customheader.c
16060         * src/prefs_ext_prog.c
16061         * src/prefs_filtering.c
16062         * src/prefs_filtering_action.c
16063         * src/prefs_fonts.c
16064         * src/prefs_image_viewer.c
16065         * src/prefs_message.c
16066         * src/prefs_message.h
16067         * src/prefs_msg_colors.c
16068         * src/prefs_other.c
16069         * src/prefs_other.h
16070         * src/prefs_quote.c
16071         * src/prefs_receive.c
16072         * src/prefs_receive.h
16073         * src/prefs_send.c
16074         * src/prefs_send.h
16075         * src/prefs_spelling.c
16076         * src/prefs_summaries.c
16077         * src/prefs_summary_column.c
16078         * src/prefs_template.c
16079         * src/prefs_themes.c
16080         * src/prefs_toolbar.c
16081         * src/prefs_wrapping.c
16082         * src/procmime.c
16083         * src/procmsg.c
16084         * src/send_message.h
16085         * src/ssl_manager.c
16086         * src/summary_search.c
16087         * src/summaryview.c
16088         * src/textview.c
16089         * src/wizard.c
16090         * src/common/smtp.c
16091         * src/common/smtp.h
16092         * src/gtk/gtkutils.h
16093                 o Move the rest of Common prefs to new style
16094                 o Lots of -Wall warning fixes
16095                 o fix FIXME in cache memusage calculation
16096                 o Let return receipts be sent from any account
16097                 o Little cache optimisation (read)
16098                 o Fix bug #746 (don't treat commas as separators
16099                   when inside a quoted string)
16100
16101 2005-05-31 [paul]       1.9.11cvs27
16102
16103         * src/prefs_common.c
16104                 fix 'off-by-one' typo
16105
16106 2005-05-31 [paul]       1.9.11cvs26
16107
16108         * src/account.c
16109         * src/addr_compl.c
16110         * src/compose.c
16111         * src/foldersel.c
16112         * src/prefs_actions.c
16113         * src/prefs_common.c
16114         * src/prefs_common.h
16115         * src/prefs_customheader.c
16116         * src/prefs_display_header.c
16117         * src/prefs_filtering.c
16118         * src/prefs_filtering_action.c
16119         * src/prefs_matcher.c
16120         * src/prefs_summaries.c
16121         * src/prefs_summary_column.c
16122         * src/prefs_template.c
16123         * src/prefs_toolbar.c
16124         * src/ssl_manager.c
16125         * src/gtk/pluginwindow.c
16126         * src/gtk/prefswindow.c
16127         * src/gtk/progressdialog.c
16128                 add hidden prefs 'enable_rules_hint'
16129                 for gtk_tree_view_set_rules_hint()
16130                 (sync with main)
16131                 
16132
16133 2005-05-31 [colin]      1.9.11cvs25
16134
16135         * src/Makefile.am
16136         * src/main.c
16137         * src/prefs_common.c
16138         * src/prefs_summaries.c ** ADDED **
16139         * src/prefs_summaries.h ** ADDED **
16140                 Common/Display -> Display/Summaries
16141
16142 2005-05-31 [colin]      1.9.11cvs24
16143
16144         * src/Makefile.am
16145         * src/main.c
16146         * src/prefs_quote.c ** ADDED **
16147         * src/prefs_quote.h ** ADDED **
16148                 Move Common/Quote to Compose/Quoting
16149         * src/prefs_common.c
16150         * src/prefs_common.h
16151                 Remove old quote stuff, add
16152                 convenience functions for GtkTextView prefs
16153         * src/gtk/prefswindow.c
16154                 Set default height higher
16155
16156 2005-05-30 [colin]      1.9.11cvs23
16157
16158         * src/Makefile.am
16159         * src/main.c
16160         * src/prefs_common.c
16161         * src/prefs_compose_writing.c ** ADDED **
16162         * src/prefs_compose_writing.h ** ADDED **
16163                 Move Common/Compose prefs to Compose/Writing
16164
16165 2005-05-30 [colin]      1.9.11cvs22
16166
16167         * src/common/utils.c
16168                 Fix bug #651 (Confused Attract by Subject)
16169                 Patch by M. Benkmann <haferfrost@web.de>
16170         * AUTHORS
16171
16172 2005-05-30 [colin]      1.9.11cvs21
16173
16174         * src/compose.c
16175                 Fix concatenation of different headers of
16176                 the same type (bug #645)
16177         * src/prefs_folder_item.c
16178                 Fix bug #699 (setting color to black doesn't
16179                 work immediately)
16180         * src/procmime.c
16181                 Print out decoding error only once per
16182                 block
16183
16184 2005-05-30 [paul]       1.9.11cvs20
16185
16186         * src/common/template.c
16187                 fix Bcc
16188
16189 2005-05-30 [paul]       1.9.11cvs19
16190
16191         * doc/src/rfc2368.txt   **NEW FILE**
16192         * src/compose.c
16193                 compose_entries_set(): don't interpret Bcc
16194                 header field (conform to RFC 2368)
16195                 (sync with main)
16196
16197 2005-05-29 [colin]      1.9.11cvs18
16198
16199         * src/prefs_common.c
16200                 Let the default reply format respect
16201                 netiquette by cutting the signature.
16202
16203 2005-05-29 [colin]      1.9.11cvs17
16204
16205         * src/summaryview.c
16206                 Don't let always_show_msg override
16207                 open_unread_on_enter when opening a new
16208                 directory.
16209
16210 2005-05-27 [paul]       1.9.11cvs16
16211
16212         sync with main:
16213
16214         * src/main.c
16215                 app_will_exit(): cleanup tmp directory when exit
16216         * src/message_search.c
16217                 improved the interface and made code cleanup.
16218                 removed Clear button
16219         * src/send_message.c
16220                 send_message_local(): use GSpawn, and detect errors
16221         * src/summary_search.c
16222                 improved the interface and made code cleanup
16223         * src/textview.c
16224                 textview_write_link(): also skip non-ascii space
16225                  at the head of link strings (phishing check
16226                  didn't work at the case)
16227         * src/common/utils.c
16228                 get_command_output(): use g_spawn_command_line_sync()
16229                 instead of popen()
16230
16231 2005-05-26 [colin]      1.9.11cvs15
16232
16233         * src/folder.c
16234                 remove printf
16235
16236 2005-05-26 [colin]      1.9.11cvs14
16237
16238         * src/common/nntp.c
16239                 Fix nntp mode reader (bug #611)
16240                 Patch by Florian Mickler <florian@mickler.org>
16241
16242 2005-05-26 [colin]      1.9.11cvs13
16243
16244         * src/plugins/pgpmime/passphrase.c
16245                 Fix mouse grabbing (bug #557)
16246
16247 2005-05-26 [colin]      1.9.11cvs12
16248
16249         * src/prefs_themes.c
16250                 Fix g_warning (bug #541)
16251
16252 2005-05-26 [colin]      1.9.11cvs11
16253
16254         * src/prefs_actions.c
16255         * src/prefs_template.c
16256                 Fix bug #506 (no warning if action/template
16257                 is not saved)
16258         * src/common/template.c
16259                 Fix a possible crash
16260
16261 2005-05-26 [colin]      1.9.11cvs10
16262
16263         * src/folder.c
16264         * src/folderview.c
16265         * src/procmsg.c
16266         * src/summaryview.c
16267                 Forbid locked messages to be moved or
16268                 deleted. Locked messages in trashes 
16269                 still get deleted, for performance
16270                 reason (mh.c::mh_remove_all_msgs)
16271
16272 2005-05-25 [colin]      1.9.11cvs9
16273
16274         * src/procmime.c
16275                 Use correct encoding when sending mails
16276                 with attachments that have accentued 
16277                 chars in their name
16278
16279 2005-05-24 [colin]      1.9.11cvs8
16280
16281         * src/summaryview.c
16282                 Fix bug #688 f) read/unread marker not
16283                 changed on first click
16284                 Also, optimize summary_status_show()
16285                 calls
16286         * src/folder.c
16287         * src/inc.c
16288         * src/procmime.c
16289                 Fix bug #688 b) and c) wrt message
16290                 attachments and signature
16291         * src/stock_pixmap.c
16292         * src/stock_pixmap.h
16293         * src/stock_pixmap.c
16294         * src/stock_pixmap.h
16295         * src/Makefile.am
16296         * src/pixmaps/clip_gpg_signed.xpm
16297                 Add clip/signed icon
16298
16299 2005-05-24 [colin]      1.9.11cvs7
16300
16301         * src/folder_item_prefs.c
16302                 whitespace fix
16303
16304 2005-05-24 [colin]      1.9.11cvs6
16305
16306         * src/folderview.c
16307         * src/prefs_common.c
16308         * src/prefs_common.h
16309                 Add a confirmation to folder drag and drop
16310                 fixes bug #156
16311         * src/alertpanel.c
16312         * src/alertpanel.h
16313                 fix _with_disable parameters so that
16314                 the buttons labels are specifiable too
16315         * src/plugins/pgpmime/sgpgme.c
16316                 reflect said change
16317                 
16318
16319 2005-05-24 [colin]      1.9.11cvs5
16320
16321         * src/folderview.c
16322                 Uncollapse/collapse folders on double-click
16323                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
16324                 closes bug #108
16325
16326 2005-05-23 [colin]      1.9.11cvs4
16327
16328         * src/common/socket.c
16329                 Check another special SSL_peek() error.
16330                 Should help wrt bug #728
16331
16332 2005-05-23 [colin]      1.9.11cvs3
16333
16334         * src/plugins/pgpmime/pgpmime.c
16335                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
16336                 breaking menu accelerators and stuff. Users will have to
16337                 reselect "PGP MIME" instead of "PGP/MIME" in their 
16338                 account's privacy preferences if needed.
16339
16340 2005-05-22 [paul]
16341
16342         * tools/kdeservicemenu/install.sh
16343                 use kdesu to prompt for root password if doing
16344                 global install/uninstall
16345
16346 2005-05-20 [colin]      1.9.11cvs2
16347
16348         * src/procmsg.c
16349                 Fix another compilation error with gcc-2.9x
16350                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
16351         * src/send_message.c
16352                 Don't send QUIT if we aren't connected
16353
16354 2005-05-19 [colin]      1.9.11cvs1
16355
16356         * src/procmsg.c
16357                 Fix compilation with gcc 2.9x
16358
16359 2005-05-19 [paul]       1.9.11
16360
16361         1.9.11 released
16362
16363 2005-05-19 [paul]       1.9.9cvs14
16364
16365         * src/gtk/inputdialog.c
16366                 prevent gettext warning
16367
16368 2005-05-19 [paul]       1.9.9cvs13
16369
16370         * src/mainwindow.c
16371         * src/prefs_common.c
16372         * src/prefs_common.h
16373         * src/textview.c
16374         * src/textview.h
16375                 add an option to toggle cursor in message
16376                 view (sync with main)
16377
16378 2005-05-18 [colin]      1.9.9cvs12
16379
16380         * src/compose.c
16381                 Dereference freed pointer
16382         * src/gtk/gtkaspell.c
16383                 Fix duplication of dictionaries (is it an aspell issue?)
16384
16385 2005-05-18 [colin]      1.9.9cvs11
16386
16387         * src/gtk/inputdialog.c
16388         * src/gtk/gtkaspell.c
16389                 HIGuify dialogs
16390         * src/alertpanel.c
16391                 Remove a double call
16392
16393 2005-05-17 [colin]      1.9.9cvs10
16394
16395         * src/gtk/gtkaspell.c
16396                 Fix dialogs, Ctrl-Enter accel
16397
16398 2005-05-17 [colin]      1.9.9cvs9
16399
16400         * src/gtk/gtkaspell.c
16401                 Fix some accelerators, escape in replace-window
16402
16403 2005-05-16 [colin]      1.9.9cvs8
16404
16405         * src/gtk/gtkaspell.c
16406                 Revert last commit, it was a mistake.
16407
16408 2005-05-16 [colin]      1.9.9cvs7
16409
16410         * src/gtk/gtkaspell.c
16411                 Remove buggy code while we're at it. It's a 
16412                 dead code path anyway.
16413
16414 2005-05-16 [colin]      1.9.9cvs6
16415
16416         * src/gtk/gtkaspell.c
16417                 Missed some gtk_menu_popup where deactivate
16418                 signal should be handled. Should fix bug
16419                 #629 a bit more.
16420
16421 2005-05-16 [colin]      1.9.9cvs5
16422
16423         * src/gtk/gtkaspell.c
16424                 Remove debug printf()s
16425
16426 2005-05-16 [colin]      1.9.9cvs4
16427
16428         * src/gtk/gtkaspell.c
16429                 Fix a bit aspell problems
16430                 (see bug #629)
16431
16432 2005-05-13 [colin]      1.9.9cvs3
16433
16434         * src/folderview.c
16435                 Fix the + appearing even when no subfolders
16436                 have unread messages. Thanks to wwp for the
16437                 bug report.
16438
16439 2005-05-11 [paul]       1.9.9cvs2
16440
16441         * src/folderview.c
16442                 correction to 1.9.9cvs1, only colour folders that
16443                 have new msgs (not unread msgs)
16444
16445 2005-05-10 [colin]      1.9.9cvs1
16446
16447         * src/folderview.c
16448         * src/summaryview.c
16449                 Try to fix bolding bugs again.
16450
16451 2005-05-09 [paul]
16452
16453         * tools/claws.i18n.status.pl
16454                 add Ricardo Mones Lastra's script that has been providing
16455                 the i18n status page for many months
16456
16457 2005-05-09 [paul]       1.9.9
16458
16459         1.9.9 release
16460
16461 2005-05-09 [paul]       1.9.6cvs58
16462
16463         * AUTHORS
16464         * INSTALL
16465         * README.claws
16466                 updated
16467         * Makefile.am 
16468         * RELEASE_NOTES.claws
16469                 add release notes to cvs to simplify release
16470                 procedure
16471         * configure.ac
16472                 add ca and fi to ALL_LINGUAS
16473         * po/Makefile.in.in
16474                 workaround for missing Makevars
16475         * po/ca.po
16476         * po/fi.po
16477                 add new Catalan and Finnish translations
16478                 submitted by Miquel Oliete and Flammie Pirinen
16479         * po/de.po
16480         * po/es.po
16481         * po/fr.po
16482         * po/it.po
16483         * po/pl.po
16484         * po/ru.po
16485         * po/sk.po
16486         * po/sr.po
16487         * po/zh_CN.po
16488                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
16489                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
16490                 Urke MMI, and Hansom Young
16491         * src/main.c
16492                 Fix drafting when quitting. compose_draft() closes the
16493                 compose windows, which modifies the compose_list GSList.
16494                 We have to refresh this list after echo drafting to avoid a
16495                 segfault
16496         * src/partial_download.c
16497                 fix segfault on exit
16498
16499 2005-05-06 [paul]       1.9.6cvs57
16500
16501         * src/grouplistdialog.c
16502                 quick fix/workaround for unresizeable newsgroup
16503                 name column 
16504
16505 2005-05-06 [paul]       1.9.6cvs56
16506
16507         * src/inc.c
16508         * src/mainwindow.c
16509                 use gettext plural forms
16510         * src/imap_gtk.c
16511         * src/mh_gtk.c
16512         * src/toolbar.c
16513                 small improvement to english usage
16514
16515 2005-05-05 [thorsten]   1.9.6cvs55
16516
16517         * src/folder.c
16518                 fix possible crash
16519
16520 2005-05-05 [paul]       1.9.6cvs54
16521         
16522         sync with HEAD
16523
16524         * AUTHORS
16525         * src/compose.c
16526                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
16527                 patch by Tim Mann
16528
16529 2005-05-05 [paul]       1.9.6cvs53
16530
16531         * src/mainwindow.c
16532                 fix resizing of separate message and
16533                 folder views
16534
16535 2005-05-05 [paul]       1.9.6cvs52
16536
16537         * src/account.c
16538         * src/addrgather.c
16539         * src/browseldap.c
16540         * src/exphtmldlg.c
16541         * src/expldifdlg.c
16542         * src/importmutt.c
16543         * src/importpine.c
16544         * src/main.c
16545         * src/mainwindow.c
16546         * src/noticeview.c
16547         * src/prefs_filtering.c
16548         * src/prefs_filtering_action.c
16549         * src/prefs_matcher.c
16550         * src/prefs_spelling.c
16551         * src/prefs_toolbar.c
16552         * src/toolbar.c
16553         * src/wizard.c
16554         * src/gtk/description_window.c
16555         * src/gtk/gtkvscrollbutton.c
16556         * src/gtk/progressdialog.c
16557         * src/gtk/quicksearch.c
16558         * src/plugins/pgpmime/prefs_gpg.c
16559         * src/plugins/spamassassin/spamassassin_gtk.c
16560                 replace deprecated gtk_widget_set_usize
16561
16562 2005-05-04 [colin]      1.9.6cvs51
16563
16564         * src/common/utils.c
16565                 Fix crash when subst_for_filename is called
16566                 with a NULL parameter
16567
16568 2005-05-04 [colin]      1.9.6cvs50
16569
16570         * src/partial_download.c
16571         * src/pop.c
16572                 Escape login when writing uidl file
16573                 fixes bug #736
16574
16575 2005-05-03 [colin]      1.9.6cvs49
16576
16577         * src/procmime.c
16578                 Fix possible DOS in mime parser
16579                 (see bug #634)
16580
16581 2005-05-02 [colin]      1.9.6cvs48
16582
16583         * src/compose.c
16584                 Try to fix the copy/paste mess once again.
16585
16586
16587 2005-04-30 [colin]      1.9.6cvs47
16588
16589         * src/prefs_account.h
16590         * src/procmsg.c
16591         * src/send_message.c
16592         * src/common/smtp.c
16593         * src/common/smtp.h
16594                 Try to batch sending mails (per account) instead of
16595                 reconnecting to server every time.
16596
16597 2005-04-29 [colin]      1.9.6cvs46
16598
16599         * src/messageview.c
16600                 Fix window resizing that refused to size down
16601         * src/prefs_common.c
16602         * src/prefs_common.h
16603         * src/prefs_filtering.c
16604                 Save Filtering's window size
16605
16606 2005-04-21 [paul]       1.9.6cvs45
16607
16608         * ChangeLog-gtk2.claws
16609         * src/setup.c
16610                 correction to sync
16611
16612 2005-04-21 [paul]       1.9.6cvs44
16613
16614         sync with main:
16615
16616         * src/setup.c
16617         * src/statusbar.c
16618         * src/statusbar.h
16619                 use gtkut_widget_draw_now(). Improved performance
16620                 of the update of statusbar
16621         * src/textview.c
16622                 textview_smooth_scroll_do(): redraw it after scroll
16623                 is done (fixed incorrect display when a part of the
16624                 view is hidden).
16625         * src/gtk/gtkutils.c
16626         * src/gtk/gtkutils.h
16627                 gtkut_widget_draw_now(): use gdk_window_process_updates()
16628                 to force update of widgets.
16629                 Removed gtkut_widget_wait_for_draw() which had a big
16630                 overhead  because of waiting for all events processed 
16631
16632 2005-04-20 [paul]       1.9.6cvs43
16633
16634         * src/codeconv.c
16635                 complete 1.9.6cvs42's sync:
16636                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
16637
16638 2005-04-19 [paul]       1.9.6cvs42
16639
16640         sync with main:
16641
16642         * src/action.c
16643                 catch_output(): correctly select the insert text
16644                 (fix invalid iterator warnings).
16645         * src/codeconv.c
16646         * src/codeconv.h
16647         * src/mainwindow.c
16648         * src/messageview.c
16649         * src/prefs_common.c
16650                 support GBK encoding.
16651         * src/common/session.c
16652         * src/common/session.h
16653                 use separate buffer for large data to be sent,
16654                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
16655
16656 2005-04-18 [paul]       1.9.6cvs41
16657
16658         * src/jpilot.c
16659                 convert unsigned long into guint32
16660                 patch by Paul LeoNerd Evans 
16661
16662 2005-04-17 [colin]      1.9.6cvs40
16663
16664         * src/compose.c
16665                 Fix 'Request return receipt' from folder
16666                 properties (bug #708)
16667
16668 2005-04-17 [colin]      1.9.6cvs39
16669
16670         * src/mainwindow.c
16671                 Fix duplicate hotkeys in Mainwindow's menu
16672
16673 2005-04-17 [colin]      1.9.6cvs38
16674
16675         * src/folderview.c
16676                 Fix duplicate hotkeys in Folderview's contextual
16677                 menu
16678
16679 2005-04-15 [colin]      1.9.6cvs37
16680
16681         * src/summaryview.c
16682                 Fix 'Save as...' with non-ascii filenames
16683
16684 2005-04-15 [colin]      1.9.6cvs36
16685
16686         * src/plugins/pgpmime/pgpmime.c
16687                 Fix bus error on 64bit. Spotted by 
16688                 macallan1888@gmail.com
16689
16690 2005-04-15 [colin]      1.9.6cvs35
16691
16692         * src/prefs_account.c
16693                 Fix cvs34.
16694
16695 2005-04-12 [colin]      1.9.6cvs34
16696
16697         * src/prefs_account.c
16698                 Fix smtp auth type off-by-one. We forgot to
16699                 add PLAIN in the prefs-to-gui setter func and
16700                 as a result, the selected auth when opening
16701                 account prefs was not the correct one.
16702
16703 2005-04-12 [paul]       1.9.6cvs33
16704
16705         * src/inc.c
16706                 if the recv dialog is visible, Cancel only
16707                 cancels the current account
16708
16709
16710 2005-04-10 [colin]      1.9.6cvs32
16711
16712         * src/filtering.c
16713                 Copy score when copying FilteringActions
16714                 Fix bug #674
16715
16716 2005-04-10 [colin]      1.9.6cvs31
16717
16718         * src/inc.c
16719                 Make Message -> Receive -> Cancel cancel 
16720                 incorporation on all accounts. Fixes
16721                 bug #693
16722
16723 2005-04-10 [colin]      1.9.6cvs30
16724
16725         * src/prefs_account.c
16726                 Update Privacy checkbuttons status based
16727                 on the selected privacy system
16728         * src/compose.c
16729                 Always connect the "None" privacy system; the
16730                 static boolean was probably there to avoid
16731                 reconnecting twice in the same compose window,
16732                 but as the parent function is only called once
16733                 per compose, it's only a bug - as a static is
16734                 initialized once per application instance.
16735                 Also, don't uncheck Sign and Encrypt when
16736                 selecting None as privacy system; just ignore
16737                 them when sending/queuing.
16738                 Should fix bug #695
16739
16740 2005-04-08 [colin]      1.9.6cvs29
16741
16742         * src/account.c
16743         * src/prefs_account.c
16744         * src/prefs_account.h
16745                 Add account preference to queue message in a certain
16746                 folder.
16747
16748 2005-04-06 [colin]      1.9.6cvs28
16749
16750         * src/prefs_account.c
16751                 Update old inbox path syntax
16752
16753 2005-04-06 [paul]       1.9.6cvs27
16754
16755         sync with main:
16756
16757         * configure.ac
16758                 changed -traditional-cpp to -no-cpp-precomp for newer
16759                 Mac OS X support
16760         * src/foldersel.c
16761                 made column resize automatically
16762         * src/send_message.c
16763                 send_message_smtp(): consider EOF right after QUIT
16764                 successful (workaround for Gmail SMTP server)
16765         * src/common/socket.c
16766                 ssl_read(), ssl_peek(): check EOF which violates the
16767                 SSL protocol
16768         * src/gtk/colorlabel.c
16769                 removed warnings when displaying colorlabel menu
16770                 (don't use GtkAlignment)
16771
16772 2005-04-05 [paul]       1.9.6cvs26
16773
16774         * src/plugins/trayicon/trayicon.c
16775                 fix clipping of icon under KDE3 
16776
16777 2005-04-05 [paul]       1.9.6cvs25
16778
16779         * src/summaryview.c
16780                 hide display of threading
16781                 patch by Alfons
16782
16783 2005-04-04 [thorsten]   1.9.6cvs24
16784
16785         * src/mh.c
16786                 marks lost on filesystems with different stat() results on
16787                 summer-/wintertime
16788
16789 2005-04-03 [colin]      1.9.6cvs23
16790
16791         * src/summaryview.c
16792                 Don't handle up/down. Patch by Alfons
16793
16794 2005-04-02 [colin]      1.9.6cvs22
16795
16796         * src/summaryview.c
16797                 Make scrolling faster. Patch by Alfons.
16798
16799 2005-04-01 [colin]      1.9.6cvs21
16800
16801         * src/Makefile.am
16802         * src/stock_pixmap.c
16803         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16804         * src/pixmaps/dir_noselect.xpm ** ADDED **
16805                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16806
16807 2005-04-01 [colin]      1.9.6cvs20
16808
16809         * src/image_viewer.c
16810         * src/image_viewer.h
16811         * src/procmime.c
16812         * src/procmime.h
16813         * src/textview.c
16814         * src/textview.h
16815                 Implement inline image resizing and right-clicking
16816
16817 2005-04-01 [paul]       1.9.6cvs19
16818
16819         * AUTHORS
16820         * Makefile.am
16821         * configure.ac
16822                 check for gnome2
16823                 patch by Luca Cavalli <loopback<AT>slackit.org>
16824         * po/ru.po
16825                 updated by Pavlo Bohmat
16826
16827 2005-03-31 [colin]      1.9.6cvs18
16828
16829         * src/news.c
16830                 Fix parsing references
16831         * src/msgcache.c
16832                 don't put nulls in the references list
16833         * src/procheader.c
16834                 commit that forgotten file in 1.9.6cvs14
16835
16836 2005-03-31 [colin]      1.9.6cvs17
16837
16838         * src/compose.c
16839                 Fix joining of signature separator again. 
16840                 Maybe Hiro could put it in main too...
16841
16842 2005-03-31 [colin]      1.9.6cvs16
16843
16844         * src/Makefile.am
16845         * src/foldersel.c
16846         * src/stock_pixmap.c
16847         * src/stock_pixmap.h
16848         * src/pixmaps/dir-noselect.xpm
16849                 Update foldersel.c (sync from main, patch by Alfons)
16850
16851 2005-03-30 [colin]      1.9.6cvs15
16852
16853         * src/imap.c
16854                 Fix handling of imap folders containing [] in 
16855                 their name. Thanks to Nahuel Angelinetti for
16856                 the detailed bugreport.
16857
16858 2005-03-30 [colin]      1.9.6cvs14
16859
16860         * src/common/utils.h
16861         * src/common/utils.c
16862         * src/common/defs.h
16863         * src/matcher.c
16864         * src/msgcache.c
16865         * src/news.c
16866         * src/procmsg.c
16867         * src/procmsg.h
16868         * src/quote_fmt_parse.y
16869         * src/summaryview.c
16870                 Update references system. Patch by Alfons
16871
16872 2005-03-30 [colin]      1.9.6cvs13
16873
16874         * src/common/socket.c
16875                 Force the glibc to read resolv.conf again when 
16876                 it has changed. Should fix issues when changing
16877                 networks on a laptop and not restarting sylpheed. 
16878
16879 2005-03-30 [paul]       1.9.6cvs12
16880
16881         partial sync with main:
16882
16883         * src/action.c
16884                 create_io_dialog(): use user-defined text font
16885                 (thanks to Alfons), and modified its appearance.
16886         * src/addrgather.c
16887         * src/addrharvest.c
16888         * src/browseldap.c
16889                 replace old code
16890         * src/compose.c
16891                 don't join (presumably) itemized lines on line-wrapping
16892                 fixed wrapping of quote when auto-wrapping is enabled
16893                 compose_destroy(): destroy paned only if it's not
16894                 attached to window. Fixed memory leak of popup menu.
16895         * src/exphtmldlg.c
16896         * src/expldifdlg.c
16897                 replace old code
16898         * src/html.c
16899         * src/html.h
16900         * src/importmutt.c
16901         * src/importpine.c
16902                 replace old code
16903         * src/main.c
16904                 removed redundant code
16905         * src/mainwindow.c
16906                 changed 'Code set' (which is rather incorrect)
16907                 in the menu to 'Character encoding'
16908                 main_window_set_widgets(): request size first
16909                 to prevent window size becoming wrong
16910                 fixed remembering of the state of the visibility
16911                 of MessageView
16912         * src/messageview.c
16913                 changed 'Code set' (which is rather incorrect)
16914                 in the menu to 'Character encoding'
16915         * src/prefs_common.c
16916         * src/prefs_common.h
16917                 added an option whether to render HTML as text or not
16918                 added separators to outgoing encoding menu
16919         * src/procheader.c
16920                 procheader_scan_date_string(): support header
16921                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16922         * src/summaryview.c
16923         * src/summaryview.h
16924                 minor code cleanup
16925         * src/textview.c
16926                 textview_show_html(): force output of newline
16927                 added an option whether to render HTML as text or not
16928         * src/common/utils.c
16929                 strncpy2(): optimized based on Alfons' code
16930         * src/gtk/gtkutils.c
16931         * src/gtk/gtkutils.h
16932                 removed non-used code
16933         * src/plugins/pgpmime/passphrase.c
16934                 partially fixed grab input of passphrase dialog
16935                 Confine pointer to window
16936
16937 2005-03-30 [colin]      1.9.6cvs11
16938
16939         * src/msgcache.c
16940         * src/msgcache.h
16941                 Read/write 32bit ints from cache & marks
16942                 From main.
16943
16944 2005-03-29 [paul]       1.9.6cvs10
16945
16946         * AUTHORS
16947         * ChangeLog.claws
16948         * src/compose.c
16949         * src/gtk/gtkaspell.c
16950                 sync with HEAD (don't pass NULL pointers) 
16951
16952 2005-03-24 [paul]
16953
16954         * tools/Makefile.am
16955         * tools/README
16956         * tools/acroread2sylpheed.pl
16957                 sync with HEAD (add script to send pdfs as
16958                 attachments from Adobe Reader 7)
16959
16960 2005-03-21 [paul]       1.9.6cvs9
16961
16962         * configure.ac
16963         * po/POTFILES.in
16964         * src/Makefile.am
16965         * src/crash.c
16966         * src/image_viewer.c ** ADDED **
16967         * src/image_viewer.h ** ADDED **
16968         * src/main.c
16969         * src/prefs_common.c
16970         * src/prefs_common.h
16971         * src/prefs_image_viewer.c ** ADDED **
16972         * src/prefs_image_viewer.h ** ADDED **
16973         * src/textview.c
16974         * src/gtk/about.c
16975         * src/pixmaps/sylpheed_logo.xpm
16976         * src/plugins/Makefile.am
16977         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16978         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16979         * src/plugins/image_viewer/plugin.c ** REMOVED **
16980         * src/plugins/image_viewer/viewer.c ** REMOVED **
16981         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16982         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16983         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16984         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16985         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16986                 as gdk-pixbuf is now built-in
16987                 remove image_viewer plugin and put code back into
16988                 main codebase
16989                 implement inline image display (sync with main)
16990
16991                 replace logo with newer, nicer, larger version  
16992
16993 2005-03-21 [paul]       1.9.6cvs8
16994
16995         * src/gtk/about.c
16996                 cosmetic improvement
16997
16998 2005-03-21 [holger]     1.9.6cvs7
16999
17000         * src/plugins/spamassassin/spamassassin.c
17001                 Sync with HEAD
17002                 (unregister hook on failed plugin init)
17003
17004 2005-03-20 [colin]      1.9.6cvs6
17005
17006         * src/common/plugin.c
17007                 Check that plugin isn't already loaded
17008                 Patch by Alfons
17009
17010 2005-03-20 [thorsten]   1.9.6cvs5
17011
17012         * src/compose.c
17013                 use a more compatible syntax
17014
17015 2005-03-20 [thorsten]   1.9.6cvs4
17016
17017         * src/prefs_toolbar.c
17018                 fix crash when selecting toolbar item (uninitialized pointer)
17019
17020 2005-03-20 [thorsten]   1.9.6cvs3
17021
17022         * src/procmime.c
17023                 fix mimetype detection (referenced free()d string)
17024
17025 2005-03-20 [paul]       1.9.6cvs2
17026
17027         * src/compose.c
17028                 sync with HEAD (1.0.3cvs5)
17029                 neglect Reply-To header if empty
17030                 Patch by Alfons 
17031
17032 2005-03-19 [holger]     1.9.6cvs1
17033
17034         * src/summaryview.c
17035         * src/summaryview.h
17036                 Sync with HEAD
17037
17038 2005-03-18 [paul]       1.9.6
17039
17040         initial GTK2 release
17041
17042 2005-03-18 [paul]       1.0.3cvs3.1
17043
17044         * AUTHORS
17045         * ChangeLog.claws
17046         * configure.ac
17047         * src/gtk/about.c
17048         * src/pixmaps/sylpheed_logo.xpm
17049                 sync with HEAD
17050
17051 2005-03-18 [colin]      1.0.3cvs2.6
17052
17053         * src/summaryview.c
17054                 Remove call to summary_step in summary_copy_selected_to
17055                 Can't see its purpose, and this causes bug when copying
17056                 a message if the next one is unread: it reads it.
17057
17058 2005-03-18 [paul]       1.0.3cvs2.5
17059
17060         * src/foldersel.c
17061                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
17062
17063 2005-03-18 [paul]       1.0.3cvs2.4
17064
17065         * src/addrharvest.c
17066         * src/codeconv.c
17067         * src/codeconv.h
17068         * src/compose.c
17069         * src/news.c
17070         * src/procheader.c
17071         * src/procmime.c
17072         * src/unmime.c
17073         * src/unmime.h
17074                 fix buffer overflow, CAN-2005-0667, see
17075                 http://secunia.com/advisories/14491/
17076                 Patch by Alfons
17077
17078 2005-03-17 [colin]      1.0.3cvs2.3
17079
17080         * src/prefs_fonts.c
17081         * src/summaryview.c
17082                 Fix font bugs (both lists now officialy share 
17083                 the same font)
17084                 
17085
17086 2005-03-17 [paul]       1.0.3cvs2.2
17087
17088         * src/gtk/pluginwindow.c
17089                 make plugin descriptions uneditable
17090
17091 2005-03-11 [paul]       1.0.3cvs2.1
17092
17093         * ChangeLog.claws
17094         * configure.ac
17095         * po/POTFILES.in
17096         * src/plugins/trayicon/trayicon.c
17097                 sync with HEAD
17098                 add src/wizard.c to POTFILES.in
17099
17100 2005-03-11 [paul]       1.0.3cvs1.1
17101
17102         * ChangeLog
17103         * ChangeLog.claws
17104         * configure.ac
17105         * po/de.po
17106         * po/es.po
17107         * po/fr.po
17108         * po/it.po
17109         * po/pt_BR.po
17110         * po/ru.po
17111         * po/sk.po
17112         * po/sr.po
17113         * po/zh_CN.po
17114                 sync with HEAD
17115
17116 2005-03-04 [colin]      1.0.1cvs22.2
17117
17118         * src/compose.c
17119                 Fix signatures with accentued chars in it
17120
17121 2005-03-04 [colin]      1.0.1cvs22.1
17122
17123         * src/common/smtp.c
17124         * src/common/smtp.h
17125                 Don't use SIZE param in MAIL FROM: if server 
17126                 doesn't support it. Patch by Eugen Freiter
17127                 <eugen_f@users.sf.net>
17128
17129 2005-02-27 [paul]       1.0.1cvs20.1
17130
17131         * ChangeLog.claws
17132         * configure.ac
17133         * src/messageview.c
17134                 sync with HEAD
17135
17136 2005-02-27 [colin]      1.0.1cvs19.4
17137
17138         * src/procheader.c
17139         * src/procheader.h
17140                 Fix prototypes. Patch by Alfons
17141
17142 2005-02-27 [colin]      1.0.1cvs19.3
17143
17144         * src/compose.c
17145                 Don't auto-join the signature separator.
17146
17147 2005-02-26 [colin]      1.0.1cvs19.2
17148
17149         * src/summaryview.c
17150                 Fix 'mark all read' with collapsed threads.
17151                 Patch by Alfons.
17152
17153 2005-02-25 [paul]       1.0.1cvs19.1
17154
17155         * ChangeLog.claws
17156         * configure.ac
17157         * src/prefs_account.c
17158         * src/prefs_folder_item.c
17159         * src/gtk/prefswindow.c
17160         * src/gtk/prefswindow.h
17161                 sync with HEAD
17162
17163 2005-02-25 [paul]       1.0.1cvs15.12
17164
17165         * src/alertpanel.c
17166         * src/codeconv.c
17167         * src/compose.c
17168         * src/textview.c
17169         * src/gtk/gtkutils.c
17170         * src/gtk/gtkutils.h
17171         * src/gtk/logwindow.c
17172         * src/gtk/progressdialog.c
17173                 sync with main (revision 127)
17174                 and fix logwindow clipping
17175
17176 2005-02-24 [colin]      1.0.1cvs15.11
17177
17178         * src/plugins/pgpmime/passphrase.c
17179                 Disable input grabbing; it doesn't work yet.
17180
17181 2005-02-24 [colin]      1.0.1cvs15.10
17182
17183         * src/messageview.c
17184                 Don't send out receipts if offline. Ask.
17185
17186 2005-02-23 [colin]      1.0.1cvs15.9
17187
17188         * src/summaryview.c     
17189                 Fix expanding
17190
17191 2005-02-23 [colin]      1.0.1cvs15.8
17192
17193         * src/summaryview.c
17194                 Really fix Bug 568 by removing useless
17195                 calls. summary_thread_init() now called
17196                 in summary_sort(). This should please
17197                 Alfons as it should be faster than 
17198                 previously.
17199
17200 2005-02-23 [colin]      1.0.1cvs15.7
17201
17202         * src/compose.c
17203                 Encode parts as QP or B64 if signing
17204
17205 2005-02-23 [colin]      1.0.1cvs15.6
17206
17207         * src/compose.c
17208                 Fix Mimeinfo leakage (including tmp files)
17209         * src/procmsg.c
17210                 Fix tmp file leakage (spotted by Ivan Rayner)
17211
17212 2005-02-22 [colin]      1.0.1cvs15.5
17213
17214         * src/expldifdlg.c
17215                 Fix keyboard input. Patch by Alfons.
17216
17217 2005-02-21 [colin]      1.0.1cvs15.4
17218
17219         * src/compose.c
17220                 Fix Sign/Encrypt when unselecting privacy
17221                 system
17222         * src/prefs_common.c
17223                 Change default message font to Monospace
17224         * src/summaryview.c
17225                 More freezing during potentially large operations
17226
17227 2005-02-21 [paul]       1.0.1cvs15.3
17228
17229         * src/main.c
17230                 fix --help output
17231
17232 2005-02-21 [paul]       1.0.1cvs15.2
17233
17234         * po/Makefile.in.in
17235         * src/compose.c
17236         * src/summaryview.c
17237         * src/textview.c
17238         * src/common/utils.c
17239         * src/common/utils.h
17240                 sync with main (revision 117)
17241
17242 2005-02-20 [colin]      1.0.1cvs15.1
17243
17244         * src/common/defs.h
17245                 Change cache file to .sylpheed_claws_cache, as
17246                 suggested by Alfons. Allows people to switch
17247                 between Sylpheed and Sylpheed-Claws. it is
17248                 a good idea to "Check for new messages" at next
17249                 startup.
17250
17251
17252 2005-02-18 [colin]      1.0.1cvs14.1
17253
17254         * src/quote_fmt_lex.l
17255         * src/quote_fmt_parse.y
17256                 Fix parser initialisation. Patch by Ivan.
17257
17258 2005-02-18 [colin]      1.0.1cvs11.6
17259
17260         * src/folderview.c
17261                 Fix scrolldown (bug 662)
17262
17263 2005-02-17 [colin]      1.0.1cvs11.5
17264
17265         * src/codeconv.c
17266                 conv_filename_to_utf8: return clean 7bit instead
17267                 of broken utf8 if needed
17268         * src/mimeview.c
17269                 Fix display of parts with unclean 8bit names
17270
17271 2005-02-17 [paul]       1.0.1cvs11.4
17272
17273         * src/compose.c
17274         * src/exportldif.c
17275         * src/matcher_parser_parse.y
17276         * src/procmime.c
17277         * src/sourcewindow.c
17278         * src/common/Makefile.am
17279         * src/common/intl.h             ** REMOVED **
17280         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17281                 sync with main (revision 109)
17282                 and clean up
17283
17284 2005-02-16 [colin]      1.0.1cvs11.3
17285
17286         * src/summaryview.c
17287                 Fix collapsed thread not highlighting when new
17288                 messages in it (Bug 568) Patch by Stephan Sachse.
17289                 Fix messed up selection when reaching bounds (Bug 632)
17290         * src/prefs_themes.c
17291                 Fix theme installing (Bug 684)
17292
17293 2005-02-16 [colin]      1.0.1cvs11.2
17294
17295         * src/messageview.c
17296                 Fix messageview_select_all
17297
17298 2005-02-16 [colin]      1.0.1cvs11.1
17299
17300         * src/mh.c
17301                 Sync with HEAD (MH scan required function)
17302
17303 2005-02-15 [colin]      1.0.1cvs8.1
17304
17305         * src/mimeview.c
17306         * src/common/utils.c
17307                 Sync with HEAD (filename chars substitution)
17308
17309 2005-02-15 [colin]      1.0.1cvs7.3
17310
17311         * src/gtk/pluginwindow.c
17312                 Fix button spacing
17313
17314 2005-02-15 [colin]      1.0.1cvs7.2
17315
17316         * src/mimeview.c
17317                 Fix mime icons not reset across message when
17318                 scrolled down
17319
17320 2005-02-15 [colin]      1.0.1cvs7.1
17321
17322         * src/compose.c
17323         * src/procmime.c
17324                 Sync with HEAD (optimisation of cvs6)
17325
17326 2005-02-14 [colin]      1.0.1cvs6.1
17327
17328         * src/compose.c
17329         * src/procmime.c
17330                 Sync with HEAD (encode "From " at line beginning)
17331
17332 2005-02-14 [colin]      1.0.1cvs5.3
17333
17334         * src/compose.c
17335                 Fix wrapping with accentued chars.
17336
17337 2005-02-13 [colin]      1.0.1cvs5.2
17338
17339         * src/textview.c
17340                 Fix email informative part parsing with
17341                 accentued chars in it. ispunct() returns
17342                 true for them in utf8...
17343
17344 2005-02-12 [colin]      1.0.1cvs5.1
17345
17346         * src/filtering.c
17347                 Sync with HEAD (remove wrong use of compose after send)
17348
17349 2005-02-12 [paul]       1.0.1cvs4.5
17350
17351         * src/textview.c
17352                 remove unnecessary code (thanks to Alfons)
17353
17354 2005-02-12 [paul]       1.0.1cvs4.4
17355
17356         * src/textview.c
17357                 add 'Copy' to contextual menu on emails
17358
17359 2005-02-11 [colin]      1.0.1cvs4.3
17360
17361         * src/compose.c
17362                 revert 1.0.0cvs28.2, it doesn't work that well.
17363
17364 2005-02-11 [paul]       1.0.1cvs4.2
17365
17366         * po/Makefile.in.in
17367                 fix 'make release'
17368
17369 2005-02-10 [paul]       1.0.1cvs4.1
17370
17371         * ChangeLog
17372         * ChangeLog.claws
17373         * ChangeLog.jp
17374         * configure.ac
17375         * src/compose.c
17376                 sync with HEAD (sync with main)
17377
17378 2005-02-10 [paul]       1.0.1cvs3.2
17379
17380         * AUTHORS
17381         * Makefile.am
17382         * autogen.sh
17383         * configure.ac
17384         * config/mkinstalldirs
17385         * intl/.cvsignore
17386         * intl/ChangeLog
17387         * intl/VERSION
17388         * intl/bindtextdom.c
17389         * intl/config.charset
17390         * intl/dcgettext.c
17391         * intl/dcigettext.c
17392         * intl/dcngettext.c
17393         * intl/dgettext.c
17394         * intl/dngettext.c
17395         * intl/eval-plural.h
17396         * intl/explodename.c
17397         * intl/finddomain.c
17398         * intl/gettext.c
17399         * intl/gettextP.h
17400         * intl/gmo.h
17401         * intl/hash-string.h
17402         * intl/intl-compat.c
17403         * intl/l10nflist.c
17404         * intl/libgnuintl.h.in
17405         * intl/loadinfo.h
17406         * intl/loadmsgcat.c
17407         * intl/localcharset.c
17408         * intl/localcharset.h
17409         * intl/locale.alias
17410         * intl/localealias.c
17411         * intl/localename.c
17412         * intl/log.c
17413         * intl/ngettext.c
17414         * intl/os2compat.c
17415         * intl/os2compat.h
17416         * intl/osdep.c
17417         * intl/plural-exp.c
17418         * intl/plural-exp.h
17419         * intl/plural.c
17420         * intl/plural.y
17421         * intl/ref-add.sin
17422         * intl/ref-del.sin
17423         * intl/relocatable.c
17424         * intl/relocatable.h
17425         * intl/textdomain.c
17426         * m4/Makefile.am
17427         * po/Makefile.in.in
17428         * src/Makefile.am
17429         * src/account.c
17430         * src/action.c
17431         * src/addr_compl.c
17432         * src/addressadd.c
17433         * src/addressbook.c
17434         * src/addrgather.c
17435         * src/addrindex.c
17436         * src/alertpanel.c
17437         * src/browseldap.c
17438         * src/codeconv.c
17439         * src/codeconv.h
17440         * src/compose.c
17441         * src/compose.h
17442         * src/crash.c
17443         * src/editaddress.c
17444         * src/editbook.c
17445         * src/editgroup.c
17446         * src/editjpilot.c
17447         * src/editldap.c
17448         * src/editldap_basedn.c
17449         * src/editvcard.c
17450         * src/exphtmldlg.c
17451         * src/expldifdlg.c
17452         * src/export.c
17453         * src/exporthtml.c
17454         * src/filtering.c
17455         * src/folder.c
17456         * src/folder_item_prefs.c
17457         * src/foldersel.c
17458         * src/folderview.c
17459         * src/grouplistdialog.c
17460         * src/headerview.c
17461         * src/imap.c
17462         * src/imap_gtk.c
17463         * src/import.c
17464         * src/importldif.c
17465         * src/importmutt.c
17466         * src/importpine.c
17467         * src/inc.c
17468         * src/ldif.c
17469         * src/main.c
17470         * src/mainwindow.c
17471         * src/matcher.c
17472         * src/mbox.c
17473         * src/message_search.c
17474         * src/messageview.c
17475         * src/mh.c
17476         * src/mh_gtk.c
17477         * src/mimeview.c
17478         * src/msgcache.c
17479         * src/news.c
17480         * src/news_gtk.c
17481         * src/noticeview.c
17482         * src/partial_download.c
17483         * src/pop.c
17484         * src/prefs_account.c
17485         * src/prefs_actions.c
17486         * src/prefs_common.c
17487         * src/prefs_customheader.c
17488         * src/prefs_display_header.c
17489         * src/prefs_ext_prog.c
17490         * src/prefs_filtering.c
17491         * src/prefs_filtering_action.c
17492         * src/prefs_folder_item.c
17493         * src/prefs_fonts.c
17494         * src/prefs_gtk.c
17495         * src/prefs_matcher.c
17496         * src/prefs_msg_colors.c
17497         * src/prefs_spelling.c
17498         * src/prefs_summary_column.c
17499         * src/prefs_template.c
17500         * src/prefs_themes.c
17501         * src/prefs_toolbar.c
17502         * src/prefs_wrapping.c
17503         * src/privacy.c
17504         * src/procheader.c
17505         * src/procmime.c
17506         * src/procmsg.c
17507         * src/quote_fmt.c
17508         * src/recv.c
17509         * src/send_message.c
17510         * src/setup.c
17511         * src/sourcewindow.c
17512         * src/ssl_manager.c
17513         * src/statusbar.c
17514         * src/summary_search.c
17515         * src/summaryview.c
17516         * src/textview.c
17517         * src/toolbar.c
17518         * src/wizard.c
17519         * src/common/nntp.c
17520         * src/common/plugin.c
17521         * src/common/smtp.c
17522         * src/common/ssl.c
17523         * src/common/ssl_certificate.c
17524         * src/common/string_match.c
17525         * src/common/sylpheed.c
17526         * src/common/template.c
17527         * src/common/utils.c
17528         * src/gtk/about.c
17529         * src/gtk/colorlabel.c
17530         * src/gtk/description_window.c
17531         * src/gtk/filesel.c
17532         * src/gtk/foldersort.c
17533         * src/gtk/gtkaspell.c
17534         * src/gtk/gtkutils.c
17535         * src/gtk/inputdialog.c
17536         * src/gtk/logwindow.c
17537         * src/gtk/menu.c
17538         * src/gtk/pluginwindow.c
17539         * src/gtk/prefswindow.c
17540         * src/gtk/progressdialog.c
17541         * src/gtk/quicksearch.c
17542         * src/gtk/sslcertwindow.c
17543         * src/plugins/clamav/clamav_plugin.c
17544         * src/plugins/clamav/clamav_plugin_gtk.c
17545         * src/plugins/demo/demo.c
17546         * src/plugins/dillo_viewer/dillo_prefs.c
17547         * src/plugins/dillo_viewer/dillo_viewer.c
17548         * src/plugins/image_viewer/plugin.c
17549         * src/plugins/image_viewer/viewer.c
17550         * src/plugins/image_viewer/viewerprefs.c
17551         * src/plugins/mathml_viewer/mathml_viewer.c
17552         * src/plugins/pgpmime/passphrase.c
17553         * src/plugins/pgpmime/plugin.c
17554         * src/plugins/pgpmime/prefs_gpg.c
17555         * src/plugins/pgpmime/select-keys.c
17556         * src/plugins/pgpmime/sgpgme.c
17557         * src/plugins/spamassassin/spamassassin.c
17558         * src/plugins/spamassassin/spamassassin_gtk.c
17559         * src/plugins/trayicon/trayicon.c
17560                 sync with main (revision 104)
17561
17562 2005-02-10 [colin]      1.0.1cvs3.1
17563
17564         * src/mainwindow.c
17565                 Sync with HEAD (fix occasional crasher)
17566
17567 2005-02-10 [colin]      1.0.1cvs2.1
17568
17569         * src/messageview.c
17570                 Synw with HEAD (don't automatically display html)
17571
17572 2005-02-09 [colin]      1.0.1cvs1.3
17573
17574         * src/textview.c
17575         * src/textview.h
17576                 Add contextual menu on emails
17577
17578 2005-02-09 [colin]      1.0.1cvs1.2
17579
17580         * src/codeconv.c
17581                 Fix converting from broken headers and 
17582                 put back the _ in missing places
17583                 (feature broke with cvs24.2 sync, main 
17584                  possibly affected?)
17585
17586 2005-02-09 [colin]      1.0.1cvs1.1
17587
17588         * src/messageview.c
17589         * src/mimeview.c
17590         * src/mimeview.h
17591                 Sync with HEAD (display non text/plain mails with plugin)
17592
17593 2005-02-08 [colin]      1.0.1.1
17594
17595         * ChangeLog.claws
17596         * po/pt_BR.po
17597                 Sync with HEAD
17598         * configure.ac
17599                 Make default configuration directory 
17600                 be .sylpheed-gtk2
17601
17602 2005-02-08 [colin]      1.0.0cvs29.1
17603
17604         * po/de.po
17605         * po/es.po
17606         * po/fr.po
17607         * po/it.po
17608         * po/sk.po
17609         * po/sr.po
17610                 Sync translations with HEAD
17611
17612 2005-02-06 [colin]      1.0.0cvs28.3
17613
17614         * src/compose.c
17615                 Make compose a bit faster - patch by Alfons.
17616
17617 2005-02-06 [colin]      1.0.0cvs28.2
17618
17619         * src/compose.c
17620                 Make pasting via middle-click more reliable
17621
17622 2005-02-05 [paul]       1.0.0cvs28.1
17623
17624         * ChangeLog
17625         * ChangeLog.claws
17626         * ChangeLog.jp
17627         * configure.ac
17628         * src/compose.c
17629                 sync with HEAD
17630                 (fix bug 682 'redirect is broken'
17631
17632 2005-02-05 [torte]      1.0.0cvs27.1
17633
17634         * ChangeLog.claws
17635         * configure.ac
17636         * src/partial_download.c
17637                 Sync with HEAD (fix buf overflow)
17638
17639 2005-02-03 [colin]      1.0.0cvs26.1
17640
17641         * src/common/plugin.c
17642                 Sync with HEAD (avoid plugin mismatches)
17643
17644 2005-02-03 [paul]       1.0.0cvs25.3
17645
17646         * src/folderview.c
17647         * src/headerview.c
17648         * src/summaryview.c
17649         * src/textview.c
17650         * src/gtk/colorlabel.c
17651                 third and final part of initial sync with main-gtk2
17652
17653 2005-02-03 [paul]       1.0.0cvs25.2
17654
17655         * src/jpilot.c
17656                 fix building with jpilot support
17657
17658 2005-02-02 [colin]      1.0.0cvs25.1
17659
17660         * src/messageview.c
17661                 Sync with HEAD (fix dangerous typo)
17662
17663 2005-02-01 [colin]      1.0.0cvs24.3
17664
17665         * src/common/xml.c
17666                 Write file as advertised (UTF-8)
17667
17668 2005-02-01 [paul]       1.0.0cvs24.2
17669
17670         * src/addrbook.c
17671         * src/addrindex.c
17672         * src/alertpanel.h
17673         * src/codeconv.c
17674         * src/codeconv.h
17675         * src/compose.c
17676         * src/export.c
17677         * src/folder_item_prefs.c
17678         * src/html.c
17679         * src/imap.c
17680         * src/import.c
17681         * src/jpilot.c
17682         * src/mainwindow.c
17683         * src/matcher_parser_lex.l
17684         * src/messageview.c
17685         * src/mh.c
17686         * src/prefs_account.c
17687         * src/prefs_actions.c
17688         * src/prefs_common.c
17689         * src/prefs_gtk.c
17690         * src/prefs_gtk.h
17691         * src/prefs_themes.c
17692         * src/procheader.c
17693         * src/procmime.c
17694         * src/sourcewindow.c
17695         * src/statusbar.c
17696         * src/summaryview.c
17697         * src/textview.c
17698         * src/toolbar.c
17699         * src/unmime.c
17700         * src/common/template.c
17701         * src/common/utils.c
17702         * src/common/xml.c
17703         * src/common/xml.h
17704         * src/gtk/gtkaspell.c
17705         * src/plugins/clamav/clamav_plugin.c
17706         * src/plugins/dillo_viewer/dillo_prefs.c
17707         * src/plugins/image_viewer/viewerprefs.c
17708         * src/plugins/pgpmime/passphrase.c
17709         * src/plugins/pgpmime/prefs_gpg.c
17710         * src/plugins/pgpmime/select-keys.c
17711         * src/plugins/spamassassin/spamassassin.c
17712                 second part of initial sync with main-gtk2
17713                 (more to follow)
17714
17715 2005-01-31 [colin]      1.0.0cvs24.1
17716
17717         * src/compose.c
17718                 Sync with HEAD
17719
17720 2005-01-29 [paul]       1.0.0cvs23.2
17721
17722         * src/account.c
17723         * src/action.c
17724         * src/addressadd.c
17725         * src/addressbook.c
17726         * src/alertpanel.c
17727         * src/compose.c
17728         * src/editaddress.c
17729         * src/editbook.c
17730         * src/editgroup.c
17731         * src/editjpilot.c
17732         * src/editldap.c
17733         * src/editldap_basedn.c
17734         * src/editvcard.c
17735         * src/export.c
17736         * src/foldersel.c
17737         * src/grouplistdialog.c
17738         * src/import.c
17739         * src/importldif.c
17740         * src/inc.c
17741         * src/main.c
17742         * src/mainwindow.c
17743         * src/message_search.c
17744         * src/messageview.c
17745         * src/mimeview.c
17746         * src/prefs_actions.c
17747         * src/prefs_common.c
17748         * src/prefs_common.h
17749         * src/prefs_customheader.c
17750         * src/prefs_display_header.c
17751         * src/prefs_filtering.c
17752         * src/prefs_filtering_action.c
17753         * src/prefs_gtk.c
17754         * src/prefs_matcher.c
17755         * src/prefs_summary_column.c
17756         * src/prefs_template.c
17757         * src/sourcewindow.c
17758         * src/summary_search.c
17759         * src/summaryview.c
17760         * src/textview.c
17761         * src/gtk/about.c
17762         * src/gtk/description_window.c
17763         * src/gtk/gtkshruler.c
17764         * src/gtk/gtkutils.c
17765         * src/gtk/gtkutils.h
17766         * src/gtk/inputdialog.c
17767         * src/gtk/logwindow.c
17768         * src/gtk/prefswindow.c
17769         * src/gtk/progressdialog.c
17770         * src/gtk/progressdialog.h
17771                 first part of initial sync with main-gtk2
17772                 (more to follow)
17773
17774 2005-01-28 [colin]      1.0.0cvs23.1
17775
17776         * src/folderview.c
17777                 Sync with HEAD
17778
17779 2005-01-27 [colin]      1.0.0cvs21.1
17780
17781         * src/folder.c
17782         * src/folderview.c
17783                 Sync with HEAD
17784
17785 2005-01-27 [colin]      1.0.0cvs19.1
17786
17787         * src/procmime.c
17788                 Sync with HEAD
17789
17790 2005-01-27 [colin]      1.0.0cvs18.1
17791
17792         * src/messageview.c
17793         * src/summaryview.c
17794         * src/mainwindow.c
17795         * src/compose.c
17796         * src/compose.h
17797         * src/procmsg.c
17798         * src/procmsg.h
17799         * src/toolbar.c
17800                 Sync with HEAD
17801
17802 2005-01-26 [paul]       1.0.0cvs15.2
17803
17804         * src/compose.c
17805                 compose_entries_set(): convert subject and body to
17806                 utf8 if necessary. patch by Felix Eckhofer
17807
17808 2005-01-26 [paul]       1.0.0cvs15.1
17809
17810         * configure.ac
17811         * src/common/template.c
17812                 sync with HEAD (fix memory leak)
17813
17814 2005-01-25 [paul]       1.0.0cvs14.1
17815
17816         * configure.ac
17817         * src/compose.c
17818                 sync with HEAD
17819
17820 2005-01-24 [colin]      1.0.0cvs13.1
17821
17822         * src/summaryview.c
17823                 Sync with HEAD
17824
17825 2005-01-24 [paul]       1.0.0cvs12.1
17826
17827         * configure.ac
17828         * src/messageview.c
17829         * src/mh.c
17830         * src/common/utils.c
17831                 sync with HEAD
17832
17833 2005-01-24 [colin]      1.0.0cvs11.1
17834
17835         * src/procheader.c
17836                 Sync with HEAD
17837
17838 2005-01-24 [colin]      1.0.0cvs10.1
17839
17840         * src/folderview.c
17841                 Sync with HEAD
17842
17843 2005-01-23 [colin]      1.0.0cvs9.1
17844
17845         * src/crash.c
17846                 Sync with HEAD
17847
17848 2005-01-22 [colin]      1.0.0cvs8.1
17849
17850         * src/summaryview.c
17851         * src/gtk/quicksearch.c
17852                 Sync with HEAD
17853
17854 2005-01-21 [colin]      1.0.0cvs7.1
17855
17856         * src/summaryview.c
17857                 Sync with HEAD
17858
17859 2005-01-21 [colin]      1.0.0cvs6.1
17860
17861         * src/summaryview.c
17862                 Sync with HEAD
17863
17864 2005-01-21 [colin]      1.0.0cvs5.1
17865
17866         * src/gtk/quicksearch.c
17867         * src/prefs_common.c
17868         * src/prefs_common.h
17869                 Sync with HEAD (recurse option)
17870
17871 2005-01-21 [colin]      1.0.0cvs4.1
17872
17873         * src/folder.h
17874         * src/folderview.c
17875         * src/folderview.h
17876         * src/summaryview.c
17877         * src/gtk/quicksearch.c
17878         * src/gtk/quicksearch.h
17879                 Sync with HEAD (recursive quicksearch)
17880
17881 2005-01-20 [colin]      1.0.0cvs3.4
17882
17883         * src/ssl_manager.c
17884                 Remove useless code
17885
17886 2005-01-20 [colin]      1.0.0cvs3.3
17887
17888         * src/ssl_manager.c
17889                 Fix leak, thanks to Alfons.
17890
17891 2005-01-20 [colin]      1.0.0cvs3.2
17892
17893         * src/ssl_manager.c
17894                 Port SSL certificate window to GTK2.
17895
17896 2005-01-20 [paul]       1.0.0cvs3.1
17897
17898         * ChangeLog.claws
17899         * configure.ac
17900         * src/addrindex.c
17901         * src/addrindex.h
17902                 sync with HEAD
17903
17904 2005-01-19 [colin]      1.0.0cvs2.2
17905
17906         * src/plugins/trayicon/trayicon.c
17907                 Fix freeze with gtk-2.6, the easy way
17908                 (signal blocking helpless there...)
17909                 Closes bug #668.
17910
17911 2005-01-19 [colin]      1.0.0cvs2.1
17912
17913         * src/mbox.c
17914         * src/mbox.h
17915         * src/mainwindow.c
17916         * src/summaryview.c
17917         * src/summaryview.h
17918                 Sync with HEAD
17919
17920 2005-01-19 [paul]       1.0.0cvs1.1
17921
17922         * configure.ac
17923         * po/de.po
17924         * po/es.po
17925         * po/fr.po
17926         * po/hr.po
17927         * po/it.po
17928         * po/ja.po
17929         * po/ko.po
17930         * po/pt_BR.po
17931         * po/ru.po
17932         * po/sk.po
17933         * po/sr.po
17934                 sync with HEAD (update translations)
17935
17936 2005-01-18 [colin]      1.0.0cvs0.1
17937
17938         * src/foldersel.c
17939                 Specify search column - patch by Alfons
17940
17941 2005-01-18 [colin]      0.9.13cvs36.3
17942
17943         * src/prefs_toolbar.c
17944                 Change Delete to Remove
17945         * src/prefs_fonts.c
17946                 GTK2 version and leak fixes
17947         * src/prefs_actions.c
17948                 Add stock buttons.
17949                 All patches by Alfons
17950
17951 2005-01-17 [colin]      0.9.13cvs36.2
17952
17953         * src/compose.c
17954                 Fix DnD inserting twice. While at it,
17955                 add DnD support for text/plain in the
17956                 body, and add support in the headers.
17957
17958 2005-01-16 [colin]      0.9.13cvs36.1
17959
17960         * ChangeLog
17961         * ChangeLog.jp
17962         * ChangeLog.claws
17963                 Sync with HEAD (nothing applicable)
17964
17965 2005-01-16 [colin]      0.9.13cvs33.2
17966
17967         * src/prefs_toolbar.c
17968                 GTK2ize prefs_toolbar, by Alfons.
17969
17970 2005-01-14 [colin]      0.9.13cvs33.1
17971
17972         * src/html.c
17973         * src/msgcache.c
17974                 Sync with HEAD
17975
17976 2005-01-14 [colin]      0.9.13cvs32.1
17977
17978         * src/html.c
17979         * src/html.h
17980         * src/msgcache.c
17981         * AUTHORS
17982         * tools/calypso_convert.pl
17983                 Sync with HEAD
17984
17985 2005-01-08 [colin]      0.9.13cvs29.2
17986
17987         * src/prefs_filtering_action.c
17988         * src/prefs_filtering.c
17989                 2 more gtk2 patches by Alfons
17990
17991 2005-01-07 [paul]       0.9.13cvs29.1
17992
17993         * ChangeLog
17994         * ChangeLog.claws
17995         * ChangeLog.jp
17996         * configure.ac
17997         * src/pop.c
17998         * src/pop.h
17999                 sync with HEAD
18000
18001 2005-01-07 [colin]      0.9.13cvs28.3
18002
18003         * src/gtk/progressdialog.c
18004         * src/gtk/progressdialog.h
18005         * src/inc.c
18006         * src/send_message.c
18007                 GTK2 for the incorporation dialog. The CList isn't dead
18008                 yet, for a more smooth migration. Patch by Alfons.
18009
18010 2005-01-06 [colin]      0.9.13cvs28.2
18011
18012         * src/prefs_display_header.c
18013                 GTK2 conversion by Alfons
18014         * src/prefs_actions.c
18015         * src/prefs_matcher.c
18016                 Fix 2 leaks - patch by Alfons
18017
18018 2005-01-06 [colin]      0.9.13cvs28.1
18019
18020         * src/prefs_matcher.c
18021                 Sync with HEAD
18022
18023 2005-01-06 [colin]      0.9.13cvs27.4
18024
18025         * src/prefs_matcher.c
18026                 Fix double-free. Patch by Alfons
18027
18028 2005-01-06 [colin]      0.9.13cvs27.3
18029
18030         * src/prefs_matcher.c
18031                 GTK2 widgets + memleak
18032                 Patch by Alfons
18033
18034 2005-01-05 [colin]      0.9.13cvs27.2
18035
18036         * src/account.c
18037         * src/addr_compl.c
18038         * src/foldersel.c
18039         * src/stock_pixmap.c
18040         * src/stock_pixmap.h
18041                 3 more GTK2 patches by Alfons.
18042
18043 2005-01-04 [colin]      0.9.13cvs27.1
18044
18045         * src/folderview.c
18046         * src/imap_gtk.c
18047         * src/news_gtk.c
18048                 Sync with HEAD
18049
18050 2005-01-04 [colin]      0.9.13cvs25.9
18051
18052         * src/compose.c
18053                 Fix Show Ruler menuitem
18054         * src/prefs_template.c
18055                 Convert to GTK2
18056         * src/common/utils.c
18057                 Make auto pointer stuff handles NULLs
18058                 Patches by Alfons.
18059
18060 2005-01-04 [colin]      0.9.13cvs25.8
18061
18062         * src/compose.c
18063                 Move the attachment list to gtk2
18064                 Patch by Alfons.
18065
18066 2005-01-04 [colin]      0.9.13cvs25.7
18067
18068         * src/textview.c
18069                 Make some keys work again
18070                 Patch by SungHyun Nam <namsh@kldp.org>
18071
18072 2005-01-04 [colin]      0.9.13cvs25.6
18073
18074         * src/gtk/gtkshruler.c
18075                 Move the ruler to GTK2
18076                 Patch by Alfons
18077
18078 2005-01-03 [colin]      0.9.13cvs25.5
18079
18080         * src/compose.c
18081                 Fix my broken patch apply 
18082
18083 2005-01-03 [colin]      0.9.13cvs25.4
18084
18085         * src/common/utils.c
18086         * src/common/utils.h
18087         * src/gtk/prefswindow.c
18088                 Move auto pointer stuff to utils.c
18089                 Patch by Alfons again :)
18090
18091 2005-01-03 [colin]      0.9.13cvs25.3
18092
18093         * src/compose.c
18094         * src/prefs_gtk.c
18095         * src/prefs_template.c
18096         * src/textview.c
18097                 Empty text widgets with empty strings, not NULL char
18098                 Patch by SungHyun Nam <namsh@kldp_org>
18099
18100 2005-01-03 [colin]      0.9.13cvs25.2
18101
18102         * src/main.c
18103         * AUTHORS
18104                 Sync with HEAD
18105
18106 2005-01-03 [colin]      0.9.13cvs25.1
18107
18108         * src/pop.c
18109         * src/pop.h
18110                 Sync with HEAD
18111
18112 2005-01-03 [colin]      0.9.13cvs24.3
18113
18114         * src/account.c
18115                 Two patches from Alfons and Alex S Moore:
18116                 fix images, fix return value.
18117
18118 2005-01-01 [colin]      0.9.13cvs24.2
18119
18120         * src/prefs_actions.c
18121                 Fix over-zealous assertion. Patch by Alfons
18122
18123 2005-01-01 [colin]      0.9.13cvs24.1
18124
18125         * src/procmime.c
18126                 Sync with HEAD (leak fix)
18127
18128 2004-12-31 [colin]      0.9.13cvs23.2
18129
18130         * src/prefs_common.c
18131                 GTK2 widgets + stock buttons - patch by Alfons
18132
18133 2004-12-31 [paul]       0.9.13cvs23.1
18134
18135         * configure.ac
18136                 bump up EXTRA_VERSION to match (sync'ed) HEAD
18137         * src/gtk/pluginwindow.c
18138                 use GTK2 widgets and plug memory leaks,
18139                 patches by Alfons
18140
18141 2004-12-30 [colin]      0.9.13cvs22.4
18142
18143         * src/account.c
18144         * src/action.c
18145         * src/export.c
18146         * src/foldersel.c
18147         * src/import.c
18148         * src/message_search.c
18149         * src/prefs_actions.c
18150         * src/prefs_common.c
18151         * src/prefs_customheader.c
18152         * src/prefs_filtering.c
18153         * src/prefs_summary_column.c
18154         * src/summary_search.c
18155         * src/gtk/about.c
18156         * src/gtk/description_window.c
18157         * src/gtk/gtkutils.c
18158         * src/gtk/gtkutils.h
18159         * src/gtk/inputdialog.c
18160         * src/gtk/prefswindow.c
18161                 Use GTK2 stock buttons. Patches by Alfons.
18162
18163 2004-12-30 [colin]      0.9.13cvs22.3
18164
18165         * src/account.c
18166                 Sync with HEAD
18167         * src/prefs_actions.c
18168         * src/prefs_customheader.c
18169         * src/prefs_filtering.c
18170         * src/prefs_msg_colors.c
18171         * src/prefs_summary_column.c
18172         * src/gtk/prefswindow.c
18173                 Use GtkTreeView instead of deprecated 
18174                 widgets. Patches by Alfons.
18175
18176 2004-12-30 [paul]       0.9.13cvs22.2
18177
18178         * src/foldersel.c
18179                 use GTK 2 Tree View
18180                 patch by Alfons, with root folder sorting fix
18181                 by Stephan Sachse
18182
18183 2004-12-30 [paul]       0.9.13cvs22.1
18184
18185         * ChangeLog
18186         * ChangeLog.claws
18187         * ChangeLog.jp
18188         * NEWS
18189         * configure.ac
18190         * src/account.c
18191                 sync with HEAD
18192
18193 2004-12-22 [martin]     0.9.13cvs21.2
18194
18195         * src/action.c
18196                 free the command line after its use
18197
18198 2004-12-18 [paul]       0.9.13cvs21.1
18199
18200         * AUTHORS
18201         * ChangeLog
18202         * ChangeLog.claws
18203         * ChangeLog.jp
18204         * NEWS
18205         * configure.ac
18206         * src/action.c
18207         * src/compose.c
18208         * src/syldap.c
18209                 sync with HEAD
18210
18211 2004-12-17 [martin]     0.9.13cvs17.2
18212
18213         * src/action.c
18214                 convert actions input to locale
18215         * src/inc.c
18216                 convert notification command to locale
18217         * src/plugins/pgpmime/select-keys.c
18218                 convert attributes to utf8
18219
18220 2004-12-14 [colin]      0.9.13cvs17.1
18221
18222         * ChangeLog
18223         * ChangeLog.jp
18224         * ChangeLog.claws
18225         * src/action.c
18226         * src/common/utils.c
18227         * src/gtk/prefswindow.c
18228         * src/gtk/gtkutils.c
18229         * src/gtk/gtkutils.h
18230         * src/plugins/spamassassin/libspamc.c
18231                 Sync with HEAD
18232
18233 2004-12-13 [colin]      0.9.13cvs14.1
18234
18235         * src/quote_fmt_parse.y
18236                 Sync with HEAD
18237
18238 2004-12-10 [colin]      0.9.13cvs12.1
18239
18240         * src/prefs_themes.c
18241         * src/mainwindow.c
18242         * src/messageview.c
18243                 Sync with HEAD
18244
18245 2004-12-09 [colin]      0.9.13cvs10.1
18246
18247         * src/procmime.c
18248                 Sync with HEAD (fix B64 encoding from memory)
18249
18250 2004-12-08 [colin]      0.9.13cvs9.1
18251
18252         * src/gtk/colorlabel.c
18253                 Sync with HEAD
18254
18255 2004-12-08 [paul]       0.9.13cvs8.2
18256
18257         * src/gtk/pluginwindow.c
18258                 fix window resizing oddities
18259
18260 2004-12-08 [colin]      0.9.13cvs8.1
18261
18262         * src/quote_fmt_parse.y
18263                 Sync with HEAD
18264
18265 2004-12-08 [colin]      0.9.13cvs7.1
18266
18267         * src/matcher_parser_parse.y
18268         * src/msgcache.c
18269         * src/prefs_matcher.c
18270         * src/procheader.c
18271         * src/matcher.c
18272         * src/common/defs.h
18273         * po/sr.po
18274                 Sync with HEAD
18275
18276 2004-12-08 [colin]      0.9.13cvs6.1
18277
18278         * src/quote_fmt_parse.y
18279         * src/textview.c
18280                 Sync with HEAD
18281         * src/gtk/prefswindow.c
18282         * src/gtk/pluginwindow.c
18283                 Fix G_CALLBACKS protos (thanks to Alfons)
18284
18285 2004-12-07 [torte]      0.9.13cvs2.2
18286
18287         * src/procmime.c
18288                 [Bug 650] reply button causes crash
18289                 Thanks to David Relson and Christoph
18290
18291 2004-12-07 [colin]      0.9.13cvs2.1
18292
18293         * ChangeLog.claws
18294         * AUTHORS
18295         * po/sk.po
18296         * src/procmime.c
18297         * src/prefs_account.c
18298         * src/common/smtp.c
18299         * src/common/smtp.h
18300                 Sync with HEAD
18301
18302 2004-12-06 [colin]      0.9.12cvs187.1
18303
18304         * ChangeLog.claws
18305         * INSTALL
18306         * Makefile.am
18307         * README.claws
18308         * TODO.claws
18309         * configure.ac
18310         * po/bg.po
18311         * po/cs.po
18312         * po/el.po
18313         * po/en_GB.po
18314         * po/es.po
18315         * po/fr.po
18316         * po/hr.po
18317         * po/hu.po
18318         * po/it.po
18319         * po/ja.po
18320         * po/ko.po
18321         * po/nl.po
18322         * po/pl.po
18323         * po/pt_BR.po
18324         * po/ru.po
18325         * po/sk.po
18326         * po/sr.po
18327         * po/sv.po
18328         * po/zh_CN.po
18329         * po/zh_TW.Big5.po
18330         * src/compose.c
18331         * tools/Makefile.am
18332         * tools/README
18333         * tools/filter_conv.pl
18334         * tools/kdeservicemenu/README
18335         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18336         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18337                 Sync with HEAD
18338
18339 2004-12-04 [colin]      0.9.12cvs183.1
18340
18341         * src/compose.c
18342                 Sync with HEAD (compose window position saving)
18343
18344 2004-12-04 [paul]       0.9.12cvs182.3
18345
18346         * src/messageview.c
18347         * src/mimeview.c
18348         * src/prefs_customheader.c
18349         * src/gtk/quicksearch.c
18350                 replace some forgotten GTK_SIGNAL_FUNCs
18351
18352 2004-12-04 [paul]       0.9.12cvs182.2
18353
18354         * src/Makefile.am
18355                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
18356                 committed in error      
18357
18358 2004-12-04 [paul]       0.9.12cvs182.1
18359
18360         * ChangeLog
18361         * ChangeLog.claws
18362         * ChangeLog.jp
18363         * INSTALL
18364         * NEWS
18365         * README
18366         * README.jp
18367         * configure.ac
18368         * doc/manual/ja/Makefile.am
18369         * doc/manual/ja/sylpheed-1.html
18370         * doc/manual/ja/sylpheed-10.html
18371         * doc/manual/ja/sylpheed-11.html
18372         * doc/manual/ja/sylpheed-12.html
18373         * doc/manual/ja/sylpheed-13.html
18374         * doc/manual/ja/sylpheed-14.html
18375         * doc/manual/ja/sylpheed-15.html
18376         * doc/manual/ja/sylpheed-16.html
18377         * doc/manual/ja/sylpheed-17.html
18378         * doc/manual/ja/sylpheed-18.html
18379         * doc/manual/ja/sylpheed-19.html
18380         * doc/manual/ja/sylpheed-2.html
18381         * doc/manual/ja/sylpheed-20.html
18382         * doc/manual/ja/sylpheed-3.html
18383         * doc/manual/ja/sylpheed-4.html
18384         * doc/manual/ja/sylpheed-5.html
18385         * doc/manual/ja/sylpheed-6.html
18386         * doc/manual/ja/sylpheed-7.html
18387         * doc/manual/ja/sylpheed-8.html
18388         * doc/manual/ja/sylpheed-9.html
18389         * doc/manual/ja/sylpheed.html
18390         * doc/manual/ja/sylpheed.sgml
18391         * po/de.po
18392         * src/Makefile.am
18393         * src/compose.c
18394         * src/procmime.c
18395         * src/pixmaps/regular.xpm **REMOVED**
18396         * src/plugins/pgpmime/pgpmime.c
18397         * src/plugins/pgpmime/plugin.c
18398         * src/plugins/pgpmime/prefs_gpg.c
18399                 sync with HEAD
18400
18401 2004-12-03 [paul]       0.9.12cvs180.1
18402
18403         * ChangeLog
18404         * ChangeLog.claws
18405         * ChangeLog.jp
18406         * configure.ac
18407         * src/Makefile.am
18408         * src/pop.c
18409         * src/common/utils.c
18410         * src/common/utils.h
18411         * src/pixmaps/continue.xpm
18412         * src/pixmaps/dir_close.xpm
18413         * src/pixmaps/dir_open.xpm
18414         * src/pixmaps/drafts_close.xpm
18415         * src/pixmaps/drafts_open.xpm
18416         * src/pixmaps/folder.xpm **REMOVED**
18417         * src/pixmaps/group.xpm
18418         * src/pixmaps/unread.xpm
18419                 sync with HEAD
18420
18421 2004-12-02 [colin]      0.9.12cvs179.1
18422
18423         * src/compose.c
18424                 Sync with HEAD (non-duplicated reedition)
18425
18426 2004-12-02 [colin]      0.9.12cvs178.1
18427
18428         * src/compose.c
18429                 Sync with HEAD (linewrap_quote fix)
18430
18431 2004-12-01 [colin]      0.9.12cvs177.3
18432
18433         * src/addrharvest.c
18434                 Replace sizeof with strlen
18435
18436 2004-12-01 [paul]       0.9.12cvs177.2
18437
18438         * src/addrharvest.c
18439                 fix 'harvest addresses'
18440
18441 2004-11-30 [colin]      0.9.12cvs177.1
18442
18443         * src/gtk/prefswindow.c
18444         * src/gtk/pluginwindow.c
18445                 Sync with HEAD
18446
18447 2004-11-29 [colin]      0.9.12cvs176.1
18448
18449         * src/folderview.c
18450                 sync with HEAD (Fix disappearing separators in folderview's popup)
18451
18452 2004-11-29 [colin]      0.9.12cvs175.1
18453
18454         * src/procmime.c
18455                 Sync with head (another format fix)
18456
18457 2004-11-29 [colin]      0.9.12cvs174.1
18458
18459         * src/pop.c
18460                 Sync with HEAD (format string fix)
18461
18462 2004-11-26 [colin]      0.9.12cvs173.1
18463
18464         * src/common/smtp.c
18465         * src/common/smtp.h
18466                 Sync with HEAD
18467
18468 2004-11-24 [colin]      0.9.12cvs172.1
18469
18470         * src/plugins/pgpmime/pgpmime.c
18471                 Sync with HEAD
18472
18473 2004-11-24 [colin]      0.9.12cvs171.1
18474
18475         * src/plugins/pgpmime/pgpmime.c
18476                 Sync with head (gpgmectx leaks)
18477
18478 2004-11-24 [colin]      0.9.12cvs169.1
18479
18480         * src/plugins/pgpmime/plugin.c
18481         * src/plugins/trayicon/Makefile.am
18482         * src/plugins/trayicon/newmarkedmail.xpm
18483         * src/plugins/trayicon/trayicon.c
18484         * src/plugins/trayicon/unreadmarkedmail.xpm
18485                 Sync with HEAD
18486
18487 2004-11-23 [colin]      0.9.12cvs168.1
18488
18489         * src/partial_download.c
18490         * src/partial_download.h
18491         * src/plugins/pgpmime/plugin.c
18492                 Sync with HEAD
18493
18494 2004-11-23 [colin]      0.9.12cvs166.1
18495
18496         * src/Makefile.am
18497         * src/codeconv.c
18498         * src/compose.c
18499         * src/folderview.c
18500         * src/main.c
18501         * src/partial_download.c
18502         * src/partial_download.h
18503         * src/prefs_account.c
18504         * src/prefs_account.h
18505         * src/privacy.c
18506         * src/privacy.h
18507         * src/procmime.c
18508         * src/common/Makefile.am
18509         * src/common/base64.h
18510         * src/common/partial_download.c
18511         * src/common/partial_download.h
18512         * src/gtk/prefswindow.c
18513         * src/gtk/prefswindow.h
18514         * src/plugins/pgpmime/pgpmime.c
18515         * src/plugins/pgpmime/prefs_gpg.c
18516         * src/plugins/pgpmime/prefs_gpg.h
18517         * src/plugins/pgpmime/sgpgme.c
18518         * src/plugins/pgpmime/sgpgme.h
18519                 Sync with HEAD
18520
18521 2004-11-23 [colin]      0.9.12cvs163.1
18522
18523         * src/main.c
18524                 Sync with HEAD (cursor optimization)
18525
18526 2004-11-23 [colin]      0.9.12cvs162.1
18527
18528         * src/prefs_common.c
18529         * src/prefs_themes.c
18530         * src/procmsg.c
18531                 Sync with HEAD
18532
18533 2004-11-23 [colin]      0.9.12cvs158.9
18534
18535         * src/compose.c
18536                 Fix double-free when forwarding
18537         * src/msgcache.c
18538                 Fix leak on error path
18539                 
18540
18541 2004-11-23 [colin]      0.9.12cvs158.8
18542
18543         * src/compose.c
18544                 Fix possible double-free
18545                 Spotted by Alfons
18546
18547 2004-11-23 [colin]      0.9.12cvs158.7
18548
18549         * src/compose.c
18550                 Fix some signal handlers' prototypes
18551                 Spotted by Alfons
18552
18553 2004-11-22 [colin]      0.9.12cvs158.6
18554
18555         * src/compose.c
18556                 Remove unneeded code and duplicated
18557                 wrapping - patch by Alfons
18558
18559 2004-11-22 [colin]      0.9.12cvs158.5
18560
18561         * src/prefs_themes.c
18562                 Fix oversized selector
18563
18564 2004-11-22 [colin]      0.9.12cvs158.4
18565
18566         * src/compose.c
18567                 fix dump_text()
18568                 patch by Alfons
18569
18570 2004-11-19 [colin]      0.9.12cvs158.3
18571
18572         * src/textview.c
18573                 Add a context menu on links (open, copy)
18574
18575 2004-11-18 [paul]       0.9.12cvs158.2
18576
18577         * src/addrgather.c
18578         * src/exphtmldlg.c
18579         * src/expldifdlg.c
18580         * src/mimeview.c
18581         * src/prefs_common.c
18582         * src/plugins/image_viewer/viewer.c
18583         * src/plugins/spamassassin/spamassassin_gtk.c
18584                 replace deprecated gtk_notebook_set_page
18585                 and gtk_notebook_current_page
18586
18587 2004-11-18 [paul]       0.9.12cvs158.1
18588
18589         * configure.ac
18590         * src/compose.c
18591         * src/mainwindow.c
18592         * src/messageview.c
18593         * src/prefs_common.c
18594         * src/common/utils.c
18595         * src/common/utils.h
18596                 sync with HEAD
18597
18598 2004-11-17 [colin]      0.9.12cvs156.1
18599
18600         * src/prefs_account.c
18601         * src/prefs_account.h
18602         * src/procmsg.c
18603                 Sync with HEAD (add pref to store encrypted mails encrypted)
18604
18605 2004-11-17 [paul]       0.9.12cvs155.1
18606
18607         * ChangeLog
18608         * ChangeLog.claws
18609         * ChangeLog.jp
18610         * NEWS
18611         * configure.ac
18612         * src/compose.c
18613         * src/jpilot.c
18614         * src/privacy.c
18615         * src/procmime.c
18616         * src/procmime.h
18617         * src/procmsg.c
18618         * src/toolbar.c
18619         * src/pixmaps/error.xpm
18620                 sync with HEAD
18621
18622 2004-11-17 [colin]      0.9.12cvs151.1
18623
18624         * src/plugins/pgpmime/pgpmime.c
18625                 Sync with HEAD (remove debug printf)
18626
18627 2004-11-17 [colin]      0.9.12cvs150.1
18628
18629         * src/plugins/pgpmime/pgpmime.c
18630                 Sync with HEAD (off-by-one fix)
18631
18632 2004-11-17 [colin]      0.9.12cvs149.1
18633
18634         * src/procmsg.c
18635                 Sync with HEAD (coding style fixes)
18636
18637 2004-11-16 [colin]      0.9.12cvs148.1
18638
18639         * src/procmsg.c
18640                 Sync with head (Fix the fix)
18641
18642 2004-11-16 [colin]      0.9.12cvs147.1
18643
18644         * src/procmsg.c
18645                 Sync with Main (leak fix)
18646
18647 2004-11-16 [colin]      0.9.12cvs146.14
18648
18649         * src/compose.c
18650                 Remove useless chunk of code
18651                 Patch by Alfons
18652
18653 2004-11-15 [colin]      0.9.12cvs146.13
18654
18655         * src/compose.c
18656                 Fix drafting after insertion
18657                 Patch by Alfons
18658
18659 2004-11-15 [colin]      0.9.12cvs146.12
18660
18661         * src/compose.c
18662         * src/prefs_filtering.c
18663         * src/prefs_filtering_action.c
18664         * src/prefs_toolbar.c
18665                 Fix some const-correctness
18666
18667 2004-11-15 [colin]      0.9.12cvs146.11
18668
18669         * src/summaryview.c
18670         * src/prefs_themes.c
18671         * src/messageview.c
18672                 Fix some leaks
18673
18674 2004-11-15 [colin]      0.9.12cvs146.10
18675
18676         * src/codeconv.c
18677                 More unreadable locale fixes
18678
18679 2004-11-14 [colin]      0.9.12cvs146.9
18680
18681         * src/textview.c
18682                 Fix uri_security_check
18683                 Patch by Alfons
18684
18685 2004-11-13 [paul]       0.9.12cvs146.8
18686
18687         * src/folder.c
18688         * src/procmime.c
18689                 fix 2 bugs introduced in last commit
18690
18691 2004-11-13 [paul]       0.9.12cvs146.7
18692
18693         * src/compose.c
18694         * src/exporthtml.c
18695         * src/exportldif.c
18696         * src/folder.c
18697         * src/imap.c
18698         * src/imap_gtk.c
18699         * src/main.c
18700         * src/mainwindow.c
18701         * src/messageview.c
18702         * src/mh_gtk.c
18703         * src/prefs_themes.c
18704         * src/procmime.c
18705         * src/setup.c
18706         * src/summaryview.c
18707                 replace deprecated g_basename
18708
18709 2004-11-13 [paul]       0.9.12cvs146.6
18710
18711         * src/compose.c
18712         * src/imap.c
18713         * src/matcher_parser.h
18714         * src/matcher_parser_parse.y
18715         * src/prefs_filtering.c
18716         * src/prefs_filtering_action.c
18717         * src/prefs_themes.c
18718         * src/prefs_toolbar.c
18719         * src/common/utils.c
18720                 various small fixes/cleanups
18721
18722 2004-11-12 [colin]      0.9.12cvs146.5
18723
18724         * src/textview.c
18725                 Validate event's origin on visibility notify
18726                 Patch by Alfons.
18727
18728 2004-11-12 [paul]       0.9.12cvs146.4
18729
18730         * src/exporthtml.c
18731         * src/exportldif.c
18732         * src/imap.c
18733         * src/mh.c
18734         * src/mimeview.c
18735         * src/prefs_spelling.c
18736         * src/prefs_themes.c
18737                 replace deprecated g_dirname    
18738
18739 2004-11-12 [colin]      0.9.12cvs146.3
18740
18741         * src/textview.c
18742                 Some coding style fixes
18743
18744 2004-11-12 [colin]      0.9.12cvs146.2
18745
18746         * src/codeconv.c
18747                 We want to replace _all_ extended chars in
18748                 conv_unreadable_*, because any string containing
18749                 extended chars not parsing as UTF8 is 
18750                 undisplayed on gtk2.
18751
18752 2004-11-12 [paul]       0.9.12cvs146.1
18753
18754         * ChangeLog
18755         * ChangeLog.claws
18756         * ChangeLog.jp
18757         * NEWS
18758         * configure.ac
18759         * src/account.c
18760         * src/folderview.c
18761         * src/folderview.h
18762         * src/imap.c
18763         * src/imap_gtk.c
18764         * src/inc.c
18765         * src/mainwindow.c
18766         * src/mh_gtk.c
18767         * src/news_gtk.c
18768         * src/pop.c
18769         * src/prefs_account.c
18770         * src/prefs_account.h
18771         * src/prefs_ext_prog.c
18772         * src/procmime.c
18773         * src/procmime.h
18774         * src/procmsg.c
18775         * src/procmsg.h
18776         * src/summary_search.c
18777         * src/summaryview.c
18778         * src/textview.c
18779         * src/common/defs.h
18780         * src/common/utils.c
18781         * src/common/utils.h
18782         * src/gtk/menu.c
18783         * src/gtk/menu.h
18784                 sync with HEAD
18785
18786 2004-11-11 [colin]      0.9.12cvs144.2
18787
18788         * src/textview.c
18789                 Fix URI range selection (patch by Alfons)
18790
18791 2004-11-09 [colin]      0.9.12cvs144.1
18792
18793         * ChangeLog.claws
18794         * src/compose.c
18795         * src/folder.c
18796         * src/folder_item_prefs.c
18797         * src/prefs_account.c
18798         * src/prefs_account.h
18799         * src/plugins/pgpmime/pgpmime.c
18800                 Sync with HEAD
18801
18802 2004-11-08 [colin]      0.9.12cvs143.1
18803
18804         * src/summaryview.c
18805                 Sync with HEAD (optimize quicksearch)
18806
18807 2004-11-08 [colin]      0.9.12cvs142.2
18808
18809         * src/compose.c
18810                 Don't wrap when Edit/Auto wrapping is disabled
18811
18812 2004-11-08 [colin]      0.9.12cvs142.1
18813
18814         * src/textview.c
18815                 Sync with HEAD
18816
18817 2004-11-08 [colin]      0.9.12cvs141.1
18818
18819         * src/textview.c
18820                 Sync with HEAD (fix some mail URIs)
18821
18822 2004-11-08 [colin]      0.9.12cvs140.3
18823
18824         * src/textview.c
18825                 o Use text cursor instead of arrow when
18826                   not on a link
18827                 o Fix handling of contiguous links (as in
18828                   "colin@colino.net" <colin@colino.net>)
18829                   This one unveils a bug in get_email_part()
18830
18831 2004-11-07 [colin]      0.9.12cvs140.2
18832
18833         * src/textview.c
18834                 Fix memleak. Patch by Alfons.
18835
18836 2004-11-06 [colin]      0.9.12cvs140.1
18837
18838         * src/compose.c
18839                 Sync with HEAD (don't ask passphrase
18840                 when drafting)
18841
18842 2004-11-06 [paul]       0.9.12cvs139.2
18843
18844         * AUTHORS
18845         * src/textview.c
18846         * src/textview.h
18847                 textview URI handling. hovering over a 
18848                 link displays it in the status bar,
18849                 and changes the mouse pointer to a hand 
18850                 cursor. a link is activated with a single 
18851                 click. (Modified from the) patch by Jean-Yves 
18852                 Lefort <jylefort@users.sourceforge.net>
18853                 
18854
18855 2004-11-05 [colin]      0.9.12cvs139.1
18856
18857         * src/compose.c
18858         * src/procmime.c
18859                 Sync with HEAD again ^^
18860
18861 2004-11-05 [colin]      0.9.12cvs139.1
18862
18863         * src/compose.c
18864         * src/procmime.c
18865                 Sync with HEAD
18866
18867 2004-11-03 [paul]       0.9.12cvs138.1
18868
18869         * ChangeLog.claws
18870         * configure.ac
18871         * po/POTFILES.in
18872         * src/prefs_ext_prog.c
18873         * src/procmime.c
18874         * tools/kdeservicemenu/README
18875         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18876         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18877                 sync with HEAD
18878
18879 2004-11-01 [christoph]  0.9.12cvs136.2
18880
18881         * src/procmime.c
18882                 convert MIME parameters to UTF-8
18883
18884 2004-10-29 [colin]      0.9.12cvs136.1
18885
18886         * src/common/utils.c
18887                 Sync with HEAD (don't use '=' in mime boundary)
18888
18889 2004-10-29 [paul]       0.9.12cvs135.1
18890
18891         * configure.ac
18892         * doc/src/rfc2231.txt
18893         * src/procmime.c
18894         * src/common/quoted-printable.c
18895         * src/common/utils.c
18896         * src/common/utils.h
18897                 sync with HEAD
18898
18899 2004-10-27 [paul]       0.9.12cvs134.1
18900
18901         * configure.ac
18902         * src/main.c
18903         * src/procmime.c
18904         * src/plugins/pgpmime/pgpmime.c
18905                 sync with HEAD
18906
18907 2004-10-26 [paul]       0.9.12cvs132.3
18908
18909         * src/account.c
18910         * src/addressbook.c
18911         * src/addrgather.c
18912         * src/addrharvest.c
18913         * src/codeconv.c
18914         * src/compose.c
18915         * src/customheader.c
18916         * src/editaddress.c
18917         * src/editgroup.c
18918         * src/enriched.c
18919         * src/expldifdlg.c
18920         * src/exporthtml.c
18921         * src/exportldif.c
18922         * src/folder.c
18923         * src/foldersel.c
18924         * src/folderview.c
18925         * src/grouplistdialog.c
18926         * src/html.c
18927         * src/imap.c
18928         * src/jpilot.c
18929         * src/ldapserver.c
18930         * src/ldif.c
18931         * src/mimeview.c
18932         * src/news.c
18933         * src/news_gtk.c
18934         * src/pop.c
18935         * src/prefs_display_header.c
18936         * src/prefs_gtk.c
18937         * src/prefs_msg_colors.c
18938         * src/prefs_toolbar.c
18939         * src/procheader.c
18940         * src/procmime.c
18941         * src/summaryview.c
18942         * src/textview.c
18943         * src/toolbar.c
18944         * src/vcard.c
18945         * src/common/mgutils.c
18946         * src/common/nntp.c
18947         * src/common/smtp.c
18948         * src/common/template.c
18949         * src/common/utils.c
18950         * src/common/xmlprops.c
18951         * src/plugins/pgpmime/pgpmime.c
18952         * src/plugins/pgpmime/select-keys.c
18953         * src/plugins/pgpmime/sgpgme.c
18954                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18955                 g_string_sprintfa(), gtk_notebook_current_page()
18956
18957 2004-10-26 [colin]      0.9.12cvs132.2
18958
18959         * src/prefs_folder_item.c
18960                 Fix default-account selection
18961
18962 2004-10-21 [colin]      0.9.12cvs133
18963
18964         * src/compose.c
18965                 Sync with HEAD (Remove extra separator in compose's Options)
18966         * src/textview.c
18967                 Set wrapping to char
18968
18969 2004-10-21 [paul]       0.9.12cvs131.2
18970
18971         * src/compose.c
18972         * src/sourcewindow.c
18973                 fix wrapping
18974                 fix window shrinking 
18975
18976 2004-10-21 [colin]      0.9.12cvs131.1
18977
18978         * ChangeLog.claws
18979         * src/compose.c
18980                 Sync with HEAD
18981
18982 2004-10-21 [paul]       0.9.12cvs130.2
18983
18984         * src/prefs_folder_item.c
18985                 sync with HEAD (Apply to subfolders)
18986
18987 2004-10-19 [colin]      0.9.12cvs130.1
18988
18989         * ChangeLog.claws
18990         * src/compose.c
18991         * src/common/utils.c
18992         * src/gtk/menu.c
18993                 Sync with HEAD
18994
18995 2004-10-19 [colin]      0.9.12cvs128.1
18996
18997         * src/addrbook.c
18998         * src/addrcache.c
18999         * src/addressbook.c
19000         * src/codeconv.c
19001         * src/compose.c
19002         * src/customheader.c
19003         * src/editaddress.c
19004         * src/editgroup.c
19005         * src/exporthtml.c
19006         * src/folder.c
19007         * src/folderview.c
19008         * src/imap.c
19009         * src/jpilot.c
19010         * src/main.c
19011         * src/matcher_parser_parse.y
19012         * src/mbox.c
19013         * src/pop.c
19014         * src/prefs_account.c
19015         * src/prefs_gtk.c
19016         * src/prefs_msg_colors.c
19017         * src/procheader.c
19018         * src/procmime.c
19019         * src/procmime.h
19020         * src/procmsg.c
19021         * src/summaryview.c
19022         * src/textview.c
19023         * src/common/base64.c
19024         * src/common/partial_download.c
19025         * src/common/socket.c
19026         * src/common/sylpheed.c
19027         * src/common/utils.c
19028         * src/common/utils.h
19029         * src/gtk/pluginwindow.c
19030         * src/gtk/quicksearch.c
19031         * src/plugins/clamav/clamav_plugin.c
19032         * src/plugins/clamav/clamav_plugin.h
19033         * src/plugins/clamav/clamav_plugin_gtk.c
19034         * src/plugins/pgpmime/passphrase.c
19035         * src/plugins/pgpmime/pgpmime.c
19036         * src/plugins/pgpmime/plugin.c
19037         * src/plugins/pgpmime/prefs_gpg.c
19038         * src/plugins/pgpmime/prefs_gpg.h
19039         * src/plugins/pgpmime/select-keys.c
19040         * src/plugins/pgpmime/sgpgme.c
19041         * src/plugins/spamassassin/libspamc.c
19042         * src/plugins/spamassassin/spamassassin.c
19043         * src/plugins/spamassassin/spamassassin.h
19044         * src/plugins/spamassassin/spamassassin_gtk.c
19045         * src/plugins/trayicon/trayicon.c
19046         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
19047                 Sync with HEAD
19048
19049 2004-10-14 [colin]      0.9.12cvs126.2
19050
19051         * src/codeconv.c
19052         * src/textview.c
19053                 Fix conv_unreadable_locale
19054
19055 2004-10-13 [colin]      0.9.12cvs126.1
19056
19057         * src/compose.c
19058                 Sync with HEAD (don't convert charset for 
19059                 drafted messages, minor cleanup)
19060
19061 2004-10-13 [colin]      0.9.12cvs125.1
19062
19063         * po/POTFILES.in
19064                 Sync with HEAD (POTFILES fix)
19065
19066 2004-10-12 [colin]      0.9.12cvs124.3
19067
19068         * src/compose.c
19069                 Fix encoding bug from latest sync
19070
19071 2004-10-12 [paul]       0.9.12cvs124.2
19072
19073         * src/plugins/pgpmime/prefs_gpg.c
19074         * src/plugins/pgpmime/prefs_gpg.h
19075                 forgotten in last commit        
19076
19077 2004-10-12 [paul]       0.9.12cvs124.1
19078
19079         * ChangeLog.claws
19080         * configure.ac
19081         * m4/spamassassin.m4
19082         * src/Makefile.am
19083         * src/account.c
19084         * src/compose.c
19085         * src/compose.h
19086         * src/crash.c
19087         * src/main.c
19088         * src/mimeview.c
19089         * src/passphrase.c
19090         * src/passphrase.h
19091         * src/prefs_account.c
19092         * src/prefs_account.h
19093         * src/prefs_common.c
19094         * src/privacy.c
19095         * src/privacy.h
19096         * src/procmime.c
19097         * src/procmime.h
19098         * src/procmsg.c
19099         * src/rfc2015.c
19100         * src/rfc2015.h
19101         * src/select-keys.c
19102         * src/select-keys.h
19103         * src/textview.c
19104         * src/common/utils.c
19105         * src/common/utils.h
19106         * src/gtk/about.c
19107         * src/plugins/pgpmime/Makefile.am
19108         * src/plugins/pgpmime/passphrase.c
19109         * src/plugins/pgpmime/passphrase.h
19110         * src/plugins/pgpmime/pgpmime.c
19111         * src/plugins/pgpmime/plugin.c
19112         * src/plugins/pgpmime/select-keys.c
19113         * src/plugins/pgpmime/select-keys.h
19114         * src/plugins/pgpmime/sgpgme.c
19115         * src/plugins/pgpmime/sgpgme.h
19116                 sync with HEAD
19117
19118 2004-10-04 [colin]      0.9.12cvs122.1
19119
19120         * src/mainwindow.c
19121         * src/messageview.c
19122         * src/messageview.h
19123         * src/textview.c
19124                 Sync with HEAD
19125
19126 2004-10-04 [colin]      0.9.12cvs121.1
19127
19128         * src/summaryview.c
19129                 Sync with HEAD
19130
19131 2004-10-04 [paul]       0.9.12cvs120.1
19132
19133         * configure.ac
19134                 sync with HEAD [don't try to build 
19135                 pgpmime plugin when gpgme is disabled]
19136
19137 2004-10-03 [colin]      0.9.12cvs119.3
19138
19139         * src/gtk/gtksctree.c
19140                 Lots of side effects. Put back as before 117.2.
19141         * src/summaryview.c
19142                 Fix bug #602
19143
19144 2004-10-03 [colin]      0.9.12cvs119.2
19145
19146         * src/gtk/gtksctree.c
19147                 Revert 608 fix that doesn't work that good
19148
19149 2004-10-02 [colin]      0.9.12cvs119.1
19150
19151         * src/mainwindow.c
19152         * src/messageview.c
19153         * src/prefs_common.h
19154         * src/procmime.c
19155         * src/procmime.h
19156         * src/textview.c
19157                 Sync with HEAD
19158         * src/gtk/gtksctree.c
19159                 Close bug #608
19160
19161 2004-10-01 [colin]      0.9.12cvs118.1
19162
19163         * src/mimeview.c
19164                 Sync with HEAD (better Save All fix)
19165
19166 2004-10-01 [colin]      0.9.12cvs117.2
19167
19168         * src/gtk/gtksctree.c
19169                 Faster on selection
19170
19171 2004-10-01 [colin]      0.9.12cvs117.1
19172
19173         * src/mimeview.c
19174                 Sync with HEAD (Save All: only attachments)
19175
19176 2004-10-01 [paul]       0.9.12cvs116.1
19177
19178         * ChangeLog.claws
19179         * configure.ac
19180         * src/account.c
19181         * src/prefs_common.c
19182         * src/gtk/colorlabel.c
19183                 sync with HEAD
19184
19185 2004-09-30 [colin]      0.9.12cvs115.1
19186
19187         * src/stock_pixmap.c
19188         * src/stock_pixmap.h
19189         * src/folderview.c
19190         * src/Makefile.am
19191         * src/pixmaps/read.xpm
19192                 Sync with HEAD (new pixmap)
19193
19194 2004-09-29 [colin]      0.9.12cvs114.1
19195
19196         * src/compose.c
19197                 Sync with HEAD
19198                 Fix focus handling in headers
19199
19200 2004-09-29 [paul]       0.9.12cvs113.1
19201
19202         * src/quote_fmt_parse.y
19203                 sync with HEAD
19204  
19205
19206 2004-09-28 [colin]      0.9.12cvs112.1
19207
19208         * src/folderview.c
19209         * src/mainwindow.c
19210                 Sync with HEAD
19211
19212 2004-09-28 [colin]      0.9.12cvs110.1
19213
19214         * src/folderview.c
19215                 Sync with HEAD (Contextual Empty trash menu)
19216
19217 2004-09-28 [colin]      0.9.12cvs108.1
19218
19219         * src/addressbook.c
19220                 Sync with HEAD (addressbook edit on double-click)
19221
19222 2004-09-28 [colin]      0.9.12cvs106.1
19223
19224         * src/inc.c
19225                 Sync with HEAD (folder_item freeze on inc)
19226
19227 2004-09-27 [colin]      0.9.12cvs105.1
19228
19229         * src/folderview.c
19230                 Sync with HEAD (right-align new and unread column)
19231
19232 2004-09-27 [colin]      0.9.12cvs104.1
19233
19234         * src/main.c
19235                 Sync with HEAD (revert 0.9.12cvs101)
19236
19237 2004-09-24 [colin]      0.9.12cvs103.2
19238
19239         * src/wizard.c
19240                 Fix gtk warnings and use domain part of the email address 
19241                 when domain detection fails (no dot in domain name)
19242
19243 2004-09-23 [colin]      0.9.12cvs103.1
19244
19245         * src/plugins/spamassassin/libspamc.c
19246         * src/plugins/spamassassin/libspamc.h
19247         * src/plugins/spamassassin/utils.c
19248         * src/plugins/spamassassin/utils.h
19249                 Sync with HEAD (Update spamassassin to 3.0)
19250
19251 2004-09-21 [colin]      0.9.12cvs102.3
19252
19253         * src/action.c
19254                 Add horizontal scrollbar in action io dialog as needed
19255                 Patch by Alfons.
19256
19257 2004-09-20 [colin]      0.9.12cvs102.2
19258
19259         * src/plugins/image_viewer/viewer.c
19260                 Remove imlib stuff
19261                 use gtk_pixmap_set when clearing
19262                 (would be better to use gtkImages, but causes size-allocate 
19263                 signals storm)
19264
19265 2004-09-17 [paul]       0.9.12cvs102.1
19266
19267         * ChangeLog
19268         * ChangeLog.claws
19269         * ChangeLog.jp
19270         * configure.ac
19271         * src/inc.c
19272                 sync with HEAD
19273
19274
19275 2004-09-17 [colin]      0.9.12cvs101.1
19276
19277         * ChangeLog.claws
19278         * src/main.c
19279                 Sync with HEAD (fix segs at exit)
19280
19281 2004-09-14 [colin]      0.9.12cvs99.5
19282
19283         * src/common/socket.c
19284         * AUTHORS
19285                 Fix send error on 64bit platforms
19286                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
19287
19288 2004-09-14 [colin]      0.9.12cvs99.4
19289
19290         * src/action.c
19291                 Fix action output with utf8 
19292                 Patch by Alfons.
19293
19294 2004-09-14 [colin]      0.9.12cvs99.3
19295
19296         * ChangeLog.claws
19297         * src/folder.c
19298                 Sync with HEAD
19299
19300 2004-09-09 [colin]      0.9.12cvs99.2
19301
19302         * src/action.c
19303                 Fix progress bar (displaying "Completed %v/%u")
19304                 Patch by Alfons.
19305
19306 2004-09-08 [colin]      0.9.12cvs99.1
19307
19308         * src/account.c
19309         * src/folder.c
19310         * src/procmsg.c
19311         * src/procmsg.h
19312         * src/plugins/pgpmime/pgpmime.c
19313                 Sync with HEAD
19314
19315 2004-09-08 [colin]      0.9.12cvs97.2
19316
19317         * src/summaryview.c
19318                 Don't select mails in collapsed threads 
19319                 when navigating with up/down
19320
19321 2004-09-07 [colin]      0.9.12cvs97.1
19322
19323         * src/inc.c
19324                 Sync with HEAD (meaningful error messages)
19325
19326 2004-09-06 [colin]      0.9.12cvs96.1
19327
19328         * src/toolbar.c
19329                 Sync with HEAD (fix Redirect graying out)
19330
19331 2004-09-06 [colin]      0.9.12cvs95.1
19332
19333         * src/summaryview.c
19334         * src/mimeview.c
19335                 Sync with HEAD (fix dropped URIs)
19336
19337 2004-09-06 [colin]      0.9.12cvs94.1
19338
19339         * src/addressbook.c
19340         * src/addressitem.h
19341         * src/addritem.c
19342         * src/addritem.h
19343                 Sync with HEAD (addressbook DnD)
19344
19345 2004-09-03 [colin]      0.9.12cvs93.1
19346
19347         * src/summaryview.c
19348                 Sync with HEAD (next/prev unread)
19349
19350 2004-09-03 [colin]      0.9.12cvs92.1
19351
19352         * src/prefs_common.c
19353         * src/prefs_common.h
19354         * src/summaryview.c
19355                 Sync with HEAD ('mark_as_read_delay' pref)
19356
19357 2004-09-02 [colin]      0.9.12cvs91.2
19358
19359         * src/common/xml.c
19360                 Fix leak
19361
19362 2004-09-02 [colin]      0.9.12cvs91.1
19363
19364         * src/gtk/menu.c
19365                 Sync with HEAD (menu accel don't work, but whatever)
19366
19367 2004-09-02 [colin]      0.9.12cvs90.1
19368
19369         * src/account.c
19370                 Sync with HEAD (fix bug 582)
19371
19372 2004-09-02 [colin]      0.9.12cvs89.1
19373
19374         * src/addrindex.c
19375                 Sync with HEAD (free deleted queries)
19376
19377 2004-09-02 [colin]      0.9.12cvs88.1
19378
19379         * src/ldapquery.c
19380                 Sync with HEAD (fix LDAP freezes)
19381
19382 2004-09-02 [colin]      0.9.12cvs87.1
19383
19384         * src/prefs_spelling.c
19385                 Sync with HEAD (add default dictionary)
19386
19387 2004-09-01 [colin]      0.9.12cvs86.1
19388
19389         * src/filtering.c
19390         * src/folderview.c
19391         * src/imap.c
19392         * src/prefs_matcher.c
19393         * src/stock_pixmap.c
19394         * src/summary_search.c
19395         * src/summaryview.c
19396         * src/wizard.c
19397         * src/wizard.h
19398                 Sync with HEAD (uninitialized vars fixes)
19399                 + gtk2 specific warning fixes
19400
19401 2004-08-31 [colin]      0.9.12cvs85.1
19402
19403         * src/folder.c
19404                 Sync with HEAD (Fix memory corruption due to 
19405                 uninitialized var)
19406
19407 2004-08-31 [colin]      0.9.12cvs84.4
19408
19409         * src/summary_search.c
19410                 Fix segfaults when searching in folders with broken headers
19411
19412 2004-08-31 [colin]      0.9.12cvs84.3
19413
19414         * src/compose.c
19415         * src/textview.c
19416                 Fix some more encoding/decoding issues
19417
19418 2004-08-30 [colin]      0.9.12cvs84.2
19419
19420         * src/mimeview.c
19421         * src/prefs_themes.c
19422         * src/gtk/filesel.c
19423         * src/gtk/filesel.h
19424                 Add a folder-mode selection (fixes mimeview's "Save all")
19425
19426 2004-08-29 [colin]      0.9.12cvs84.1
19427
19428         * src/mimeview.c
19429                 Sync with HEAD (don't escape saved filenames)
19430
19431 2004-08-27 [colin]      0.9.12cvs83.1
19432
19433         * ChangeLog
19434         * ChangeLog.claws
19435         * ChangeLog.jp
19436         * src/mh.c
19437         * src/procheader.c
19438         * src/procmsg.c
19439         * src/procmsg.h
19440         * src/common/utils.c
19441         * src/gtk/menu.h
19442         * po/
19443                 Sync with HEAD 0.9.12cvs83 (sync with main)
19444
19445 2004-08-26 [colin]      0.9.12cvs82.4
19446
19447         * src/codeconv.c
19448                 Fix strange stack corruption
19449                 Convert to utf8 after unmime, not before
19450
19451 2004-08-26 [colin]      0.9.12cvs82.3
19452
19453         * src/main.c
19454         * src/wizard.c
19455                 Fix account folders duplication
19456
19457 2004-08-25 [colin]      0.9.12cvs82.2
19458
19459         * src/wizard.c
19460                 Remove ports
19461                 Add SSL selection
19462                 Use login@server as account name
19463
19464 2004-08-25 [colin]      0.9.12cvs82.1
19465
19466         * src/plugins/pgpmime/pgpmime.c
19467                 Sync with HEAD (leak fix).
19468
19469 2004-08-25 [colin]      0.9.12cvs81.1
19470
19471         * src/plugins/pgpmime/pgpmime.c
19472         * src/plugins/pgpmime/sgpgme.c
19473         * src/plugins/pgpmime/sgpgme.h
19474                 Sync with HEAD (Handle combined messages).
19475
19476 2004-08-24 [colin]      0.9.12cvs80.3
19477
19478         * src/wizard.c
19479                 Fix full name, ports, and imap
19480
19481 2004-08-24 [colin]      0.9.12cvs80.2
19482
19483         * src/Makefile.am
19484         * src/main.c
19485         * src/setup.c
19486         * src/setup.h
19487         * src/stock_pixmap.c
19488         * src/stock_pixmap.h
19489         * src/wizard.c ** ADDED **
19490         * src/wizard.h ** ADDED ** 
19491         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
19492                 Add a setup wizard 
19493
19494 2004-08-24 [colin]      0.9.12cvs80.1
19495
19496         * src/folder.c
19497                 Sync with HEAD (set mimeflags on all messages)
19498
19499 2004-08-24 [colin]      0.9.12cvs79.3
19500
19501         * src/matcher_parser_lex.l
19502                 Fix 8bits strings not in utf8
19503
19504 2004-08-24 [colin]      0.9.12cvs79.2
19505
19506         * src/compose.c
19507                 Check conversion result before replacing buffer
19508
19509 2004-08-23 [colin]      0.9.12cvs79.1
19510
19511         * src/compose.c
19512                 Sync with HEAD (create message header in memory)
19513
19514 2004-08-23 [colin]      0.9.12cvs78.1
19515
19516         * src/rfc2015.c
19517         * src/rfc2015.h
19518                 Sync with HEAD (fix bug 197 again)
19519
19520 2004-08-23 [colin]      0.9.12cvs77.3
19521
19522         * src/compose.c
19523                 Fix again inline gpg signing (which outputs utf8
19524                 in gtk2). Not syncing this fix to HEAD as this 
19525                 code is meant to die.
19526
19527 2004-08-23 [colin]      0.9.12cvs77.2
19528
19529         * src/prefs_account.h
19530                 Remove useless include
19531
19532 2004-08-23 [colin]      0.9.12cvs77.1
19533
19534         * src/imap.c
19535         * po/es.po
19536         * po/fr.po
19537         * po/it.po
19538         * po/pl.po
19539         * po/pt_BR.po
19540         * po/sk.po
19541         * po/sr.po
19542                 Sync with HEAD (fix bug 577)
19543
19544 2004-08-22 [colin]      0.9.12cvs76.1
19545
19546         * src/plugins/trayicon/trayicon.c
19547                 Sync with HEAD (fix formatting bug)
19548
19549 2004-08-21 [colin]      0.9.12cvs74.2
19550
19551         * src/gtk/colorsel.c
19552                 Fix bug 564 (Folder color selection window exits on any
19553                 keypress)
19554
19555 2004-08-21 [colin]      0.9.12cvs74.1
19556
19557         * ChangeLog.claws
19558         * src/compose.c
19559         * src/summaryview.c
19560         * src/toolbar.c
19561                 Sync with HEAD (fix bug 576)
19562
19563 2004-08-21 [colin]      0.9.12cvs70.1
19564
19565         * src/compose.c
19566         * src/mainwindow.c
19567                 Sync with HEAD
19568                 
19569
19570 2004-08-21 [paul]       0.9.12cvs66.4
19571
19572         * src/mainwindow.c
19573         * src/messageview.c
19574         * src/gtk/menu.c
19575         * src/plugins/spamassassin/spamassassin_gtk.c
19576                 remove some deprecated gtk1 functions
19577
19578
19579 2004-08-21 [colin]      0.9.12cvs66.3
19580
19581         * src/compose.c
19582         * src/codeconv.c
19583                 Fix warnings
19584                 Remove encoding hacks
19585                 Fix bug 575 (Strange character messes up message)
19586                 Don't display conversion error when drafting
19587
19588 2004-08-21 [paul]       0.9.12cvs66.2
19589
19590         * src/prefs_account.c
19591                 fix GnuPG mode bugs
19592
19593
19594 2004-08-20 [colin]      0.9.12cvs66.1
19595
19596         * src/codeconv.c
19597                 Sync with HEAD 0.9.12cvs66
19598
19599 2004-08-20 [paul]
19600
19601         * src/plugins/pgpmime/plugin.c
19602                 modify PGP/MIME plugin's description
19603
19604 2004-08-17 [colin]      0.9.12cvs65.1
19605
19606         * src/common/ssl.c
19607         * src/plugins/pgpmime/plugin.c
19608                 Sync with HEAD
19609
19610 2004-08-14 [colin]      0.9.12cvs60.3
19611
19612         * src/plugins/trayicon/trayicon.c
19613                 Put back resize callback, on size-request signal
19614                 rather than size-allocate to avoid infinite 
19615                 callback loop
19616
19617 2004-08-13 [colin]      0.9.12cvs60.2
19618
19619         * src/common/defs.h
19620                 Cache versions have been fixed
19621
19622 2004-08-13 [colin]      0.9.12cvs60.1
19623
19624         * src/folderutils.c
19625                 Sync with HEAD
19626
19627 2004-08-12 [colin]      0.9.12cvs59.1
19628
19629         * src/plugins/trayicon/trayicon.c
19630                 Sync with HEAD
19631
19632 2004-08-12 [colin]      0.9.12cvs57.5
19633
19634         * sylpheed.desktop
19635         * configure.ac
19636         * src/Makefile.am
19637         * src/main.c
19638                 Add support for Freedesktop.org's startup notification
19639
19640 2004-08-11 [colin]      0.9.12cvs57.4
19641
19642         * src/textview.c
19643                 Fix off-by-one
19644
19645 2004-08-11 [colin]      0.9.12cvs57.3
19646
19647         * src/message_search.c
19648         * src/summary_search.c
19649                 Make searches case insensitive by default
19650         * src/textview.c
19651                 Fix case-insensitive search in message
19652
19653 2004-08-11 [colin]      0.9.12cvs57.2
19654
19655         * src/summary_search.c
19656                 Let case-sensitive be specified
19657
19658 2004-08-10 [colin]      0.9.12cvs55.4
19659
19660         * src/common/socket.c
19661                 Fix the possible race condition
19662
19663 2004-08-09 [paul]       0.9.12cvs55.3
19664
19665         * configure.ac
19666         * src/Makefile.am
19667         * src/common/Makefile.am
19668                 sync with HEAD
19669
19670
19671 2004-08-09 [paul]       0.9.12cvs55.2
19672
19673         * autogen.sh
19674         * po/poconv.sh
19675                 remove unneeded script
19676
19677         * configure.ac
19678                 add forgotten USE_LDAP_TLS (sync with HEAD)
19679
19680
19681 2004-08-09 [colin]      0.9.12cvs55.1
19682
19683         * src/main.c
19684         * src/common/ssl.c
19685         * src/common/sylpheed.c
19686         * src/common/sylpheed.h
19687                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
19688
19689 2004-08-09 [paul]       0.9.12cvs54.1
19690
19691         * ChangeLog
19692         * ChangeLog.claws
19693         * ChangeLog.jp
19694         * configure.ac
19695         * po/POTFILES.in
19696         * src/Makefile.am
19697         * src/folderutils.c
19698         * src/main.c
19699         * src/pgpmime.c
19700         * src/pgpmime.h
19701         * src/sgpgme.c
19702         * src/sgpgme.h
19703         * src/plugins/Makefile.am
19704         * src/plugins/pgpmime/.cvsignore
19705         * src/plugins/pgpmime/Makefile.am
19706         * src/plugins/pgpmime/pgpmime.c
19707         * src/plugins/pgpmime/pgpmime.h
19708         * src/plugins/pgpmime/plugin.c
19709         * src/plugins/pgpmime/sgpgme.c
19710         * src/plugins/pgpmime/sgpgme.h
19711                 sync with HEAD
19712
19713 2004-08-08 [paul]       0.9.12cvs51.1
19714
19715         * configure.ac
19716         * src/folder.c
19717                 sync with HEAD
19718
19719 2004-08-07 [colin]      0.9.12cvs50.1
19720
19721         * src/pop.c
19722         * src/common/partial_download.c
19723                 fix warnings (sync from HEAD)
19724
19725 2004-08-07 [colin]      0.9.12cvs48.1
19726
19727         * src/prefs_folder_item.c
19728                 sync with HEAD 0.9.12cvs48
19729
19730 2004-08-06 [colin]      0.9.12cvs47.1
19731
19732         * src/compose.c
19733                 Sync with HEAD
19734
19735 2004-08-06 [christoph]  0.9.12cvs46.2
19736
19737         * src/main.c
19738         * src/plugins/clamav/clamav_plugin_gtk.c
19739         * src/plugins/dillo_viewer/dillo_viewer.c
19740         * src/plugins/image_viewer/plugin.c
19741         * src/plugins/mathml_viewer/mathml_viewer.c
19742         * src/plugins/spamassassin/spamassassin_gtk.c
19743         * src/plugins/trayicon/trayicon.c
19744                 don't mix GTK1.2 plugin with GTK2 plugins
19745
19746 2004-08-06 [colin]      0.9.12cvs46.1
19747
19748         * ChangeLog
19749         * ChangeLog.claws
19750         * ChangeLog.jp
19751         * configure.ac
19752         * sylpheed-claws.pc.in
19753         * src/folder.c
19754         * src/imap.c
19755         * src/localfolder.c
19756         * src/messageview.c
19757         * src/mimeview.c
19758         * src/mimeview.h
19759         * src/msgcache.c
19760         * src/news.c
19761         * src/prefs_ext_prog.c
19762         * src/prefs_folder_item.c
19763         * src/prefs_fonts.c
19764         * src/prefs_msg_colors.c
19765         * src/prefs_spelling.c
19766         * src/prefs_themes.c
19767         * src/prefs_toolbar.c
19768         * src/prefs_wrapping.c
19769         * src/procmime.h
19770         * src/common/defs.h
19771         * src/common/nntp.c
19772         * src/common/session.c
19773         * src/common/session.h
19774         * src/common/socket.c
19775         * src/common/utils.h
19776         * src/common/xml.c
19777         * src/common/xml.h
19778         * src/gtk/prefswindow.c
19779         * src/gtk/prefswindow.h
19780         * src/plugins/clamav/clamav_plugin_gtk.c
19781         * src/plugins/dillo_viewer/dillo_prefs.c
19782         * src/plugins/image_viewer/viewerprefs.c
19783         * src/plugins/spamassassin/spamassassin_gtk.c
19784         * m4/openssl.m4 *** REMOVED ***
19785                 Sync with HEAD 0.9.12cvs46
19786
19787 2004-08-03 [paul]       0.9.12cvs40.2
19788
19789         * src/action.c
19790         * src/addressadd.c
19791         * src/addressbook.c
19792         * src/addrgather.c
19793         * src/browseldap.c
19794         * src/compose.c
19795         * src/crash.c
19796         * src/editaddress.c
19797         * src/editgroup.c
19798         * src/editldap_basedn.c
19799         * src/foldersel.c
19800         * src/importldif.c
19801         * src/mimeview.c
19802         * src/prefs_common.c
19803         * src/prefs_template.c
19804         * src/sourcewindow.c
19805         * src/summaryview.c
19806         * src/gtk/about.c
19807         * src/gtk/foldersort.c
19808         * src/gtk/logwindow.c
19809         * src/gtk/pluginwindow.c
19810         * src/gtk/prefswindow.c
19811                 change all gtk_scrolled_window_set_policy from 
19812                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
19813
19814 2004-08-02 [paul]       0.9.12cvs40.1
19815
19816         * AUTHORS
19817                 update translation team section
19818         * po/pt_BR.po
19819                 updated by Frederico Goncalves Guimaraes
19820                 <fggdebian@yahoo.com.br>
19821
19822 2004-07-31 [colin]      0.9.12cvs39.9
19823
19824         * src/exphtmldlg.c
19825                 Fix compilation
19826
19827 2004-07-31 [colin]      0.9.12cvs39.8
19828
19829         * src/exphtmldlg.c
19830                 Fix an alertpanel type
19831
19832 2004-07-30 [colin]      0.9.12cvs39.7
19833
19834         * src/alertpanel.c
19835                 Fix alertpanel_error_log's icon
19836
19837 2004-07-30 [colin]      0.9.12cvs39.6
19838
19839         * src/pop.c
19840                 Two of them should still be warnings
19841
19842 2004-07-30 [colin]      0.9.12cvs39.5
19843
19844         * src/pop.c
19845                 More warning -> error
19846 2004-07-29 [colin]      0.9.12cvs39.4
19847
19848         * src/pop.c
19849                 Warning -> error
19850
19851 2004-07-29 [colin]      0.9.12cvs39.3
19852
19853         * src/prefs_matcher.c
19854                 Fix segfault
19855
19856 2004-07-29 [colin]      0.9.12cvs39.2
19857
19858         * src/alertpanel.c
19859                 More nice-looking alertpanels
19860
19861 2004-07-29 [colin]      0.9.12cvs39.1
19862
19863         * src/messageview.c
19864                 sync with head
19865                 (inform user when partial mail is deleted on server)
19866
19867 2004-07-29 [colin]      0.9.12cvs38.1
19868
19869         * src/messageview.c
19870                 sync with head
19871
19872 2004-07-28 [paul]       0.9.12cvs37.7
19873
19874         * src/mainwindow.c
19875                 complete the replacement of deprecated gtk_progress_*
19876
19877 2004-07-28 [paul]       0.9.12cvs37.6
19878
19879         * src/action.c
19880         * src/inc.c
19881         * src/mainwindow.c
19882         * src/send_message.c
19883         * src/gtk/progressdialog.c
19884         * src/gtk/progressdialog.h
19885                 replace deprecated gtk_progress_*
19886
19887 2004-07-28 [paul]       0.9.12cvs37.5
19888
19889         * src/gtk/filesel.c
19890                 remove gtk_window_set_wmclass()
19891 2004-07-28 [paul]       0.9.12cvs37.4
19892
19893         * src/addressbook.c
19894         * src/compose.c
19895         * src/foldersel.c
19896         * src/mainwindow.c
19897         * src/messageview.c
19898         * src/sourcewindow.c
19899         * src/gtk/logwindow.c
19900                 remove gtk_window_set_wmclass()
19901                 
19902         * src/prefs_filtering.c
19903         * src/prefs_filtering_action.c
19904         * src/prefs_fonts.c
19905         * src/prefs_gtk.c
19906         * src/prefs_matcher.c
19907         * src/ssl_manager.c
19908         * src/gtk/prefswindow.c
19909                 replace gtk_window_position()
19910
19911 2004-07-28 [colin]      0.9.12cvs37.3
19912
19913         * src/alertpanel.c
19914         * src/alertpanel.h
19915                 Add a way to specify panel type for specific
19916                 panels (alertpanel())
19917         * src/account.c
19918         * src/addressbook.c
19919         * src/compose.c
19920         * src/expldifdlg.c
19921         * src/main.c
19922         * src/messageview.c
19923         * src/summaryview.c
19924         * src/textview.c
19925         * src/gtk/sslcertwindow.c
19926                 Fix alertpanel()s so that their icon match
19927                 their real type
19928
19929 2004-07-28 [paul]       0.9.12cvs37.2
19930
19931         * src/addr_compl.c
19932         * src/addressbook.c
19933         * src/alertpanel.c
19934         * src/compose.c
19935         * src/export.c
19936         * src/foldersel.c
19937         * src/folderview.c
19938         * src/grouplistdialog.c
19939         * src/import.c
19940         * src/mainwindow.c
19941         * src/message_search.c
19942         * src/messageview.c
19943         * src/passphrase.c
19944         * src/prefs_actions.c
19945         * src/prefs_common.c
19946         * src/prefs_customheader.c
19947         * src/prefs_display_header.c
19948         * src/prefs_filtering.c
19949         * src/prefs_filtering_action.c
19950         * src/prefs_gtk.c
19951         * src/prefs_matcher.c
19952         * src/prefs_msg_colors.c
19953         * src/prefs_summary_column.c
19954         * src/prefs_template.c
19955         * src/sourcewindow.c
19956         * src/ssl_manager.c
19957         * src/summary_search.c
19958         * src/gtk/colorsel.c
19959         * src/gtk/description_window.c
19960         * src/gtk/gtkaspell.c
19961         * src/gtk/inputdialog.c
19962         * src/gtk/logwindow.c
19963         * src/gtk/prefswindow.c
19964         * src/gtk/progressdialog.c
19965                 replace deprecated gtk_window_set_policy
19966
19967 2004-07-27 [colin]      0.9.12cvs37.1
19968
19969         * src/msgcache.c
19970                 More fixes (synced for head again)
19971
19972 2004-07-27 [colin]      0.9.12cvs35.3
19973
19974         * src/msgcache.c
19975                 Fix wrong test
19976
19977 2004-07-27 [colin]      0.9.12cvs35.2
19978
19979         * src/mimeview.c
19980                 Fix width a bit (by Paul)
19981         * src/alertpanel.c
19982         * src/alertpanel.h
19983                 Specialize icons, make alertpanel_message()
19984                 private
19985         * src/message_search.c
19986         * src/sgpgme.c
19987         * src/summary_search.c
19988                 Suit alertpanel changes
19989
19990 2004-07-27 [colin]      0.9.12cvs35.1
19991
19992         * src/alertpanel.c
19993                 Add an icon
19994         * src/passphrase.c
19995                 Add debug output - maybe someone will
19996                 want to look at the problem with Grab
19997                 Input :)
19998         Bump version as we're synced with HEAD
19999
20000 2004-07-26 [colin]      0.9.12cvs33.26
20001
20002         * src/pop.c
20003                 Fix uidl-file parsing when not in new
20004                 format
20005
20006 2004-07-26 [colin]      0.9.12cvs33.25
20007
20008         * src/gtk/menu.c
20009                 Move popup menu up if necessary (fixes 
20010                 account selector)
20011         * src/mainwindow.c
20012                 Set account selector's button height to
20013                 minimum
20014
20015 2004-07-26 [colin]      0.9.12cvs33.24
20016
20017         * src/alertpanel.c
20018                 Maybe fix 551 (Truncated font in alert window)
20019
20020 2004-07-26 [colin]      0.9.12cvs33.23
20021
20022         * po/de.po
20023         * po/es.po
20024         * po/fr.po
20025         * po/it.po
20026         * po/ja.po
20027         * po/pl.po
20028         * po/ru.po
20029         * po/sk.po
20030         * po/sr.po
20031         * po/zh_CN.po
20032                 Sync po files with HEAD
20033
20034 2004-07-26 [paul]       0.9.12cvs33.22
20035
20036         * src/compose.c
20037                 fix Bug 556 'Organisation-header is sent even if empty'
20038
20039 2004-07-24 [colin]      0.9.12cvs33.21
20040
20041         * src/compose.c
20042         * src/gtk/gtkaspell.c
20043         * src/gtk/gtkaspell.h
20044                 Fix speller accelerators (require hack)
20045
20046 2004-07-24 [colin]      0.9.12cvs33.20
20047
20048         * src/gtk/gtkaspell.c
20049                 Fix over-eager code deletion breaking
20050                 Check while typing
20051
20052 2004-07-24 [colin]      0.9.12cvs33.19
20053
20054         * src/browseldap.c
20055         * src/ldapctrl.c
20056         * src/ldapctrl.h
20057         * src/ldapserver.h
20058                 Sync ldap with HEAD
20059         (Fixes 546 LDAP completely broken)
20060
20061 2004-07-24 [colin]      0.9.12cvs33.18
20062
20063         * src/prefs_msg_colors.c
20064                 Fix prototype mismatch
20065         (Fixes 547 void function cannot return value)
20066
20067 2004-07-24 [colin]      0.9.12cvs33.17
20068
20069         * src/mainwindow.c
20070                 Fix sort going back to previous sort key
20071                 when changing sort direction
20072
20073 2004-07-24 [colin]      0.9.12cvs33.16
20074
20075         * src/compose.c
20076                 Fix space insertion when re-wrapping at 
20077                 cursor point
20078
20079 2004-07-24 [colin]      0.9.12cvs33.15
20080
20081         * src/gtk/gtkaspell.c
20082                 Don't change cursor position in insert-text
20083                 callback
20084         (Fixes 539 Word wrapping on input transposes letters)
20085
20086 2004-07-24 [colin]      0.9.12cvs33.14
20087
20088         * src/gtk/gtkaspell.c
20089                 Reencode non-ascii chars to dictionary's
20090                 encoding
20091         (Fixes 544 Spell check broken non english locale)
20092
20093 2004-07-24 [colin]      0.9.12cvs33.13
20094
20095         * src/summaryview.c
20096                 Fix Shift+Down, add Home/End/PgUp/PgDown
20097
20098 2004-07-21 [colin]      0.9.12cvs33.12
20099
20100         * src/prefs_common.c
20101                 Fix a gtk warning (Patch by Andrej Kacian)
20102
20103 2004-07-21 [colin]      0.9.12cvs33.11
20104
20105         * src/gtk/filesel.c
20106                 More check
20107
20108 2004-07-21 [colin]      0.9.12cvs33.10
20109
20110         * src/compose.c
20111         * src/crash.c
20112         * src/export.c
20113         * src/import.c
20114         * src/messageview.c
20115         * src/mimeview.c
20116         * src/prefs_spelling.c
20117         * src/prefs_themes.c
20118         * src/summaryview.c
20119         * src/gtk/filesel.c
20120         * src/gtk/filesel.h
20121         * src/gtk/pluginwindow.c
20122                 Untwist open/save mode guessing logic, make
20123                 it explicit
20124
20125 2004-07-20 [colin]      0.9.12cvs33.9
20126
20127         * src/codeconv.c
20128                 conv_encode_header: src_charset is UTF-8 on
20129                 gtk2
20130         * src/compose.c
20131                 Remove double encoding of the headers
20132
20133 2004-07-20 [colin]      0.9.12cvs33.8
20134
20135         * src/codeconv.c
20136                 Fix typo
20137
20138 2004-07-20 [colin]      0.9.12cvs33.7
20139
20140         * src/mainwindow.c
20141                 Set the separated messageview to the saved
20142                 size of Claws' messageview (Patch by Alfons)
20143                 Fix a callback prototype (me)
20144
20145 2004-07-20 [colin]      0.9.12cvs33.6
20146
20147         * src/codeconv.h
20148                 Forgot one hunk in 0.9.12cvs33.4
20149
20150 2004-07-19 [colin]      0.9.12cvs33.5
20151
20152         * src/action.c
20153                 Action output fix
20154                 Patch by Alfons
20155
20156 2004-07-19 [colin]      0.9.12cvs33.4
20157
20158         * src/compose.c
20159                 Fix outgoing charset bug in headers
20160         * src/codeconv.c
20161                 Clean for glib2 - Patch by Alfons
20162
20163 2004-07-19 [colin]      0.9.12cvs33.3
20164
20165         * src/statusbar.c
20166                 Remove grip from the statusbar
20167                 Patch by Alfons
20168
20169 2004-07-19 [colin]      0.9.12cvs33.2
20170
20171         * src/messageview.c
20172         * src/textview.c
20173                 Fix messageview remembering the previous
20174                 scroll position when loading a new message
20175                 Patch by Alfons
20176
20177 2004-07-19 [colin]      0.9.12cvs33.1
20178
20179         * src/folder.h
20180         * src/folderview.c
20181         * src/summaryview.c
20182                 Sync with HEAD
20183
20184 2004-07-18 [colin]      0.9.12cvs32.7
20185
20186         * configure.ac
20187                 Remove useless check for XIM - noticed
20188                 by Alfons
20189
20190 2004-07-18 [colin]      0.9.12cvs32.6
20191
20192         * src/summaryview.c
20193                 Remove non-modified and shift-modified
20194                 accelerators in summaryview's popup
20195                 menu, as that doesn't get catched by
20196                 the accel-activate signal catcher...
20197
20198 2004-07-18 [colin]      0.9.12cvs32.5
20199
20200         * src/prefs_common.c
20201                 Define sensible default prefs for 
20202                 wrapping
20203
20204 2004-07-18 [colin]      0.9.12cvs32.4
20205
20206         * src/compose.c
20207         * src/prefs_common.c
20208         * src/prefs_common.h
20209         * src/prefs_wrapping.c
20210                 Remove Smart Wrapping pref, which does
20211                 nothing on gtk2 branch
20212
20213 2004-07-18 [colin]      0.9.12cvs32.3
20214
20215         * src/sourcewindow.c
20216                 Proper utf8
20217
20218 2004-07-18 [colin]      0.9.12cvs32.2
20219
20220         * src/compose.c
20221                 Save attachment status when drafting
20222
20223 2004-07-18 [colin]      0.9.12cvs32.1
20224
20225         * src/gtk/filesel.c
20226                 Fix erratic folder selection in open mode
20227
20228 2004-07-18 [colin]      0.9.12cvs31.11
20229
20230         * src/pop.c
20231                 Don't let partial messages get deleted
20232                 even with "dowload all"
20233                 (0.9.12cvs31.8 fix extension)
20234 2004-07-18 [colin]      0.9.12cvs31.10
20235
20236         * src/gtk/logwindow.c
20237                 Fix log scrolling
20238
20239 2004-07-18 [colin]      0.9.12cvs31.9
20240
20241         * src/common/utils.c
20242                 Fix non-utf8 strings coming from commands
20243                 and files
20244
20245 2004-07-18 [colin]      0.9.12cvs31.8
20246
20247         * src/pop.c
20248                 Fix partial download bug with Download all
20249                 messages option
20250
20251 2004-07-18 [colin]      0.9.12cvs31.7
20252
20253         * src/textview.c
20254                 Fix bug introduced in 0.9.12cvs31.2
20255                 (blocked in select mode after double click)
20256
20257 2004-07-18 [colin]      0.9.12cvs31.6
20258
20259         * src/compose.c
20260         * src/gtk/menu.c
20261                 More glib-warning fixes
20262
20263 2004-07-18 [colin]      0.9.12cvs31.5
20264
20265         * src/compose.c
20266                 Fix trashing the primary clipboard when moving 
20267                 around with tab
20268         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
20269
20270 2004-07-18 [colin]      0.9.12cvs31.4
20271
20272         * src/codeconv.c
20273                 convert unencoded iso headers to utf8
20274         (Fix Bug 538 Unencoded local characters in subject make it 
20275          disappear)
20276
20277 2004-07-18 [colin]      0.9.12cvs31.3
20278
20279         * src/compose.c
20280                 Fix tab char handling in wrapping
20281         (Fix Bug 537 Line wrap problem - TAB character treated as 
20282          one character instead of 8)
20283
20284 2004-07-18 [colin]      0.9.12cvs31.2
20285
20286         * src/textview.c
20287                 return FALSE on GDK_MOTION_NOTIFY
20288         (Fix Bug 535 Hyperlinks/addresses are not selectable 
20289          (unable to highlight))
20290
20291 2004-07-18 [colin]      0.9.12cvs31.1
20292
20293         * src/folderview.c
20294                 Sync with 0.9.12cvs31
20295
20296 2004-07-18 [colin]      0.9.12cvs30.4
20297
20298         * src/compose.c
20299                 Also block text_inserted when inserting a file
20300
20301 2004-07-18 [colin]      0.9.12cvs30.3
20302
20303         * src/compose.c
20304                 Fix smart wrapping (block text_inserted handler
20305                 while putting quotation to avoid wrap on input,
20306                 don't join lines if next is sig separator)
20307
20308 2004-07-17 [colin]      0.9.12cvs30.2
20309
20310         * src/folderview.c
20311         * src/mainwindow.c
20312         * src/mimeview.c
20313         * src/summaryview.c
20314         * src/gtk/quicksearch.c
20315         * src/gtk/quicksearch.h
20316                 Block key events handlers *and* accels while
20317                 quicksearch is focused
20318         (Fixes Bug 534 quick-search bar not accepting certain letters)
20319
20320 2004-07-17 [colin]      0.9.12cvs30.1
20321
20322         * src/folder.h
20323         * src/folderview.c
20324         * src/summaryview.c
20325                 Sync with 0.9.12cvs30
20326
20327 2004-07-17 [colin]      0.9.12cvs28.2
20328
20329         * src/mimeview.c
20330         * src/procmime.c
20331         * src/summaryview.c
20332         * src/gtk/menu.c
20333                 Squash some compile and glib warnings
20334
20335 2004-07-17 [paul]       0.9.12cvs28.1
20336
20337         * src/mimeview.c
20338                 sync with 0.9.12cvs28 HEAD
20339
20340 2004-07-16 [paul]       0.9.12cvs26.1
20341         
20342         * src/gtk/quicksearch.c
20343         * src/account.c
20344         * src/account.h
20345         * src/compose.c
20346         * src/customheader.c
20347         * src/folder_item_prefs.c
20348         * src/main.c
20349         * src/mainwindow.c
20350         * src/messageview.c
20351         * src/mimeview.c
20352         * src/news.c
20353         * src/pgpmime.c
20354         * src/pop.c
20355         * src/pop.h
20356         * src/prefs_account.c
20357         * src/prefs_account.h
20358         * src/prefs_common.c
20359         * src/prefs_common.h
20360         * src/prefs_display_header.c
20361         * src/prefs_gtk.c
20362         * src/prefs_gtk.h
20363         * src/procheader.c
20364         * src/procmime.c
20365                 sync with 0.9.12cvs26 HEAD      
20366
20367 2004-07-15 [colin]      0.9.12cvs18.14
20368
20369         * src/folder.c
20370                 Disable GPG signature check during
20371                 folder move and scan
20372         (Closes Bug 521 Signature checking slows down Folder-Move)
20373
20374 2004-07-14 [colin]      0.9.12cvs18.13
20375
20376         * src/common/partial_download.c
20377                 update includes
20378
20379 2004-07-14 [colin]      0.9.12cvs18.12
20380
20381         * src/common/partial_download.c
20382         * src/common/partial_download.h
20383                 Move doc at top, add correct copyright
20384
20385 2004-07-14 [colin]      0.9.12cvs18.11
20386
20387         * src/folder.c
20388         * src/messageview.c
20389         * src/pop.c
20390         * src/pop.h
20391         * src/procmsg.c
20392         * src/summaryview.c
20393         * src/common/Makefile.am
20394         * src/common/partial_download.c ** NEW FILES **
20395         * src/common/partial_download.h ** NEW FILES **
20396                 Move partial-download related stuff to its
20397                 own file
20398
20399 2004-07-14 [colin]      0.9.12cvs18.10
20400
20401         * src/send_message.c
20402                 Fix smtp auth when user is null or empty
20403
20404 2004-07-13 [colin]      0.9.12cvs18.9
20405
20406         * src/gtk/quicksearch.c
20407                 Use alphabetic order
20408
20409 2004-07-13 [colin]      0.9.12cvs18.8
20410
20411         * src/pop.c
20412                 Be paranoid on the checks
20413
20414 2004-07-13 [colin]      0.9.12cvs18.7
20415
20416         * src/gtk/quicksearch.c
20417                 Fix Engrish once again
20418
20419 2004-07-13 [colin]      0.9.12cvs18.6
20420
20421         * src/procmsg.c
20422         * src/summaryview.c
20423                 Mark messages for deletion when they are about to
20424                 be removed from trash
20425
20426 2004-07-13 [colin]      0.9.12cvs18.5
20427
20428         * src/matcher.c
20429         * src/matcher.h
20430         * src/matcher_parser_parse.y
20431         * src/prefs_matcher.c
20432         * src/gtk/quicksearch.c
20433                 Add 'partial' ('p') match string to find partially
20434                 downloaded messages
20435
20436 2004-07-13 [colin]      0.9.12cvs18.4
20437
20438         * src/pop.c
20439                 Fix misplaced block
20440
20441 2004-07-13 [colin]      0.9.12cvs18.3
20442
20443         * src/pop.c
20444         * src/pop.h
20445         * src/messageview.c
20446                 Refactor API (to avoid passing 5+ params and code
20447                 duplication)
20448         * src/folder.c
20449         * src/msgcache.c
20450         * src/procheader.c
20451         * src/common/defs.h
20452                 Add planned_download to cache
20453                 Don't mess uidl file when moving partially downloaded
20454                 mails (they change folder, we should change it in the
20455                 uidl list too or we'll remove an incorrect message)
20456                 (this also helps removing hacks when changing 
20457                 planned_download in messageview.c)
20458
20459 2004-07-12 [colin]      0.9.12cvs18.2
20460
20461         * src/gtk/quicksearch.c
20462                 Fix missing status update in quicksearch
20463
20464 2004-07-12 [paul]       0.9.12cvs18.1
20465
20466         * po/POTFILES.in
20467         * src/Makefile.am
20468         * src/account.c
20469         * src/codeconv.c
20470         * src/compose.c
20471         * src/inc.c
20472         * src/main.c
20473         * src/prefs_common.c
20474         * src/procmsg.h
20475         * src/toolbar.c
20476         * src/prefs_msg_colors.[ch]     ** NEW FILES **
20477         * src/prefs_wrapping.[ch]       ** NEW FILES **
20478         * src/common/intl.h
20479         * src/common/utils.[ch]
20480         * src/gtk/quicksearch.[ch]
20481                 sync with 0.9.12cvs18 HEAD
20482
20483 2004-07-12 [colin]      0.9.11cvs17.25
20484
20485         * src/folder.c
20486         * src/folder.h
20487                 Remove unused function added by me in 0.9.11cvs17.10
20488
20489 2004-07-11 [colin]      0.9.11cvs17.24
20490
20491         * src/inc.c
20492         * src/messageview.c
20493         * src/pop.c
20494         * src/pop.h
20495                 Use folderitem and msgnum instead of filename to
20496                 know which mail to delete
20497                 Move old partial mail deletion to pop.c
20498
20499 2004-07-10 [colin]      0.9.11cvs17.23
20500
20501         * src/inc.c
20502                 Add debug
20503         * src/pop.c
20504         * src/pop.h
20505                 Don't re-use same enums for unrelated stuff: it's 
20506                 completely misleading !
20507                 Document a bit
20508
20509 2004-07-09 [colin]      0.9.11cvs17.22
20510
20511         * src/inc.c
20512                 Remove folder-type check and do
20513                 more tests to be sure everything's
20514                 ok
20515         * src/messageview.c
20516                 Punctuation update, remove useless
20517                 code, fix two warnings
20518         * src/noticeview.c
20519                 Layout cleaning, reset 2nd button
20520                 when specifying one
20521
20522 2004-07-09 [colin]      0.9.11cvs17.21
20523
20524         * src/messageview.c
20525         * src/pop.c
20526         * src/pop.h
20527                 Allow user to change his mind
20528                 and postpone decision (by
20529                 unmarking the mail)
20530
20531 2004-07-09 [colin]      0.9.11cvs17.20
20532
20533         * src/messageview.c
20534                 Fix bug with delete state
20535         * src/pop.c
20536         * src/pop.h
20537                 Fix buffer leak (fread doesn't 
20538                 terminate buffers with \0)
20539                 Refactoring (remove magic 
20540                 numbers)
20541
20542 2004-07-09 [colin]      0.9.11cvs17.19
20543
20544         * src/pop.c
20545                 Don't log "Skipping message" if 
20546                 we're going to TOP it two lines
20547                 later
20548
20549 2004-07-09 [colin]      0.9.11cvs17.18
20550
20551         * src/messageview.c
20552                 Fix Engrish
20553
20554 2004-07-09 [colin]      0.9.11cvs17.17
20555
20556         * src/pop.c
20557                 strlen checking...
20558         * src/messageview.c
20559                 refactoring a bit
20560
20561 2004-07-08 [colin]      0.9.11cvs17.16
20562
20563         * src/noticeview.c
20564         * src/noticeview.h
20565                 Add an optional second button
20566         * src/messageview.c
20567         * src/pop.c
20568         * src/pop.h
20569                 Don't delete partially received mails after a certain
20570                 time; rather, let the user decide.
20571
20572 2004-07-08 [colin]      0.9.11cvs17.15
20573
20574         * src/common/smtp.h
20575                 Sync with HEAD
20576
20577 2004-07-08 [colin]      0.9.11cvs17.14
20578
20579         * src/messageview.c
20580         * src/common/smtp.c
20581                 Use to_human_readable() for sizes
20582
20583 2004-07-08 [colin]      0.9.11cvs17.13
20584
20585         * src/inc.c
20586         * src/messageview.c
20587         * src/pop.c
20588         * src/pop.h
20589         * src/procmsg.c
20590                 Fix partial-downloading issues:
20591                         catch unsupported TOP
20592                         don't delete partially downloaded mails before 5 days
20593                         don't update existing with non-MH folders; that'll
20594                         make dups, but it's better than trashing the folder
20595                         free new msginfo parts
20596                 Fix indentation ;-)
20597
20598 2004-07-08 [colin]      0.9.11cvs17.12
20599
20600         * src/common/smtp.c
20601         * src/common/smtp.h
20602                 Sync smtp size verification with HEAD
20603
20604 2004-07-08 [colin]      0.9.11cvs17.11
20605
20606         * src/summaryview.c
20607         * src/prefs_common.c
20608         * src/prefs_common.h
20609         * src/gtk/quicksearch.c
20610         * src/gtk/quicksearch.h
20611                 Sync sticky pref with HEAD
20612
20613 2004-07-08 [colin]      0.9.11cvs17.10
20614
20615         * src/folder.c [1.213.2.6]
20616         * src/folder.h [1.87.2.6]
20617         * src/inc.c [1.149.2.7]
20618         * src/messageview.c [1.94.2.8]
20619         * src/procheader.c [1.47.2.6]
20620         * src/procmsg.c [1.150.2.4]
20621         * src/procmsg.h [1.60.2.5]
20622         * src/pop.c [1.56.2.4]
20623         * src/pop.h [1.17.2.3]
20624                 Let too big messages get downloaded, but truncated
20625                 Add a button to download them completely
20626                 
20627 2004-07-06 [colin]      0.9.11cvs17.9
20628
20629         * src/gtk/quicksearch.c [1.1.2.3]
20630                 Add a Clear button
20631         * commitHelper
20632         * PATCHSETS
20633                 Add a script to help with cvs
20634
20635 2004-07-03 [colin]      0.9.11cvs17.8
20636
20637         * src/plugins/imageviewer/viewer.c
20638                 fix imageviewer (which was staying on the first
20639                 displayed image)
20640
20641 2004-07-03 [colin]      0.9.11cvs17.7
20642
20643         Removed FIXME_GTK2 warnings
20644         * src/gtk/gtkutils.c
20645                 useless #warnings
20646         * src/gtk/menu.c
20647                 useless #warnings (no need to mess with menu rc)
20648         * src/gtk/menu.h
20649                 unused functions
20650         
20651
20652 2004-07-03 [colin]      0.9.11cvs17.6
20653
20654         Removed FIXME_GTK2 warnings
20655         * src/codeconv.c
20656                 useless #warnings (rewrite needed)
20657         * src/compose.c
20658                 useless #warnings (rewrite needed)
20659                 useless #warnings (gtk2 is like that)
20660                 useless #warnings (previously fixed)
20661         * src/main.c
20662                 useless #warnings (previously fixed)
20663         * src/message_search.c
20664                 useless #warnings (gtk2 is like that)
20665                 Made apparent that search is case-sensitive
20666         * src/mimeview.c
20667                 useless #warnings (rewrite needed)
20668                 useless #warnings (gtk2 is like that)
20669                 reimplemented real warnings
20670         * src/prefs_common.c
20671                 Removed block cursor option (not it gtk2)
20672         * src/prefs_gtk.c
20673                 useless #warnings (rewrite needed)
20674         * src/procheader.c
20675                 useless #warnings (rewrite needed)
20676         * src/sourcewindow.c
20677                 useless #warnings (incorrect placing)
20678         * src/summary_search.c
20679                 useless #warnings (gtk2 is like that)
20680                 Made apparent that search is case-sensitive
20681         * src/action.c
20682                 useless #warnings (gtk2 is like that)
20683         * src/textview.c
20684                 useless #warnings (rewrite needed)
20685         * src/toolbar.c
20686                 useless #warnings (rewrite needed)
20687
20688 2004-07-03 [colin]      0.9.11cvs17.5
20689
20690         * src/textview.c
20691                 Fix mismerge which broke URI opening
20692                 
20693 2004-07-01 [colin]      0.9.11cvs17.4
20694
20695         * src/gtk/filesel.c
20696                 Fill filename when saving
20697                 
20698 2004-06-27 [colin]      0.9.11cvs17.3
20699
20700         * src/gtk/filesel.[ch]
20701                 Use the new GTK file selector
20702                 Update prototype to match the reality: multiple file
20703                 selection is open-only          
20704         * src/compose.c
20705                 Match the new prototypes        
20706         * configure.ac
20707                 Match the new requirements (gtk 2.4.0)
20708                         
20709 2004-06-26 [colin]      0.9.11cvs17.2
20710
20711         * src/plugins/trayicon/trayicon.c
20712                 Remove useless signal handler on resize, which causes
20713                 an infinite "loop"
20714         
20715 2004-06-26 [colin]      0.9.11cvs17.1
20716         
20717         * tools/Makefile.am
20718                 remove launch_firebird and add nautilus2sylpheed.sh
20719         * src/quicksearch.c
20720           src/summaryview.c
20721                 Fix show/hide "Extended symbols" button problem
20722                 Fix apparition at startup
20723                 Fix const warnings
20724         * src/plugins/image_viewer/Makefile.am
20725                 Fix configure 
20726         * common/ssl.c
20727                 Re-enable certificate check, as it doesn't seem to
20728                 cause Xlib errors anymore
20729
20730 2004-06-25 [paul]       0.9.11cvs17
20731
20732         * sync with 0.9.11cvs17 HEAD
20733         
20734         NOTE: QuickSearch is broken
20735
20736 2004-06-07 [colin]      0.9.10claws67.10
20737         * src/plugins/trayicon/trayicon.c
20738           src/plugins/trayicon/libeggtrayicon/Makefile.am
20739           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20740                 Fix gettextization in trayicon plugin
20741
20742 2004-06-07 [colin]      0.9.10claws67.9
20743         
20744         * src/summaryview.c
20745           src/gtk/gtksctree.[ch]
20746                 Let Shift+{Up,Down} work in summaryview
20747                 (well, Down "works" and Up works)
20748                 Let the list scroll when using these keys
20749
20750 2004-06-06 [colin]      0.9.10claws67.8
20751
20752         * src/plugins/trayicon/trayicon.c
20753                 Fix pixmap update
20754
20755 2004-06-06 [colin]      0.9.10claws67.7
20756
20757         * src/addressbook.c
20758                 Fix signal handling causing system-wide focus grab
20759
20760 2004-05-25 [paul]       0.9.10claws67.6
20761
20762         * Makefile.am
20763           src/Makefile.am
20764                 clean up
20765
20766 2004-05-25 [paul]       0.9.10claws67.5
20767
20768         * replace deprecated gtk_signal... functions
20769
20770 2004-05-23 [colin]      0.9.10claws67.4
20771
20772         * src/compose.c
20773                 Fix wrapping
20774
20775 2004-05-22 [colin]      0.9.10claws67.3
20776
20777         * src/compose.c
20778                 Re-fix [Edited] in compose.c::compose_reedit()
20779
20780 2004-05-22 [colin]      0.9.10claws67.2
20781
20782         * src/procmime.c
20783                 Fix parsing of multiparts mails
20784
20785 2004-05-22 [colin]      0.9.10claws67.1
20786
20787         * src/summaryview.c
20788                 Fix quicksearch
20789
20790 2004-05-22 [paul]       0.9.10claws67
20791
20792         * sync with 0.9.10claws67 HEAD
20793
20794 2004-05-14 [alfons]
20795
20796         * src/procmime.h
20797                 add forgotton prototype
20798
20799 2004-05-10 [paul]       0.9.10claws57
20800
20801         * sync with 0.9.10claws57 HEAD
20802
20803 2004-05-05 [paul]       0.9.9.claws1
20804
20805         * ChangeLog-gtk2        ** REMOVED **
20806           ChangeLog-gtk2.claws  ** ADDED **
20807                 rename and adopt the normal claws format
20808                 
20809         * configure.ac
20810                 require gtkmathview >= 0.5
20811
20812         * ac/*                          ** REMOVED **
20813           ac/                           ** REMOVED **
20814           intl/Makefile.in              ** REMOVED **
20815           m4/                           ** ADDED **
20816           m4/missing                    ** ADDED **
20817           m4/missing/gdk-pixbuf.m4      ** ADDED **
20818           m4/missing/gettext.m4         ** ADDED **
20819           m4/missing/gpgme.m4           ** ADDED **
20820           m4/missing/imlib.m4           ** ADDED **
20821           m4/.cvsignore                 ** ADDED **
20822           m4/Makefile.am                ** ADDED **
20823           m4/README                     ** ADDED **
20824           m4/aclocal-include.m4         ** ADDED **
20825           m4/aspell.m4                  ** ADDED **
20826           m4/check-type.m4              ** ADDED **
20827           m4/gnupg-check-typedef.m4     ** ADDED **
20828           m4/openssl.m4                 ** ADDED **
20829           m4/spamassassin.m4            ** ADDED **
20830           po/ChangeLog                  ** REMOVED **
20831           po/Makefile.in.in             ** REMOVED **
20832           po/Rules-quot                 ** REMOVED **
20833           po/boldquot.sed               ** REMOVED **
20834           po/en@boldquot.header         ** REMOVED **
20835           po/en@quot.header             ** REMOVED **
20836           po/insert-header.sin          ** REMOVED **
20837           po/quot.sed                   ** REMOVED **
20838           po/remove-potcdate.sed        ** REMOVED **
20839           po/remove-potcdate.sin        ** REMOVED **
20840           po/stamp-po                   ** REMOVED **
20841           Makefile.am
20842           autogen.sh
20843           configure.ac
20844                 enable building with automake 1.8.x
20845                 add 'autopoint --force' to autogen.sh and remove all
20846                 auto-generated files, remove ac/ directory and use
20847                 m4/ directory instead
20848                 
20849         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20850                 fix gettextization
20851
20852 2004-02-28 Colin Leroy <colin@colino.net>
20853         * src/prefs_matcher.c
20854           src/prefs_filtering.c
20855           src/prefs_filtering_action.c
20856                 Fix non-editable GtkEntries
20857
20858 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20859         * src/prefs_themes.c
20860                 utf8 conversion for theme info
20861
20862 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20863         * sync 0.9.9claws
20864
20865 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20866         * src/grouplistdialog.c
20867                 allow multiple selections without ctrl key
20868
20869 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20870         * src/main.c
20871                 enable customizable accelerators
20872
20873 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20874         * src/prefs_common.c
20875                 re-enable different font settings for gtk1/2
20876         * src/prefs_folder_item.c
20877                 fix folder prefs displayed wrong
20878         * src/textview.c
20879                 set 'sunken' shadow type
20880
20881 2004-02-07 Colin Leroy <colin@colino.net>
20882         * src/compose.c
20883                 Fix message being always [Edited]
20884                 Encode headers correctly (utf8 buf)
20885
20886 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20887         * src/socket.c
20888                 remove double g_source_attach()
20889                 (Thanks to Colin Leroy)
20890
20891 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20892         * src/gtk/gtksctree.c
20893                 Fix SSL certificate list not shown
20894         * src/mimeview.c
20895                 Fix clicks in mime tree
20896
20897 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20898         * src/common/socket.c
20899                 Fix SSL receive
20900         * src/compose.c
20901                 Fix clipboard menu hotkeys
20902
20903 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20904         * src/gtk/gtkaspell.[ch]
20905           src/compose.c
20906                 reimplement spellchecker
20907
20908 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20909         * src/gtk/filesel.c
20910                 crash when inserting file in compose window
20911                 (TODO: keep old selection on clicks)
20912         * src/main.c
20913                 use gtkrc-2.0 instead of gtkrc
20914
20915 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20916         * src/messageview.c
20917                 remove orphaned mimeview unref()
20918
20919 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20920         * src/grouplistdialog.c
20921                 expand nodes containing subscribed groups
20922
20923 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20924         * src/textview.c
20925                 textview: hide cursor, restore old click behaviour
20926
20927 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20928         * src/textview.c
20929                 variable names messed up
20930
20931 2004-01-17 Colin Leroy <colin@colino.net>
20932         * src/addr_compl.c
20933                 Fix completion address too thin
20934         * src/compose.c
20935                 Fix tab-to-subject behaviour
20936         * src/summaryview.c
20937                 Implement key up & down in summaryview
20938
20939 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20940
20941         * sync 098claws
20942
20943 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20944         * configure.ac
20945           Makefile.am
20946           doc/.cvsignore
20947           doc/Makefile.am
20948                 faq, man, manual moved to doc/
20949         * ac/aspell.m4
20950           ac/check-type.m4
20951           ac/gnupg-check-typedef.m4
20952           ac/openssl.m4
20953           ac/spamassassin.m4
20954           ac/missing/gdk-pixbuf.m4
20955           ac/missing/gpgme.m4
20956           ac/missing/imlib.m4
20957                 fix automake warnings
20958
20959 2003-12-06 Colin Leroy <colin@colino.net>
20960         * src/summaryview.c
20961                 Fix quicksearch
20962
20963 2003-12-05 Colin Leroy <colin@colino.net>
20964         * src/summaryview.c
20965                 Fix going to next unread folder
20966
20967 2003-12-05 Colin Leroy <colin@colino.net>
20968         * src/crash.c
20969                 Fix gtk2 compilation
20970         * src/session.c
20971                 Remove iotag source handler at disconnection
20972         * src/socket.[ch] 
20973                 Remove source handler when closing socket 
20974                 (fixes another seg)
20975
20976 2003-12-04 Colin Leroy <colin@colino.net>
20977         * src/compose.c
20978           src/prefs_account.c
20979           src/prefs_common.c
20980                 Fix some dropdown menus
20981
20982 2003-12-04 Colin Leroy <colin@colino.net>
20983         * src/compose.c
20984                 Fix event handlers on header fields
20985         * src/common/socket.c
20986           src/common/session.c
20987                 Fix segfault with callback (SSL)
20988                 Fix end of session 
20989
20990 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20991
20992         * Fix compile bug in src/compose.c
20993         * removed src/gtk/gtkstext.[ch]
20994
20995 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20996
20997         * Convert character set and escape "text" attributes in toolbar setting
20998         files.
20999         * Fixed bug in button-press-event handling.
21000
21001 2003-09-16 Thorsten Maerz <torte@netztorte.de>
21002
21003         * Fixed bug in key-press-event handling.
21004
21005 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
21006
21007         * Enabled to compile tray-icon plugin (Ad-hoc).
21008         * Avoid hang up bug of icon list in mime view (Ad-hoc).
21009
21010 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
21011
21012         * Enabled to compile on sylpheed-claws.
21013         (tray-icon plugin still cannot compile yet.)
21014
21015 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
21016
21017         * Updated to 0.9.5.
21018
21019 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
21020
21021         * Updated to 0.9.4.
21022         * Ported monitoring SSL mechanism to GSource of GLib2
21023         (I don't confirm it)
21024         * Added _gtk2 suffix to key name of font preference to avoid
21025         ovverwriting preference of Gtk+-1.2 version.
21026
21027 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
21028
21029         * Updated to 0.9.2.
21030
21031 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
21032
21033         * Updated to 0.9.1.
21034         * Translate po files into UTF-8 when execute autogen.sh.
21035
21036 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
21037
21038         * Updated to 0.9.0.
21039
21040 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
21041
21042         * Plugged GError related memory leaks.
21043
21044 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
21045
21046         * Changed default size of fonts.
21047         * Enabled to set titile font size of warning dialog.
21048
21049 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
21050
21051         * Embed a sylpheed icon into executable binary on Windows.
21052
21053 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
21054
21055         * I forgot to traslate character set of element string in src/xml.c.
21056
21057 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
21058
21059         * Fixed detecting bind_textdomain_codeset in configure.in.
21060         * The bug in which "Example" of "Date fromat" preference isn't displayed
21061         correctly has been fixed.
21062
21063 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
21064
21065         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
21066           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
21067           glib-gettextize
21068           Removed intl directory.
21069           Translated po files into UTF-8.
21070           (Thanks! Ryuji Abe)
21071
21072 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
21073
21074         * The bug which doesn't unscape string in xml.c has been fixed.
21075
21076 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
21077
21078         * The bug which is failed to translate encoding of file name thorough
21079         file dialog has been fixed.
21080
21081 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
21082
21083         * Modified to translate file names which is used in inporting/expoting
21084         mbox feature and "Save as" feature into locale encoding.
21085         * Translate file names into locale encoding when "Attache file" and
21086         "Insert file".
21087         * Force set G_BROKEN_FILENAMES environment variable.
21088         * Other minor fixes.
21089
21090 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
21091
21092         * Modified to treat MH folder's name as locale encoding.
21093
21094 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
21095
21096         * The bug which clash on switching candidates of auto completion of
21097         addresses, cannot use auto completion in Japanesse is fixed
21098         (Thanks! Tokunaga-san)¡¥
21099
21100 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21101
21102         * The bug which cannot switch key accelerator preference has been fixed
21103         (Thanks! smbd-san)¡¥
21104
21105 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21106
21107         * version 0.8.11-gtk2-20030314
21108
21109 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21110
21111         * The bug in which character set conversion of filtering messages has
21112         been fixed.(Thanks! COCOA-san).
21113
21114 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
21115
21116         * Revived "Leave space on head" preference in "Message" category.
21117         * A bug which clash when put the cursor to end of buffer and execute
21118         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
21119
21120 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
21121
21122         * version 0.8.11-gtk2-20030312
21123
21124 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
21125
21126         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
21127         * Modified to use Pango's API directly for font preference.
21128         * Integrated GtkTextView of textview to one widget.
21129         * Set fonts of header title in textview by "header_title" tag.
21130         * Removed some deprecated codes.
21131
21132 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
21133
21134         * Updated to 0.8.11.
21135         * Merged cygwin patch(Thanks! Sakai-san).
21136
21137 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
21138
21139         * version 0.8.10-gtk2-20030309